/*============================================
ヘッダー
============================================*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

header h1 {
	background-color: #FFF;
	padding: .18rem;
	width: .5rem;
	margin-left: .2rem;
	border-bottom: 5px solid #29abe2;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	header h1 {
		margin-left: 0;
	}
}

header nav {
	position: absolute;
	top: .55rem;
	right: .2rem;
}

@media screen and (max-width: 599px) {
	header nav {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		width: 100vw;
		height: 100vh;
		background-color: #29abe2;
	}

	header nav::before {
		content: "";
		width: .5rem;
		height: .63rem;
		background-image: url(../img/footer_logo.png);
		background-size: contain;
		position: absolute;
		top: .18rem;
		left: .18rem;
	}
}

header ul {
	display: flex;
	font-size: .15rem;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	header ul {
		display: flex;
		font-size: .14rem;
		font-weight: 700;
	}
}

@media screen and (max-width: 599px) {
	header ul {
		display: block;
		font-size: .2rem;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		text-align: center;
	}
}

header nav li::before {
	content: "/";
	padding-left: .1rem;
	padding-right: .1rem;
	color: #FFF;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
	header nav li::before {
		content: "/";
		padding-left: .06rem;
		padding-right: .06rem;
		color: #FFF;
		font-weight: 100;
		font-family: 'Roboto', sans-serif;
	}
}

@media screen and (max-width: 599px) {
	header nav li::before {
		content: none;
	}
}

@media screen and (max-width: 599px) {
	header li {
		line-height: 2.4;
	}
}

header li:first-child::before {
	content: none;
}

header li a {
	color: #FFF;
	text-decoration: none;
}

header li.header_contact_btn,
header li.sns_link,
header li.line_link {
	display: none;
}

@media screen and (max-width: 599px) {
	header li.header_contact_btn {
		padding-left: 0;
		top: 0;
		display: block;
	}
}

header li.header_contact_btn a {
	background-color: #FFF;
	color: #29abe2;
	padding: .08rem;
	padding-left: .2rem;
	padding-right: .2rem;
	border-radius: .4rem;
	font-size: .14rem;
}

@media screen and (max-width: 1200px) {
	header li.header_contact_btn a {
		background-color: #FFF;
		color: #29abe2;
		padding: .06rem;
		padding-left: .12rem;
		padding-right: .12rem;
		border-radius: .4rem;
		font-size: .13rem;
	}
}

@media screen and (max-width: 1024px) {
	header li.header_contact_btn a {
		padding-left: .12rem;
		padding-right: .12rem;
		font-size: .18rem;
	}
}

@media screen and (max-width: 599px) {
	header li.header_contact_btn a {
		background: none;
		color: #FFF;
		padding: .0;
		padding-left: .0;
		padding-right: 0;
		border-radius: 0;
		font-size: .2rem;
	}
}

header li.header_contact_btn a:hover {
	opacity: .7;
}

header li.header_contact_btn a span {
	display: inline-block;
	background-image: url(../img/icon_mail.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: .26rem;
}

@media screen and (max-width: 1024px) {
	header li.header_contact_btn a span {
		text-indent: -9999px;
	}
}

@media screen and (max-width: 599px) {
	header li.header_contact_btn a span {
		background: none;
		padding-left: 0;
		text-indent: 0;
	}
}

header li.header_contact_btn::before {
	content: none;
	padding: 0;
}

header .header_sub_menu {
	position: absolute;
	z-index: 1;
	top: 0;
	right: .2rem;
}

header .header_sub_menu li {
	width: 1.4rem;
	text-align: center;
	margin-left: 1px;
}

header .header_sub_menu li a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

header .header_contact a {
	background-color: #FFF;
	color: #29abe2;
	padding: .1rem;
	font-size: .14rem;
	display: block;
}

header .header_sns a {
	background-color: #4267b2;
	color: #FFF;
	padding: .1rem;
	padding-left: .12rem;
	padding-right: .12rem;
	font-size: .14rem;
	display: block;
}

header .header_contact a span {
	display: inline-block;
	background-image: url(../img/icon_mail.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: .26rem;
}

header .header_sns a span {
	display: inline-block;
	background-image: url(../img/fb_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: .26rem;
}

header .header_line a {
	background-color: #00b900;
	color: #FFF;
	padding: .1rem;
	padding-left: .12rem;
	padding-right: .12rem;
	font-size: .14rem;
	display: block;
	position: relative;
}

header .header_line a span {
	display: inline-block;
	position: relative;
	padding-left: 0.20rem;
}

header .header_line a span::before {
	content: "";
	width: 0.24rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../img/line_icon_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.05rem;
	top: 50%;
	transform: translateY(-50%);
}

/*=============================
スマホメニュー
=============================*/
/* 開閉ボタン */
#SPnaviBtn {
	position: absolute;
	top: .2rem;
	right: .14rem;
	width: 0.6rem;
	height: 0.3rem;
	border-radius: 4px;
	text-align: center;
	font-size: 0.55em;
	display: block;
	z-index: 10;
}
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}

#SPmenuBars {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 70%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #FFF;
}

header.scrolled .menu-trigger span {
	background-color: #0075b2;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 49%;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: 50%;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	bottom: 50%;
}

@media screen and (max-width: 350px) {
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
		bottom: 45%;
	}
}

/*=====================
MV
=====================*/
#mv_wrapper {
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
	height: 90vh;
	position: relative;
	z-index: 0;
	display: block;
	margin-bottom: .6rem;
}

