/*  General CSS  */
@import url(https://use.fontawesome.com/releases/v5.9.0/css/all.css);
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic,"メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: .15em;
	color: #222;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
    overflow: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color: #333;
  text-decoration: none;
}
strong {
	font-weight: bold;
}
.red {
	color: #c00;
}
img {
  line-height:0;
}
/*header*/
#header {
	text-align: center;
	margin-bottom:20px;
}
h1{
    margin: 0px 0 20px;
    font-size: 1.67em;
    letter-spacing: .1em;
    background-color: #444;
    color: #fff;
    padding: .5em 1em;
}
.htex_p{
	color: #333;
	margin: 0 2% 30px;
	line-height: 1.5em;
}
.btn_a,
.btn_ab {
    display: inline-block;
	color: #fff;
	background-color: #333;
    border-bottom: 3px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    padding:10px;
    font-size: 1.08em;
    font-weight: bold;
	cursor:pointer;
	width:auto;
	letter-spacing:0px;
}
.btn_ab {
	margin-left: 1em;
}
.btn_a:hover,
.btn_ab:hover {
	background-color: #666;
}
.btn_a:before,
.btn_ab:before {
    display:inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f015';
	font-weight:900;
	margin-right:5px;
}
.btn_ab:before{
	content: '\f005';/*ハートは（/f004）*/
	margin-right:0px;
}
/*contents*/
.cont1000 {
	margin: 0 3%;
}
.d_midashi {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 10px 0 15px;
	padding-bottom: .25em;
	border-bottom: 2px dotted #666;
}
.favo_count {
    text-align: right;
    margin: 0 1% .5em;
}
.favoColor {
	color: #ff3f00;
    font-weight: bold;
    font-size: 1.25em;
}
.d_btns {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    letter-spacing: -.40em;
	text-align: center;
}
.d_btns li {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    text-align: center;
    background-color: #333;/*デザインに合わせて変更*/
}
.d_btns li:nth-child(4n+3) {
	background-color: #3193C5;/*デザインに合わせて変更*/
}
.dBtn {
    display: block;
    padding: 10px 0;
	cursor: pointer;
}
.dBtn.act {
    background: #ccc;
}
/*スライダー*/
#photoBox {
	margin: 20px auto;
}
#de-slider {
	margin-bottom: 40px;
}
#de-slider .slick-slide {
	margin: 5px 2px;
}
#de-slider .slick-dots {
	top: 235px;
}
#de-slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 2px;
}
#de-slider .slick-dots li button:before {
	width: 8px;
	height: 8px;
}
#de-slider .slider2 {
	height: 225px;
	overflow: hidden;
	position: relative;
	background: #F6F6F3;
}
/*article*/
.depd {
	line-height: 1.5em;
}
#detail_right {
	margin-bottom: 50px;
}
.komidashi {
    background: url("../images/midashi.png") left top no-repeat;
    font-size: 1.25em;
    line-height: 1.6em;
    margin: 20px 0 .5em;
    padding-left: 2.5em;
}
.d_time {
	margin-bottom: 20px;
	color: #004a6f;
	font-size: .92em;
	position:absolute;
	top:0px;
	right:0px;
}
.detail_rpoint {
	margin-bottom: 20px;
	padding: 10px;
	border:solid 2px #c00;
}
.h5_derp {
	width: 100%;
	height: 76px;
	background-image: url('../images/checkpoint.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:-99999px;
}
.p_derp {
	padding: 15px 0;
	color: #c00;
	line-height: 1.4em;
	font-size: 1.66em;
}
.de_icon {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    letter-spacing: -.40em;
	margin: 0 auto 0px;
}
.de_icon li {
    display: inline-block;
    width: 18%;
    margin: 1%;
    line-height: 0;
}
.de_p {
	color: #1b1b1b;
	margin-top: 30px;
	padding: 10px 1% 20px;
	font-size: 1.33em;
    letter-spacing: .1em;
	line-height: 1.75em;
    word-break: break-all;
    word-wrap: break-word;
	clear:both;
}
/*side_contents*/
.sideTtl {
	margin-bottom: 10px;
	padding-left: 1.3em;
	background:url('../images/iconr_rb.gif') left center no-repeat;
	color:#D4362A;
	font-size: 1.17em;
	line-height: 1em;
	position:relative;
}
.img_madori {
	padding: 1%;
	border: 1px solid #ccc;
	text-align: center;
	float:left;
	width:30%;
}
.img_madori img {
    width: auto;
    height: auto;
	max-width:280px;
	max-height:280px;
}
.de_table {
	margin: 0px 0 0px;
    float: right;
    width: 65%;
}
.de_table tr {
    border-bottom: 1px dotted #000;
}
.de_table th,
.de_table td {
    padding: 5px 0;
    vertical-align: middle;
}
.de_table th {
    width: 32%;
	max-width: 100px;
    font-size: 1.17em;
    text-align: left;
	padding-left: 1.75em;
}
.de_table th.i_yachin {
    background:url('../images/i_yachin.png') 3px center no-repeat;
}
.de_table th.i_madori {
    background:url('../images/i_madori.png') 3px center no-repeat;
}
.de_table th.i_access {
    background:url('../images/i_access.png') 3px center no-repeat;
}
.de_table th.i_address {
    background:url('../images/i_address.png') 3px center no-repeat;
}
.de_table th.i_seiyaku {
    background:url('../images/i_seiyaku.png') 3px center no-repeat;
}
.de_table td {
    font-size: 1.08em;
    line-height: 2em;
}
.de_table .yachin {
   font-size: 1.66em;
   color: red;
   position:relative;
}
img.tde_seiyaku {
	position:absolute;
	bottom:10px;
	right:0px;
}
.de_table .type {
   font-size: 1.66em;
   color: blue;
}
.gmap {
    color: #0B0CFE;
    text-decoration: underline;
}
.gmap:hover {
    color: #999;
}
.de_table .kotsu_txt {
	font-size: .92em;
}
.tbig {
	font-size: 1.36em;
	font-weight: bold;
}
dl {
	margin : 5px 0 10px;
	padding-top: 10px;
	border-top: dotted 1px #666;
    line-height: 1.5em;
}
dt {
	clear: left;
	float: left;
	margin-bottom: .9em;
	width: 30%;
	border-left: solid 3px #eee;
	padding-left: .5em;
}
dd {
	width:70%;
	padding-left: 5px;
	margin-bottom: .9em;
	float: left;
}
.etcTtl {
	width: 100%;
    background: #f2f2f2;
    padding: 1em;
    margin: 0;
    border: none;
}
.etcBody {
    width: 100%;
    padding: 0;
    margin: 0;
}
.etcCon {
    border: none;
    border-bottom: 2px dotted #e2e2e2;
    padding: 0;
    padding-bottom: 8px;
	overflow: hidden;
}
.etcinTtl {
	width: 100%;
    border-bottom: 3px solid #eee;
    border-left: none;
    padding: .5em;
    margin: 0;
}
.etcTxt {
    width: 100%;
    padding: .5em;
	margin: 0;
}
.etctxt {
    width: 100%;
    padding: .5em;
	margin: 0;
    border-bottom: 3px dotted #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.75em;
}
.stb_icon {
    display: inline-block;
	position: relative;
    padding: 4px 8px;
    background: #f7f7f7;
    margin: 3px 2px 3px 0;
    border: 1px solid #dadada;
    border-radius: 5px;
}
/*contact*/
.bt_line {
	padding:5px 0;
	border-bottom:dotted 1px #666;
}

#shopimage {
	width: 34%;
    line-height: 1;
	float: left;
}
#shopimage img {
	width:100%;
	height:100%;
	max-width:100px;
	max-height:100px;
}
.contactTtl {
    display: inline-flex;
	display: -webkit-inline-flex;
    flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
    width: 66%;
    line-height: 1.5em;
    background-color: #f2f2f2;
    text-align: center;
    float: right;
}
.h4big {
	font-size: 1.2em;
}
.shop_tel {
	display: inline-block;
    margin: .3em 0;
    padding-left: 1em;
    line-height: 1em;
    font-size: 2.25em;
    font-weight: bold;
    background: url(../images/shop_tel.gif) center left no-repeat;
    clear: both;
}
address {
	font-style: normal;
}
.more_listing{
    text-align: center;
    margin: 0px 0 20px;
}
/*footer*/
#footer {
	border-bottom:10px solid #999;
	padding-bottom: 60px;
	margin: 150px auto 0;
	width: 100%;
	position: relative;
}
#page_top {
	position: absolute;
    top: -70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
