@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:"Noto Sans JP", sans-serif;
	font-size:1.4rem;
	color:#000;
	margin:0px;
	padding:0px;
	overflow-x: scroll;
}
img{
	border:none;
}
a{
	color:#1A72E8;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
/*------------------------------
フォーマット
--------------------------------*/
#container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	min-height:2000px;
	overflow: hidden;
	border-right:1px solid #efefef;
}
#contents{
	width:1410px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	scroll-behavior: smooth;
}
#main{
	padding:45px;
}
@media screen and (max-width:1409px){
	#contents{
		width:100%;
	}
}

/*------------------------------
メイン見出し
--------------------------------*/
#main h3{
	font-size: 2.8rem;
	z-index: 1;
	position: relative;
	text-align: center;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 15px;
	margin:0px 0px 20px 0px;
	font-weight:500;
	line-height:140%;
}
#main h3:before{
	content: 'PRIVACY POLICY';
	font-family: 'CaviarDreams',sans-serif;
	height:20px;
	z-index: 0;
	border-bottom: 10px solid #efefef;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	color:#999;
}
#main h3.f_links:before{
	content: 'REAL ESTATE LINKS';
}
#main h3.company:before{
	content: 'COMPANY OUTLINE';
}
#main h3.shops:before{
	content: 'STORES ACCESS';
}
#main h3.sitemap:before{
	content: 'SITEMAP';
}
#main h3.mem:before{
	content: 'MEMBERS';
}
#main h3.contact:before{
	content: 'CONTACT FORM';
}
#main h3.contents:before{
	content: 'CONTENTS';
}
#main h3.entry:before{
	content: 'ARTICLE DETAIL';
}
#main h3.about:before{
	content: 'ABOUT US';
}
#main h3.sim:before{
	content: 'SIMULATION';
}
#main h3.dic:before{
	content: 'DICTIONARY';
}
#main h3.tc:before{
	content: 'SIMULATION';
}
#main h3.ranking:before{
	content: 'TOWER MANSION RANKING';
}
#main h3.mylist:before{
	content: 'FAVORITES STOCK LIST';
}
#main h3.m_contact:before{
	content: 'TOWER MANSION CONTACT';
}
#main h3.mansion:before{
	content: 'TOWER MANSION OUTLINE SEARCH';
}
#main h3.room:before{
	content: 'VACANCY LIST OF TOWER MANSION';
}
#main h3.mansion_name:before{
	content: 'TOWER MANSION NAME SEARCH';
}
#main h3.mansion_de:before{
	content: 'TOWER MANSION OUTLINE';
}
#main h3.tower_article:before{
	content: 'TOWER MANSION ARTICLE';
}
#main h3.tower_blog_list:before{
	content: 'TOWER MANSION BLOG';
}
#main h3.tower_blog_entry:before{
	content: 'TOWER MANSION BLOG DETAILE';
}
#main h3.jirei:before{
	content: 'CASES';
}
#main h3.jirei_entry:before{
	content: 'CASES DETAIL';
}
#main h3.mansion_de span{
	position:absolute;
	bottom:-3px;
	left:0px;
	font-size:1.6rem;
}
#main h3.map_h3{
	font-size:1.4rem;
	color:#333;
	padding-bottom:8px;
	margin-bottom:10px;
}
#main h4{
	background: transparent;
	padding:10px;
	margin:0px 0px 20px 0px;
	color: #000;
	font-size:2.4rem;
	font-weight:500;
	border-left:5px solid #3c334b;
	border-bottom: .084em dotted #eee;
	text-align: left;
	line-height:140%;
}
#main h4.oub_h4{
	font-size:2.4rem;
	padding:7px;
}
#main h4.mylist{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	font-size:2.6rem;
	font-weight:700;
	color:#fff;
	border-radius:15px 15px 0px 0px / 15px 15px 0px 0px;
	border:none;
}
#main h5{
	margin:0;
	font-size:2.0rem;
	border-bottom: solid 5px #efefef;
	padding:8px 5px 8px 5px;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
	line-height:140%;
}
#main h5:before{
	content:'';
	width:50px;
	height:5px;
	background-color: #996d70;
	display:block;
	position:absolute;
	left:0;
	bottom: -5px;
}
#main h5.fo_h5{
	text-align:left;
}
#main h5.entry_h5{
	font-size:1.4rem;
	border-bottom:none;
}
#main h5.entry_h5:before,#main h5.bk_h5:before{
	display:none;
}
#main h5.mcb_h5{
	font-weight:700;
	text-align:left;
}
#main h6{
	margin:0;
	font-size:2.0rem;
	border-bottom: solid 5px #efefef;
	padding:8px 5px 8px 5px;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
	line-height:140%;
}
#main p{
	font-size:1.6rem;
	margin:0px 0px 20px 0px;
	padding:20px;
	line-height:150%;
}
#main p.artsub_box a {
	display: inline-block;
	background-color: #333;
	padding: 5px 12px 5px 12px;
	margin: 0px 8px 8px 0px;
	color: #ffffff;
	border-radius: 18px;
}
#main p.artsub_box :hover {
	display: inline-block;
	background-color: #333;
	padding: 5px 12px 5px 12px;
	margin: 0px 8px 8px 0px;
	color: #ffffff;
	border-radius: 18px;
}
#main p.bk_hyoji{
	margin:0px;
	padding:10px;
}
#main p.conts,#main p.myinfo{
	background-color:#efefef;
	border-radius:10px;
	padding:25px;
}
#main p.myinfo{
	margin:20px 0px 20px 0px;
}
#main p.chui{
	font-size:1.2rem;
	color:#ba0000;
	vertical-align:top;
}
#main p.mlist_p{
	position:absolute;
	top:-50px;
	left:10px;
	font-size:1.4rem;
}
#main p.map_p{
	font-size:1.2rem;
	color:#333333;
}
#main p.map_p span{
	font-weight:500;
	color:#cf3228;
}
/*------------------------------
メイン共通ul
--------------------------------*/
.main ul.m_ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.m_ul li{
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:1.4rem;
	line-height:150%;
}
.m_ul li:before {
	font-family: "webfont";
	content: "\e910";
	display: inline-block;
	margin:0px 5px 0px 0px;
	color:#015983;
	font-size:1.2rem;
}
/*------------------------------
パンくず
--------------------------------*/
.breadcrumb {
	margin: 0;
	padding:15px 10px 15px 0px;
	list-style: none;
	margin:0px 45px 0px 45px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	line-height:150%;
	font-size:1.2rem;
}
.breadcrumb li.link_none{
	font-weight:bold;
}
.breadcrumb li a {
	text-decoration:underline;
	color: #000;
}
.breadcrumb li a:hover {
	color: #ccc;
}
@media screen and (max-width:1024px){
	.breadcrumb {
		width:100%;
		box-sizing:border-box;
	}
}
/*------------------------------
中ページ
--------------------------------*/
#head_box2{
	width:1410px;
	margin:0px auto 0px auto;
	background-image:
		url('../images/main_img.jpg');
	background-repeat: no-repeat;
	background-position:right 0px;
	background-size:85% auto;
	position:relative;
}
/*------------------------------
トグルボックス
--------------------------------*/
.toggle_box {
    margin:20px 0px 20px 0px;
    padding: 0;
}
/*ボタン装飾*/
.toggle_box label.tog{
	display:block;
    padding:5px;
    font-weight: bold;
    background:#1A283E;
	font-size:1.6rem;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	color:#fff;
	line-height:130%;
}
/*アイコンを表示*/
.toggle_box label.tog:before {
	font-family: 'webfont';
	font-weight: 900;
    display: inline-block;
    content: '\e919';
	font-size:2.0rem;
	color: #fff;
	margin-right:10px;
}
/*アイコンを表示*/
.toggle_box label.tog:after {
	font-family: 'webfont';
	font-weight: 400;
    display: inline-block;
    content: '\e942';
    padding-right: 5px;
    transition: 0.2s;
	font-size:2.0rem;
	color: #fff;
	margin-left:10px;
}
.toggle_box label.tog:hover:before,.toggle_box label.tog:hover:after{
	color:#fff;
}
.rent label.tog:hover,.rent input.tog:checked ~ label.tog {
	background-color:#1E9EAC;
	color: #fff;
}
.sale label.tog:hover,.sale input.tog:checked ~ label.tog {
	background-color:#C7AC68;
	color: #fff;
}
/*アイコンを切り替え*/
.toggle_box input.tog:checked ~ label.tog:after {
     content: '\e945';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:before {
	color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:hover:before,.toggle_box input.tog:checked ~ label.tog:hover:after{
     color: #fff;
}
/*チェックは見えなくする*/
.toggle_box input.tog {
    display: none;
}
/*中身を非表示にしておく*/
.toggle_box .toggle_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.toggle_box input.tog:checked ~ .toggle_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.form_set{
	width:650px;
	margin:10px auto;
	text-align:left;
}
.fcr_box input{
	width:15px;
	height:15px;
}
.fcr_box input label{
	color:#000;
	font-size:1.4rem;
}
.fcr_box table td{
	min-width: 120px;
    width: auto;
    display: inline-block;
    margin: 3px;
}
.toggle_box button{
	display: block;
    margin: 20px auto;
    text-align: center;
    padding: 3px 7px;
	cursor:pointer;
}
.form_select{
	display:inline-block;
	min-width:120px;
}
.form_select select{
	display:inline-block;
	min-width:120px;
}
span.frub{
	display:inline-block;
	font-size:1.4rem;
	margin:0px 5px;
}
.select_box{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.select_box{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
}
.sele_tex{
	display:inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.select_list{
	display:inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*------------------------------
マイリスト系
--------------------------------*/
.mylist_box{
	margin:80px 0px 0px 0px;
}
.stock_info,.mem_box{
	margin:15px 0px 15px 0px;
	padding:0px;
	border:1px dotted #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.stock_info i{
	color:#ccc;
}
.stock_info img{
	display:block;
	margin:15px auto 15px auto;
}
/*------------------------------
ランキング
--------------------------------*/
.rank_box{
	width:80%;
	margin:20px auto;
}
.rank_img{
	display:inline-block;
	width:40%;
}
.rank_img img{
	width:100%;
	height:auto;
}
.rank_tex{
	display:inline-block;
	width:59%;
	box-sizing:border-box;
	padding:0px 15px 15px 15px;
	vertical-align:top;
	position:relative;
}
.rank_star{
	position:absolute;
	top:15px;
	right:20px;
}
.rank_star i{
	color:#E1B100;
	font-size:2.0rem;
}
table.rank4{
	width:600px;
	border-collapse: collapse;
	margin:20px auto 50px auto;
}
table.rank4 tr{
	border-bottom: solid 2px white;
}
table.rank4 tr:last-child{
	border-bottom: none;
}
table.rank4 th{
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #52c2d0;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size:1.8rem;
	vertical-align:middle;
}
table.rank4 th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
table.rank4 td{
	text-align: left;
	width:70%;
	text-align:left;
	background-color: #eee;
	padding: 10px 0px 10px 20px;
}
@media screen and (max-width:1280px){
	.rank_box{
		width:97%;
		margin:20px auto;
	}
}
/*------------------------------
エリアマップ
--------------------------------*/
#top_map{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_nishiku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_chuoku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_kitaku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_fukushimaku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
.mapmbox{
	width:185px;
	height:auto;
	box-sizing: border-box;
	padding:10px;
	margin:0px 0px 0px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fff;
	text-align:center;
}
.top_new{
	float:left;
	width: 100%;
	margin:40px  -230px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top_om{
	float:right;
	width:230px;
	box-sizing: border-box;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tom_inner{
	width:100%;
	box-sizing: border-box;
	margin:0px 0px 0px 0px;
	padding:15px;
	background-color:#163758;
}
.tom_inner h3{
	background-image:url(../images/mmicon.png);
	background-repeat:no-repeat;
	background-position:5px 0px;
	font-family: "Sawarabi Mincho";
	font-size:1.2rem;
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 35px;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	text-align:left;
}
.top_om a.btn_om_list{
	display:block;
	width:100%;
	background-color:#ffeb00;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	color:#163758;
	font-weight:bold;
}
/*------------------------------
トップページ＿賃貸
--------------------------------*/
#top_bbox{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#top_bbox h3{
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	font-size:2.6rem;
	font-weight:700;
	color:#000;
}
.tbk_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.tbk_box article{
	width: 24%;
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0px;
    padding: 10px;
    border: 1px dotted #ccc;
	position:relative;
}
.tbk_box time{
	display:block;
	font-size:1.2rem;
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
}
.tbk_box figure{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.bk_img{
	display:inline-block;
	width:45%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bk_img img{
	display:block;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tbk_box h5{
	font-size:1.8rem;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#main h5.bk_h5{
	font-size:1.8rem;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:none;
}
#main h5.bk_h5:before{
	display:none;
}
.tbk_box p.tnb_p,#main p.tnb_p{
	font-size:1.4rem;
	line-height:140%;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.tbk_box p.tnb_pi,#main p.tnb_pi{
	font-size:1.4rem;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tbk_box p.tnb_pi span,#main p.tnb_pi span{
	font-size:1.6rem;
	font-weight:700;
}
.tnew_icon{
	position:absolute;
	top:8px;
	left:75px;
}
/*------------------------------
トップページ＿マンション
--------------------------------*/
#top_main{
	margin:0px 45px 0px 45px;
	padding:0px 0px 0px 0px;
}
#top_summary{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#top_summary h3{
	font-size:3.7rem;
	font-weight:900;
	margin:0px 0px 30px 0px;
	padding:15px;
	border-bottom:2px solid #ccc;
}
#top_summary h4{
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 23px 0px 10px 120px;
	z-index:2;
	position: relative;
}
#top_summary h4 span{
	font-size:1.7rem;
}
#top_summary h4:before{
	content: 'KITA';
	font-family: 'Cleanwork',sans-serif;
	color: #efefef;
	font-size: 6.8rem;
	z-index: -2;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 400;
}
#top_summary h4.sum_chuo:before{
	content: 'CHUO';
}
#top_summary h4.sum_nishi:before{
	content: 'NISHI';
}
#top_summary h4.sum_fukushima:before{
	content: 'FUKUSHIMA';
}
#top_summary h4.sum_naniwa:before{
	content: 'NANIWA';
}
.sum_box{
	background-color:#efefef;
	padding:30px;
	display: flex;
	text-align:center;
	position:relative;
	margin-bottom:40px;
}
.sum_box article{
	width:20%;
	box-sizing:border-box;
	padding:15px;
	background-color:#fff;
	border:0.5px solid #efefef;
}
.sum_box article h5{
	font-size:1.6rem;
	font-weight:500;
	line-height:140%;
	text-align:center;
}
.sum_box article h5 a{
	color:#000;
}
.sum_box article h5 a:hover{
	color:#ccc;
}
.sumb_fig{
	width:160px;
	height:160px;
	margin:10px auto 10px auto;
}
.sumb_fig img{
	width:160px;
	height:160px;
	border-radius: 100%;
	object-fit: cover;
}
.sum_box article p{
	font-size:1.2rem;
	line-height:200%;
	text-align:center;
	margin-bottom:10px;
}
.sum_box article p span{
	font-size:1.6rem;
	font-weight:900;
}
.sum_box span.micon{
	display:inline-block;
	font-size:1.1rem;
	background-color:#000;
	color:#fff;
	padding:5px 8px 5px 8px;
	text-align:center;
	vertical-align:middle;
	border-radius:10px;
}
.sum_box a.ts_btn{
	display:block;
	position:absolute;
	top:-40px;
	right:0px;
	width:115px;
	height:30px;
	box-sizing:border-box;
	font-size:1.4rem;
	text-align:center;
	border-radius:15px;
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	padding-top:8px;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	z-index:2;
}
.sum_box a.ts_btn i{
	font-size:1.0rem;
}
.sum_box a:hover.ts_btn{
	background-image:url('../images/bk_w50.png');
	color:#000;
}
.sum_box a:active.ts_btn{
		box-shadow:none;
}
@media screen and (max-width:1409px){
	.sum_box span.micon{
		margin-bottom:5px;
	}
}
@media screen and (max-width:1200px){
	.sum_box{
		display:block;
	}
	.sum_box article{
		width:32%;
		display:inline-block;
		vertical-align:top;
		margin-top:10px;
		margin-bottom:10px;
	}
}
/*------------------------------
トップページ上部
--------------------------------*/
#head_box{
	width:1410px;
	margin:0px auto 0px auto;
	background-image:
		url('../images/main_img.jpg');
	background-repeat: no-repeat;
	background-position:right 0px;
	background-size:85% auto;
	position:relative;
	height:790px;
}
/*------------------------------
サイドバー
--------------------------------*/
#sidebar,#sidebar2{
	width:425px;
	box-sizing:border-box;
	display:inline-block;
	margin-top: 330px;
	background-color:#fff;
	padding:45px;
	padding-left:0px;
}
#sidebar2{
	margin-top:20px;
	margin-bottom:20px;
	padding:30px 30px 20px 30px;
}
#sidebar h3,#sidebar2 h3{
	width:100%;
	box-sizing:border-box;
	position: relative;
	display: inline-block;
	padding: 0 96px;
	font-size:2.4rem;
	font-family:'CaviarDreams',sans-serif;
	text-align:center;
}
#sidebar h3:before,#sidebar h3:after,#sidebar2 h3:before,#sidebar2 h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width:86px;
	height:1px;
	background-color:#ccc;
}
#ymbox{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#ymbox figure a{
	display:inline-block;
	width:160px;
	height:90px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#ymbox figure img{
	width:160px;
	height:90px;
}
#ymbox figcaption{
	display:inline-block;
	width:200px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 5px;
	font-size:1.4rem;
	font-weight:700;
	line-height:140%;
	vertical-align:top;
}
#ymbox figcaption a{
	display:inline-block;
	width:80px;
	height:30px;
	box-sizing:border-box;
	font-family:'CaviarDreams',sans-serif;
	font-size:1.8rem;
	text-align:center;
	border-radius:15px;
	box-sizing:border-box;
	background-image:url('../images/bk_gl.png');
	background-repeat:repeat;
	background-position:0px 0px;
	padding-top:4px;
	color:#000;
	margin-top:5px;
}
#ymbox figcaption a:hover{
	background-image:url('../images/bk_black.png');
	color:#fff;
}
#ymbox a.btn_ch{
	display: block;
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	text-align:center;
	vertical-align:middle;
	width:280px;
	height:40px;
	box-sizing:border-box;
	padding:5px;
	margin:0px auto;
	border-radius:10px;
}
#ymbox a:hover.btn_ch{
	display: block;
	background-image:url('../images/bk_gl.png');
}
#ymbox a.btn_ch img{
	width:220px;
	height:auto;
}
#sidebar h3.tmn,#sidebar2 h3.tmn{
	padding: 0 50px;
}
#sidebar h3.tmn:before,#sidebar h3.tmn:after,#sidebar2 h3.tmn:before,#sidebar2 h3.tmn:after {
	width:60px;
}
#sidebar h3:before,#sidebar2 h3:before{
	left:0;
}
#sidebar h3:after,#sidebar2 h3:after{
	right: 0;
}
#sidebar p,#sidebar2 p{
	font-size:1.3rem;
	color:#666;
	line-height:150%;
	text-align:center;
	padding:15px;
}
.form_set_keys{
	width:100%;
	margin: 0px 0px 10px 0px;
	position:relative;
}
.form_set_keys input.search{
	display: block;
	width:335px;
	box-sizing: border-box;
	padding:12px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	color:#e2e2e2;
	border-radius:10px;
	margin:0px auto 0px auto;
}
.form_set_keys input.search:focus{
	outline: none;
	border-color: #333;
	color:#333;
}
.form_set_keys input[type="submit"]{
	position: absolute;
	top:8px;
	right:30px;
	font-size: 2.2rem;
	border:none;
	color:#1A283E;
	cursor:pointer;
	background:none;
}
.form_set_keys input[type="submit"]:hover{
	color:#ccc;
}
.tarea_box{
	position:relative;
}
.cp_sidebarmenu{
	width:335px;
	height: 100%;
	padding:10px;
	background:#fff;
	margin:0px auto 0px auto;
}
.cp_sidebarmenu li {
	position: relative;
	display: inline-block;
	list-style: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: middle;
	cursor:pointer;
	width:100%;
}
.cp_sidebarmenu a {
	font-size:1.4rem;
	line-height: 100%;
	position: relative;
	display: block;
	min-width: 5em;
	padding:14px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	text-decoration: none;
	pointer-events: auto;
	color:#000;
}
.cp_sidebarmenu a:active,
.cp_sidebarmenu a:focus {
	background: #1a283e;
	color:#fff;
}
.cp_sidebarmenu a.mn {
	color:#fff;
}
.cp_sidebarmenu i {
	font-size:1.2rem;
	display:block;
	float:right;
}
.cp_sidebarmenu li:hover ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background: #1a283e;
	text-indent:0%;
	white-space:none;
	overflow:visible;
}
.cp_sidebarmenu > li {
	display: block;
}
.cp_sidebarmenu > li > a {
	background: #fff;
}
.cp_sidebarmenu > li:hover {
	z-index: 100;
}
.cp_sidebarmenu > li:hover a {
	background: #1a283e;
	color:#fff;
}
.cp_sidebarmenu > li:hover ul li a {
	text-decoration:underline;
	padding:10px;
}
.cp_sidebarmenu > li ul li a:hover {
	color:#ccc;
}
.cp_sidebarmenu > li:hover a:after {
	opacity: 1;
}
.cp_sidebarmenu > li ul {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
	transition: 0.5s transform;
	transition: 0.5s transform, 0.5s -webkit-transform;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		white-space: nowrap;
		background:#1a283e;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/*------------------------------
トップメイン
--------------------------------*/
#top_crbox{
	width:980px;
	display:inline-block;
	margin-top:790px;
	vertical-align: top;
}
#top_crbox nav{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
	display:none;
}
#top_crbox nav a{
	display:inline-block;
	width:118px;
	height:118px;
	box-sizing:border-box;
	border-radius:50%;
	padding:15px 0px 0px 0px;
	margin:0px 7px 0px 7px;
	border:1px solid #ccc;
	background-color:#fff;
	font-family: 'Buffalo',serif;
	font-size:2.5rem;
	text-align:center;
	color:#ccc;
}
#top_crbox nav a span{
	display:block;
	margin:10px 0px 7px 0px;
	font-family: 'sawarabi',sans-serif;
	font-size:1.3rem;
	color:#000;
}
#top_crbox nav a span.tm_w{
	transform: scale(0.85, 1);
	white-space: nowrap;
}
#top_crbox nav a i{
	font-size:3.0rem;
}
#top_crbox nav a:hover{
	color:#000;
	border:1px solid #000;
}
#top_crbox p.about_site{
	font-size:1.6rem;
	padding:30px 0px 35px 0px;
	line-height:160%;
	text-align:center;
}
#top_crbox section{
	background-color:#efefef;
	padding:30px;
	position:relative;
	margin-top:50px;
}
#top_crbox section h3{
	font-family: 'CaviarDreams',sans-serif;
	background-color:#fff;
	color:#000;
	font-weight:700;
	font-size:3.2rem;
	text-align:center;
	width:480px;
	position:absolute;
	top:-75px;
	left:0;
	right:0;
	margin:0px auto 0px auto;
	padding:10px;
}
#top_crbox section h3:before{
	content: "";
	display:block;
	background-image:url('../images/rank.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	width:88px;
	height:38px;
	margin:0px auto 10px auto;
}
#top_crbox section p{
	font-size:1.6rem;
	text-align:center;
	padding:20px 0px 20px 0px;
}
#top_crbox section a.ts_btn{
	display:block;
	position:absolute;
	top:-40px;
	right:0px;
	width:115px;
	height:30px;
	box-sizing:border-box;
	font-size:1.4rem;
	text-align:center;
	border-radius:15px;
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	padding-top:8px;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	z-index:2;
}
#top_crbox section a.ts_btn i{
	font-size:1.0rem;
}
#top_crbox section a:hover.ts_btn{
	background-image:url('../images/bk_w50.png');
	color:#000;
}
#top_crbox section a:active.ts_btn{
		box-shadow:none;
}
#top_crbox table{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	table-layout: fixed;
	border-collapse: collapse;
}
#top_crbox table th{
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-size:1.8rem;
	font-weight:700;
}
#top_crbox table td{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 35px;
	font-size:1.4rem;
	font-weight:700;
	color:#fff;
	position:relative;
	background-color:#e16255;
	border-left:10px solid #efefef;
	border-right:10px solid #efefef;
	line-height:140%;
	vertical-align: middle;
}
#top_crbox table td a{
	color:#fff;
}
#top_crbox table td.w02{
	background-color:#f5c51d;
}
#top_crbox table td.w03{
	background-color:#65c2c2;
}
#top_crbox table td:hover{
	background-color:#ccc;
}
#top_crbox table td:before{
	content: "1";
	display:block;
	width:20px;
	height:20px;
	box-sizing:border-box;
	border-radius:50%;
	position:absolute;
	top:0;
	left:10px;
	bottom:0;
	margin:auto 0px auto 0px;
	padding:0px 0px 0px 0px;
	font-size:1.4rem;
	font-weight:700;
	color:#000;
	background-color:#fff;
	text-align:center;
}
#top_crbox table td.w02:before{
	content: "2";
}
#top_crbox table td.w03:before{
	content: "3";
}
#cmp_logo{
	width:106px;
	position:absolute;
	top:30px;
	right:30px;
}
#cmp_logo img{
	width:100%;
	height:auto;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(200%) contrast(101%);
}

