@charset "utf-8";


/* =========================================================
	 t_common
========================================================= */
.t_tl {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 4%;
	background: #f5f5f5;
}
.t_tl i {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.t_tl span {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
}
h1{
    background: none;
    padding: 0px;
    position: absolute;
    z-index: 20;
    left: 10px;
    top: 9px;
    width: 20%;
}
/* =========================================================
	 t_main
========================================================= */
.t_main_n_wrap {
    height: 525px;
    position: relative;
    overflow: hidden;
}
.t_main_n_logo {
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 1;
    width: 30%;
}
.t_main_n_logo a {
    display: block;
}
.t_main_n_logo img {}

.t_main_n_menu {
position: absolute;
    right: 2%;
    top: 10px;
    display: flex;
    z-index: 1;
    letter-spacing: 2px;
}

.t_main_n_menu_l {
    margin: 0px;
    padding: 0px 40px;
    list-style-type: none;
    display: flex;
    gap: 0px 40px;
    background-color: #ffffffc7;


}
.t_main_n_menu_l li {

}
.t_main_n_menu_l li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 16px 0px 0px;
    line-height:54px;
    text-decoration: none;
    position: relative;
    color: #000;
}
.t_main_n_menu_l li a:hover{
    color: #0074bf;
    transition: 0.3s;

}
.t_main_n_menu_l li a::after {
    content: "";
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.t_main_n_menu_l li a:hover::after {
    right: -4px;
    transition: 0.3s;
}

.t_main_n_menu_r {
    margin: 0px;
    padding: 0px 0px;
    list-style-type: none;
    display: flex;
    gap: 0px 0px;
}
.t_main_n_menu_r li {
    width: 67px;

}
.t_main_n_menu_r li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000000;
    background-image: url(/img/top/h_icon01.webp);
    background-repeat: no-repeat;
    background-position-y: 12px;
    background-position-x: center;
    background-size: 19px;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 31px 0px 9px 0px;
}
.t_main_n_menu_r li a:hover{
    background-color: #484848;

}
.t_main_n_menu_r li:nth-child(2) a {
    background-image: url(/img/top/h_icon02.webp);
    background-position-x: center;
    background-position-y: 10px;
    background-size: 15px;
    background-color: #b10000;
}
.t_main_n_menu_r li:nth-child(2) a:hover{
    background-color: #c90000;
}
.t_main_n_ti{
    position: absolute;
    width: fit-content;
    bottom: 60px;
    left: 5%;
    z-index: 1;
}
.t_main_n_ti h2{
    margin: 0px;
}
.t_main_n_ti h2 span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffffd6;
    line-height: 42px;
    padding: 0px 3px 0px 15px;
    margin-bottom: 10px;
    width: fit-content;
    text-align: left;
    letter-spacing: 0px;
}
.t_main_n_ti h2 span:last-child{
    margin-bottom: 0px;
    line-height: 42px;

}
.t_main_n_ti h2 span span{
    font-size: 21px;
    font-weight: bold;
    color: #1779b6;
    display: inline-block;
    padding: 0px;
    background: none;
    line-height: 32px;
}
.t_main_n_ti p{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0px 0px 0px;
    line-height: 32px;
    letter-spacing: 3px;
    text-shadow: 0px 0px 5px #000000c2;
}
.t_main_n_ti img{
    position: absolute;
    right: 1%;
    top: 5px;
    width: 30%;
}
.t_main_scroll{
    position: absolute;
    right: 2%;
    bottom: 0px;
    z-index: 1;
    width: 12px;
}
.album {
    height: 100%;
	margin: auto;
	background-color: white;
	position: relative;
}
.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	/* 画像の枚数に応じて「切替秒数×画像枚数」の数値を記載 */
	-webkit-animation-duration: 15s;
	/* 画像の枚数に応じて「切替秒数×画像枚数」の数値を記載 */
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
    height: 100% !important;
    object-fit: cover;
}
.album .img1 {
	display: block;
	margin: 0 auto;
}
.album .img2 {
	animation-delay: 5s;
	/* 2枚目の画像が何秒後に表示されるか記載 */
	-webkit-animation-delay: 5s;
	/* 2枚目の画像が何秒後に表示されるか記載 */
	position: absolute;
	top: 0;
	left: 0;
}
.album .img3 {
	animation-delay: 10s;
	/* 3枚目の画像が何秒後に表示されるか記載 */
	-webkit-animation-delay: 10s;
	/* 3枚目の画像が何秒後に表示されるか記載 */
	position: absolute;
	top: 0;
	left: 0;
}
.album .img4 {
	animation-delay: 15s;
	/* 3枚目の画像が何秒後に表示されるか記載 */
	-webkit-animation-delay: 15s;
	/* 3枚目の画像が何秒後に表示されるか記載 */
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes album {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		transform: scale(1.2);
	}
}
@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
/* =========================================================
	 t_regist
========================================================= */
.t_regist {
	width: 96%;
	margin: 0 auto 10px;
	background: #eee;
	padding: 2%;
	position:relative;
	padding-bottom: 70px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.t_re_txt {
	font-weight: bold;
	color: #ff0000;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}


.t_re_number {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.t_re_number > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}
.t_re_normal {
	border: 1px solid #ccc;
	padding: 5px 15px;
	background: #fff;
}
.t_re_normal span {
	font-size: 22px;
	
}
.t_re_arrow {
	margin: 0 10px;
}
.t_re_arrow img {
	width: 20px;
}
.t_re_limited {
	border: 2px solid #ff0000;
	padding: 5px 15px;
	background: #FFFFFF;
	color: #ff0000;
}
.t_re_limited span {
	font-size: 28px;
}
.t_regist a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*¥**/: #fff¥9;
	filter: alpha(opacity=0);
}

.t_regist a p {
	position: absolute;
	left: 5%;
	top: 130px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	width: 90%;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 3px 0 #dd0000;

}

/* =========================================================
	 t_search
========================================================= */

.t_search_wrap {
	width: 98%;
	margin: 5px auto 10px;
}
.t_search {
	margin-bottom: 5px;
}
.t_search ul {
	margin: 0 auto;
	background-color: #ffffff;
	display: -webkit-box;
	display: box;
}
.t_search li {
	-webkit-box-flex: 1;
	box-flex: 1;
	margin: 0.5%;
	width: 100%;
}
.t_search li a {
	display: block;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 3px 0 #999;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.t_se_search01 li a {
	padding: 15px 7px;
}
.t_se_search02 li a {
	padding: 10px 7px;
}
.t_se_search01 i:first-of-type,
.t_se_search02 i:first-of-type {
	float: left;
	font-size: 20px;
}
.t_se_search01 i:last-of-type,
.t_se_search02 i:last-of-type {
	float: right;
}
.t_se_search01 i:last-of-type {	padding-top: 3px;}
.t_se_search02 i {	padding-top: 12px;}
.t_se_search01 p,
.t_se_search02 p {
	float: left;
	padding-left: 5px;
	line-height: 20px;
}
.t_se_search01 span,
.t_se_search02 span {
	font-weight: bold;
}
.t_se_search01 span {
	font-size: 18px;
}
.t_se_search02 span {
	display: block;
	font-size: 15px;
}
.t_se_shubetsu {
	text-align: center;
}
.t_se_shubetsu li a {
	padding: 5px 0;
}
.t_se_shubetsu i {
	font-size: 30px;
	padding: 5px 0;
}
.t_se_shubetsu p {
	font-size: 11px;
}
.t_search_free {
	width: 98%;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #F7F2E3;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	overflow: hidden;
}
.t_search_free input[type="text"] {
	width: 78%;
	float: left;
	height: 40px;
	font-family:　'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.t_search_free input[type="submit"] {
	float: right;
	display: block;
	text-align: center;
	width: 20%;
	border-radius: 3px;
	box-shadow: 0 3px 0 #333;
	background: #666;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	letter-spacing: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	border: none;
	font-family:　'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}

/* =========================================================
	 t_bukken　特選物件
========================================================= */
.t_bukken {

}
.t_bukken div {*zoom: 1;}
.t_bukken div:after {display: block;content: "";clear: both;}
.js-tab {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding: 0 1.5%;
	display: -webkit-box;
	display: box;
}
.js-tab > div {
	-webkit-box-flex: 1;
	box-flex: 1;
	margin: 2px 0.5% 0;
	width: 100%;
	background:#ccc;
	color:#333;
	text-align: center;
	padding:10px 0;
	cursor:pointer;
	border: 2px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
}
.js-tab > div.active {
	background:#fff;
	border: 2px solid #ccc;
	border-bottom: none;
	color: #333;
	margin: 0 0.5% -2px;
}
.js-tab_content {
	display:none;
	width: 96%;
	margin: 0 auto;
}
.js-tab_content.active {display:block;}


/* 物件情報
---------------------------------------- */
.t_bukken_tl {
	border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.t_bukken_tl i,
.t_bukken_tl p {
	display: inline-block;
	vertical-align: middle;
}
.t_bukken_tl i {
	font-size: 20px;
	width: 8%;
	text-align: center;
}
.t_bukken_tl p {
	font-weight: bold;
	font-size: 15px;
	width: 90%;
}
.t_b_box {
	margin-bottom: 10px;
	border: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	box-sizing: border-box;
	position:relative;
	background: url(/img/sp/icon_arrow.png) no-repeat 98% 50%;
	background-size: 12px auto;
}
.t_b_box > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*¥**/: #fff¥9;
	filter: alpha(opacity=0);
}
.t_b_box > a p {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #f5f5f5;
	padding: 3px;
}
.t_b_detail {
	overflow: hidden;
	padding: 2%;
	padding-top: 35px;
}
.t_b_photo {
	float: left;
	width: 50%;
	margin-right: 2%;
	text-align: center;
}
.t_b_txt {
	float: left;
	width: 48%;
	font-size: 13rem;
}
.t_b_shubetsu {
	display: block;
	text-align: center;
	font-weight:bold;
	font-size: 11rem;
	background: #333;
	color: #fff;
	margin-bottom: 5px;
}
.t_b_price {
	font-weight: bold;
	color: #ff0000;
	font-size: 15rem;
}

.t_b_comment {
	padding: 0 2% 2% 2%;
}
.t_b_comment p {
	background: #f5f5f5;
	padding: 2%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.t_bukken_more {
	margin-bottom: 20px;
}
.t_bukken_more a {
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 3px solid #333;
	text-align: center;
	padding: 10px 10%;
	box-sizing: border-box;
	border-radius: 3px;
	overflow: hidden;
}
.t_bukken_more span,
.t_bukken_more i {
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.t_bukken_more span {
	float: left;
	width: 85%;
}
.t_bukken_more i {
	float: right;
}
/* =========================================================
	 t_toku　人気条件から探す
========================================================= */
.t_toku {
}
.t_toku ul {
}
.t_toku li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
}
.t_toku li:nth-child(2n-1) {
	border-right: 1px solid #999;
}
.t_toku li a {
	display: block;
	padding: 15px 4% 15px 2%;
	overflow: hidden;
}
.t_toku li i {
	font-size: 18px;
}
.t_toku li i:first-of-type {
	float: left;
	width: 30px;
	text-align: center;
}
.t_toku li i:last-of-type {
	float: right;
}
.t_toku li span {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

/* =========================================================
	 t_conts　サイトコンテンツ
========================================================= */
.t_conts_wrap {
    background-color: #5c5c5c;
    padding: 30px 0px;
}
.t_conts{
    width: 92%;
    margin: auto;
}


.t_conts_box {
    margin: 0px;
    padding: 0px 0px;
    list-style-type: none;
    display: flex;
    gap: 0px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t_conts_box::after{
    display: none;
}
.t_conts_box:last-child{
    padding-top: 20px;
    border-top: solid 1px #fff;
    margin-top: 20px;
}
.t_conts_box li {
    width: 48%;
}
.header_top_menu_s{
    width: 100% !important;
}
.header_top_menu_s a{
    padding: 0px 0px 0px 27px !important;
    line-height: 58px;
    font-size: 16px !important;
    background-position-x: 17px !important;
    background-position-y: 14px !important;
    background-size: 39px !important;
}
.header_top_menu_s a:last-child{
    margin-top: 16px;
    padding: 0px 0px 0px 34px !important;
}
.t_conts_box li a {
    display: block;
    background-color: #fff;
    border: solid 2px #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 66px 0px 19px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
    background-size: 29%;
    text-decoration: none;
    color: #000;
}
.t_conts_box li a:hover{
    background-color: #efefef;
}
.t_conts_box:nth-child(1) li:nth-child(1) a {
    background-image: url(/img/top/t_conts_icon01.webp);
}
.t_conts_box:nth-child(1) li:nth-child(2) a {
    background-image: url(/img/top/t_conts_icon02.webp);
}
.t_conts_box:nth-child(2) li:nth-child(1) a {
    background-image: url(/img/top/t_conts_icon03.webp);
}
.t_conts_box:nth-child(2) li:nth-child(2) a {
    background-image: url(/img/top/t_conts_icon04.webp);
    background-size: 38px;
    background-position-y: 23px;
}
.t_conts_box:nth-child(2) li:nth-child(3) a  {
    background-image: url(/img/top/t_conts_icon05.webp);
}
.t_conts_box li a::before {
    content: "";
    right: -3px;
    bottom: -3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 8px solid transparent;
    border-left: 8px solid #cccccc;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_main_n_menu a:hover {}
.t_conts_box a:hover {}
.t_conts_box li:first-child {}
.t_conts_box li:last-child {}
.t_conts_box li:not(:last-child) {}

/* =========================================================
	 t_shop　店舗情報
========================================================= */

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slides {
	overflow: hidden;
	*zoom: 1;
}

.slides li{
	float: left;
	clear: none;
}

.slide {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.slide img {
	max-height:200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	float: none;
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -15px;
	height: 25px;
	width: 15px;
}
.slider-arrow--right {
	bottom: 50%;
	right: 10px;
	background-image: url(/img/sp_index/shop_slide_arrow_r.png);
	background-repeat:no-repeat;
	background-size:15px auto;
}
.slider-arrow--left {
	bottom: 50%;
	left: 10px;
	background-image: url(/img/sp_index/shop_slide_arrow_l.png);
	background-repeat:no-repeat;
	background-size:15px auto;
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 8px;
}
.slider-nav__item:hover {
	background: #fff;
}
.slider-nav__item--current {
	background: #fff;
}
.t_shop {
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.t_shop_wrap .t_shop:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.t_shop_tel {
	width: 96%;
	margin: 0 auto 10px;
	text-align: center;
}
.t_shop_tel a {
	display: block;
	border: 2px solid #D90000;
	border-radius: 3px;
	padding: 8px;
	box-shadow: 0 3px 0 #D90000;
	font-family: 'Century Gothic','Arial';
}
.t_shop_tel i,
.t_shop_tel p {
	display: inline-block;
	color: #D90000;
	vertical-align: middle;
}
.t_shop_tel i {
	padding-left: 10px;
	transform: scale(-1, 1);
	font-size: 22px;
}
.t_shop_tel p {
	font-size: 32px;
	font-weight: bold;
	padding: 3px 0 8px;
}
.t_shop_tel span {
	display: block;
	background: #eee;
	padding: 5px;
}

.t_shop_detail {
	width: 96%;
	margin: 0 auto;
}
.t_shop_detail span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.t_shop_detail p {
}

/* =========================================================
	 t_info　お知らせ
========================================================= */

/* =========================================================
assessment　売却査定
========================================================= */
.t_asse_form_wrap {
	width: 96%;
	margin: 10px auto 20px;
}
.t_asse_form_wrap .h2_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px 15px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
	background: #F0F0F0;
	border-left: 10px solid #FFA626;
}
.t_asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t_asse_form tr th,
.t_asse_form tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.t_asse_form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px;
	padding-bottom: 0;
}
.t_asse_form tr td {
	font-size: 15px;
	line-height: 22px;
	display: block;
	padding: 5px;
}
.t_asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.t_asse_form th span.t_asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.t_asse_form th span.t_asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.t_asse_form td p {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}
.t_asse_form td p br {
	display: none;
}
.t_asse_form td input[type="text"],
.t_asse_form td input[type="tel"],
.t_asse_form td input[type="password"],
.t_asse_form td input[type="number"],
.t_asse_form td textarea,
.t_asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 2px 4px 0;
	box-shadow: none;
	height: auto;
	width: 100%;
}
.t_asse_form td input[type="button"] {
	-webkit-appearance: none;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.t_asse_form td input[type="button"]:hover {
	background: #ccc;
}
.t_asse_form td select {
	cursor: pointer;
	height: 42px;
	width: 100%;
	vertical-align: bottom;
}
.t_asse_form td textarea {
	height: 150px;
	display: block;
}
.t_asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.t_asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.t_asse_form td label input[type="checkbox"],
.t_asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.t_asse_form td input[type="text"]:hover,
.t_asse_form td input[type="tel"]:hover,
.t_asse_form td input[type="password"]:hover,
.t_asse_form td input[type="number"]:hover,
.t_asse_form td textarea:hover,
.t_asse_form td select:hover,
.t_asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.t_asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 90%;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.t_asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.t_asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.t_asse_btn input[type="button"]:hover {
	background: #ccc;
}
/* TOP　css
---------------------------------------- */
.osusume_rinobe_wrap{
	background-color:#f7f7f5;
	padding:40px 0px;
}
.osusume_rinobe{
    width: 92%;
    margin: auto;
    text-align: center;
}
.osusume_rinobe_rinobe{
	text-align:center;
	width:1100px;
	margin:auto;
}
.osusume_rinobe h2{
    background-image: url(/img/top/title_icon04.webp);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-position-x: right;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding-right: 29px;
    margin: 0px 0px 20px 0px;
    line-height: 33px;
}
.pickup_tokusen{

}
.pickup_tokusen{

}
.pickup_tokusen h2{
    background: none;
    padding: 0px;
}
.pickup_tokusen h2 span{
display: block;
    font-size: 16px;
}


.osusume_rinobe_box{
text-align: left;
    overflow: scroll;
}
.osusume_rinobe_box ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: max-content;
}
.osusume_rinobe_box ul li{
width: 250px;
    float: left;
    position: relative;
    margin: 0px 20px 0px 0px;
    border: solid 1px #ccc;
}
.osusume_rinobe_box ul li:nth-child(2n){

}
.osusume_rinobe_box ul li:nth-child(3),.osusume_rinobe_box ul li:nth-child(4){

}

.osusume_rinobe_box ul li a{
display: block;
    color: #333;
    text-decoration: none;
    background: #fff;
}
.osusume_rinobe_box_kakaku{
    font-size: 14px;
    color: #fff;
    background-color: #333333d4;
    padding: 0px 6px;
    line-height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.osusume_rinobe_box_img{
    display: block;
    color: #333;
    text-decoration: none;
    background: #fff;
}
.osusume_rinobe_box_img img{
    width: auto;
    height: 170px;
    max-width: 100%;
    max-height: 170px;
    display: block;
    margin: auto;
}
.osusume_rinobe_box_tex{
    font-size: 13px;
    padding: 16px;
    line-height: 20px;

}
.osusume_rinobe_box_tex_c{

}
.osusume_rinobe_box_tex_c p{
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.osusume_rinobe_box_tex span{
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.osusume_rinobe_link{
    display: block;
    font-size: 15px;
    color: #fff !important;
    width: 100%;
    text-decoration: none;
    line-height: 50px;
    background: #333;
    margin: 20px auto 0px auto;
    letter-spacing: 1px !important;
    position: relative;
    letter-spacing: 1px !important;
}
.osusume_rinobe_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.osusume_rinobe_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.search_wrap{
    width: 92%;
    margin: 40px auto 40px auto;
}
.search_wrap h2{
    font-size: 20px;
    font-weight: bold;
    background-image: url(/img/top/title_icon01.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 45px 0px 0px 0px;
    letter-spacing: 2px;
    margin: 0px 0px 30px 0px;
}
.search_wrap h2 span{
	display:block;
	text-align:center;
	font-size:13px;
	margin:10px 0px 0px 0px;;

}
.search_area{
    overflow: hidden;
    margin: 0px 0px 20px 0px;
}
.search_area ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.search_area ul li{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
}
.search_area ul li:first-child{
    width: 100%;

}

.search_area ul li:nth-child(3){
	margin-right:0px;
}

.search_area ul li a{
    display: block;
    border: solid 3px #333;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #333;
    position: relative;
}
.search_area ul li a::before{
    content: "";
    right: -3px;
    bottom: -3px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 10px solid transparent;
    border-left: 10px solid #cccccc;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_conts{
    background-color: #f7f7f5;
    padding: 15px 4%;
}
.search_conts ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0px;
}
.search_conts ul::after{
    display: none;
}
.search_conts ul li{
    width: 48%;
}
.search_conts ul li a{
    display: block;
    border: solid 1px #ccc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 0px 30%;
    line-height: 50px;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
    background-position-x: 8%;
    background-position-y: center;
    background-size: 20%;
    background-color: #fff;
    position: relative;
    text-align: left;

}
.search_conts ul li a:hover{
	background-color:#f3faff;
}
.search_conts ul li a::before{
content: "";
    right: -3px;
    bottom: -3px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 8px solid transparent;
    border-left: 8px solid #cccccc;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.search_conts ul li:nth-child(1) a{
	background-image:url(/img/top/t_search_icon01.webp);
}
.search_conts ul li:nth-child(2) a{
background-image: url(/img/top/t_search_icon02.webp);

}
.search_conts ul li:nth-child(3) a{
	background-image:url(/img/top/t_search_icon03.webp);

}
.search_conts ul li:nth-child(4) a{
	background-image:url(/img/top/t_search_icon04.webp);
}
.search_conts ul li:nth-child(3n) a{
	border-right:solid 1px #d4cfcf;
}
.search_conts ul li:nth-child(4) a,.search_conts ul li:nth-child(5) a,.search_conts ul li:nth-child(6) a{
	border-bottom:solid 1px #d4cfcf;
}
.nyuriyoku{
    width: 79%;
    float: left;
    font-size: 15px;
    background: #eeeeee;
    border: none;
    padding: 11px 0px;
    text-indent: 20px;
}
.s_searchi{
float: right;
    width: 18%;
    border: none;
    background: #333;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    letter-spacing: 3px;
    text-align: center;
}
.search_tags{
    width: 100%;
    margin: auto;
}
.search_tags h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 20px 0px;
    letter-spacing: 2px;
}
.search_tags ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
	text-align:center;
}
.search_tags ul li{
	float:left;
	margin:0px 12px 12px 0px;
	width:49%;
	margin-right:2%;
}
.search_tags ul li:nth-child(2n){
	margin-right:0px;
}
.search_tags ul li a{
    display: block;
    font-size: 12px;
    background-color: #e0dac9;
    line-height: 41px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
}
.catalog_bn{
    width: 92%;
    margin: 8px auto 30px auto;
}
.catalog_bn a{
	display:block;
}
.catalog_bn a img{

}
.t_info_wrap{
	padding:60px 0px;
	background-color:#f7f7f5;
}
.t_info{
    width: 92%;
    margin: auto;
}
.t_info iframe{
    width: 100%;
    height: 314px;
}
.t_info h2{
    font-size: 20px;
    font-weight: bold;
    background-image: url(/img/top/title_icon02.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 45px 0px 0px 0px;
    letter-spacing: 2px;
    margin: 0px 0px 30px 0px;
}
.t_info h2 span{
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 10px 0px 0px 0px;

}

.info_box{
    width: 100%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.info_box ul li{
        width: 100%;
}
.info_box ul li a{
    display: block;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    border: solid 1px #ccc;
}
.info_box_come{
    font-size: 14px;
    margin: 9px 0px 0px 0px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.info_box_img{
    height: 160px;
	overflow:hidden;
}
.info_box_img img{
    display: block;
    margin: auto;
    width: auto;
    /* height: 200px; */
    max-height: 160px;
    max-width: 100%;
}
.info_box_tex{
	padding:15px;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.info_box_tex h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    line-height: 18px;
}
.info_box_tex p{
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    color: #aaaaaa;
}
.info_box_tex p span{
    display: inline-block;
    background-color: #dddddd;
    padding: 0px 20px;
    line-height: 26px;
    text-align: center;
    margin-left: 10px;
    border-radius: 20px;
    color: #333;
}
.info_box_link{
display: block;
    font-size: 15px;
    color: #fff !important;
    width: 100%;
    text-decoration: none;
    line-height: 50px;
    background: #333;
    margin: 20px auto 0px auto;
    padding: 0px 0px 0px 6%;
    letter-spacing: 1px !important;
    position: relative;
    letter-spacing: 1px !important;
    text-align: left;
    box-sizing: border-box;
}
.info_box_link::before {
    content: "";
    top: 25px;
    right: 5%;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.info_box_link::after {
    content: "";
    right: 4.5%;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.rinobe_wrap{
background-image: url(/img/top/rinobe_bg.webp);
    background-position-x: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 40px 0px 60px 0px;
    margin: 40px 0px;

}
.rinobe_box{
    background: #ffffffcf;
    width: 92%;
    height: 190px;
    margin: 70px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    padding: 32px 0px 0px 0px;
}
.rinobe_box::before {
    content: "";
    background-image: url(/img/top/rinobe_man.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 131px;
    height: 91px;
    position: absolute;
    right: 0px;
    top: -70px;
}
.rinobe_fukidashi{
    background-image: url(/img/top/rinobe_fukidashi.webp);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 209px;
    height: 98px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 14px 0px 0px 26px;
    box-sizing: border-box;
    position: absolute;
    top: -69px;
    left: 12px;

}
.rinobe_box h2{
    color: #982429;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: 29px;
}
.rinobe_box p{
    font-size: 13px;
    text-align: center;
    margin: 0px 0px;
    line-height: 23px;
}
.rinobe_link{
    border: solid 1px #333;
    width: 300px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px auto;
    background-color: #FFF;
    line-height: 48px;
    font-size: 15px;
    text-align: center;
    color: #333;
    text-decoration: none;
    margin: 23px auto 0px auto;
}
.rinobe_link img{
    position: absolute;
    top: -10px;
    left: 40px;
}
.rinobe_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
}
.rinobe_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.regist_wrap{
width: 92%;
    margin: 40px auto 40px auto;
}
.regist_wrap h2{
    text-align: center;
    margin: 0px auto 20px auto;
    width: 290px;
}
.regist_bn{
	
}

.works_wrap{
    margin-bottom: 50px;
}
.works_wrap h2{
    font-size: 20px;
    font-weight: bold;
    background-image: url(/img/top/title_icon03.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 45px 0px 0px 0px;
    letter-spacing: 2px;
    margin: 0px 0px 30px 0px;
}
.works_wrap h2 span{
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
}
.works_wrap iframe{
    width: 96%;
    margin: 0px 0px 0px 4%;
    height: 248px;
    display: block;
    overflow: scroll;
}
.works_box{
width: max-content;
}
.works_box ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.works_box ul li{
    float: left;
    margin-right: 15px;
    overflow: hidden;
    width: 230px;
    height: 230px;
}
.works_box ul li a{
	display:block;
	position:absolute;
	text-decoration:none;
	color:#333;
}
.works_img{
    height: 230px;
    width: 230px;
    position: relative;
}
.works_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-color: rgba(0,0,0,0.6);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.works_box ul li p{
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
}
.works_link{
    display: block;
    font-size: 15px;
    color: #fff !important;
    width: 92%;
    text-decoration: none;
    line-height: 50px;
    background: #333;
    margin: 20px auto 0px auto;
    letter-spacing: 1px !important;
    position: relative;
    letter-spacing: 1px !important;
    text-align: center;
}
.works_link::before {
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.works_link::after {
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.sale_wrap{
    background-image: url(/img/top/sale_bg.webp);
    background-size: 1730px;
    background-repeat: no-repeat;
    background-position-x: center;
    overflow: hidden;
    padding: 40px 0px 110px 0px;
    position: relative;
    background-position-x: right;
    background-size: cover;
}
.sale_wrap::before {
    background-image: url(/img/top/sale_man.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 83px;
    height: 81px;
    position: absolute;
    right: 10px;
    margin: auto;
    bottom: 0px;
    z-index: 10;
}
.sale_box{
    background: #ffffffcf;
    width: 92%;
    margin: 25px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    padding: 55px 0px 10px 0px;
}
.sale_box h2{
font-size: 31px;
    margin: -80px 0px 3px 0px;
    color: #0074bf;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.sale_box h2 span{
    display: block;
    background-image: url(/img/top/sale_title_bg.webp);
    background-size: 100%;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 0px auto 10px auto;
    line-height: 53px;
    color: #333;
    letter-spacing: 0.5px;
}
.sale_box p{
font-size: 14px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    line-height: 23px;
}
.sale_box_li{
    width: 92%;
    margin: 25px auto 20px auto;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 15px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.sale_box_li:after{
    display: none;
}
.sale_box_li li{
    width: 48%;

}
.sale_box_li li a{
    display: block;
    background-color: #0074bf;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.sale_box_li li a::before {
content: "";
    right: -1px;
    bottom: -1px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_sale_inq{
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
}
.t_sale_inq a{
    border: solid 1px #333;
    width: 48%;
    margin: 0px auto 0px auto;
    background-color: #FFF;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
    color: #333;
    text-decoration: none;
    margin: 10px auto 0px auto;
    display: block;
    position: relative;
}
.t_sale_inq a img{
position: absolute;
    left: 30px;
    top: -26px;
}
.t_sale_inq a::before {
    content: "";
    top: 43px;
    right: 9px;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
}
.t_sale_inq a::after {
    content: "";
    right: 6px;
    top: 40px;
    width: 9px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_wrap{
    padding: 0px 0px 40px 0px;
    margin: 60px 0px 0px 0px;
	position:relative;
}
.company_wrap::before{
content: "";
    width: 100%;
    height: 650px;
    left: 0px;
    bottom: 0px;
    background: #f3f7f8;
    position: absolute;
    z-index: 20;
}
.company_box{
position: relative;
    z-index: 20;
}
.company_box h2{
    text-align: center;
    margin: 0px auto 50px auto;
    width: 76%;
}
.company_box h2 img{
padding: 0px 0px 0px 0px;
}
.company_t_list_box{
    width: 92%;
    margin: 0px auto 40px auto;
}
.company_t_list_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.company_t_list_box ul li{
    width: 100%;
    position: relative;
    margin: 0px 0px 40px 0px;
}
.company_t_list_box ul li:nth-child(2)::before{
content: "";
    width: 111px;
    height: 2px;
    left: 25px;
    top: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 20;
}
.company_t_list_box ul li:nth-child(1)::before{
content: "";
    width: 141px;
    height: 2px;
    left: 25px;
    top: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 20;
}
.company_t_list_box ul li a{
    display: block;
    border: solid 2px #333;
    color: #333;
    text-decoration: none;
    position: relative;
    background-color: #FFF;
    padding-bottom: 20px;
}
.company_t_list_box ul li a::before{
    content: "";
    width: 29px;
    height: 29px;
    right: 13px;
    bottom: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0074bf;
    position: absolute;
}
.company_t_list_box ul li a::after{
    content: "";
    bottom: 22px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_t_list_box ul li:nth-child(2) a img{
display: block;
    margin: -32px auto 0px auto;
    padding: 0px 0px 0px 9%;
    width: 88%;
    position: relative;
    z-index: 60;

}
.company_t_list_box ul li:nth-child(1) a img{
    display: block;
    margin: -43px auto 10px auto;
    padding: 0px 0px 0px 30px;
    width: 80%;
}
.company_t_list_box ul li a h3{
    margin: 0px 0px 0px 0px;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: bold;
}
.company_t_list_box ul li a span{
font-size: 18px;
    font-weight: bold;
    margin: -15px 0px 0px 35px;
    display: block;
    position: relative;
    z-index: 100;
}
.company_t_list_box ul li a h3 span{
    display: block;
    font-size: 13px;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
}

.company_b_list_box{
    width: 92%;
    margin: auto;
}
.company_b_list_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.company_b_list_box ul li{
    width: 100%;
    margin-bottom: 20px;
}
.company_b_list_box ul li a{
	display:block;
	background-color:#FFF;
	border:solid 2px #333;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#333;
	position:relative;
}
.company_b_list_box ul li a::before{
    content: "";
    width: 29px;
    height: 29px;
    right: 17px;
    bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0074bf;
    position: absolute;
}
.company_b_list_box ul li a::after{
    content: "";
    top: 39px;
    right: 28px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.company_b_list_box ul li:nth-child(1) a{
    background-image: url(/img/top/company_icon03.webp);
    background-position-x: 15px;
    background-position-y: 12px;
    background-size: 19%;
}
.company_b_list_box ul li:nth-child(2) a{
    background-image: url(/img/top/company_icon04.webp);
    background-position-x: 26px;
    background-position-y: 18px;
    background-size: 11%;
}
.company_b_list_box ul li:nth-child(3) a{
    background-image: url(/img/top/company_icon05.webp);
    background-position-x: 26px;
    background-position-y: 18px;
    background-size: 12%;
}
.company_b_list_box ul li a h3{
    font-size: 19px;
    margin: 0px 0px 0px 90px;
    font-weight: bold;
    padding: 17px 0px;
}
.company_b_list_box ul li a h3 span{
    display: block;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
header{
	display:none;
}
.campaign_bn_wrap{
	width:92%;
	margin:40px auto 0px auto;
}
.campaign_bn_wrap img{
    margin-bottom: 20px;
}
.t_yajirushi{
    width: 92%;
    margin: auto;
}
.renobe_bnr{
    display: block;
    margin: 0px auto 40px auto;
}
.raiten_merit_box{
    width: 92%;
    margin: 0px auto 40px auto;
}
.raiten_merit_box h2{
    width: 80%;
        margin: 0px auto 20px auto;
}
.raiten_merit_box a{
    display: block;
    font-size: 15px;
    color: #fff !important;
    width: 70%;
    text-decoration: none;
    line-height: 50px;
    background: #0074bf;
    margin: 20px auto 0px auto;
    letter-spacing: 1px !important;
    border-radius: 50px;
    position: relative;
    letter-spacing: 1px !important;
    text-align: center;
}
.raiten_merit_box a::before{
    content: "";
    top: 25px;
    right: 30px;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.raiten_merit_box a::after{
    content: "";
    right: 29px;
    top: 22px;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.top_satei_cont{
    width: 90%;
    margin: 15px auto 0px auto;
    position: relative;
}
.top_satei_cont::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
}
.top_satei_cont span{
    font-size: 15px;
    font-weight: bold;
    color: #0074bf;
    position: relative;
    display: block;
}
.top_satei_cont span::after{
    width: 10px;
    display: block;
    height: 2px;
    background-color: #0074bf;
    content: "";
    position: absolute;
    left: 78px;
    top: 11px;
}
.top_satei_cont iframe{
    width: 100%;
    margin-top: 10px;
    height: 50px;
}
.satei_con{

}
.satei_con ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.satei_con ul li{

}
.satei_con ul li a{
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.satei_con ul li a span{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}