
@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-top: 10px;
	padding-left: 2%;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 2%;
}
.li_end {
	margin-right:auto !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
.no_sp {
	display: none;
}
.no_pc {
	display: block;
}	
#floating {
	display:none;
}
.smp_block {
	display:block;
}
/* basicのスタイル記述 */
/* ========== header ========== */
.top_haader {
	margin: 0 auto;
	position:relative;
	height:auto;
	width:100%;
	max-width: 1920px;
	text-align: center;
}	
.subpage .stage {
	height:auto;
}
#header {
	width: 100%;
	height: auto;
	padding-bottom: 1%;
	padding-top: 1%;
}
#header .logo {
	float: none;
	width:67%;
	text-align:left;
	margin-left: 3%;
	margin-right: auto;
	
}
.logo img {
	width:100%;
	height:auto;
}
.headtel {
	display:none;
}

/*左右強調あり*/
.pushtitle {
	text-align: center;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.pushtitle h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 4%;
	padding-bottom: 1.8%;
}
.pushtitle h2:before {
	content: '';/*何も入れない*/
	margin-right:3px;	
	position:relative;
    top:0;
    left:0;
	display: inline-block;/*忘れずに！*/
	width: 25px;/*画像の幅*/
	height: 19px;/*画像の高さ*/
	background-image: url("../img/ar_push_before.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.pushtitle h2:after {
	content: '';/*何も入れない*/
	margin-left:2px;
	position:relative;
    top:0;
    left:0;
	display: inline-block;/*忘れずに！*/
	width: 25px;/*画像の幅*/
	height: 19px;/*画像の高さ*/
	background-image: url("../img/ar_push_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}


/* ========== sp_nav ========== */
#spnavi {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 16px;
	width: 30px;
	height: 43px;
	cursor: pointer;
	z-index: 15000;
	background-color: #494949;
}
#navToggle div {
  position: relative;
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 10px
}
#navToggle span:nth-child(3) {
  top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #6B6B6B;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 12000;
}
#spnavi ul {
  margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 18%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
  content: ''
}
#spnavi ul li:last-child {
  border-bottom: none
}
#spnavi li a span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.7rem;
  padding-left: 3%;
}
.spnavi01 {
  background-image: url(../img/sp_gnavi1.png);
}
.spnavi02 {
  background-image: url(../img/sp_gnavi2.png);
}
.spnavi03 {
  background-image: url(../img/sp_gnavi3.png);
}
.spnavi04 {
  background-image: url(../img/sp_gnavi4.png);
}
.spnavi05 {
  background-image: url(../img/sp_gnavi5.png);
}
.spnavi06 {
  background-image: url(../img/sp_gnavi6.png);
}


/* Toggle(Button) */
#navToggle {
  display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
  -moz-transform: translateY(720px);
  -webkit-transform: translateY(720px);
  transform: translateY(720px)
}

#pcnavi {
	display: none;
}


/* ========== top ========== */
/* ========== mainvisual ========== */

#mainvisual{
	height:300px !important;
	position:relative;
	margin-bottom: 0;
}

#mainvisual .maintxt {
	margin-left:-180px;
	margin-top:-80px;
}

#mainvisual .maintxt img{
	width:360px;
	height:auto;
}

#vegasDots{
	display: none;

}
	

/* ===== header top ===== */
#top {}
#top .stage {}
/* ===== header sub ===== */
#sub {
}
#sub .stage {
  padding-top: 40px;
}
.main {
  width: 100%;
  position: relative;
  border-bottom: 3px solid #305078;
}
.sub {}
	
	
/* ====== top_search ===== */
#top_search {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;
}
.ts_box {
  width:50%;
  height: auto;
  position: relative;
  text-align: center;
	float: left;
	padding-top: 4%;
}
.ts01 {
  top: 0;
  left: 0
}
.ts02 {
  top: 0;
  left: 0
}
.ts03 {
  top: 0;
  left: 0
}
.ts04 {
  top: 0;
  left: 0
}
.ts_img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;;
  height: auto;
}

	

	

/* ========== hojin ========== */
#hojin {
	margin-bottom:2%;
	padding-top: 8%;
	padding-bottom: 8%;	
}
#hojin .stage {
}
#hojin .stage img {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.hojin_pc {
	display:none;
}
.hojin_smp {
	display:block;
}




/* ========== sell ========== */

#sell {
	padding-bottom: 4%;
	padding-top: 4%;
}
#sell h2 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#sell p {
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 2%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}