@media screen and (max-width: 1024px) {
	#mv_wrapper {
		height: 80vh;
	}
}

@media screen and (max-width: 1000px) {
	#mv_wrapper {
		height: 500px;
		min-height: 500px;
	}
}

@media screen and (max-width: 599px) {
	#mv_wrapper {
		height: 60vh;
		min-height: 400px;
	}
}

#mv_wrapper::before {
	content: "";
	height: 1.5rem;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#mv_wrapper::after {
	content: "";
	position: absolute;
	bottom: -.3rem;
	left: 0;
	width: 100%;
	height: .3rem;
	background-image: url(../img/mv_bottom_bg.png);
	background-position: 0 0;
	background-size: 100% 100%;
}


/*======================
About
======================*/
.about_introduction {
	position: relative;
	padding-top: 1.1rem;
	margin-bottom: .3rem;
}

@media screen and (max-width: 599px) {
	.about_introduction {
		position: relative;
		padding-top: 0;
		margin-bottom: .3rem;
	}
}

.about_introduction::before {
	content: "";
	width: calc(100% - 4rem);
	height: 4rem;
	background-image: url(../img/about_intro_bg.jpeg);
	background-position: center center;
	background-size: cover;
	z-index: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 599px) {
	.about_introduction::before {
		width: 100%;
		height: 2rem;
		position: relative;
	}
}

.about_introduction .text_box {
	max-width: 7.7rem;
	padding: .3rem;
	padding-right: 0;
	background-color: #FFF;
	margin-left: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.about_introduction .text_box {
		max-width: 100%;
		padding: 0;
		padding-top: .2rem;
	}
}

.about_introduction .text_box .title {
	font-size: .23rem;
	line-height: 1.75;
	font-weight: 700;
	margin-bottom: .2rem;
}

@media screen and (max-width: 599px) {
	.about_introduction .text_box .title {
		font-size: .18rem;
		margin-bottom: .1rem;
	}
}

.about_introduction .text_box .text {
	font-size: .15rem;
	line-height: 2;
}

.about_introduction .text_box .about_copy {
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.about_introduction .text_box .about_copy img {
	display: block;
}


/* 新型コロナウィルス等感染予防対策実施中 */
.covid19-bnr {
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	.covid19-bnr {
		margin-bottom: 0.50rem;
	}
}

#about .topics_bnr_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 9.00rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#about .topics_bnr_wrap {
		display: block;
		padding-top: 0.15rem;
	}
}

#about .topics_bnr {
	width: 100%;
	max-width: 4.25rem;
	margin: 0 auto;
	z-index: 1;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 599px) {
	#about .topics_bnr {
		width: calc(100% - 0.40rem);
		border-radius: 0.06rem;
		padding-bottom: 0.40rem;
	}
	#about .topics_bnr.last {
		padding-bottom: 0.80rem;
	}
}

#about .topics_bnr a {
	display: block;
}

#about .topics_bnr a:hover {
	opacity: 0.7;
}

#about .topics_bnr img {
	display: block;
	border-radius: 0.13rem;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	position: relative;
	border: 2px solid #29ABE2;
	top: -0.2rem;
}

#about .topics_bnr .past_link_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
	#about .topics_bnr .past_link_wrap {
		padding-bottom: 0.20rem;
	}
}

#about .topics_bnr .past_link_wrap .past_link  {
	padding: 0 0.15rem;
}

#about .topics_bnr .past_link {
	text-align: center;
}

#about .topics_bnr .past_link a {
	color: #29ABE2;
	font-size: 0.15rem;
	font-weight: 700;
}

#about .topics_bnr .past_link a::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-top: 0.04rem solid transparent;
	border-bottom: 0.04rem solid transparent;
	border-left: 0.06rem solid #29ABE2;
	border-right: 0;
	position: relative;
	margin-right: 0.06rem;
	top: -0.01rem;
}

/* 代表あいさつ */
.about_greeting {
	margin-bottom: .7rem;
}

.about_greeting .flex_box {
	align-items: flex-end;
}

.about_greeting .text_box {
	max-width: 7rem;
}

.about_greeting .text_box .title_border {
	font-size: .2rem;
	font-weight: 700;
	letter-spacing: .19em;
	border-bottom: 2px solid #CCC;
	padding-bottom: .1rem;
	position: relative;
	z-index: 0;
	margin-bottom: .1rem;
}

.about_greeting .text_box .title_border::after {
	content: "";
	height: 2px;
	width: 1rem;
	background-color: #29abe2;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.about_greeting .text_box .text {
	font-size: .15rem;
	line-height: 1.85;
}

.about_greeting .text_box .ceo_name {
	text-align: right;
	font-size: .15rem;
	line-height: 1.55;
	position: relative;
}

.about_greeting .text_box .ceo_name::before {
	content: "CEO　Shintaro Watanabe";
	color: #29abe2;
	font-size: 0.13rem;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align: right;
}


.about_greeting .text_box .ceo_name strong {
	font-weight: 400;
	font-size: .18rem;
}

.about_greeting .ceo_photo {
	max-width: 1.3rem;
	padding-top: .05rem;
	padding-bottom: .08rem;
}

@media screen and (max-width: 599px) {
	.about_greeting .ceo_photo {
		margin: auto;
		padding-top: .15rem;
		max-width: 100%;
	}
}

.about_greeting .ceo_photo img {
	width: 100%;
}

@media screen and (max-width: 599px) {
	.about_greeting .ceo_photo img {
		max-width: 1.3rem;
		margin: auto;
		display: block;
	}
}

