@charset "utf-8";


/*全ページ共通*/

html { scroll-behavior: smooth;}

body {
//	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
//font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
line-height: 1.5em;
background-color: #FFF;
//background-image:url(../image/cmn_bg.jpg);
margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header {
	width: auto;
//	text-align: center;
	float:none;
	background-color: #511F19;
//	background-color: #330000;
	background-image: url(../image/cmn_head_s.jpg);
	height:90px;
}
/*h1ロゴの設定*/
header h1 {
	padding: 20px 0 20px 0;	
}
/*ロゴ画像の設定*/
header h1 img {
	width: 80%;	
	height: auto;
}

#header h2 {
//	max-width: 80%;
	text-align: left;
//	float: left;
//	color: #511F19;
	color: #fff; 
//	margin-top: 10px;
	padding-top: 10px;
	margin-right: 10px;
//	margin-bottom: 10px;
	margin-left: 10px;
//	height: 80px;
}

#header h2 em {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 140%;
}
#header h2 p {
	font-size: 80%;
	padding-top: 5px;
}


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;		/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 200px;		/*ロゴ画像の幅*/
	margin-top: 22px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

@media screen and (max-width:640px){


/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 90px;	/*上から100pxの場所に配置*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 7px;	/*上から9pxの場所に配置*/
}



/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	display: none;	/*非表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}*/

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 90px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 15px 15px 15px 15px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: rgba(51,0,0,0.8);	/*背景色R:51 G:0 B:0 R:222 G:184 B:135*/
	font-size: 100%;
	color: #fff;	/*文字色*/
	text-align: center;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
//	display: block;
	padding-left: 15px;
	font-size: 10px;	/*文字サイズ*/
}




/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 7px;	/*上から24pxの場所に配置*/
	right: 2%;	/*右から3%の場所に配置*/
	border: 1px solid #efefef;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../image/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../image/icon_menu.png) no-repeat center bottom/50px;
}

}

/*
#header {
	width: 980px;
//	height: 120px;
	margin: 0px auto;
	background-image: url(../image/cmn_head.jpg);
}

#header h1 {
	font-size: smaller;
	color: #D1B69C;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#header .pp {
	font-size: 10px;
	color: #D1B69C;
	text-align: right;
	float: none;
	margin: 0px;
	padding-right: 10px;
}
#header .pp a {
	color: #D1B69C;
	text-decoration:none;
	font-size: 10px;
}
#header .pp a:hover {
	color: #624A35;
	text-decoration:none;
}

#header h2 {
	width: auto;
	text-align: left;
	float: left;
	color: #511F19;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#header h2 em {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 150%;
}

#header h3 {
	text-align:right;
	float: none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#hnav { 
	width: 980px;
	margin: auto;
}

#hnav a {
	margin:0px;
	float:none;
	margin-top:30px;
	display:block;
	background-image:url(../image/cmn_navhead.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:17px;
    text-indent:-9999px;
    text-decoration:none;
}

#hnav1 a {　background-position: 0 0;
	margin-left:500px;
}
#hnav2 a {	background-position:-120px 0;}
#hnav3 a {	background-position:-240px 0;}

#hnav1 a:hover{ background-position:-360px 0px;}
#hnav2 a:hover{ background-position:-480px 0px;}
#hnav3 a:hover{ background-position:-600px 0px;}*/

/*  スマホ対応NEWナビ用　270303　*/

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
	background-color:  #511F19;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A98963), to(#511F19));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#A98963, #511F19);	/*同上*/
	background-image: linear-gradient(#A98963, #511F19);			/*同上*/
	border-radius: 4px 4px 4px 4px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #b7b7b7;			/*同上*/
	height: 45px;
	min-width: 980px;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 15px;
	margin:auto;	
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 135px;	/*メニュー幅*/
	border-right: 1px dotted rgba(255,255,255,0.6);	/*メニューの右側の線の幅、線種、色（左３つの数字で色を指定、最後の小数点で透明度を指定）*/
	line-height: 1.7;
	text-align: center;
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#menu ul li a {
	color: #FFF;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px dotted rgba(255,255,255,0.6);	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	color: #900;			/*文字色*/
	background: #F0E6DD;		/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	color: #999;	/*文字色*/
}




