@charset "UTF-8";


/****************************************
		CSS Setting
*****************************************/

/****************************************
		General Setting
*****************************************/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 Medium 500 bold 700 */
  font-family: noto-sans-cjk-jp, '游ゴシック', 'Yu Gothic', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-strict;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
	position: relative;
}

.f_play {
  /* regular 400 bold 700 */
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
}

.f_minc {
  /* regular 400 Medium 500 bold 700 */
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

a {
  text-decoration: underline;
  color: #2d2d2d;
}

a:hover {
  color: #2d2d2d;
}

a img {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

a img:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.thumbimg:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix2 {
  display: flex;
  zoom: 1;
	flex-direction:column;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
	width: 100%;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.sp_only, .sp_ionly, .sp_tronly {
  display: none;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

section {
  display: block;
}

#Page {
	overflow: hidden;
}

.mt00 {
	margin-top: 0!important;
}
.mb00 {
	margin-bottom: 0!important;
}

.mt1em {
	margin-top: 1em!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt40 {
	padding-top: 40px!important;
}

/****************************************
		Base Setting
*****************************************/
main {
	padding-top: 100px;
	overflow: hidden;
}

.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sec {
	padding: 5% 0;
}

.sec_page_wrap {
	margin: 0 0 6%;
}

.boxs .box {
  float: left;
}

/* hover */
.hover-r {
    transition: 0.3s ease;
}

/* header */
.header {
    z-index: 15;
    width: 100%;
}
.header_menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}
.header_inner {
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.header_logo {
    position: relative;
    z-index: 5;
}
.header_logo h1 {
	font-size: .7em;
	font-weight: normal;
}
.header_logo>a {
    display: block;
}
.header_nav_menu_item>a {
    color: #222;
    transition: 0.3s ease;
    position: relative;
	text-decoration: none;
}
.header_nav_menu_ttl {
    font-weight: bold;
	font-size: 17px;
}
.icon-pos {
    display: flex;
    align-items: center;
    letter-spacing: .05em;
}
.icon_link {
    background-color: #8ab52c;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.icon-pos>* {
    flex-shrink: 0;
}
.icon_link::before, .icon_link::after {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    top: 50%;
}
.icon_link::before {
    transform: translateY(-50%) rotate(45deg);
}
.icon_link::after {
    opacity: 0;
    transform: translate(-200%, -50%) rotate(45deg);
}
.header_nav_menu_under_item {
    position: relative;
}
.header_nav_menu_under_item>a {
    color: #222;
    position: relative;
}
.header_download {
    height: 100px;
}
.header_download_inner {
    display: flex;
    overflow: hidden;
}
.header_download_sds>a,
.header_download_contact>a {
    display: block;
    height: 100px;
    padding: 18px 15px;
    width: 110px;
}
/* ボタンモーション */
.header_download_sds>a,
.header_download_contact>a,
.after_foot_btn .btn_style a {
    transition: 0.3s ease;
	text-decoration: none;
}


/* color指定 */
	.header_download_sds>a,
	.box_clm_btn .btn_style.btn_bgs_01 a,
	.after_foot_btn .btn_style:nth-of-type(1) a,
	.footer_cv .btn_style:first-of-type a {
	    background-color: #8ab52c;
	}
	.box_clm_btn .btn_style.btn_bgs_01 a,
	.footer_cv .btn_style:first-of-type a{
		box-shadow: 0 3px #5c791d;
	}
	.header_download_sds>a:hover,
	.box_clm_btn .btn_style.btn_bgs_01 a:hover,
	.after_foot_btn .btn_style:nth-of-type(1) a:hover,
	.footer_cv .btn_style:first-of-type a:hover {
	    background-color: #a5d736;
		transition: 0.3s ease;
	}
	.header_download_contact>a,
	.box_clm_btn .btn_style.btn_bgs_02 a,
	.after_foot_btn .btn_style:nth-of-type(2) a {
	    background-color: #277953;
		box-shadow: 0 3px #000;
	}
	.header_download_contact>a:hover,
	.box_clm_btn .btn_style.btn_bgs_02 a:hover,
	.after_foot_btn .btn_style:nth-of-type(2) a:hover {
	    background-color: #40bf84;
	}
	.box_clm_btn .btn_style.btn_bgs_03 a {
	    background-color: #1c18c4;
		box-shadow: 0 3px #0a3863;
		padding: 14px 10px;
	}
	.box_clm_btn .btn_style.btn_bgs_03 a:hover {
	    background-color: #115da4;
	}

.header_download_sds .header_download_icon {
    background: url(../img/common/shiryou_icon.png) center/contain no-repeat;
    width: 36px;
    height: 36px;
    margin: auto;
}
.header_download_contact .header_download_icon {
    background: url(../img/common/contact_icon.png) center/contain no-repeat;
    width: 36px;
    height: 36px;
    margin: auto;
}

.header_download_txt {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_download_txt>p {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
}
.header .dropdown-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

@media print, screen and (min-width: 1270px){
	.header_nav_menu_item {
		padding: 0 15px 20px;
	}
	.header_inner {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100px;
	}
	.header_logo {
		margin: 25px 0 25px 30px;
	}
	.header_logo>a {
		width: 300px;
	}
	.header_nav {
		display: block !important;
		margin: 20px 20px 0 auto;
	}
	.header_nav_utility {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.header_tel_num i {
		font-size: 1.7em;
	}
	.header_tel_num strong {
		font-size: 2em;
		padding-right: 1rem;
	}
	.header_tel_time {
		line-height: 1.2;
		font-size: .9rem;
	}
	.header_nav_utility+.header_nav_menu {
		margin-top: 10px;
	}
	.header_nav_menu_list {
		display: flex;
	}
	.header_nav_menu_item.spMenu,
	.header_lower_nav{
		display: none;
	}
	.header_nav_menu_under {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 10;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
	}
	.header_nav_menu_under a {
		text-decoration: none;
	}
	.header_nav_menu_under[area-transition="start"] {
		transition: .5s;
		transition-delay: .2s;
	}
	.header_nav_menu_under[area-transition="finish"] {
		transition: .2s;
		transition-delay: 0;
	}
	.header_nav_menu_item[area-expanded="true"] .header_nav_menu_under {
		visibility: visible;
		opacity: 1;
		transition-delay: 0;
	}
	.header_nav_menu_under_inner {
		display: flex;
		align-items: flex-start;
		max-width: 1260px;
		margin: auto;
		padding: 50px 30px 65px;
	}
	.header_nav_menu_under_heading {
		width: 225px;
		flex-shrink: 0;
		margin-right: 2em;
	}
	.header_nav_menu_under_heading>a {
		color: #8ab52c;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
	}
	.header_nav_menu_under_heading>a:hover {
		text-decoration: underline;
	}
	/*.header_nav_menu_under_heading>a {
		display: none;
	}*/
	.header_nav_menu_under_link {
		display: none;
	}
	.header_nav_menu_under_list {
		display: flex !important;
		flex-wrap: wrap;
		flex: 1;
	}
	.header_nav_menu_under_list a {
		text-decoration: none;
	}
	.header_nav_menu_under_list a:hover {
		color: #8ab52c;
	}
	.header_nav_menu_under_item {
		border-bottom: 1px solid #ddd;
		width: calc(25% - 23px);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.header_nav_menu_under_item {
	  margin-left: 30px;
		margin-top: 20px;
	}
	.header_nav_menu_under_item:nth-child(4n+1) {
		margin-left: 0;
	}
	.header_nav_menu_under_item:nth-child(4n+1):nth-last-child(-n+4), .header_nav_menu_under_item:nth-child(4n+1):nth-last-child(-n+4) ~ li {
	  margin-bottom: 0;
	}
	.header_nav_menu_under_item>a {
		font-size: 16px;
		padding-left: 27px;
	}
	.header_nav_menu_under_item>a:hover {
		color: #8ab52c;
	}
	.header_nav_menu_under_item>a::before {
		content: '';
		position: absolute;
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #8ab52c;
		border-right: 1px solid #8ab52c;
		transform: rotate(45deg);
		left: 5px;
		top: 5px;
	}
	.header_nav_bg {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #f5f6f7;
		transition: .5s;
	}
	.header_sp_download,
	.header .sp_utility {
		display: none;
	}
}

@media only screen and (min-width: 1270px) and (max-width: 1389px) {
	.header_nav_menu_item {
		padding: 0 8px 20px;
	}
	.header_nav_menu_ttl {
		font-size: 16px;
	}
}

.header_nav_menu_item>a::before, .header_nav_menu_item>a::after {
	content: '';
	position: absolute;
	display: block;
	background-color: #8ab52c;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
	opacity: 1;
}
.header_sp_download_inner {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.header_sp_download_sds .header_sp_download_icon {
  background: url(../img/common/shiryou_icon.png) center/contain no-repeat;
  width: 36px;
  height: 36px;
  margin: auto;
}
.header_sp_download_contact .header_sp_download_icon {
  background: url(../img/common/contact_icon.png) center/contain no-repeat;
  width: 36px;
  height: 36px;
  margin: auto;
}
.header_sp_download_sds>a {
	background-color: #8ab52c;
	display: block;
	height: 100%;
	transition: 0.3s ease;
	border-radius: 6px;
	padding: 10px;
	text-decoration: none;
}
.header_sp_download_contact > a {
  background-color: #277953;
  display: block;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 6px;
  padding: 10px;
	text-decoration: none;
}
.header_sp_download_txt > p {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}
.header_sp_download_txt {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .sp_utility_item.sp_menu_btn span {
	transition: 0.3s ease;
	position: absolute;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #222;
	top: 0;
	right: 0;
	will-change: transform;
}

/* タブレット以下、共通 */
@media only screen and (max-width: 1269px) {
	.header_nav_utility,
	.header_download {
		display: none;
	}
	.header_nav_menu_item:last-of-type {
		border-bottom: 1px solid #ddd;
	}
	.header_nav_menu_item {
		border-top: 1px solid #ddd;
	}
	.header_nav_menu_item:last-of-type {
		border-bottom: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.header_nav_menu_item.other .icon_blank {
		margin-left: auto;
	}
	.header_nav_menu_under {
		display: none;
	}
	.header_lower_nav {
		display: flex;
    	justify-content: space-around;
	}
	.header .sp_utility_list {
		display: flex;
		align-items: center;
	}
	.header .sp_utility_item.sp_tel_btn a i,
	.header .sp_utility_item.sp_tel_btn a p {
		display: block;
	}
	.header .sp_utility_item.sp_tel_btn div {
		width: 100%;
		height: 100%;
	}
	.header_nav_menu_under a {
		text-decoration: none;
	}
	.header_nav_menu_under a:hover {
		color: #8ab52c;
	}
	.header_nav_menu_under_heading>a {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1269px) {
	.header_inner {
		height: 85px;
	}
	.header_logo {
		height: 85px;
		padding: 0 30px 0 25px;
	}
	.header_logo>a {
		width: 190px;
	}
	.header_logo h1 {
		padding-top: 16px;
	}
	.header_nav {
		position: fixed;
		top: 85px;
		left: 0;
		width: 100%;
		display: none;
		height: calc(100vh - 80px);
		background-color: #f5f6f7;
	}
	.header_nav_menu {
		padding: 30px 15px 60px;
		background-color: #f5f6f7;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.header_nav_menu_inner {
	  margin-top: 30px;
	}
	.header_nav_menu_item>a {
		display: block;
		padding: 18px 10px;
	}
	.header_nav_menu_item.other>a {
		font-size: 16px;
		font-weight: bold;
	}
	.header_nav_menu_item>a::before {
		width: 2px;
		height: 14px;
		right: 16px;
	}
	.header_nav_menu_item>a::after {
		width: 14px;
		height: 2px;
		right: 10px;
	}
	.header_nav_menu_item.other>a::before {
		height: 12px;
		right: 17px;
		transform: rotate(45deg) translateY(-10%);
	}
	.header_nav_menu_item.other>a::after {
		width: 10px;
		right: 9px;
		transform: rotate(45deg) translateX(-50%);
	}
	.header_nav_menu_under_link {
		margin-left: 20px;
	}
	.header_nav_menu_under_item>a {
		font-size: 15px;
	}
	.header_nav_menu_under_list {
		margin-left: 20px;
		padding: 5px 0 30px;
	}
	.header_lower_nav li a {
		padding: 18px 10px;
		display: block;
	}
	.header_sp_download_sds,
	.header_sp_download_contact {
		width: calc(50% - 8px);
		flex-shrink: 0;
	}
	.header_sp_download_sds+.header_sp_download_contact {
		margin-left: 15px;
	}
	.header .sp_utility_item.sp_tel_btn {
		position: absolute;
		top: 0;
		right: 90px;
		z-index: 51;
		width: 85px;
		height: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .sp_utility_item.sp_tel_btn div a {
		width: 100%;
		height: 100%;
		background: #8ab52c;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		line-height: 1;
		text-decoration: none;
	}
	.header .sp_utility_item.sp_tel_btn div a i {
		font-size: 2.1em;
    	padding: 10px 11px 0;
	}
	.header .sp_utility_item.sp_tel_btn div a p {
		padding: 0 0 10px;
	    font-size: .9em;
	    letter-spacing: 3px;
	}
	.header .sp_utility_item.sp_menu_btn {
		position: absolute;
		top: 30px;
		right: 28px;
		width: 40px;
		height: 30px;
		z-index: 51;
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(1) {
		transform: rotate(0);
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(2) {
		transform: translateY(11px);
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(3) {
		transform: translateY(22px);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(1) {
	  transform: translateY(10px) rotate(-45deg);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(2) {
	  background-color: rgba(255,255,255,0);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(3) {
	  transform: translateY(10px) rotate(45deg);
	}
	main {
		padding-top: 85px;
	}
}

@media print, screen and (min-width: 768px) {
	.icon_link {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.icon_link::before, .icon_link::after {
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		left: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.header_inner {
		height: 16vw;
	}
	.header_logo {
		height: 16vw;
		padding: 0 3vw;
	}
	.header_logo h1 {
		padding-top: 2vw;
		font-size: .5em;
		line-height: 1;
	}
	.header_logo>a {
		width: 47vw;
	}
	.header_nav {
		position: fixed;
		top: 16vw;
		left: 0;
		width: 100%;
		display: none;
		height: calc(100vh - 16vw);
		background-color: #f5f6f7;
	}
	.header_nav_menu {
		padding: 8vw 4vw 16vw;
		background-color: #f5f6f7;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.header_nav_menu_inner {
	  margin-top: 8vw;
	}
	.header_nav_menu_item {
		border-top: 0.26667vw solid #ddd;
	}
	.header_nav_menu_item>a {
		display: block;
		padding: 4.8vw 2.66667vw;
	}
	.header_nav_menu_item.other>a {
		font-size: 16px;
		font-weight: bold;
	}
	.header_nav_menu_item>a::before {
		width: 0.53333vw;
		height: 3.73333vw;
		right: 4.26667vw;
	}
	.header_nav_menu_item>a::after {
		width: 3.73333vw;
		height: 0.53333vw;
		right: 2.66667vw;
	}
	.header_nav_menu_item.other>a::before {
		width: 0.5vw;
		height: 3vw;
		right: 4.2vw;
		transform: rotate(45deg) translateY(0%);
	}
	.header_nav_menu_item.other>a::after {
		width: 3vw;
		height: 0.5vw;
		right: 3vw;
		transform: translateY(-100%) rotate(45deg);
	}
	.header_nav_menu_under_link {
		margin: 1.33333vw 0 6.66667vw 5.33333vw;
	}
	.header_nav_menu_under_link>a,
	.header_nav_menu_under_item>a {
		font-size: 15px;
	}
	.header_nav_menu_under_list {
		margin-left: 5.33333vw;
		padding: 1.33333vw 0 8vw;
	}
	.header_nav_menu_under_item+.header_nav_menu_under_item {
		margin-top: 5.33333vw;
	}
	.header_lower_nav {
		display: flex;
		justify-content: space-around;
	}
	.header_lower_nav li a {
		padding: 18px 10px;
		display: block;
	}
	.header_sp_download_sds,
	.header_sp_download_contact{
	  width: calc(50% - 2.13333vw);
	  flex-shrink: 0;
	}
	.header_sp_download_sds > a,
	.header_sp_download_contact > a{
	  border-radius: 1.6vw;
	  padding: 2.66667vw;
	}
	.header_sp_download_sds + .header_sp_download_contact {
	  margin-left: 4vw;
	}
	.header_sp_download_sds .header_sp_download_icon,
	.header_sp_download_contact .header_sp_download_icon {
	  width: 9.6vw;
	  height: 9.6vw;
	}
	.header_sp_download_txt {
	  margin-top: 1.33333vw;
	}
	.header_sp_download_txt > p {
	  font-size: 3.73333vw;
	}
	.header .sp_utility_item.sp_tel_btn {
		height: 16vw;
		width: 16vw;
		z-index: 51;
		position: absolute;
		top: 0;
		right: 15.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .sp_utility_item.sp_tel_btn a {
		width: 100%;
		height: 100%;
		background: #8ab52c;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		line-height: 1;
		text-decoration: none;
	}
	.header .sp_utility_item.sp_tel_btn div a i {
		font-size: 6vw;
    	padding: 2vw 2.5vw 0;
	}
	.header .sp_utility_item.sp_tel_btn div a p {
		padding: 0 0 2vw;
    	font-size: 2.4vw;
	    letter-spacing: 3px;
	}
	.header .sp_utility_item.sp_menu_btn {
		width: 7.46667vw;
		height: 4.8vw;
		z-index: 51;
		position: absolute;
		top: 5.86667vw;
		right: 4vw;
	}
	.header .sp_utility_item.sp_menu_btn span {
		width: 7.46667vw;
		height: 0.53333vw;
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(1) {
		transform: rotate(0);
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(2) {
		transform: translateY(2.4vw);
	}
	.header .sp_utility_item.sp_menu_btn span:nth-child(3) {
		transform: translateY(4.8vw);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(1) {
	  transform: translateY(2.66667vw) rotate(-45deg);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(2) {
	  background-color: rgba(255,255,255,0);
	}
	.header .sp_utility_item.sp_menu_btn.active span:nth-child(3) {
	  transform: translateY(2.66667vw) rotate(45deg);
	}
}


/* pankuzu */
.pankuzu {
	background: #f2f2f2;
	padding: .5% 2%;
	color: #a5a5a5;
	display: flex;
	font-size: .9em;
}
.pankuzu a {
	text-decoration: none;
	color: #222;
}
.pankuzu a:hover {
	text-decoration: underline;
}
.pankuzu li {
	margin-right: 10px;
}
.pankuzu i{
	color: #8ab52c;
}

/* title */

.page_ltit h2 {
	font-size: 2em;
	margin-bottom: 2.5rem;
    line-height: 1.2;
	font-weight: 500;
	position: relative;
}
.page_ltit h2 span {
	display: block;
	font-size: .9rem;
	color: #8ab52c;
	padding-bottom: 10px;
	letter-spacing: .5px;
}

.head_ttl h2 {
	background: #f5f5f5;
	padding: 1rem 2rem;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 3rem 0 1rem;
	position: relative;
}
.head_ttl h2:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 32px;
	background-color: #8ab52c;
	left: 15px;
}

.page_ttl h2 {
	position: relative;
	padding: 1rem 0;
    margin: 4% 0 30px;
	text-align: center;
	font-size: 2.5em;
    line-height: 1.2;
}

.page_ttl h3 {
	position: relative;
	padding: 0 0 1rem;
    margin: 4% 0 30px;
    line-height: 1.2;
	font-size: 1.7em;
	font-weight: 500;
	color: #8ab52c;
	border-bottom: 1px solid #8ab52c;
}
.page_ttl h3:before {
	content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #8ab52c;
    position: absolute;
    bottom: -14px;
    right: 33px;	
}
.page_ttl h3:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    right: 33px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #fff;
}

.tit_pb {
	position: relative;
}

.tit_pb:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 70px;
  height: 1px;
  content: '';
  background: #f37302;
}

.foot_area .head_ttl h3 {
	font-weight: bold;
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	margin: 1.5rem 0;
	line-height: 0.9;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #8ab52c;/*左線*/
	border-bottom: none;
}

.head_ttl h3 {
	width: 100%;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	display: inline-block;
	margin: 1.5rem 0;
	padding-bottom: 6px;
	line-height: 1.2;
	border-bottom: double 5px #8ab52c;
}

.color_ttl h3 {
	color: #8ab52c;
	font-weight: bold;
    font-size: 1.6rem;
	position: relative;
	text-align: center;
	margin-bottom: 1em;
}
.color_ttl h3:before {
	position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #8ab52c;
}
.color_ttl h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;	
}

.head_ttl h4 {
	font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: #8ab52c;
	margin: 1.5rem 0;
}

.section-contents p {
	margin-bottom: 1rem;
}

.bold {
	font-weight: bold;
}

/*blk area*/

.blk2_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blk2_area .blk {
	width: 47.5%;
	margin: 0 0 3%;
}

.blk3_area {
	display: flex;
	flex-wrap: wrap;
}
.blk3_area .blk {
	width: 31%;
	margin: 0 3.5% 3% 0;
}
.blk3_area .blk:nth-of-type(3n) {
	margin: 0 0 3%;
}

.blk3_area .blk em {
	font-size: 1.1em;
}

.blk2_area .blk .photo,
.blk3_area .blk .photo {
	text-align: center;
}

.border_blk {
	border: #f5f5f5 5px solid;
	padding: 1.5rem 2rem;
}

.post_lists {
  display: block;
  text-decoration: none;
}

.post_lists_info {
  line-height: 1.2;
}

.post_lists_info .date {
  font-size: 107%;
}

.post_lists_info .tag {
  font-size: 80%;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
  background-color: #e88403;
}

.post_lists_tit {
  padding: .5rem 0 2rem;
}

.post_lists_tit h3 {
  font-size: 107%;
  font-weight: 400;
}

.post_lists_thms {
  margin-bottom: 15px;
}

/* btn_style */
.btn_style {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  transition: all 200ms 0s ease;
  text-align: center;
  min-width: 275px;
  border-radius: 8px;
}

.btn_style a,
.btn_style button, .btn_style input {
  padding: 15px 31px;
  display: block;
  position: relative;
  background: #4c7855;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 3px #2e5336;
}
.btn_style button {
	display: inline;
	border: none;
}

.btn_style a:hover,
.btn_style button:hover {
	text-decoration: none;
	background: #70ad7c;
	transition: 0.3s ease;
	cursor: pointer;
}

.btn_style i,
.btn_style i.fa-angle-right {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}

.btn_cr {
	margin: 15px auto 0;
	text-align: center;
}

.btn_style.mgB0 {
	margin: 1.5em 0 0;
}

.btn_style.orange a {
	background: #e73f03;
}
.btn_style.orange a:hover {
	background: #f37350;
}

.bg_blk {
	background: #fef8f4;
	padding: 1rem 2rem;
	margin: 1rem 0;
}

/* mod-anchor */
.box-btn {
	margin-top: 6%;
}
.mod-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 -10px;
}
.mod-anchor a {
	text-decoration: none;
	transition: .2s;
}
.mod-anchor a:hover {
	opacity: .6;
}
.mod-anchor li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
    padding: 0 9px;
}
.button-anchor {
    display: block;
    border: 1px solid #1F1E1E;
    padding: 14px 32px 14px 18px;
    max-width: 205px;
    width: 100%;
    position: relative;
}
.mod-anchor .button-anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.button-anchor i {
    position: absolute;
    content: "";
    right: 18px;
    top: 50%;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    margin-top: -8px;
}

/* sec_common_contact */
.sec_common_contact {
	background: #e88403;
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
.sec_common_contact .blk2_area {
	position: relative;
}
.sec_common_contact .blk2_area:before {
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #efbb24;
}
.sec_common_contact .blk {
	margin: 0;
}
.sec_common_contact .blk h3 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.sec_common_contact .btn_style i {
	color: #f37302;
	left: 8%;
    right: auto;
}
.sec_common_contact .btn_style a {
	background: #fff;
	color: #333;
}
.sec_common_contact .header_tel {
	position: unset;
    top: auto;
    right: auto;
	margin: 1rem 0 0;
}
.sec_common_contact .header_tel i {
	vertical-align: top;
	background: #fff;
    color: #e88403;
}
.header_tel .header_tel_num strong {
	font-size: 2rem;
}
.sec_common_contact .header_tel p {
	float: none;
}
.sec_common_contact .header_tel .header_tel_time {
	margin: 5px 0 0;
}
.sec_common_contact .header_tel .header_tel_time br {
	display: none;
}

/* footer */
.pagetop_btn {
	background: #8ab52c;
}
.pagetop_btn a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	display: block;
	padding: 10px 0;
	transition: 0.3s ease;
}
.pagetop_btn a:hover {
	background-color: #a5d736;
}
.pagetop_btn a i {
    font-size: 1.7rem;
	padding: 0;
	line-height: 37px;
    vertical-align: bottom;
}
.pagetop_btn a span {
	font-size: .9rem;
	padding-left: .5rem;
	line-height: 37px;
}

.footer {
  background-color: #277953;
}

/* footer_top */
.footer_top {
	background: #fff;
	padding: 50px 0;
	color: #fff;
}
.footer_top .wrap {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	color: #222;
}
.footer_logo {
	margin-bottom: 1em;
	display: block;
	width: 375px;
}
.footer_logo_small {
	font-weight: 100;
	font-size: .85rem;
}
.footer_info ul li {
    line-height: 1.7;
    margin-top: 1.3rem;
}
.footer_info .header_tel_num i {
    font-size: 1.7em;
}
.footer_info .header_tel_num strong {
    font-size: 2em;
    padding-right: 1rem;
}
.footer_cv h4 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1em;
}
.footer_cv .btn_style {
	font-size: 1.3em;
	margin: 0 10px;
    min-width: 300px;
}
.footer_cv .btn_style small {
	display: block;
    font-size: .9rem;
}
.footer_cv .btn_style:last-of-type a{
	background: #277953;
	box-shadow: 0 3px #035730;
}

.footer_cv .btn_style:last-of-type a:hover{
	background-color: #40bf84;
	transition: 0.3s ease;
}

.footer_top .wrap{
	align-items: center;
}

/* footer_inner */
.footer_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.foot_line {
    width: 300px;
    margin: 1em auto;
}

.fnav {
	padding: 50px 0;
	display: flex;
}

.fnav ul {
	width: 22%;
	margin-left: 4%;
}
.fnav ul:first-of-type {
	margin-left: 0;
}

.fnav ul li {
  margin-bottom: 0.9rem;
}

.fnav ul li a {
  text-decoration: none;
  color: #fff;
}
.fnav ul li a:hover {
	text-decoration: underline;
}

.fnav ul li p.ttl {
	position: relative;
	margin-bottom: 0.3rem;
	padding: 0;
}

.fnav ul li .ttl_child p {
	font-size: 94%;
	line-height: 1.9;
}

/* footer_last */
.footer_last {
	text-align: center;
	background: #231816;
}
.footer_last .wrap {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer_lower_nav {
	display: flex;
}
.footer_lower_nav a {
	color: #fff;
}
.footer_lower_nav li:first-of-type {
	margin-right: 1.5em;
}

.footer_copy {
  font-size: 94%;
	color: #fff;
}

/* bg_color */
.bg_orange {
	background: #fef8f5;
}
.bg_gray {
	background: #f5f5f5;
}
.bg_green {
	background: #dbf1e6;
}

.list_item {
	margin-bottom: 1em;
}
.list_item li {
    position: relative;
}
.list_item li:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #8ab52c;
    border-radius: 50%;
    margin-right: 5px;
}

/****************************************
		top Setting
*****************************************/
/* topslides */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
    cursor: pointer;
    color: #8ab52c;
}
.slick-arrow.fa-chevron-left {
    left: 10px;
}
.slick-arrow.fa-chevron-right {
    right: 10px;
}

/* top_news */
.covid19 {
	margin: 0 auto 5rem;
	border: #555 1px solid;
	padding: 1.5rem;
	max-width: 1200px;
	text-align: center;
}
.covid19 a {
	text-decoration: none;
}
.covid19 a:hover {
	text-decoration: underline;
}
.covid19 dt {
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 5px;
}

/* top_pickup */
.top_pickup {
	position: relative;
	padding: 0 0 5%;
	margin-top: 30px;
}
.top_pickup:before {
	content: "";
  position: absolute;
	right: 50%;
	transform: translateX(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
}
.top_pickup .property_list .blk {
	background: #fff;
}

/* 物件情報を見る */
.bukken_btn_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bukken_btn_link_inner {
	width: 30%;
	margin: 1.5% 0;
	border: #222 1px solid;
}
.bukken_btn_link_inner a {
	text-decoration: none;
	padding: 1.5rem;
	display: block;
}
.top_bukken-box .bukken_btn_link_inner:last-of-type a{
	padding-top: 2rem;
}
.bukken_btn_link_inner a:hover {
	background: #ece5e533;
}
.bukken_btn_link_inner dl {
	display: flex;
	align-items: center;
}
.bukken_btn_link_inner dl dt {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.bukken_btn_link_inner dl dt img {
	height: 50px;
}
.bukken_btn_link_inner dl dd {
	width: 61%;
    margin-left: 9%;
}
.bukken_btn_link_inner dl dd h3 {
	font-size: 1.3em;
}
.bukken_btn_link_inner dl dd p {
	font-size: .9rem;
	line-height: 1.2;
    margin-top: 5px;
}

/* top_tokaitori */
.top_tokaitori .inner {
	background: url(../img/top/bg_kaitori_pc.jpg) no-repeat top center;
	position: relative;
	text-align: center;
	transition: 0.3s ease all;
}
.top_tokaitori .inner:hover {
	opacity: .8;
}
.top_tokaitori .inner a {
	text-decoration: none;
}
.txt_green, .top_tokaitori .ar i { color: #009b63; }
.top_tokaitori .inner h2 {
	font-size: 2.5em;
	line-height: 1.2;
	padding: 2em 0 0.5em;
}
.top_tokaitori .inner h2 .txt_green {
	font-size: 1.4rem;
}
.top_tokaitori .inner .icon_giza {
	position: absolute;
    top: 0;
    right: 200px;	
}
.top_tokaitori .inner .kai_txt {
	padding-bottom: 73px;
	font-weight: 500;
}
.yellow_line {
	display: inline;
	background-position: left -100% center;
    padding-bottom: 0.6em;
    font-weight: bold;
    background-size: 200% 0.6em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(239, 208, 5, 0) 50%, rgb(239, 208, 5) 50%);
}
.top_tokaitori .ar a {
	border-bottom: #333 1px solid;
	text-decoration: none;
	padding: 7px 0;
	transition: 0.3s ease all;
}
.top_tokaitori .ar a:hover {
	border-bottom: none;
}
.top_tokaitori .ar i {
	margin-right: 8px;
}

/* top_pickup */
.top_blk-area .blk{
	border: solid 1px #757575;
}

/* top_housing */
.top_housing .lst-card {
	margin: 60px 0 0;
}
.top_housing .lst-card li {
	margin-bottom: 10px;
}
.top_housing .lst-card li:nth-of-type(5), .top_housing .lst-card li:nth-of-type(6) {
	margin-bottom: 0;
}

/* top_column */
.top_column {
	background-image: url(../img/common/bg_sand.jpg);
}

.top_column .page_ltit h2:before,
.top_news .page_ltit h2:before {
	left: 0;
}

.top_news_contents a {
	border-bottom: #e5e5e5 1px solid;
	padding: 1rem 0;
	display: flex;
	text-decoration: none;
}
.top_news_contents a:hover {
	text-decoration: underline;
}
.top_news_contents .blk_img {
	width: 31%;
}
.top_news_contents dl dt {
	color: #a6a6a6;
}

.top_column .top_news_contents dl {
	width: 63%;
}
.top_column .top_news_contents a {
	justify-content: space-between;
}

/* top_news */
.top_news .top_news_contents a {
	display: block;
}

/* property_list */
.property_list .blk {
	position: relative;
}
.property_list a {
    display: block;
	text-decoration: none;
}
.property_list .blk:hover .box_clm_inner .box_tit {
	color: #8ab52c;
}
.property_list .blk:hover img {
	opacity: .8;
}
.property_list .seiyaku_blk.blk:hover img {
	opacity: 1.0;
}
.property_list .box_img {
    position: relative;
    transition: all 200ms 0s ease;
    overflow: hidden;
    height: 277px;
}
.box_img .seiyaku {
	position: absolute;
	color: #fff;
	background: #f00;
	font-size: 2rem;
    font-weight: bold;
    padding: 5px 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.property_list .box_img img {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    height: 100%;
    width: auto;
    max-width: initial;
}
.property_list .tag {
    color: #FFF;
    background: #8ab52c;
    text-align: center;
    line-height: 1.2;
    padding: 5px 15px;
    position: absolute;
	z-index: 5;
    top: 0;
    left: 0;
	font-size: .9em;
}
/*--.property_list .tag:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #c57410;
  border-left: 8px solid transparent;
}--*/

.property_list .box_clm_inner {
    padding: 6% 6% 15%;
}
.property_list .box_clm_inner .box_tit {
    font-size: 1.3rem;
	font-weight: 500;
    line-height: 1.4;
	margin-bottom: 5px;
}
.property_list .box_clm_inner .box_price {
	color: #8ab52c;
	font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.property_list .box_clm_inner .box_clm {
    padding: 0 0 10px;
    line-height: 1.4;
}
.property_list .box_clm_inner .box_info {
    color: #939393;
    line-height: 1.4;
    font-size: .8rem;
}
.pro_list_more {
	text-align: right;
	color: #8ab52c;
	position: absolute;
	bottom: 3%;
    right: 5%;
}

.top_desc {
	margin-bottom: 1.5rem;
}
.youtube {
    position: relative;
    height: 0;
    padding: 0 0 45%;
    overflow: hidden;
    margin: 0 auto 0;
	width: 80%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* blk_link */
.blk_link a,
.blk_link_list a {
	text-decoration: none;
}
.blk_link a:hover img,
.blk_link_list a:hover img {
	opacity: .8;
}
.blk_link .blk_h3 {
	font-size: 1.15rem;
	padding: 12px 0 7px;
}
.blk_link a:hover .blk_h3,
.blk_link a:hover .link_more{
	color: #575655;
}
.blk_link .blk_txt {
	font-size: .9em;
	color: #222;
}

.link_style {
	position: relative;
	padding: 10px 0 10px 15px;
	text-decoration: none;
}
.link_style a {
	text-decoration: none;
	display: block;
}
.link_style a:hover {
	text-decoration: underline;
}
.link_more {
	text-align: right;
	position: relative;
	padding-right: 15px;
    margin-top: 0.5rem;
	color: #8ab52c;
    font-weight: bold;
}
.link_more:before,
.blk_link_list .blk_h3:before,
.link_style:before {
	font-family: "Font Awesome 6 Free";
    right: 0;
    position: absolute;
    content: "\f105";
	font-size: 1rem;
	font-weight: 900;
}
.link_style:before {
	left: 0;
	width: 11px;
}

.blk_link_list .blk_h3 {
	font-size: 1.4rem;
	padding: 5px 0 5px 40px;
    margin: 13px 0 5px;
	color: #f37302;
	position: relative;
}
.blk_link_list .blk_h3:before {
    left: 0;
}

.btn_narabi {
	text-align: center;
}
.btn_narabi .btn_style {
	margin: 0 1rem;
}

.top_voice .blk3_area,
.top_works .blk3_area{
	margin-top: 3em;
}

/* top_corp */
.about-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
}
.about-list li a {
    display: block;
    position: relative;
}
.about-list li a figure {
    position: relative;
	margin: 0;
}
.about-list li a figure:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}
.about-list li a figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54,56,60,0.6);
}
.about-list li:nth-of-type(1) a figure {
	background-image: url(../img/top/top_corp01.jpg);
}
.about-list li:nth-of-type(2) a figure {
	background-image: url(../img/top/top_corp02.jpg);
}
.about-list li:nth-of-type(3) a figure {
	background-image: url(../img/top/top_corp03.jpg);
}
.about-list li:nth-of-type(4) a figure {
	background-image: url(../img/top/top_corp04.jpg);
}

.about-list li a .desc {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-list li a .desc .sub-ttl {
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: .14em;
    font-weight: 500;
    text-shadow: 0px 0px 10px #1f1e1e;
}
.sub-ttl-en {
	text-shadow: 0px 0px 10px #1f1e1e;
	margin-bottom: 1em;
}
.txt-view a, .txt-view {
    display: inline-block;
    font-size: .8rem;
    line-height: 1.25em;
    letter-spacing: .14em;
    font-weight: 400;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
}
.about-list li a .desc .txt-view:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #fff;
}
.about-list li a .desc .txt-view:after {
	position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: url(../img/common/arrow-right-solid.png) no-repeat center/100% 100%;
}
.js-image, .js-switch-image {
    display: block;
    background: #EFF0F2 center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.js-image img, .js-switch-image img {
    position: absolute;
    left: -9999px;
}
.hover-zoom01 .img-zoom>img,.hover-zoom01 .js-image{
	-webkit-transition:0.6s ease all;
	-moz-transition:0.6s ease all;
	-ms-transition:0.6s ease all;
	-o-transition:0.6s ease all;
	transition:0.6s ease all
}
.hover-zoom01:hover{opacity:1}
.hover-zoom01:hover .img-zoom>img,.hover-zoom01:hover .js-image{
	transform:scale(1.05)
}
.hover-zoom01:hover .txt-view a:after,.hover-zoom01:hover .txt-view span:after{
	-moz-transform:translateX(5px);
	-o-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
@media (min-width: 768px) {
	.about-list li {
		width: 22.75%;
	    margin-top: 30px;
	    margin-right: 3%;
	}
	.about-list li:nth-of-type(4) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.about-list {
		justify-content: space-between;
	}
	.about-list li {
		margin-bottom: 20px;
		width: 49%;
		height: 40vw;
	}
	.about-list li a .desc .sub-ttl {
    	font-size: 5vw;
		letter-spacing: 0;
	}
	.about-list a {
		height: 37vw;
	}
	.txt-view a:after, .txt-view span:after {
		margin-top: -4px;
	}
}



/* top_blog */
.top_blog .blk3_area .blk {
	width: 23.5%;
}
.top_blog .blk3_area .blk,
.top_blog .blk3_area .blk:nth-of-type(3n) {
    margin: 0 2% 3% 0;
}
.top_blog .blk3_area .blk:nth-of-type(4n) {
    margin: 0 0 3%;
}
.top_blog .blk3_area .blk .blk_txt span {
	display: block;
    color: #a6a6a6;
    padding-bottom: 5px;
}

/* 土地売却 */
.bg_blk .check_list {
	display: flex;
	flex-wrap: wrap;
}
.bg_blk .check_list i {
	color: #e73f03;
}
.bg_blk .check_list li {
	width: 50%;
	padding: 2px 0;
}

/****************************************
		page Setting
*****************************************/

.sec_page_topimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	background-color: #8ab52c;
	position: relative;
}
.sec_page_topimg:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.sec_top_topimg {
	height: 41vw;
}

.sec_page_topimg.property_topimg {
	background-image: url("../img/common/property_topimg.jpg");
}
.sec_page_topimg.house_topimg {
	background-image: url("../img/common/house_topimg.jpg");
}
.sec_page_topimg.plan_topimg {
	background-image: url("../img/common/plan_topimg.jpg");
}
.sec_page_topimg.voice_topimg {
	background-image: url("../img/common/voice_topimg.jpg");
	background-position: top center;
}
.sec_page_topimg.company_topimg {
	background-image: url("../img/common/corp_topimg.jpg");
}
.sec_page_topimg.media_topimg {
	background-image: url("../img/common/media_topimg.jpg");
}
.sec_page_topimg.staff_topimg {
	background-image: url("../img/common/staff_topimg.jpg");
	background-position: top center;
}
.sec_page_topimg.blog_topimg {
	background-image: url("../img/common/blog_topimg.jpg");
}
.sec_page_topimg.news_topimg {
	background-image: url("../img/common/news_topimg.jpg");
}
.sec_page_topimg.works_topimg {
	background-image: url("../img/common/works_topimg.jpg");
}
.sec_page_topimg.flow_topimg {
	background-image: url("../img/common/flow_topimg.jpg");
}
.sec_page_topimg.kaitori_topimg {
	background-image: url("../img/common/kaitori_topimg.jpg");
}
.sec_page_topimg.request_topimg {
	background-image: url("../img/common/request_topimg.jpg");
}
.sec_page_topimg.reserved_topimg {
	background-image: url("../img/common/reserved_topimg.jpg");
}
.sec_page_topimg.contact_topimg {
	background-image: url("../img/common/contact_topimg.jpg");
}
.sec_page_topimg.privacy_topimg {
	background-image: url("../img/common/privacy_topimg.jpg");
}
.sec_page_topimg.sales_list_topimg {
	background-image: url("../img/common/sales_list_topimg.jpg");
}
.sec_page_topimg.equipment_topimg {
	background-image: url("../img/common/equipment_topimg.jpg");
}
.sec_page_topimg.after_topimg {
	background-image: url("../img/common/after_topimg.jpg");
}
.sec_page_topimg.tyukai_topimg {
	background-image: url("../img/common/tyukai_topimg.jpg");
}
.sec_page_topimg.reform_topimg {
	background-image: url("../img/common/reform_topimg.jpg");
}
.sec_page_topimg.qa_topimg {
	background-image: url("../img/common/qa_topimg.jpg");
}
.sec_page_topimg.purchase_topimg {
	background-image: url("../img/common/purchase_topimg.jpg");
}
.sec_page_topimg.service_topimg {
	background-image: url("../img/common/service_topimg.jpg");
}
.sec_page_topimg.beenshome_topimg {
	background-image: url("../img/common/beenshome_topimg.jpg");
}

.sec_page_topimg.staff_topimg .page_topimg_tit h1,
.sec_page_topimg.staff_topimg .page_topimg_clm p,
.sec_page_topimg.news_topimg .page_topimg_tit h1,
.sec_page_topimg.news_topimg .page_topimg_clm p,
.sec_page_topimg.blog_topimg .page_topimg_tit h1,
.sec_page_topimg.blog_topimg .page_topimg_clm p{
	text-shadow: #555 0 0 5px;
}

.sec_page_topimg .wrap {
  height: 270px;
}

.page_topimg_clms {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
}

.page_topimg_tit {
  text-align: center;
}

.page_topimg_tit h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.page_topimg_tit h2 {
  font-size: 94%;
  font-weight: bold;
  color: #fff;
}

.page_topimg_clm {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.page_topimg_clm p {
  color: #fff;
}


/****************************************
		first Setting
*****************************************/
@media (min-width: 768px) {
	.sec_first .lst-card li {
		width: 32%;
		margin-bottom: 0;
	}
}

/****************************************
		property Setting
*****************************************/
/* filter_wrap */
.filter_wrap {
	margin: 2em 0;
}
.filter_wrap .dropdown-menu {
	background: #8ab52c;
	color: #fff;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 5px;
	transition: all 200ms 0s ease;
	cursor: pointer;
	position: relative;
}
.filter_wrap .dropdown-menu i {
	position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.filter_wrap .dropdown-menu.on {
	border-radius: 5px 5px 0 0;
}
.filter_wrap .dropdown-menu.on i {
	transform: rotate(180deg);
}
.filter_blk {
	border: 4px solid #8ab52c;
	padding: 2rem 3rem;
	display: none;
}
.filter_blk dl {
	border-bottom: #e5e5e5 1px solid;
	padding: 15px 0;
	display: flex;
}
.filter_blk dl dt {
	width: 20%;
	font-weight: bold;
	padding-top: 3px;
}
.filter_blk select,
.filter_blk input[type="number"] {
	padding: 5px;
	font-size: .95rem;
}

.filter_check {
	display: flex;
	flex-wrap: wrap;
}
.filter_check li {
    margin-right: 1.5rem;
}
.filter_blk input[type=text] {
	padding: 5px;
    width: 100px;
    font-size: 1rem;
	margin: 0 5px;
}

.toggle-switch {
    position: relative;
    width: 75px;
    height: 35px;
    margin: auto;
}
.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle-label {
  width: 75px;
  height: 35px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.toggle-input:checked + .toggle-label {
    background-color: #4BD865;
}
.toggle-input:checked + .toggle-label:after {
    left: 40px;
}

/* pagenav */
.pagenav {
	display: flex;
	justify-content: center;
}

.pagenav p {
	border-radius: 3px;
	margin: 0.5rem;
}
.pagenav .pagenav_arrw a,
.pagenav .pagenav_num {
	width: 45px;
	height: 45px;
	display: block;
	color: #fff;
	text-align: center;
    line-height: 45px;
}

.pagenav .pagenav_arrw {
	background: #c7c7c7;
}
.pagenav .pagenav_arrw:hover {
	background: #b3b3b3;
}
.pagenav .pagenav_num {
	background: #37414f;
	color: #fff;
}
.pagenav .pagenav_num:before {
	background: #232932;
}

.link_list {
	display: flex;
	flex-wrap: wrap;
}
.link_list .link_style {
	margin-right: 3rem;
}


/* detail */
.pro_header {
    padding: 0 0 35px;
	text-align: center;
}
.pro_header h1 .f_minc {
	font-size: 2.3rem;
	font-weight: bold;
}
.pro_header h1 .pro_type {
	color: #f37302;
	font-weight: bold;
	border: #f37302 2px solid;
	padding: 5px 10px;
	vertical-align: super;
    margin-right: 10px;
}
.pro_list_tag {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 5px 0 0;
	justify-content: center;
}
.pro_list_tag li {
	font-size: .8rem;
	color: #fff;
    line-height: 1;
    background: #333;
    margin: 0 3px 3px 0;
    padding: 9px 15px 8px 15px;
}

.dtl_head .box:nth-child(1) {
    width: 68%;
}
.dtl_head .box:nth-child(2) {
    width: 27%;
    position: relative;
	margin-left: 5%;
}
.dtl_head .box_clm {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.dtl_head .box_clm table{
	width: 100%;
}
.dtl_head .box_clm table tr:first-of-type {
	border-top: #e5e5e5 1px solid;
}
.dtl_head .box_clm table tr:first-of-type td {
	color: #8ab52c;
	/* font-size: 1.2em; */
	font-size: 17.5px;
	font-weight: bold;
}
.dtl_head .box_clm table th {
	width: 75px;
	border-right: #e5e5e5 1px solid;
}
.dtl_head .box_clm table td {
	padding-left: 1rem;
	line-height: 1.2;
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.dtl_img_slides .slick-prev,
.dtl_img_slides .slick-next{
	display: block;
    width: 3.5rem!important;
    height: 7rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 100;
}
.dtl_img_slides .slick-prev {
    left: 0!important;
}
.dtl_img_slides .slick-next {
    right: 0!important;
}
.dtl_img_slides .slick-next:before {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/common/slide-arrowNext.svg);
    right: 1rem;
}
.dtl_img_slides .slick-next:before {
    content: ""!important;
    display: block;
    width: 0.8rem;
    height: 1rem;
    opacity: 1!important;
    background-size: 0.8rem 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.19,1,.22,1);
}
.dtl_img_slides .slick-next:after {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/common/slide-arrowNext-bg.svg);
}
.dtl_img_slides .slick-next:after {
    content: ""!important;
    width: 3.5rem;
    height: 7rem;
    display: block;
    background-size: 3.5rem 7rem;
    background-position: 50%;
    background-repeat: no-repeat;
}

.dtl_img_slides_thms {
    width: 100%;
    margin-top: 1em;
}
.dtl_img_slides_thms .slides_thm {
    width: 15.5%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 1.4%;
    cursor: pointer;
    position: relative;
}
.dtl_img_slides_thms .slides_thm:last-of-type {
	margin-right: 0;
}
.dtl_img_slides_thms .slides_thm .thm_line {
  border: 3px solid transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dtl_img_slides_thms .slides_thm.current .thm_line {
  border-color: #271d11;
}

.dtl_head .box_clms {
    padding: 0 10%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.dtl_head .box_clm h2 {
    font-size: 1.35rem;
    display: block;
    margin-bottom: 1em;
}

.dtl_head_tag {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0;
}
.dtl_head_tag li {
	position: relative;
	border-radius: 5px;
    padding: 3px 1.2em;
    margin: 0 3px 3px 0;
	border: solid 1px #aab3bc;
}

.pro_point {
	border: #e8e8e8 1px solid;
	border-top: #8ab52c 10px solid;
	padding: 2em 3em;
    margin: 2.5em 0 1.5em;
}

.pro_point_ttl{
	font-size: 18px;
    color: #8ab52c;
    border-bottom: solid 2px #8ab52c;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.box_clm_btn {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.box_clm_btn .btn_style {
	/*font-size: 1.1rem;*/
	min-width: auto;
}
.box_clm_btn .btn_style.btn_bgs_01,
.box_clm_btn .btn_style.btn_bgs_02 {
	margin: 0 5px 0 0;
    width: calc(39% - 5px);
}
.box_clm_btn .btn_style.btn_bgs_03 {
	width: 22%;
	font-size: .9rem;
}
.box_clm_btn .btn_style a {
	padding: 15px 15px 10px;
}
.box_clm_btn .btn_style i {
	position: relative;
    transform: unset;
	padding-left: 0;
    display: block;
    right: 0;
    font-size: 1.8em;
}

.box_clm_tel {
	margin: 20px 0;
	display: flex;
    align-items: end;
    -webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.box_clm_tel .small {
	font-size: .9rem;
	line-height: 1.2;
	padding-left: 10px;
}
.box_clm_tel .header_tel_num {
	line-height: 1;
}
.box_clm_tel .header_tel_num a {
	text-decoration: none;
}
.box_clm_tel .header_tel_num i {
	font-size: 1.8rem;
}
.box_clm_tel .header_tel_num strong {
	font-size: 1.9rem;
	padding-right: 0;
}

.m_port {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    width: 75%;
    margin: 20px auto 60px;
}
.pro_putin div {
    width: 75%;
    margin: 10px auto 30px;
}
/*.pro_putin div iframe {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}*/
.m_port object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro_txt {
	margin-bottom: 1em;
}
.pro_putin {
	margin: 1.5em 0;
}

.boxs.dtl_boxs_3 .box {
    width: 31%;
    margin: 0 3.5% 25px 0;
}
.boxs.dtl_boxs_2 .box {
  width: 48%;
  margin: 0 4% 20px 0;
}
.boxs.dtl_boxs_1 .box {
  float: none;
  width: 700px;
  margin: 0 auto 20px;
}
.boxs.dtl_boxs_3 .box:nth-child(3n),
.boxs.dtl_boxs_2 .box:nth-child(2n) {
  margin-right: 0;
}
.boxs .box_clm .column_ttl {
    font-size: 130%;
    line-height: 1.4;
    padding: 20px 0 0;
}
.boxs .box_clm .column_txt {
    padding: 15px 0 0;
}
.boxs .box_img {
	text-align: center;
}

.pro_bottom table {
	width: 94%;
    margin: 0 auto 45px;
}

.pro_bottom table th {
	width: 210px;
}

table tr {
	border-bottom: #e5e5e5 1px solid;
}
table th, table td {
	text-align: left;
    padding: 1rem 0;
}
.googlemaps {
    position: relative;
    width: 100%;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
.googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pro_cv {
	position: relative;
	text-align: center;
}
.pro_cv .bwbr_img {
	width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/property/bg_pro_cv.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-color: #f5f5f5;
}
.after_foot_btit {
	/*color: #fff;*/
	padding: 50px 0 25px;
}
.after_foot_btit h3 {
	font-size: 2rem;
}
.after_foot_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 2em;
}
.after_foot_wrap h4 {
	font-size: 1.5rem;
	margin: 5px 0 15px;
    font-weight: 500;
}
.after_foot_tel,
.after_foot_btn{
	background: #fff;
	padding: 1.5em 2em;
}
.after_foot_tel { width: 40%; }
.after_foot_tel .header_tel_num a {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}
.after_foot_tel .header_tel_num a i {
	font-size: 2.5em;
	padding: 0 10px 0 0;
	line-height: 1;
}
.after_foot_tel .header_tel_num a span,
.after_foot_tel .header_tel_num a strong {
	display: block;
	padding: 0;
	line-height: 1;
}
.after_foot_tel .header_tel_num a strong {
	font-size: 2em;
}
.after_foot_tel .header_tel_num a span {
	font-size: .9em;
}
.after_foot_btn { width: 57%; }
.after_foot_btn .btn_style {
	margin: 0 10px;
	min-width: auto;
    width: 43%;
}
.after_foot_btn .btn_style a {
	color: #fff;
	box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 1159px) {
	.after_foot_wrap h4 { font-size: 1.4rem; }
	.after_foot_tel .header_tel_num a i { font-size: 2.3em; padding: 0 5px 0 0; }
	.after_foot_tel .header_tel_num a strong { font-size: 1.8em; }
	.after_foot_btn .btn_style { margin: 0 5px; }
	.after_foot_btn .btn_style a { padding: 15px; }
}

/****************************************
		voice Setting
*****************************************/
.voice_main .voice_mv img {
	width: 100%;
}
.singles_side_list.interview {
	padding: 30px;
}
.singles_side_list.interview .head_ttl h3 {
	margin: 1.5rem 0;
	color: #333;
}
.singles_side_list.interview h3.blk_h3 {
	margin: 0;
	color: #333;
}

/****************************************
		contact Setting
*****************************************/

.contact_topimg {
  background-image: url(../../wp-content/themes/mutsumi_themes/img/contact/contact_topimg_01.jpg);
}

.sec_contact_head {
  padding: 75px 0;
}

.contact_head_tit {
  margin-bottom: 50px;
  text-align: center;
}

.contact_head_tit p {
  padding-bottom: 20px;
}

.contact_head_tit h2 {
  font-size: 200%;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.contact_head_tit i {
  display: block;
  width: 41px;
  height: 1px;
  margin: 25px auto 0;
  background-color: #9b7cb6;
}

.contact_head_clm {
  text-align: center;
}

.contact_head_clm p {
  /*font-size: 120%;*/
  line-height: 2;
}

.contact_head_tel {
  max-width: 530px;
  margin: 45px auto 0;
  padding: 40px 0;
  text-align: center;
  background-color: #f4f4f4;
}

.contact_head_tel.wd {
  max-width: 652px;
}

.contact_head_tel h3 {
  font-size: 120%;
  font-weight: 500;
  color: #222;
}

.contact_head_tel h3.lg {
  font-size: 147%;
  padding-bottom: 20px;
}

.contact_head_tel strong {
  font-size: 280%;
  font-weight: 700;
  line-height: 1.2;
  color: #8ab52c;
}

.contact_head_tel p {
  padding-top: 10px;
}

.contact_head_tel p span {
  font-size: 120%;
  display: block;
}

.contact_head_tel p small {
  font-size: 94%;
}

.sec_contact_body {
  padding: 10px 0 0;
}

.contact_bodys {
  max-width: 960px;
  margin: 0 auto 120px;
}

.contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys [type=tel], .contact_bodys textarea {
  line-height: 1.4;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-appearance: none;
}

.contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys [type=tel] {
  font-size: 108%;
  width: 100%;
  padding: 10px 19px;
  letter-spacing: .05em;
}
.contact_bodys input.zip {
	max-width: 100px;
}
.form_err {
    color: #fff;
    background: #DA0023;
    padding: 5px;
}

.contact_bodys [type=text]::-webkit-input-placeholder, .contact_bodys [type=email]::-webkit-input-placeholder, .contact_bodys [type=date]::-webkit-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]:-ms-input-placeholder, .contact_bodys [type=email]:-ms-input-placeholder, .contact_bodys [type=date]:-ms-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]::-ms-input-placeholder, .contact_bodys [type=email]::-ms-input-placeholder, .contact_bodys [type=date]::-ms-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]::placeholder, .contact_bodys [type=email]::placeholder, .contact_bodys [type=date]::placeholder {
  color: #9d9d9d;
}

.contact_bodys textarea {
  font-size: 100%;
  width: 100%;
  height: 260px;
  padding: 10px;
}

.contact_bodys select {
  width: 40%;
  padding: 11px 19px 11px;
  cursor: pointer;
  border: 1px solid #e4e4e4;
}
	.contact_bodys table tr.date_tr td {
		line-height: 40px;
	}
	.contact_bodys table tr.date_tr td select {
		width: 125%;
		font-size: 108%;
		padding: 8px 13px;
	}

.contact_bodys table {
  width: 100%;
}

.contact_bodys table tr th, .contact_bodys table tr td {
  text-align: left;
  vertical-align: top;
}

.contact_bodys table tr th {
  width: 30%;
  padding-top: 20px;
}
	
	.contact_bodys table tr.date_tr .boxs .box strong {
		padding: 0 10px;
	}
	.contact_bodys table tr.date_tr td [type=data] {
	    font-size: 108%;
    	padding: 8px 13px;
    }

.contact_bodys table tr th strong {
  font-size: 107%;
}

.contact_bodys table tr th span.cau {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-left: 20px;
  padding: 3px 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #e70e18;
}

.contact_bodys table tr th span.cau.db {
  margin-top: 5px;
  margin-left: 0;
}

.contact_bodys table tr td {
  padding-bottom: 10px;
  padding-left: 3%;
}

.contact_bodys table tr td span.sub {
  font-size: 114%;
  padding-right: 20px;
}

.contact_bodys table tr td ul {
  display: table;
  width: 100%;
}

.contact_bodys table tr td ul li:nth-child(1) {
  width: 30%;
  padding-right: 10px;
  display: table-cell;
}

.contact_bodys table tr td ul li:nth-child(2) {
  width: 70%;
	display: table-cell;
	vertical-align: middle;
    font-size: 1.1rem;
    font-weight: bold;
}

.contact_body_tit {
  padding-bottom: 50px;
  text-align: center;
}

.contact_body_tit h3 {
  font-size: 187%;
  font-weight: 500;
  color: #8a64ac;
}

.contact_btn {
  margin-top: 64px;
  text-align: center;
}

.contact_btn button,.contact_btn input.submit_btn {
  font-size: 100%;
  width: 266px;
  height: 48px;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #8ab52c;
  border-radius: 7px;
}
.contact_btn button.back, .contact_btn .back {
  background-color: #f4f4f4;
  color: #666;
}

.contact_btn .btn_prev {
  font-size: 100%;
  width: 266px;
  line-height: 48px;
	margin: 0 30px;
  color: #555;
    border: 1px solid #e5e5e5;
    display: inline-block;
	text-decoration: none;
}
.contact_btn .btn_prev:hover {
	background-color: #f3f3f3;
}
.contact_head_clm h3 {
  display: none;
}

.contact_wrap .btn_style{
  margin-bottom: 60px;
}

.contact_box{
  margin-bottom: 3%;
}

.contact_box p{
  text-align: center;
  margin-bottom: 3%;
}

.contact_check{
  margin-top: 20px;
}

.contact_item{
  width: 71%;
  padding: 15px 13px;
  font-size: 16px;
  color: #333;
  border: #e4e4e4 solid 1px;
}

.contact_bodys tr:nth-of-type(4) td{
  vertical-align: middle;
}

.contact_flow {
  padding: 45px 0 0;
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #8ab52c;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #8ab52c;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #8ab52c;
}

.required {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 0 6px;
    background: #DA0023;
    font-size: 93%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contact_bodys .required {
	float: right;
}


/****************************************
		single Setting
*****************************************/
.blk_link .blk_txt .cat {
	margin-left: 1rem;
    font-weight: 500;
    color: #fff;
    background: #009b63;
    padding: 2px 5px;
}

.sec_singles {
  padding: 80px 0;
}

.singles_outer {
  max-width: 1100px;
  margin: 0 auto;
}

.singles_main {
  float: left;
  width: 72.7%;
}

.cat_btit {
  padding-bottom: 75px;
}

.cat_btit h2 {
  line-height: 1.2;
}

.cat_btit h2 strong {
  font-size: 200%;
  color: #8a64ac;
}

.cat_btit h2 small {
  font-size: 134%;
  margin-left: 15px;
}

.cat_btit p {
  font-size: 107%;
  padding-top: 10px;
}

.cat_btit p.mt {
  margin-top: 30px;
}

.cat_list .post_lists {
  margin-bottom: 30px;
  border-bottom: 1px solid #eceaf7;
}

.cat_list .post_lists_tit {
  padding: 16px 0 30px;
}

.cat_list .post_lists_tit h3 {
  color: #9b7cb6;
}

.cat_list_thms .post_list .post_lists {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.cat_list_thms .post_list .post_lists:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.singles_side {
  float: right;
  width: 22.7%;
}

.singles_side_list {
  padding: 1px 30px 30px;
  background-color: #f2f2f2;
	/*margin-top: 40px;*/
}
.singles_side_list h3, .singles_side_list .widgettitle {
    font-size: 1.5rem;
    color: #8ab52c;;
    margin: 2rem 0 0.5rem;
}
.yearArchiveList {
	margin-bottom: 1rem;
}

.yearArchiveList .year:before,
.yearArchiveList .singleList a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.yearArchiveList .year:hover:before,
.yearArchiveList .singleList a:hover:before {
	border-right: 1px solid #f37302;
    border-bottom: 1px solid #f37302;
}

.yearArchiveList .year:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.yearArchiveList .year {
	position: relative;
    display: block;
	margin: 0;
	padding: 8px 0;
	cursor: pointer;
}
.yearArchiveList .singleList a {
	padding: 6px 1.5em;
	position: relative;
    display: block;
	text-decoration: none;
}
.yearArchiveList .year:hover,
.yearArchiveList .singleList a:hover {
	color: #f37302;
}
.eachYear {
	display: none;
}

.singles_side .cat-item a {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}
.singles_side .cat-item a:hover {
	color: #f37302;
}
.singles_side .cat-item a:before {
	position: absolute;
	content: "-";
	left: 0;
}

.single_btit h2 {
  font-size: 200%;
  line-height: 1.4;
  color: #8ab52c;#8ab52c;
}

.single_info {
  padding: 10px 0 30px;
  border-bottom: #a5a5a5 1px solid;
	margin-bottom: 30px;
}

.single_info .date {
  font-size: 107%;
}

.single_thms {
  position: relative;
  min-height: 32px;
	margin-bottom: 30px;
}

.single_thms .tag {
  font-size: 100%;
  position: relative;
  position: absolute;
  z-index: 2;
  top: 0;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #8ab52c;
}
.blog_tag .tag {
  font-size: 100%;
  z-index: 2;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #f5a100;
	margin-right: 2px;
}
.blog_tag {
	margin: 0 0 20px;	
}

.single_thms img {
  position: relative;
  z-index: 1;
	width: 100%;
}

.single_kan {
  padding: 20px 30px 30px;
  background-color: #f6f5fb;
}

.single_kan .boxs .box:nth-child(1) {
  width: 16.4%;
  margin-right: 3.6%;
}

.single_kan .boxs .box:nth-child(2) {
  width: 80%;
}

.single_kan .box_clm p {
  font-size: 107%;
}

.single_kan .box_name h6 {
  font-size: 134%;
  font-weight: 500;
}

.single_kan .box_url {
  margin-top: 10px;
}

.single_kan .box_url ol {
  float: right;
}

.single_kan .box_url ol li {
  font-size: 94%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 18px;
  background-image: url(../../wp-content/themes/mutsumi_themes/img/common/common_arw_03.png);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 9px 10px;
}

.single_kan .box_url ol li a {
  color: #9b7cb6;
}

.single_kan_tit {
  padding-bottom: 10px;
}

.single_kan_tit h5 {
  font-size: 134%;
  font-weight: 500;
  color: #8a64ac;
}

.single_sns {
  padding: 30px 0 60px;
}

.single_sns ul li {
  display: block;
  float: left;
  width: 190px;
  margin-right: 12px;
  text-align: center;
}

.single_sns ul li a {
  line-height: 1;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #fff;
}

.single_sns ul li a.fb {
  background-color: #4266b2;
}

.single_sns ul li a.tw {
  background-color: #50abf1;
}

.single_sns ul li a.line {
  background-color: #00b900;
}

.single_clms {
  padding-bottom: 40px;
}

.single_clms p {
  font-size: 107%;
  line-height: 1.8;
  margin-bottom: 20px;
}

.single_clms p img {
  margin: 10px 0;
}

.single_clms p strong {
  display: inline;
  padding: 0 3px;
  background: #fff294 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff294)) !important;
  background: linear-gradient(to bottom, transparent 70%, #fff294 70%) !important;
}

/*.single_clms h2, .single_clms h3, .single_clms h4 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}*/

.single_clms h2 {
  font-size: 160%;
  position: relative;
  display: block;
  margin: 70px 0 30px;
  padding: 10px 30px;
    background-color: #f5f5f5;
}

.single_clms h2:after {
  position: absolute;
    top: 15px;
    left: 15px;
    width: 5px;
    height: 30px;
    content: '';
    background: #109954;
}

.single_clms h3 {
  font-size: 160%;
  margin: 30px 0;
  padding-left: 10px;
  border-left: 18px solid #109954;
}

.single_clms h4 {
  font-size: 134%;
  margin: 30px 0 15px;
    color: #109954;
}

.single_clms ul {
  margin: 30px 0;
  padding: 25px 20px;
  border: 1px solid #ececef;
}

.single_clms ul li {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.single_clms ul li:before {
	position: absolute;
	content: "●";
	top: 1px;
    left: 0;
    color: #8b4e00;
}

.single_clms ul li:last-child {
  margin-bottom: 0;
}
.single_clms .wp-block-pullquote {
	border-top: #a5a5a5 1px solid;
    border-bottom: #a5a5a5 1px solid;
	margin: 2em 0;
    padding: 2.5em 0;
}

.single_clms .wp-block-table {
  width: 100%;
}

.single_clms .wp-block-table th, .single_clms .wp-block-table td {
  border: #ddd 1px solid;
  padding: 10px;
  box-sizing: border-box;
}

.single_clms .wp-block-table th {
  text-align: left;
  background: #f3f3f3;
  font-weight: normal;
}

.single_more {
  margin-top: 50px;
  padding: 40px 0 0;
  border-top: 1px solid #eceaf7;
}

.post_lists {
	margin-top: 2rem;
}

.single_more .post_lists {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.single_more .post_lists:nth-child(2n) {
  margin-right: 0;
}

.single_more .post_lists:hover h3 {
  text-decoration: underline;
}

.single_more_tit {
  padding-bottom: 40px;
}

.single_more_tit h3 {
  font-size: 160%;
  color: #8a64ac;
}

.cat_pagenav {
  padding-top: 30px;
  text-align: center;
}

.cat_pagenav .wp-pagenavi a, .cat_pagenav .wp-pagenavi span {
  font-size: 120%;
  margin: 2px 4px;
  padding: 3px 11px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  color: #9b7cb6;
  border: 1px solid #9b7cb6;
}

.cat_pagenav .wp-pagenavi a.current, .cat_pagenav .wp-pagenavi span.current {
  color: #9b7cb6;
  border: 1px solid #9b7cb6;
  background-color: #f0eaf4;
}

.cat_pagenav .wp-pagenavi a:hover {
  border: 1px solid #9b7cb6;
  background-color: #f0eaf4;
}

.sec_bread {
  padding: 30px 0 0;
}

.breadcrumbs {
  font-size: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumbs a {
  text-decoration: none;
  color: #9b7cb6;
}

figure.wp-block-gallery {
	margin-inline-start: 0;
    margin-inline-end: 0;
}

/* pagenation */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 10px 15px!important;
}
.wp-pagenavi span.current {
	background: #8ab52c;
    color: #fff;
}

/****************************************
		404 Setting
*****************************************/

.none_page .contact_head_tit h2 {
  line-height: 1.6;
}


/****************************************
		staff Setting
*****************************************/
.staff_list .blk a div {
	position: relative;
}
.staff_list .blk h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #105799;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
}
.stf_info {
    display: flex;
    margin-top: 3em;
    position: relative;
    z-index: 3;
}
.stf_info_left {
    padding-right: 30px;
    width: 50%;
}
.stf_info_right {
	padding-left: 30px;
    width: 50%;
}
.stf_info_right .stf_cmnt {
	margin-top: 2em;
}
.stf_info_right .stf_cmnt dt {
	position: relative;
    padding: 0 0 .7rem;
    margin: 4% 0 20px;
    line-height: 1.2;
    font-size: 1.4em;
    font-weight: 500;
    color: #8ab52c;
    border-bottom: 1px solid #8ab52c;
}
.stf_info_right .stf_cmnt dt:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #8ab52c;
    position: absolute;
    bottom: -10px;
    left: 33px;
}
.stf_info_right .stf_cmnt dt:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 33px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #fff;
}
.stf_info_right table tr th {
	border-top: 1px #eee solid;
	border-left: 1px #eee solid;
	padding: 1rem;
	width: 28%;
}
.stf_info_right table tr td {
	border: 1px #eee solid;
    padding: 1rem;
}
.stf_info_right table tr td:first-of-type {
	background: #fbfbfb;
	font-weight: bold;
}

/****************************************
		flow Setting
*****************************************/
.flow_inner {
	padding-left: 48px;
    padding-bottom: 3rem;
	margin-top: 3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #8ab52c;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: -2;
}

.flow_blk {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow_heading {
    position: relative;
}
.flow_heading:before {
    --size: 16px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #8ab52c;
    position: absolute;
    left: -48px;
    top: 100px;
}
.flow_content {
	width: calc( 100% - 340px);
}
.flow_content .head_ttl h2 {
	margin: 0 0 1rem;
}
.flow_body h3 {
	font-size: 1.2em;
    margin: 20px 0 10px;
}
.flow_end {
	margin: 2.5em 0 2em;
    font-size: 1.7em;
}

/****************************************
		qa Setting
*****************************************/
.faq-question {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
	padding: 15px 0;
}
.faq-question-i {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
	background-color: #8ab52c;
	font-size: 1.5rem;
	margin-right: 20px;
}
.faq-question-i {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}
.faq-question-c {
	font-size: 1.25rem;
	font-weight: 500;
}
.faq-answer-wrapper {
    position: relative;
    z-index: 9;
	padding-bottom: 35px;
}
.faq-answer-inner {
    padding: 1.5em 22px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.faq-answer-i {
	font-size: 1.5rem;
	font-weight: bold;
	color: #8ab52c;
	padding-right: 22px;
}
.faq-answer-c {
	border-left: 1px solid #333;
	padding-left: 20px;
}


/****************************************
		policy Setting
*****************************************/
.sec_page_policy p{
  padding-bottom: 1rem;
}

.sec_page_policy p:last-of-type{
  padding-bottom: 0.4rem;
}

.sec_page_policy ul{
  margin-left: 1.2rem;
}

.sec_page_policy ul ul{
  margin: 0.3rem 0 0.3rem 1.2rem;
}

.wrap .sec_page_policy:nth-of-type(2) .policy_text{
  padding-bottom: 15px;
}

.wrap .sec_page_policy:nth-of-type(2) ul{
  margin-left: 0;
}

.wrap .sec_page_policy:nth-of-type(3) ul{
  margin-left: 0;
}

/****************************************
		profile Setting
*****************************************/
.pro_contain{
  display: flex;
  justify-content: space-between;
}

.pro_contain p{
  padding-bottom: 20px;
}

.pro_contain p:last-of-type{
  padding-bottom: 0;
}

.pro_box{
  width: 70%;
}

.pro_name{
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}

.pro_name p:first-of-type{
  font-size: 18px;
  padding-bottom: 0!important;
}

.pro_name p:last-of-type{
  font-size: 22px;
  padding-bottom: 0!important;
}

.pro_table th{
  width: 17%;
}

/****************************************
	 company Setting
*****************************************/
.wcm {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.lst-card {
    margin: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lst-card li {
    max-width: 552px;
    width: 46%;
    margin-bottom: 60px;
}
.lst-card li a {
	text-decoration: none;
}
.item {
    display: block;
}
.hover-zoom01 {
    display: block;
    overflow: hidden;
    opacity: 1;
}
.hover-zoom01 .img-zoom {
    overflow: hidden;
}
.hover-zoom01 .img-zoom>img {
    display: block;
    width: 100%;
}
.item__info {
    margin-top: -25px;
    /*text-align: right;*/
    padding-right: 30px;
    position: relative;
}
.item__txt01 {
    font-size: 2.5rem;
    letter-spacing: .14em;
    /*font-family: 'Spartan', sans-serif;*/
    font-weight: 700;
    color: #109954;
	text-shadow: #fff 1px -2px 1px;
}
.item__txt02 {
    margin-top: 4px;
    letter-spacing: .2em;
}

/* greeting */
.greet_name dd {
	font-size: 1.7rem;
    font-weight: 300;
}


/* outline */
.outline table th {
	color: #8ab52c;
}
.outline table th,
.outline table td {
	padding: 1.7rem 0;
}
.outline .googlemaps {
	padding-bottom: 60%;
}

/****************************************
	 recruit Setting
*****************************************/
.wrap .rec_table:nth-of-type(3) .ac{
  padding-bottom: 0;
}
.rec_table{
  margin-bottom: 40px;
}

.rec_table p{
  padding: 20px 0 40px;
}

.rec_table th{
  width: 20%!important;
}

.rec_table .ac{
  margin-top: 40px;
  padding-bottom: 40px;
}

/****************************************
	 sitemap Setting
*****************************************/
.sitemap .fnav {
	flex-wrap: wrap;
    justify-content: space-between;
	font-weight: 500;
}
.sitemap .fnav ul {
	width: 45%;
	margin: 0 0 4%;
}
.sitemap .fnav ul li a {
	color: #333;
}
.sitemap .fnav ul li p.ttl {
	border-bottom: 1px solid #71bce4;
}
.sitemap .fnav ul li p.ttl:before {
	background: #105799;
}

/****************************************
		kaitori Setting
*****************************************/
.kaitori_top {
	position: relative;
	height: 38vw;
	margin: 2em 0;
	background: url("../img/kaitori/bg_kaitori.jpg") no-repeat center;
	background-size: cover;
}
.kaitori_tit{
	text-align: center;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: rotate(-7deg) translate(-50%, -60%);
    -ms-transform: rotate(-7deg) translate(-50%, -60%);
	transform: rotate(-7deg) translate(-50%, -60%);
    font-size: 1.4em;
}
	@media (max-width: 1350px) {
		.kaitori_top {
			height: 50vw;
		}
		.kaitori_tit {
			font-size: 1.1em;
			width: 70%;
		}
	}
	
	@media (max-width: 1024px) {
		.kaitori_tit {
			font-size: 1em;
		}
	}

.kaitori_sec{
	display: flex;
	justify-content: space-between;
}
.kaitori_sec .answer_ttl dd{
	font-size: 1.8rem;
	line-height: 1.2;
}
.kaitori_sec #pattern01,
.kaitori_sec #pattern02{
	width: 48%;
}
/* .kaitori_tit .yellow_line{
	background-image: linear-gradient(to right, rgba(239, 208, 5, 0) 50%, rgb(219 27 26) 50%);
} */
.kaitori_tit .yellow_line {
    background-image: linear-gradient(to right, rgba(239, 208, 5, 0) 50%, rgb(138 181 44) 50%);
}
.kaitori_img{
	padding: 20px 0;
}
.kaitori_wrap .pattern_wrap{
	display: block;
}
.kaitori_wrap .pattern_wrap p:first-of-type{
	text-align: center;
}
.kaitori_wrap .pattern_wrap p:last-of-type{
	text-align: left;
}
.kaitori_wrap .blk3_area{
	display: block;
}
.kaitori_wrap .blk3_area .blk{
	padding-bottom: 30px;
	width: 100%;
	margin: 0 auto 3%;
}
.kaitori_top .k_top_txt {
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
}
.kaitori_top h2 {
	color: #fff;
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.2;
    margin: 1rem 0;
}
.ktype_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
	margin: 1em 0;
}
.ktype_list li {
	margin: 0 2em;
	text-align: center;
}

.ktype_list span {
	font-size: 1.4rem;
	display: block;
}

.kaitori_campaign {
	position: relative;
	text-align: center;
	background: #fff;
	margin: 4em 0 0;
}
.kaitori_campaign .heading_circle {
	width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
    background-color: #fff;
	z-index: 1;
}
.kaitori_campaign .heading_circle .num {
	width: 50px;
    height: 50px;
    background-color: #014898;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;	
	color: #fff;
    font-weight: bold;
    font-size: 1.3em;
}
.kaitori_campaign_inner {
	padding: 1.5em 1em 1em;
	position: relative;
	z-index: 9;
}
.kaitori_campaign .camp_txt,
.kaitori_campaign .camp_sub {
	font-size: 1.2em;
	font-weight: 600;
}
.kaitori_campaign .camp_main {
	font-size: 1.3em;
	font-weight: 600;
}
.camp_main.yellow_line {
	background-size: 200% 0.8em;
	background-image: linear-gradient(to right, rgba(239, 208, 5, 0) 50%, rgb(255 242 0) 50%);
}
.kaitori_campaign .camp_main .price {
	font-size: 3em;
	line-height: 1.1;
}

.kaitori_cv_area {
	background: #277953;
	padding: 1.5em 0;
}
.kaitori_cv_area p {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}
.kaitori_cv_area .btn_style a {
	background: #fff;
	color: #222;
	font-weight: bold;
	box-shadow: 0 3px #82c3a6;
}
.kaitori_cv_area .btn_style a:hover {
	background: #e4e4e4;
}
.kaitori_cv_area .blk2_area {
	justify-content: center;
	align-items: center;
}
.kaitori_cv_area .blk2_area .blk {
	margin: 0;
	text-align: center;
}
.ttl_kaitori {
	border-bottom: #8ab52c 3px solid;
	padding: 1rem 0;
	text-align: center;
	margin-bottom: 1.5em;
}
.ttl_kaitori h2 {
	font-size: 2em;
	line-height: 1.2;
}
.ttl_kaitori h2 i {
	color: #8ab52c;
	margin-right: 1rem;
}
.ttl_kaitori h2 span {
	display: block;
	font-size: 1.3rem;
}
.achiev_number {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 1.5em 0;
}
.achiev_number_wrap {
	border: 2px solid #104799;
	padding: 1.2em 2em;
	line-height: 1.2;
	font-weight: bold;
}
.achiev_number_wrap .achiev_num_ttl {
	font-size: 1.5em;
}
.achiev_number_wrap .achiev_num_txt {
	font-size: 1.3em;
}
.achiev_number_wrap .achiev_num_txt span {
	color: #104799;
	font-size: 2.5em;
}
.achiev_number_wrap .small {
	font-size: .9em;
}

.k_reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.k_reason li {
	width: 30%;
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: bold;
}
.k_reason li img {
	margin-bottom: 10px;
}

.blk2_area.just-cr {
	justify-content: center;
	align-items: baseline;
}
.blk2_area.just-cr .blk:first-of-type {
	margin-right: 5%;
}
.k_worry_inner {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.k_worry_inner .list_item {
	background: #dbf1e6;
	border-radius: 10px;
	padding: 1.5em;
	width: 75%;
	margin: 0;
}
.k_worry_inner:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f107";
	color: #d7d7d7;
	font-size: 4em;
	position: absolute;
	bottom: -50px;
	right: 50%;
	transform: translateX(50%);
	line-height: 1;
}
.worry_answer a {
	background: #8ab52c;
    padding: 1.5em;
    border-bottom: #277953 3px solid;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}
.worry_answer a:hover {
	background-color: #a5d736;
	transition: 0.3s ease;
}
.worry_answer a p {
	font-size: 2em;
	text-align: center;
	line-height: 1.1;
	font-weight: bold;
}
.worry_answer a i {
	position: absolute;
	bottom: 0;
    right: 50%;
    transform: translateX(50%);
	font-size: 1.8em;
}

.answer_ttl {
	color: #fff;
	display: flex;
	align-items: center;
    line-height: 1;
    font-weight: 600;
}
.answer_ttl dt {
	font-size: 3em;
}
.answer_ttl dt span {
	font-size: .9rem;
	font-weight: 500;
	display: block;
}
.answer_ttl dd {
	border-left: #fff 1px solid;
	padding-left: 1rem;
	margin-left: 1rem;
	font-size: 1.8em;
}

.pattern_ttl {
	background: #8ab52c;
	padding: 1.2rem 0.9rem;
}
.pattern_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0 1em;
	justify-content: space-between;
}
.pattern_point .head_ttl {
	margin-bottom: 1em;
}
.pattern_point .blk {
	position: relative;
}
.pattern_point .blk .ttl {
	color: #8ab52c;
	font-weight: bold;
	font-size: .9em;
	line-height: 1;
    text-align: center;
    position: absolute;
    top: -20%;
}
.pattern_point .blk .ttl span {
	font-size: 2.5rem;
	display: block;
}
.pattern_point .blk .contents {
	background: #f5f5f5;
	padding: 1.5em;
	border-radius: 10px;
	text-align: center;
}
.pattern_point .blk .contents em {
	font-weight: bold;
}
.kaitori_flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #626262;
	color: #fff;
    padding: 1em;
    font-weight: 500;
	margin-bottom: 7%;
	font-size: 1.1em;
}
.kaitori_flow i {
	margin: 0 .5em;
	color: #d7d7d7;
}

.loose-leaf {
	margin-top: 1.5em;	
}
.loose-leaf dt {
	background: #e4e9d7;
	display: inline-block;
	padding: .5rem 1em;
	font-weight: bold;
	font-size: 1.05em;
}
.loose-leaf dd {
  background: #fff;
  border-left: 5px dotted #c4cdab;
  box-shadow: 0 0 0 5px #fff;
  padding: 1em;
  margin: 5px;
}

.kaitori_form [type=text].w90 { width: 90px; }
.kaitori_form td span.w50 { width: 49%; box-sizing: border-box; display: inline-block; margin-bottom: 5px; }
#errorWrap { 
	padding: 1rem;
    color: #da0023;
    font-weight: bold;
    margin: 3rem 0;
}
.contact_btn .submit { display: inline-block; }

/****************************************
		Mobile Setting
*****************************************/

@media (max-width: 1305px) {
  .first_feature_num {
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .gnav {
    font-size: 90%;
  }
  .gnav ul li {
    margin: 0 1%;
  }

  .answer_ttl dt span {
    font-size: 1rem;
}

}

@media (max-width: 1160px) {
	.wrap {
    padding: 0 2%;
  }
	.covid19 {
		margin: 0 2% 5rem;
	}
  .footer_inner {
    padding: 0 2%;
  }
	.bukken_btn_link_inner {
		width: 48.5%;
	}
	.property_list .box_img {
		height: 22vw;
	}
	.property_list .box_img img {
		height: auto;
		/*top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);*/
	}
	.dtl_head .box:nth-child(1),
	.dtl_head .box:nth-child(2) {
		width: 100%;
		float: none;
		margin: 5% 0 0;
	}
	.dtl_head .box_clm {
		position: relative;
		top: auto;
    	transform: none;
		-webkit-transform: none;
	}
	.top_tokaitori .inner .icon_giza {
		right: 14%;
	}
}

@media (max-width: 1150px){
	.footer_cv{
		text-align: center;
		padding-top: 2em;
	}
	.footer_cv .btn_style:first-of-type {
		margin-bottom: 30px;
	}
}

@media (max-width: 1093px) {
  .sec_top_topban ul li {
    margin: 0 1% 20px;
  }
  .sec_top_topban ul li:nth-child(3), .sec_top_topban ul li:nth-child(5) {
    margin: 0 1% 20px;
  }
	.footer_info, .footer_cv {
		width: 100%;
		text-align: center;
		margin: 1em 0;
	}

}

@media (max-width: 1024px) {
  .common_contact_bg {
    right: 20px;
  }
  .top_plans .box_tag p {
    font-size: 84%;
    letter-spacing: 0;
  }
  .sec_page_topimg .wrap {
    height: 200px;
  }
  .page_topimg_clm {
    margin-top: 20px;
  }

  .singles_side_list {
    padding: 20px;
  }
	.worry_answer .answer_ttl dt,
	.answer_ttl dt {
		font-size: 3em;
	}
	.worry_answer .answer_ttl dt span,
	.answer_ttl dt span {
    	font-size: .8rem;
		letter-spacing: -1px;
	}
	.worry_answer .answer_ttl dd, .worry_answer a p {
		font-size: 1.5em;
	}
}

@media (max-width: 980px) {
  .qa_nav ol li {
    width: 33%;
  }
  .qa_nav ol li:nth-child(n+5) {
    border-bottom: 1px solid #eceaf7;
  }
  .qa_nav ol li:nth-child(n+7) {
    border-bottom: none;
  }

  	.singles_main {
		width: 100%;
		float: none;
	}
	.singles_side {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .singles_side_list {
    padding: 20px 6%;
  }
  .singles_side_list h3 {
    font-size: 145%;
    margin-bottom: 15px;
  }
  .sec_price .singles_side_list h4 {
    font-size: 100%;
  }
  .singles_side_list ul li {
    padding-left: 14px;
    background-position: top 8px left;
    background-size: 9px 10px;
  }
  .singles_side_list ul li a {
    font-size: 80%;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media (max-width: 960px) {
  .common_contact_outer ul li {
    width: 340px;
  }
  .common_contact_bg {
    width: 190px;
  }
  .footer_inner {
    padding: 40px 0;
  }
  .fnav {
    margin: 0 auto;
    padding: 10px 2em;
	  flex-wrap: wrap;
  }
	.fnav ul {
		width: 100%;
		margin-left: 0;
	}
  .sec_top_topimg .wrap {
    height: 440px;
  }
  .top_topimg_clms {
    right: 80px;
  }
  .top_topimg_clms h2 {
    margin-bottom: 32px;
  }
  .top_topimg_clms h2 img {
    width: 300px;
  }
  .top_topimg_clms h3 img {
    width: 220px;
  }
	.top_tokaitori .inner .icon_giza {
		right: 10px;
	}
}

@media (max-width: 767px) and (min-width:500px) {
	.fnav ul li .ttl_child {
		display: flex;
		flex-wrap: wrap;
	}
	.fnav ul li .ttl_child p {
		width: 50%;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
  .common_contact_outer .cvline img {
    width: 295px;
    height: auto;
    border-radius: 10px;
  }
  .footer_last .wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_top .wrap {
    display: block;
}
.fnav ul li .ttl_child p {
	padding-bottom: 8px;
}
.fnav ul li p.ttl {
	padding-top: 7px;
}
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  .sp_tronly {
    display: table-row;
  }
  /****************************************
			Base Setting
	*****************************************/
	body {
		font-size: .9em;
	}
	main {
		padding-top: 16vw;
	}
	.wrap {
		padding: 0 6%;
	  }
	.covid19 {
		margin: 0 0 3rem;
		padding: 1rem;
		font-size: 90%;
	}
	.sec {
		padding: 8% 0;
	}
	.sec:nth-of-type(1) {
		padding: 5% 0 11%;
	}
	.page_topimg_tit h1 {
		font-size: 1.5rem;
	}
	.page_ltit h2 {
		font-size: 1.5em;
		margin: 0.5rem 0 2.5rem;
	}
	.page_ltit h2 span {
		padding-top: 5px;
		font-size: .8rem;
	}
	.head_ttl h2 {
		font-size: 1.2rem;
		padding: 1rem 2rem 0.85rem;
	}
	.head_ttl h2:before {
		height: 26px;
	}
	.page_ttl h3 {
		font-size: 1.4em;
	}
	.head_ttl h3 {
		font-size: 1.15rem;
		padding: 0 40px;
	}
	.head_ttl h3:before, .head_ttl h3:after {
		width: 30px;
	}
	.pankuzu {
		font-size: .8rem;
		padding: .7% 2%;
	}
  .tit_e strong {
    font-size: 200%;
  }
  .tit_e h2 {
    font-size: 80%;
    margin: 15px 0;
  }
  .tit_e p {
    font-size: 80%;
    line-height: 1.8;
  }
  .tit_b {
    padding: 0 0 20px;
  }
  .tit_b h2 {
    font-size: 147%;
  }
  .tit_l h2 {
    font-size: 120%;
  }
  .tit_l h2:before, .tit_l h2:after {
    width: 20px;
  }
  .tit_l h2:before {
    left: -25px;
  }
  .tit_l h2:after {
    right: -25px;
  }
 .blk2_area .blk, .blk3_area .blk {
    width: 100%;
    margin: 3% auto;
  }
	.footer_last .wrap {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.footer_copy {
    padding: 1em 0;
  }
	.footer_cv .btn_style {
		margin: 0 0 10px;
	}
  .sp_foot_btns {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp_foot_btns ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .sp_foot_btns ul li a {
    position: relative;
    display: block;
    height: 62px;
    text-decoration: none;
  }
  .sp_foot_btns ul li a span {
    font-size: 80%;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
  }

  .sp_foot_btns ul li:nth-of-type(2) a span {
    left: 43%;
 }
  .sp_foot_btns ul li a span img {
    position: relative;
    top: -2px;
    width: 21px;
    margin-right: 10px;
  }
  .sp_foot_btns ul li:nth-of-type(2) a span img {
      margin-right: 6px;
  }
  .sp_foot_btns ul li:nth-child(1) a {
    background-color: #9b7cb6;
  }
  .sp_foot_btns ul li:nth-child(2) a {
      background-color: #2bbc23;
  }
  
  .mod-anchor li {
    width: 47%;
  }

  /****************************************
			top Setting
	*****************************************/
  .sec_top_topimg .wrap {
    height: 240px;
  }
  .top_topimg_clms {
    position: absolute;
    top: 40px;
    right: 5%;
  }
	.youtube {
		width: 100%;
		padding: 0 0 58%;
	}
	.bukken_btn_link_inner dl { flex-wrap: wrap; }
	.bukken_btn_link_inner a, .top_bukken-box .bukken_btn_link_inner:last-of-type a { padding: 1rem; }
	.bukken_btn_link_inner dl dt { width: 100%; margin: 5px auto; }
	.bukken_btn_link_inner dl dd { width: 100%; margin-left: 0; }
	.bukken_btn_link_inner dl dd h3 { font-size: 1.2em; line-height: 1.2; margin: 0.5rem 0; text-align: center; }
	.top_bukken-box .bukken_btn_link_inner dl dd h3 { padding-bottom: 0; }
	.bukken_btn_link_inner dl dt img { height: 42px; }
	.top_news .wrap,
	.top_news_contents dl a {
		flex-wrap: wrap;
	}
	.top_news .wrap div,
	.top_news_contents dl dt,
	.top_news_contents dl dd {
		width: 100%;
	}
	.top_news_contents {
		margin-top: 1em;
	}
	.property_list .box_clm_inner .box_tit {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
	.property_list .box_clm_inner .box_price {
		/* font-size: 1.1rem; */
		font-size: 18px;
	}
	.property_list .box_clm_inner .box_clm {
		font-size: .9rem;
	}
	.property_list {
		margin-bottom: 1em;
	}
	.link_more {
		margin-top: 0;
	}
	.blk_link_list .blk_h3 {
		margin: 5px 0;
	}
	.top_reason .blk3_area {
		margin-bottom: 1em;
	}
	.btn_narabi .btn_style {
		margin: 0.5rem 0;
	}
	.top_tokaitori .inner {
		background: url(../img/top/bg_kaitori_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.top_tokaitori .inner h2 {
		font-size: 8.3vw;
		line-height: 1.2;
		padding: 16vw 0 5vw;
	}
	.top_tokaitori .inner .icon_giza {
		top: -25px;
		right: -25px;
		width: 31vw;
	}
	.top_tokaitori .inner .kai_txt {
		padding: 0 7vw 32vw;
    	font-size: 3.3vw;
	}
	.top_housing .lst-card {
		margin: 38px 0 0;
		display: flex;
		justify-content: center;
	}
	.top_corp {
		margin-top: 2em;
	}
	.top_blog .blk3_area .blk {
		width: 48%;
	}
	.top_blog .blk3_area .blk_link .blk_h3 {
		font-size: 1.05rem;
		padding: 10px 0 3px;
	}
	.bg_blk .check_list li {
		width: 100%;
	}
	.footer_cv {
		border-top: 1px solid #8ca0b2;
		padding-top: 2em;
	}

  /****************************************
			page Setting
	*****************************************/
  .sec_page_topimg .wrap {
    height: 160px;
  }
  .sec_page_topimg.wd .wrap {
    height: 163px;
  }
  .sec_page_topimg.min .wrap {
    height: 113px;
  }
  .page_topimg_tit h2 {
    font-size: 140%;
  }
  .page_topimg_tit span {
    width: 20px;
    margin-top: 12px;
  }
  .page_topimg_clm {
    margin: 10px 4% 0;
    text-align: center;
  }
  .page_topimg_clm p {
    font-size: .8rem;
    line-height: 1.6;
  }


	/****************************************
			property Setting
	*****************************************/
	.filter_blk {
		padding: 1rem;
	}
	.filter_blk dl {
		flex-wrap: wrap;
	}
	.filter_blk dl dt,
	.filter_blk dl dd {
		width: 100%;
	}
	.filter_blk dl:last-of-type dt,
	.filter_blk dl:last-of-type dd {
		width: 50%;
	}
	.filter_blk select {
		width: 100%;
	}
	.filter_blk input[type="number"] {
		width: 120px;
	}
	.property_list .box_img {
		height: 58vw;
	}
	.pro_header {
		padding: 30px 20px 15px;
	}
	.boxs.dtl_boxs_3 .box,
	.boxs.dtl_boxs_2 .box,
	.boxs.dtl_boxs_1 .box {
		width: 100%;
		float: none;
		margin: 0 auto 25px;
	}
	.pro_header h1 {
		margin-bottom: 0.7rem;
	}
	.pro_header h1 .f_minc {
	    font-size: 1.5rem;
		line-height: 1.2;
	}
	.pro_header h1 .pro_type {
		display: table;
		padding: 2px 7px;
    	font-size: .9em;
	}
	.pro_list_tag li {
	    font-size: .85em;
    	padding: 7px 10px 6px;
	}
	.dtl_head .box_clm h2 {
		font-size: 1rem;
	}
	.box_clm_tel {
		margin: 10px 0;
	}
	.box_clm_tel .header_tel_num i,
	.box_clm_tel .header_tel_num strong {
		font-size: 1.8rem;
	}
	.pro_point {
		padding: 1.5em;
	}
	.m_port {
		width: 100%;
	}
	.boxs .box_clm .column_ttl {
		font-size: 1.15rem;
		padding: 15px 0 0;
	}
	.boxs .box_clm .column_txt {
		padding: 10px 0 0;
		font-size: .9em;
	}
	.pro_bottom table th {
		width: 100%;
	}
	table th, table td {
		display: block;
		width: 100%;
	}
	table th {
		padding: .8rem 0 0;
	}
	table td {
		padding: 0 0 .8rem;
		line-height: 1.2;
	}
	.dtl_head .box_clm table th {
		width: 100%;
		border-right: 0;
	}
	.dtl_head .box_clm table td {
		padding-left: 0;
	}
	.dtl_head_tag li { font-size: .85em; padding: 3px 1em; }
	.googlemaps {
		padding-bottom: 70%;
	}
	.after_foot_tel, .after_foot_btn { width: 100%; }
	.after_foot_tel { margin-bottom: 2%; }
	.after_foot_btn .btn_style { width: 100%; margin: 0 0 10px; }
	.after_foot_btit h3 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.after_foot_wrap h4 { font-size: 1.2em; }

  /****************************************
			contact Setting
	*****************************************/
  .contact_topimg {
    background-image: url(./img/contact/sp_contact_topimg_01.jpg);
  }
  .sec_contact_head {
    padding: 32px 0 40px;
  }
  .contact_head_tit {
    margin-bottom: 30px;
  }
  .contact_head_tit p img {
    width: 112px;
  }
  .contact_head_tit h2 {
    font-size: 100%;
  }
  .contact_head_tit i {
    width: 21px;
    height: 1px;
    margin: 15px auto 0;
  }
  .contact_head_clm {
    text-align: justify;
  }
  .contact_head_tel {
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    background-color: #f4f4f4;
  }
  .contact_head_tel h3 {
    font-size: 100%;
  }
  .contact_head_tel h3.lg {
    font-size: 80%;
    padding-bottom: 10px;
  }
  .contact_head_tel strong {
    font-size: 200%;
  }
  .contact_head_tel p {
    line-height: 1.2;
    padding-top: 10px;
  }
  .contact_head_tel p span {
    font-size: 67%;
  }
  .contact_head_tel p small {
    font-size: 67%;
  }
  .sec_contact_body {
    padding: 10px 0 20px;
  }
  .contact_bodys {
    margin: 0 auto 40px;
  }
  .contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys textarea {
    margin-bottom: 10px;
  }
  .contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date] {
    font-size: 114%;
    padding: 10px;
    letter-spacing: 0;
  }
  .contact_bodys textarea {
    /*font-size: 80%;*/
    height: 102px;
    padding: 10px;
  }
  .contact_bodys .select_outer {
    font-size: 80%;
    margin-bottom: 10px;
  }
  .contact_bodys .select_outer:after {
    top: 15px;
    width: 9px;
    height: 8px;
    background-size: 9px 8px;
  }
  .contact_bodys .select_outer select {
    font-size: 80%;
    width: 100%;
    padding: 11px 10px 11px;
  }
  
  .contact_bodys table tr.date_tr .boxs .box {
    width: 20%;
  }
  .contact_bodys table tr.date_tr .boxs .date_box {
    width: 70%;
  }
  .ui-datepicker th, .ui-datepicker td {
    display: table-cell;
    width: auto;
  }
  .contact_bodys table {
    display: block;
  }
  .contact_bodys table tbody {
    display: block;
  }
  .contact_bodys table tr {
    display: block;
  }
  .contact_bodys table tr th, .contact_bodys table tr td {
    display: block;
  }
  .contact_bodys table tr th {
    width: 100%;
    padding: 10px 0;
  }
  .contact_bodys table tr th br {
    display: none;
  }
  /*.contact_bodys table tr th strong {
    font-size: 80%;
  }*/
  .contact_bodys table tr th span.cau {
    font-size: 74%;
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding: 2px 8px;
  }
  .contact_bodys table tr th span.cau.db {
    margin-top: 0;
    margin-left: 5px;
  }
  .contact_bodys table tr td {
    padding-bottom: 8px;
    padding-left: 0;
  }
  .contact_bodys table tr td span.sub {
    font-size: 80%;
    padding-right: 0;
  }
  .contact_bodys table tr td ul {
    width: 100%;
    max-width: 458px;
  }
  .contact_bodys table tr td ul li {
    float: left;
  }
  .contact_bodys table tr td ul li:nth-child(1) {
    width: 20%;
    padding: 0 5px 0 0;
  }
	.contact_bodys table tr td ul li.li03 {
		width: 100%;
	}
  .contact_bodys table tr td ul li:nth-child(2) {
    width: 80%;
  }
  .contact_body_tit {
    padding-bottom: 30px;
  }
  .contact_body_tit h3 {
    font-size: 100%;
  }
  .contact_btn {
    margin-top: 30px;
  }
  .contact_btn button {
    font-size: 80%;
    width: 205px;
    height: 48px;
  }
  .contact_btn button.back {
    margin: 10px 0;
  }
  .contact_btn button.send {
    margin: 10px 0;
  }
  .contact_item {
    width: 100%;
    padding: 9px 13px;
    font-size: 14px;
  }
  .mw_wp_form_preview .contact_head_clm h3 {
    font-size: 84%;
    margin: 0 auto -20px;
    padding: 10px 0;
  }
  .mw_wp_form .error {
    margin: -7px 0 10px;
  }

  /****************************************
			single Setting
	*****************************************/
	.singles_main .blk2_area .blk {
		width: 48%;
	}
	.singles_main .blk2_area .blk:nth-of-type(2n+1) {
		margin: 3% 4% 3% 0;
	}
	.singles_main .blk2_area .blk:nth-of-type(2n) {
		margin: 3% 0;
	}
	.singles_main .blk_link .blk_h3 {
		font-size: 1rem;
	}
	.singles_main .blk_link p {
		font-size: .85rem;
		padding-right: 0;
	}
	.singles_main .blk_link .link_more:before {
		right: 75px;
		width: 25px;
    	height: 25px;
		line-height: 25px;
		font-size: .85rem;
	}
	.sec_singles {
    margin-bottom: 20px;
    padding: 40px 0;
  }
  .cat_btit {
    padding-bottom: 40px;
  }
  .cat_btit h2 {
    line-height: 1.2;
  }
  .cat_btit h2 strong {
    font-size: 120%;
  }
  .cat_btit h2 small {
    font-size: 74%;
    margin-left: 5px;
  }
  .cat_btit p {
    font-size: 80%;
  }
  .cat_btit p.mt {
    margin-top: 10px;
  }
  .cat_list .post_lists {
    margin-bottom: 20px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .cat_list .post_lists_tit {
    padding: 16px 0 20px;
  }
  .cat_list_thms .post_list .post_lists {
    float: none;
    width: 100%;
    padding-right: 4%;
  }
  .cat_list_thms .post_list .post_lists:nth-child(2n) {
    padding-right: 4%;
    padding-left: 4%;
  }
  .single_btit h2 {
    font-size: 120%;
    line-height: 1.6;
  }
  .single_info {
    padding: 20px 0;
  }
  .single_info .date {
    font-size: 67%;
  }
  .single_thms {
    margin-top: 20px;
  }
  .single_thms .tag {
    font-size: 67%;
    top: 0;
    display: inline-block;
    padding: 10px 15px;
  }
  .single_kan {
    padding: 10px 4% 15px;
  }
  .single_kan .boxs .box:nth-child(1) {
    width: 30%;
    margin-right: 4%;
  }
  .single_kan .boxs .box:nth-child(2) {
    width: 64%;
  }
  .single_kan .box_clm p {
    font-size: 74%;
  }
  .single_kan .box_name h6 {
    font-size: 100%;
  }
  .single_kan .box_url ol li {
    font-size: 80%;
    padding-left: 14px;
  }
  .single_kan_tit {
    padding-bottom: 10px;
  }
  .single_kan_tit h5 {
    font-size: 100%;
  }
  .single_sns {
    padding: 20px 0 40px;
  }
  .single_sns ul li {
    width: 32%;
    margin-right: 2%;
  }
  .single_sns ul li:nth-child(3n) {
    margin-right: 0;
  }
  .single_sns ul li a {
    font-size: 67%;
    padding: 10px 0;
  }
  .single_clms {
    padding-bottom: 20px;
  }
  .single_clms p {
    font-size: 80%;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .single_clms p img {
    margin: 10px 0;
  }
  .single_clms p strong {
    font-weight: 500;
    display: inline;
    padding: 0 3px;
    background: #fff3f8 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff3f8)) !important;
    background: linear-gradient(to bottom, transparent 70%, #fff3f8 70%) !important;
  }
  .single_clms h2 {
    font-size: 120%;
    margin: 40px 0 20px;
    padding: 10px;
  }
  .single_clms h2:after {
    bottom: -8.5px;
    left: 20px;
    width: 18.5px;
    height: 8.5px;
  }
  .single_clms h3 {
    font-size: 107%;
    margin: 15px 0;
    border-left: 10px solid #b197c7;
  }
  .single_clms h4 {
    font-size: 94%;
    margin: 20px 0;
    border-left: 3px solid #b197c7;
  }
  .single_clms ul {
    margin: 20px 0;
    padding: 15px;
  }
  .single_clms ul li {
    font-size: 80%;
  }
  .single_clms figure.wp-block-embed-wordpress {
    margin: 0;
  }
  .single_clms figure.wp-block-embed-wordpress figure.video-container {
    margin: 0 0 1em;
  }
  .single_more {
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .single_more .post_lists {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .single_more .post_lists :nth-child(2n) {
    margin-right: 0;
  }
  .single_more .post_lists_tit h3 {
    color: #9b7cb6;
  }
  .single_more_tit {
    padding-bottom: 20px;
  }
  .single_more_tit h3 {
    font-size: 107%;
  }
	.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 5px!important;
}
  .sec_bread {
    padding: 15px 0 0;
  }
  .breadcrumbs {
    font-size: 67%;
  }
	
  /****************************************
			faq Setting
	*****************************************/
	.faq-question-i {
		width: 50px;
		height: 50px;
		border-radius: 10px;
		min-width: 50px;
	}
	.faq-question-c {
		font-size: 1.15rem;
		line-height: 1.2;
	}
	
  /****************************************
			staff Setting
	*****************************************/
	.stf_info {
		display: inline-block;
	}
	.stf_info_left {
		padding-right: 0;
		width: 100%;
		margin-top: -3rem;
	}
	.stf_info_right {
		margin-bottom: 3rem;
		padding-left: 0;
		width: 100%;
	}
	.stf_cmnt {
		padding: 1.5em 0;
	}
	.stf_info_right table tr td {
		border-bottom: 0;
	}
	.stf_name {
		font-size: 2rem;
	}
	.stf_info_right table tr {
		border-bottom: none;
	}
	.stf_info_right table tr th {
		border-right: 1px #eee solid;
		width: 100%;
	}
	.stf_info_right table tr:last-of-type td {
		border-bottom: 1px #eee solid;
	}

  /****************************************
			voice Setting
	*****************************************/
	.voice_main h2.voice_ttl {
		font-size: 1.3rem;
		line-height: 1.25;
	}
	.voice_main h3 {
		font-size: 1.3rem;
	}

/****************************************
		policy Setting
*****************************************/
	.sec_page_policy ul{
	  margin-left: 0.8rem;
	}
	.sec_page_policy ul ul{
	  margin-left: 0.8rem;
	}

/****************************************
	comapny Setting
*****************************************/
	.wcm {
		padding: 0 12px 0 13px;
	}
	.lst-card {
		margin: 38px 0 94px;
	}
	.lst-card li {
		margin-bottom: 32px;
		width: 100%;
	}
	.item__img img {
		width: 100%;
	}
	.item__info {
		padding-right: 0;
		margin-top: -20px;
	}
	.item__txt01 {
		font-size: 1.8rem;
	}
	.item__txt02 {
		margin-top: -2px;
	}

/****************************************
	 message Setting
*****************************************/
	.sec_mes_wrap .pro_box{
	  width: 100%;
	}
	.sec_mes_wrap img{
	  width: 100%;
	}
	.sec_mes_wrap .ttlh3{
	  margin: 1.5rem 0 1rem;
	}

/****************************************
	 recruit Setting
*****************************************/
	.rec_table th {
	  width: 100%!important;
	}
	.rec_table .ac {
	  margin-top: 30px;
	  padding-bottom: 20px;
	}
	.rec_table p {
	  padding: 15px 0 25px;
	}

/****************************************
		flow Setting
*****************************************/
	.flow_inner {
    	padding-left: 25px;
	}
	.flow_blk {
		padding-top: 3rem;
	}
	.flow_blk:first-of-type {
		padding-top: 1rem;
	}
	.flow_heading:before {
		left: -25px;
	}
	.flow_content {
		margin-top: 1rem;
		width: 100%;
	}
	.flow_body_wrap,
	.flow_body_wrap table th {
		width: 100%;
	}
	.flow_body {
    	padding: 0 .5rem;
	}
	
/****************************************
		sitemap Setting
*****************************************/
	.sitemap .fnav ul {
		width: 100%;
	}

/****************************************
		kaitori Setting
*****************************************/

	.kaitori_top {
		height: 60vw;
		margin-bottom: 0;
	}
	.kaitori_tit {
		font-size: 1.3em;
		width: 70%;
	}
	.kaitori_top .k_top_txt {
		font-size: 1em;
		letter-spacing: -1px;
	}
	.kaitori_top h2 {
		font-size: 2.4em;
		letter-spacing: -2px;
	}
	.ktype_list {
		justify-content: space-between;
	}
	.ktype_list li {
		width: 48%;
		margin: 0 1%;
	}
	.ktype_list span {
    	font-size: 1.2rem;
	}
	.kaitori_cv_area p {
		margin: 1em 0 .3em;
	}
	.kaitori_sec {
		width: 100%;
		display: block;
		padding: 8% 6%!important;
	}
	.kaitori_sec .answer_ttl dd {
		font-size: 1.4rem;
	}
	.kaitori_sec #pattern01, .kaitori_sec #pattern02 {
		width: 100%;
	}
	.kaitori_sec #pattern01, .kaitori_sec #pattern02 {
		width: 100%;
	}
	.kaitori_contain {
		height: auto;
	}
	.ttl_kaitori h2 {
		font-size: 1.6em;
	}
	.ttl_kaitori h2 span {
		font-size: 1rem;
		margin-top: 5px;
	}
	.achiev_number {
		flex-wrap: wrap;
	}
	.achiev_number_wrap {
		width: 100%;
		margin: 1em 0;
	}
	.achiev_number_wrap .achiev_num_ttl {
		font-size: 1.35em;
	}
	.k_reason li {
		width: 100%;
		margin-top: 1em;
		text-align: center;
	}
	.blk2_area.just-cr .blk:first-of-type {
		margin-right: 0;
	}
	.worry_answer a {
		padding: 1em;
	}
	.worry_answer a i {
		bottom: -3px;
		font-size: 1.5em;
	}
	.worry_answer .answer_ttl dt span {
    	font-size: .8rem;
		letter-spacing: -1px;
	}
	.answer_ttl dd, .worry_answer a p {
		font-size: 1.5em;
	}
	.pattern_wrap p:nth-of-type(1),.pattern_wrap p:nth-of-type(2) {
		width: 100%;
	}
	.pattern_point .blk .ttl span {
    	font-size: 2.4rem;
	}
	.pattern_point .blk .ttl {
		top: -18%;
	}
	
	table.normal, table.two {
	  margin: 50px auto 0;
	}

	table.normal,table.normal tr, table.normal th, table.normal td,table.two, table.two tr, table.two th, table.two td {
	  border: 5px solid #FFFFFF;
	}

	table.normal th,table.normal td, table.two th, table.two td {
	  padding: 10px 15px;
	  vertical-align: middle;
	  text-align: center;
	  font-size: 106.666%;
	}

	table.normal th {
	  background: #EFEBE9;
	}

	table.normal td {
	  background: #F7F7F7;
	}

	table.normal th img {
	  display: block;
	  width: 100px;
	  height: auto;
	}

	.text_wrap p.check {
	  position: relative;
	  font-size: 106.666%;
	  line-height: 1.44;
	  margin-top: 10px;
	  padding-left: 30px;
	}

	.text_wrap p.check::after {
	  content: "✔︎";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	}

	.h3_wrap {
	  margin-top: 40px;
	}

	.h3_wrap h3 {
	  color: #9B7CB7;
	  font-size: 160%;
	  text-align: center;
	}

	.h3_wrap .text_wrap .check {
	  width: 100px;
	  margin: 10px auto 0;
	  text-align: left;
	}
  table.normal {
    display: block;
    overflow-x: scroll;
    border: none;
  }

  table.normal tbody {
    white-space: nowrap;
  }

  .text_wrap p, .flex_box_block p, .text_wrap p.check {
    font-size: 80%;
  }
  .sp_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}

@media (max-width: 510px) {
	.kaitori_top {
    	height: 350px;
    }
    .kaitori_tit {
    	width: 90%;
    	font-size: 1.15em;
    	-webkit-transform: rotate(-7deg) translate(-45%, -60%);
	    -ms-transform: rotate(-7deg) translate(-45%, -60%);
	    transform: rotate(-7deg) translate(-45%, -60%);
    }
}
@media (max-width: 340px) {
	.kaitori_top {
    	height: 300px;
    }
    .kaitori_tit {
    	font-size: 1em;
    }
}

/*---------------------------------
	ビーンズホーム・コーディング 
---------------------------------*/
/* top_fv */
.top_fv .top_topimg_clms {
	background-size: cover;
	height: 42vw;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.top_fv .top_topimg_clms:nth-of-type(1) {
	background-image: url(../img/common/main01.jpg);
	background-position: center;
}
.top_fv .top_topimg_clms:nth-of-type(2) {
	background-image: url(../img/common/main02.jpg);
	background-position: center;
}

.top_fv .miraie_logo img {
	margin: -30px auto 1em;
}

.top_fv .top_topimg_clms h2,
.top_fv .top_topimg_clms p {
	color: #fff;
	text-shadow: 0 0 5px #333;
}
.top_fv .top_topimg_clms h2 {
	color: #333;
	text-shadow: 0 0 3px #fff;
	font-size: 3rem;
    padding: 3vw 4vw;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 10px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.top_fv .top_topimg_clms p {
	font-size: 1.5rem;
}

.top_news-box{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.top_news-box .page_ltit h2:before{
    left: 3px;
}

.top_news-box .page_ltit h2{
	margin-bottom: 60px;
}

.top_news-box div:last-of-type{
	width: 60%;
}

.top_news-box p{
	border-bottom: solid 1px #898989;
    padding: 12px 0;
}

.top_bukken-box .bukken_btn_link_inner dl dd h3 {
    line-height: 1.2;
	padding-bottom: 5px;
}
.bukken_btn_link_inner dl dd p {
	font-size: .8rem;
}

.ser3_area .blk h3{
	color: #8ab52c;
	font-size: 1.3em;
	padding: 15px 0 7px;
}

.ser3_area .blk h3:hover{
	text-decoration: underline;
}

.ser3_area .blk a{
	text-decoration: none;
}

.ser3_area .blk i{
	padding-right: 5px;
}

.ser3_area .blk a:hover{
	opacity: 0.75;
}

.top_lst-card{
padding-bottom: 25px;
}

.top_lst-card ul{
	background-color: #eff0f2;
	padding: 2em 2.5em;
	margin: 25px 0;
}

.top_lst-card ul i{
	padding-right: 5px;
	color: #8ab52c;
}

.top_lst-card ul li{
	display: inline-block;
}

.top_lst-card ul li:nth-of-type(2){
	padding-left: 20px;
}
.top_lst-card ul li:nth-of-type(4){
	padding-left: 20px;
}
.top_lst-card ul li:nth-of-type(6){
	padding-left: 20px;
}

.top_info-box{
	width: 61%;
}

.top_info-box li{
	border-bottom: dotted 1px #898989;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.top_info-box li dt{
	padding-bottom: 7px;
}

.top_info-box li a{
	text-decoration: none;
}

.top_info-box li span{
	font-size: .95em;
	color: #fff;
	background: #8ab52c;
	padding: 3px 6px;
	margin-left: 10px;
	border-radius: 4px;
}

.top_insta{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.top_insta li{
	width: 30%;
	padding-bottom: 45px;
}

.top_insta li:nth-of-type(7),
.top_insta li:nth-of-type(8),
.top_insta li:nth-of-type(9){
	padding-bottom: 0;
}

.top_insta li img{
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.top_insta .comme{
	display: none;
}

.foot_bana-area{
	margin: 30px auto;
	display: flex;
	justify-content: center;
}

.foot_bana-area div{
	margin-right: 30px;
}

.foot_bana-area div:last-of-type{
	margin-right: 0;
}
/*--- 物件詳細ページ ---*/
.property_list .blk {
	border: solid 1px #757575;
}

/*--- 販売実績一覧 ---*/
.sales_box table{
	width: 70%;
	margin: 0 auto;
}

.sales_box table th td{
	color: #222;
}

.sales_box table th{
	color: #222;
	width: 53%;
	text-align: center;
	font-size: 18px;
}

.sales_box table td{
	text-align: center;
	font-size: 18px;
}

/*--- 設備仕様 ---*/
.fac_wrap{
	padding: 60px 0;
}

.fac_sec form{
	width: 70%;
    margin: 60px auto;
}

.fac_sec form p{
    padding-bottom: 10px;
	
}

.fac_sec form label input{
	color: #222!important;
	background: #fff!important;
	padding: 3px!important;
	border-radius: 3px!important;
	border:solid 1px #333!important;
}

.fac_sec form input:last-of-type{
	background: red;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
}

.fac_sec .blk a{
	text-decoration: none;
}

.fac_sec .blk img{
	padding-bottom: 10px;
}

/*--- アフターサービス一覧 ---*/
.after_img{
	padding: 30px 0;
}

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

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

.after_text p{
	width: 70%;
}

.after_text img{
	padding-right: 30px;
}

.after_box li{
	width: 17%;
}

.after_box li h4{
	font-size: 20px;
	color: #8ab52c;
	padding: 10px 0 5px;
}

.after_bana li dl{
	padding: 20px;
}

.after_bana li dl dd{
	width: 76%;
    margin-left: 5%;
}

/*--- 中古・仲介物件 ---*/
.tyukai_box li{
	width: 22%;
}

.after_sec .lst-card{
	margin-top: 0;
}

.after_sec .head_ttl h3{
	margin-top: 0;
}

.sec_tyukai_wrap .btn_style{
	margin-top: 30px;
}

.after_link{
	text-align: right;
	margin-top: 0.5rem;
}

.after_link a{
	text-decoration: none;
	color: #8ab52c;
	font-weight: bold
}

.after_link i{
	padding-left: 10px;
}

/*--- よくあるご質問 ---*/
.qa_link_tab ul{
	width: 80%;
	margin: 80px auto 20px;
	display: flex;
	justify-content: center;
}

.qa_link_tab ul li a{
	text-decoration: none;
}

.qa_link_tab ul li:first-of-type a{
	padding: 15px 20px;
	background: #e5e5e5;
}

.qa_link_tab ul li:last-of-type a{
	padding: 15px 20px;
	background: #8ab52c;
	color: #fff;
}

.qa_link_kounyu ul li:first-of-type a{
	padding: 15px 20px;
	background: #8ab52c!important;
	color: #fff;
}

.qa_link_kounyu ul li:last-of-type a{
	padding: 15px 20px;
	background: #e5e5e5!important;
	color: #222;
}

.qa_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.qa_box dl{
	background: #f4f4f4;
	padding: 1.5em 22px 14px;
}

.qa_box dl dt{
	padding-bottom: 10px;
}

.qa_box dl dd{
	padding-bottom: 10px;
}

.qa_table .head_ttl h3 {
    font-size: 18px;
}

.qa_table table tr:first-of-type{
	background: #eee;
}

.qa_table table tr:first-of-type th{
	font-weight: bold;
}

.qa_table table tr:first-of-type td{
	font-weight: bold;
}

.qa_table table tr th{
	width: 25%;
	font-weight: 300;
	padding: 16px;
	text-align: center;
}

.qa_table table tr td{
	width: 30%;
	padding: 16px;
	text-align: center;
}

/*--- 不動産売却の流れ---*/
.anchor-link {
    margin: 2em 0 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.anchor-link a{
	text-decoration: none;
	color: #8ab52c;
}

.anchor-link i{
	padding-left: 7px;
}

.wrap .anchor-link:last-of-type{
	margin: 0;
}

.anchor_wrap{
	padding-top: 10px;
}

.sec_baikyaku .sec{
	padding: 3.5% 0;
}

.baikyaku_area .blk h3{
    padding: 0 0 5px;
	margin-top: 0;
}

#sale02 .blk{
	margin-bottom: 0;
}

.baikyaku_blk{
	margin-bottom: 0!important;
}

.baikyaku_wrap.sec_page_wrap{
	margin-bottom: 0;
}

.baikyaku_wrap .lst-card{
	margin-bottom: 0;
}

.baikyaku_wrap .lst-card li{
	margin-bottom: 0;
	width: 100%;
}

.baikyaku_list dl:first-of-type{
	padding-bottom: 15px;
}

.reverse{
	flex-direction: row-reverse;
}

.baikyaku_box table td,
.baikyaku_box table th{
	vertical-align: middle;
	text-align: center;
}

.baikyaku_box table tr:first-of-type td{
	font-weight: bold;
	color: #8ab52c;
}

/*--- ご購入の流れ ---*/
.buy_list dl{
	padding-bottom: 7px;
}

.buy_list dl dt{
	font-weight: bold;
}

.buy_list li{
	padding-bottom: 7px;
}

@media(max-width: 768px){
	.header_logo a img {
		width: 100%;
	}
	.color_ttl h3 { font-size: 1.4rem; }
	
	.top_fv .top_topimg_clms h2 {
		width: 240px;
		position: absolute;
		font-size: 1.4rem;
		padding: 5vw 2vw;
	}
	.top_fv .top_topimg_clms:nth-of-type(2) {
		background-position: 72%;
	}
	.sec_top_topimg {
		height: 33vh;
	}
	.top_fv .top_topimg_clms{
		height: 33vh;
	}
	.top_news-box{
		display: block;
		padding-bottom: 80px;
	}
	.top_news-box .page_ltit h2:before{
		left: calc(50% - 30px);
	}
	.top_news-box .page_ltit h2 {
		margin-bottom: 3rem;
	}
	.top_news-box div:last-of-type {
		width: auto;
	}
	.top_news-box .btn_style {
		min-width: 260px;
		margin-bottom: 20px;
	}
	.btn_style a, .btn_style button, .btn_style input {
		padding: 12px 28px;
	}
	.top_news-box div:nth-of-type(4){
		text-align: center;
	}
	.top_info-box li span {
		font-size: .85em;
	}
	.top_btn_style{
		text-align: center;
	}
	.ser3_area .blk{
		width: 87%;
		margin: 3% auto 6%!important;
	}
	.top_lst-card ul li:nth-of-type(2){
		padding-left: 0;
	}
	.top_lst-card ul li:nth-of-type(4){
		padding-left: 0;
	}
	.top_lst-card ul li:nth-of-type(6){
		padding-left: 0;
	}
	.top_housing .lst-card li {
		margin-bottom: 1rem;
    	font-size: .95em;
	}
	.top_housing .lst-card li ul li {
		margin-bottom: 5px;
	}
	.top_housing .lst-card li:nth-of-type(5) {
		margin-bottom: 5px;
	}
	.top_housing .top_lst-card ul {
		padding: 1.5em 2.5em;
	}
	.top_info-box{
		width: 100%;
	}
	.top_insta li{
		padding-bottom: 30px;
	}
	.top_insta li:nth-of-type(7),
	.top_insta li:nth-of-type(8),
	.top_insta li:nth-of-type(9){
		padding-bottom: 0;
	}
	.top_insta li img {
		height: 130px;
	}
	.footer_logo {
		width: auto;
		margin: 0 auto;
	}
	.foot_bana-area{
		width: 100%;
		margin: 30px auto;
		text-align: center;
		display: block;
	}
	.foot_bana-area div{
		margin-right: 0;
	}
	.foot_bana-area div img{
		padding-bottom: 30px;
	}
	.foot_bana-area div:last-of-type img{
		padding-bottom: 0;
	}
	.footer_info h2{
		font-size: 13px;
   		padding-bottom: 5px;
	}
	
	.foot_area .head_ttl h3 {
		font-size: 1.15rem;
		margin: 1.5rem 0 1rem;
	}
	.link_list .link_style {
		padding: 5px 0 5px 15px;
		margin-right: 1.5rem;
	}

	/*--- 販売実績一覧 SP ---*/
	.sales_box table {
		width: 100%;
	}
	.sales_box table th {
		width: 100%;
	}
	.sales_box table th{
		padding-bottom: 0;
	}
	.sales_box table td{
		padding: 10px 0 20px;
	}

	/*--- 設備仕様 SP ---*/
	.fac_sec form{
		width: 100%;
		padding: 0 6%;
	}
	.fac_wrap {
		padding: 50px 6%;
	}
	.fac_wrap .blk{
		padding-bottom: 20px;
	}

	/*--- アフターサービス一覧 SP ---*/
	.after_box{
		display: block;
	}
	.after_box ul{
		display: block;
	}
	.after_text p{
		width: 100%;
	}
	.after_text img{
		padding-right: 30px;
	}
	.after_box li{
		width: 100%;
		text-align: center;
		padding-bottom: 1em;
	}
	.after_box li:last-of-type{
		padding-bottom: 0;
	}
	.after_box li h4{
		font-size: 1.2em;
	}
	.after_bana li dl{
		padding: 20px;
	}
	.after_bana li dl dd{
		width: 100%;
		margin-left: 0;
	}
	.sec_after_wrap{
		padding-bottom: 40px;
	}
	.after_text img{
		padding: 30px 0;
	}
	.after_text div{
		text-align: center;
	}
	.after_sec .head_ttl h3{
		padding: 0 0 5px;
	}
	.after_sec .lst-card{
		margin-bottom: 0;
	}

	/*--- よくあるご質問 ---*/
	.qa_link_tab ul{
		width: 100%;
		margin: 70px auto 0;
		text-align: center;
	}
	.qa_link_tab ul li{
		margin-bottom: 45px;
	}
	.qa_box{
		display: block;
	}
	.qa_box i{
		padding: 20px 0;
	}
	.qa_table table{
		overflow-x: scroll; /* 横スクロール処理 */
		white-space:nowrap;/* 自動改行させない */
		display: block;
	}
	.qa_table table tr th,
	.qa_table table tr td{
		width: 50%;
		display: table-cell;
		text-align: left;
		padding: 16px 20px;
	}
	.head_ttl h3{
		padding: 0 0 10px;
		border-bottom: double 7px #8ab52c;
	}

	/*--- 不動産売却の流れ SP ---*/
	.sec_baikyaku .sec{
		padding: 8% 0;
	}
	.sec_baikyaku .sec_after_wrap{
		padding-bottom: 0;
	}
	.sec_baikyaku .baikyaku_area .blk h3{
		padding: 0px 0 5px;
	}
	.baikyaku_box table{
		overflow-x: scroll; /* 横スクロール処理 */
		white-space:nowrap;/* 自動改行させない */
		display: block;
	}
	.baikyaku_box table tr th,
	.baikyaku_box table tr td{
		width: 50%;
		display: table-cell;
		padding: 16px 20px;
	}
	.anchor-link{
		width: 95%;
		margin: 0 auto;
	}
	.anchor-link li{
		padding-bottom: 10px;
	}
	.baikyaku_ttl.head_ttl h3 {
		margin-top: 20px;
	}
	
	/* 会社概要 */
	.outline table th {
		padding: 1rem 0 0;
	}
	.outline table td {
		padding: 0 0 1rem;
	}
}

@media (max-width: 700px){
	.ser3_area .blk{
		width: 100%;
	}
	.prelm_txt_size td p {
		font-size: 18px;
	}
}

@media (max-width: 425px){
	.footer_cv .btn_style:first-of-type {
		margin-bottom: 10px;
	}
	.footer_cv .btn_style {
		min-width: 270px;
	}
}

.prelm_txt_size td {
	display: flex;
}

.ln_vns{
	border-bottom: none;
}

/*-- サイトの切り替え --*/
.header_logo a img {
	width: 80%;
	padding-top: 2px;
}

.sec_company .top_btn_style {
	text-align: center;
	margin-top: 40px;
}

.company_box {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.company_box {
		margin: 20px 0 40px;
	}
}