.about_greeting .ceo_photo .ceo_name {
	text-align: center;
	padding-top: .15rem;
	font-size: .14rem;
	line-height: 1.4;
}

.about_greeting .ceo_photo .ceo_name::before {
	content: "CEO / Shintaro Watanabe";
	color: #29abe2;
	font-size: 0.13rem;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align: center;
}

/* プロフィール */
.about_profile {
	margin-bottom: .6rem;
}

@media screen and (max-width: 599px) {
	.about_profile {
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

.about_profile .in880 {
	border: 2px solid #29abe2;
	padding: .3rem;
	box-sizing: border-box;
}

.about_profile .title {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #29abe2;
	font-size: .18rem;
	letter-spacing: .19em;
	margin-bottom: .2rem;
}

.about_profile .text {
	font-size: .15rem;
	line-height: 1.85;
}

/*======================
business
======================*/
#business {
	background-color: #f2f2f2;
	position: relative;
	display: block;
	padding-bottom: .6rem;
}

#business .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
}

#business .sec_title::before {
	margin-bottom: .3rem;
}

#business p.lead {
	text-align: center;
	font-size: .15rem;
	margin-bottom: .3rem;
	line-height: 1.85;
}

#business .business_box {
	width: 29%;
}

@media screen and (max-width: 599px) {
	#business .business_box {
		width: 90%;
		margin: auto;
		margin-bottom: .3rem;
	}
}

#business .business_box .business_icon {
	width: 1rem;
	margin: auto;
	margin-bottom: .2rem;
}

#business .business_box .title {
	text-align: center;
	color: #29abe2;
	border-bottom: 1px solid #29abe2;
	padding-bottom: .1rem;
	margin-bottom: .1rem;
	font-size: .2rem;
	font-weight: 700;
	letter-spacing: .08em;
}

#business .business_box .text {
	font-size: .15rem;
	line-height: 1.85;
}

#business .business_box .text .caption {
	display: block;
	font-size: .13rem;
	line-height: 1.6;
	padding-top: .06rem;
}

/*======================
flow
======================*/
#flow {
	position: relative;
	display: block;
	padding-bottom: .6rem;
}

#flow .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
}

#flow .sec_title::before {
	margin-bottom: .3rem;
}

#flow .flow_tab ul {
	border-bottom: 5px solid #29abe2;
}

#flow .flow_tab li {
	width: 49.5%;
	background-color: #cccccc;
	box-sizing: border-box;
	padding: .2rem;
	font-size: .18rem;
	font-weight: 700;
	color: #666;
	text-align: center;
	cursor: pointer;
}

#flow .flow_tab li.active {
	background-color: #29abe2;
	color: #FFF;
}

.flow_cont_wrapper.none {
	display: none;
}

.flow_cont {
	padding-bottom: .3rem;
	margin-top: .3rem;
}

.flow_cont.arrow {
	background-image: url(../img/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto .25rem;
	padding-bottom: .6rem;
}
@media screen and (max-width: 599px) {
	.flow_cont.arrow {
		background-size: auto .15rem;
		padding-bottom: .3rem;
	}
}


.flow_cont .flow_step {
	max-width: 1.15rem;
	text-align: center;
	font-size: .6rem;
	font-weight: 100;
	color: #29abe2;
	margin-top: .1rem;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_step {
		width: 100%;
		max-width: 100%;
		letter-spacing: .14em;
		font-size: .16rem;
		font-weight: 700;
		border-bottom: 1px solid #29abe2;
		padding-bottom: .1rem;
		position: relative;
		text-align: left;
		cursor: pointer;
	}
	.flow_cont .flow_step::before {
		content: "";
		width: 0.12rem;
		height: 1px;
		background-color: #29ABE2;
		position: absolute;
		right: 0;
		top: 30%;
		transform: translateY(-50%);
	}
	.flow_cont .flow_step::after {
		content: "";
		width: 1px;
		height: 0.12rem;
		background-color: #29ABE2;
		position: absolute;
		right: 0.06rem;
		top: 30%;
		transform: translateY(-50%);
	}
}

.flow_cont .flow_step span {
	font-size: .18rem;
	display: block;
	padding-bottom: .1rem;
	margin-bottom: .1rem;
	border-bottom: 1px solid #CCC;
	font-weight: 300;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_step span {
		font-size: .16rem;
		display: inline-block;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
		font-weight: 300;
		padding-right: .04rem;
	}
}

.flow_cont .flow_textbox {
	max-width: 5rem;
	margin-top: .1rem;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_textbox {
		margin-top: 0;
	}
}

.flow_cont .flow_textbox .title {
	font-size: .2rem;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: .1rem;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_textbox .title {
		font-size: .18rem;
		margin-bottom: .05rem;
		margin-top: .1rem;
	}
}

.flow_cont .flow_textbox .text {
	font-size: .15rem;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_textbox .text {
		font-size: .14rem;
		line-height: 1.65;
		display: none;
	}
}

.flow_cont .flow_textbox .text .small_text {
	font-size: .12rem;
}


.flow_cont .flow_ph {
	width: 2rem;
	max-height: 1.2rem;
	padding-top: .1rem;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_ph {
		width: 100%;
		max-height: 2rem;
		padding-top: .1rem;
		display: none;
	}
}

.flow_cont .flow_ph img {
	object-fit: cover;
	width: 2rem;
	max-height: 1.2rem;
}

@media screen and (max-width: 599px) {
	.flow_cont .flow_ph img {
		object-fit: cover;
		width: 100%;
		max-height: 2rem;
	}
}

/* 税金 */
.flow_tax .lead {
	font-size: .15rem;
	text-align: center;
	margin-bottom: .2rem;
	line-height: 1.85;
	margin-top: .6rem;
}

.flow_tax table {
	width: 100%;
	border-collapse: collapse;
	background-color: #f2f2f2;
}

.flow_tax th {
	padding: .1rem;
	font-size: .2rem;
	color: #FFF;
	background-image: url(../img/flow_tax_table_bg.png);
	background-position: right center;
	background-size: cover;
	width: 25%;
}

@media screen and (max-width: 599px) {
	.flow_tax th {
		font-size: .18rem;
		color: #FFF;
		background-image: none;
		background-color: #29abe2;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

.flow_tax td {
	font-size: .15rem;
	line-height: 1.65;
	padding: .16rem;
}

@media screen and (max-width: 599px) {
	.flow_tax td {
		font-size: .14rem;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}


/* お問い合わせボタン */
.contact_btn {
	max-width: 3rem;
	margin: auto;
	margin-top: .4rem;
	margin-bottom: .4rem;
}

@media screen and (max-width: 599px) {
	.contact_btn {
		max-width: 100%;
	}
}

.contact_btn a {
	display: block;
	text-align: center;
	padding: .16rem;
	font-size: .16rem;
	font-weight: 700;
	color: #FFF;
	background-color: #f7931e;
	text-decoration: none;
}

.contact_btn a:hover {
	opacity: .7;
}

/*===============================
commission
===============================*/
#commission {
	background-color: #f2f2f2;
	display: block;
	padding-bottom: .6rem;
}

#commission .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
}

#commission .sec_title::before {
	margin-bottom: .3rem;
}

#commission .lead {
	text-align: center;
	font-size: .15rem;
	margin-bottom: .2rem;
	line-height: 1.65;
}