/*　会社概要有の7ボタン用　261015*/
#nav {
	width: 980px;
	height:45px;
	background-image: url(../image/cmn_navbtn7.jpg);
	float: left;
	padding:0;
	margin:0;
	text-align:center;
	background-repeat:no-repeat;
}

#nav li {
	float: left;
	width:140px;
	height:45px;
	display:block;
	border:0;
}

#nav li a{
	display:block;
	background-image:url(../image/cmn_navbtn7.jpg);
	background-repeat:no-repeat;
	width:140px;
	height:45px;
    text-indent:-9999px;
    text-decoration:none;
}


#nav1 a { background-position:0     0;}
#nav2 a { background-position:-140px  0;}
#nav3 a { background-position:-280px  0;}
#nav4 a { background-position:-420px  0;}
#nav5 a { background-position:-560px  0;}
#nav6 a { background-position:-700px  0;}
#nav7 a { background-position:-840px  0;}

#nav1 a:hover{ background-position:0       -50px;}
#nav2 a:hover{ background-position:-140px  -50px;}
#nav3 a:hover{ background-position:-280px  -50px;}
#nav4 a:hover{ background-position:-420px  -50px;}
#nav5 a:hover{ background-position:-560px  -50px;}
#nav6 a:hover{ background-position:-700px  -50px;}
#nav7 a:hover{ background-position:-840px  -50px;}

#nav1 a:active{ background-position:0       -100px;}
#nav2 a:active{ background-position:-140px  -100px;}
#nav3 a:active{ background-position:-280px  -100px;}
#nav4 a:active{ background-position:-420px  -100px;}
#nav5 a:active{ background-position:-560px  -100px;}
#nav6 a:active{ background-position:-700px  -100px;}
#nav7 a:active{ background-position:-840px  -100px;}

/* 会社概要無の6ボタン用
#nav {
	width: 980px;
	height:45px;
	background-image: url(../image/cmn_navbtn.jpg);
	float: left;
	padding:0;
	margin:0;
	text-align:center;
	background-repeat:no-repeat;
}

#nav li {
	float: left;
	width:163px;
	height:45px;
	display:block;
	border:0;
}

#nav li a{
	display:block;
	background-image:url(../image/cmn_navbtn.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:45px;
    text-indent:-9999px;
    text-decoration:none;
}


#nav1 a { background-position:0     0;}
#nav2 a { background-position:-163px  0;}
#nav3 a { background-position:-326px  0;}
#nav4 a { background-position:-489px  0;}
#nav5 a { background-position:-652px  0;}
#nav6 a { background-position:-815px  0;}

#nav1 a:hover{ background-position:0       -50px;}
#nav2 a:hover{ background-position:-163px  -50px;}
#nav3 a:hover{ background-position:-326px  -50px;}
#nav4 a:hover{ background-position:-489px  -50px;}
#nav5 a:hover{ background-position:-652px  -50px;}
#nav6 a:hover{ background-position:-815px  -50px;}

#nav1 a:active{ background-position:0       -100px;}
#nav2 a:active{ background-position:-163px  -100px;}
#nav3 a:active{ background-position:-326px  -100px;}
#nav4 a:active{ background-position:-489px  -100px;}
#nav5 a:active{ background-position:-652px  -100px;}
#nav6 a:active{ background-position:-815px  -100px;}
*/


/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
//	clear: both;
//	width: 980px;
	margin: auto;
//	height: 45px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
//	background: #765653;	/*背景色#511F19*/
//	border-top: 1px solid #fff;		/*上の線の幅、線種、色（古いブラウザ用）*/
//	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色（古いブラウザ用）*/
//	border-top: 1px solid rgba(255,255,255,0.8);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
//	border-bottom: 1px solid rgba(255,255,255,1.0);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
	right: 0;
	position: absolute;
	font-size: 12px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
//	width: 12.5%;	/*メニュー幅（100÷8個=12.5%）　もし４個にするなら100÷4=25%になる。*/
//	margin-top: 60px;
}
#menubar li a {
	text-decoration: none;display: block;
//	font-weight: bold;	/*太字に*/
	line-height: 1.6;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
//	height: 40px;		/*高さ*/
	padding-top: 5px;	/*上に追加する余白*/
