 @charset "utf-8";
/******************************************************************
Theme Name: LW
------------------------------------------------------------------*/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {top: 46px !important;}
.admin-bar .mean-container .mean-bar {top: 46px !important;}
@media screen and (min-width:1000px) {
.admin-bar header {top: 32px !important;}
}

html { font-size: 62.5% !important;overflow: auto;} /* 10px */
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:normal;
	font-size: 1.6rem;
	margin:0;
	padding: 140px 0 0 0;
	color:#333;
	position: relative;
	overflow-x: hidden;
}

body.home {
	padding: 117px 0 0 0;
}

.yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:400;
}

.yumin{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:normal;
	}
.hirakakuw3 {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hirakakuw6 {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#333;
	text-decoration: none;
}
a:hover {opacity: 0.8;}
a.anc{
   display: block;
   margin-top:-120px;
   padding-top:120px;
}

img {max-width:100%; vertical-align: bottom;-webkit-backface-visibility: hidden;}
.disp_sp {display:none;}
.disp_pc {display:block;}



/*
.sherif-reg{
font-family: source-han-serif-japanese,serif;
font-weight: 400;
font-style: normal;
}
.sherif-med {
font-family: source-han-serif-japanese,serif;
font-weight: 500;
font-style: normal;
}
.sherif-bold{
font-family: source-han-serif-japanese,serif;
font-weight: 700;
font-style: normal;
}
.sans-reg{
font-family: source-han-sans-japanese,sans-serif;
font-weight: 400;
font-style: normal;
}

.sans-bold {
font-family: source-han-sans-japanese,sans-serif;
font-weight: 500;
font-style: normal;
}

.din-reg {
font-family: urw-din, sans-serif;
font-weight: 400;
font-style: normal;	
}

.din-bold {
font-family: urw-din, sans-serif;
font-weight: 700;
font-style: normal;
}
*/
  

#loading {
  height: 100%;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_recruit-fix {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	right: 0;
	z-index:99;
	width:70px;
	opacity:0.8;
}

.btn_recruit-fix:hover {
	opacity:1.0;
}

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    z-index:0;
    position:relative;
}

@media screen and (max-width:768px) {
	body,
	body.home {
		padding: 68px 0 60px 0;
    	font-size: 1.4rem;
	}
	.disp_sp {display:block;}
	.disp_pc {display:none;}

.btn_recruit-fix {
	display:none;
}

.btn_recruit-fix:hover {
opacity:1.0;
}
}


ul.sp_footnav{
	display:none;
}

.bnt_to-contact {
	position:fixed;
	top:360px;
	right:0;
	width:100px;
	z-index:10;
}

.bnt_to-konnnakanzi {
	position:fixed;
	bottom:0;
	right:100px;
	width:510px;
	z-index:10;
	margin:0;
	padding:20px;
	background:#EBE9DE;
	border-radius:12px 12px 0 0;
}

@media screen and (max-width:768px) {
	ul.sp_footnav{
		display:block;
		background:#61864D;
		display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
	ul.sp_footnav li {
		width:50%;
	}
	ul.sp_footnav li a {
		display:block;
		background:#61864D;
		text-align:center;
		height:67px;
		padding:14px 0 0 0;
	}
	ul.sp_footnav li:last-of-type a {
		display:block;
		background:#B4A865;
	}
	ul.sp_footnav li img {
	}

	.bnt_to-contact {
		display:none;
	}

.bnt_to-konnnakanzi {
position:fixed;
	bottom:70px;
	right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:310px;
	padding:0;
	background:none;
}

}


/***************/
/* header */
/***************/
#header {
	position:fixed;
	top:0;
	height:117px;
	z-index:999;
	width:100%;
	margin:0 0 0 0;
	background-color: rgb(255 255 255 / 0.6);
	transition: all .3s;
}

header .header-inn {
	width:100%;
	height:117px;
	margin: auto;
	position: relative;
	transition: all .3s;
}

header .header-inn h1 {
	width:240px;
	padding: 0;
	position:absolute;
    top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .header-inn .head_note {
	position:absolute;
    top: 50%;
	left: 300px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .header-inn .head_note p {
	margin:0;
	font-weight:bold;
}

header .header-inn .head_note p:last-of-type {
	font-weight:normal;
}

header .header-inn .head_note p .tel {
	color:#A20A0A;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0 0 0 10px;
   	font-size: 3.0rem;
	letter-spacing:0.04em;
}

header .header-inn .pc_nav {
	position:absolute;
    top: 0;
	right: 30%;
	height:117px;
	width:20%;

	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
}

header .header-inn .pc_nav li {
}

header .header-inn .pc_nav li a {
	display:block;
	height:117px;
	padding:30px 0 0 0;
	text-align:center;
	position:relative;
	min-width:150px;
	font-weight:bold;
}

header .header-inn .pc_nav li:first-of-type a::after {
	margin: 0 1rem;
	content: "";
	width: 2px;
	height: 70px;
	background-color: #7E7E7E;
	position: absolute;
	left: 100%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin:0;
}

header .header-inn .pc_nav li a span {
	font-family: "din-condensed", sans-serif;
	font-weight: normal;
	font-style: normal;
	display:block;
	color:#B4A865;
}

header .header-inn .pc_nav2 {
	background:rgb(180 168 101 / 90%);
	position:absolute;
    top: 0;
	right: 0;
	height:117px;
	width:30%;

	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	text-align:center;
}

header .header-inn .pc_nav2 li {
}

header .header-inn .pc_nav2 li a {
	display:block;
	height:117px;
	padding:30px 0 0 0;
	color:#fff;
	position:relative;
	min-width:150px;
}

header .header-inn .pc_nav2 li:first-of-type a::after {
	margin: 0 1rem;
	content: "";
	width: 2px;
	height: 70px;
	background-color: #fff;
	position: absolute;
	left: 100%;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin:0;
}

header .header-inn .pc_nav2 li a span {
	display:block;
	color:rgb(255 255 255 / 60%);
}

header .header-inn .pc_nav-contact {
}

header .header-inn .pc_nav-contact li {
}

header .header-inn .pc_nav-contact li a {
}


/*spnav-none*/
.menu-trigger,nav{
	display:none;
}
/*spnav-none_end*/



@media screen and (max-width:768px) {
	#header {
		height:68px;
	}

	#header.invert,
	#header.invert .header-inn,
	body:not(.home) #header,
	body:not(.home) #header .header-inn {
		height:68px;
		transition:none;
	}
	
	header .header-inn {
		height:68px;
	}

	header .header-inn h1 {
		width:50%;
		padding: 0;
		position:absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	header .header-inn .head_note,
	header.invert .header-inn .head_note,
	header .header-inn .head_note2 {
		display:none;
	}
	
	header .header-inn .pc_nav,
	header .header-inn .pc_nav2 {
		display:none;
	}


	header .header-inn .pc_nav-contact {
		display:none;
	}
	
	.home #header {
		background-color: rgb(255 255 255 / 1.0);
	}
	
	.home #header.invert {
		background-color: rgb(255 255 255 / 1);
	}
	.home header .header-inn .head_note,
	.home header.invert .header-inn .head_note{
		display:none;
	}

	#header.invert .header-inn .pc_nav-contact,
	body:not(.home) #header .header-inn .pc_nav-contact {
		display:none;
	}


	.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: opacity .5s;
	}
	
	.overlay.open {
		width: 100%;
		height: 100vh;
		opacity: 1;
		position: fixed;
	}
	
	.menu-trigger {
		display: inline-block;
		width: 68px;
		height: 68px;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9999;
		background-color: #B4A865;
	}
	
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
		
		width: 50%;
		height: 2px;
		background-color: #fff;
		transition: all .5s;
	}
	
	.menu-trigger.active span {
		background-color: #fff;
	}
	.menu-trigger p {
		display:none;
/*		top: 26px;
		left:2px;
		margin:auto;
		position: absolute;
		font-size: 1.2rem;
		color:#fff;*/
	}
	.menu-trigger.active p {
		display:none;
	}
	.menu-trigger.active span {
	}	
	.menu-trigger span:nth-of-type(1) {
	top: 24px;
	}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(10px) translateX(-16px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	top: 33px;
	}
	.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 24px;
	}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) translateX(-16px) rotate(45deg);
	}

	.nav_top {
		display:none;
	}
	
	nav {
		display:inherit;
		width: 100%;
		max-width:600px;
		height: 100%;
		padding: 80px 20px 0px 20px;
		background-color: rgb(255 255 255);
		position: fixed;
		top: 0;
		right: 0;
		transform: translate(600px);
		transition: all .5s;
		z-index:900;
	}
		
	nav.open {
		transform: translateZ(0);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
		
	nav ul.mainnav {
		margin:0 0 0 0;
		font-weight:normal;
	}
		
	nav ul.mainnav li {
		font-size:1.6rem;
		margin:0 0 0 0;
		font-weight:bold;
	}
		
	nav ul.mainnav li ul {
		padding:0 0 0 20px;
		margin:0 0 10px;
	}
	
	nav ul.mainnav li ul li {
	}
	
	nav ul.mainnav li a {
		display:block;
		color:#333;
		letter-spacing:0.2em;
		border-bottom:solid 1px #898989;
		padding:20px 0px;
		text-align:center;
	}
	
	nav ul.mainnav li a span {
		color:#b4a865;
		display:block;
		font-family: "din-condensed", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	

	
}
/* sp_nav */



/* main_slide */
.mainhead {
	position: relative;
	width: 100%;
	height:calc(100vh - 117px);
	margin:0 auto;
	padding:0 0;
}

.mainslide {
	overflow:hidden;
	width: 100%;
	height:calc(100vh - 117px);
	margin: 0 0 0 auto;
}

.mainslide img{
	width: 100%;
	height:calc(100vh - 117px);
	object-fit: cover;
}

.mainhead .icon_01 {
	position:absolute;
	top:120px;
	left:60px;
	font-size:7.2rem;
	font-weight:normal;
	letter-spacing:0.08em;
	line-height:1.25em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:normal;
}

.mainhead .icon_02 {
	position:absolute;
	top:440px;
	left:80px;
	font-size:4.0rem;
	font-weight:bold;
	letter-spacing:0.08em;
	line-height:1.6em;
}

.slide{
	z-index:-1;
	position:relative;
}

.slide ul {
}

.slide ul li img {
	width:100%;
}


@media screen and (max-width: 768px) {
	.mainhead {
		position: relative;
		width: 100%;
		height:calc(100vh - 140px);
		margin:0 auto;
		padding:0 0;
	}
	
	.mainslide {
		height:calc(100vh - 68px);
	}
	
	.mainslide img{
		height:calc(100vh - 68px);
		object-fit: cover;
		object-position: 66% 0;
	}
	
	.mainhead .icon_01 {
		position:absolute;
		top:20px;
		left:20px;
		font-size:3.0rem;
		font-weight:bold;
	}
	
	.mainhead .icon_02 {
		top:auto;
		left:0;
		bottom:0;
		font-size:1.8rem;
		color:#fff;
		background:rgb(0 0 0 / 60%);
		width:100%;
		margin:0;
		padding:20px;
		font-weight:normal;
		letter-spacing:0.08em;
		line-height:1.6em;
	}
	
}


/***************/
/* footer */
/***************/
footer {
}

footer .footer-inn {
	width:98%;
	max-width:1200px;
	margin:auto;
	padding:50px 0;
}

footer .footer-inn .foot_id {
	width:300px;
	margin:0 0 30px 0;
}

footer .footer-inn .foot_id img {
}

footer .footer-inn .shop {
	display:flex;
	flex-wrap:nowrap;
	margin:0 0 40px 0;
}

footer .footer-inn .shop li {
	margin:0 60px 0 0;
}

footer .footer-inn .contact {
}

footer .footer-inn .contact .time {
	margin:0;
	font-size:2.0rem;
}

footer .footer-inn .contact .tel {
	margin:0;
	color:#B4A865;

	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
   	font-size: 4.0rem;
	letter-spacing:0.04em;
}

footer .footer-inn02 {
	background:#9A865B;
	color:#fff;
	text-align:center;
	padding:50px 0 120px 0;
}

footer .footer-inn02 p {
	margin:0;
}

footer .footer-inn02 p a {
	color:#fff;
}

footer .footer-inn02 p.copy {
	margin:20px 0 0 0;
}

@media screen and (max-width:768px) {
	footer .footer-inn {
		padding:50px 10px 20px 10px;
	}
	
	footer .footer-inn .foot_id {
		width:200px;
		margin:0 0 20px 0;
	}
	
	footer .footer-inn .shop {
		flex-wrap:wrap;
		margin:0 0 0 0;
	}
	
	footer .footer-inn .shop li {
		margin:0 0 10px 0;
	}
	
	footer .footer-inn .contact {
	}
	
	footer .footer-inn .contact .tel {
		font-size: 3.0rem;
	}
	
	footer .footer-inn02 {
		padding:10px 0 60px 0;
	}
	
	footer .footer-inn02 p.copy {
		margin:10px 0 0 0;
		font-size: 1.4rem;
	}
}


/* to TOP */
.topBtn {
	position:fixed;
	bottom:10px;
	right:10px;
	display:block;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:22px;
	box-sizing:border-box;
}
.topBtn:before {
	content:'\25B2';
	position:absolute;
	top:6px;
	left:0;
	width:100%;
	text-align:center;
	font-size:14px;
}
.topBtn:hover {opacity:0.7;}

.foot_floating_sp {
	display:none;
}

@media screen and (max-width:768px) {
	.topBtn {
		display:none;
    	bottom:60px;
    	font-size:10px;
		width:40px;
		height:40px;
    	padding-top:16px;
	}

	.topBtn:before {
		top:2px;
		font-size:10px;
	}
	
.foot_floating_sp {
	position:fixed;
	bottom:0;
	z-index:99;

	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;

	width:100%;
	height:60px;
}

.foot_floating_sp li {
}

.foot_floating_sp li a {
	display:block;
	text-align:center;
	height:100%;
	width:100%;

	position:relative;
}
	
.foot_floating_sp li a img {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
}

.foot_floating_sp li:nth-child(1) {
	width:18%;
}

.foot_floating_sp li:nth-child(2) {
	width:18%;
}

.foot_floating_sp li:nth-child(3) {
	width:64%;
}

.foot_floating_sp li:nth-child(1) a {
	background:#007BB9;
}

.foot_floating_sp li:nth-child(2) a {
	background:#4D4D4D;
}

.foot_floating_sp li:nth-child(3) a {
	background:#ffe346;
}
}




/***************/
/* common */
/**************/
#content .bl_inn {
	max-width: 1200px;
	width:94%;
	margin:0 auto;
}