/* ========== banner ========== */
#banner {
	display: block;
	margin-bottom:5px;
}
#banner .stage {
	width:100%;
}
#banner ul {
	padding-left:5%;
}
#banner li {
	width:45%;
	float:left;
	margin-right:5%;
	margin-bottom: 5%;
}
#banner li img {
	width:100%;
	height:auto;
}




/* ===== smp contents ====== */
#smp_contents {
	display: block;
	text-align: center;
	padding-bottom: 4%;
	padding-top: 8%;
	border-top: 1px solid #DBDBDB;
	background-image: url("../img/bk_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
}
#smp_contents ul {
}
#smp_contents li {
	margin-bottom: 4%;
}
.bt_smp_g {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_g:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
	background-color: #77a809;
	color: #ffffff;
}
.bt_smp_g:active {
	position: relative;
	top: 1px;
}
.bt_smp_b {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
	background-color: #63b8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6390C9;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_b:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
	background-color: #468ccf;
	color: #ffffff;
}
.bt_smp_b:active {
	position: relative;
	top: 1px;
}
.bt_smp_w {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #BBBBBB;
	display: inline-block;
	cursor: pointer;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_w:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	color: #707070;
}
.bt_smp_w:active {
	position: relative;
	top: 1px;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
}
/* ========== footer ========== */
#footer {
	background-color: #f2f2f1;
	text-align: center;
	margin-bottom: 60px;
}
#footer .stage {
	padding-top: 40px;
}
.flogo {
	width:100%;
	float: none;
	padding-bottom: 0;
	padding-right: 0px;
	text-align:center;
}
.flogo img {
	width: 50%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.flink1 {
	float:none;	
	display: none;
}
#footer h2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-top: 0;
}
#footer p {
	text-align:center;
	line-height:1.8em;
	font-size:14px;
	margin-left:0px;
}
#footer p strong {
	font-size:18px;
}
.footnavi {
	display: none;
}
.fnavi01 {
	background-image: url(../img/ar_hnavi1.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi02 {
	background-image: url(../img/ar_hnavi2.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi03 {
	background-image: url(../img/ar_hnavi3.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.footinfo {
	clear: both;
}
address {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
}
address span {
	display: none;
}
#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.60);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 8px;
	z-index: 9999999;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); 
}
#fnavi1:hover {
	background: rgba(0,102,204,.8);
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); 
}
#fnavi2:hover {
	background: rgba(0,102,204,.8);
}
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_mail.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_tel.png);
	background-repeat: no-repeat;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ===== contents ====== */
#contents {
}

#contents_left {
	float: none;
	padding-top: 3%;
	width: 100%;
	height: auto;
}

#contents_right {
	float: none;
	padding-top: 3%;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	height: auto;
}

/* ========== page_title ========== */
.page_title {
	display: none;
}
.page_title_sp {
	display: block;
	text-align: center;
	margin-bottom: 2%;
}
.page_title_sp img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
/* ========== page ========== */
.page {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;
	margin-bottom: 6%;
}
.page h2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	border-left: 10px solid #00441c;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 2.0em;
}
.page h2 span {
	font-size: 24px;
}	
.page h3 {
	padding-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.page h4 {
	padding-left: 5px;
	padding-right: 5px;
}	
.page p {
	font-size: 15px;
	line-height: 2em;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* ========== reform page  ========== */

#reform_top {
	padding-top: 2%;
}


/* ========== top_push========== */

.top_push {
	width: 100%;
	background-image:url("../img/outline.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 20%;
}
.top_push h2 {
	text-align: center;
	font-size: 18px;
	color: #494949;
	line-height: 1.8em;
	border-left: none;
	margin-bottom: 0;
}
.top_push h2 span {
	font-size: 24px;
}
.top_push h3 {
	font-size: 18px;
	color: #00441c;
	line-height: 2.4em;
	text-align: center;
}
.top_push h3 strong {
	font-size: 21px;
}
.top_push p {
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.top_push ul {
	background-image: url("../img/ar_top_push2.png");
	background-position: center 5%;
	background-repeat: no-repeat;
	padding-left: 3%;
	padding-right: 5%;
	padding-top: 25%;
	padding-bottom: 8%;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8E8E8;
	border-radius: 20px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);			
}
.top_push li {
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 4%;
}
.ar_top_push {
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;	
}
.ar_top_push img {
	margin: auto;
	margin-right: auto;
}

/* ========== top_works ========== */

.top_works {
	background-color: #f0e9e2;
	padding-top: 8%;
	padding-bottom: 12%;
}
.top_works .stage {
	position: relative;
	margin-bottom: 4%;
	width: 96%;
}


.top_works h2 {
	position: relative;
	top: 0;
	left: 0; 	
}
.top_works h2 span {
}
.top_works_area {
	width:94%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:8%;
	padding-bottom: 8%;
}
.top_works_box {
	text-align: left;
	width: 90%;
	height: 280px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}

.top_works_box .photo {
	width: 98%;
	height: 160px;
	overflow: hidden;
	border: 0.5% solid #3b8e00;
	position: relative;
	margin-bottom:5px;
}
.top_works_box .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top_works_box .info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	color: #111111;
}
	
/* ========== top_avail ========== */
.top_avail {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8%;
	padding-bottom: 12%;
}
.top_avail h2 {
	margin-bottom: 6%;
}
.top_avail_box {
	float: none;
	width: 65%;
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25%;
	padding-right: 5%;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;

}
.av1 {
	background-image: url("../img/ar_avail01.png");
}
.av2 {
	background-image: url("../img/ar_avail02.png");
}
.av3{
	background-image: url("../img/ar_avail03.png");
}
.av4{
	background-image: url("../img/ar_avail04.png");
}

.top_avail_box h3 {
	font-size: 16px;
	line-height: 1em;
	color: #111111;
	font-weight: bold;
}
.top_avail_box p {
	font-size: 15px;
	line-height: 1.6em;
	color: #111111;
}


/* ========== top_menu ========== */
.top_menu {
	padding-top: 4%;
	padding-bottom: 0;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	
}
.top_menu_box {
	position: relative;
	margin-bottom: 8%;

}
.top_menu_box h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.top_menu_box p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;		
}
.top_menu_text_left {
	background-color: #efefef;
	width: 100%;
	height: auto;
	padding-top: 4%;
	padding-bottom: 8%;
	margin-right: auto;
}

