<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*******************************/
/*  サイトカラー変更 置換ワード  */
/* ⇒　#326598;/*sma_color_01*/
/*     ヘッダ,h2,パンくず背景  */
/* ⇒  #BBBBBB;/*sma_color_02*/
/*  スライドメニュー背景  */
/*例）#○○;/*sma_color_01*/
/*              ?
/*例）#▲▲;/*sma_color_01*/
/* sma_colorのコメントアウトも含めて置換*/
/* カラーコードのみを変更*/
/*******************************/

.sm-tel {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 44px;
	font-weight: bold;
	color: #F00;
	background-repeat: no-repeat;
}

.tel-back {
	background-image: url(/mobile_img/sm-tel.png);
	background-repeat: no-repeat;
}

.waku {
	border: solid 1px #CCC;
	padding: 3px;
	font-size: 13px;
}

.top {
	margin-top: 10px;

}

.orange {
	color: #FF3F00;
}

body {
	font-family: YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	margin: 0px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

.conteiner{
	overflow-x: hidden;
}

.top_main_wrap {
	width: 98%;
	margin: 1% auto 0px auto;
	height: 460px;
	background-image: url(/img/sp_top/top_main_sp.webp);
	box-sizing: border-box;
	padding: 15px 0px 0px 0px;
	border-radius: 13px;
	background-size: cover;
	background-repeat: no-repeat;
}

.top_head_wrap {
	width: 100%;
}

.top_head_cont {
	width: 96%;
	text-align: center;
	margin: auto;
}

.top_head_right {
	width: 850px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.top_head_right ul {
	width: 460px;
	justify-content: space-between;
	display: flex;
}

.top_head_right ul li {}

.top_head_right ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.t_h_tel {
	text-align: right;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/img/sp_top/head_tel.webp);
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 0px;
}

.t_h_tel span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin-top: 7px;
	letter-spacing: 2px;
}

.t_h_inq {}

.side_fix {
	position: fixed;
	right: -5px;
	bottom: 360px;
	z-index: 100;
}

.t_h_inq a {
	display: block;
	width: 110px;
	height: 50px;
	background-color: #65b820;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 0px;
}

.t_h_inq a:hover {
	background-color: #9b0000;
}

.top_main_wrap h2 {
	text-align: center;
	margin-top: 40px;

}

.top_main_wrap h2 img {
	width: 90%;
}

.top_main_wrap h2 p {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	text-decoration: underline;
	padding: 0px 5%;
}

.top_main_wrap h2 p span {
	font-size: 15px;
	display: block;
}

.top_info {
	height: 57px;
	margin: 45px auto 0px auto;
	background-color: #fff;
	opacity: 0.9;
	width: 96%;
	border-radius: 10px;
}

.top_info iframe {
	width: 75%;
	height: 57px;
	padding-left: 7%;
}