#content .bl_inn.w1480 {
	max-width: 1480px;
}



.sec_read {
	margin:0 0 40px 0;
	text-align:center;
}

p {
	margin:0 0 20px 0;
	line-height:1.75em;
}
.float-l {float: left;}
.float-r {float: right;}

.w400 {width: 400px;}
.b-r8 {border-radius: 8px;}

.b_01 {font-weight: bold;}
.txt_center {text-align: center;}
.txt_bold {font-weight: bold;}
.txt_red {color: #e84114;}
.txt_pink {color: #f373aa;}

.color-purple {color: #7E3380;}
.color-blown {color: #6A3906;}
.color-green {color: #3C965A;}
.color-orange {color: #C85513;}
.color-blue {color: #2C80BA;}

.mt-0 {margin-top: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.mt-20 {margin-top: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
.mb-20 {margin-bottom: 20px;}

.mb-60 {margin-bottom: 60px;}
.ptb-40 {padding: 40px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-80 {padding: 80px 0;}
.ptb-100 {padding: 100px 0;}
.fs-20{font-size: 2.0rem;}
.fs-22{font-size: 2.2rem;}
.fs-24{font-size: 2.4rem;}
.txt_note{
	background:#F8F8FA;
	padding: 20px;
}

.more {
	margin: 0;
	max-width: 500px;
	width: 100%;
}

.more a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#B4A865;
	border: 1px solid #B4A865;
	color:#fff;
	padding:20px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
}

.more a::after {
	position: absolute;
	right: 40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg) translateY(-50%);
}

.more:hover a {
	opacity:1;
}


.btn_01 {
}

.btn_01 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#595757;
	border: 1px solid #595757;
	color:#fff;
	padding:14px 0;
	position:relative;
	width: 300px;
	font-size:1.3rem;
}

.btn_01 a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}


.btn_02 {
}

.btn_02 a {
	display:block;
	text-align:center;
	text-decoration:none;
	border: 1px solid #005FA3;
	color:#005FA3;
	padding:20px 0;
	position:relative;
	width: 300px;
	font-size:1.7rem;
}

.btn_02 a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #005FA3;
}

.btn_02 a:hover {
	background:#005FA3;
	color:#fff;
}

.btn_02 a:hover::after {
	border-left: 5px solid #fff;
}


.btn_03 {
}

.btn_03 a {
	display:block;
	text-align:center;
	text-decoration:none;
	border: 1px solid #005FA3;
	background:#005FA3;
	color:#fff;
	padding:16px 0;
	position:relative;
	width: 600px;
	font-size:1.7rem;
	margin:90px auto 0;
}

.btn_03 a:hover {
	background:#005FA3;
	color:#fff;
}


section .bl_inn .access_map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;

}

section .bl_inn .access_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


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




/***************/
/* content */
/**************/
#content {
	padding:0 0 0 0;
}

/* top_read */
#content section.top_read {
	background:#DED6AA;
}

#content section.top_read .bl_inn {
	padding:50px 0;
    position: relative;
}

#content section.top_read .bl_inn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: top left;
	z-index: -1;
	width: 900px;
	max-width: 900px;
	height: 100%;
	background:#EBE9DE;
	transform:skew(-25deg);
}


#content section.top_read .bl_inn h2 {
	width:600px;
	font-size:4.5rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
	margin:0 0 20px 0;
}

#content section.top_read .bl_inn h2 span {
	font-weight:bold;
}

#content section.top_read .bl_inn h3 {
	width:600px;
	font-size:3.5rem;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:1.5em;
	color:#A20A0A;
	margin:0 0 20px 0;
}

#content section.top_read .bl_inn p {
	width:560px;
	font-size:2.0rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
}

@media screen and (max-width:768px) {
/* top_read */
	#content section.top_read .bl_inn {
		padding:20px 10px;
		margin:0;
		width:100%;
	}
	
	#content section.top_read .bl_inn::before {
		transform:skew(0deg);
	}
	
	
	#content section.top_read .bl_inn h2 {
		width:100%;
		font-size:1.8rem;
	}
	
	#content section.top_read .bl_inn h3 {
		width:100%;
		font-size:1.8rem;
	}
	
	#content section.top_read .bl_inn p {
		width:100%;
		font-size:1.4rem;
		margin:0;
	}
}

/* top_read02 */
#content .top_read02 {
	background:#9A865B;
	max-width:1080px;
	margin:60px auto;
	padding:60px;
	color:#fff;
	border-radius:12px;
}

#content .top_read02 p {
	margin:0;
	font-size:3.2rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
	text-align:center
}