#commission .text {
	font-size: .15rem;
	line-height: 1.85;
}

.commission_table01 {
	margin-bottom: .2rem;
}

.commission_table01 table {
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	width: 100%;
}

.commission_table01 th {
	position: relative;
	padding: .16rem;
	font-size: .15rem;
	border-bottom: 1px solid #CCC;
	font-weight: 400;
	text-align: left;
	width: 30%;
}

@media screen and (max-width: 599px) {
	.commission_table01 th {
		padding: .1rem;
		padding-left: 0;
		padding-right: .2rem;
		font-size: .15rem;
		text-align: center;
		line-height: 1.7;
		width: 35%;
	}

	.commission_table01 th strong {
		display: block;
	}
}

.commission_table01 th::after {
	content: "▶";
	color: #29abe2;
	font-size: .1rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.commission_table01 td {
	position: relative;
	padding: .16rem;
	font-size: .15rem;
	border-bottom: 1px solid #CCC;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	.commission_table01 td {
		padding: .1rem;
		font-size: .14rem;
		line-height: 1.65;
	}
}

.commission_keisan {
	background-color: #FFF;
	border: 2px solid #29abe2;
	padding: .3rem;
	text-align: center;
	margin-top: .1rem;
	margin-bottom: .1rem;
}

@media screen and (max-width: 599px) {
	.commission_keisan {
		padding-left: .1rem;
		padding-left: .1rem;
	}
}

.commission_keisan .title {
	font-size: .18rem;
	font-weight: 700;
	color: #29abe2;
	margin-bottom: .2rem;
}

@media screen and (max-width: 599px) {
	.commission_keisan .title {
		font-size: .15rem;
	}
}