.top_info_cont ul {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.top_info_cont li {
	width: 100%;
	display: none;
}

.top_info_th {
	display: flex;
	justify-content: left;
	align-items: center;
}

.top_info_cont {
	margin: 0 auto;
	padding: 8px 0px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.top_info_th span {
	color: #9a9999;
	font-size: 10px;
}

.top_info_th p {
	border: solid 1px #9a9999;
	border-radius: 50px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 7px;
	margin: 0px 15px;
}

.top_info_ti {
	font-size: 12px;
	font-weight: bold;
}

.top_info_ti span{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.top_menu_wrap {
	width: 96%;
	margin: -35px auto 0px auto;
}

.top_menu_wrap ul {
	display: flex;
	justify-content: space-between;
}

.top_menu_wrap ul li {}

.top_menu_wrap ul li a {
	display: block;
	width: 87px;
	height: 87px;
	border-radius: 140px;
	background-color: #65b820;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 0px 0px 0px;
	text-align: center;
	position: relative;
}

.top_menu_wrap ul li a:hover {
	background-color: #f2f2f2;
	color: #65b820;
}

.top_menu_wrap ul li a:hover span::before {
	background-color: #333;
}

.top_menu_wrap ul li a:hover::before {
	background: #65b820;
}

.top_menu_wrap ul li a:hover::after {
	border-right: 2px solid #65b820;
}

.top_menu_wrap ul li a span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	position: relative;
}

.top_menu_wrap ul li a span::before {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background-color: #fff;
	top: -2px;
	left: 0px;
	right: 0px;
	position: absolute;
	margin: auto;
}

.top_menu_wrap ul li a::before {
	position: absolute;
	top: 77px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2px;
	height: 25px;
	background: #333;
	right: 0px;
	left: 0px;
	margin: auto;
}

.top_menu_wrap ul li a::after {
	position: absolute;
	top: 88px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 14px;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(56deg);
	right: 36px;
}

.top_menu_wrap ul li:nth-child(3) a {
	display: block;
	width: 87px;
	height: 87px;
	border-radius: 50px;
	background-color: #f2f2f2;
	font-size: 15px;
	color: #65b820;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.top_menu_wrap ul li:nth-child(3) a:hover span::before {
	background-color: #fff;
}

.top_menu_wrap ul li:nth-child(3) a:hover::before {
	background: #333;
}

.top_menu_wrap ul li:nth-child(3) a:hover::after {
	border-right: 2px solid #333;
}

.top_menu_wrap ul li:last-child a:hover span::before {
	background-color: #fff;
}

.top_menu_wrap ul li:last-child a:hover::before {
	background: #333;
}

.top_menu_wrap ul li:last-child a:hover::after {
	border-right: 2px solid #333;
}

.top_menu_wrap ul li:nth-child(3) a:hover span {
	color: #fff;
}

.top_menu_wrap ul li:last-child a:hover span {
	color: #fff;
}

.top_menu_wrap ul li:nth-child(3) a span {
	color: #65b820;
}

.top_menu_wrap ul li:nth-child(3) a span::before {
	background-color: #333;
}

.top_menu_wrap ul li:nth-child(3) a::before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2px;
	background: #65b820;
	right: 0px;
	left: 0px;
	margin: auto;
}

.top_menu_wrap ul li:nth-child(3) a::after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	border-right: 2px solid #65b820;
	-webkit-transform: rotate(45deg);
	transform: rotate(56deg);
}

.top_menu_wrap ul li:last-child a {
	display: block;
	width: 87px;
	height: 87px;
	border-radius: 140px;
	background-color: #f2f2f2;
	font-size: 15px;
	color: #65b820;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.top_menu_wrap ul li:last-child a span {
	color: #65b820;
}

.top_menu_wrap ul li:last-child a span::before {
	background-color: #333;
}

.top_menu_wrap ul li:last-child a::before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 2px;
	background: #65b820;
	right: 0px;
	left: 0px;
	margin: auto;
}

.top_menu_wrap ul li:last-child a::after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	border-right: 2px solid #65b820;
	-webkit-transform: rotate(45deg);
	transform: rotate(56deg);
}

.top_reason_wrap {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 100px;
}

.top_reason_wrap::before {
	content: "";
	display: block;
	width: 100vw;
	background: #cce0bc;
	border-radius: 0 100px 100px 0;
	position: absolute;
	top: 63px;
	right: 5vw;
	z-index: -1;
	height: 510px;
}

.top_reason_innor {
	width: 96%;
	margin: -40px auto 0px auto;
}

.top_reason_innor h2 {
	font-size: 25px;
	font-weight: bold;
	width: 91%;
	line-height: 140px;
	text-align: center;
	position: relative;
	background-image: url(/img/sp_top/reason_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;

}

.top_reason_innor h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #65b820;
	display: block;
	top: 116px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
}

.top_reason_innor h2::before {
	height: 150px;
	width: 33px;
	content: "";
	display: block;
	background-image: url(/img/sp_top/reason_txt_sp.webp);
	background-repeat: no-repeat;
	top: -5px;
	left: 0px;
	position: absolute;
}

.top_reason_innor ul {
	display: flex;
    justify-content: center;
    margin-top: 100px;
    flex-wrap: wrap;
    margin: 70px auto 0px auto;
    gap: 0px 15px;
}