#content .top_read02 p span {
	color:#FAEE5D;
}

@media screen and (max-width:768px) {
	#content .top_read02 {
		margin:auto;
		padding:20px 20px;
		border-radius:0;
	}
	
	#content .top_read02 p {
		font-size:1.8rem;
		line-height:1.5em;
	}
}



/* top_item01 */
#content section.top_item01 {
}

#content section.top_item01 .bl_inn {
	padding:80px 0;
    position: relative;
}

#content section.top_item01 .bl_inn .h2box {
}

#content section.top_item01 .bl_inn .h2box h2 {
	font-size:4.0rem;
	color:#fff;
	background:#61864D;
	border-radius:50px;
	text-align:center;
	padding:30px 0;
	line-height:1;
	max-width:750px;
	margin:0 0 40px 0;
	font-weight:bold;
}

#content section.top_item01 .bl_inn ul {
	margin:0 0 20px 0;
}

#content section.top_item01 .bl_inn ul li {
	font-size:2.5rem;
	padding:20px 0 20px 34px;
	border-bottom:1px #333 solid;
	position:relative;
	font-weight:bold;
}

#content section.top_item01 .bl_inn ul li:before {
	content: '';
	display: block;
	position: absolute;
	top:30px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(./img/list_chk.png) no-repeat 50% 50%;
}

#content section.top_item01 .bl_inn p {
	font-size:4.5rem;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:1.5em;
}

#content section.top_item01 .bl_inn p span {
	color:#A20A0A;
}

#content section.top_item01 .bl_inn p.note {
	font-size:2.0rem;
	margin:0 0 40px 0;
}

@media screen and (max-width:768px) {
	#content section.top_item01 .bl_inn {
		padding:40px 0 60px 0 ;
	}
	
	#content section.top_item01 .bl_inn .h2box h2 {
		font-size:1.8rem;
		padding:20px 0;
		font-weight:bold;
		margin:0 0 20px 0;
	}
	
	#content section.top_item01 .bl_inn ul li {
		font-size:1.5rem;
		padding:10px 0 10px 34px;
	}
	
	#content section.top_item01 .bl_inn ul li:before {
		top:12px;
		width: 20px;
		height: 20px;
		background-size:100%;
	}
	
	#content section.top_item01 .bl_inn p {
		font-size:1.8rem;
	}
	
	#content section.top_item01 .bl_inn p.note {
		font-size:1.5rem;
		margin:0 0 20px 0;
	}
}



/* top_leasehold01 */
#content section.top_leasehold01 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(240, 237, 234, 1) 10px, rgba(240, 237, 234, 1) 12px );
}

#content section.top_leasehold01 .bl_inn {
	padding:0 0;
    position: relative;
}

#content section.top_leasehold01 .bl_inn h2 {
	background:#61864D;
	width: 100vw;
		margin: 0 calc(50% - 50vw) 40px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	
	font-size:5.1rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
}

#content section.top_leasehold01 .bl_inn h3 {
	font-size:4.2rem;
	font-weight:bold;
	letter-spacing:0.06em;
	line-height:1.3em;
	text-align:center;
	margin:0 0 20px 0;
}

#content section.top_leasehold01 .bl_inn p {
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
}

#content section.top_leasehold01 .bl_inn ul {
	max-width:660px;
	margin:0 auto 40px;
	position:relative;
}

#content section.top_leasehold01 .bl_inn ul::after {
	border: 100px solid transparent;
	border-top-color: #9A865B;
	border-bottom-width: 0;
	bottom: -140px;
	content: "";
	display: block;
	left: 50%;
	
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	width: 0;
}

#content section.top_leasehold01 .bl_inn ul li {
	background:#EBE9DE;
	margin:0 0 20px 0;
	text-align:center;
	border:solid 1px #9A865B;
	padding:10px;
	font-size:3.5rem;
	line-height:1.3em;
	font-weight:bold;
}

#content section.top_leasehold01 .bl_inn ul li span {
	color:#61864D;
}

#content section.top_leasehold01 .bl_inn .item_note {
	background:#F2F2F2;
	width: 100vw;
	margin: 200px calc(50% - 50vw) 0;
	padding:80px 0;
}

#content section.top_leasehold01 .bl_inn .item_note h3 {
	max-width:860px;
	margin:0 auto 40px;

	color:#61864D;
	font-size:4.0rem;
	text-align:left;
	letter-spacing:0em;
	font-weight:normal;
}

#content section.top_leasehold01 .bl_inn .item_note p {
	max-width:860px;
	margin:auto;
	font-size:2.0rem;
	text-align:left;
	font-weight:normal;
}

#content section.top_leasehold01 .bl_inn .item_note p span {
	color:#A20A0A;
	font-weight:bold;
}

@media screen and (max-width:768px) {
	#content section.top_leasehold01 .bl_inn h2 {
		margin: 0 calc(50% - 50vw) 30px;
		font-size:3.0rem;
	}
	
	#content section.top_leasehold01 .bl_inn h3 {
		font-size:2.4rem;
	}

	#content section.top_leasehold01 .bl_inn ul::after {
		border: 30px solid transparent;
		border-top-color: #9A865B;
		border-bottom-width: 0;
		bottom: -60px;
	}
	
	#content section.top_leasehold01 .bl_inn ul li {
		font-size:1.6rem;
	}
	
	
	#content section.top_leasehold01 .bl_inn .item_note {
		margin: 100px calc(50% - 50vw) 100px;
		padding:20px;
	}
	
	#content section.top_leasehold01 .bl_inn .item_note h3 {
		font-size:2.0rem;
		margin: 0 0 20px 0;
	}

	#content section.top_leasehold01 .bl_inn .item_note p {
		font-size:1.6rem;
	}
}




/* top_leasehold02 */
#content section.top_leasehold02 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(240, 237, 234, 1) 10px, rgba(240, 237, 234, 1) 12px );
}

#content section.top_leasehold02 .bl_inn {
	padding:0 0;
    position: relative;
}

#content section.top_leasehold02 .bl_inn h2 {
	background:#A20A0A;
	width: 100vw;
		margin: 0 calc(50% - 50vw) 40px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	
	font-size:5.1rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
}

#content section.top_leasehold02 .bl_inn h3 {
	font-size:5.1rem;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:1.3em;
	text-align:left;
	margin:0 0 20px 0;
}

#content section.top_leasehold02 .bl_inn h3 span {
	color:#A20A0A;
}

#content section.top_leasehold02 .bl_inn .item {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}

#content section.top_leasehold02 .bl_inn .item .pt {
	width:470px;
	height:470px;
	background:#b4a865;
	border-radius:50%;
	text-align:center;
	padding:140px 0 0 0;
}

#content section.top_leasehold02 .bl_inn .item .txt {
	width:55%;
}

#content section.top_leasehold02 .bl_inn .item .txt ul {
	max-width:660px;
	margin:0 auto 30px;
	position:relative;
}

#content section.top_leasehold02 .bl_inn .item .txt ul li {
	background:#EBE9DE;
	margin:0 0 20px 0;
	text-align:center;
	border:solid 1px #9A865B;
	padding:10px;
	font-size:2.6rem;
	line-height:1.3em;
	font-weight:bold;
}
#content section.top_leasehold02 .bl_inn .item .txt ul li span {
	color:#a20a0a;
}

#content section.top_leasehold02 .bl_inn .item .txt p{
	font-size:1.5rem;
}

#content section.top_leasehold02 .bl_inn p.more {
	margin:80px auto 0;
	text-align:center;
}

#content section.top_leasehold02 .bl_inn p.more a {
}

#content section.top_leasehold02 .bl_inn .item_note {
	background:#F2F2F2;
	width: 100vw;
	margin: 100px calc(50% - 50vw) 0;
	padding:80px 0;
}

#content section.top_leasehold02 .bl_inn .item_note h3 {
	max-width:1200px;
	margin:0 auto 40px;
	text-align:center;

	color:#fff;
	background:#a20a0a;
	font-size:4.0rem;
	letter-spacing:0em;
	padding:10px 0;
}

#content section.top_leasehold02 .bl_inn .item_note figure {
	text-align:center;
}

#content section.top_leasehold02 .bl_inn .item_note figure img {
	margin:auto;
}


@media screen and (max-width:768px) {
#content section.top_leasehold02 {
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(240, 237, 234, 1) 10px, rgba(240, 237, 234, 1) 12px );
}

#content section.top_leasehold02 .bl_inn {
padding:0 0;
position: relative;
}

#content section.top_leasehold02 .bl_inn h2 {
	font-size:3.0rem;
}

#content section.top_leasehold02 .bl_inn h3 {
	font-size:2.4rem;
	text-align:center;
}

#content section.top_leasehold02 .bl_inn .item {
	flex-wrap:wrap;
}

#content section.top_leasehold02 .bl_inn .item .pt {
	width:260px;
	height:260px;
	padding:70px 0 0 0;
	margin:0 auto 40px;
}

#content section.top_leasehold02 .bl_inn .item .pt img {
	width:160px;
}

#content section.top_leasehold02 .bl_inn .item .txt {
	width:100%;
	text-align:center;
}

#content section.top_leasehold02 .bl_inn .item .txt ul {
max-width:660px;
margin:0 auto 30px;
position:relative;
}

#content section.top_leasehold02 .bl_inn .item .txt ul li {
background:#EBE9DE;
margin:0 0 20px 0;
text-align:center;
border:solid 1px #9A865B;
padding:10px;
	font-size:1.9rem;
line-height:1.3em;
}

#content section.top_leasehold02 .bl_inn .item .txt p{
font-size:1.5rem;
}