.top_menu_photo_right {
	height: 120px;
	width: 100%;	
	position: relative;
	right: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_menu_photo_left {
	height: 120px;
	width: 100%;	
	position: relative;
	right: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_menu_text_right {
	background-color: #f0e9e2;
	width: 100%;
	height: auto;
	padding-top: 4%;
	padding-bottom: 8%;
	margin-left: auto;
}

.mn1 {
	background-image: url("../img/menu01.jpg");
}
.mn2 {
	background-image: url("../img/menu02.jpg");
}
.mn3 {
	background-image: url("../img/menu03.jpg");
}

.top_menu_detail {
}
.top_menu_detail a {
	display: block;
	border: 1px solid #494949;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 1.5%;
	color: #494949;
	font-size: 16px;
	letter-spacing: 0.1em;
	border-radius: 20px;
}


	

/* ========== page reform ========== */

#reform {
	padding-bottom:4%;
	width: 100%;
	height: auto;
}
#reform h2 {
	margin-bottom: 8%;
}
.reform_area1 {
	background-color: #f0e9e2;
	padding-top: 6%;
	padding-bottom: 4%;
	margin-bottom: 6%;
	background-image: url("../img/bk_dotted.png");
	background-position: right top;
	background-repeat: no-repeat;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.reform_area1 p {
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 2%;
}
.reform_area1 h3 {
	font-size: 19px;
	margin-bottom: 2%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.4em;
}
.reform_area1 ul {

}
.reform_area1 li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 4%;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 90%;
	padding-top: 3%;
	padding-bottom: 2%;
	padding-right: 2%;
	border-radius: 10px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.reform_area2 {
	padding-bottom: 15%;
	margin-bottom: 8%;
	background-image: url("../img/outline.png");
	background-position: center bottom;
	background-repeat: repeat-x;
}
.reform_area2 h3 {
	font-size: 19px;
	text-align: center;
	margin-bottom: 6%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.0em;
	background-color: #f0e9e2;
	border-radius: 30px;
	padding-left: 0;
	padding-top: 4%;
	padding-bottom: 4%;
	width: 91%;
	margin-left: auto;
	margin-right: auto;
}
.reform_area2 h4 {
	font-size: 18px;
	margin-bottom: 2%;
	color: #00441c;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.reform_area2 h4 span {
	font-size: 15px;
}
.reform_area2 p {
	line-height: 1.7em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.reform_box {
	float: none;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	height: auto;
	min-height: auto;
	border: 5px solid #584638;
	border-radius: 15px;
	padding-top: 4%;
	padding-bottom: 3%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FCFCFC;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);		
}
.reform_area3 {
}
.reform_area3 h3 {
	font-size: 19px;
	text-align: center;
	margin-bottom: 6%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.0em;
	background-color: #f0e9e2;
	border-radius: 30px;
	padding-left: 0;
	padding-top: 4%;
	padding-bottom: 4%;
	width: 91%;
	margin-left: auto;
	margin-right: auto;
}
.reform_area3 h4 {
	font-size: 18px;
	margin-left: 2%;
	margin-right: 2%;	
	margin-bottom: 1%;
	color: #00441c;
	font-weight: bold;	
}
.reform_area3 p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	line-height: 1.7em;
	font-size: 15px;

}

