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

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 2%;
}
.li_end {
	margin-right:0px !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
#floating {
	display:none;
}
.smp_block {
	display:block;
}
/* basicのスタイル記述 */
/* ========== header ========== */
header .stage {
	position:relative;
	height:auto;
	width:100%;
}
.subpage .stage {
	height:auto;
}
#header {
	width: 100%;
	height: auto;
	padding-bottom: 2%;
	padding-top: 2%;
}
#h1title {
	display:none;
}
#header .logo {
	float: none;
	width:70%;
	text-align:center;
	margin-left: auto;
	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);
}
.spnavi07 {
  background-image: url(../img/sp_gnavi7.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 ========== */
#top {
	display:none;
}
#top_smp {
	display:block;
	border-bottom: 1px solid #515151;
	width:100%;
	height:auto;
	text-align:center;
}
#top_smp img {
	width: 100%;
	height: auto;
}
/*
#top_smp .instage {
	width: 100%;
	height: 300px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
*/
#subtop {
	display:block;
	border-bottom: 1px solid #515151;
	width:100%;
	height:130px;
	overflow:hidden;
	text-align:center;
}
#subtop .instage {
	width: 100%;
	height: 110px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#subtop .instage img {
	margin:0 auto;
}
/* ========== search ========== */
#search {
	position:static;
	width: 100%;
	clear:left;
	margin-bottom:0;
	border-bottom: 1px dotted #6C6C6C;
}
#search .stage {
}
#search h2 {
	text-align: center;
	width: 100%;
	background-image: url(../img/bk_title.png);
	font-size: 18px;
	padding-bottom: 4%;
	margin-bottom: 8%;
}
#search ul {
}
#search li {
	float:none;
	border:none;
	background-color:#FFFFFF;
	margin-bottom: 8%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#search li a {
	width:71%;
	height:auto;
	color:#111111;
	font-size:11px;
	font-weight:bold;
	padding-left:25%;
	padding-right: 4%;
	padding-top:20px;
	padding-bottom: 2%;
	line-height:21px;
	text-align:left;
	margin-bottom: 0;
}
#search li a span {
	font-size:24px;
}
#search li p {
	line-height:1.4em;
	text-align:left;
	font-size:13px;
	color:#111111;
	margin-bottom: 2%;
	font-weight: normal;
	min-height:auto;
}
#search .li_end {
	margin-right: auto !important;
	margin-bottom: 4% !important;
}
.bt_search01 a {
	background-image:url(../img/search02.png);
	background-position:5px center;
	background-repeat:no-repeat;
	background-color:#f88686;
	background-size: 20%;
}
.bt_search01 a:hover {
	background-color:#f88686;	
}
.bt_search02 a {
	background-image:url(../img/search03.png);
	background-position:5px center;
	background-repeat:no-repeat;
	background-color:#6eb929;
	background-size: 21%;
}
.bt_search02 a:hover {
	background-color:#6eb929;
}
.bt_search03 a {
	background-image:url(../img/search04.png);
	background-position:5px center;
	background-repeat:no-repeat;
	background-color:#21afc4;
	background-size: 21%;
}
.bt_search03 a:hover {
	background-color:#21afc4;
}
.ar_search {
	position: absolute;
	top: -17px;
	left: 0;
	width: 96%;
	text-align: left;
}
.ar_search img {
	margin-right: auto;
}


/* ========== search2 ========== */
#search2 {
	width: 100%;
	margin-bottom: 2%;
	padding-top: 4%;
}
#search2 h2 {
	margin-bottom: 2%;	
}
#search2 .stage {
}
#search2 ul {
}
#search2 li {
	float:none;
	border:none;
	margin-right: auto !important;
	margin-left: auto;
	width: 90%;
	margin-bottom: 6%;
}
#search2 li a {
	width:71%;
	height:auto;
	padding-left:25%;
	padding-right: 4%;
	padding-top:20px;
	padding-bottom: 20px;

}
#search2 li a span {
}
#search2 li p {
	line-height:1.4em;
	text-align:left;
	font-size:13px;
	color:#111111;
	margin-bottom: 15px;
}
.bt_search11 a {
	background-image: url(../img/search07.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color: #D0A25F;
}
.bt_search11 a:hover {
	background-color: #D0A25F;
}
.bt_search12 a {
	background-image: url(../img/search05.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color: #D0A25F;
}
.bt_search12 a:hover {
	background-color: #D0A25F;
}
.bt_search13 a {
	background-image: url(../img/search06.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color: #D0A25F;
}
.bt_search13 a:hover {
	background-color: #D0A25F;
}
#search2 .gr_search {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.15);
	margin-left: 0;		
}
.bt_search11 .gr_search {
	padding-top: 10px;
	padding-bottom: 10px;
}
.bt_search12 .gr_search {
	padding-top: 10px;
	padding-bottom: 10px;
}
.bt_search13 .gr_search {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ========== outline ========== */
#outline {
	margin-bottom:2%;
}
#outline .stage {
}
#outline .stage img {
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:3%;
}
.outline_pc {
	display:none;
}
.outline_smp {
	display:block;
}


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



/* ========== news ========== */
#news {
	background-image: url("../img/bk_title.png");
	padding-top: 8%;	
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.news_left {
	float:none;
	width: 100%;
	margin-bottom: 6%;
}


.news_bt1 {
	text-align: center;
	width: 100%;
}
.news_bt1 img {
	margin-bottom:4%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
}
.news_bt1 p {
	font-size: 15px;
	line-height: 1.6em;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	text-align: left;
	
	
}
.news_bt2 {
	text-align: center;
	width: 100%;
}
.news_bt2 img {
	margin-bottom:4%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
}