.top_reason_innor ul li {
	background-color: #f2f2f2;
	border-radius: 20px;
	width: 165px;
	height: 203px;
	box-sizing: border-box;
	padding: 10px 0px 10px 0px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.top_reason_innor ul li:nth-child(2) {
	margin-top: -30px;
}

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

.top_reason_innor ul li:last-child {
	margin-top: -30px;
	margin-bottom: 0px;
}

.top_reason_innor ul li img {
	display: block;
	margin: auto;
	width: 80%;
}

.top_reason_innor ul li:last-child img {}

.re_num {
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 15px 0px 15px 0px;
	width: 47px;
	height: 47px;
	position: absolute;
	padding: 7px 0px 0px 0px;
	text-align: center;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
}

.re_num_first {
	/*background-color: #cce0bc!important;*/
}

.reason_txt {
	text-align: left;
	margin: 30px 0px 0px 0px;
}

.reason_txt_first span {
	/*background-color: #cce0bc !important;*/
}

.reason_txt span {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	background-color: #fff;
	line-height: 24px;
	padding: 3px 8px 0px 5px;
}

.top_search_wrap {
	width: 92%;
	margin: 70px auto 0px auto;
}

.top_search_wrap h2 {
	line-height: 69px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 45px;
	text-align: left;
	background-image: url(/img/sp_top/search_bg_sp.webp);
	background-repeat: no-repeat;
	z-index: 10;
	background-size: contain;
	margin: 0px;

}

.top_search_wrap h2::before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #65b820;
	left: 67px;
	top: 56px;

}

.top_search_wrap h2::after {
	content: "";
	display: block;
	width: 66%;
	height: 163px;
	background-image: url(/img/sp_top/search_illust_sp.webp);
	top: -32px;
	position: absolute;
	left: 36%;
	background-size: contain;
	background-repeat: no-repeat;
}

.top_s_map {
	margin-top: 20px;
}

.top_s_map {}

.top_m_img img {
	width: 100%;
}

.top_s_map h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	color: #65b820;
	text-align: left;

}

.top_s_right {}

.top_s_chi {
	margin-top: 20px;
}

.top_s_chi h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #65b820;
	text-align: left;

}

.top_s_chi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.top_s_chi ul li {
	margin: 0px 0px 7px 0px;
}

.top_s_chi ul li a {
	display: block;
	font-size: 13px;
	background-color: #e8f9da;
	width: 110px;
	text-align: center;
	box-sizing: border-box;
	padding: 13px 0px;
	border-radius: 5px;
	font-weight: bold;

}

.top_s_chi ul li a:hover {
	background-color: #cce0bc;
}

.top_s_jouken {}

.top_s_jouken h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	color: #65b820;
	text-align: left;
}

.top_s_jouken ul {
	justify-content: left;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top_s_jouken ul li {
	width: calc((100% - 20px) / 3);
}

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

.top_s_jouken ul li:nth-child(4), .top_s_jouken ul li:nth-child(5), .top_s_jouken ul li:nth-child(6) {
	margin-bottom: 0px;
}

.top_s_jouken ul li a {
	display: block;
	height: 90px;
	box-sizing: border-box;
	font-size: 12px;
	background-color: #f5f5f5;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.top_s_jouken ul li a:hover {
	background-color: #e8e8e8;
}

.top_s_jouken ul li a img {
	display: block;
	margin: 0px auto 10px auto;
}

.top_s_free{
	margin-top: 20px;
}

.top_s_free h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	color: #65b820;
	text-align: left;
}