/* ========== page works ========== */

#works {
	padding-bottom:20px;
	width: 100%;
	height: auto;
}
#works h2 {
	margin-bottom: 8%;
}
#works a {
	text-decoration:underline;
}
.works_area {
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 4%;
}
.works_area h3 {
	text-align: center;
	font-size: 21px;
	margin-bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	background-color: #f0e9e2;
	border-radius: 30px;
	padding-left: 0;
	padding-top: 5%;
	padding-bottom: 4%;
	background-image: url("../img/bk_dotted.png");
	background-position: right top;
	background-repeat: no-repeat;	
}
.works_area h4 {
	font-size: 18px;
	margin-bottom: 4%;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #00441c;
}
.works_area p {
	font-size: 15px;
	line-height: 1.7em;
	padding-bottom: 6%;
	padding-top: 0;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
} 
.works_photo {
	float: none;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	height: 120px;
	background-color: #E4E4E4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp1 {
	background-image: url("../img/reform01.jpg");
}
.wp2 {
	background-image: url("../img/reform02.jpg");
}
.wp3 {
	background-image: url("../img/reform03.jpg");
}
.wp4 {
	background-image: url("../img/reform04.jpg");
}
.works_box {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	height: auto;
	min-height: auto;
	margin-bottom: 2%;
	padding-top: 3%;
	border-top: 1px dotted #555555;
}
.box_end {
	margin-right: auto !important;
}
.works_box h5 {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 1%;
	margin-left: 0;
	margin-right: 0;	
	color: #00441c;
	font-weight: bold;
}
.works_box p {
	font-size: 13px;
	line-height: 1.6em;
	padding-bottom:2%;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}





/* ========== page flow ========== */
#flow {
	width: 100%;
	height: auto;
}
#flow h2 {
	margin-bottom: 8%;
}
.flow_area1 {
	background-color: #f0e9e2;
	padding-top: 6%;
	padding-bottom: 4%;
	margin-bottom: 12%;	
	background-image: url("../img/bk_dotted.png");
	background-position: right top;
	background-repeat: no-repeat;	
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.flow_area1 p {
	font-size: 15px;
	margin-bottom: 2%;
	line-height: 1.8em;
}
.flow_area1 h3 {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 2%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.flow_box {
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10%;
	padding-bottom: 6%;
	background-image: url("../img/bk_flow_box.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 10%;
}
.flow_step {
	background-color: #00441c;
	color: #FFFFFF;
	position: absolute;
	left: -5%;
	top: -15px;
	width: 35%;
	font-size: 18px;
	text-align: center;
	line-height: 1.0em;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
.flow_area2 h4 {
	line-height: 1.0em;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #584638;
}
.flow_area2 p {
	font-size: 15px;
	line-height: 1.6em;
}
.flow_box_contact {
	margin-bottom: 4%;
	
}
.flow_box_contact a {
	display: block;
	width: 80%;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #B3B3B3;
	border-radius: 21px;
	font-size: 15px;
	color: #222222;
	background-color: #F8F8F8;
}
.flow_img {
	display: none;
}


	
/* ========== page jirei ========== */

#jirei {
	padding-bottom:20px;
	width: 100%;
	height: auto;
}
#jirei h2 {
	margin-bottom: 8%;
}
#jirei a {
	text-decoration:underline;
}
.jirei_area {
	padding-top: 6%;
	margin-bottom: 4%;
}
.jirei_area h3 {
	font-size: 20px;
	margin-bottom: 4%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.0em;
	background-color: #f0e9e2;
	border-radius: 15px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 4%;
	background-image: url("../img/bk_dotted.png");
	background-position: right top;
	background-repeat: no-repeat;	
}



.jirei_info {
	height: auto;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 4%;
	background-image: url(../img/bk_flow_box.jpg);
	background-position: right top;
	background-size: cover;
	border-radius: 15px;
	margin-bottom: 4%;
}
.info_left {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.jirei_info h4 {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0;
	margin-bottom: 8%;
	font-weight: bold;
	color: #00441c;
	border-top: 1px solid #00441c;
	padding-top: 4%;
}
.jirei_info h5 {
	font-size: 16px;
	margin-bottom: 3%;
	font-weight: bold;
}
.jirei_info p {
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 8%;
	padding-top: 0;
} 
.jirei_photo1 {
	float: none;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
}
.jirei_after {
	background-color: #ff6600;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	width: 120px;
	height: auto;
	padding-top: 2%;
	padding-bottom: 1%;
	position: absolute;
	left: 0;
	top: 0;
}
.jirei_photo2 {
	width: 70%;
	height: 210px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 5%;
	text-align: center;
	position: relative;	
}

.jirei_before {
	background-color: #979797;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100px;
	height: auto;
	padding-top: 2%;
	padding-bottom: 1%;
	position: absolute;
	left: 0;
	top: 0;
}
.yoko img {
	width: 100%;
	height: auto;
}
.tate img {
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.jirei_box {
	float: noen;
	width: 90%;
	height: auto;
	min-height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 4%;
	border-radius: 15px;
	background-color: #f0f0f0;
}
.box_end {
	margin-right: auto;
}
.jirei_box h5 {
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-top: 2%;
	margin-bottom: 2%;
	margin-left: 4%;
	margin-right: 4%;
	color: #00441c;
	font-weight: bold;
	border-top: 1px dotted #555555;	
}
.jirei_box p {
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 4%;
	padding-top: 0;
	margin-left: 8%;
	margin-right: 8%;
}


/* ========== company ========== */
#company {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#company_list {
	margin-bottom:4%;
}
#company_list table {
	width:96%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 4%;
}
#company_list table th,
#company_list table td {
	display:block;
	width:90%;
	border-bottom:none;	
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;	
}
#company_list table th br {
	display:none;
}