.news_left h4 {
	color: #FFFFFF;
	background-image: url("../img/bk_news_h3.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 21px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 12px;
	height: 31px;
}
.news_right {
	float:none;
	width: 100%;
}

.news_area {
	background-color: #FFFFFF;
	padding: 5%;
	margin-bottom: 4%;
}
.news_area h3 {
	color: #111111;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	border-top: 10px solid #111111;
	border-bottom: 1px solid #111111;
}
.news_box {
	overflow: scroll;
	overflow-x: hidden;
	height: auto;
	padding-top: 4px;
	border-bottom: 1px solid #111111;
}
.news_box dl {
}
.news_box dt {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 4px;
	font-size:14px;
}
.news_box dd {
	margin-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;	
	/*color:#72bf44;*/
	font-size:14px;
}
.news_box dd a {
	color: #003399;
	text-decoration: underline;
}



/* ========== 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;
}


/* ========== access ========== */
#access {
	margin-bottom:40px;	
}
#access h2 {
	color: #111111;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 65px;
	padding-top: 12px;
	margin-top: 15px;
	margin-bottom:10px;
	height: 50px;
	background-image: url(../img/ar_topix_rent.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.access_info {
	background-color:#111111;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.access_info p {
	color:#FFFFFF;
	font-size:14px;
	line-height:1.7em;
}
#map_canvas1 {
	width:100%;
	height:360px;
}


/* ===== smp contents ====== */
#smp_contents {
	display: block;
	text-align: center;
}
#smp_contents ul {
}
#smp_contents li {
	margin-bottom: 2%;
}
.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: 90%;
	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: 90%;
	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: 90%;
	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;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footinfo dl {
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
.footinfo dt {
	clear: none;
	float: none;
	padding-left: 15px;
}
.footinfo dd {
	float: none;
	padding-left: 15px;
}
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;
}
#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: rgba(0,102,204,.8);*/
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0 ); /* IE6-9 */
}
#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: rgba(0,102,204,.8);*/
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0 ); /* IE6-9 */
}
#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: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	margin-bottom: 6%;
}
.page h2 {
	font-size: 18px;
	margin-bottom: 20px;
	border-left: 10px solid#344b7a;
	padding-left: 15px;
	line-height: 1.3em;
}
.page h3 {
	padding-top: 15px;
	font-size: 12pt;
	font-weight: bold;
	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;
}
/*
.page table {
	border-collapse: collapse;
	width: 100%;
}
.page table th, .page table td {
	display: block;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	width: 90%;
	border: 1px solid #BCBCBC;
	font-size: 14px;
	text-align: left;
}
.page table th {
	background-color: #eee;
	text-align: center;
}
*/



/*** kaiyaku Page ***/

#kaiyaku {
	padding-bottom: 35px;
}

#kaiyaku h2 {
	background-color: #f9f9f9;
	border-left: 8px solid #344b7a;
	border-top: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	border-right: 1px solid #d8dadc;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3em;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 12px;
}
#kaiyaku p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.8em;
}
#kaiyaku h3 {
	border-bottom: 1px solid #d8dadc;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 4px;
}
#kaiyaku ul {
	background-color: #f9f9f9;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 25px;
}
#kaiyaku li {
	list-style-type: circle;
	list-style-position: inside;
	color: #1e77a4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#kaiyaku li span {
	font-weight: normal;
	color: #222222;
	font-size: 13px;
}
.kaiyaku_box {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4%;
	height: auto;
	text-align: center;
}
.kaiyaku_box img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.kaiyaku_caution {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 5%;
	padding-right: 5%;	
	height: auto;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;

	margin-bottom: 35px;
}
.kaiyaku_caution_ex {
}
.kaiyaku_caution_ex p {
padding-bottom: 10px !important;
padding-top: 0 !important;
padding-left: 2em !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 12px;
text-indent: -2em;
}
.kaiyaku_form{
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
} 


/*** kakunin Page ***/

#kakunin {
	padding-bottom: 35px;
}
#kakunin h2 {
	background-color: #f9f9f9;
	border-left: 8px solid #344b7a;
	border-top: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	border-right: 1px solid #d8dadc;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3em;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 12px;
}
#kakunin p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.8em;
}
#kakunin strong {
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	color: #CC2629
}
#kakunin h3 {
	border-bottom: 1px solid #d8dadc;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 4px;
}
#kakunin ul {
	background-color: #f9f9f9;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 25px;
}
#kakunin li {
	list-style-type: circle;
	list-style-position: inside;
	color: #1e77a4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#kakunin li span {
	font-weight: normal;
	color: #222222;
	font-size: 13px;
}
.kakunin_box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding-bottom: 5px;
	padding-top: 25px;
	width: 98%;
	height: auto;
	text-align: center;
	background-color: #F1F1F1;
}
.kakunin_box img {
margin-bottom: 25px;
width: 96%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.kakunin_form{
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	border: 1px solid #CECECE;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
} 






/* ========== company ========== */
#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:95%;
	border-bottom:none;	
	text-align: left;	
}
#company_list table th br {
	display:none;
}


#company_hist {
	margin-bottom:50px;
}
#company_hist table {
	width:96%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
}
#company_hist table th,
#company_hist table td {
	display:block;
	width:95%;
	border-bottom:none;	
	text-align: left;		
}
#company_hist table th br {
	display:none;
}





/* ========== cont_select ========== */
.cont_select {
	width:100%;
	margin-bottom:50px;
}
.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:21px;		
}
.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: #7AC545;
}
.cont_select_box2 {
	background-color:#7AC545;
}
.cont_select_box3 {
	background-color:#7AC545;	
}

/* ========== 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;
}





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


/* ========== 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;
}


}