#content section.top_leasehold02 .bl_inn p.more {
	margin:20px auto 0;
text-align:center;
}

#content section.top_leasehold02 .bl_inn p.more a {
}

#content section.top_leasehold02 .bl_inn .item_note {
background:#F2F2F2;
width: 100vw;
margin: 40px calc(50% - 50vw) 0;
padding:80px 0;
}

#content section.top_leasehold02 .bl_inn .item_note h3 {
max-width:1200px;
	margin:0 10px 40px;
text-align:center;

color:#fff;
background:#a20a0a;
	font-size:2.2rem;
letter-spacing:0em;
padding:10px 0;
}

#content section.top_leasehold02 .bl_inn .item_note figure {
text-align:center;
}
}




/* top_trouble */
#content section.top_trouble {
	background:#9A865B;
}

#content section.top_trouble .bl_inn {
	padding:60px 0;
    position: relative;
}

#content section.top_trouble .bl_inn h2 {
	color:#A20A0A;
	font-size:3.5rem;
	letter-spacing:0.04em;
	text-align:center;
	background:#fff;
	max-width:820px;
	margin:0 auto 20px;
	font-weight:bold;
}

#content section.top_trouble .bl_inn ul {
	max-width:820px;
	margin:0 auto 0px;
}

#content section.top_trouble .bl_inn ul li {
	text-align:center;
	color:#fff;
	font-size:3.0rem;
	letter-spacing:0.04em;
	border-bottom:solid 1px #fff;
	font-weight:bold;
}

@media screen and (max-width:768px) {
	#content section.top_trouble {
	background:#9A865B;
	}
	
	#content section.top_trouble .bl_inn {
		padding:40px 0;
	position: relative;
	}
	
	#content section.top_trouble .bl_inn h2 {
	color:#A20A0A;
		font-size:2.0rem;
		font-weight:bold;
	letter-spacing:0.04em;
	text-align:center;
	background:#fff;
	max-width:820px;
	margin:0 auto 20px;
	}
	
	#content section.top_trouble .bl_inn ul {
	max-width:820px;
	margin:0 auto 0px;
	}
	
	#content section.top_trouble .bl_inn ul li {
	text-align:center;
	color:#fff;
		font-size:1.8rem;
	letter-spacing:0.04em;
	border-bottom:solid 1px #fff;;
	}
}


/* top_trouble2 */
#content section.top_trouble2 {
	background:#F2F2F2;
}

#content section.top_trouble2 .bl_inn {
	padding:60px 0;
    position: relative;
}

#content section.top_trouble2 .bl_inn .case_box {
	max-width:820px;
	margin:0 auto 80px;
	border:solid 1px #61864D;
	background:#fff;
	position:relative;
}

#content section.top_trouble2 .bl_inn .case_box .h2_box {
	background:#61864D;
	text-align:center;
	padding:50px 0 30px 0;
}

#content section.top_trouble2 .bl_inn .case_box .h2_box span {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size:2.0rem;
	color:#fff;
	background:#A20A0A;
	padding:4px 14px;
	display:block;
	position:absolute;
	top:0;
	left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#content section.top_trouble2 .bl_inn .case_box .h2_box h2 {
	color:#fff;
	font-size:3.2rem;
	font-weight:bold;
	
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#content section.top_trouble2 .bl_inn .case_box .item {
	padding:40px;
	position:relative;
}

#content section.top_trouble2 .bl_inn .case_box .item .icon {
	font-size:2.8rem;
	font-weight:bold;
	color:#fff;
	background:#B4A865;
	width:160px;
	text-align:center;
	line-height:normal;
	padding:4px 0;
	margin:0 0 20px 0;
}

#content section.top_trouble2 .bl_inn .case_box .item h3 {
	font-size:3.5rem;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 20px 0;
	
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#content section.top_trouble2 .bl_inn .case_box .item p {
	margin:0;
	font-size:2.0rem;
	font-weight:normal;;
}

#content section.top_trouble2 .bl_inn .case_box .item .chara {
	position:absolute;
	top:-20px;
	right:40px;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 {
	background:#EBEBDE;
	padding:40px;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 p {
	font-size:3.0rem;
	font-weight:bold;
	margin:0;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 p span {
	color:#A20A0A;
}

#content section.top_trouble2 .bl_inn .case_box .note_02 {
	padding:40px;
	font-size:2.0rem;
	font-weight:normal;
	margin:0;
}

#content section.top_trouble2 .bl_inn .case_box .note_02 span {
	color:#A20A0A;
}

@media screen and (max-width:768px) {
#content section.top_trouble2 {
background:#F2F2F2;
}

#content section.top_trouble2 .bl_inn {
padding:60px 0;
position: relative;
}

#content section.top_trouble2 .bl_inn .case_box {
max-width:820px;
margin:0 auto 80px;
border:solid 1px #61864D;
background:#fff;
position:relative;
}

#content section.top_trouble2 .bl_inn .case_box:last-of-type {
	margin:0 auto 0px;
}

#content section.top_trouble2 .bl_inn .case_box .h2_box {
background:#61864D;
text-align:center;
	padding:40px 0 20px 0;
}

#content section.top_trouble2 .bl_inn .case_box .h2_box span {
font-family: "din-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-size:2.0rem;
color:#fff;
background:#A20A0A;
padding:2px 10px;
display:block;
position:absolute;
top:0;
left:50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#content section.top_trouble2 .bl_inn .case_box .h2_box h2 {
color:#fff;
	font-size:1.8rem;
font-weight:bold;

font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}

#content section.top_trouble2 .bl_inn .case_box .item {
	padding:20px;
position:relative;
}

#content section.top_trouble2 .bl_inn .case_box .item .icon {
	font-size:1.6rem;
	width:150px;
	margin:0 0 10px 0;
}

#content section.top_trouble2 .bl_inn .case_box .item h3 {
	font-size:1.8rem;
	margin:0 0 10px 0;
}

#content section.top_trouble2 .bl_inn .case_box .item p {
	font-size:1.4rem;
}

#content section.top_trouble2 .bl_inn .case_box .item .chara {
position:absolute;
	top:-10px;
	right:10px;
}

#content section.top_trouble2 .bl_inn .case_box .item .chara img {
	width:80px;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 {
background:#EBEBDE;
	padding:10px 20px;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 p {
	font-size:1.6rem;
}

#content section.top_trouble2 .bl_inn .case_box .note_01 p span {
color:#A20A0A;
}

#content section.top_trouble2 .bl_inn .case_box .note_02 {
	padding:20px;
	font-size:1.4rem;
}

#content section.top_trouble2 .bl_inn .case_box .note_02 span {
color:#A20A0A;
}
}


/* top_bnr */
#content section.top_bnr {
	padding:100px 0;
}

@media screen and (max-width:768px) {
	#content section.top_bnr {
		padding:40px 0;
	}
}


/* top_about */
#content section.top_about {
	background:#EBE9DE;
}

#content section.top_about .bl_inn {
	padding:80px 0;
    position: relative;
}

#content section.top_about h2 {
	font-size:4.0rem;
	color:#fff;
	background:#61864D;
	border-radius:50px;
	text-align:center;
	padding:30px 0;
	line-height:1;
	max-width:750px;
	margin:0 auto 40px auto;
}

#content section.top_about .bl_inn ul {
	margin:0 0 20px 0;
}

#content section.top_about .bl_inn ul li {
	font-size:2.5rem;
	font-weight:normal;
	padding:14px 0 14px 34px;
	border-bottom:1px #333 solid;
	position:relative;
	text-align:center;
}

#content section.top_about .bl_inn ul li span {
	color:#a20a0a;
	font-weight:bold;
}

#content section.top_about .bl_inn .note {
	font-size:2.5rem;
	text-align:center;
	margin:0;
	font-weight:bold;
}

@media screen and (max-width:768px) {
	#content section.top_about .bl_inn {
		padding:40px 0;
	}
	
	#content section.top_about h2 {
		font-size:2.0rem;
		padding:20px 0;
		margin:0 auto 10px auto;
	}
	
	#content section.top_about .bl_inn ul li {
		font-size:1.6rem;
		padding:10px 0 10px 0;
	}
	
	#content section.top_about .bl_inn ul li span {
		font-weight:bold;
	}
	
	#content section.top_about .bl_inn .note {
		font-size:1.6rem;
	}
}


/* top_failexample */
#content section.top_failexample {
}

#content section.top_failexample .bl_inn {
	padding:80px 0 100px 0 ;
    position: relative;
}

#content section.top_failexample h2 {
	max-width:1200px;
	margin:0 auto 40px;
	text-align:center;

	color:#fff;
	background:#a20a0a;
	font-size:4.0rem;
	letter-spacing:0em;
	padding:10px 0;
}


#content section.top_failexample .bl_inn ul {
	margin:0 0 40px 0;
}

#content section.top_failexample .bl_inn ul li {
	font-size:2.5rem;
	padding:20px 0 20px 34px;
	border-bottom:1px #333 solid;
	position:relative;
	font-weight:bold;
}

#content section.top_failexample .bl_inn ul li:before {
	content: '';
	display: block;
	position: absolute;
	top:30px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(./img/list_chk.png) no-repeat 50% 50%; /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
}

#content section.top_failexample .bl_inn .item {
	max-width:760px;
	margin:100px auto 100px;
	font-size:4.0rem;
	letter-spacing:0.04rem;
	line-height: normal;
	text-align:center
}

#content section.top_failexample .bl_inn .item .p1 {
	background:#A20A0A;
	color:#fff;
	border-radius:7px;
	padding:20px;
	margin:0 0 40px 0;
	font-weight:bold;
}