.commission_keisan .title span {
	background: linear-gradient(transparent 60%, #fcee21 0%);
	display: inline-block;
	padding-left: .04rem;
	padding-right: .04rem;
	padding-bottom: .02rem;
}


.commission_keisan .keisan {
	font-size: .23rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.commission_keisan .keisan {
		font-size: .18rem;
		line-height: 1.4;
	}
}

.commission_keisan .keisan span {
	display: inline-block;
	padding-left: .1rem;
	padding-right: .1rem;
}

/* 売却価格ごとの仲介手数料の一例 */
.commission_sample {
	margin-top: .4rem;
}

.commission_sample .title {
	font-size: .2rem;
	font-weight: 700;
	margin-bottom: .2rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.commission_sample .title {
		font-size: .18rem;
		font-weight: 700;
		margin-bottom: .2rem;
		text-align: center;
	}
}

.commission_sample .title::before {
	content: "";
	width: .45rem;
	height: 1px;
	background-color: #222;
	margin-right: .2rem;
	position: relative;
	display: inline-block;
	top: -.06rem;
}

@media screen and (max-width: 599px) {
	.commission_sample .title::before {
		content: none;
	}
}

.commission_sample .title::after {
	content: "";
	width: .45rem;
	height: 1px;
	background-color: #222;
	margin-left: .2rem;
	position: relative;
	display: inline-block;
	top: -.06rem;
}

@media screen and (max-width: 599px) {
	.commission_sample .title::after {
		content: none;
	}
}

.commission_table02 {
	margin-bottom: .6rem;
}

.commission_table02 table {
	border-collapse: collapse;
	width: 100%;
}

.commission_table02 th {
	font-size: .16rem;
	color: #FFF;
	text-align: center;
	padding: .12rem;
	width: 33.3%;
}

@media screen and (max-width: 599px) {
	.commission_table02 th {
		font-size: .12rem;
		line-height: 1.4;
	}
}

.commission_table02 th.bg01 {
	background-color: #29abe2;
}

.commission_table02 th.bg02 {
	background-color: #0071bc;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.commission_table02 th.bg03 {
	background-color: #00a99d;
}

.commission_table02 td {
	font-size: .18rem;
	padding: .2rem;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.commission_table02 td {
		font-size: .14rem;
		padding-left: .1rem;
		padding-right: .1rem;
		line-height: 1.4;
	}
}


/* お役立ちリンク */
.link_wrapper {
	background: #FFF;
	padding: .4rem;
	border: 2px solid #29abe2;
	margin-top: .4rem;
	border-radius: 3px;
}

@media screen and (max-width: 599px) {
	.link_wrapper {
		padding: .2rem;
		padding-bottom: .1rem;
	}
}

.link_wrapper .title {
	margin-bottom: .14rem;
}

@media screen and (max-width: 599px) {
	.link_wrapper .title {
		border-bottom: 1px solid #29abe2;
		padding-bottom: .1rem;
	}
}

.link_wrapper .link {
	padding-bottom: .5rem;
}

.link_wrapper .link:last-child {
	padding-bottom: 0;
}

.link_wrapper .link a {
	color: #29abe2;
	font-size: .18rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 0.15rem;
}

@media screen and (max-width: 599px) {
	.link_wrapper .link a {
		padding-bottom: .2rem;
		display: block;
		font-size: .16rem;
	}
}

.link_wrapper .link a:hover {
	text-decoration: none;
}

.link_wrapper .link img {
	height: .42rem;
	display: inline-block;
}

.link_wrapper .link img.icon {
	height: .20rem;
	margin-right: .08rem;
	position: relative;
	top: .03rem;
}

@media screen and (max-width: 599px) {
	.link_wrapper .link img.icon {
		height: .18rem;
		margin-right: .08rem;
		position: relative;
		top: .05rem;
	}
}

.link_wrapper ul {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 599px) {
	.link_wrapper ul {
		flex-wrap: wrap;
	}
}

.link_wrapper .separator {
	height: 0.50rem;
}

/*===============================
company
===============================*/
#company {
	display: block;
	padding-bottom: .6rem;
	position: relative;
}

#company::before {
	content: "";
	background-image: url(../img/company_header.jpeg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.9rem;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

@media screen and (max-width: 599px) {
	#company::before {
		height: 2rem;
	}
}

#company .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: 1.8rem;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#company .sec_title {
		margin-bottom: 1rem;
	}
}

#company .sec_title::before {
	margin-bottom: .3rem;
}

#company .in1000 {
	background-color: #FFF;
	box-sizing: border-box;
	padding: .6rem;
}

@media screen and (max-width: 599px) {
	#company .in1000 {
		padding: .2rem;
	}
}

#company .in1000 .title {
	font-size: .2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: .2rem;
}

#company .in1000 .company_table {
	margin-bottom: .5rem;
}

#company .in1000 .company_table table {
	width: 100%;
	border-collapse: collapse;
	font-size: .15rem;
	border-top: 1px solid #CCC;
}

#company .in1000 .company_table th {
	width: 20%;
	text-align: center;
	font-weight: 400;
	padding: .12rem;
	background-color: #e9f6fc;
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
	#company .in1000 .company_table th {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		display: block;
	}
}

#company .in1000 .company_table td {
	padding: .12rem;
	border-bottom: 1px solid #CCC;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	#company .in1000 .company_table td {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		display: block;
	}
}

#company .in1000 .organization_map_wrap {
	padding-bottom: 0.60rem;
}

/* コンプライアンス */
#privacy {
	background-color: #F1F1F1;
}

#privacy .sec_title {
	position: relative;
	margin-bottom: 0;
	color: #29abe2;
}

#privacy .in1000 {
	background-color: #F1F1F1;
}

#privacy .lead_text {
	font-size: .16rem;
	line-height: 1.85;
	margin-bottom: .3rem;
}

/* コンプライアンス */
#compliance {}

#compliance .sec_title {
	position: relative;
	margin-bottom: 0;
	color: #29abe2;
}

#company .in {
	max-width: 10.70rem;
	margin: auto;
}

#company .sub_title {
	font-size: .16rem;
	font-weight: 700;
	margin-bottom: .1rem;
}

#company .text {
	font-size: .14rem;
	line-height: 1.85;
}

#company hr {
	height: 1px;
	border: 0;
	width: 100%;
	background-color: #CCC;
	margin-top: .2rem;
	margin-bottom: .2rem;
}


.company_address {
	margin-top: .6rem;
}

.company_ph_wrap {
	width: 6.00rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	.company_ph_wrap {
		margin: auto;
		width: 100%;
		padding: 0 0.20rem;
		box-sizing: border-box;
	}
}

.company_ph_wrap .ph_wrap {
	width: 49.5%;
	position: relative;
}

@media screen and (max-width: 599px) {
.company_ph_wrap .ph_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 4px;
}
}

.company_ph_wrap .ph_wrap img {
	display: block;
}

.company_ph_wrap .ph_wrap span {
	display: inline-block;
	position: absolute;
	right: 0.05rem;
	bottom: 0.10rem;
	z-index: 1;
	font-size: 0.12rem;
	font-weight: 600;
	color: #FFF;
	padding: 0.03rem;
	background-color: #000;
}