@media screen and (max-width:1409px){
	#head_box{
		width:100%;
		margin:0px 0px 0px 0px;
	}
	#sidebar,#sidebar2{
		width:30%;
		padding:20px;
	}
	#top_crbox{
		width:68%;
	}
	#top_crbox nav{
		width:100%;
	}
}
@media screen and (max-width:1360px){
	#top_crbox{
		margin-top:700px;
	}
	#top_crbox nav a {
		margin: 0px 7px 10px 7px;
	}
	.form_set_keys input.search {
		width: 100%;
	}
	.form_set_keys input[type="submit"] {
		right: 5px;
	}
	#ymbox figure a {
		width: 30%;
	}
	#ymbox figure img{
		width:35%;
		height:auto;
	}
	#ymbox figcaption {
		width:60%;
		font-size: 1.4rem;
	}
	#ymbox figcaption a {
		display: inline-block;
		width: 60px;
		height: 25px;
		font-size: 1.4rem;
		padding-top: 2px;
	}
	.cp_sidebarmenu {
		width: 100%;
		padding:0px;
	}
}
/*------------------------------
ヘッダー
--------------------------------*/
#header{
	width:100%;
	max-width:1410px;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:80px;
	position:relative;
}
#header h1{
	width:223px;
	margin:30px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
}
#header p.htex_p{
	position:absolute;
	top:115px;
	left:0px;
	font-family:'CaviarDreams',sans-serif;
	font-size:6.8rem;
	font-style:italic;
	letter-spacing:15px;
	font-weight:bold;
	z-index:2;
}
#header p.htex_p strong,#header p.htex_p span{
	display:inline-block;
	background-color:#fff;
	padding:5px 25px 5px 0px;
	margin-bottom:12px;
}
#header h2{
	width:695px;
	position:absolute;
	top:380px;
	right:9.5%;
	z-index:2;
}
#header h2.nmpg{
	top:280px;
}
#header p.htex_p2{
	position:absolute;
	top:440px;
	right:14%;
	font-size:4.0rem;
	font-weight:500;
	color:#fff;
	z-index:2;
}
#header p.nmpg{
	top:340px;
}
#header ul{
	list-style:none;
	float:right;
	margin:20px 100px 20px 0px;
}
#header li{
	display:inline-block;
	font-size:1.6rem;
	width:140px;
	text-align:center;
}
#header li.hm_ot a,#header li.hm_ot_over a{
	display:block;
	width:140px;
	height:35px;
	box-sizing:border-box;
	color:#000;
	border-radius:7px;
	padding-top: 7px;
}
#header li.hm_ot a:hover,#header li.hm_ot_over a,#header li.hm_ot_over a:hover{
	display:block;
	background-color:#ccc;
	color:#000;
}
#header li.hm_rent,#header li.hm_rent_over{
	width:140px;
	height:35px;
	box-sizing:border-box;
	position:relative;
	border-radius:7px;
	padding-top: 7px;
	cursor:pointer;
}
#header li.hm_rent:hover,#header li.hm_rent_over,#header li.hm_rent_over:hover{
	background-color: rgba(26,40,62,0.8);
	color:#fff;
}
#header li.hm_rent i.wicon-arrow_b,#header li.hm_rent_over i.wicon-arrow_b{
	font-size:1.0rem;
}
.headertip {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: opacity 500ms;
	width: 720px;
	top: 20px;
	left: -300px;
	margin-left: 0px;
}
.headertip > .htip_box {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 40px 0 0 10px;
	padding: 15px;
	border-radius: 5px;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(26,40,62,0.8);
}
#header li:hover > .headertip{
	visibility: visible;
	opacity: 1;
}
#site_logo{
	position:absolute;
	top:10px;
	right:20px;
	width:50px;
}
#header h1 img,#header h2 img,#site_logo img{
	width:100%;
	height:auto;
}
.htip_box nav{
	width:100%;
}
#hrb_cat a{
	display:inline-block;
	width:90px;
	height:90px;
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:50%;
	margin:10px;
	font-size:1.1rem;
	text-align:center;
	color:#000;
	line-height:140%;
	vertical-align:top;
}
#hrb_cat a i{
	display:block;
	font-size:3.0rem;
	margin:12px 0px 5px 0px;
	color:#ccc;
}
#hrb_cat a:hover,#hrb_cat a:hover i{
	color:#000;
}
#hrb_area a{
	width:95px;
	box-sizing:border-box;
	display:inline-block;
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:8px;
	margin:10px;
	padding:10px;
	font-size:1.4rem;
	text-align:center;
	color:#000;
	line-height:140%;
	vertical-align:top;
}
#hrb_area a:hover{
	background-color:#000;
	color:#fff;
}
.head_able{
	font-size: 1.8rem;
    color: #029261;
    line-height: 140%;
    position: absolute;
    top: 15px;
    left: 300px;
    right: 0;
    margin: 0px;
    width: 350px;
    box-sizing: border-box;
	font-weight:bold;
}
.orange{
	color:#ff6600;
}
@media screen and (max-width:1409px){
	#header{
		width:100%;
	}
	#header h1 {
		margin: 30px 0px 20px 20px;
	}
}
@media screen and (max-width:1280px){
	#header p.htex_p {
		left: 20px;
	}
}
@media screen and (max-width:1238px){
	#header p.htex_p {
		font-size: 5.5rem;
	}
}
/*------------------------------
共通
--------------------------------*/
.red{
	color:#ff0000;
}
.orange{
	color:#e9482e;
}
.rent{
	color:#1E9EAC;
}
.sale{
	color:#C7AC68;
}
.page_c{
	clear:both;
	text-align:center;
}
.page_r{
	text-align:right;
}
.page_l{
	text-align:left;
}
.mini{
	font-size:1.2rem;
}
.tb10{
	clear:both;
	margin:10px 0px 10px 0px;
}
.tbw10{
	margin:10px;
}
.tb20{
	clear:both;
	margin:20px 0px 20px 0px;
}
.t20{
	clear:both;
	margin:20px 0px 0px 0px;
}
.b20{
	clear:both;
	margin:0px 0px 20px 0px;
}
.tbig{
	font-size:120%;
	line-height:160%;
}
.bbig{
	font-weight:bold;
	font-size:120%;
	line-height:150%;
}
.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#newyear_banner{
	width:1000px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
}
#newyear_banner img{
	width:100%;
}
@media screen and (max-width:1000px){
	#newyear_banner{
		width:100%;
	}
}
/*------------------------------
用語集用ボタン
--------------------------------*/
a.dic_btn{
	display:inline-block;
	border: none;
	background: #efefef;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:50px;
	box-sizing: border-box;
	padding:10px 10px 10px 10px;
	margin:10px 5px 10px 5px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:center;
}
a:hover.dic_btn{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
a.act,a:hover.act{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
.btnbox_dic{
	width:100%;
	text-align:center;
	margin:0px auto 20px auto;
}
/*------------------------------
コンタクトページボタン
--------------------------------*/
a.contact_btn{
	display: inline-block;
    padding:16px 20px 14px 20px;
	margin:5px 5px 5px 5px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
    color: #333333;
	font-size:1.6rem;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
	cursor:pointer;
	border-radius:18px;
	line-height:140%;
}
a.contact_btn span{
	font-size:1.1rem;
}
a:hover.contact_btn{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
a:hover.contact_btn:before{
	color: #ffffff;
}
a.contact_btn:before{
	font-family: 'webfont';
	display:block;
	margin-bottom:10px;
	font-size:2.6rem;
}
a.cb_sale:before{
	content: "\e90c";
	color: #F26C7D;
}
a.cb_rent:before{
	content: "\e90b";
	color: #1674BA;
}
a.cb_business:before{
	content: "\e912";
	color: #383B5F;
}
a.cb_pub:before{
	content: "\e92e";
	color: #666666;
}
a.cb_other:before{
	content: "\e93f";
	color: #988676;
}
/*------------------------------
通常ボタン
--------------------------------*/
a.base_btn,a.base_btn_act{
	display: inline-block;
    padding:12px 30px 12px 30px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-size:1.6rem;
	font-weight:500;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
	cursor:pointer;
	border-radius:20px;
	line-height:140%;
	margin-bottom:15px;
}
a:hover.base_btn,a.base_btn_act{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
/*------------------------------
一覧ページ送り
--------------------------------*/
a.base_btn3{
	display: inline-block;
	padding:7px 10px;
	margin:3px 5px 0px 5px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	color: #000;
	font-size:1.8rem;
    border-radius:8px;
	cursor:pointer;
}
a:hover.base_btn3,a.act2{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
.list_num{
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}
.num_box{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
a.num_btn{
	display: inline-block;
	padding:7px 10px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
    color: #333333;
	font-size:1.8rem;
    border-radius: 3px;
	cursor:pointer;
	text-align:center;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
a:hover.num_btn{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
.num_act{
	display: inline-block;
     padding:7px 10px;
    text-decoration: none;
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
	font-size:1.8rem;
    border-radius: 3px;
	cursor:pointer;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
a.act3{
	display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ff801e;/*ボタン色*/
    color: #FFF;
	font-size:1.8rem;
    border-bottom: solid 4px #d8691e;
    border-radius: 3px;
	cursor:pointer;
}
a.gry{
    background: #989898;/*ボタン色*/
    border-bottom: solid 4px #808080;
}
.btnbox_pn{
	width:300px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_mem{
	width:450px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_mem2{
	width:670px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_reqs{
	width:550px;
	text-align:center;
	margin:0px auto 0px auto;
}
.article_lbox{
	width:97%;
	text-align:center;
	margin:10px auto 0px auto;
}
/*------------------------------
コンテンツテーブルクラス
--------------------------------*/
.sub_cat{
	overflow: hidden;
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:15px;
}
.sub_cat span {
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:7px 20px 5px 20px;
	font-size:1.8rem;
	color: #1A283E;
	font-weight:normal;
	line-height:140%;
}
.sub_cat span::before,
.sub_cat span::after {
	position: absolute;
	top:50%;
	content: '';
	width:400%;
	height:1px;
	background-color: #1A283E;
}
.sub_cat span::before {
	right:100%;
}
.sub_cat span::after {
	left:100%;
}
.sm_left{
	float:left;
	width:30%;
	margin:15px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.sm_left img{
	width:100%;
	height:auto;
}
.sm_right{
	float:right;
	width:65%;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
/*------------------------------
コンテンツ詳細ページ
--------------------------------*/
.contents_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.contents_mimg_box{
	margin:0px 0px 0px 0px;
	padding:20px;
	text-align:center;
}
.cb_comment{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	text-align:left;
}
.cb_comment p{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}
.main .cb_comment h5,.main .cb_comment p{
	margin:10px 0px 10px 0px;
}
.main .cb_comment h6{
	margin:20px 0px 20px 0px;
}
.main .cb_comment h6:before{
	background-color:#F23E38;
	content: "\f559";
	font-weight:900;
	color:#ffffff;
}
.main .cb_comment h6:after{
	border-left: 12px solid #F23E38;
}
.main .cb_comment p{
	margin:10px 0px 10px 0px;
	font-size:1.4rem;
	line-height:150%;
}
div.article_div{
	padding:10px;
	line-height:150%;
	font-size:1.4rem;
}
.cb_comment ul{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.cb_comment li{
	margin:0px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	color:#000000;
}
.cb_comment ol{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.cb_comment ol li{
	line-height:150%;
}
.cb_comment table{
	width:100%;
}
.QandA {
	padding: 10px 10px 10px 20px;
	margin: 25px 10px 10px;
	background: #eee;
	border-radius: 25px;
}
.main p.text_Q {
	border-bottom: 3px double #b3b3b3;
	margin: 5px 0 10px;
	padding: 0 6px;
	font-size: 14px;
}
.main p.text_A {
	padding: 5px 10px;
	color: #909090;
}
.other_box{
	margin:15px 0px 15px 0px;
	padding:15px;
	border:1px dotted #ccc;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.ob_box{
	display:inline-block;
	width:18%;
	margin:0px 0px 8px 0px;
	padding:5px;
	text-align:center;
	vertical-align:top;
}
.ob_box img{
	width:90%;
	height:auto;
}
img.article_img{
	width:100%;
}
/*------------------------------
テーブル01
--------------------------------*/
.table01{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.6rem;
	border-collapse: collapse;
}
.table01 th{
	border:1px dotted #b1b1b1;
	background-color:#efefef;
	margin:0px 0px 0px 0px;
	padding:5px;
	text-align:center;
	font-weight:normal;
	color:#042361;
	vertical-align:middle;
}
.table01 th.th_m{
	border:1px dotted #b1b1b1;
	background-color:#042361;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
}
.table01 td{
	border:1px dotted #b1b1b1;
	margin:0px 0px 0px 0px;
	padding:5px;
	color:#333333;
	vertical-align:top;
	line-height:150%;
}
.taw600{
	width:600px;
	margin:0px auto 0px auto;
}
.thw80{
	width:80px;
}
.thw150{
	width:150px;
}
.t_fixed{
	table-layout: fixed;
}
.tmini{
	font-size:1.4rem;
}
/*------------------------------
フッターコンテンツ
--------------------------------*/
#foot_info,#foot_contents{
	background-image:url('../images/bk_blue.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:cover;
	margin:50px 45px 0px 45px;
	padding-bottom:50px;
}
#foot_contents{
	background-image:url('../images/bk_yellow.png');
	background-position:right 0px;
}
.inner_box{
	width:1410px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
@media screen and (max-width:1409px){
	.inner_box{
		width:100%;
	}
}
#foot_info h3,#foot_contents h3{
	text-align:right;
	font-size:2.4rem;
	font-weight:700;
	margin:0px 0px 0px 0px;
}
#foot_contents h3{
	text-align:left;
}
#foot_info h3:before,#foot_contents h3:before{
	display:block;
	content:'Information';
	font-family: 'CaviarDreams',sans-serif;
	color:#ccc;
	font-size:1.4rem;
	margin:0px 10px 15px 0px;
}
#foot_contents h3:before{
	content:'Contents';
}
#foot_info p.f_p,#foot_contents p.f_p{
	text-align:right;
	color:#333;
	margin:15px 0px 15px 0px;
}
#foot_contents p.f_p{
	text-align:left;
}
ul.f_ul01,ul.f_ul02{
	list-style:none;
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
ul.f_ul01 li{
	width: 330px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0px 20px 0px 20px;
	vertical-align:top;
}
ul.f_ul01 a{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
ul.f_ul01 a img{
	width: 82%;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	position:relative;
}
ul.f_ul01 a:hover img{
	opacity:0.7;
}
ul.f_ul01 a span.tate{
	position:absolute;
	top:0px;
	right:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:1.8rem;
	font-weight:700;
	line-height:140%;
	color:#000;
}
ul.f_ul01 a span.suji{
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
ul.f_ul01 p{
	font-size:1.2rem;
	margin:10px 0px;
	line-height:150%;
	text-align:left;
}
ul.f_ul01 a.fi_btn{
	display: block;
	width:60px;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding:5px;
	font-family: 'CaviarDreams',sans-serif;
	font-size: 1.8rem;
	border: 1px solid #ccc;
	border-radius: 15px;
	color: #000;
	background-color: #fff;
}
ul.f_ul01 a:hover.fi_btn{
	color: #fff;
	background-color: #333;
}
ul.f_ul02 li{
	width:100px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0px 20px 0px 20px;
	vertical-align:top;
	display: inline-block;
}
ul.f_ul02 li a{
	display:block;
	width:100px;
	height:100px;
	border-radius:50%;
	box-sizing: border-box;
	padding:17px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size:1.2rem;
	background-color:#fff;
	border:1px solid #ccc;
	color:#ccc;
}
ul.f_ul02 li a:hover{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
ul.f_ul02 li a i{
	display:block;
	font-size:4.2rem;
	margin:10px 0px 0px 0px;
}
.f_btn_c{
	text-align:center;
	margin:30px 0px 0px 0px;
}
.f_btn_c a{
	display:inline-block;
	padding:18px 60px;
	margin:30px 0px 0px 0px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:1.6rem;
	color:#000;
}
.f_btn_c a:hover{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	color:#fff;
}
#foot_tnp{
	text-align:center;
	margin:30px 45px 0px 45px;
}
#foot_tnp h3{
	width:240px;
	/*background-image:url('../images/tnp_logo.png');*/
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:80px auto;
	text-align:center;
	margin:0px auto 0px auto;
	/*padding:0px 0px 7px 90px;*/
	padding:0px 0px 7px 0px;
	font-size:2.2rem;
	font-weight:700;
}
#foot_tnp ul{
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
#foot_tnp li{
	width:30%;
	display:inline-block;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	text-align:center;
}
#foot_tnp li span{
	display:block;
	margin:7px 10px 0px 0px;
	font-family: 'sawarabi' sans-serif;
	font-size:3.6rem;
}
#foot_tnp li span i{
	display:inline-block;
	font-size:3.6rem;
}
#foot_banner{
	margin:0px 0px 0px 0px;
	padding:45px 0px 45px 0px;
	text-align:center;
}
#foot_banner a{
	display:inline-block;
	width:180px;
	margin:0px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}
#foot_banner a img{
	width:100%;
	height:auto;
}
@media screen and (max-width:1280px){
	#foot_info,#foot_contents{
		margin:50px 0px 0px 0px;
	}
	#foot_info h3{
		margin:0px 20px 0px 0px;
	}
	#foot_contents h3{
		margin:0px 0px 0px 20px;
	}
	#foot_info p.f_p{
		margin:15px 20px 15px 0px;
	}
	#foot_contents p.f_p{
		margin:15px 0px 15px 20px;
	}
}
@media screen and (max-width:1124px){
	ul.f_ul01 li{
		margin: 0px 20px 20px 20px;
	}
}
/*------------------------------
フッター
--------------------------------*/
#footer{
	margin:0px 45px 0px 45px;
	padding:0px 0px 0px 0px;
	background-image:url('../images/foot_bg.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:100% 100%;
}
#foot_box{
	width:350px;
	margin:0px auto 0px auto;
	padding:40px 20px 20px 20px;
	background-color:#fff;
}
#foot_box h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#foot_box h3 img{
	display:block;
	width:168px;
	height:auto;
	margin:0px auto 15px auto;
}
#foot_box h3 img.fb3_img{
	width:244px;
}
#foot_cmp{
	width:106px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