#content section.top_failexample .bl_inn .item .p2 {
	margin:0 0 40px 0;
	font-weight:bold;
}

#content section.top_failexample .bl_inn .item .p3 {
	background:#9A865B;
	color:#fff;
	border-radius:7px;
	padding:20px;
	margin:0 0 40px 0;
	font-weight:bold;
}

#content section.top_failexample .bl_inn .item .p4 {
	margin:0 0 0 0;
	font-size:2.0rem;
	letter-spacing:0.04rem;
	font-weight:normal;
	text-align:left;
}

#content section.top_failexample .bl_inn .item .p4 span {
	font-weight:bold;
}

#content section.top_failexample .bl_inn .item_note {
	background:#EBE9DE;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 0;
	padding:60px;
}

#content section.top_failexample .bl_inn .item_note p {
	max-width:760px;
	margin:0 auto 20px;
	font-size:2.0rem;
	font-weight:normal;
}

#content section.top_failexample .bl_inn .item_note p:last-of-type {
	color:#61864D;
	font-size:2.4rem;
	font-weight:bold;
}

@media screen and (max-width:768px) {
	#content section.top_failexample .bl_inn {
		padding:40px 0 60px 0 ;
	}
	
	#content section.top_failexample h2 {
		margin:0 auto 10px;
		font-size:2.0rem;
	}
	
	#content section.top_failexample .bl_inn ul li {
		font-size:1.5rem;
	}
	
	#content section.top_failexample .bl_inn ul li:before {
		top:24px;
		width:20px;
		height:20px;
		background-size:100%;
	}
	
	#content section.top_failexample .bl_inn .item {
		margin:40px auto 40px;
		font-size:1.8rem;
	}
	
	#content section.top_failexample .bl_inn .item .p1 {
		margin:0 0 10px 0;
	}
	
	#content section.top_failexample .bl_inn .item .p2 {
		margin:0 0 10px 0;
	}
	
	#content section.top_failexample .bl_inn .item .p3 {
		margin:0 0 10px 0;
	}
	
	#content section.top_failexample .bl_inn .item .p4 {
		font-size:1.4rem;
	}
	
	#content section.top_failexample .bl_inn .item_note {
		padding:20px 10px;
	}
	
	#content section.top_failexample .bl_inn .item_note p {
		font-size:1.4rem;
	}
	
	#content section.top_failexample .bl_inn .item_note p:last-of-type {
		font-size:1.6rem;
		margin:0;
	}
}




/* top_contact */
#content section.top_contact {
}

#content section.top_contact .bl_inn {
	padding:0 0 40px 0;
    position: relative;
}

#content section.top_contact h2 {
	width:440px;
	margin:0 0 40px 0;
	text-align:center;

	color:#a20a0a;
	border:solid 1px #a20a0a;
	font-size:2.5rem;
	letter-spacing:0.04rem;
	padding:10px 0;
	font-weight:bold;
}

#content section.top_contact ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.top_contact ul li {
	width:31%;
}

#content section.top_contact ul h3{
	font-size:2.3rem;
	font-weight:bold;
}

#content section.top_contact ul li p {
	font-size:2.0rem;
	font-weight:normal;
}

#content section.top_contact ul li p span {
	color:#a20a0a;
}

@media screen and (max-width:768px) {
	#content section.top_contact .bl_inn {
		padding:0 0 0px 0;
	}
	
	#content section.top_contact h2 {
		width:100%;
		margin:0 0 20px 0;
		font-size:1.8rem;
	}
	
	#content section.top_contact ul li {
		width:100%;
		margin:0 0 20px 0;
	}
	
	#content section.top_contact ul h3{
		font-size:1.8rem;
		font-weight:bold;
	}
	
	#content section.top_contact ul li p {
		font-size:1.4rem;
		margin:0;
	}

}



/* top_flow */
#content section.top_flow {
}

#content section.top_flow .bl_inn {
	padding:80px 0;
}

#content section.top_flow h2 {
	max-width:1200px;
	width:100%;
	margin:0 auto 60px;
	text-align:center;

	color:#fff;
	background:#61864D;
	font-size:4.0rem;
	letter-spacing:0em;
	padding:10px 0;
}

#content section.top_flow .item_flow {
	max-width:980px;
	width:100%;
	margin:0 auto 100px;
	padding:0 0 0 260px;
}

#content section.top_flow .item_flow h3 {
	font-size:2.5rem;
	font-weight:bold;
}

#content section.top_flow .item_flow h3 span {
	display:block;
	background:#9A865B;
	color:#EBE9DE;
	width:200px;
	text-align:center;
	margin:0 0 -40px -260px;
	padding:2px 0;
	border-radius:50px;
}

#content section.top_flow .item_flow p {
	margin:40px 0 0 0;
	font-size:2.0rem;
	font-weight:normal;
	position:relative;
}

#content section.top_flow .item_flow p::before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 90px;
	height: 1px;
	content: '';
	background:  #333;
}

@media screen and (max-width:768px) {
	#content section.top_flow .bl_inn {
		padding:0 0 0px 0;
	}
	
	#content section.top_flow h2 {
		margin:0 auto 40px;
		font-size:2.0rem;
	}
	
	#content section.top_flow .item_flow {
		margin:0 auto 30px;
		padding:0 0 0 0px;
	}
	
	#content section.top_flow .item_flow h3 {
		font-size:1.6rem;
	}
	
	#content section.top_flow .item_flow h3 span {
		margin:0 0 10px 0px;
		padding:4px 0;
		font-size:1.4rem;
	}
	
	#content section.top_flow .item_flow p {
		font-size:1.4rem;
		margin: 20px 0 0 0;
	}

	#content section.top_flow .item_flow p::before {
		top: -10px;
	}

}






/********************/
/* low */
/********************/
.low_header01 {
	margin:0;
	padding:100px 0;
}

.low_header01 .low_header-inn {
	margin:0 auto;
	padding:0;
	height: 110px;
	position:relative;
	max-width:1200px;
	width:96%;
	border-left:solid 8px #61864D;
}

.low_header01 .low_header-inn h1 {
	position: absolute;
	top:50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto;
	font-size: 4.1rem;
	line-height:1.3;
	font-weight: bold;
	font-style: normal;
}

.low_header01 .low_header-inn h1 span {
	display:block;
	font-size: 2.1rem;
	font-weight: normal;
	position:relative;
	padding:0 0 0 160px;
}

.low_header01 .low_header-inn h1 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 140px;
	height: 1px;
	content: '';
	background:  #333;
}

.low_header02 {
	margin:0;
	padding:100px 0;
}

.low_header02 .low_header-inn {
	margin:0 auto;
	padding:0;
	height: 110px;
	position:relative;
	max-width:1200px;
	width:96%;
	border-left:solid 8px #a20a0a;
}

.low_header02 .low_header-inn h1 {
	position: absolute;
	top:50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto;
	font-size: 4.1rem;
	line-height:1.3;
	font-weight: bold;
	font-style: normal;
}

.low_header02 .low_header-inn h1 span {
	display:block;
	font-size: 2.1rem;
	font-weight: normal;
	position:relative;
	padding:0 0 0 160px;
}

.low_header02 .low_header-inn h1 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 140px;
	height: 1px;
	content: '';
	background:  #333;
}

.low_header03 {
	margin:0;
	padding:100px 0;
	background:#9A865B;
	text-align:center;
}

.low_header03 .low_header-inn {
	max-width:560px;
	margin:auto;
}

.low_header03 .low_header-inn h1 {
	font-size: 4.1rem;
	line-height:1.3;
	font-weight: bold;
	font-style: normal;
	color:#fff;
	border-bottom:solid 1px #fff;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
}

.breadcrumb {
	margin:0 auto;
	width:96%;
	max-width:1200px;
	font-size: 1.4rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .5rem;
    content: ">";
}
    


#content.cnt_low section .tbl_01 {
	width:100%;
	border-top:solid 1px #919191;
	border-spacing:0;
}

#content.cnt_low section .tbl_01 th,
#content.cnt_low section .tbl_01 td {
	font-weight:400;
	border-bottom:solid 1px #919191;
	font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
	font-weight:bold;
}

#content.cnt_low section .tbl_01 th {
	background:#F2F2F2;
	padding:30px 0;
	width:260px;
}

#content.cnt_low section .tbl_01 td {
	padding:30px 0 30px 40px;
}

#content.cnt_low section .tbl_02 {
	width:100%;
	border-spacing:0;
}

#content.cnt_low section .tbl_02 th,
#content.cnt_low section .tbl_02 td {
	font-weight:400;
	border-bottom:solid 1px #919191;
}

#content.cnt_low section .tbl_02 th {
	font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
	font-weight:bold;
	background:#F2F2F2;
	padding:20px 0;
	width:260px;
}

#content.cnt_low section .tbl_02 td {
	padding:20px 0 20px 40px;
}