//	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
//	border-right: 1px solid rgba(255,255,255,0.8);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
//	border-left: 1px solid #CCC;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
//	border-left: 1px solid rgba(255,255,255,0.2);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
//	display: block;
//	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時、現在表示中(current)のメニューの共通設定*/
#menubar li a:hover, #menubar li.current a {
//	background: #fff;	/*背景色*/
//	background-image:url(../image/cmn_bg.jpg);
	color: #FDF2C8;		/*文字色*/
}



#topbox1 {
//	width: 300px;
//	height: 300px;
//	background-color: #fff;
//	background-image: url(../image/top/topbox1.jpg);
//	padding: 20px;
//	margin-left: 50px;
//	float: left;
//	border: 1px solid #efefef;
}
#topbox2 {
//	width: 300px;
//	height: 300px;
//	background-color: #fff;
//	background-image: url(../image/top/topbox2.jpg);
//	padding: 20px;
//	margin-right: 50px;
//	float: right;
//	border: 1px solid #efefef;	
}
#topbox0 h2 {
    text-align: center;
	color: #511F19;
	font-size: 18px;
	font-weight: 600;
//	letter-spacing: 0.2em;
	border-bottom: 20px solid #DBDBDB;
    padding: 50px 0px 10px 0;
	margin-bottom: 50px;
//    background: linear-gradient(#eacda3, #d6ae7b);
}
#step h2 {
    text-align: center;
	color: #511F19;
	font-size: 18px;
	font-weight: 600;
//	letter-spacing: 0.2em;
	border-bottom: 18px solid #DBDBDB;
    padding: 35px 0px 10px 0;
	margin-bottom: 80px;
//    background: linear-gradient(#eacda3, #d6ae7b);
}

ol li {
	list-style-type: none; /* decimal;*/
	width:100%;
//	height: 150px;
	float: none;
	color: #FFF;
	margin-bottom: 50px;
//	margin-right: 1%;
//	font-weight:600;
//	text-indent: 12px;
}
.spo_title {
	font-size: 100%;
	width: 48%;
	padding: 0px 5px 5px 10px;
	margin:auto;
	text-align: left;
//	background-color: #ACC801;
//	background:linear-gradient(transparent -80%, #92d0c8 0%);
//	background: -moz-linear-gradient(top, #4bbac3, #3dd2ae);
//  background: -webkit-linear-gradient(top, #4bbac3, #3dd2ae);
//  background: linear-gradient(to bottom, #4bbac3, #3dd2ae); /*グラデ*/
//	color: #5e6b8f;
//	color: #765653;
	color: #511F19;
	font-weight: 600;
//	margin-left: -25px;
	float: left;
}
.background-green {
	position: relative;
	width: 20px;
	height: 20px;
	background: #9FCD53;
	float: left;
}
.spo_text {
	width: 47%;
	float:left;
	color: #333;
	text-align: left !important;
	line-height: 1.6rem;
	font-size: 90%;
//	padding: 10px 10px 10px 35px;
	margin: auto;
	padding-bottom: 50px;

}
.spo_gtext {
//	width: 45%;
	color: #666 !important;
	text-align: left !important;
//	line-height: 1.4rem;
	font-size: 80%;
	padding: 20px 25px 15px 20px;
//	margin: auto;
	float: right;
}

#topbox1 h2 {
    text-align: center;
color: #fff;
//	color: #443319;
	font-size: 100%;
//	letter-spacing: 0.2em;
	font-weight:bold;
    border: 1px solid #fff;
    padding: 8px 0px;
	background-color: #9FCD53;
//	background-color: #ACC801;
//	background-color: #7E4398;
//    background: linear-gradient(#4CB8C4, #3CD3AD);
//    background: linear-gradient(#FF512F, #F09819);/*オレンジグラデ*/
}
#topbox2 h2 {
    text-align: center;
	color: #fff;
//	color: #443319;
	font-size: 100%;
//	letter-spacing: 0.2em;
	font-weight:bold;
    border: 1px solid #fff;
    padding: 8px 0px;
//	background-color: #7E4398;
	background-color: #9FCD53;
//    background: linear-gradient(#FF512F, #F09819);
//    background: linear-gradient(#4CB8C4, #3CD3AD);/*あおグラデ*/
}
a:hover #topbox1 h2 , a:hover #topbox2 h2 {
	color: #FF9;
    border: 1px solid #coo;
    padding: 8px 0px;