@media screen and (max-width: 599px) {
.company_ph_wrap .ph_wrap span {
	right: 0.05rem;
	bottom: 0.05rem;
	font-size: 0.11rem;
}
}

.company_address_text {
	width: 4.40rem;
}

@media screen and (max-width: 599px) {
	.company_address_text {
		width: 100%;
		text-align: center;
	}
}

.company_address_text .title {
	font-size: .24rem;
	font-weight: 700;
	color: #29abe2;
	line-height: 1.6;
	margin-bottom: .2rem;
	margin-top: .1rem;
}

.company_address_text .title span {
	display: block;
	font-size: .14rem;
	font-weight: 400;
	color: #222;
}

.company_address_text .text {
	font-size: .15rem;
	line-height: 1.85;
}

.company_address_tel {
	font-size: .24rem;
	font-weight: 300;
	line-height: 1.4;
}


/*===============================
recruit
===============================*/
#recruit {
	background-color: #f2f2f2;
	display: block;
	padding-bottom: .6rem;
}

#recruit .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
}

#recruit .sec_title::before {
	margin-bottom: .3rem;
}

#recruit .lead {
	text-align: center;
	font-size: .15rem;
	line-height: 1.85;
}

.recruit_box {
	margin-top: .6rem;
	position: relative;
}

/* 募集していないとき */
.recruit_box.not_rec::before {
	content: "現在、営業職は\A募集しておりません";
	font-size: 0.18rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 0.50rem;
	left: 50%;
	background-color: #c60e0e;
	padding: 0.06rem;
	transform: translateX(-50%) rotate(-2deg);
	width: max-content;
	z-index: 2;
	opacity: 0.8;
}
@media screen and (max-width: 599px) {
	.recruit_box.not_rec::before {
		font-size: 0.30rem;
		top: 0.60rem;
		padding: 0.08rem;
		white-space: pre;
		text-align: center;
		line-height: 1.35;
	}
}

.recruit_box .title {
	font-size: .2rem;
	font-weight: 700;
	padding-bottom: .1rem;
	border-bottom: 2px solid #CCC;
	position: relative;
	margin-bottom: .2rem;
}

.recruit_box .title::after {
	content: "";
	width: 1rem;
	height: 2px;
	background-color: #29abe2;
	bottom: -2px;
	left: 0;
	position: absolute;
}

.recruit_box .text {
	font-size: .15rem;
	line-height: 1.85;
}

.recruit_box_jinzai {
	font-size: 0.20rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	line-height: 1.65;
	font-weight: 700;
}

.recruit_box_jinzai strong {
	color: #3BABE2;
}

.recruit_box_caption {
	font-size: 0.14rem;
	line-height: 1.75;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0.1rem;
	margin-top: 0.1rem;
}

.recruit_box_caption_icon {
	color: #3BABE2;
}

.recruit_table_wrap {
	font-size: 0.15rem;
	line-height: 1.65;
	padding: 0.10rem 0.30rem;
	background-color: #FFF;
	margin-top: 0.20rem;
	border: 1px solid #CCC;
}

.recruit_table_wrap table {
	border-collapse: collapse;
	width: 100%;
}

.recruit_table_wrap th {
	width: 1.50rem;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0.14rem 0;
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
	.recruit_table_wrap th {
		width: 1.10rem;
		font-weight: 700;
	}
}

.recruit_table_wrap tr:last-child th {
	border: 0;
}

.recruit_table_wrap th span::before {
	content: "●";
	display: inline-block;
	color: #3BABE2;
	padding-right: 4px;
}

@media screen and (max-width: 599px) {
	.recruit_table_wrap th span::before {
		padding-right: 2px;
	}
}

.recruit_table_wrap td {
	padding: 0.14rem 0;
	border-bottom: 1px solid #CCC;
}

.recruit_table_wrap tr:last-child td {
	border: 0;
}

/*===============================
information
===============================*/
#information {
	background-color: #29abe2;
	display: block;
	padding-bottom: .6rem;
}

#information .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
	color: #FFF;
}

#information .sec_title::before {
	margin-bottom: .3rem;
}

#information .sec_title span {
	color: #FFF;
}

#information .lead {
	text-align: center;
	font-size: .15rem;
	line-height: 1.85;
	color: #FFF;
}

#information .info_btn_wrapper {
	margin-top: .4rem;
}

#information .info_btn_wrapper li {
	width: 24%;
}

@media screen and (max-width: 599px) {
	#information .info_btn_wrapper li {
		width: 48%;
		margin-bottom: .2rem;
	}
}

#information .info_btn_wrapper li a {
	display: block;
	padding: .12rem;
	font-size: .16rem;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	position: relative;
	line-height: 1.6;
	border-radius: 4px;
}

#information .info_btn_wrapper li a:hover {
	opacity: .7;
}

#information .info_btn_wrapper li a::after {
	content: "▶";
	color: #FFF;
	font-size: .06rem;
	position: absolute;
	top: 50%;
	right: .12rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#information .info_btn_wrapper li a::after {
		content: none;
	}
}

#information .info_btn_wrapper li.btn01 a {
	background-color: #f15a24;
	box-shadow: 0 2px 0 rgba(241, 90, 36, .3);
}

#information .info_btn_wrapper li.btn02 a {
	background-color: #184976;
	box-shadow: 0 2px 0 rgba(24, 73, 118, .3);
}

#information .info_btn_wrapper li.btn03 a {
	background-color: #8cc63f;
	box-shadow: 0 2px 0 rgba(140, 198, 63, .3);
}

