@charset "shift_jis";
@media screen and (min-width: 769px){
/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

body {
	color : #000000;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	text-align: left;
	background: #FFFFFF;
	margin:35px 0px 0px 0px;
	padding:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
    
ul li{
    list-style: none    
}
    
ul{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none; 
    color: #000;
}
/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1{
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 55%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin:0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_header {
	background-color:#fff;
	width:100%;
	height:35px;
	position: fixed;
	top:0;
	z-index:100;
}
.new_header_inner {
	width:1200px;
	margin:0 auto;
	overflow:auto;
}

.new_header_icon {
	float:left;
	margin:8px 0 0 0;
}

.new_header_menu {
	float:right;
	margin-top:6px;
}

.new_header_menu ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
.new_header_menu li {
	width:110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right:6px;
}

.new_header_menu li:nth-child(4), .new_header li:nth-child(5){
	background-color:#bc1e1e;
}

.new_header_menu li:nth-child(4) a, .new_header li:nth-child(5) a{
	color:#ffffff;
	text-align:center;
}

.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display:block;
	padding:3px 10px;
	height: 16px;
	line-height:16px;
	font-size:12px;
	letter-spacing:1px;
}

.new_header_menu a img{
	float:left;
	margin:0px 10px 0px 0px;
}

.new_header_icon:hover , .new_header_menu li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

.pan{
	color:#666;
	font-size: 12px;
	line-height: 24px;
	padding-top:15px;
	margin:0px;
}

.pan a,pan a:link,pan a:visited{
	color:#0000FF;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;
}
.pan a:hover,pan a:active{
	font-size: 12px;
	color:#FF3300;
	line-height: 24px;
	text-decoration:underline;
}
.pan_wrap div {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin-right: 14px;
}
.pan_wrap a{
    display: inline-block;
    padding: 0 5px 0px 5px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #747772;
    background: #e6ecf5;
    font-size: 12px;
}
.pan_wrap a:hover{
    display: inline-block;
    padding: 0 5px 0px 5px;
    height: 28px;
    line-height: 28px;
    color: #747772;
    background: #e6ecf5;
    font-size: 12px;
    text-decoration: underline;
}
.pan_wrap div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e6ecf5;
    border-width: 14px 12px;
    width: 0;
    height: 0;
}
.pan_wrap{
    margin: 10px auto 5px auto;
}
.pan_wrap_1000{
	width: 1000px;
	margin:10px auto;
}



/*ヘッダーとフッター*/
.header {
	position: fixed;
	overflow: hidden;
	width:100%;
	z-index: 100;
	background-color:#FFF;
	top: 0px;
	padding-top: 35px;
        box-shadow: 0 0 8px #e1e1e1;
}
.header_in{
    width: 1250px;
    height: 90px;
    margin: 0 auto;
    overflow:hidden;
}
.header .header_l {
    float: left;
    width: fit-content;
}
.header .header_l img {
    max-width:100%;
}
.header .header_r {
    float: right;
}
.header .header_r > ul {
    float: left;
    padding-top:30px;
    display:flex;
    justify-content:space-between;
    margin-right:20px;
    width:350px;
}
.header .header_r li {
    display:block;
    float:left;
}
.header .header_r ul li a {
    display: block;
    font-weight: bold;
    font-size:14px;
}
.header .header_r ul li a span{
    display: block;
}
.header .header_r ul li:last-child{
    margin-right:0;
}
.header .header_r a:hover span{
    color: #65b820;
    border-bottom:2px solid #65b820;
    padding-bottom: 10px;
}
.header_box{
    float: right;    
}
.header .header_tel {
    	float: left;
    	margin: 0px 15px 0 0;
    	font-size:14px;
	line-height:3px;
	font-weight: bold;
	color:#63BD21;
}

.header .header_tel ul{
	margin:10px 0 0;
	line-height:30px;
	font-size:14px;
	width: 360px;
}
.header .header_tel ul li{
	width: 180px;
	float: left;
	display: block;
}
.header .header_tel ul li span{
    	width: 80px;
    	margin-right: 7px;
    	display: inline-block;
	font-size:12px;
	font-weight:normal;
	background-color:#63BD21;
	color:#fff;
	border-radius:5px;
	text-align:center;
	padding: 0;
    	margin-bottom: 6px;
	vertical-align: middle;
	line-height:25px;
}
.header .header_form {
    float: right;
    margin-top:4px;
}
.header .header_form ul {
	margin-left:0;
}
.header .header_form li {
    width:90px;
    margin-right:0;
}
.header .header_form a {
	width:90px;
	padding:0 !important;
}
.header .header_form img {
    width: 90px;
}
.header p {
}

.f_nav01{
    width: 100%;
    margin: 40px 0 0 0;
    border-top: 5px solid #042455;
    clear: both;
}

.f_nav01 .f_search_wrap{
    width:1000px;
    margin:10px auto;
    padding:10px 0 0 0;
    overflow:hidden;
}

.f_nav01 .f_search{
    float:left;
}

.f_nav01 .f_search_ti{  /*★検索タイトル文字指定*/
    font-size:14px;
    font-weight:bold;
    text-align:left;
}

.f_nav01 .f_search ul{
    width:166px;
    margin:0;
    padding:0;
    float:left;
    list-style:none;
}
div.navi{
	width:100%;
	height:45px;
	background:#FFE8C4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.navi ul{
	width:800px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

div.navi ul li{
	list-style:none;
	float:left;
}

div.navi ul li a{
	color:#402000;
	width:195px;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	display:block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.navi ul li a:hover{
	background:#FFC977;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*********************************************
　　f_navi09
*********************************************/
 
 
/* footer */
.f_nav09_upper_wrap {
     background: url(/tool/sample/footer/img/f_nav09_fc_bg.png) no-repeat 50% 0%;
     margin: auto auto auto auto;
     width: 100%;
     height: 200px;
     background-color: #333;
}
.f_nav09_upper_conts {
     width: 1200px;
     margin: auto;
 
}
.f_nav09_upper_wrap ul {
 
}
.f_nav09_upper_wrap li {
     width: 316px;
     height: 58px;
     border: 1px #FFF solid;
     text-align: center;
     float: left;
     margin-right: 76px;
     margin: 70px 76px 70px 0;
     font-size: 15px;
     letter-spacing: 2px;
     line-height: 59px;
     overflow: hidden;
}
.f_nav09_upper_wrap li:last-child {
     margin-right: 0px;
}
.f_nav09_upper_wrap li a {
     color: #FFF;
     display: block;
 
}
.f_nav09_upper_wrap li a:hover {
     background-color: #476186;
 
}
 
 
.f_nav09_wrap {
     margin:100px auto 0;
     width: 100%;
     padding-top: 40px;
     overflow: hidden;
     border-top: 1px #71bb21 solid;
}
.f_nav09_conts {
     width: 1100px;
     margin: auto;
     color: #121212;
     overflow: hidden;
}
.f_nav09_conts a {
     color: #121212;
 
}
.f_nav09_box {
}
.pitat_txt{
	margin-top:10px;
	font-size:12px;
}
.f_nav09_left {
float: left;
margin-bottom:10px;
}
.f_nav09_shosai {
     line-height: 34px;
}
.f_nav09_shosai a {
     transition: all 0.3s;
}
.f_nav09_shosai a:hover {
opacity:0.7;
 
}
.f_nav09_shosai img {
     margin-right: 26px;
     display: inline-block;
     vertical-align: middle;
}
.f_nav09_shosai span {
     border: 1px #121212 solid;
     padding: 1px 2px;
}
 
.f_nav09_list_wrap {
     width: 660px;
     overflow: hidden;
     margin: 0px;
}
.f_nav09_tokushu {
     float: left;
}
.f_nav09_list {
     line-height: 28px;
     margin-top: 5px;
     letter-spacing: 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
}
.f_nav09_list a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
	color: #777;
}

.f_nav09_list span {
	color:#71bb21;
}

.f_nav09_list a:hover {
	color: #1f9e35;
	text-decoration: underline;
}
.f_nav09_right {
     float: right;
     width: 346px;
     height: 129px;
     text-align: center;
	border:1px solid #71bb21;
}
.f_nav09_menu {
     clear: both;
     width: 100%;
     border-top: 1px #71bb21 solid;
     height: 58px;
     border-bottom: 1px #71bb21 solid;
margin: 10px auto auto auto;
}
.f_nav09_menu ul {
     width: 725px;
     overflow: hidden;
     margin: 21px auto auto auto;
     text-align: center;
     letter-spacing: 2px;
}
.f_nav09_menu li {
     float: left;
     padding: 0 20px;
     border-left: 1px #121212 solid;
}
.f_nav09_menu li:last-child {
     border-right: 1px #121212 solid;
}
.f_nav09_menu li a {
     color: #121212;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
 
}
.f_nav09_menu li a:hover {
color: #27B372;
 
}
.f_nav09_copyright {
     color: #121212;
     height: 40px;
     line-height: 40px;
     width: 1100px;
     margin: auto;
     text-align:center;
 
}
.f_nav09_tel {
 
 margin: 14px auto 11px auto;
 
}
 
.f_nav09_mail {

     margin: 15px auto auto auto;
}
.f_nav09_mail img {
vertical-align: middle;
     margin-right: 10px;
}
.f_nav09_mail a:hover {

     display: block;
}
 
/* footer end */
/* 各ページ */
.page_title {
    width: 1000px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    text-indent: 10px;
    font-weight: bold;
    border-bottom: 10px solid #eee;
    padding: 5px 0;
    margin: 0 auto 10px;
}

/* ----------------------------------------
　side
---------------------------------------- */

/*検索 共通*/
.s_search{
    width:196px;
    margin: 0 auto 20px;
    border:1px solid #CCCCCC;
}
.s_search h2{
    color:#FFFFFF; /*★見出し文字色*/
    margin:2px;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    background:#555; /*★見出し背景色*/
}
.s_search ul{
    margin:8px 5px;
    padding:0;
    list-style:none;
}
.s_search ul li{
    line-height:35px;
    margin-bottom: 3px;
    text-indent:10px;
    background:#F0F0F0;
    /*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F0F0F0)); /* Webkit系 */
    background: -moz-linear-gradient(top, #F5F5F5, #F0F0F0); /* Mozilla系 */
    background: -ms-linear-gradient(top, #F5F5F5, #F0F0F0); /* IE10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)"; /* IE8-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0); /* IE5.5-7 */
}
.s_search ul li a{
    width: 99%;
    margin: auto;
    display: block;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    /* text-indent: 30px; */
    text-decoration: none;
    background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}
.s_search ul li a:hover{
    color:#000000;
    background:#DDDDDD url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat; /*★hover背景色・アイコン画像*/
}
.s_search_txt{
    margin:5px;
    font-size:10px;
    line-height:14px;
}
.s_bukken > ul > li{
    margin-bottom:5px;
    height:110px;
}

.s_bu_list{
    margin-bottom:15px;
}
.s_bu_list li{
    width:200px;
    margin-bottom:5px;
}
.s_bu_list a{
    text-align: center;
    border: 1px solid #F88485;
    background: #fff;
    line-height: 40px;
    color: #F88485;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight:bold;
    box-sizing:border-box;
}
.s_bu_list a:hover{
    background-color:#FAECEC;
    color: #F88485;
}
.s_owner {
    background: url(/img/s_owner_bk.jpg) no-repeat;
    background-color: #7EC134;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom:20px;
}
.s_owner .s_owner_box {
    width: 140px;
    float: right;
    margin-right: 10px;
}
.s_owner .s_owner_box p {
    margin: 10px 0 10px 0;
    color: #fff;
}
.s_owner .s_owner_tl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 20px;
}
.s_owner .s_owner_more {
    clear: both;
}
.s_owner .s_owner_more a {
}
.s_owner .s_owner_more a p {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 10px;
    background: url(/img/yazirusi_wh.png)no-repeat 90% 60%;
    padding: 15px 5px 10px;
    width: 170px;
    margin: 0 auto;
}
.s_owner .s_owner_more a:hover p {
    border-bottom: 1px solid #121212;
    color: #121212;
    background: url(/img/yazirusi_bl.png)no-repeat 90% 60%;
}
.s_owner .s_owner_btn {
}
.s_owner li {
    text-align: center;
    width: 178px;
    margin: 0 auto;
}
.s_owner_btn li a {
    padding: 20px 0 10px;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
}
.s_owner_btn li a:hover {
    background-color: #b9dd90;
    color: #71bb21;
}
.s_owner_btn li p {
    margin: 10px 0 0 0;

    font-size: 15px;
}
.s_owner_btn img {
}
.s_conts{
    margin: 0 0 10px 0;    
}
.s_blog {
    border-top: 2px solid #71bb21;
    border-bottom: 2px solid #71bb21;
    margin-top: 30px;
    padding-bottom:10px;
}
.s_blog img {
    margin-top: 10px;
}
.s_blog .s_blog_wrap {
    overflow: hidden;
    -webkit-overflow-scrolling:touch;
    height: 200px;
    overflow-y:auto;
    margin-bottom:20px;
}
    .s_blog .s_blog_wrap body{
        margin: 0;
    }
.s_blog .s_blog_wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.s_comp {
    background-color: #f3f9eb;
    padding: 20px 10px 10px;
    margin-top: 30px;
}
.s_comp .s_comp_tl {
    font-size: 20px;
    font-weight: bold;
    color: #7ec135;
    letter-spacing: 4px;
    text-align: center;
}
.s_comp_img {
    margin: 20px 0 15px;
    text-align: center;
}
.s_comp .s_comp_date {
}
.s_comp .s_comp_date li {
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 2px;
}
.s_comp .s_comp_date li.s_comp_tel {
    font-size: 20px;
    color: #7ec135;
    font-weight: bold;
}
.s_comp .s_comp_acc {
    width: 100%;
    margin: 20px 0;
}
.s_comp .s_comp_acc a{
    text-align: center;
    border: 2px solid #7ec135;
    border-radius: 3px;
    background: #fff;
    line-height: 40px;
    color: #7ec135;
    letter-spacing: 2px;
    display: block;
    font-size: 14px;
    font-weight:bold;
}
.s_comp .s_comp_acc a:hover{
    background-color: #7ec135;
    color: #fff;
}
.s_comp .s_comp_conts {
    margin-top: 10px;
}
.s_comp .s_comp_conts img {
    margin-bottom: 20px;
    width:70%;
}
.s_comp .s_comp_conts ul {
}
.s_comp .s_comp_conts li {
    margin-bottom: 10px;
}
.s_comp .s_comp_conts li a {
    text-align: center;
    border: 2px solid #7ec135;
    border-radius: 3px;
    background: #fff;
    line-height: 40px;
    color: #7ec135;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight:bold;
}
.s_comp .s_comp_conts li a:hover{
    background-color: #7ec135;
    color: #fff;
}


} /* 消さない */
.s_blog_box {
    width: 180px;
    margin: 0 auto;
}
.s_blog_box ul{
    width: 100%; 
    margin: 0;
    padding: 0;
}
.s_blog_box ul li {
    overflow: hidden;
    box-sizing:border-box;
    border-top: 1px solid #7EC134;
	position:relative;
	padding:15px 10px;

}
.s_blog_box_img {
    width: 50px;
    float: left;
}
.s_blog_box_img img {
    max-width:100%;
    height: auto;
}
.s_blog_txt {
    width: 105px;
    float: right;
    font-size: 14px;
    color: #333;
}
.s_blog_txt p {
    width: 105px;
    margin:0;
    padding:0;
    color:#65b820;
    text-decoration:underline;
    font-size:12px;
}
.s_blog_com{
    font-size: 12px;
    clear:both;
    text-decoration:none;
    color:#000;
    padding-top:5px;
}

.s_blog_box ul li a {
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
	padding:10px;
	box-sizing:border-box;
}
.s_blog_box ul li:hover {background:#f3f9eb;}
.s_blog_date {
    font-size: 12px;
    color: #ccc!important;
    display: block;
    margin:0 0 3px 0;
}
.s_blog_more{
}
.s_blog_more a{
    border: 2px solid #000;
    font-size: 15px;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 10px;
    background: url(/img/more_yazirusi.png)no-repeat 90% 60%;
    padding: 10px 5px 10px;
    width: 190px;
    margin: 0 auto;
    display:block;
    line-height:20px;
    text-indent:10px;
    box-sizing:border-box;
    font-weight:bold;
}
.s_blog_more a:hover{
    color: #7ec135;
    border: 2px solid #7ec135;
    background: url(/img/more_yazirusi_on.png)no-repeat 90% 60%;
}

/* ----------------------------------------
　横固定ボタン
---------------------------------------- */
div.regist_fix {
    position: fixed;
    right: -5px;
    top: 38%;
    overflow: hidden;
    z-index: 100;
}

div.regist_fix ul li{
    margin-bottom: 10px;
    height:fit-content;
    text-align:center;
}

div.regist_fix ul li.btn_big {
}

div.regist_fix ul li.bg_red {
    line-height: 1.9;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
div.regist_fix ul li.bg_green {
    line-height: 1.9;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: transparent;
}
div.regist_fix ul li.bg_red a {
	background: #B82A2F;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 10px;
	display: block;
}

div.regist_fix ul li a:hover{
   text-decoration:none;
   opacity:0.8;
}

div.regist_fix ul li.bg_red a span {
	font-size: 12px;
}

div.regist_fix ul li.bg_green a {
	background:#63BD21;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 10px;
	display: block;
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	text-orientation: upright;
}

/*一般問合せ フォーム修正210318*/
.form_style th{
	font-size: 14px;
	line-height: 1.7em;
	width: 20%;
	font-weight: bold;
}
.form_style td{	font-size: 16px;line-height: 1.7em;color: #666;}
.form_style td input{}
.form_style td label{
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 5px;
	line-height: 1em;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.form_style td input[type="text"] ,.form_style td input[type="email"] {
	width: 80%;
	line-height: 1.7em;
	padding: 1%;
	margin: 1% auto;
	font-size: 16px;
}
.form_style td select{
	width: 95%;
	line-height: 1.7em;
	padding: 1%;
	margin: 1% auto;
	font-size: 16px;
}
.form_style textarea{
	width: 95%;
	line-height: 1.2em;
	padding: 1%;
	margin: 1% auto;
	font-size: 14px;
}
ul.region {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
ul.region li {
	/* float: left; */
	margin: 0px;
	padding: 0px;
	width: 33%;
	line-height: 2em;
	white-space: nowrap;
	/* display: block; */
}


ul.region li:nth-child(11) {
	width: 60%;
}

.search_list_main label {

}

.shosai_h1_left {
	font-size: 18px;
}

.sho_favo {
	float: none !important;
   	width: 88px;
    	margin: 10px 12px 10px 10px !important;
}
.sho_favo a {
    display: block;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 6px 9px;
    background-color: #FFF;
}

.shosai_title_wrap {

}
.tower_favorite a img {
	width: 50%;
}

#main {
	
}

.h_conts_r {
    margin-left: 36px;
}

.h_re_list_title {
	width: 1000px;
        margin: 3px auto;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        border-bottom: 3px solid #71ba22;
        color: #71ba22;
}
.h_re_list_more {
	width: 1000px;
        margin: 0px auto;
}

.h_re_list_more a {
	background-color: #65b820;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        width: 350px;
        display: block;
        padding: 5px 5px;
        margin: 10px 0 10px auto;
        border: 2px solid #65b820;
        box-sizing: border-box;
}
.h_re_list_more a:hover {
        background-color: #FFF;
        color: #65b820;
        border: 2px solid #65b820;
}

.h_grade {
        width: 457px;
}

ul.cp_list {
	padding: 0 0.5em;
	list-style-type: none;
}
ul.cp_list li {
	position: relative;
	padding: 15px;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	background: #f3f9eb;
	border-left: 2.5em solid #65b820;
}
ul.cp_list li::before {
	position: absolute;
	content: "\002713";
	display: block;
	padding: 13px;
	color: #fff;
	font-size: 30px;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
}

.global-header {
    margin: 118px auto 0px auto;
}
.global-header>ol {
	margin: 1em;
	padding: 0px;
}
.global-header>ol>li {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	position: relative;
	margin-right: 14px;
}
.global-header>ol>li>a {
	display: inline-block;
	padding: 0 5px 0px 5px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #747772;
	background: #e6ecf5;
	font-size: 12px;
}
.global-header>ol>li:nth-child(1):after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e6ecf5;
	border-width: 14px 12px;
	width: 0;
	height: 0;
}
.global-header>ol>li:nth-child(2):after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e6ecf5;
	border-width: 14px 12px;
	width: 0;
	height: 0;
}
.ko_title {
	padding: 8px;
	background: #F5F5F5;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: static;
}
div.list_tower_block h3 {
	color: #333333;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	height: 40px;
	background: #F5F5F5;
	border-bottom: solid 1px #DDD;
}
.list_b_txt_wrap {
	float: right;
	width: 97%;
	margin: 20px auto;
}
.list_b_txt_ti {
	border-left: 3px solid #FE9E1A;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px;
}
.list_b_txt_wrap dl {
	margin: 0 0 15px;
}
.list_b_txt_wrap dt {
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
}
.list_b_txt_wrap dt span {
	color: #FE9E1A;
	margin-right: 5px;
}
.list_b_txt_wrap dd {
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin: 10px 0;
}
.list_b_txt_wrap dd span {
	color: #FE9E1A;
	margin-right: 10px;
	font-weight: bold;
}
.list_b_txt_wrap dt p, .list_b_txt_wrap dd p {
        display: inline;
}

.container {
}

div#coment-form {
	width: 94%;
	margin: 0px auto;
}

.list_side_kodawari table tbody tr {
	width: 100% !important;
   	display: flex !important;
}

.list_side_kodawari table tbody tr:nth-child(4) td:nth-child(n+2)  {
	display: none !important;
}
.list_side_kodawari table tbody tr:nth-child(17) td:nth-child(n+2)  {
	display: none !important;
}
.search_listbody a:hover img {
	opacity: 0.8;
}
.shosai_side_wrap a:hover img {
        opacity: 0.8;
}
.s_bu_list a:hover {
	background-color: #FAECEC;
	color: #F88485;
}
.header .header_form li {
	position: relative;
}

.header .header_form img:nth-child(1):hover {
        opacity: 0;
	
}
.header .header_form img:nth-child(2) {
	left: 0;
}
.header .header_form img:nth-child(2):hover {
    opacity: 1 !important;
	left: 0 !important;
}
.tks_main_wrap ul li img:hover {
	opacity: 0.8;
}
.f_nav09_mail img:hover {
	opacity: 0.8;
}
.t_houjin_raiten img:hover {
	opacity: 0.8;
}
.pan_wrap_1000 {
	margin-top: 160px;
}
.shosai_h1_left {
	z-index: 0;
}
.s_bukken li {
	position: relative;
}

.s_bukken li img:nth-child(1):hover {
        opacity: 0;
	
}
.s_bukken li img:nth-child(2) {
	left: 0;
	position: absolute;
	opacity: 0;
}
.s_bukken li img:nth-child(2):hover {
        opacity: 1 !important;
	left: 0 !important;
}
.s_conts {
	position: relative;
}

.s_conts img:nth-child(1):hover {
        opacity: 0;
	
}
.s_conts img:nth-child(2) {
	left: 0;
	position: absolute;
	opacity: 0;
}
.s_conts img:nth-child(2):hover {
        opacity: 1 !important;
	left: 0 !important;
}

.rireki_list_wrap .rireki_block { 
	max-height: 3640px;
}

.ruiji_waku .rireki_block_img a img {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
}
.rireki_block_title a span {
	    font-size: 11px;
}

.rireki_block_img a img {
	position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
}
.rireki_block_comment p {
    border: 1px dashed #999;
    padding: 5px;
    background: #f0f8ff;
    text-align: left;
    height: 66px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    margin: 0;
    width: 156px;
}
.search_list2 {
    margin-left: 0px !important;
}

.shosai_side {
	margin: 20px 0px 0px 0px;
}
.shosai_main {
        margin: 20px 0px 0px 0px;
}
.h_flex {
	display: flex;
}
.h_flex .h_conts_l img {
	max-width: none
}
.h_conts_l h3 {
    font-size: 28px !important;
}