@media screen and (max-width:768px) {
.low_header01 {
margin:0;
	padding:40px 0;
}

.low_header01 .low_header-inn {
margin:0 auto;
padding:0;
height: 60px;
position:relative;
max-width:1200px;
width:96%;
border-left:solid 8px #61864D;
}

.low_header01 .low_header-inn h1 {
position: absolute;
top:50%;
left: 20px;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
margin: auto;
	font-size: 2.1rem;
line-height:1.3;
font-weight: bold;
font-style: normal;
}

.low_header01 .low_header-inn h1 span {
display:block;
	font-size: 1.4rem;
font-weight: normal;
position:relative;
	padding:0 0 0 60px;
}

.low_header01 .low_header-inn h1 span::before {
position: absolute;
top: 50%;
left: 0;
	width: 40px;
height: 1px;
content: '';
background:  #333;
}

.low_header02 {
margin:0;
	padding:40px 0;
}

.low_header02 .low_header-inn {
margin:0 auto;
padding:0;
	height: 60px;
position:relative;
max-width:1200px;
width:96%;
border-left:solid 8px #a20a0a;
}

.low_header02 .low_header-inn h1 {
position: absolute;
top:50%;
left: 20px;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
margin: auto;
	font-size: 2.1rem;
line-height:1.3;
font-weight: bold;
font-style: normal;
}

.low_header02 .low_header-inn h1 span {
display:block;
	font-size: 1.4rem;
font-weight: normal;
position:relative;
	padding:0 0 0 60px;
}

.low_header02 .low_header-inn h1 span::before {
position: absolute;
top: 50%;
left: 0;
	width: 40px;
height: 1px;
content: '';
background:  #333;
}

.low_header03 {
margin:0;
	padding:30px 0 20px 0 ;
}

.low_header03 .low_header-inn h1 {
	font-size: 2.2rem;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

.breadcrumb {
margin:0 auto;
width:96%;
max-width:1200px;
font-size: 1.4rem;
}

.breadcrumb ul {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}

.breadcrumb li:not(:last-child)::after {
display: inline-block;
margin: 0 .5rem;
content: ">";
}



#content.cnt_low section .tbl_01 {
width:100%;
border-top:solid 1px #919191;
border-spacing:0;
}

#content.cnt_low section .tbl_01 th,
#content.cnt_low section .tbl_01 td {
font-weight:400;
border-bottom:solid 1px #919191;
font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
font-weight:bold;
}

#content.cnt_low section .tbl_01 th {
background:#F2F2F2;
padding:30px 0;
width:260px;
}

#content.cnt_low section .tbl_01 td {
padding:30px 0 30px 40px;
}

#content.cnt_low section .tbl_02 {
width:100%;
border-spacing:0;
}

#content.cnt_low section .tbl_02 th,
#content.cnt_low section .tbl_02 td {
font-weight:400;
border-bottom:solid 1px #919191;
}

#content.cnt_low section .tbl_02 th {
font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
font-weight:bold;
background:#F2F2F2;
padding:20px 0;
width:260px;
}

#content.cnt_low section .tbl_02 td {
padding:20px 0 20px 40px;
}

}



.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
}

#content section.cnt_icon01 {
	text-align:center;
	padding:60px 0;
}

#content section.cnt_icon01 figure {
}

#content section.cnt_icon02 {
	text-align:center;
	padding:60px 0 200px 0;
}

#content section.cnt_icon02 figure {
}

@media screen and (max-width:768px) {
.wp-pagenavi a, .wp-pagenavi span {
color: #999;
background-color: #FFF;
border: solid 1px #e0e0d2;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover{
color:#FFF; 
background-color:#999; 
border-color:#999;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #66cccc;
border-color: #66cccc;
font-weight: bold;
}

#content section.cnt_icon01 {
text-align:center;
	padding:20px 0;
}

#content section.cnt_icon01 figure {
}

#content section.cnt_icon02 {
text-align:center;
	padding:40px 0 100px 0;
}

#content section.cnt_icon02 figure {
	width:40%;
	margin:0 auto;
}
}


/***********/
/* method */
/***********/
#content.cnt_low.method {
	margin:0 0 200px 0;
}

#content.cnt_low.method section {
}

#content.cnt_low.method section .bl_inn {
}

#content.cnt_low.method .method_read {
	margin:0 0 100px 0;
	text-align:center;
	font-size:6.0rem;
}

#content.cnt_low.method section.method_item01 {
	margin:0 0 200px 0;
}

#content.cnt_low.method section.method_item01 .bl_inn h2 {
	text-align:center;
	color:#fff;
	background:#7E7E7E;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 40px;
	padding:20px 0;
	text-align:center;
	color:#fff;
	
	font-size:3.0rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
}

#content.cnt_low.method section.method_item01 .bl_inn figure {
}


#content.cnt_low.method section.method_item02 {
}

#content.cnt_low.method section.method_item02 .bl_inn {
}

#content.cnt_low.method section.method_item02 .bl_inn h2 {
	text-align:center;
	color:#fff;
	background:#9A865B;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 40px;
	padding:40px 0;
	text-align:center;
	color:#FAEE5D;
	
	font-size:3.0rem;
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:1.5em;
}

#content.cnt_low.method section.method_item02 .bl_inn h2 span {
	display:block;
	font-size:2.5rem;
	color:#a20a0a;
	background:#fff;
	max-width:600px;
	border-radius:50px;
	margin:auto;
	border:solid 1px #a20a0a;
}

#content.cnt_low.method section.method_item02 .bl_inn figure {
	text-align:center;
	margin:0 0 60px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:100px 0 40px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul {
	width:50%;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul li {
	font-size:2.5rem;
	padding:4px 0 4px 34px;
	position:relative;
	font-weight:bold;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul li:before {
	content: '';
	display: block;
	position: absolute;
	top:12px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(./img/list_chk.png) no-repeat 50% 50%;
}

#content.cnt_low.method section.method_item02 .method_item02-note .sub {
	width:50%;
	font-size:4.5rem;
	color:#A20A0A;
	border:solid 1px #A20A0A;
	text-align:center;
	margin:0 0 100px 0;
	padding:10px;;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 400;
	font-style: normal;	
}

#content.cnt_low.method section.method_item02 .method_item02-note p {
	width:100%;
	font-size:3.0rem;
	font-weight:bold;
}

#content.cnt_low.method .soudan {
	width:100%;
	font-size:4.5rem;
	color:#A20A0A;
	border:solid 1px #A20A0A;
	text-align:center;
	margin:0 0 100px 0;
	padding:10px;;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#content.cnt_low.method .soudan p {
	margin:0;
}

@media screen and (max-width: 768px) {
#content.cnt_low.method {
	margin:0 0 100px 0;
}

#content.cnt_low.method .method_read {
	margin:0 0 30px 0;
	text-align:left;
	font-size:2.4rem;
}

#content.cnt_low.method section.method_item01 {
	margin:0 0 100px 0;
}

#content.cnt_low.method section.method_item01 .bl_inn h2 {
	font-size:2.4rem;
}

#content.cnt_low.method section.method_item02 .bl_inn h2 {
	padding:20px 10px;
	font-size:2.0rem;
}

#content.cnt_low.method section.method_item02 .bl_inn h2 span {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
}

#content.cnt_low.method section.method_item02 .bl_inn figure {
text-align:center;
	margin:0 0 40px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
	margin:30px 0 20px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul {
	width:100%;
	margin:0 0 20px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul li {
	font-size:1.5rem;
}

#content.cnt_low.method section.method_item02 .method_item02-note ul li:before {
	top:8px;
	width: 20px;
	height: 20px;
	background-size:100%;
}

#content.cnt_low.method section.method_item02 .method_item02-note .sub {
	width:100%;
	font-size:2.1rem;
	margin:0 0 20px 0;
}

#content.cnt_low.method section.method_item02 .method_item02-note p {
	font-size:1.6rem;
	margin:0 0 0 0;
}

#content.cnt_low.method .soudan {
width:100%;
	font-size:2.1rem;;
	margin:0 0 40px 0;
padding:10px;;
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 400;
font-style: normal;
}

#content.cnt_low.method .soudan p {
margin:0;
}
}




	<!-- sec_end -->

/***********/
/* company */
/***********/
#content.company {
}

#content.company .company_main {
	width: 100%;
	max-width: 1200px;
	margin:80px auto
}

#content.company .company_main img {
}

#content.company .company_inn {
	margin:0 auto 300px auto;
	width: 100%;
	max-width: 900px;
}

#content.company .company_inn .bl_inn {
}

#content.company .company_inn .bl_inn .h2box {
	margin: 0 0 20px 0;
	padding:0 0 40px 0;
	border-bottom:solid 2px #707070;
}

#content.company .company_inn .bl_inn .h2box h2 {
	margin: 0 0 40px 0;
	width: 100%;
	font-size: 3.0rem;
	position: relative;
	font-style: normal;
	letter-spacing:0.1em;
	font-weight:bold;
	text-align:center;
	font-size: 2.0rem;
}

#content.company .company_inn .bl_inn .h2box h2::before {
	content: '';
	position: absolute;
	top: 40px;
	display: inline-block;
	width: 36px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}

#content.company .company_inn .bl_inn .company_info {
	width: 100%;
	border-collapse: collapse;
}

#content.company .company_inn .bl_inn .company_info th,
#content.company .company_inn .bl_inn .company_info td {
	border-bottom:solid 1px #d1d1d1;
	font-weight:normal;
	text-align:left;
	
	vertical-align:top;
}

#content.company .company_inn .bl_inn .company_info th {
	width: 34%;
	padding:20px 0 20px 100px;
}

#content.company .company_inn .bl_inn .company_info td {
	width: 66%;
	padding:20px 0 20px 0;
}


#content.company .company_inn .bl_inn .message {
	width:94%;
	margin:auto;
}

#content.company .company_inn .bl_inn h3 {
	font-weight:bold;
	font-size: 2.5rem;
	margin:0 0 20px 0;
	font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
}

#content.company .company_inn .bl_inn p {
}

#content.company .company_inn .bl_inn p.name {
	text-align:right;
}

#content.company .company_inn .bl_inn p.name span {
	font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
	font-weight:bold;
}


#content.company .company_access {
	margin:0 0 200px 0;
}

#content.company .company_access .mapbox {
	float:none;
	width:100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	position: relative;
	margin:100px 0 20px 0;
}

#content.company .company_access .mapbox iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
}