#information .info_btn_wrapper li.btn04 a {
	background-color: #F7931E;
	box-shadow: 0 2px 0 rgba(247, 147, 30, .3);
}


/*===============================
news
===============================*/
#news {
	display: block;
	padding-bottom: .6rem;
	padding-top: .6rem;
}

#news .flexbox {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-right: -2%;
}

@media screen and (max-width: 599px) {
	#news .flexbox {
		margin-left: 0;
		margin-right: 0;
	}
}

.news_box {
	margin-bottom: .4rem;
	width: 31%;
	margin-left: 1.1%;
	margin-right: 1.1%;
}

@media screen and (max-width: 599px) {
	.news_box {
		margin-bottom: .4rem;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.news_box a {
	color: #222;
	text-decoration: none;
}

.news_box a:hover {
	color: #29abe2;
}

.news_box .news_img {
	height: 2rem;
	margin-bottom: 0.1rem;
	background-image: url(/img/bukken_no_image.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.news_box .news_img .img {
	height: 2rem;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s ease;
}

.news_box a:hover .img {
	transform: scale(1.04);
}

.news_box a .title {
	font-size: .16rem;
	font-weight: 700;
	text-decoration: underline;
	line-height: 1.6;
}

.news_box a dl {
	/* 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	font-size: .16rem;
	line-height: 1.6;
}

.news_box a .date {
	/* 	width: 15%; */
	font-size: .14rem;
	padding-bottom: 0.06rem;
	position: relative;
	/* 	top: .02rem; */
}

.news_box a .text {
	/* 	width: 85%; */
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 599px) {
	.news_box a .title {
		font-size: .15rem;
		text-decoration: none;
		line-height: 1.65;
		border-bottom: 1px dotted #CCC;
		padding-bottom: .16rem;
	}

	.news_box a dl {
		font-size: .15rem;
		line-height: 1.65;
	}

	.news_box a .date {
		width: 100%;
		top: .0;
	}

	.news_box a .text {
		width: 100%;
	}

}

.news_box a .title span {
	font-size: .14rem;
	display: inline-block;
	margin-right: .3rem;
	text-decoration: none;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	.news_box a .title span {
		display: block;
	}
}

/* ページ送り */
.wp-pagenavi {
	clear: both;
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
	text-align: center;
	font-size: 0.14rem;
}
@media screen and (max-width: 599px) {
	.wp-pagenavi {
		font-size: 0.13rem;
		margin: 0 -0.10rem;
	}
}

.wp-pagenavi a,
.wp-pagenavi span {
	padding: 0.1rem 0.14rem;
	margin: 0;
	color: #111;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border-radius: 0.2rem;
}

.wp-pagenavi a .pc_only {
	display: inline-block !important;
}
.wp-pagenavi a .sp_only {
	display: none !important;
}

@media screen and (max-width: 599px) {
	.wp-pagenavi a .sp_only {
		display: inline-block !important;
	}
	.wp-pagenavi a .pc_only {
		display: none !important;
	}
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #29ABE2;
}

.wp-pagenavi span.current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #fff;
	background-color: #29ABE2;
	position: relative;
}

.wp-pagenavi .nextpostslink {
	padding-right: 0.24rem;
}

.wp-pagenavi .previouspostslink {
	padding-left: 0.24rem;
}

.wp-pagenavi .nextpostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.1rem;
	transform: translatey(-50%);
	background-image: url(/img/next_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.1rem;
	height: 0.12rem;
}

.wp-pagenavi .previouspostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.1rem;
	transform: translatey(-50%);
	background-image: url(/img/prev_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.1rem;
	height: 0.12rem;
}


/*===============================
contact
===============================*/
#contact {
	background-color: #f2f2f2;
	display: block;
	padding-bottom: .6rem;
}

#contact .sec_title {
	position: relative;
	top: -15px;
	margin-bottom: .3rem;
}

#contact .sec_title::before {
	margin-bottom: .3rem;
}

#contact .lead {
	text-align: center;
	font-size: .15rem;
	line-height: 1.85;
}

.contact_btn_large {
	max-width: 3.2rem;
	margin: auto;
	margin-top: .4rem;
	margin-bottom: .7rem;
	text-align: center;
}

.contact_btn_large .title {
	font-size: .16rem;
	font-weight: 700;
	padding-bottom: .2rem;
	margin-bottom: .05rem;
}

.contact_btn_large .title span {
	border-bottom: 3px solid #222;
}

/*
.contact_btn_large a {
	display: block;
	text-align: center;
	font-size: .2rem;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	padding: .2rem;
	background-color: #f7931e;
	box-shadow: 0 2px 0 rgba(247, 147, 30, .3);
	position: relative;
}
*/

.contact_btn_large a {
	font-size: .30rem;
	color: #f7931e;
	font-weight: 700;
}

.contact_btn_large a:hover {
	opacity: .7;
}

/*
.contact_btn_large a::after {
	content: "▶";
	font-size: .1rem;
	position: absolute;
	top: 50%;
	right: .12rem;
	transform: translateY(-50%);
}
*/

@media screen and (max-width: 599px) {
	.contact_btn_large a::after {
		content: none;
	}
}

.contact_btn_large .line_btn {
	display: block;
	background-color: #00b900;
	color: #FFF;
	text-decoration: none;
	font-size: 0.24rem;
	line-height: 0;
	padding: 0.25rem 0 0.26rem;
	margin-top: 0.10rem;
	border-radius: 0.06rem;
	box-shadow: 0 3px 0 rgba(0,185,0,0.3);
}