#foot_cmp img{
	width:100%;
	height:auto;
}
#foot_box p{
	color:1.2rem;
	text-align:center;
	line-height:150%;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
#foot_box nav{
	color:1.2rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:150%;
	text-align:center;
}
#foot_box nav a{
	display:inline-block;
	margin:0px 5px 0px 5px;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
	color:#000;
}
address{
	font-family: 'Cabin', sans-serif;
	font-size:0.9rem;
	padding:15px 0px 15px 0px;
	margin:0px auto 0px auto;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	line-height:140%;
}
#foot_sns{
	margin:0px 45px 0px 45px;
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	text-align:center;
}
#foot_sns a{
	display:inline-block;
	margin:20px 10px 20px 10px;
	font-size:2.2rem;
	color:#ccc;
}
#side_my{
	position:fixed;
	bottom:330px;
	right:0px;
	z-index:100;
}
#side_req{
	position:fixed;
	bottom:165px;
	right:0px;
	z-index:100;
}
#side_res{
	position:fixed;
	bottom:80px;
	right:0px;
	z-index:100;
}
#side_mem{
	position:fixed;
	bottom:80px;
	right:0px;
	z-index:100;
}
#side_my a,#side_req a,#side_res a,#side_mem a{
	display:block;
	width:70px;
	height:70px;
	box-sizing:border-box;
	font-size:1.2rem;
	color:#000;
	background-color:rgba(255,255,255,0.7);
	box-shadow:-1px -1px 3px rgba(0,0,0,0.2);
	border:1px solid #efefef;
	text-align:center;
	line-height:140%;
	padding-top:5px;
}
#side_my a:hover,#side_req a:hover,#side_res a:hover,#side_mem a:hover{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
#side_my a i,#side_req a i,#side_res a i,#side_mem a i{
	display:block;
	font-size: 2.4rem;
    color: #666;
    margin-bottom: 5px;
}
#side_req a:hover i,#side_res a:hover i,#side_mem a:hover i{
    color: #fff;
}
#side_my a i,#side_my a:hover i{
    color: #EEA73E;
}
#foot_top{
	width:35px;
	height:22px;
	box-sizing:border-box;
	position:fixed;
	bottom:25px;
	right:70px;
	z-index:100;
}
#foot_top a{
	display:block;
	font-size:3.5rem;
	color:#ccc;
}
@media screen and (max-width:1280px){
	#footer,#foot_sns{
		margin:0px 0px 0px 0px;
	}
	#foot_top{
		right:20px;
	}
}
.yuru_ban{
	width:600px;
	height:auto;
	margin:10px auto;
}
.yuru_ban a:hover{
	opacity:0.7;
}
.yuru_ban img{
	width:100%;
	height:auto;
	box-shadow: 1px 1px 3px #ccc;
}
@media screen and (max-width:800px){
	.yuru_ban{
		width:100%;
	}
}
.man_rtelbox{
	width:600px;
	box-sizing: border-box;
	margin:0px auto 30px auto;
	 padding:15px;
	 background-color:#1E9EAC;
}
.man_btelbox{
	width:600px;
	box-sizing: border-box;
	margin:0px auto 30px auto;
	 padding:15px;
	 background-color:#C7AC68;
}
.mh6_tel{
	color:#fff;
	font-size:3.6rem;
	font-weight:borld;
	font-family: "Arial Black", "Rounded Mplus 1p", sans-serif;
	letter-spacing:1px;
}
.mh6_tel a{
	color:#ffffff;
	text-decoration:underline;
}
#main h6.mob_h6{
	color:#fff;
}
/*------------------------------
事例一覧
--------------------------------*/
#tj_box{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#top_jirei h3{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 130%;
}
#top_jirei p.blog_lp,#main p.blog_lp{
    margin: 0px 0px 0px 0px;
    padding: 15px 0px;
    font-size: 1.6rem;
    line-height: 150%;
}
#tj_box article{
	display:inline-block;
	width:30%;
	margin:0px 0px 50px 0px;
	padding:10px;
	border:1px solid #eee;
	box-shadow:1px 1px 2px #ccc;
	position:relative;
}
#tj_box article time{
	position: absolute;
    top: -25px;
    left: 0px;
    font-size: 1.4rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#tj_box article h3,#main h4.jirei_list{
	font-size:2.4rem;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#main h4.jirei_list{
	border:none;
}
#tj_box article h3 a,,#main h4.jirei_list a{
	color:#000;
}
#main h4.jirei_list:before{
	display:none;
}
#tj_box article p.tja_p,#main p.tja_p{
	font-size:1.4rem;
	color:#666;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#tj_box article span.s_color,#tj_box article span.r_color,#tj_box article span.b_color{
	display:inline-block;
	font-size:1.0rem;
	background-color:#008780;
	margin:2px;
	padding:3px 5px;
	color:#fff;
	border-radius:3px;
}
#tj_box article span.r_color{
	background-color:#059ACE;
}
#tj_box article span.b_color{
	background-color:#F96A2B;
}
.tj_user{
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tj_user img.tu_img{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tj_user p.tju_p,#main p.tju_p{
	display:inline-block;
	width:calc(100% - 40px);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	color:#666;
	text-align:left;
	vertical-align:top;
	line-height:130%;
}