#content.company .zeh {
	background:#E7ECEF;
	padding:60px 0;
	margin:0 0 160px 0;
}

#content.company .zeh .bl_inn {
	width: 100%;
	max-width: 900px;
}

#content.company .zeh .bl_inn .h2box {
	margin: 0 0 20px 0;
}

#content.company .zeh .bl_inn .h2box h2 {
	margin: 0 0 40px 0;
	width: 100%;
	font-size: 3.0rem;
	position: relative;
	font-style: normal;
	letter-spacing:0.1em;
	font-weight:bold;
	text-align:center;
	font-size: 2.0rem;
}

#content.company .zeh .bl_inn .h2box h2::before {
	content: '';
	position: absolute;
	top: 40px;
	display: inline-block;
	width: 36px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}

@media screen and (max-width:768px) {
#content.company {
}

#content.company .company_main {
	width: 96%;
	margin:0 auto 60px auto
}

#content.company .company_inn {
	margin:0 auto 100px auto;
width: 100%;
max-width: 900px;
}

#content.company .company_inn .bl_inn {
}

#content.company .company_inn .bl_inn .h2box {
margin: 0 0 20px 0;
	padding:0 0 20px 0;
border-bottom:solid 2px #707070;
}

#content.company .company_inn .bl_inn .h2box h2 {
	margin: 0 0 20px 0;
width: 100%;
position: relative;
font-style: normal;
letter-spacing:0.1em;
font-weight:bold;
text-align:center;
	font-size: 1.8rem;
}

#content.company .company_inn .bl_inn .h2box h2::before {
content: '';
position: absolute;
top: 40px;
display: inline-block;
width: 36px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #000;
}

#content.company .company_inn .bl_inn .company_info {
width: 100%;
border-collapse: collapse;
}

#content.company .company_inn .bl_inn .company_info th,
#content.company .company_inn .bl_inn .company_info td {
border-bottom:none;
font-weight:normal;
text-align:left;

vertical-align:top;
	display:block;
}

#content.company .company_inn .bl_inn .company_info th {
	width: 100%;
	padding:10px 0 10px 10px;
	background:#f0f0f0;
}

#content.company .company_inn .bl_inn .company_info td {
	width: 100%;
	padding:10px 0 20px 10px;
}

#content.company .company_inn .bl_inn .message {
width:94%;
margin:auto;
}

#content.company .company_inn .bl_inn h3 {
	font-size: 1.8rem;
}

#content.company .company_inn .bl_inn p {
}

#content.company .company_inn .bl_inn p.name {
text-align:right;
}

#content.company .company_inn .bl_inn p.name span {
font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", "MS PMincho", source-han-serif-japanese, serif;
font-weight:bold;
}


#content.company .company_access {
	margin:0 0 100px 0;
}

#content.company .company_access .mapbox {
float:none;
width:100%;
height: 0;
overflow: hidden;
	padding-bottom: 300px;
position: relative;
margin:100px 0 20px 0;
}

#content.company .company_access .mapbox iframe {
position: absolute;
left: 0;
top: 0;
	height: 300px;
width: 100%;
}

#content.company .zeh {
background:#E7ECEF;
	padding:20px 0;
	margin:0 0 100px 0;
}

#content.company .zeh .bl_inn {
	width: 96%;
max-width: 900px;
}

#content.company .zeh .bl_inn .h2box {
margin: 0 0 20px 0;
}

#content.company .zeh .bl_inn .h2box h2 {
margin: 0 0 40px 0;
width: 100%;
position: relative;
font-style: normal;
letter-spacing:0.1em;
font-weight:bold;
text-align:center;
	font-size: 1.8rem;
}

#content.company .zeh .bl_inn .h2box h2::before {
content: '';
position: absolute;
top: 40px;
display: inline-block;
width: 36px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #000;
}
}







/***********/
/* input */
/***********/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
checkbox
/*,.field*/ {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #5c6b80;
  border-radius: 3px;
  border:solid 1px #bcb8a1;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }



/***********/
/* policy */
/***********/
#content.cnt_low.privacy {
	margin:0 0 200px 0;
}

#content.cnt_low.privacy section {
}

#content.cnt_low.privacy section .bl_inn {
}

#content.cnt_low.privacy section .bl_inn .read {
	margin:0 0 70px 0;
}

#content.cnt_low.privacy section .bl_inn h2 {
	margin:100px 0 40px 0;
	background:#EBE9DE;
	font-size:2.7rem;
	padding:10px 10px 10px 30px;
	border-left:solid 7px #B4A865;
}

#content.cnt_low.privacy section .bl_inn .privacy_item {
}

#content.cnt_low.privacy section .bl_inn .privacy_item p {
	line-height:2.0em;
}



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



/*==================================================
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½0ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*company*/
#content.cnt_low.company {
	margin:0 0 160px 0;
}

#content.cnt_low.company section.item01 {
	background:#EBE9DE;
	padding:100px 0;
	margin:0 0 160px 0;
}

#content.cnt_low.company section.item01 .bl_inn {
	text-align:center;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}

#content.cnt_low.company section.item01 .bl_inn .pt {
	width:24%;
}

#content.cnt_low.company section.item01 .bl_inn .txt {
	width:76%;
}

#content.cnt_low.company section.item01 .bl_inn .txt p {
	text-align:left;
	font-size:2.0rem;
	font-weight:normal;
}

#content.cnt_low.company section.item01 .bl_inn .txt p:first-of-type {
	font-weight:bold;
}

#content.cnt_low.company section.item02 {
	margin:0 0 200px 0;
}

#content.cnt_low.company section.item02 .bl_inn {
}

#content.cnt_low.company section.item02 .bl_inn table {
	max-width:820px;
	width:100%;
	margin:0 auto 200px;
	text-align:left;
	border-spacing:0;
	border-top:solid 1px #ccc;
}

#content.cnt_low.company section.item02 .bl_inn table tr {
}

#content.cnt_low.company section.item02 .bl_inn table th {
	background:#F2F2F2;
	width:220px;
	padding:20px;
	border-bottom:solid 1px #ccc;
}

#content.cnt_low.company section.item02 .bl_inn table td {
	width:calc(100% - 220px);
	padding:20px;
	border-bottom:solid 1px #ccc;
}

#content.cnt_low.company section.item02 .bl_inn .access {
	margin:0 0 100px 0;
}

#content.cnt_low.company section.item02 .bl_inn .access h2 {
	font-size:2.0rem;
	font-weight:bold;
	margin:0 0 30px 0;
	text-align:center;
}

#content.cnt_low.company section.item02 .bl_inn .access .map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

#content.cnt_low.company section.item02 .bl_inn .access .map iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:768px) {
#content.cnt_low.company {
margin:0 0 160px 0;
}

#content.cnt_low.company section.item01 {
background:#EBE9DE;
	padding:30px 0;
	margin:0 0 40px 0;
}

#content.cnt_low.company section.item01 .bl_inn {
text-align:center;
display:flex;
	flex-wrap:wrap;
justify-content:space-between;
}

#content.cnt_low.company section.item01 .bl_inn .pt {
	width:100%;
	margin:0 0 20px 0;
}

#content.cnt_low.company section.item01 .bl_inn .pt img {
	width:100%;
	max-width:140px;
}

#content.cnt_low.company section.item01 .bl_inn .txt {
	width:100%;
}

#content.cnt_low.company section.item01 .bl_inn .txt p {
	font-size:1.4rem;
}

#content.cnt_low.company section.item01 .bl_inn .txt p:last-of-type {
	margin:0;
}

#content.cnt_low.company section.item02 {
	margin:0 0 60px 0;
}

#content.cnt_low.company section.item02 .bl_inn {
}

#content.cnt_low.company section.item02 .bl_inn table {
	margin:0 auto 60px;
}

#content.cnt_low.company section.item02 .bl_inn table th,
#content.cnt_low.company section.item02 .bl_inn table td {
	display:block;
}

#content.cnt_low.company section.item02 .bl_inn table th {
background:#F2F2F2;
	width:100%;
	padding:10px;
}

#content.cnt_low.company section.item02 .bl_inn table td {
	width:100%;
	padding:10px;
}

#content.cnt_low.company section.item02 .bl_inn .access {
margin:0 0 40px 0;
}

#content.cnt_low.company section.item02 .bl_inn .access h2 {
font-size:2.0rem;
font-weight:bold;
margin:0 0 30px 0;
text-align:center;
}

#content.cnt_low.company section.item02 .bl_inn .access .map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

#content.cnt_low.company section.item02 .bl_inn .access .map iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
}



/*contact*/
#content.cnt_low.contact {
	margin:0 0 160px 0;
}

#content.cnt_low.contact section.item01 {
	background:#EBE9DE;
	padding:100px 0;
	margin:0 0 200px 0;
}

#content.cnt_low.contact section.item01 .bl_inn {
	text-align:center;
}

#content.cnt_low.contact section.item01 .bl_inn h2 {
	font-size:3.5rem;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 0 10px 0;
}

#content.cnt_low.contact section.item01 .bl_inn p{
	margin:0 0 10px 0;
}

#content.cnt_low.contact section.item01 .bl_inn p.time {
	font-size:3.0rem;
	font-weight:normal;
}

#content.cnt_low.contact section.item01 .bl_inn p.note {
	font-size:2.0rem;
	font-weight:normal;
}