#company_hist {
	margin-bottom:10%;
}
#company_hist table {
	width:96%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
}
#company_hist table th {
	display:block;
	width:90%;
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	border-bottom: 1px solid #BCBCBC;
}
#company_hist table td {
	display:block;
	width:90%;
	border-bottom:none;	
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	font-size: 12px;
	line-height: 1.5em;	
}
#company_hist table th br {
	display:none;
}





/* ========== cont_select ========== */
.cont_select {
	width:94%;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
}
.cont_select ul{
	padding-top:25px;
}
.cont_select li{
	float:none;
	margin-right:5%;
	margin-left:5%;
	margin-bottom:5%;
	width:90%;
	height:auto;
	color:#FFFFFF;
	border-radius:10px;		
}
.cont_select li a {
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	width:100%;
	padding-top:6%;
	padding-bottom:6%;
	height:auto;
	color:#FFFFFF;
}
.cont_select li a span {
	font-size:24px;
}
.cont_select li a br {
	display: none;
}
.cont_select_box1 {
	background-color: #00441c;
}
.cont_select_box2 {
	background-color: #00441c;
}
.cont_select_box3 {
	background-color: #00441c;
}

/* ========== kiyaku/privacy ========== */


.policy_text {
	padding-left:3%;
	padding-right:3%;
	padding-top:25px;
	padding-bottom: 25px;
}
.policy_text p {
	font-size:14px;
	line-height:1.8em;
}
.policy_text h2 {
	font-size:18px;
}
.policy_text h3 {
	font-size:16px;
	padding-top: 3%;
	padding-bottom: 3%;
	font-weight: bold;
}	
.policy_text li {
	text-indent: -2em;
	padding-left: 2em;
	padding-right: 1em;
	font-size:15px;
	line-height:1.7em;
	padding-top: 3%;
	padding-bottom: 3%;	
}
.policy_text p {
	padding-left: 1em;
	padding-right: 1em;
}




/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/


/* ========== modal-content ========== */
.modal-content {
	width: 85%;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border: 5px solid #FFFFFF;
	background-image: url(../img/bk_modalbox.png);
	background-repeat: repeat;
	position: fixed;
	display: none;
	z-index: 9999;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal_search_area {
	position: relative;
}
.modal_search_area p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	line-height:1.8em;
	font-weight: normal;
	clear: left;
}
.push_text {
	font-size:14px !important;
	font-weight:bold !important;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -5px;
	top: -32px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 5px;
	height: 31px;
	width: 36px;
	display: block;
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.modal_exit a:hover {
	background-color: #488F15;
	color: #FFFFFF;
}
.modal_search_area h2 {
	background-color: #58b218;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../img/ar_modal_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-size: 25px 19px;
}
.modal_search_area p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 56px;
	width: 56px;
	display: block;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area li a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dl {
	padding-top: 1%;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 0px;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 1%;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 12px;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dd a span {
	font-size: 7px;
}


}