.search_space input[type="text"]:focus {
	color: #000000;
}
.search_space {
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_space input {
	margin: 0px;
	font-size: clamp(14px, 3vw, 18px);
}
.search_window {
	width: 75%!important;
	background-color: #eeeeee !important;
	font-size: 15px;
	line-height: 50px;
	letter-spacing: 0.05px;
	border-radius: 5px 0px 0px 5px !important;
	border: none;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
	color: #000000;
	height: 50px !important;
	border: none !important;
	box-shadow: none !important;
}
.search_window::placeholder {
	color: #a6a6a6;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.free_btn {
	width: 90px!important;
	padding: 0px!important;
	background-color: #65b820;
	border-radius: 0px 5px 5px 0px !important;
	font-size: 15px;
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top_bnr_wrap {
	width: 92%;
	margin: 50px auto 0px auto;
}

.campus_bnr {
	background-color: #f5f5f5;
	padding: 5%;
}

.campus_bnr_abt {
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: space-between;
}

.campus_bnr a {
	box-sizing: border-box;
}

.top_raiten_sp {
	display: block;
	width: 100%;
	margin: 20px auto 0px auto;
}

.top_raiten_sp img {
	width: 100%;
}

.univ_goukaku_bn{
	display: block;
	width: 90%;
	margin: 20px auto 0px auto;
}

.univ_goukaku_bn img{
	width: 100%;
}

.campus_bnr a img {
	width: 46%;
}

.campus_bnr a:hover .tokushu_more {
	border: solid 2px #65b820;
	background-color: #fff;
	color: #65b820;
}

.campus_bnr_txt {
	line-height: 23px;
	text-align: left;
	position: relative;
	margin: 0px 0px 0px -3%;
	width: 56%;

}

.campus_bnr_txt span {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	line-height: 27px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

.campus_bnr_txt span:nth-of-type(2) {
	bottom: 240px;
	left: -40px;
}

.campus_bnr_txt span:nth-of-type(3) {
	bottom: 192px;
	left: -40px;
}

.campus_for_txt {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}

.tokushu_more {
	font-size: 13px;
	color: #65b820;
	display: block;
	width: 237px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	background-color: #e8f9da;
	padding: 12px 0px;
	box-sizing: border-box;
	margin: 20px auto 0px auto;
	font-weight: bold;
}

.top_req{
	width: 92%;
	margin: 50px auto 0px auto;
}

.top_req img{
	width:100%;
}

.top_bukken_wrap {
	margin: 50px 0px 0px 0px;
	position: relative;
	z-index: 100;
}

.top_bukken_wrap::before {
	content: "";
	height: 1557px;
	display: block;
	width: 100vw;
	background: #e8f9da;
	border-radius: 80px 0px 0px 0px;
	position: absolute;
	left: 0vw;
	z-index: -2;
	padding-top: 143px;
}

.top_osusume_cont {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 110px;
	z-index: 100;

}

.top_osusume_cont::after {
	width: 97vw;
	position: absolute;
	left: 3vw;
	content: "";
	display: block;
	height: 400px;
	background-color: #fff;
	border-radius: 10px;
	top: 107px;
	z-index: -1;
}

.top_osusume_cont h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	background-image: url(/img/sp_top/rent_bg_sp.webp);
	height: 86px;
	vertical-align: bottom;
	width: 92%;
	position: relative;
	box-sizing: border-box;
	padding: 23px 0px 0px 15px;
	letter-spacing: 3px;
	background-size: contain;
	margin: -40px auto 0px auto;
	background-repeat: no-repeat;
}

.top_osusume_cont h2::after {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #65b820;
	left: 200px;
	top: 116px;
}

.top_osusume_cont ul {
	height: 290px;
	margin-top: 20px;
	display: flex;
	justify-content: left;
	width: 100%;
	overflow-x: scroll;
	margin-left: 8%;
}

.top_osusume_cont ul li {
	width: 258px;
	margin-right: 20px;
}

.top_osusume_cont ul li:last-child {
	margin-right: 0px;
}

.top_osusume_cont ul li a {
	display: block;
}

.top_osusume_cont ul li a:hover span {
	background-color: #65b820;
	border: solid 2px #65b820;
	color: #fff;
}

.top_osusume_cont ul li a:hover .b_cont {
	border: solid 2px #65b820;
	border-left: none;
	border-bottom: none;
}

.top_osusume_cont ul li a img {
	height: 181px;
	border-radius: 10px;
	width: auto;
	margin: auto;
}

.b_cont {
	width: 215px;
	background-color: #fff;
	border: solid 2px #333;
	border-radius: 0px 10px 0px 0px;
	margin: -32px auto 0px 0px;
	padding: 20px 0px 6px 6px;
	position: relative;
	border-bottom: none;
	border-left: none;
	box-sizing: border-box;
}

.b_cont span {
	display: block;
	background-color: #fff;
	border: solid 2px #333;
	border-radius: 6.5px;
	width: 77px;
	line-height: 22px;
	box-sizing: border-box;
	font-size: 10px;
	padding: 0px 0px;
	position: absolute;
	top: -14px;
	text-align: center;
	font-weight: bold;
}

.b_cont_ti {
	font-weight: bold;
	font-size: 14px;
}

.b_cont_shosai {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
}

.b_cont_kakaku {
	font-size: 17px;
	font-weight: bold;
	color: #65B822;
	width: 50px;
	height: 50px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
	padding: 10px;
	line-height: 15px;
}

.b_cont_kakaku::after {
	display: block;
	content: "万円";
	font-size: 12px;
}

.b_cont_kakaku p {
	font-size: 10px;
	display: block;
	margin: 0px;
}

.b_cont_access {
	margin-left: 6px;
	font-size: 11px;
	font-weight: bold;
	width: 140px;

}

.b_cont_jsta {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.b_cont_access p {
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b_osussume {
	position: relative;
}

.top_osusume_cont ul li:first-child .b_osussume::after {
	display: block;
	content: "";
	width: 28px;
	height: 32px;
	background-image: url(/img/top/rent_num01.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: -40px;

}

.top_osusume_cont ul li:nth-child(2) .b_osussume::after {
	display: block;
	content: "";
	width: 28px;
	height: 32px;
	background-image: url(/img/top/rent_num02.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: -40px;

}

.top_osusume_cont ul li:nth-child(3) .b_osussume::after {
	display: block;
	content: "";
	width: 28px;
	height: 32px;
	background-image: url(/img/top/rent_num03.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: -40px;

}

.top_osusume_cont ul li:nth-child(4) .b_osussume::after {
	display: block;
	content: "";
	width: 28px;
	height: 32px;
	background-image: url(/img/top/rent_num04.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: -40px;

}

.bukken_more_greeen {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	margin: 20px auto 0px auto;
	background-color: #65b820;
	text-decoration: underline;
	border: solid 2px #fff;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 19px 0px;
	width: 234px;
}

.bukken_more_greeen:hover {
	background-color: #fff;
	border: solid 2px #65b820;
}

.tokusen_cont {
	width: 92%;
	margin: 41px auto 0px auto;
	position: relative;
}

.tokusen_single_familly {
	margin-top: 40px;
}

.tokusen_single_familly h2 {
	font-size: 25px;
	font-weight: bold;
	position: relative;
	line-height: 80px;
	width: 92%;
	margin: auto;
	background-image: url(/img/sp_top/single_bg_sp.webp);
	background-position: center;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.tokusen_single_familly h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #65b820;
	display: block;
	top: 66px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
}

.tokusen_single_familly ul {
	height: 265px;
	display: flex;
	justify-content: left;
}

.tokusen_single_familly ul li a:hover span {
	background-color: #65b820;
	border: solid 2px #65b820;
	color: #fff;
}

.tokusen_single_familly ul li:first-child {
	margin-right: 20px;
}

.tokusen_single_familly ul li a:hover .b_cont {
	border: solid 2px #65b820;
	border-left: none;
	border-bottom: none;
}

.bukken_more {
	width: 234px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	margin: 20px auto 0px auto;
	background-color: #fff;
	text-decoration: underline;
	border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 17px 0px;
}

.bukken_more:hover {
	background-color: #65b820;
}

.top_buy_bukken {
	width: 92%;
	margin: 40px auto 0px auto;
	position: relative;
}

.top_buy_bukken h2 {
	line-height: 92px;
	width: 210px;
	background-image: url(/img/sp_top/buy_bg_sp.webp);
	text-align: center;
	background-repeat: no-repeat;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	margin: 0px 0px 0px auto;
	background-size: contain;
}

.top_buy_bukken h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #65b820;
	display: block;
	top: 76px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
}

.top_buy_bukken::before {
	height: 519px;
	content: "";
	width: 120vw;
	position: absolute;
	left: -27vw;
	content: "";
	display: block;
	background-color: #fff;
	border-radius: 50px;
	top: 50px;
	z-index: -1;
}

.top_buy_bukken ul {
	width: 1100px;
	height: 360px;
	margin: 20px auto 0px auto;
	position: relative;
	display: flex;
	justify-content: left;
}

.top_buy_bukken iframe {
	border: none;
	width: 1100px;
	height: 370px;
}

.top_buy_bukken ul li {

	margin-right: 30px;
}

.top_buy_bukken ul li:last-child {
	margin-right: 0px;
}

.top_buy_bukken ul li a {
	display: block;
	width: 347px;
	height: 353px;
	box-sizing: border-box;
	border: solid 2px #65b820;
	border-radius: 20px;
	background-color: #fff;
}

.top_buy_bukken ul li a h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 2px #65b820;
	text-align: center;
	color: #65b820;
}

.top_buy_bukken ul li a h3 span {
	font-size: 20px;

}

.top_os_img img {
	height: 181px;
	border-radius: 10px;
	width: auto;
	margin: auto;
}

.buy_b_cont {
	padding: 15px 22px 15px 22px;
}

.buy_b_cont img {
	height: 193px;
	width: auto;
	margin: auto;
}

.buy_b_txt {
	margin-top: 15px;
}

.buy_b_access {
	display: flex;
	justify-content: space-between;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	align-items: center;
}

.buy_b_access p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #65b820;
	margin: 0px;
}

.buy_b_comment {
	font-size: 11px;
	font-weight: bold;
	color: #65b820;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 3px 0px 0px 0px;
}

.top_buy_bukken h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 75%;
	height: 93px;
	background-image: url(/img/sp_top/familiy_illust_sp.webp);
	top: -10px;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	right: 95%;
}

.buy_more {
	width: 260px;
	color: #fff;
	text-align: center;
	border: solid 2px #65b820;
	background-color: #65b820;
	box-sizing: border-box;
	padding: 15px 0px;
	margin: 30px auto 0px auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

.buy_more:hover {
	color: #65b820;
	background-color: #fff;
	border: solid 2px #65b820;

}

.owner_bnr {
	margin: 40px auto 0px auto;
	width: 92%;

}

.owner_bnr a {
	display: block;
	margin: auto;
}

.owner_bnr a img {
	width: 100%;
}

.top_comp_wrap {
	width: 100%;
	margin: 80px auto 0px auto;
	position: relative;
	z-index: 0;
	background-color: #f6f6f6;
}

.top_comp_inner {
	width: 92%;
	margin: auto;
}

.tokusen_family {
	background-image: url(/img/sp_top/family_bg_sp.webp) !important;
}

.top_osusume_list {
	width: 100%;
	overflow: scroll;
	margin-top: 35px;
}

.top_comp_wrap h2 {
	height: 73px;
	text-align: right;
	vertical-align: bottom;
	font-size: 23px;
	font-weight: bold;
	background-image: url(/img/sp_top/company_bg_sp.webp);
	position: relative;
	margin: 0px auto 20px 40px;
	line-height: 28px;
	padding: 10px 0px 0px 0px;
	background-repeat: no-repeat;
	background-size: contain;
}

.top_comp_wrap h2::before {
	content: "";
	width: 25px;
	height: 110px;
	display: block;
	background-image: url(/img/sp_top/about_txt_sp.webp);
	position: absolute;
	left: -32px;
	background-repeat: no-repeat;
	top: -40px;
	background-size: contain;

}

.top_comp_wrap h2::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #65b820;
	display: block;
	top: 75px;
	right: 65px;
	position: absolute;
}

.top_comp_abt {
	width: 100%;
	margin: 0px auto 0px auto;
}

.top_comp_abt img {
	width: 100%;
}

.top_comp_right {}

.top_comp_abt p {
	font-size: 15px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}

.comp_info_cont {
	margin-top: 20px;
	text-align: left;
	padding: 10px;
	background-color: #e8f9da;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 25px;
}

.comp_info_cont h3 {
	font-size: 20px;
	color: #65b820;
	margin: 10px 0px;

}

.comp_info_cont p {
	font-size: 20px;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/img/top/foot_tel.webp);
	background-repeat: no-repeat;
	background-position-y: 5px;
	display: flex;

}

.comp_info_cont p span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-left: 5px;
}

.top_comp_right ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 15px;

}

.top_comp_right ul li {}

.top_comp_right ul li a {
	display: block;
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	font-size: 17px;
	font-weight: bold;
	color: #65b820;
	border-radius: 5px;
	padding: 18px 18px;
	margin-bottom: 10px;
}

.top_comp_right ul li a:hover {
	background-color: #65b820;
	color: #fff;
}


.top_bn_slide h2 {
	line-height: 63px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 25px;
	text-align: left;
	background-image: url(/img/top/t_content_bg.png);
	background-repeat: no-repeat;
	z-index: 10;
	background-size: contain;
	margin: 45px auto 0px auto;
	width: 95%;
}

.top_bn_slide h2::before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #65b820;
	left: 67px;
	top: 51px;
}

.top_bn_slide h2 span{
	font-size: 10px;
	margin: 0px 0px 0px 25px;
	position: relative;
	vertical-align: middle;
}

.top_bn_slide h2 span:before {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #000000;
	left: -19px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.top_bn_slide .swiper-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin: 10px 0px 0px 0px;
	height: 124px;
}
.top_bn_slide .swiper-wrapper li {
	width: 340px !important;
	max-width: 100%;
	height: 119px !important;
	display: block;
	margin: 0 auto;
}
.top_bn_slide .swiper-wrapper li a {
	display: block;
}
.top_bn_slide .swiper-wrapper li a img{
	width: 340px !important;
	height: 119px !important;
}
.swiper-container_t {
	position: relative;
}
.swiper-container_t .swiper-pagination {
	position: absolute;
	bottom: -15%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.swiper-container_t .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #e1e1e1;
	opacity: 1;
	display: inline-block;
	border-radius: 50%;
}
.swiper-container_t .swiper-pagination .swiper-pagination-bullet-active {
	background: #65b820;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}</pre></body></html>