.copy {
	font-size: .83em;
	padding: 15px 0 12px;
	line-height: 1.5em;
	text-align: center;
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 768px){  
.no_sp {
	display:none;
	}
	.de_p img{
		width:auto;
		max-width:600px;
	}
}
@media all and (min-width: 450px){
.de_icon li {
    width: 56px;
    margin: 6px;
}
}
/*----------スマホ以上min-width: 768px----*/
@media all and (min-width: 769px){
.no_pc {
	 display:none !important;
}
#head-inner,
.cont1000 {
	margin: 0 auto;
	max-width: 1000px;
}
.htex_p,
.btn_a,
.btn_ab {
	font-size: 1.25em;
}
.btn_a,
.btn_ab {
    width:220px;
}
.pcRight {
	
}
.pcLeft {
	
}
.d_midashi {
	font-size: 2em;
}
#photoBox {
	height: 480px;
	margin-bottom: 30px;
}
/*サムネイル画像用*/
.thumbnaillist {
	width: 30%;
	float: left;
 　_zoom: 1; /*IE6バグ対策*/
}
.ex_clearfix {
	display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    letter-spacing: -.40em;
 　_zoom: 1; /*IE6バグ対策*/
}
.thumimg {
	display: inline-block;
    width: 23%;
    height: 69px;
    margin: 0 1% 10px;
}
/*メイン画像表示*/
.mainimglist {
	position: relative;
	width: 66%;
	float: right;
}
.mainPhoto {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    height: 480px;
}
.mainimgcap{
	width: 100%;
    padding: 1em;
	font-size: 1.17em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
	color: #fff;
    background-color: rgba(0, 0, 0, .35);
	z-index: 50;
}
.filter {
	display:block;
	width: 100%;  
	height:100%;
	position: absolute;
}
.filterimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*　縦横比そのまま写真リサイズ　*/
.mainimglist .resize {
	width: auto;
	height: auto;
	max-width: 640px;
	max-height: 480px;
}
* html body .mainimglist img.resize {
	width: expression(this.width > this.height ? "660px" : "auto");
	height: expression(this.width < this.height ? "493px" : "auto");
}
/*記事*/
.depd {
	padding: 0 1.5em;
}
.detail_rpoint {
    position: relative;
    min-height: 100px;
}
.h5_derp {
	width: 76px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -38px;
}
.p_derp {
    margin-left: 120px;
}
.de_p {
	font-size: 1.41em;
}
}
/*allclass*/
.page_c {
	text-align: center;
}
.fs14 {
	font-size: 1.16em;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*売買用追加CSS*/
.t_other {	
	margin: 0;
}
.h5Ttl {
    background: #eee;
    padding: .5em;
}
.baibaiCss dl {
	border-top: none;
}
.etctxt {
    border-bottom: 3px dotted #eee;
    margin-bottom: 20px;
}
/*YOUTUBE追加CSS*/
p.youtube_p{
	padding:0px;
	margin:0px 0px 5px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#ba0000;
}
iframe.youtube_fream{
	display:block;
	width:560px;
	height:315px;
	padding:0px;
	margin:0px auto 10px auto;
	border:10px solid #cccccc;
	border-radius:7px;
	-webkit-radius:7px; 
	-moz-border-radius:7px;
}
.btn_youtube{
	text-align:center;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.btn_youtube a{
	display:block;
	background: url(../images/btn_subscribe.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
.btn_youtube a:hover{
	display:block;
	background: url(../images/btn_subscribe_over.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
@media screen and (max-width: 560px){
	iframe.youtube_fream{
		display:block;
		width:95%;
		height:auto;
		padding:0px;
		margin:0px auto 10px auto;
		border:10px solid #cccccc;
		border-radius:7px;
		-webkit-radius:7px; 
		-moz-border-radius:7px;
	}
	.de_p img{
		width:100%;
	}
}
/*吹き出し設定*/
.clicks {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-115%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 200%;
    padding: 3px .5em;
    font-weight: bold;
}
.clicks:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .5);
    position: absolute;
    left: 1em;
    bottom: -20px;
}
.stb-qa {
    display: inline-block;
    background: url(../images/stb-qa.png) left top no-repeat;
    background-size: cover;
    padding: 6px;
    margin-left: 3px;
    margin-bottom: -1px;
}

/*ボタンカラー設定*/
.d_btns li.chintai,.chintai{
	background-color: #3193C5;/*賃貸物件（ブルー）*/
}
.d_btns li.baibai,.baibai{
	background-color: #cd853f;/*売買物件（茶）*/
}
.d_btns li.shops,.shops{
	background-color: #EA5A24;/*店舗物件（オレンジ）*/
}
.d_btns li.works,.works{
	background-color: #0B5D88;/*事務所物件（紺）*/
}
.d_btns li.souko,.shouko{
	background-color: #20b2aa;/*倉庫物件（エメグリ）*/
}
.d_btns li.c21,.c21{
	background-color: #F3BD00;/*センチュリー（イエロー）*/
}
.d_btns li:hover {
	background-color:#999;/*デザインに合わせて変更*/
}
/*追加部分*/
.mbtn_box{
	width:100%;
	box-sizing:border-box;
	  margin:0px auto 40px auto;
	  background-color:#fff;
	  text-align:center;
	  z-index:99;
	  padding:15px;
	position: -webkit-sticky; /* safari対応 */
  	position: sticky;
  	top:0px;　/* 上端から10pxのところで固定 */
}
@media screen and (max-width:1100px){
	#head-inner,.cont1000{
		margin-left:50px;
	}
	.mbtn_box{
		  padding-left:50px;
	}
}
@media screen and (max-width:640px){
	.mbtn_box{
		  margin: 0px auto 0px auto;
		  padding:0px 15px;
	}
	p.htex_p{
		margin: 0 2% 0px;
	}
}
@media screen and (max-width:370px){
	.btn_a,
	.btn_ab {
		width:auto;
		margin-bottom:7px;
		margin-left:5px;
		font-size:12px;
	}
}
@media screen and (max-width:320px){
	.img_madori img {
		width: 100%;
		height: auto;
	}
	.mbtn_box{
		  position: static;
	}
}

/*------------------------------
問合せ店舗
--------------------------------*/
.tnp {
	clear: both;
	margin:0px 0px 20px 0px;
	padding:30px 0px 0px 0px;
}
.tnp dl{
	width:100%;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-top:dotted 1px #666;
	font-size:12px;
	color: #303030;
	overflow:hidden;
}
dl.bt_line{
	padding:5px 0;
	border-bottom:dotted 1px #666;
}
.tnp dl dt {
  clear: left;
  float: left;  /*dt,dd横並びにするため、回りこみ許可*/
  margin: 0 0 .9em;
  width: 30%; /*この幅の後に次のdd要素が来る。列の位置揃えに必要。em指定でフォントサイズ変わっても大丈夫なようにする。*/
  border-left: solid 3px #f7f7f7; /*左に罫線描画*/
  padding-left: 8px;
  box-sizing:border-box;
}
.tnp dl dd {
	width:70%;
	padding: 0 0 0 5px;
    margin-bottom: .9em;
    float: left;
	box-sizing: border-box;
}
.tnp dl.bt_line {
	padding:20px 5px 5px 5px;
	border-bottom:dotted 1px #666;
}
.tnp dl.bt_line dt {
	 clear:none;
	  float: left;
	  margin: 0 0 .9em;
	  width:10%;
	  border-left:none;
	  padding-left: 8px;
  	box-sizing:border-box;
}
.tnp dl.bt_line dd {
	width:35%;
	padding: 0 0 0 5px;
    margin-bottom: .9em;
    float: left;
	box-sizing: border-box;
	font-size:18px;
	font-weight:bold;
}
.tnp dl.bt_line dd strong{
	font-size:24px;
}
.tnp_box{
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:dotted 1px #666;
}
.tnpb_left{
	width:50%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#shopimage2 {
	width:30%;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}
#shopimage2 img {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
.tnpn_box{
	float:left;
	width:65%;
	margin:0px 0px 10px 10px;
	padding:0px;
}
.tnp h4 {
	margin: 0px 0px 10px 0px;
    padding: 30px 0px 2px;
    background-color: #F7F7F7;
    text-align: center;
    line-height: 150%;
}
.tnp h4 .h4big {
	font-size:130%;
	line-height:1.5em;
}
.tnp p.shop_tel {
	width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 22px;
    height: 30px;
    font-size: 24px;
    font-weight: bolder;
    display: block;
    background: url(../images/shop_tel.gif) 0 8px no-repeat;
    clear: both;
}
.tnp dl.bt_tnp {
	float:left;
	width:35%;
	padding:0px 5px 0px 5px;
	border:none;
}
.tnp dl.bt_tnp dt {
	 clear:none;
	 width:100%;
	 margin:0px 10px 0px 0px;
	  border-left:none;
	  padding-left: 8px;
  	box-sizing:border-box;
}
.tnp dl.bt_tnp dd {
	width:100%;
	padding: 0px 0px 0px 0px;
     margin:0px 0px 10px 0px;
	box-sizing: border-box;
	 padding-left: 8px;
	font-size:14px;
	line-height:140%;
}
.tnp_sp{
	display:block;
	margin:8px 0px 0px 0px;
}
.tnp p{
	clear:both;
	font-size:14px;
	line-height:150%;
}
.more_listing{
    float:right;
    width:150px;
    text-align: center;
    margin:0px 0px 0px 0px;
}

a.more_listing_btn,.de_line_btn{
    text-decoration: none;
    padding:10px;
    color: #333333;
    border: 2px solid #333333;/*デザインに合わせて変更*/
    border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	display:inline-block;
	font-weight:bold;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	line-height:120%;
}
a.de_line_btn{
	border: 2px solid #0BB43A;/*デザインに合わせて変更*/
	background-color:#0BB43A;
	color:#fff;
	margin-bottom:10px;
}
a.more_listing_btn:before,a.de_line_btn:before{
    display:inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
	font-weight:900;
	margin-right:5px;
}
a.de_line_btn:before{
	font-family: "Font Awesome 5 Brands";
	content: '\f3c0';
}
a:hover.more_listing_btn,a:hover.de_line_btn{
    color: #ffffff;
    background-color: #333333;/*デザインに合わせて変更*/
}
a:hover.de_line_btn{
    background-color: #099164;/*デザインに合わせて変更*/
}
@media screen and  (max-width: 767px){  
	.tnpb_left{
		width:100%;
		float:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.tnp dl.bt_tnp {
		float:none;
		width:100%;
		padding:0px 5px 0px 5px;
		border:none;
	}
	.more_listing{
		float:none;
		width:150px;
		text-align: center;
		margin:10px auto 10px auto;
	}
}
@media screen and (max-width:540px){
	.more_listing{
		width:100%;
	}
}
@media screen and  (max-width:430px){  
	.tnp dl.bt_line dt {
		 clear:both;
		  float:none;
		  margin: 0 0 .9em;
		  width:100%;
		  border-left:none;
		  padding-left: 8px;
		  box-sizing:border-box;
	}
	.tnp dl.bt_line dd {
		width:100%;
		padding: 0 0 0 5px;
		margin-bottom: .9em;
		float: none;
		box-sizing: border-box;
		font-size:18px;
		font-weight:bold;
	}
	#shopimage2 {
		width:100%;
		height:auto;
		margin:0px 0px 10px 0px;
		padding:0px;
		float:none;
	}
	.tnpn_box{
		float:none;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
}
.tnp h3{
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	background:url('../images/iconr_rb.gif') 0 50% no-repeat;
	color:#D4362A;
	font-size:14px;
	line-height:14px;
}
.tdetail_table{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	width:100%;
}
.tdetail_table th{
	width:100px;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	padding:5px;
	border:1px solid #999;
	background-color:#ddd;
	vertical-align:middle;
	font-weight:normal;
}
.tdetail_table td{
	width:100px;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	padding:5px;
	border:1px solid #999;
	vertical-align:middle;
	line-height:140%;
}
.tdetail_table th.thw_tde{
	width:100px;
}
h5.tde_h5{
	padding:3px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin:0px 0px 10px 0px;
}
.read-more-001 {
    position: relative;
	margin-bottom: 20px;
}
.read-more-001 div.decon_p2 {
    position: relative;
    max-height: 40px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 1s;
	color:#333;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	width: 100%;
	line-height:140%;
}
.read-more-001:has(:checked) div.decon_p2 {
    max-height: 100vh;
}
.read-more-001 div.decon_p2::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 100%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}
.read-more-001:has(:checked) div.decon_p2::after {
    content: none;
}
.read-more-001 label {
    position: absolute;
    bottom: -5px;
    right: 0px;
    color: #0B0CFE;
    font-size:12px;
	font-weight:bold;
}
.read-more-001 label:hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}
.read-more-001:has(:checked) label {
    color:#333;
}
.read-more-001 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.read-more-001 input {
    display: none;
}
@media screen and (max-width:640px){
	.img_madori{
		width:100%;
		text-align:center;
		float:none;
	}
	table.de_table{
		width:100%;
		float:none;
		margin-top:20px;
	}
	.tdetail_table th{
		font-size:12px;
		width:100px;
		line-height:140%;
	}
	.tdetail_table td{
		width:auto;
	}
}



.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-bottom:20px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height:30px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 20px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    font-size: 12px;
    width: 120px;
    font-family: "webfont";
    font-weight: 900;
    content: '▼ 続きをよむ';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 10px;
    background-color:#099164;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 50px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: "webfont";
	font-weight : 900;
	content:'▲ 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
#main p.tp_tex{
	font-size:12px;
}
/*------------------------------
テキストコピーボタン
--------------------------------*/
.line_tbox{
	margin-right: 0px;
}
.line_tbox span.ltb_m{
	font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    background-color: #0AB43A;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 5px #000;
}
.line_tbox span.ltb_p{
	font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    line-height: 120%;
}
p#copytxt{
  margin: 5px 0 5px;
  font-size:12px;
  line-height:150%;
   text-align:left;
   border:1px solid #666;
	padding:5px;
}
button.copy_button{
	font-size:12px;
	padding:5px;
	background-color:#333;
	color:#fff;
	border-radius:5px;
	margin:3px 0px;
	font-weight:bold;
}
button.copy_button:active,button.copy_button:hover{
	background-color:#999;
}
.bbig {
    font-weight: bold;
    font-size: 14px;
}
.mini{
	font-size:11px;
}