#content.cnt_low.contact section.item02 .bl_inn h2 {
	margin:0 0 40px 0;
	text-align:center;
	font-weight:bold;
	font-size:3.0rem;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box {
	margin:0 0 40px 0;
	border-top:solid 1px #E5E3D8;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_label {
	width:30%;
	margin:0;
	padding:20px 20px 20px 80px;
	border-bottom:solid 1px #E5E3D8;
	font-weight:bold;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_label span {
	font-weight:normal;
	background:#a20a0a;
	color:#fff;
	margin:0 0 0 10px;
	padding:2px 6px;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_in {
	width:70%;
	margin:0;
	padding:20px 80px 20px 20px;
	border-bottom:solid 1px #E5E3D8;
	line-height:1;
}

#content.cnt_low.contact section.item02 .bl_inn .privacy_note {
	text-align:center;
}

#content.cnt_low.contact section.item02 .bl_inn .privacy_note span {
	font-weight:bold;
}



#content.cnt_low.contact section.item02 .bl_inn .form_btn {
	margin:80px 0 0 0;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more {
	margin: 0 auto;
	width: 400px;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#61864D;
	border: 1px solid #61864D;
	color:#fff;
	padding:20px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a::after {
	position: absolute;
	right: 40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg) translateY(-50%);
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more:hover a {
	opacity:1;
}

#content section .bl_inn .form_btn .submit_button{
	cursor: pointer;
	display:block;
	width:100%;
	max-width:340px;
	margin:auto;
	border:none;
	background:#61864D;
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-weight:bold;
}

#content .mw_wp_form_confirm .btn_back {
	cursor: pointer;
	display:block;
	width:100%;
	max-width:340px;
	margin:20px auto 0;
	border:none;
	background:#ccc;
	color:#858585;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
}



.mw_wp_form_confirm .form_show,
.mw_wp_form_complete .form_show{
	display:none;
}

#content.contactform section.contact_inn .bl_inn .form_btn .submit_button{
	cursor: pointer;
	display:block;
	width:100%;
	max-width:340px;
	margin:auto;
	border:none;
	background:#228FCC;
	color:#fff;
	text-align:center;
	padding:20px 0;
	font-weight:bold;
}

#content.contactform .mw_wp_form_confirm .btn_back {
	cursor: pointer;
	display:block;
	width:100%;
	max-width:340px;
	margin:20px auto 0;
	border:none;
	background:#ccc;
	color:#858585;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
}

@media screen and (max-width:768px) {
#content.cnt_low.contact {
margin:0 0 160px 0;
}

#content.cnt_low.contact section.item01 {
background:#EBE9DE;
	padding:20px 0;
	margin:0 0 40px 0;
}

#content.cnt_low.contact section.item01 .bl_inn {
text-align:center;
}

#content.cnt_low.contact section.item01 .bl_inn h2 {
	font-size:2.0rem;
	margin:0 0 10px 0;
}

#content.cnt_low.contact section.item01 .bl_inn p img {
	width:280px;
}

#content.cnt_low.contact section.item01 .bl_inn p.time {
	font-size:1.6rem;
	margin:0;
}

#content.cnt_low.contact section.item01 .bl_inn p.note {
	font-size:1.4rem;
	text-align:left;
	margin:0;
}

#content.cnt_low.contact section.item02 .bl_inn h2 {
	margin:0 0 30px 0;
	font-size:2.0rem;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box {
margin:0 0 40px 0;
border-top:solid 1px #E5E3D8;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_label {
	width:100%;
margin:0;
	padding:10px;
	border-bottom:none;
font-weight:bold;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_label span {
font-weight:normal;
background:#a20a0a;
color:#fff;
margin:0 0 0 10px;
padding:2px 6px;
}

#content.cnt_low.contact section.item02 .bl_inn .form_box .form .form_in {
	width:100%;
	padding:10px;
border-bottom:solid 1px #E5E3D8;
line-height:1;
}

#content.cnt_low.contact section.item02 .bl_inn .privacy_note {
text-align:center;
}

#content.cnt_low.contact section.item02 .bl_inn .privacy_note span {
font-weight:bold;
}



#content.cnt_low.contact section.item02 .bl_inn .form_btn {
margin:80px 0 0 0;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more {
margin: 0 auto;
width: 400px;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a {
display:block;
text-align:center;
text-decoration:none;
background:#61864D;
border: 1px solid #61864D;
color:#fff;
padding:20px 0px;
position:relative;
font-size:1.6rem;
font-weight:bold;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a::after {
position: absolute;
right: 40px;
top: 50%;
content: "";
width: 40px;
height: 8px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: skew(45deg) translateY(-50%);
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more:hover a {
opacity:1;
}

#content section .bl_inn .form_btn .submit_button{
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:auto;
border:none;
background:#61864D;
color:#fff;
text-align:center;
padding:20px 0;
font-weight:bold;
}

#content .mw_wp_form_confirm .btn_back {
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:20px auto 0;
border:none;
background:#ccc;
color:#858585;
text-align:center;
padding:10px 0;
font-weight:bold;
}

	

#content.cnt_low.contact section.item02 .bl_inn .form_btn {
	margin:60px 0 0 0;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more {
margin: 0 auto;
	width: 100%;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a {
display:block;
text-align:center;
text-decoration:none;
background:#61864D;
border: 1px solid #61864D;
color:#fff;
padding:20px 0px;
position:relative;
font-size:1.6rem;
font-weight:bold;
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more a::after {
position: absolute;
right: 40px;
top: 50%;
content: "";
width: 40px;
height: 8px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: skew(45deg) translateY(-50%);
}

#content.cnt_low.contact section.item02 .bl_inn .form_btn .more:hover a {
opacity:1;
}



.mw_wp_form_confirm .form_show,
.mw_wp_form_complete .form_show{
display:none;
}

#content.contactform section.contact_inn .bl_inn .form_btn .submit_button{
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:auto;
border:none;
background:#228FCC;
color:#fff;
text-align:center;
padding:20px 0;
font-weight:bold;
}

#content.contactform .mw_wp_form_confirm .btn_back {
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:20px auto 0;
border:none;
background:#ccc;
color:#858585;
text-align:center;
padding:10px 0;
font-weight:bold;
}

















	
#content.contactform section.contact_inn .bl_inn {
	padding:0 0 20px 0;
	margin:0 auto 40px auto;
border-bottom:solid 1px #ccc;
}

#content.contactform section.contact_inn .bl_inn .h2box {
	margin:0 0 60px 0;
}

#content.contactform section.contact_inn .bl_inn .h2box h2 {
margin: 0 0 40px 0;
width: 100%;
	font-size: 2.0rem;
font-weight:bold;
position: relative;
font-style: normal;
	letter-spacing:0.0em;
text-align:center;
}

#content.contactform section.contact_inn .bl_inn .h2box h2::before {
content: '';
position: absolute;
	top: 40px;
display: inline-block;
width: 36px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #000;
}

#content.contactform section.contact_inn .bl_inn .contact_tel {
text-align:center;
	margin:-20px 0 0 0;
}

#content.contactform section.contact_inn .bl_inn .contact_tel figure {
	margin:0 auto 10px auto;
	width:70%;
}

#content.contactform section.contact_inn .bl_inn .contact_tel p {
	font-size: 1.6rem;
font-weight:bold;
}


#content.contactform section.contact_inn .bl_inn .form_box {
margin:0 0 40px 0;
border-top:solid 1px #E5E3D8;
}

#content.contactform section.contact_inn .bl_inn .form_box .form {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#content.contactform section.contact_inn .bl_inn .form_box .form .form_label {
background:#E5E3D8;
	width:100%;
	padding:10px;
border-bottom:solid 1px #fff;
font-weight:bold;
}

#content.contactform section.contact_inn .bl_inn .form_box .form .form_label span {
font-weight:normal;
background:#E8BE00;
color:#fff;
margin:0 0 0 10px;
padding:2px 6px;
	font-size: 1.2rem;
}

#content.contactform section.contact_inn .bl_inn .form_box .form .form_in {
	width:100%;
margin:0;
	padding:10px;
border-bottom:solid 1px #E5E3D8;
}

#content.contactform section.contact_inn .bl_inn .d_request {
	margin:60px 0 60px 0;
}

#content.contactform section.contact_inn .bl_inn .d_request .siryou {
width:200px;
margin:0 auto;
}

#content.contactform .mw_wp_form_confirm .d_request,
#content.contactform .mw_wp_form_complete .d_request {
display:none;
}

#content.contactform section.contact_inn .bl_inn .d_request .h2box {
margin:0 0 10px 0;
}

#content.contactform section.contact_inn .bl_inn .d_request .h2box h2 {
}

#content.contactform section.contact_inn .bl_inn .d_request .h2box .read {
	font-size: 1.4rem;
font-weight:bold;
text-align:center;
}

#content.contactform section.contact_inn .bl_inn .d_request p {
text-align:center;
	font-size: 1.6rem;
}

#content.contactform section.contact_inn .bl_inn .privacy_note {
}

#content.contactform section.contact_inn .bl_inn .privacy_note span {
font-weight:bold;
}

#content.contactform section.contact_inn .bl_inn .form_btn {
margin:40px 0 0 0;
}

.mw_wp_form_confirm .form_show,
.mw_wp_form_complete .form_show{
display:none;
}

#content.contactform section.contact_inn .bl_inn .form_btn .submit_button{
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:auto;
border:none;
background:#228FCC;
color:#fff;
text-align:center;
padding:20px 0;
font-weight:bold;
}

#content.contactform .mw_wp_form_confirm .btn_back {
cursor: pointer;
display:block;
width:100%;
max-width:340px;
margin:20px auto 0;
border:none;
background:#ccc;
color:#858585;
text-align:center;
padding:10px 0;
font-weight:bold;
}
}


	
/**********************/
/*wp-pagenavi*/
/**********************/
#content .wp-pagenavi {
	text-align:center;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
#content .wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
}

#content .wp-pagenavi span.current{
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
}