//    background: linear-gradient(#eacda3, #d6ae7b);
}
#topbox1 p, #topbox2 p {
    text-align: center;
	color: #333;
	line-height: 1.4rem;
    padding: 20px;
}
#topbox0 p {
    text-align: center;
	color: #333;
	line-height: 1.65rem;
    padding: 5px 0;
	margin-bottom: 20px;
	font-size: 100%;
}

#resbox1 , #resbox2 {
	width: 90%;
	height: auto;
	background-color: #fff;
//	background-image: url(../image/top/topbox1.jpg);
	padding: 10px;
	margin: 10px;
	float: none;
	margin:auto
//	border: 1px solid #efefef;
}
#resbox1 h2 {
    text-align: center;
	color: #fff;
//	color: #443319;
	font-size: 100%;
	letter-spacing: 0.2em;
//	font-weight:bold;
    border: 1px solid #fff;
    padding: 8px 0px;
//    background: linear-gradient(#4CB8C4, #3CD3AD);
    background: linear-gradient(#FF512F, #F09819);
}
#resbox2 h2 {
    text-align: center;
	color: #fff;
//	color: #443319;
	font-size: 120%;
	letter-spacing: 0.2em;
//	font-weight:bold;
    border: 1px solid #fff;
    padding: 8px 0px;
//    background: linear-gradient(#FF512F, #F09819);
    background: linear-gradient(#4CB8C4, #3CD3AD);
}
#resbox1 p, #resbox2 p {
    text-align: center;
	color: #000;
    padding: 20px;
}

#step table {
	margin: 30px auto;
}

#step table th {
	width:12%;
	padding: 0px;
	margin-right: 20px;
	vertical-align: top;
}
#step table th img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:20px;
}
#step table td {
	width: 70%;
	padding: 0 0px 15px 90px;
	vertical-align: top;
}
#step table td p {
	width:auto;
	font-size: 120%;
	font-weight: 600;
	color: #511F19;
//	background:linear-gradient(transparent 80%, #92d0c8 0%);
//	background:linear-gradient(transparent 60%, #ff6 60%);
}
.green { color: #9FCD53; }
.green2 { color: #609b00; }


#step table td div {
	width:auto;
	margin-top:15px;
	margin-bottom: 15px;
	font-size: 90%;
	font-weight: nomal;
//	padding: 0 20px;
//	line-height: 1.4rem;
}








/*ページ下部の「メールで相談する（無料）」ボタン
---------------------------------------------------------------------------*/
a.btn {
	width:85%;
max-width:980px;
	margin: 30px auto;
	line-height: 1.4em;
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 10px;		/*ボタン内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	letter-spacing: 0em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}




#pankuzu {
padding: 10px 26px;
font-size: 80%;
}


#page {
	padding: 0px;
	width: 980px;
	background-color: #FFF;
	clear: both;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page img { margin:auto;}

#page h1 {
  position: relative;
  padding: 2.5em 0;
  font-size: 110%;
  text-align: center;
  color: #511F19;
  font-weight: 600;
}
#page h1:after {
	width: 30%;
	margin: auto;
	margin-top:10px;
  content: "";
  display: block;
  height: 4px;
//  background: -webkit-linear-gradient(to right, rgb(255, 245, 208), transparent);
//  background: linear-gradient(to right, rgb(255, 245, 208), transparent);
}



#nxtBak {
		padding: 10px 0;
		height: 20px;
		width: 980px;
		margin: 0 auto;
		color: #666;
		float:none;
		font-size: 12px;
}

#nxtBak a, .txtLink a {
		text-decoration:none;
		display: block;
		height: 20px;
}

#nxtBak .next a,
#nxtBak .next a:hover {
		float: right;
		padding-right: 25px;
}

#nxtBak .back a,
#nxtBak .back a:hover {
		float: left;
		padding-left: 25px;
}
.txtLink a,
.txtLink a:hover {
		padding-left: 25px;
}
#nxtBak .next a:hover,
#nxtBak .back a:hover,
.txtLink a:hover {
		color: #900;
		text-decoration: none;
}


/*ページの最後のみ*/

#navfoot {
	width:370px;
	height:100px;
	margin: auto;
	margin-bottom:10px;
	padding:0;
	float:none;
	text-align:center;
	display:block;
	overflow: hidden;
}

#navfoot a {
	margin:auto;
	float:left;
	display:block;
	background-image:url(../image/cmn_navfoot.jpg);
	background-repeat:no-repeat;
	width:370px;
	height:100px;
    text-indent:-9999px;
    text-decoration:none;
}

