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

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-top: 7px;
	padding-left: 2%;
	padding-bottom: 3px;
	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 ========== */
header .stage {
	position:relative;
	height:auto;
	width:100%;
}
.subpage .stage {
	height:auto;
}
#header {
	width: 100%;
	height: auto;
	padding-bottom: 2%;
	padding-top: 2%;
}
#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 ========== */
/* ========== 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;

}
	
/* ========== cm ========== */
#top_cm_pc {
	display: none;
}
#top_cm_sp{
	display: block;
	width: 320px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	border: 3px double #DCDCDC;
}
	
	
/* ===== 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 {
  width: 100%;
	margin-bottom: 4%;
}
#top_search a {
  color: #222222;
}
#top_search a:hover .ts_box {
  top: 0;
}
.ts_box {
  width: 100%;
  height: auto;
  border: none;
  background-color: #FFFFFF;
  position:relative;
  text-align: left;
  transition: all 0.5s;
}
.ts01 {
  top: 0;
  left: 0;
}
.ts02 {
  top: 0;
  left: 0;
}
.ts03 {
  top: 0;
  left: 0;
}
.ts_img {
  float: left;
  width: 30%;
  height: 75px;
border-bottom: 3px solid #ff5400;	
}
.tsim1 {
  background-image: url("../img/bk_search01.jpg");
  background-position: center 1px;
  background-repeat: no-repeat;
	background-size: cover;
}
.tsim2 {
  background-image: url("../img/bk_search02.jpg");
  background-position: center 1px;
  background-repeat: no-repeat;
	background-size: cover;
}
.tsim3 {
  background-image: url("../img/bk_search03.jpg");
  background-position: center 1px;
  background-repeat: no-repeat;
	background-size: cover;
}
.ts_box h2 {
  border-bottom: 3px solid #ff5400;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 13px;
  height: 62px;
  width: 65%;
  padding-left: 35%;
}
.ts_box h2 span {
  font-size: 12px;
  font-weight: normal;
}
	
	
	
/* ========== bn_nyukyosha ========== */

#bn_nyukyosha {
	padding-top: 0;	
	margin-bottom: 6%;
}
#bn_nyukyosha .stage {
}	
#bn_nyukyosha img {
	width: 90%;
}
	
/* ========== outline ========== */
#outline {
	margin-bottom:2%;
}
#outline .stage {
}

.out_area {
		font-size: 14px;
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding-bottom: 60px;
	background-image: url("../img/outline.png");
	background-repeat: no-repeat;
	background-position:  center bottom;
}
.out_area h2 {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0;
	font-weight: bold;
	color: #344b7a;
	margin-bottom: 2%;
} 
.out_box {
	float: none;
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #344b7a;
	padding-top: 3%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 1%;
	border-radius: 0;
}
.out_box h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #344b7a;
	letter-spacing: 0.2em;
	background-color: #eaedf1;
	border-radius: 9px;
	width: 92%;
	padding-top: 2px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}
.out_box p {
	color: #FFFFFF;
}
.out_push {
	margin-bottom: 2.5%;
	line-height: 1.8em;
}
.menkyo {
	padding-bottom: 5px;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;	
}
.menkyo span {
	font-size: 10px;
}
.member {
	display: none;
}



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


/* ========== 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;
	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;
}
#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: 0;
	padding-right: 0;
	background-color: #FFFFFF;
	margin-bottom: 6%;
}
.page h2 {
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 20px;
	border-left: 10px solid#344b7a;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.3em;
}
.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;
}

/* ========== kanri page  ========== */