.contact_btn_large .line_btn span {
	display: inline-block;
	padding-left: 0.20rem;
	position: relative;
}

.contact_btn_large .line_btn span::before {
	content: "";
	width: 0.30rem;
	height: 0.22rem;
	background-image: url(../img/line_icon_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

.contact_tel {
	text-align: center;
}

.contact_tel .title {
	font-size: .16rem;
	font-weight: 700;
	padding-bottom: .1rem;
	margin-bottom: .05rem;
}

.contact_tel .title span {
	border-bottom: 3px solid #222;
}

.contact_tel address {
	font-size: .24rem;
	line-height: 1.7;
	font-weight: 300;
}

.contact_tel address em {
	font-size: .14rem;
	display: block;
	font-weight: 400;
}

/* SPヘッダーボタン */
.sp_header_btn_wrap {
	position: absolute;
	right: 0.70rem;
	top: 0.15rem;
	width: 1.65rem;
	height: 0.50rem;
}

.sp_header_btn_wrap .list {
	display: flex;
	justify-content: flex-end;
}

.sp_header_btn_wrap .list .link {
	width: 0.55rem;
	height: 0.50rem;
}

.sp_header_btn_wrap .list .link a {
	display: block;
	height: 100%;
	position: relative;
}

.sp_header_btn_wrap .list .link a span {
	display: block;
	text-indent: -9999px;
}

.sp_header_btn_wrap .list .link a::before {
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.sp_header_btn_wrap .list .link.contact a::before {
	width: 0.28rem;
	height: 0.25rem;
	background-image:url(../img/icon_contact_sp.svg);
}

.sp_header_btn_wrap .list .link.fb a::before {
	width: 0.25rem;
	height: 0.25rem;
	background-image:url(../img/icon_fb_sp.svg);
}

.sp_header_btn_wrap .list .link.line a::before {
	width: 0.25rem;
	height: 0.25rem;
	background-image:url(../img/line_icon_white.svg);
}

/*=====================
フッター
=====================*/
footer {
	background-color: #29abe2;
}

footer::before {
	content: "";
	width: 100%;
	height: 3rem;
	background-image: url(../img/footer_bg.jpeg);
	background-position: center bottom;
	background-size: cover;
	display: block;
}

@media screen and (max-width: 599px) {
	footer::before {
		height: 1.6rem;
	}
}

footer .in1000 {
	padding-top: .3rem;
	padding-bottom: .3rem;
}

footer .logo_area {
	color: #FFF;
	width: 3.1rem;
}

@media screen and (max-width: 599px) {
	footer .logo_area {
		margin: auto;
	}
}

footer .logo_area .logo {
	width: .5rem;
}

footer .logo_area .logo_text {
	width: 2.4rem;
}

footer .logo_area .logo_text h2 {
	font-size: .18rem;
	font-weight: 700;
	line-height: 1.65;
}

@media screen and (max-width: 599px) {
	footer .logo_area .logo_text h2 {
		font-size: .17rem;
	}
}

footer .logo_area .logo_text h2 em {
	font-weight: 400;
	font-size: .12rem;
	display: block;
}

footer .logo_area .logo_text h2 span {
	font-weight: 400;
	font-size: .1rem;
	display: block;
}

footer .navi_area {
	margin-top: .3rem;
}

footer .navi_area a {
	color: #FFF;
	text-decoration: none;
	font-size: .13rem;
}

@media screen and (max-width: 599px) {
	footer .navi_area a {
		font-size: .15rem;
	}
}

footer .navi_area a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 599px) {
	footer .navi_area li {
		width: 50%;
		line-height: 2;
	}
}

footer .navi_area li::before {
	content: "/";
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding-left: .06rem;
	padding-right: .06rem;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	footer .navi_area li::before {
		content: "−";
		padding-right: .04rem;
	}
}

footer .navi_area li:first-child::before {
	content: none;
}

@media screen and (max-width: 599px) {
	footer .navi_area li:first-child::before {
		content: "−";
		padding-right: .04rem;
	}
}

/*=====================
2021.5.22
=====================*/
.teikei_wrap {
	background-color: #FFF;
	padding: 0.30rem 0.30rem 0.10rem;
	text-align: center;
	margin-top: 0.30rem;
	border: 2px solid #CCC;
}

@media screen and (max-width: 599px) {
.teikei_wrap {
	padding: 0.20rem 0.20rem 0.10rem;
}
}

.teikei_wrap .sub_title {
	font-weight: 700;
	font-size: 0.18rem;
	padding-bottom: 0.10rem;
	border-bottom: 2px solid #CCC;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.teikei_wrap .sub_title {
		padding-bottom: 0.10rem;
	}
}

.teikei_wrap .cat_title {
	font-weight: 700;
	font-size: 0.16rem;
	padding-top: 0.10rem;
}


.teikei_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -0.10rem 0.20rem;
}

.teikei_wrap .list .detail {
	width: 33.3%;
	padding: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
.teikei_wrap .list .detail {
	width:70%;
	padding: 0.10rem;
}
}

.teikei_wrap .list .detail a img {
	display: block;
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding: 0.10rem;
}

.teikei_wrap .list .detail a:hover {
	opacity: 0.7;
}


/*=====================
2022.12.30
=====================*/
.company_review {
	max-width: 10.80rem;
	margin: auto;
	overflow-x: hidden;
	padding: 0.30rem 0;
}