@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px 0 0 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
H1 {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	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;
	left: 6%;
}
.s-title-inner {
	left: 0;
	padding: 0;
}
.head_title {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 40%;
	line-height: 35px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	left: 6%;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
.pc_off {
	display: none !important;
}
.toushi_mode {
	display: none !important;
}
.container {
	margin-top: 150px;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
	left: 0;
}
.rhs_title_h1:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h1 {
	margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
}
.rhs_title_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h2 {
	margin-top: 20px;
}
/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #DDD;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.rhs_title_h3:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 2px #042455;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/**********
2023.05 お気に入り関連項目
******************************/
.maincontents .fav_checkbtn input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
/**********
2023.05 お気に入り関連項目 end
******************************/
/*********************************************
　　header
*********************************************/
.header {
	width: 90%;
	margin: auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1) 0s, top .25s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) 0s;
}
.header_inner {
	display: flex;
	position: relative;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	border-radius: 0 0 20px 20px;
	min-height: 100px;
	padding: 0 30px;
}
.h_left_container {
	display: flex;
	justify-content: left;
	gap: 24px;
	float: left;
	align-items: center;
	padding-top: 35px;
}
.h_left2_inner {
	text-align: center;
}
.h_tel {
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #015183;
	display: flex;
	align-items: center;
	gap: 10px;
}
.h_left2_inner p {
	margin: 5px 0 0;
}
.h_logo img {
	max-width: 280px;
	width: 20vw;
}
.h_right_top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}
.h_right_top p.h_right_top_txt01 {
	font-size: 15px;
	font-weight: bold;
	color: #015183;
}
.h_right_top ul {
	padding: 0;
	margin: 10px 0;
	display: flex;
	gap: 10px;
	& li {
		list-style-type: none;
		& a {
			display: flex;
			background-color: #eee;
			font-size: 12px;
			text-decoration: none;
			align-items: center;
			color: #333;
			border-radius: 3px;
			padding: 5px 10px;
			& i {
				font-size: 15px;
				margin-right: 5px;
			}
			& p {
				margin: 0;
			}
		}
	}
}
ul.h_right_navi {
	padding: 10px 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	&>li {
		list-style-type: none;
		& .child_menu_span a {
			font-size: clamp(12px, 1vw, 16px);
			font-weight: bold;
			text-decoration: none;
			color: #333;
			position: relative;
			padding: 23px 1vw;
			&::after {
				position: absolute;
				content: "";
				width: 0px;
				height: 3px;
				left: 0;
				right: 0;
				bottom: 15px;
				margin: 0 auto;
				background-color: #455b88;
				transition: 0.5s;
			}
			&:hover:after {
				width: 50px;
			}
		}
	}
}
.child_menu {
	height: 0;
	width: 0;
	overflow: hidden;
	transition: height .25s cubic-bezier(.4, 0, .2, 1) 0s;
	box-shadow: 0 8px 8px #0001;
	border-radius: 0 0 20px 20px;
}
.menu.open_menu .child_menu {
	height: auto;
	width: 300px;
	overflow: hidden;
	transition: height .25s cubic-bezier(.4, 0, .2, 1) 0s;
	position: absolute;
	left: 0;
	top: calc(100% - 15px);
	width: 100%;
}
.child_menu_inner {
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	gap: 2%;
	justify-content: center;
	align-items: center;
}
.cd_menu_img {
	width: 20%;
	background: url(/img/member_room.webp);
	border-radius: 15px;
	background-size: cover;
	min-height: 200px;
}
.cd_menu_img_sale {
	background: url(/img/cd_menu_img_sale.webp);
}
.cd_menu_img_com {
	background: url(/img/cd_menu_img_com.webp);
}
.cd_menu_list {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	& li {
		width: 19%;
		list-style-type: none;
		& a {
			display: block;
			width: 100%;
			background-color: #d9dfea;
			line-height: 1.5;
			font-size: clamp(12px, 1vw, 15px);
			font-weight: bold;
			padding: 15px;
			box-sizing: border-box;
			border-radius: 10px;
			color: #333;
			text-decoration: none;
			transition: 0.3s;
			&:hover {
				transform: translateY(3px);
				background-color: #b7c1d2;
			}
		}
	}
}
.cd_menu_list .last_li {
	width: 80%;
	margin: 0 auto;
	& a {
		color: #fff;
		background-color: #7a8baf;
		&:hover {
			background-color: #556587;
		}
	}
}
.h_right_navi>li:nth-child(2) .cd_menu_list li a {
	background-color: #e9f3ef;
}
.h_right_navi>li:nth-child(2) .cd_menu_list li a:hover {
	background-color: #bcd4ca;
}
.h_right_navi>li:nth-child(2) .cd_menu_list .last_li a {
	background: #719c8b;
}
.h_right_navi>li:nth-child(2) .cd_menu_list .last_li a:hover {
	background: #5e8274;
}
.h_right_navi>li:nth-child(5) .cd_menu_list li a {
	background-color: #f0eae3;
}
.h_right_navi>li:nth-child(5) .cd_menu_list li a:hover {
	background-color: #e0cdb7;
}
/* ----------------------------------------
　footer
---------------------------------------- */
.t_side {
	width: 90px;
	border-radius: 20px 0 0 20px;
	background: #fff;
	position: fixed;
	right: 0;
	bottom: 20vh;
	background-color: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	z-index: 100;
}
.t_side ul {
	padding: 12px 10px;
	margin: 0;
}
.t_side li {
	border-bottom: 1px solid #999;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	list-style-type: none;
}
.t_side li:last-child {
	border: none;
}
.t_side li a {
	width: 100%;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 2px;
	box-sizing: border-box;
	&:hover {
		background-color: #eee;
	}
}
.t_side li a p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 12px 0 0 0;
}
/*********************************************
　　f_inq
*********************************************/
.f_inq {
	background: url(../img/f_inq_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 52px 0 45px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.f_inq_inner {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.f_inq_hito {
	position: absolute;
	top: 30px;
	left: -40px;
}
.f_inq_title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	width: 336px;
	padding-left: 180px;
}
.f_inq_title span {
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
}
.f_inq_inner ul {
	width: 683px;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.f_inq_inner ul li {
	list-style: none;
}
.f_inq_inner ul li a {
	width: 330px;
	height: 200px;
	border-radius: 30px;
	border: 1px solid #7a8baf;
	background: #fff;
	text-align: center;
	padding: 28px 0;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}
.f_inq_inner ul li:nth-child(2) {
	width: 330px;
	height: 200px;
	border-radius: 30px;
	border: 1px solid #7a8baf;
	background: #fff;
	text-align: center;
	padding: 28px 0;
	box-sizing: border-box;
	display: block;
}
.f_inq_txt01 {
	font-size: 20px;
	font-weight: 600;
	color: #7a8baf;
	margin: 0;
	line-height: 1.5;
	padding: 15px 0 3px 0;
	letter-spacing: 2px;
}
.f_inq_txt02 {
	font-size: 30px;
	font-weight: bold;
	color: #7a8baf;
	margin: 0;
	line-height: 1;
	letter-spacing: 2px;
}
/*********************************************
　　f_navi01
*********************************************/
.f_nav01 {
	width: 100%;
	background: #d5dcea;
	font-family: "Noto Sans JP", sans-serif;
	padding: 50px 0 100px 0;
}
.f_nav01 .f_search_wrap {
	width: 1200px;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin: auto;
	gap: 75px;
}
.f_nav01 .f_search_ti {
	font-size: 14px;
	font-weight: 500;
	margin: 23px 0 36px 0;
	text-decoration: none;
	color: #333;
	margin-bottom: 23px;
	border-bottom: 1px dashed #000;
	display: flex;
	gap: 17px;
	padding-bottom: 18px;
	align-items: center;
}
.f_search:nth-child(3) .f_search_ti,
.f_search:nth-child(4) .f_search_ti {
	width: 180px;
}
.f_nav01 .f_search_ti p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.f_search_sub_ti {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #333;
	padding-bottom: 36px;
	display: inline-block;
	position: relative;
}
.f_search_sub_ti::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #015183;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	transition: width 0.3s ease-in-out;
}
.f_search_sub_ti:hover::after {
	width: 100%;
}
.f_search_container {
	display: flex;
	align-items: flex-start;
	justify-content: left;
	gap: 50px;
}
.f_nav01 .f_search ul {
	padding: 0 0 35px 0;
	margin: 0;
}
.f_nav01 .f_search ul li {
	list-style: none;
}
.f_nav01 .f_search ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.f_nav01 .f_search ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #015183;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	transition: width 0.3s ease-in-out;
}
.f_nav01 .f_search ul li a:hover::after {
	width: 100%;
}
.f_bottom {
	width: 1200px;
	height: 188px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	padding: 19px 23px;
	align-items: center;
	box-sizing: border-box;
}
.f_b_left {
	display: flex;
	justify-content: left;
	gap: 20px;
	align-items: center;
}
.f_adress {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 17px 0 13px 0;
	line-height: 1;
}
.f_company {
	padding: 0 0 0 60px;
	position: relative;
	margin-top: 10px;
}
.f_company::after {
	content: url(../img/h_tel.webp);
	position: absolute;
	top: 0px;
	left: 33px;
}
.f_company_tel {
	font-size: 27px !important;
	font-weight: bold !important;
	text-decoration: none;
	color: #015183;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	margin: 0 !important;
}
.f_company p {
	font-size: 14px;
	font-weight: 500;
	margin: 5px 0 0px 13px;
}
.f_sns ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0 0;
	padding: 0;
	& li {
		list-style-type: none;
	}
	& li img {
		width: 35px;
	}
}
.f_b_right {
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	padding-right: 19px;
}
.f_b_right li {
	list-style: none;
}
.f_b_right li a {
	text-decoration: none;
	color: #555;
	line-height: 2.5;
	position: relative;
}
.f_b_right li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #015183;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	transition: width 0.3s ease-in-out;
}
.f_b_right li a:hover::after {
	width: 100%;
}
.f_nav01 .f_copyright {
	font-size: 14px;
	text-align: center;
	color: #333;
	font-weight: 500;
	padding-top: 85px;
}
#jsp {}
/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}
.l-sidenavi {
	width: 200px;
	float: right;
}
.side {
	float: right;
}
/*検索 共通*/
.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: #042455;
	/*★見出し背景色*/
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	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_company {
	width: 198px;
	margin: 15px 0;
	border: 1px solid #CCCCCC;
}
.s_company h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
	/*★見出し背景色*/
}
.s_company_inner {
	margin: 5px;
}
.s_company_inner p {
	clear: both;
}
.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}
.s_company_btn-l {
	float: left;
}
.s_company_btn_r {
	float: right;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #607594;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #607594;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #607594;
	color: #FFF;
}
.main_mypage_menu ul li a {
	color: #607594;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #607594;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #607594;
	background: #607594;
	color: #FFF;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #607594;
}
h2.mp_title {
	background: #607594;
}
input.member_add_btn {
	background-color: #607594;
	border: 1px solid #607594;
}
input.member_add_btn:hover {
	color: #607594;
}
input.member_add_btn:focus {
	color: #607594;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .shosai_link_box .shosai_link_tl:after {
	background: #607594;
}
#mp_bukken .osusume_more a {
	border: 1px solid #607594;
	box-shadow: 0px 2px 0px 0px #607594;
	color: #607594;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #607594;
	background: #607594;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #607594;
}
/* ----------------------------------------
パンくず修正
---------------------------------------- */
.pan_wrap {
	margin: 10px 0 10px 0 !important;
}
/* ----------------------------------------
shosai　詳細
---------------------------------------- */
.s-title a.fav_list_link {
	font-size: 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 3px;
	border: solid 1px #ddd;
	text-decoration: none;
	color: #333;
	width: 45px;
	text-align: center;
	box-sizing: border-box;
	height: 25px;
	margin-left: 5px;
	&:hover {
		margin: 2px 0 0 5px;
	}
}
.s-title-inner {
	width: 400px !important;
}
/* ----------------------------------------
　sidebar
---------------------------------------- */
.side {
	width: 200px;
	font-family: "Noto Sans JP", sans-serif;
}
.side p {
	margin: 0;
}
.side a {
	padding: 0;
}
.side ul {
	padding: 0;
}
.side li {
	list-style: none;
}
.side_member {
	width: 100%;
	background: #d5dcea;
	border-radius: 10px;
	padding: 10px 0;
}
.side_mem_top {
	font-size: 15px;
	font-weight: 500;
	color: #015183;
	width: 180px;
	height: 35px;
	background: #fff;
	border-radius: 5px;
	display: grid;
	place-content: center;
	margin: auto !important;
}
.side_mem_num_box {
	width: 160px;
	margin: auto;
	padding: 10px 0 8px 0 !important;
}
.side_mem_num_box li {
	display: flex;
	justify-content: space-between;
}
.side_mem_num_box li p {
	font-size: 12px;
	font-weight: bold;
	color: #015183;
}
.side_mem_num_box li p:nth-child(2) {
	font-size: 15px;
}
.side_mem_num_box li p span {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.side_mem_num_box li:nth-child(2) p span {
	color: #f34a00;
}
.side_mem_btn {
	width: 170px;
	height: 35px;
	border-radius: 20px;
	background: #015183;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto;
	text-decoration: none;
	box-sizing: border-box;
	transition: .3s;
	border: 1px solid #015183;
}
.side_mem_btn:hover {
	border: 1px solid #015183;
	background: #fff;
}
.side_member a span {
	font-size: 12px;
	font-weight: 500;
	color: #f3df00;
	padding: 8px 15px;
}
.side_mem_btn:hover span {
	color: #015183;
}
.side_mem_btn_arrow_container {
	width: 22px;
	height: 22px;
	border-radius: 20px;
	background: #fff;
	margin: 7px 7px 7px 0;
}
.side_mem_btn:hover .side_mem_btn_arrow_container {
	background: #015183;
}
.side_mem_btn_arrow {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 1px;
	background: #015183;
	margin: 11px 5px;
}
.side_mem_btn:hover .side_mem_btn_arrow {
	background: #fff;
}
.side_mem_btn_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background: #015183;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.side_mem_btn:hover .side_mem_btn_arrow::after {
	background: #fff;
}
.side_login {
	width: 180px;
	border-radius: 5px;
	background: #fff;
	margin: auto;
	padding: 10px 0;
}
.side_login p {
	font-size: 12px;
	font-weight: 500;
	color: #015183;
	border-bottom: 1px solid #015183;
	width: 160px;
	margin: auto;
	padding-bottom: 3px;
}
.side_login form {
	padding: 10px 0 0 0;
}
.side_login input {
	width: 150px;
	height: 30px;
	margin: auto;
	display: block;
	border: none;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 8px;
	padding-left: 10px;
}
.side_login button {
	width: 97px;
	height: 27px;
	border-radius: 5px;
	background: #000;
	display: grid;
	place-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin: auto;
}
.side_login a {
	display: block;
	background-color: #333;
	width: 80%;
	margin: 10px auto 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
}
.login_for {
	font-size: 10px;
	font-weight: 500;
	color: #008aff;
	text-decoration: underline;
	text-align: center;
	display: block;
	padding: 8px 0 !important;
}
.side_sale {
	padding: 20px 0;
}
.side_sale p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	letter-spacing: -1px;
	padding-top: 10px;
}
.side_buy {
	border: 1px solid #015183;
	box-sizing: border-box;
}
.side_buy_top {
	width: 100%;
	background: url(/img/common/sidebar/buy_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}
.side_buy_top p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.side_buy_top p span {
	display: block;
	font-size: 12px;
	padding-top: 5px;
}
.side_buy ul {
	width: 170px;
	margin: auto;
}
.side_buy li {
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
}
.side_buy li:last-child {
	border-bottom: none;
}
.side_buy li a {
	width: 100%;
	padding: 10px 0 10px 30px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	transition: .3s;
}
.side_buy li a:hover {
	background: #eee;
}
.side_buy li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #015183;
	position: absolute;
	top: 15px;
	left: 10px;
}
.side_buy_btn {
	width: 170px;
	height: 35px;
	border-radius: 20px;
	background: #015183;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto;
	text-decoration: none;
	border: 1px solid #015183;
	transition: .3s;
}
.side_buy_btn:hover {
	background: #fff;
}
.side_buy_btn span {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 8px 15px;
}
.side_buy_btn:hover span {
	color: #015183;
}
.side_buy_btn_arrow_container {
	width: 22px;
	height: 22px;
	border-radius: 20px;
	background: #fff;
	margin: 7px 7px 7px 0;
}
.side_buy_btn:hover .side_buy_btn_arrow_container {
	background: #015183;
}
.side_buy_btn_arrow {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 1px;
	background: #015183;
	margin: 2px 5px;
	margin: 11px 5px;
}
.side_buy_btn:hover .side_buy_btn_arrow {
	background: #fff;
}
.side_buy_btn_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background: #015183;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.side_buy_btn:hover .side_buy_btn_arrow::after {
	background: #fff;
}
.side_loan {
	padding: 20px 0;
}
.side_voice {
	padding: 0 0 20px 0;
}
.side_loan p, .side_voice p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	letter-spacing: -1px;
	padding-top: 10px;
}
.side_company {
	border-top: 1px dashed #CCCCCC;
}
.side_company_logo img {
	margin: auto;
	display: block;
	padding: 20px 0 15px 0;
}
.side_company_txt {
	padding: 15px 0 !important;
}
.side_company_txt li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 3px;
}
.side_company_btn li a {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	width: 200px;
	display: block;
	background: #eeeeee;
	position: relative;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	transition: .3s;
}
.side_company_btn li a:hover {
	background: #cecece;
}
.side_company_btn li a::before,
.side_company_btn li a::after {
	content: "";
	position: absolute;
	top: calc(50% - -0.5px);
	right: 13px;
	width: 5px;
	height: 1px;
	border-radius: 9999px;
	background-color: #333333;
	transform-origin: calc(100% - 0.5px) 50%;
}
.side_company_btn li a::before {
	transform: rotate(45deg);
}
.side_company_btn li a::after {
	transform: rotate(-45deg);
}