#navfoot1 a { background-position:0 0;}
#navfoot2 a { background-position:-370px  0;}


#navfoot1 a:hover{ background-position:-370px 0;}
#navfoot2 a:hover{ background-position:-370px  -80px;}

/*ページの合間用「メール相談無料」*/
.navaima {
	width: auto;
/	height:100px;
	margin: auto;
	float: none;
	text-align:center;
	display:block;
	overflow: hidden;
	margin-top: 30px;
}


.navaima a {
	margin:auto;
	float:none;
	display:block;
	background-image:url(../image/cmn_navfoot2.jpg);
	background-repeat:no-repeat;
	width:370px;
	height:100px;
    text-indent:-9999px;
    text-decoration:none;
}

.navaima1 a { background-position:0 0;}
.navaima1 a:hover{ background-position:-370px 0;}


/*　TOPページのみ使用　*/

#ya {
	background-image: url(../image/top_gimon_ya.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	margin: auto;
	text-align: center;
	color: #511F19;
	font-size: 26px;
	font-weight: bold;
/	line-height: 150px;
}

#topqa {
	width: 100%;
	margin: auto;
}

#top_a {
	background-image: url(../image/top_a.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_b {
	background-image: url(../image/top_b.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_c {
	background-image: url(../image/top_c.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_d {
	background-image: url(../image/top_d.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_e {
	background-image: url(../image/top_e.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_f {
	background-image: url(../image/top_f.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_y {
	background-image: url(../image/top_y.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_k {
	background-image: url(../image/top_k.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_k2 {
	background-image: url(../image/top_k.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}

#top_o {
	background-image: url(../image/top_o.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}
#top_m {
	background-image: url(../image/top_m.jpg);
	background-repeat:no-repeat;
	background-position: top left;
/	height: 260px;
}

.name {
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
//	font-size: 16px;
//	font-size: 1.4em;
	height: 40px;
}

.question {
	text-align: left;
//	font-size: 26px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
//	height: 70px;
	padding-left: 50px;
}

.answer {
	background-image: url(../image/kage.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 110px;
//	font-size: 16px;
	font-size: 100%;
	padding: 30px 30px 50px 200px;
//	line-height: 24px;
	line-height: 1.6em;
}

/*980幅*/
.box1 {
//	font-size: 120%;
	line-height: normal;
	color: #333;
	width: 980px;
	text-align: left;
	float: none;
	clear: none;
	margin: 0px auto;　
	background-color: #FFF;
}
.box1 img { 
	padding:0;
}
.box1_1 { width: 980px;}
.box1_1 img { padding:0 }

.box1_2 { width: 100%;}
.box1_2 img { 
	padding:0;
	width: 100%;
	height:auto;
}

/*5つのポイント*/
.box2 {
//	font-size: 120%;
	line-height: 1.6em;
	text-align: left;
	color: #333;
	width: 980px;
	margin: auto;
	margin-top: 20px;
	padding:10px;
	float: none;
}
.green_en {
	background-image: url(../image/top/green.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.purple_en {
	background-image: url(../image/top/purple.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.box26 {
//	width: 80%;
	margin: 2em auto;
    position: relative;
    padding: 1em;
//    border: dotted 1px #511F19;
    border-radius: 5px;
	max-height: 300px;
	overflow-x: auto;
	background-color: #FFF;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
//	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.2) inset;
}
.box26 .box-title {
//    position: absolute;
    display: inline-block;
    top: -13px;
    left: 30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 120%;
    background: #FFF;
    color: #511F19;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 10px;
}
.box26 em{
	font-weight: 300;
	color: #C00;
}
.box26 li {
	text-indent: 1.4em;
	text-indent: -1.4em;
	padding-left: 1em;
	padding-bottom: 10px;
	font-size: 90%;
}
.box27 {
    position: relative;
//    margin: 3em 0;
    padding: 0.5em 1em;
//    border: dotted 1px #511F19;
    border-radius: 8px;
//	background-image: url(../image/top/bg.jpg);
//	background-repeat: no-repeat;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 27%;
    padding: 0 9px;
    line-height: 1;
    font-size: 120%;
    background: #FFF;
	color: #765653;
//    color: #511F19;
    font-weight: bold;
//	color: #C00;
	text-align: center;
}
.box27 p {
    margin: 0; 
    padding: 10px;
}
.box27 em{
//	font-weight: bold;
	color: #C00;
}
.box27 li {
//	text-indent: 1.4em;
//	text-indent: -1.4em;
//	padding-left: 2em;
//	padding-bottom: 10px;
//	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

/*サブコンテンツ*/
.box3 {
	border:1px solid #F7EFDB;
//	font-size: 12px;
	line-height: 24px;
	text-align:left;
	color: #666;
	width: 225px;
	height:380px;
	margin-top:26px;
	margin-right:26px;
	margin-bottom:26px;
	padding:8px;
	float:right;
}
/*サブコンテンツ画像*/
.box3_1 {
//	font-size: 12px;
	line-height: 24px;
	text-align:left;
	color: #666;
/	width: 100%;
	width: 245px;
/	height:485px;
	margin-top:26px;
	margin-right:26px;
	margin-bottom:26px;
	float:right;
}


/*PP説明文*/
.box4 {
	width:90%;
	font-size: 90%;
	line-height: 1.6rem; 
	color: #333;
	text-align: left;
	margin: auto;
	padding: 0px;
}

/*form 送信ボタン*/
.box5 {
	width:80%;
//	font-size: 12px;
	line-height: 20px; 
	color: #333;
	text-align: center;
	margin: auto;
	padding: 10px;
}

/*サイトマップ*/
.box6 {
	width:70%;
	font-size: 120%;
	line-height: 1.6em; 
	color: #333;
	text-align: left;
	margin: auto;
	padding: 0px;
}

/*タイトル下部テキスト*/
.box7 {
	width:90%;
	font-size: 90%;
	line-height: 1.6rem; 
	color: #000;
/	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom:30px;
}

/*ページ下部ポイント*/
.box8 {
	width:90%;
//	font-size: 12px;
	line-height: 18px; 
	color: #DAC9BA;
	text-align: left;
	margin: auto;
	padding: 20px;
}

.box8 em { color:#FFF; }

/*コンセプトテキスト*/

#concept h2 {
    text-align: center;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
//	letter-spacing: 0.2em;
    border: 1px solid #fff;
    padding: 8px 0px;
	background-color: #9FCD53;
//	background-color: #7E4398;
//    background: linear-gradient(#4CB8C4, #3CD3AD);
//    background: linear-gradient(#FF512F, #F09819);/*オレンジグラデ*/
}

.box9 {
	width:95%;
	font-size: 120%;
	line-height: 24px; 
	color: #000;
/	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom:30px;
}

.box9 p { padding-bottom: 20px;}


/*よくあるご質問Q用*/
.box10 {
	margin-bottom: 20px;
	padding: 0px;
	float:left;
	width:　100%;
	height:auto;
}

.box11 {
	width:590px;
	font-size: 100%;
	line-height: 1.6rem; 
	color: #333;
	text-align: left;
	margin: 10px;
	padding: 0px;
	float:right;
	text-indent: -18px;
}

.box12 {
	width:600px;
	font-size: 100%;
	line-height: 1.6rem; 
	color: #333;
	text-align: left;
	margin: 10px;
	margin-left:50px;
	padding: 0px;
	float:left;
	text-indent: -18px;
}

.box13 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	float:right;
}

/*コンセプト 著書紹介*/
.box14 {
	width:90%;
	font-size: 90%;
	line-height: 1.8rem; 
	color: #333;
	margin: auto;
	padding-top: 20px;
	padding-bottom:20px;
}

.box14 li {
	margin-left:30px;
}

.box14 p { padding-bottom: 10px;}


.red {
	color:#F00;
	line-height: 2em;
}
.paple {color: #C0F}

.f16 { font-size: 16px; }
.f100 { font-size: 100%; }
.f14 { font-size: 14px; }
.f90 { font-size: 90% }

.b { font-weight: bold; }

.mt15 { margin-top: 15px;
margin-bottom: 5px;}

#back-top {
	position: fixed;
	bottom: 120px;
	right: 50px;
}

#back-top a {
	width: 94px;
	display: block;
}

#back-top span {
	width: 94px;
	height: 56px;
	display: block;
	margin-bottom: 7px;
	background: url(../image/cmn_gotop.jpg) no-repeat top left;}	



/* navfoot */

#foot_nav {
	width: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	padding-top:30px;
	padding-bottom:20px;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top:30px;
}

#foot_nav li {
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 5px;
}
#foot_nav li a {text-decoration: none;
}
#copyright {
	width: 100%;
//	min-width: 980px;
	padding: 8px 0px;
	text-align: center;
	font-size: 80%;
	background-color: #511F19;
	color:#FFF;
	float:none;
}

img { padding:0 }


#new {
	width: 90%;
	border: 1px solid #F0E8D2;
	font-size: 140%;
	text-align: center;
	background-color:#F0E8D2;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.new_txt {
//	font-size: 80%;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
//	background-color: #FFF;
	text-indent: -1.7em;
}

/*   ポイントページ　　*/

#point {
	width: 928px;
//	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #F6F1EB;
	float: none;
	color: #291500;
}

#point_i {
	width: 210px;
	padding-left: 10px;
	float: left;
}

#point_toi {
	width: 700px;
	float: left;
	line-height: 24px;
	margin-top: 40px;
}

.p_box1 {
	width: 900px;
	padding-left: 10px;
	padding-right: 1px;
	margin-bottom: 10px;
	float: left;
	background-color: #F4E8D4;
	border: 2px solid #F4E8D4;
	border-radius: 10px;
}

.p_box1 th {
	width: 163px;
	background-color: #F4E8D4;
	font-size: 140%;
	text-align: center;
	padding: 20px;
}

.p_box1 td {
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
}
/*   新着物件ページ　　*/

#bukken {
	width: 928px;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #F6F1EB;
	float: none;
	color: #291500;
}

.bukken_top {
	font-size: 140%;
	padding:15px;
	background-color: #900;
	color: #FFF;
	line-height:1.6em;
	margin-bottom: 20px;
	border-radius: 5px;
}

.b_box1 {
	width: 900px;
	padding-left: 10px;
	padding-right: 1px;
	margin-bottom: 10px;
	float: left;
	background-color: #F4E8D4;
	border: 2px solid #F4E8D4;
	border-radius: 10px;
}

.b_box1 th {
	width: 150px;
	background-color: #FAE9D3;
	text-align: center;
	padding: 10px;
}

.b_box1 td {
	width: 720px;
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
}
/*   リフォームページ　　*/

#reform {
	width: 928px;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #F6F1EB;
	float: none;
	color: #333;
}

.reform_top {
	font-size: 120%;
	padding:15px;
	background-color: #FAE9D3;
//	color: #333;
	line-height:1.6em;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 5px;
}
.reform_wide {
	font-size: 90%;
	padding:15px;
	line-height:1.6em;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	border-top: solid 2px #C00;
}
.reform_wide p {
	font-size: 100%;
	margin-bottom:10px;
}
.r_box2 {
	width: 900px;
//	padding-left: 10px;
//	padding-right: 10px;
	margin-bottom: 10px;
	margin: auto;
	float: none;
	font-size: 90%;
}
.r_box2 img {
	width: 100%;
}

.r_box1 , .r_box_b {
	width: 720px;
	padding-left: 10px;
	padding-right: 1px;
	margin-bottom: 10px;
	float: none;
	background-color: #FAE9D3;
	border: 2px solid #FAE9D3;
//	background-color: #511F19;
//	border: 2px solid #511F19;
	border-radius: 10px;
	color: #fff;
	margin: auto;
	font-size: 90%;
}

.r_box1 th , .r_box_b th {
	width: 100px;
	background-color: #FFF;
//	background-color: #511F19;
	text-align: center;
	padding: 5px;
}

.r_box1 td , .r_box_b td {
	width: 720px;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	margin:auto;
	text-align: center;
}
.r_txt {
	text-align: left;
	color:#333;
	padding:10px 20px;
}


/*   流れのページ　　*/

/*flow.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#flow .list article {
//	height: 370px;	/*ボックスの高さ*/
//	width: 280px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
//	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
//	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
//	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
//	float: left;
//	margin: 0px 14px 15px;
	overflow: hidden;
}

/*各ボックスの設定*/
#flow .list article {
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*各ボックス内の画像設定*/
#flow .list article img {
	float: left;	/*左に回り込み*/
	width: auto;		/*画像幅*/
	height: auto;
	margin-right: 20px;
}

#flow .list article .voice_woman {
	float:none;
}

#flow .list article .voice_aristea {
	background-color: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../image/kage.gif);
	background-position: right top;
	background-repeat:no-repeat;
	float:none;
}

/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
//	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;
}


#flow {
	width: 95%;
//	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #F6F1EB;
	float: none;
	color: #291500;
}

#flow h4 {
	font-size: 120%;
	font-weight: bold;
	color: #443319;	/*文字色*/
	border-bottom: 2px dotted #443319;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}

.f_box1 {
	width: 900px;
//	padding-left: 1px;
//	padding-right: 1px;
	margin-bottom: 10px;
	float: left;
	background-color: #F4E8D4;
	border: 0px solid #F4E8D4;
	border-radius: 10px;
}

.f_box1 th {
	width: 170px;
//	background-color: #F4E8D4;
	font-size: 100%;
	text-align: center;
	padding: 10px;
}

.f_box1 td {
	width: 340px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 5px solid #F4E8D4;
	border-radius: 10px;
}

.ari td {
	font-size:120%;
	background-color: #F4E8D4;
}


/*   会社概要のページ　　*/

#company {
//	width: 95%;
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
//	border-top: 1px solid #F6F1EB;
	float: none;
	color: #333;
}
#company h2 {
    text-align: center;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