#kanri_top {
}
.kanri_title {
	background-color: #f9f9f9;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight:bold;	
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.kanri_img {
	text-align:center;
	margin-bottom:3%;
}
.kanri_img img {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: auto;	
}
#kanri_top h2 {
	margin-bottom: 5%;
}
#kanri_top h3 {
	border-top: 3px solid #84909E;
	border-bottom: 1px solid #d8dadc;
	margin-bottom: 20px;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 3%;
	padding-bottom: 12px;
	font-weight: bold;	
}
#kanri_top p {
	line-height: 1.8em;
	margin-bottom: 2%;
	margin-left: 3%;
	margin-right: 3%;
}
#kanri_top .right {
	float: right;
	padding-left: 5%;
	padding-right: 2%;
	width: 50%;
}
#kanri_top article {
	margin-top: 4%;
	margin-bottom: 6%;
}
#kanri_top article article {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-top: 0;
}
#kanri_top article h4 {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	padding-left: 55px;
	margin-bottom: 2%;
}
#kanri_top article p {
	padding-top: 0;
}
.kanri_menu01 {
	background-image: url(../img/kanri/bk_kanrimenu01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.kanri_menu02 {
	background-image: url(../img/kanri/bk_kanrimenu02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.kanri_menu03 {
	background-image: url(../img/kanri/bk_kanrimenu03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#kanri_top article article ul {
	background-color: #f9f9f9;
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#kanri_top article article li {
	list-style-type: circle;
	list-style-position: inside;
	color: #1e77a4;
	font-size: 14px;
	line-height: 2.0em;
	font-weight: bold;
}
#kanri_top article article p {
	background-color: #f9f9f9;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	padding-top: 3%;
	font-size: 12px;
	line-height: 1.4em;
	height: auto;
	min-height: 80px;
	margin-left: 0;
	margin-right: 0;
}
.kanri_portal {
	text-align: center;
	border: 1px solid #d8dadc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 4%;
	background-color: #f9f9f9;
}
.kanri_portal table {
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #FFFFFF;
}
.kanri_portal th {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
}
.kanri_portal td {
	text-align: center;
	font-size: 11px;
	width: 33%;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.kanri_portal td img {
	width: 80%;
	height: auto;
}
	
	
/* ========== page preview ========== */

#kanri_preview {
	padding-bottom:20px;
}
#kanri_preview {
	width: 100%;
	height: auto;
}

#tabs2 {
}
#tabs2 {
}
#tabs2 a {
	text-decoration:underline;
}
#tabs2 ul {
	border-bottom: 10px solid #DFDFDF;
}
#tabs2 ul li {
	float: left;
	width: 45%;
	padding-top: 4.5%;
	padding-bottom: 3.5%;
	text-align: center;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	margin-right: 2%;
	font-size: 16px;
	letter-spacing: 0;
}
#tabs2 ul li a {
	display: block;
	width: 96%;
	height: auto;
}
.tab_on {
	background-color: #DFDFDF;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4.5% !important;
	padding-bottom: 3.5% !important;
}
.tab_off {
	background-color: #FFFFFF;
}


#kanri_preview a {
	text-decoration:underline;
}
#kanri_preview p {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.pr_area {
	border: 1px solid #DFDFDF;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.pr_head {
	height: auto;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
}
.pr_hd1 {
	float: left;
	width: 30%;
	background-color: #EBEBEB;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
}
.pr_hd2 {
	float: right;
	width: 69%;	
	background-color: #EBEBEB;
	padding-top: 7px;
	padding-bottom: 5px;	
}
.pr_hd3 {
		float: left;
	padding-left: 5%;
	width: 20%;
	text-align: left;
}
.pr_hd4 {
		float: left;
	width: 30%;
	text-align: left;
}
.pr_hd5 {
		float: left;
	width: 40%;
	text-align: left;
}

.pr_box {
	height: auto;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5%;
	border-bottom: 1px dotted #555555;
}
.pr_photo {
	float: left;
	width: 30%;
	height: auto;
	text-align: center;
}
.pr_photo img {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.pr_text {
	float: right;
	width: 67%;
	height: auto;
	padding-left: 3%;
	padding-top: 0;
	padding-bottom: 2%;
}
.pr_title {
		float: none;
	width: 100%;
	text-align: left;
	padding-top: 10px;
}
.pr_add {
		float: none;
	width: 100%;
	text-align: left;
}
.pr_md {
		float: none;
	width: 100%;
	text-align: left;
}
.pr_md br {
	display: none;
}

	
/* ========== page qanda ========== */

#kanri_qanda {
	padding-bottom:20px;
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#kanri_qanda a {
	text-decoration:underline;
}

#kanri_qanda h2 {
}
.qanda_box {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	padding-top: 2%;
	border-bottom: 1px dotted #555555;
}

.qanda_box h3 {
	font-size: 16px;
	margin-bottom: 4%;
	color: #4379B3;
	font-weight: bold;
}
.qanda_box h4 {
	font-size: 16px;
	margin-bottom: 2%;
	color: #CD644C;
	font-weight: bold;
}
.qanda_box p {
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 4%;
	padding-left: 15px;
	padding-top: 0;
}


#kanri_qanda article {
	margin-bottom: 6%;
}

	
	
/* ========== page list ========== */

#kanri_list {
}
#kanri_list h2 {
}
#kanri_list h3 {
	border-top: 3px solid #84909E;
	border-bottom: 1px solid #d8dadc;
	margin-bottom: 1%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 5%;
	padding-bottom: 7px;
	width: 91%;
}
#kanri_list p {
	padding-left: 2%;
	line-height: 1.8em;
	margin-bottom: 2%;
}
#kanri_list .right {
	float: right;
	padding-left: 5%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 50%;
}
#kanri_list .right img {
	width: 100%;
	height: auto;
}
#kanri_list article {
	margin-bottom: 4%;
}
#kanri_list article table {
	background-color: #AAAAAA;
	width: 96%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	border-collapse:separate;
	border-spacing:1px;
}
#kanri_list article table th {
	text-align: left;
	width: 28%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #DDDDDD;
	font-size: 13px;
}
#kanri_list article table td {
	width: 18%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.row1 {
	background-color: #DDDDDD;
	font-weight: bold;
}
.col1 {
	background-color: #FFFFFF;
}
.col2 {
	background-color: #F9F9F9;
}
.kanri_list_point {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 12px;
}

/*** 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 {
	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: #416CAF;
}
.cont_select_box2 {
	background-color: #416CAF;
}
.cont_select_box3 {
	background-color: #416CAF;
}

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


}