//	letter-spacing: 0.2em;
    border: 1px solid #fff;
    padding: 8px 0px;
	background-color: #9FCD53;
//	background-color: #7E4398;
//    background: linear-gradient(#4CB8C4, #3CD3AD);
//    background: linear-gradient(#FF512F, #F09819);/*オレンジグラデ*/
}
#company table {
	width: 100%;
}
#company table th {
	width: 30%;
//	background-color: #efefef;
	padding: 20px 10px;
	text-align: center;
	border-bottom: solid 1px #efefef;
}
#company table td {
	padding: 20px 10px;
	border-bottom: solid 1px #efefef;
}
#company table td .float-l{
	width: 60%;
	float: left;
}
#company table td .float-r{
	width: 30%;
	float: right;
	text-align:right;
}

.float-l { float: left; }
.float-r { float: right; }

#company_i {
	width: auto;
	padding-left: 10px;
	float: left;
}

#company_toi {
	width: auto;
	float: left;
	line-height: 24px;
	margin-top: 40px;
}

.c_box1 {
	width: 100%;
	padding-left: 10px;
	padding-right: 1px;
	margin-bottom: 2px;
	float: left;
	background-color: #F4E8D4;
	border: 1px solid #F4E8D4;
	border-radius: 5px;
}

.c_box1 th {
	width: 120px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

.c_box1 td {
/	width: 100%;
	background-color: #F4E8D4;
	padding: 10px;
	border-radius: 5px;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
	color:#666;
}


.book {
	width: 120px;
	height:auto;
	float: left;
	margin-right: 50px;
//	border: thin dotted #630;
	padding: 0 10px;
	clear: left;
}

.pc { display: inherit; }
.sp { display: none; }

/*スマホ用メニューを表示させない
#menubar-s {display: none;}*/
/*３本バーアイコンを表示させない
#menubar_hdr {display: none;}*/


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(51,0,0,0.8);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	border-radius: 25px;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #D1B69C;	/*背景色*/
}


/*CSS続きを読む設定
---------------------------------------------------------------------------*/
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 5px;
//    border: 1px solid #CCC;
//	background-color: #efefef;
//	font-size:small;
	line-height: normal;
	text-align: left;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 0px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 30px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
//    bottom: 5px;
    position: inherit;
    bottom: 1px;
//    left: 50%;
//    transform: translateX(-50%);
//    -webkit-transform: translateX(-50%);
//    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #d90000;
    border-radius: 120px;
    color: #FFF;
	font-size: smaller;
	font-weight: 600;
	width:90px;
	height:70px;
	margin:-20px 0 0 60%;
	padding:50px 0 0 30px;
}
.readmore-label:before{
    content: ' 詳しく見る ';
//	padding: 0 10px;
	margin:50px auto;
	text-align:center;
	padding-top:50px;
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
//    display: none; 
}
.readmore-check:checked ~ .readmore-label:before{
    content: '　閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}