/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	
	.sp_none {
		display: none;
	}
	
	body {
		padding-top: 50px;
	}
	
	
	
	/* --------------- header -------------- */
	
	.col_header {
		height: 50px;
	}
	
	.logo_header {
		padding: 0;
	}
	
	.logo_header img {
		width: auto;
		height: 36px;
	}
	
	a.btn_header {
		width: 72px;
		height: 42px;
	}
	
	a.btn_header.reserve {
		right: 140px;
	}
	
	a.btn_header.doc {
		right: 60px;
	}
	
	#sp_navi {
		height: calc(100vh - 50px);
		top: 50px;
		overflow: auto;
		z-index: 100;
	}
	
	#sp_navi ul li:not(.list_navi1):before {
		width: 6px;
		height: 6px;
	}
	
	#sp_navi ul li a,
	#sp_navi ul li .trigger {
		font-size: 14px;
	}
	
	#sp_navi ul li.list_navi1 a {
		height: 16vw;
	}
	
	#sp_navi ul li.ac_btn a:before {
		left: 4%;
	}
	
	#menubtn {
		width: 50px;
		height: 50px;
	}
	
	#menubtn span {
		width: 30px;
		left: 10px;
	}
	
	#menubtn span:nth-child(1) {
		top: 12px;
	}
	
	#menubtn span:nth-child(2) {
		top: 24px;
	}
	
	#menubtn span:nth-child(3) {
		top: 36px;
	}
	
	.btn_header_contact {
		margin-right: 50px;
	}
	
	
	
	/* --------------- footer_contact -------------- */
	
	.pagetop {
		width: 50px;
		margin-bottom: 10px;
		right: 20px;
		bottom: 20px;
	}
	
	.inner_footcontact {
		width: 90%;
		padding: 4% 0 5%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		
	}
	
	a.btn_footcontact {
		width: 300px;
		margin: 0 auto;
		padding: 11px 0 10px 0;
		font-size: 15px;
	}
	
	a.btn_footcontact .iblock {
		display: inline;
	}
	
	a.btn_footcontact:after {
		width: 6px;
		height: 6px;
		border-top-width: 1px;
		border-right-width: 1px;
	}
	
	.col_tel_footcontact span.sp_none {
		display: none;
	}
	
	.col_tel_footcontact {
		margin-bottom: 18px;
		text-align: center;
	}
	
	.col_tel_footcontact span {
		line-height: 1.5;
	}
	
	.col_tel_footcontact a {
		color: #fc0301;
		text-decoration: none;
	}
	
	dl.fixbnr_line {
		display: none;
	}
	
	.fixbnr_line_sp {
		width: 100%;
		padding: 12px 20px;
		color: #fff;
		font-weight: 600;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
		border: solid 2px #2c2c2c;
		background: rgba(80,116,68,1);
		background: -moz-linear-gradient(top, rgba(80,116,68,1) 0%, rgba(106,152,90,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,116,68,1)), color-stop(100%, rgba(106,152,90,1)));
		background: -webkit-linear-gradient(top, rgba(80,116,68,1) 0%, rgba(106,152,90,1) 100%);
		background: -o-linear-gradient(top, rgba(80,116,68,1) 0%, rgba(106,152,90,1) 100%);
		background: -ms-linear-gradient(top, rgba(80,116,68,1) 0%, rgba(106,152,90,1) 100%);
		background: linear-gradient(to bottom, rgba(80,116,68,1) 0%, rgba(106,152,90,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507444', endColorstr='#6a985a', GradientType=0 );
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 10;
		box-sizing: border-box;
	}
	
	
	/* --------------- top -------------- */
	
	#mainimg {
		height: auto;
	}
	
	.main_slide {
		width: 100%;
		position: relative;
	}
	
	.swiper-slide a img.sp_none {
		display: none;
	}
	
	.swiper-slide a img.pc_none.tab_none {
		display: inline-block;
	}
	
	.ribbon_60th {
		padding-right: 2%;
		top: -50px;
	}
	
	.ribbon_60th img {
		width: 23vw;
	}
	
	.col_topcontent1 {
		margin-bottom: 6%;
		padding: 4% 0;
	}
	
	.col_topcontent1 ul {
		width: 90%;
	}
	
	.col_topcontent1 ul li {
		width: 48.5%;
		height: 17.5vw;
		max-height: 100px;
	}

	.col_topcontent1 ul li.model:before {
		background-image: url(../img/top/sp/bg_topmodel.jpg);
	}
	.col_topcontent1 ul li.subdivision:before {
		background-image: url(../img/top/sp/bg_topsubdivision.jpg);
	}
	.col_topcontent1 ul li.works:before {
		background-image: url(../img/top/sp/bg_topworks.jpg);
	}
	.col_topcontent1 ul li.voice:before {
		background-image: url(../img/top/sp/bg_topvoice.jpg);
	}
	
	.col_topcontent1 ul li a:after {
		width: calc(80% - 10px);
	}
	
	.col_topcontent1 ul li dl dt {
		font-size: 3.2vw;
	}
	
	.col_topcontent1 ul li dl dd {
		font-size: 11px;
	}
	
	.col_topbnr {
		width: 90%;
		display: block;
	}
	
	.col_topbnr .bnr_top {
		width: 100%;
		margin: 0 0 4vw;
	}
	
	.col_topbnr .bnr_top.finebubble:before {
		top: -1.3vw;
		left: -1.4vw;
	}
	
	.col_topadvantage {
		width: 90%;
		height: auto;
		padding: 7.5% 5%;
		background-repeat: repeat-y;
	}
	
	.col_topadvantage .mds_top1 {
		margin-bottom: 4vw;
	}
	
	.mds_top1 span.long {
		margin: 0 0 0.4em;
		line-height: 1;
		letter-spacing: 0;
		display: inline-block;
	}
	
	.list_topadvantage {
		width: auto;
		margin-bottom: 4.5%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.list_topadvantage li {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		border-width: 2px;
	}
	
	.list_topadvantage li:last-child {
		margin-bottom: 0;
	}
	
	.list_topadvantage li .inner {
		height: auto;
		padding: 0.5em 1em;
		display: flex;
		align-items: center;
	}
	
	.list_topadvantage li .inner .num {
		width: 8.5vw;
		height: 100%;
		margin: 0 3.5vw 0 0;
		box-sizing: border-box;
	}
	
	.list_topadvantage li a .inner .txt {
		width: calc( 100% - 8.5vw );
		height: 100%;
		padding-right: 80px;
		font-size: 3.5vw;
		text-indent: 0;
		text-align: left;
		line-height: 1;
		background-image: none !important;
		box-sizing: border-box;
	}
	
	.list_topadvantage li .inner .txt img {
		width: auto;
		height: 17px;
	}
	
	.list_topadvantage li a {
		padding: 11px 0;
		border-width: 3px;
	}
	
	.list_topadvantage li .inner:after {
		width: 1.6vw;
		height: 1.6vw;
		margin: -0.8vw 0 0;
		top: 50%;
		left: auto;
		right: 2.5vw;
	}
	
	.bnr_topadv {
		width: 100%;
		display: block;
	}
	
	.bnr_topadv .bnr_top.finebubble {
		width: 100%;
		margin: 0 0 3vw;
	}
	
	.bnr_topadv .bnr_top.finebubble:before {
		top: -1.2vw;
		left: -1.2vw;
	}
	
	.btn_topadvantage {
		width: 100%;
		flex-direction: row;
	}
	
	.btn_topadvantage a {
		width: calc( (100% - 3vw) /2 );
		padding: 2.6vw 10px 2.6vw 0;
		font-size: 16px;
	}
	
	.btn_topadvantage a:first-child {
		margin: 0;
	}
	
	.btn_topadvantage a:after {
		width: 6px;
		height: 6px;
		border-top-width: 1px;
		border-right-width: 1px;
		right: 6%;
	}
	
	.col_tophouse {
		padding: 7% 0;
	}
	
	.col_tophouse .mds_top1 {
		margin-bottom: 15px;
	}
	
	.wrapslide_tophouse {
		margin-bottom: 38px;
		padding: 0 55px;
	}
	
	.slide_tophouse {
		overflow: visible;
	}
	
	.wrapslide_tophouse .swiper-slide {
		opacity: 0.3;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
	}
	
	.wrapslide_tophouse .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	
	.btn-topslide-next,
	.btn-topslide-prev {
		width: 46px;
	}
	
	.btn-topslide-next,
	.btn-topslide-prev,
	.subdivision .btn-topslide-next,
	.subdivision .btn-topslide-prev {
		height: 100%;
		margin-top: 0;
		background-position: top 25vw center;
		top: 0;
		z-index: 10;
	}
	
	.slide_tophouse a dl dt {
		margin-bottom: 15px;
	}
	
	.slide_tophouse dl dt .trim,
	.col_tophouse.subdivision .slide_tophouse dl dt .trim {
		height: 56vw;
	}
	
	.slide_tophouse a dl dd .area {
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	.slide_tophouse a dl dd .name {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.slide_tophouse a dl dd .place {
		min-width: 100px;
		padding: 4px 15px 5px;
		font-size: 14px;
	}

	.wrap_topnews {
		width: 90%;
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.col_btmlink {
		width: 92%;
		padding: 0 0 5%;
		display: block;
	}
	
	.btn_tophouse {
		padding: 10px 0 12px;
	}
	
	.wrap_topnews a {
		width: 100%;
		margin-bottom: 4%;
		padding: 0;
	}
	
	.wrap_topnews a:nth-child(2) {
		margin-bottom: 0;
		padding: 0;
		border-left: none;
	}
	
	.thumb_topnews {
		width: 40%;
	}
	
	.thumb_topnews .trim {
		height: 23vw;
	}
	
	.wrap_topnews a dl {
		width: 55%;
	}
	
	.wrap_topnews a dl dt .tag {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	.wrap_topnews a dl dt .title {
		text-overflow: initial;
		white-space: normal;
		overflow: initial;
	}
	
	.wrap_topnews a dl dd {
		max-height: 45px;
	}
	
	a.bnr_topbunjo {
		margin: 0 auto 35px;
	}
	
	.col_topsns {
		width: 90%;
		padding: 0 0 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}
	
	.col_topsns .fb,
	.col_topsns .insta,
	.col_topsns .flyer {
		width: 100%;
		max-width: 500px;
		height: auto;
		max-height: unset;
		margin: 0 auto 25px;
	}
	
	.col_topsns .flyer {
		margin-bottom: 0;
	}
	
	dl.mds_top_insta dt {
		width: 90px;
	}
	
	dl.mds_top_insta dd img {
		width: 205px;
	}
	
	
	.col_topcontent2 {
		margin-bottom: 6%;
	}
	
	.inner_topcontent2 {
		width: 90%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.btn_topcontent2 {
		width: 100%;
		height: 29vw;
	}
	
	.btn_topcontent2:first-child {
		margin-bottom: 4%;
	}
	
	.mds_topcontent2 {
		width: 53%;
	}
	
	.btn_topcontent2 h3 {
		font-size: 2.6vw;
	}
	
	.btn_topcontent2 h3 span {
		font-size: 4.2vw;
		line-height: 5.2vw;
	}
	
	.bg_btmlink {
		transform: none;
	}
	
	.bg_btmlink img {
		top: auto;
		bottom: 0;
		left: 0;
	}
	
	.box_btmlink {
		font-size: 2.6vw;
	}
	
	.box_btmlink span {
		font-size: 4.2vw;
	}
	
	.btn_topcontent2 .bg_btmlink img {
		margin: 0;
	}
	
	.col_btmlink a {
		width: 100%;
		padding: 5%;
	}
	
	.col_btmlink a:first-child {
		margin: 0 0 4%;
	}
	
	.bg_btmlink img {
		width: 102%;
		height: auto;
	}
	
	
	/* --------------- common -------------- */
	
	.col_ttl {
		height: 150px;
		padding: 0;
		background-size: 700px auto;
	}
	
	.col_ttl h1 {
		font-size: 17px;
	}
	
	.col_ttl h1 span {
		margin-bottom: 13px;
		font-size: 26px;
	}
	
	ul.col_pankuzu {
		display: none;
	}
	
	.mds1 {
		margin-bottom: 26px;
		padding-bottom: 10px;
		font-size: 22px;
	}
	
	.mds1:after {
		width: 25px;
	}
	
	
	/* --------------- company -------------- */
	
	.col_ttl.bg_company {
		background-image: url(../img/company/sp/bg_ttl.jpg);
	}
	
	.col_company1 {
		width: 90%;
		padding: 40px 0 0;
	}
	
	.box_company1 dl {
		width: 100%;
		float: none;
	}
	
	.box_company1 dl dt {
		margin-bottom: 20px;
		padding: 0 0 12px;
		font-size: 22px;
		line-height: 1.5;
		text-align: center;
	}
	
	.box_company1 dl dd {
		padding: 0 8px;
		line-height: 1.7;
	}
	
	.img_company1 {
		width: 46%;
		margin: 0 0 2em 2em;
	}
	
	.col_company2 {
		width: 90%;
		padding: 40px 0 0;
	}
	
	.img_company2 {
		margin-bottom: 6%;
	}
	
	.info_company1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}
	
	.info_company1 > div {
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	
	.info_company1 > div.left {
		margin-bottom: 4%;
		padding: 0 2.5% 4%;
		border-right: none;
		border-bottom: solid 1px #fc0301;
	}
	
	.info_company1 > div.right {
		padding: 0 2.5% 0;
	}
	
	.info_company1 table th {
		width: 92px;
		padding: 4px 0;
	}
	
	.info_company1 table td {
		padding: 4px 0;
	}
	
	.col_company3 {
		padding: 40px 0 0;
	}
	
	#gmap {
		height: 0;
		padding-top: 64%;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	
	#gmap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.col_company4 {
		width: 90%;
		padding: 40px 0 40px;
	}
	
	.link_campany1 a {
		width: 100%;
		height: 80px;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.link_campany1 a dl dt {
		font-size: 18px;
	}
	
	.link_campany1 a dl dt span {
		margin-bottom: 2px;
		padding-right: 24px;
		background-size: 13px auto;
	}
	
	
	
	/* --------------- privacy -------------- */
	
	.col_ttl.bg_privacy {
		background-image: url(../img/privacy/sp/bg_ttl.jpg);
	}
	
	.col_privacy1 {
		width: 90%;
		padding: 40px 0 50px;
	}
	
	.txt_privacy1 {
		margin-bottom: 30px;
	}
	
	.txt_privacy1 .iblock {
		display: inline;
	}
	
	.mds_privacy1 {
		margin-bottom: 12px;
		padding: 8px 10px 8px 16px;
	}
	
	.txt_privacy2 {
		margin-bottom: 25px;
		padding: 0 5px;
	}
	
	ul.list_privacy1 {
		margin: 0 0 20px 25px;
	}
	
	.txt_privacy2 p {
		margin-bottom: 20px;
	}
	
	
	/* --------------- voice -------------- */
	
	.col_ttl.bg_voice {
		background-image: url(../img/voice/sp/bg_ttl.jpg);
	}
	
	.img_voice {
		width: 90%;
		padding-top: 30px;
	}
	
	.img_voice .sp_none {
		display: none;
	}
	
	.img_voice .pc_none.tab_none {
		display: inline-block;
	}
	
	.col_voice1 {
		width: 90%;
		padding: 30px 0 0;
	}
	
	.col_voice1 a,
	.col_voice1 a:nth-child(3n) {
		width: 47.5%;
		margin: 0 5% 5% 0;
	}
	
	.col_voice1 a:nth-child(2n) {
		margin-right: 0;
	}
	
	.col_voice1 a dl dt {
		margin-bottom: 6px;
	}
	
	.col_voice1 a dl dt .trim {
		height: 32vw;
	}
	
	.col_voice1 a dl dd {
		font-size: 14px;
	}
	
	.col_pagenation1 {
		width: 90%;
		padding: 10px 0 55px;
	}
	
	.col_pagenation1 li {
		margin: 0 5px;
	}
	
	.col_pagenation1 li a {
		width: 40px;
		height: 40px;
		padding-top: 9px;
		font-weight: 600;
	}
	
	.col_pagenation1 li.prev,
	.col_pagenation1 li.next {
		width: 40px;
	}
	
	.col_pagenation1 li.prev {
		margin-right: 15px;
	}
	.col_pagenation1 li.next {
		margin-left: 15px;
	}
	
	.col_pagenation1 li.prev a,
	.col_pagenation1 li.next a {
		width: 40px;
		height: 40px;
		text-indent: -9999px;
		position: relative;
		z-index: 0;
	}
	
	.col_pagenation1 li.prev a:before,
	.col_pagenation1 li.next a:before {
		content: "";
		width: 7px;
		height: 7px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		border-top: 2px solid #fb0100; 
		border-right: 2px solid #fb0100;
	}
	
	.col_pagenation1 li.prev a:before {
		right: 14px;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	
	.col_pagenation1 li.next a:before {
		left: 14px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.txt_Nonews.voice {
		height: 80px;
		padding: 40px 0 50px;
	}

	
	/* --------------- voice / detail --------------- */

	.col_voice_d1 {
		width: 90%;
		padding: 40px 0 40px;
	}
	
	.mds_voice_d1 {
		margin-bottom: 25px;
		padding-bottom: 10px;
		font-size: 22px;
	}
	
	.img_voice_enquete img {
		width: 100%;
	}
	
	.txt_voice_d1 {
		line-height: 1.6;
	}
	
	.col_pagenation_detail1 li {
		width: 130px;
	}
	
	.col_pagenation_detail1 li a {
		padding: 6px 0;
	}
	
	
	
	/* --------------- news -------------- */
	
	.col_ttl.bg_news {
		background-image: url(../img/news/sp/bg_ttl.jpg);
	}
	
	.col_news1 {
		width: 90%;
		padding: 30px 0 30px;
	}
	
	ul.btnarea_news {
		margin-bottom: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	ul.btnarea_news li {
		width: 31%;
		margin: 0 4px 10px;
	}
	
	ul.btnarea_news li:nth-child(3) {
		margin-right: 0px;
	}
	
	ul.btnarea_news li:nth-child(4) {
		margin-left: 0px;
	}
	
	ul.btnarea_news li a {
		padding: 8px 0;
		font-size: 16px;
	}
	
	.wrap_news1 a,
	.wrap_news1 a:nth-child(3n) {
		width: 48%;
		margin: 0 4% 5.5% 0;
	}
	
	.wrap_news1 a:nth-child(2n) {
		margin-right: 0;
	}
	
	.wrap_news1 a .thumb_news .trim {
		height: 32vw;
	}
	
	.wrap_news1 a .category_news {
		min-width: 54px;
		margin-bottom: 0;
		padding: 3px 8px;
	}
	
	.wrap_news1 a dl dt {
		margin-bottom: 3px;
	}
	
	.wrap_news1 a dl dd {
		max-height: 55px;
		line-height: 1.3;
	}
	
	.col_news1 .txt_Nonews {
		height: 80px;
		padding: 40px 0 50px;
	}
	
	
	/* --------------- news / detail -------------- */
	
	.col_news_d1 {
		width: 90%;
		padding: 30px 0;
	}
	
	.col_news_left {
		width: 100%;
		padding: 0 0 20px;
		float: none;
	}
	
	.tag_news_d {
		text-align: center;
	}
	
	.col_news_left .category_news {
		min-width: 78px;
		margin-bottom: 12px;
		padding: 4px 10px 5px;
		font-size: 14px;
	}
	
	.mds_news_d1 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 22px;
		text-align: center;
		line-height: 1.3;
	}
	
	.col_news_left p {
		margin-bottom: 25px;
	}
	
	.col_news_right {
		width: 100%;
		float: none;
	}
	
	.sidebox_news {
		padding-bottom: 18px;
	}
	
	.sidebox_news dl {
		margin: 0 14px;
	}
	
	
	
	
	/* --------------- works -------------- */
	
	.col_ttl.bg_works {
		background-image: url(../img/works/sp/bg_ttl.jpg);
	}
	
	.col_works1 {
		width: 90%;
		padding: 30px 0 30px;
	}
	
	.col_works1 a,
	.col_works1 a:nth-child(3n) {
		width: 47.5%;
		margin: 0 5% 5% 0;
	}
	
	.col_works1 a:nth-child(2n) {
		margin-right: 0;
	}
	
	.col_works1 a dl dt {
		margin-bottom: 10px;
	}
	
	.col_works1 a dl dt .trim {
		height: 32vw;
	}
	
	.col_works1 a dl dd .name {
		padding-bottom: 6px;
		font-size: 14px;
	}
	
	.col_works1 a dl dd .comment {
		font-size: 13px;
	}
	
	
	
	
	/* --------------- works / detail -------------- */
	
	.col_works_d1 {
		width: 90%;
		margin-bottom: 40px;
	}
	
	.info_works_d1 {
		margin-bottom: 50px;
	}
	
	.info_works_d1 .left {
		width: 100%;
		float: none;
	}
	
	.name_works_d {
		padding-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	
	.mds_works_d {
		padding: 0 30px;
		font-size: 19px;
		line-height: 1.3;
		text-align: center;
	}
	
	.comment_works_d {
		margin-bottom: 30px;
		padding: 0;
	}
	
	.info_works_d1 .right {
		width: 100%;
		float: none;
	}
	
	.swiper-container.thumb .trim {
		height: 20vw;
	}
	
	.btn-worksslide-next,
	.btn-worksslide-prev {
		background-size: 19px auto;
	}
	
	.col_works_d_other {
		margin-bottom: 35px;
		padding: 35px 0;
		overflow: hidden;
	}
	
	.col_works_d_other h2 {
		margin-bottom: 30px;
		font-size: 19px;
	}
	
	.swiper-container.other {
		width: 100%;
		overflow: visible;
	}
	
	.swiper-container.other .swiper-slide {
		width: 27% !important;
	}
	
	.swiper-container.other .trim {
		height: 25vw;
	}
	
	
	
	/* --------------- about -------------- */
	
	.col_ttl.bg_about {
		background-image: url(../img/about/sp/bg_ttl.jpg);
	}
	
	.col_about1 {
		width: 100%;
		padding: 30px 0 30px;
	}
	
	.box_about1 {
		width: 97.5%;
		margin: 0 0 40px;
		padding: 20px 0 0 0;
	}
	
	.list_about1 {
		display: none;
	}
	
	.wrap_about2 {
		width: 90%;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
	
	.box_about2 {
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}
	
	.box_about2 dl {
		width: 100%;
		margin: 0 0 20px;
		display: table;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	
	.box_about2 dl:before {
		content: none;
	}
	
	.box_about2 dl dt {
		width: 140px;
		margin: 0;
		font-size: 16px;
		display: table-cell;
		vertical-align: top;
	}
	
	.box_about2 dl dt:before {
		width: 14px;
		height: 14px;
		left: -20px;
	}
	
	.box_about2 dl dd {
		margin: 0;
		font-size: 16px;
		display: table-cell;
		vertical-align: top;
	}
	
	.box_about2 dl dd .small {
		font-size: 13px;
	}
	
	.col_about2 {
		padding: 40px 5% 40px;
	}
	
	.inner_about2 {
		line-height: 1.4;
	}
	
	.img_about2_left {
		margin-bottom: 15px;
	}
	
	.img_about2_right > div {
		margin-bottom: 15px;
	}
	
	.col_about3 {
		width: 90%;
		padding: 40px 0 70px;
	}
	
	.txt_about1 {
		margin-bottom: 30px;
		font-size: 14px;
		font-weight: 400;
	}
	
	dl.subbox_about1 dt img {
		width: 250px;
	}
	
	.list_about2 {
		padding-right: 110px;
	}
	
	.submds_about1 {
		padding-bottom: 17px;
	}
	
	
	/* --------------- contact -------------- */
	
	.col_ttl.bg_contact {
		background-image: url(../img/contact/sp/bg_ttl.jpg);
	}
	
	.col_contact1 {
		width: 90%;
		padding: 40px 0 60px;
	}
	
	.txt_contact1 {
		margin-bottom: 30px;
		padding: 0;
		font-size: 14px;
	}
	
	.flow_contact {
		width: 402px;
		height: 55px;
		margin: 0 auto 40px;
		position: relative;
		display: block;
	}
	
	.flow_contact div {
		width: 172px;
		max-width: 100%;
		margin: 0;
		padding-left: 23px;
		line-height: 1.3;
		position: absolute;
	}
	
	.flow_contact div:nth-child(1) {
		width: 150px;
		left: 0;
		z-index: 3;
	}
	.flow_contact div:nth-child(2) {
		padding-left: 50px;
		left: 105px;
		z-index: 2;
	}
	.flow_contact div:nth-child(3) {
		padding-left: 65px;
		left: 230px;
		z-index: 1;
	}
	
	.flow_contact div .num {
		width: 2em;
		font-size: 14px;
		vertical-align: top;
	}
	
	.flow_contact div .txt {
		padding: 0;
		font-size: 14px;
		text-align: left;
		vertical-align: top;
	}
	
	.form_contact1 dl,
	.form_contact1 dl.property,
	.form_contact1 dl.date {
		margin-bottom: 24px;
		display: block;
	}
	
	.form_contact1 dl:last-of-type {
		margin-bottom: 30px;
	}
	
	.form_contact1 dl dt {
		width: auto;
		margin: 0 0 8px;
		padding: 0 0 0 8px;
		text-align: left;
		border-left: solid 4px #ffd1c4;
		display: block;
	}
	
	.form_contact1 dl dt span:not(.iblock),
	.business.form_contact1 dl dt span:not(.iblock) {
		width: auto;
		padding: 0;
		background-color: #fff;
		display: inline;
	}

	.form_contact1 dl dt span.pc_none {
		display: inline-block;
	}
	
	.form_contact1 dl dd {
		width: auto;
		padding: 0;
		display: block;
	}
	
	.form_contact1 dl dd .yubin {
		margin-bottom: 12px;
	}
	
	.form_contact1 dl.address dd .jusho {
		padding: 0 0 0 2em;
	}
	
	.form_contact1 dl.select > dt {
		display: none;
	}
	
	ul.radio_contact1 {
		margin-bottom: 20px;
		padding: 6px 18px;
	}
	
	ul.radio_contact1 li {
		padding: 4px 0;
	}
	
	.text_contact2 {
		margin-bottom: 12px;
		text-align: center;
	}
	
	.form_contact1 dl.property dd,
	.form_contact1 dl.date dd {
		padding-left: 0;
	}
		
	.form_contact1 dl.date dd input {
		max-width: 64px;
	}
	
	.txt_contact_privacy {
		font-size: 13px;
	}
	
	.btn_submit {
		margin-top: 30px;
		padding: 0;
	}
	
	.btn_submit input {
		font-size: 15px;
		font-weight: 400;
	}

	.form_contact1.confirm dl dd {
		padding-top: 0;
	}
	
	.confirm .form_contact1 dl dd {
		padding-top: 0;
	}
	
	.bg_form_checkbox {
		padding: 14px 22px;
	}
	
	.wrap_form_checkbox .horizontal-item {
		width: 120px;
	}
	
	
	
	/* --------------- business-contact -------------- */
	
	.col_ttl.bg_business-contact {
		background-image: url(../img/business-contact/sp/bg_ttl.jpg);
	}
	
	

	
	/* --------------- advantage / flow -------------- */
	
	.col_ttl.bg_advantage {
		background-image: url(../img/advantage/sp/bg_ttl.jpg);
	}
	
	.col_flow1 {
		width: 90%;
		padding: 30px 0 10px;
	}
	
	.txt_flow1 {
		margin-bottom: 28px;
		font-size: 14px;
	}
	
	.mds_flow1 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	
	.mds_flow1 img {
		width: 250px;
	}
	
	dl.box_flow1 {
		margin-bottom: 35px;
		padding: 25px 20px 15px;
		background-image: url(../img/advantage/flow/sp/bg_flow_heart.gif);
		background-size: 880px auto;
		background-position: -80px 10px;
	}
	
	dl.box_flow1:after {
		content: none;
	}
	
	.list_flow1:after,
	.list_flow2:after,
	.list_flow3:after,
	ul.sublist_flow1:after,
	.col_flow2 .list_flow1.num4:after {
		bottom: -27px;
		border-width: 18px 21px 0 21px;
	}
	
	dl.box_flow1 dt {
		margin-bottom: 26px;
		font-size: 22px;
	}
	
	.list_flow1,
	.col_flow2 .list_flow1.num4 {
		margin-bottom: 33px;
		padding: 0;
	}
	
	.list_flow1:before {
		width: 46px;
		height: 46px;
		background-size: 25px auto;
		background-position: center 14px;
		top: 7px;
		left: 7px;
		bottom: auto;
	}
	
	.list_flow1 dl {
		border-radius: 25px;
		border-width: 2px;
		display: block;
	}
	
	.list_flow1 dl:before {
		content: none;
	}
	
	.list_flow1 dl dt {
		width: auto;
		padding: 20px 0;
		font-size: 16px;
		letter-spacing: 0.08em;
		text-indent: 0.08em;
		border-radius: 25px 25px 0 0;
		display: block;
	}
	
	.list_flow1 dl dd {
		min-height: 60px;
		padding: 13px 25px 13px 25px;
		border-radius: 0 0 25px 25px;
		display: block;
	}
	
	.list_flow1 dl dd img {
		width: 100px;
		height: 100px;
		margin: -30px -15px 5px 5px;
		position: static;
		float: right;
	}
	
	.list_flow1.num1 dl dd img {
		margin-top: -50px;
	}
	
	.img_flow1 {
		display: none;
	}
	
	.num1 .img_flow1 {
		top: 15px;
	}
	
	.list_flow2 {
		max-width: 400px;
		margin-bottom: 33px;
		padding: 18px;
		font-size: 15px;
		line-height: 1.4;
	}
	
	.col_flow2 {
		padding: 50px 0;
	}
	
	.inner_flow2 {
		width: 90%;
	}
	
	.mds_flow2 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	
	.mds_flow2 img {
		max-width: 206px;
	}
	
	.col_flow2 .list_flow1 dl dd {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 13px;
	}
	
	.col_flow2 .list_flow1 dl dd img {
		width: 160px;
		margin: -30px -25px 5px 10px;
		position: static;
		float: right;
	}
	
	.col_flow2 .list_flow1.noimg dl dd {
		min-height: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.list_flow1.single dl {
		border-radius: 35px;
	}
	
	.list_flow1.single dl dt {
		height: 56px;
		padding-top: 18px;
	}
	
	.list_flow1.single .img_flow2 {
		width: 160px;
		margin-top: 0;
		top: -40px;
	}
	
	.list_flow3 {
		max-width: 400px;
		margin-bottom: 45px;
		padding: 14px 15px 14px 75px;
		font-weight: 400;
	}
	
	.img_flow3 {
		width: 96px;
		top: -34px;
		left: 21px;
	}
	
	.img_flow3.base {
		width: 104px;
		top: -13px;
	}
	
	ul.sublist_flow1 {
		margin-bottom: 36px;
		padding: 10px 0 10px 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	ul.sublist_flow1 li {
		width: 23%;
		max-width: 144px;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	
	ul.sublist_flow1 li:nth-child(n+5) {
		margin-bottom: 0;
	}
	
	ul.sublist_flow1 li:nth-child(4) {
		margin-right: 0;
	}
	
	ul.sublist_flow1 li:nth-child(5) {
		margin-left: auto;
	}
	
	ul.sublist_flow1 li:last-child {
		margin-right: auto;
	}
	
	.col_flow2 .list_flow1.num6 dt {
		padding-left: 40px;
	}
	
	.col_flow2 .list_flow1.num7 {
		margin-bottom: 50px;
	}
	
	a.btn_flow1 {
		width: 100%;
		max-width: 400px;
		padding: 15px 0;
		line-height: 1.3;
	}
	
	a.btn_flow1 {
		font-size: 13px;
	}
	
	a.btn_flow1 .big {
		font-size: 22px;
	}
	
	a.btn_flow1:after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-top-width: 2px;
		border-right-width: 2px;
		right: 28px;
	}
	
	
	/* --------------- advantage / support -------------- */
	
	
	.col_support1 {
		width: 90%;
		padding: 60px 0 60px;
	}
	
	.mds_support1 {
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	
	.mds_support1 img {
		max-width: 170px;
	}
	
	dl.box_support1 {
		margin-bottom: 15px;
		border-radius: 8px;
		display: block;
	}
	
	dl.box_support1 dt {
		width: auto;
		padding: 7px 0 11px;
		font-size: 13px;
		line-height: 1.4;
		display: block;
	}
	
	dl.box_support1 dt .big {
		margin-bottom: 1px;
		font-size: 18px;
	}
	
	dl.box_support1 dd {
		padding: 12px 15px;
		line-height: 1.6;
	}
	
	.col_support2 {
		padding: 50px 0 60px;
	}
	
	.inner_support2 {
		width: 90%;
	}
	
	.mds_support2 {
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	
	.mds_support2 img {
		max-width: 258px;
	}
	
	.txt_support1 {
		margin-bottom: 40px;
		font-size: 15px;
		line-height: 1.6;
	}
	
	.wrap_support_longlife {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		
	}
	
	.list_support_longlife {
		width: 100%;
		padding: 12px 0;
		border-right: none;
		border-bottom: 1px dotted #e7897d;
		display: table;
	}
	
	.list_support_longlife .icon {
		width: 130px;
		margin: 4px 0 0 0;
		padding: 0;
		color: #e7897d;
		font-size: 16px;
		text-align: center;
		text-align: center;
		display: table-cell;
		vertical-align: top;
	}
	
	.list_support_longlife .icon div {
		width: 64px;
		height: 64px;
	}
	
	.list_support_longlife .icon img {
		width: 45px;
	}
	
	.list_support_longlife dl {
		display: table-cell;
		vertical-align: top;
	}
	
	.list_support_longlife dl dt {
		display: none;
	}
	
	.list_support_longlife dl dd {
		padding: 5px 2% 0 4%;
		line-height: 1.5;
	}
	
	.notice_support1 {
		padding: 15px 0;
		font-size: 13px;
		border-radius: 8px;
	}
	
	.col_support3 {
		width: 90%;
		padding: 50px 0;
	}
	
	.mds_support3 {
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	
	.mds_support3 img {
		max-width: 262px;
	}
	
	.txt_support_service1 {
		font-size: 17px;
		line-height: 1.6;
	}
	
	.txt_support_service2 {
		font-size: 15px;
	}
	
	.list_support_service,
	.list_support_service.num5 {
		margin-bottom: 15px;
	}
	
	.list_support_service dl {
		width: 100% !important;
	}
	
	.list_support_service:nth-child(odd) dl {
		padding-left: 0;
	}
	
	.list_support_service:nth-child(even) dl {
		padding-right: 0;
	}
	
	.list_support_service dl dt:before {
		width: 60px;
		height: 60px;
		border-width: 4px;
		margin-top: -36px;
	}
	
	.list_support_service:nth-child(odd) dl dt:before {
		left: -10px;
	}
	
	.list_support_service:nth-child(even) dl dt:before {
		right: -10px;
	}
	
	.list_support_service dl dt {
		padding: 12px 0;
		font-size: 18px;
	}
	
	.list_support_service:nth-child(odd) dl dt {
		padding-left: 75px;
	}
	.list_support_service:nth-child(even) dl dt {
		padding-right: 75px;
	}
	
	.list_support_service dl dd,
	.list_support_service:nth-child(even) dl dd {
		padding: 0;
	}
	
	.list_support_service dl dd img {
		width: 130px;
		margin: 0 15px 5px 15px;
		float: right;
	}
	
	.list_support_service:nth-child(even) dl dd img {
		margin: 0 15px 5px 15px;
		float: left;
	}
	
	.list_support_service dl dd .txt {
		width: -webkit-calc(100% - 165px);
		width: calc(100% - 165px);
		float: right;
	}
	
	.img_support_service1 {
		display: none;
	}
	
	.note_support_service {
		margin-top: 3px;
	}
	
	dl.notice_support_service {
		margin-top: 45px;
		padding: 0 20px;
		border-radius: 8px;
		display: block;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	
	dl.notice_support_service dt {
		width: auto;
		font-size: 17px;
		border-bottom: solid 1px #fff;
		display: block;
	}
	
	dl.notice_support_service dd {
		padding: 10px 10px 14px;
		font-size: 14px;
		border: none;
		display: block;
	}
	
	dl.notice_support_service dd .iblock {
		display: inline;
	}
	
	
	
	/* --------------- advantage / spacious -------------- */
	
	.bg_building1 {
		padding-top: 5vw;
	}
	
	.bg_building1:before {
		top: 20vw;
	}
	
	dl.lead_building {
		margin-bottom: 13vw;
	}
	
	dl.lead_building:before {
		width: 50vw;
		height: 50vw;
	}
	
	dl.lead_building dt {
		margin: 0 0 3.5vw;
		padding: 10vw 0 3.5vw 0;
	}
	
	dl.lead_building dt .num {
		width: 8vw;
		margin: 0 auto 4.5vw;
	}
	
	dl.lead_building dd {
		text-align: left;
	}
	
	.mds_buiding1 {
		width: 100%;
	}
	
	.txt_building1 {
		width: 92%;
		margin: 0 auto;
		text-align: left;
	}
	
	
	.col_btmlink_advantage ul.list_topadvantage li {
		width: 22vw;
		height: 22vw;
		border-radius: 50%;
	}
	
	.col_btmlink_advantage ul.list_topadvantage li a {
		border-radius: 50%;
	}
	
	.col_btmlink_advantage ul.list_topadvantage li .inner {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	
	.col_btmlink_advantage ul.list_topadvantage li .inner:after {
		content: "";
		right: 1vw;
		bottom: 2vw;
	}
	
	.col_btmlink_advantage ul.list_topadvantage li .inner .num {
		width: 6vw;
		height: auto;
		margin: 0 0 1.2vw;
		background-position: center top;
		display: block;
	}
	
	.col_btmlink_advantage .list_topadvantage li .inner .txt {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 2.8vw;
		text-align: center;
		line-height: 1.4;
		display: block;
		overflow: hidden;
	}
	
	.col_btmlink_advantage .list_topadvantage li .inner .txt img {
		width: auto;
		height: 200%;
	}
	
	
	
	/* --------------- advantage / maintenance -------------- */
	
	.col_building2 {
		margin-bottom: 8vw;
		padding-bottom: 5vw;
	}
	
	.col_building2 .mds_buiding1 {
		margin-bottom: 0;
	}
	
	.col_maintenance1 {
		display: block;
	}
	
	.cont_maintenance1 {
		width: 100%;
	}
	
	.txt_ex_maintenance1 {
		min-height: unset;
	}
	
	.txt_ex_maintenance1 span.marker {
		font-size: 21px;
	}
	
	.arrow_maintenance1 {
		width: 5vw;
		max-width: 30px;
		height: 5vw;
		margin: 2.5vw auto 5vw;
		background: repeating-linear-gradient(#972323 0, #972323 5px, #fff 5px, #fff 10px);
	}
	
	.arrow_maintenance1:before {
		margin: 0 -5vw 0 0;
		padding: 0;
		border: none;
		border-left: solid 5vw transparent;
		border-top: solid 4.5vw #972323;
		border-right: solid 5vw transparent;
		position: absolute;
		top: auto;
		right: 50%;
		bottom: -3vw;
	}
	
	
	
	/* --------------- advantage / storage -------------- */
	
	.img_storage1,
	.img_storage2 {
		margin-bottom: 4vw;
	}
	
	.col_storage1 {
		padding: 5%;
	}
	
	.arrow_balloon1 {
		width: 5vw;
		left: 5%;
	}
	
	.arrow_balloon1:before {
		content: "";
		width: 16vw;
		height: 12vw;
		position: absolute;
		left: -2vw;
	}
	
	.arrow_balloon2 {
		width: 5vw;
		left: 88%;
		top: -2px;
	}
	
	.arrow_balloon2:before {
		content: "";
		width: 18vw;
		height: 68vw;
		background-image: url(../img/advantage/storage/sp/arrow_balloon2.png);
		background-size: auto 100%;
	}
	
	.col_storage1 .mds_buiding1 {
		margin: 0 auto 5%;
	}
	
	.subcol_storage1 {
		display: block;
	}
	
	.subcol_storage1 .cont_maintenance1,
	.subcol_storage1 .cont_maintenance1.left {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	
	.subcol_storage1 .arrow_maintenance1 {
		margin: 3.5% auto;
		padding: 0;
		position: relative;
		left: 0;
	}
	
	.img_storage2 + .col_storage1 .mds_buiding1 {
		width: 90%;
		margin: 0 auto 5%;
	}
	
	.subcol_storage2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.img_storage3 {
		width: 100%;
		max-width: 537px;
		margin: 0 auto;
		padding: 0;
		order: 0;
		position: relative;
		z-index: 0;
		float: none;
	}
	
	.img_storage3 .img_room2 {
		width: 55%;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -7vw;
		bottom: -39.5%;
	}
	
	.img_storage3_2 {
		width: 59%;
		padding: 0;
		float: none;
	}
	
	
	
	/* --------------- advantage / onlyone -------------- */
	
	.onlyone .col_building2 {
		margin-bottom: 13vw;
	}
	
	.img_onlyone1 {
		padding: 15% 0 0;
		text-align: right;
	}
	
	.img_onlyone1 img {
		width: 70%;
	}
	
	img.img_talk_onlyone1 {
		width: 39.35%;
		top: 3%;
		left: 0;
	}
	
	img.img_talk_onlyone2 {
		width: 39.68%;
		margin: 2.5% 0 0 0;
		position: static;
	}
	
	.img_onlyone1 .arrow_maintenance1 {
		width: 4.2vw;
		min-width: 22px;
		height: 14vw;
		position: absolute;
		left: 46%;
		bottom: 24%;
	}
	
	.img_onlyone1 .arrow_maintenance1:before {
		content: "";
		margin: 0 0 0 -6.5vw;
		border-top: solid 6vw #972323;
		border-left: solid 6.5vw transparent;
		border-bottom: none;
		border-right: solid 6.5vw transparent;
		top: 100%;
		left: 50%;
	}
	
	.col_onlyone1 {
		width: 94%;
		margin: 0 auto 8%;
		justify-content: flex-end;
		position: relative;
		z-index: 0;
	}
	
	.img_onlyone2 {
		width: 39.5%;
		margin: 0 10% 0 0;
		position: absolute;
		top: -25%;
		left:  0;
	}
	
	.img_onlyone2 img {
		position: static;
		top: 0;
	}
	
	.img_onlyone3 {
		width: 71%;
		padding: 18vw 0 0 0;
	}
	
	.img_onlyone3 .arrow_maintenance1 {
		width: 4.2vw;
		min-width: 22px;
		height: 13vw;
		top: 0;
		left: 18%;
		transform: rotate(-45deg);
	}
	
	.img_onlyone3 .arrow_maintenance1:before {
		content: "";
		margin: 0 0 0 -6.5vw;
		border-top: solid 6vw #972323;
		border-left: solid 6.5vw transparent;
		border-bottom: none;
		border-right: solid 6.5vw transparent;
		top: 100%;
		left: 50%;
	}
	
	.col_onlyone2 {
		width: 94%;
		margin: 0 auto;
	}
	
	.col_onlyone2 img {
		width: 31.85vw;
	}
	
	.col_onlyone2 .txt {
		width: 55.6vw;
		height: 31.85vw;
		font-size: 3.3vw;
	}
	
	.lead_onlyone1 {
		margin: 0 0 5vw;
		padding: 1.2vw 0 0 0;
	}
	
	ul.list_onlyone1 {
		padding-bottom: 0;
		flex-wrap: wrap;
	}
	
	ul.list_onlyone1 li {
		width: 48%;
		margin: 0 0 3%;
	}
	
	
	
	/* --------------- advantage / finebubble -------------- */
	
	.mds_finebubble {
		padding: 4.7vw 5.2vw;
		background-size: auto 60%;
		background-position: 92% 85%;
	}

	.mds_finebubble img {
		width: 77%;
	}
	
	dl.box_finebubble_prize dt {
		padding: 10px 18px 10px;
		font-size: 19px;
	}
	
	dl.box_finebubble_prize dd {
		padding: 12px 16px 15px;
	}
	
	.btn_finebubble_prize {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
    }
    
    .btn_finebubble_prize a {
    	width: 100%;
    	max-width: 360px;
    	margin: 0 auto;
    }
	
	.btn_finebubble_prize a:first-child {
		margin: 0 auto 15px;
	}
	
	.col_finebubble1 .mds {
		margin: 0 0 5vw;
	}
	
	.cont_finebubble1 {
		width: 94%;
		display: block;
	}
	
	.cont_finebubble1 .img_about1 {
		width: 100%;
		margin: 0 0 10vw;
		padding: 0;
	}
	
	.cont_finebubble1 .txt1 {
		width: 100%;
	}
	
	.col_effect_finebubble .cont {
		margin-bottom: 3%;
		padding: 2vw 2vw 2.5vw;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-sizing: border-box;
	}
	
	.col_effect_finebubble .cont.brown { background-color: #bda474; }
	.col_effect_finebubble .cont.pink { background-color: #bda4bc; }
	.col_effect_finebubble .cont.blue { background-color: #86bbc8; }
	.col_effect_finebubble .cont.green  { background-color: #9ab28f; }
	
	.col_effect_finebubble .cont .img {
		width: 79.4%;
		max-width: unset;
		margin-top: 2.5vw;
		padding: 0.8vw;
		background-color: #fff;
		box-sizing: border-box;
		order: 1;
	}
	
	.col_effect_finebubble .cont:first-child .img {
		width: 79.4%;
		max-width: unset;
		padding: 0.8vw;
	}
	
	.col_effect_finebubble .cont.blue .img,
	.col_effect_finebubble .cont.green .img {
		width: 48.5%;
	}
	
	.col_effect_finebubble .cont dl {
		margin: 0 auto;
		padding: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.col_effect_finebubble .cont.brown dl,
	.col_effect_finebubble .cont.pink dl,
	.col_effect_finebubble .cont.blue dl,
	.col_effect_finebubble .cont.green dl {
		background-color: transparent;
	}
	
	.col_effect_finebubble .cont dl:before {
		content: none;
	}
	
	.col_effect_finebubble .cont dl dt {
		padding: 0 0 7px;
		border-bottom: solid 1px #fff;
	}
	
	.col_effect_finebubble .cont dl dt span.block {
		display: inline-block;
	}
	
	.col_tech_finebubble {
		display: block;
	}
	
	.img_patent {
		width: 80%;
		max-width: 384px;
		margin: 0 auto 5vw;
	}
	
	.col_tech_finebubble dl {
		width: 100%;
		margin: 0 0 4vw;
	}
	
	ul.img_tech_finebubble {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	ul.img_tech_finebubble li .example {
		top: 0;
		bottom: auto;
	}
	
	.col_tech_finebubble dl.ufb {
		width: 100%;
	}
	
	.col_tech_finebubble dl.ufb dt {
		display: none;
	}
	
	.img_ufb_about {
		margin: 0 0 1em;
		padding: 0;
	}
	
	.cont_patent_ufb {
		width: 100%;
		margin: 0 0 4vw;
		padding: 3%;
	}
	
	.cont_patent_ufb dl {
		width: 62%;
	}
	
	ul.list_certificate_ufb {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	
	.col_ba_finebubble {
		margin: 0 0 7vw;
		padding: 0;
		display: block;
	}
	
	.col_ba_finebubble.bottom {
		padding-top: 6vw;
	}
	
	.col_ba_finebubble dl.txt_finebubble1 {
		width: 100%;
		margin: 0 0 3.5vw;
	}
	
	.img_ba_finebubble {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.img_ba_finebubble .box.before:before {
		border-left-width: 4vw;
		border-top-width: 3vw;
		border-bottom-width: 3vw;
		top: calc( 50% - 3vw );
		left: calc( 108% + 2vw );
	}
	
	.col_ba_finebubble.bottom .box.before:before {
		left: calc( 112% + 2vw );
	}
	
	.col_finebubble1.medical {
		display: flex;
		flex-direction: column;
	}
	
	.col_finebubble1.medical .submds_finebubble {
		width: 100%;
		padding: 4px 5px 6px 15px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.medical .col_ba_finebubble {
		width: 100%;
		max-width: 423px;
		order: 1;
	}
	
	.medical .img_ba_finebubble {
		display: block;
	}
	
	.medical .img_ba_finebubble .box {
		width: 100%;
	}
	
	.medical .img_ba_finebubble .box.before {
		margin: 0 0 8vw;
	}
	
	.medical .img_ba_finebubble .box.before:before {
		border-top: solid 3vw #729ba6;
		border-left: solid 3vw transparent;
		border-right: solid 3vw transparent;
		border-bottom: none;
		top: calc( 100% + 2.5vw );
		left: calc( 50% - 3vw );
	}
	
	.txt_medical_finebubble {
		text-align: left;
	}
	
	.note_life_ufb {
		width: 100%;
		order: 1;
	}
	
	.col_spec_finebubble .cont_tables .tables1 {
		display: block;
	}
	
	.col_spec_finebubble .cont_tables .tables1 table {
		width: 100%;
	}
	
	.col_spec_finebubble .cont_tables .tables1 table.tbl_spec_ufb1 {
		margin: 0 0 15px;
	}
	
	.col_spec_finebubble table.tbl_spec_ufb1 tr th:last-child,
	.col_spec_finebubble table.tbl_spec_ufb1 tr td:last-child {
		border-right: solid 1px #555;;
	}
	
	.col_spec_finebubble .tables2 {
		display: block;
	}
	
	.col_spec_finebubble .cont_table_ufb3 {
		width: 100%;
		margin: 0 0 15px;
	}
	
	table.tbl_spec_ufb4 {
		width: 100%;
	}
	
	
	
	/* --------------- model -------------- */
	
	.col_ttl.bg_model {
		background-image: url(../img/model/sp/bg_ttl.jpg);
	}
	
	.col_model1:before {
		height: 100%;
		top: 0px;
	}
	
	.inner_model1 {
		padding: 32px 0 25px;
		background-size: 25px auto, 23px auto;
		background-position: top 4px left 14px, top 4px right 14px;
		border-radius: 25px;
	}
	
	.mds1.model1 {
		font-size: 19px;
	}
	
	.txt_model1 {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.map_model1 {
		width: 540px;
		height: 465px;
		margin-bottom: 90px;
		padding-top: 45px;
		background-size: 540px auto;
		background-position: center 45px;
	}
	
	.map_model1 ul.left,
	.map_model1 ul.right {
		float: none;
	}
	
	.map_model1 ul li {
		font-size: 12px;
		line-height: 1.2;
		position: absolute;
	}
	
	.map_model1 ul li.north {
		top: 0;
		left: 5%;
	}
	
	.map_model1 ul li.north div:before {
		content: none;
	}
	.map_model1 ul li.north div:after {
		width: 240px;
		left: 130px;
	}
	
	.map_model1 ul li.west {
		top: 160px;
		left: 5%;
	}
	.map_model1 ul li.west div:before {
		content: none;
	}
	.map_model1 ul li.west div:after {
		width: 212px;
		left: 55px;
	}
	
	.map_model1 ul li.south {
		bottom: -50px;
		left: 5%;
	}
	.map_model1 ul li.south div:before {
		width: 79px;
	}
	.map_model1 ul li.south div:after {
		width: 62px;
		left: 208px;
		-ms-transform:rotate(-52deg);
		-webkit-transform:rotate(-52deg);
		-moz-transform:rotate(-52deg);
		transform: rotate(-52deg);
	}
	
	.map_model1 ul li.center {
		top: 85px;
		right: 5%;
	}
	.map_model1 ul li.center div:before {
		content: none;
	}
	.map_model1 ul li.center div:after {
		width: 272px;
		right: 108px;
		-ms-transform:rotate(-72deg);
		-webkit-transform:rotate(-72deg);
		-moz-transform:rotate(-72deg);
		transform: rotate(-72deg);
	}
	.map_model1 ul li.center .txt {
		padding-left: 30px;
		display: block;
	}
	
	.map_model1 ul li.east {
		bottom: -80px;
		right: 5%;
	}
	.map_model1 ul li.east div:before {
		content: none;
	}
	.map_model1 ul li.east div:after {
		width: 130px;
		right: 19px;
		-ms-transform:rotate(70deg);
		-webkit-transform:rotate(70deg);
		-moz-transform:rotate(70deg);
		transform: rotate(70deg);
	}
	
	.map_model1 ul li.other {
		bottom: -110px;
		right: 5%;
	}
	
	.mds1.model2 {
		margin-bottom: 30px;
		font-size: 19px;
	}
	
	.col_model2#himeji_west .mds1.model2 {
		margin-bottom: 20px;
	}
	
	.mds1.model2 .small {
		font-size: 13px;
	}
	
	.col_model2 {
		padding: 45px 0;
	}
	
	.wrapslide_model {
		width: 100%;
		padding: 0;
	}
	
	.wrapslide_model .swiper-slide {
		opacity: 0.3;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
	}
	
	.wrapslide_model .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	
	.slide_model .soldout dl dt .trim:before {
		background-size: 140% auto;
	}
	
	.slide_model dl dt .trim {
		height: 50vw;
	}
	
	.btn-modelslide-next {
		left: 3%;
	}
	
	.btn-modelslide-next,
	.btn-modelslide-prev {
		width: 12%;
		height: 100%;
		margin: 0;
		background-size: 44px auto;
		background-position: top 22vw center;
		top: 0;
		z-index: 10;
	}
	
	.slide_model dl {
		text-align: center;
	}
	
	.slide_model dl dt {
		margin-bottom: 13px;
	}
	
	.slide_model .new dl dt:after {
		font-size: 13px;
		top: 10px;
		left: 10px;
	}
	
	.slide_model dl dd .area {
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	.slide_model dl dd .name {
		margin-bottom: 8px;
	}
	
	.slide_model dl dd .place {
		font-size: 13px;
	}
	
	.col_bnr_model {
		width: 90%;
		padding: 60px 0;
	}
	
	.col_bnr_model a {
		max-width: 100%;
		height: 26vw;
	}
	
	.mds_btm_model {
		width: 40%;
	}
	
	.mds_btm_model h3 {
		font-size: 4vw;
		line-height: 4.8vw;
	}
	
	
	
	/* --------------- model / detail -------------- */
	
	.col_model_d1 {
		width: 90%;
		padding: 40px 0 50px;
	}
	
	.section_model_d {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}
	
	.info_model_l {
		width: 100%;
	}
	
	.info_model_l .area {
		font-size: 13px;
		text-align: center;
	}
	
	.info_model_l .name {
		font-size: 20px;
		text-align: center;
	}
	
	.info_model_l .place {
		text-align: center;
	}
	
	.info_model_l .place span {
		font-size: 14px;
	}
	
	.info_model_l dl.catch {
		padding: 14px 10px 14px;
	}
	
	.info_model_l dl.catch dt {
		margin: 0;
		font-size: 20px;
		text-align: center;
	}
	
	.info_model_l dl.catch dd {
		display: none;
	}
	
	.img_model_r {
		width: 100% !important;
		margin-bottom: 30px;
		padding: 0 3%;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
		overflow: hidden;
	}
	
	.swiper-container.main_model {
		overflow: visible;
	}
	
	.swiper-container.main_model .swiper-slide {
		height: 64.8vw;
		opacity: 0;
		-webkit-transition: opacity .2s;
		-moz-transition: opacity .2s;
		-ms-transition: opacity .2s;
		transition: opacity .2s;
	}
	
	.swiper-container.main_model .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	
	.btn-model_dslide-next,
	.btn-model_dslide-prev {
		width: 48px;
		height: 48px;
		margin: -24px 0 0;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		cursor: pointer;
		z-index: 10;
	}

	.btn-model_dslide-next {
		background-image: url(../img/model/sp/navi_prev.png);
		background-position: center right;
		right: -3%;
	}

	.btn-model_dslide-prev {
		background-image: url(../img/model/sp/navi_next.png);
		background-position: center left;
		left: -3%;
	}

	.btn-model_dslide-next:focus,
	.btn-model_dslide-prev:focus {
		outline: none;
	}

	.btn-model_dslide-next.swiper-button-disabled,
	.btn-model_dslide-prev.swiper-button-disabled {
		background-image: none;
		cursor: default;
	}

	.swiper-container.thumb_model .trim {
		height: 15vw;
	}
	
	.info_model_sp p {
		margin: 0 0 30px;
		font-weight: 400;
		text-align: center;
		line-height: 1.7;
	}
	
	.info_model_sp .btn_model_contact1 {
		height: 62px;
		margin: 0 auto 30px;
		font-size: 15px;
	}
	
	.tbl_model_d  {
		font-size: 13px;
	}
	
	.tbl_model_d tr:nth-child(odd) {
		background-color: #f7f6f2;
	}
	
	.tbl_model_d th {
		width: 100px;
		padding-left: 20px;
	}
	
	.tbl_model_d td {
		padding-right: 20px;
	}
	
	.col_model_d2 {
		padding: 40px 0;
	}
	
	.inner_model_d2 {
		width: 90%;
	}
	
	.mds1.model_d2 {
		margin-bottom: 20px;
	}
	
	.mds1.model_d2 .letter {
		font-size: 22px;
	}
	
	.mds1.model_d2 .gray {
		margin: 0;
		font-weight: bold;
	}
	
	.col_model_d3 {
		width: 90%;
		padding: 40px 0 50px;
	}
	
	.txt_model_point {
		margin-bottom: 25px;
		font-size: 18px;
	}
	
	ul.box_model_point {
		margin-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
}
	
	ul.box_model_point li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 2.5%;
	}
	
	ul.box_model_point li:before {
		min-height: 74px;
	}
	
	ul.box_model_point li div {
		font-size: 14px;
	}
	ul.box_model_point li div span strong {
		font-size: 28px;
	}
	
	.map_model_d iframe {
		height: 310px;
	}
	
	.col_model_d4 {
		padding: 40px 0 40px;
	}
	
	.inner_model_d4 {
		width: 90%;
	}
	
	.mds_model_location {
		font-size: 18px;
	}
	
	.box_model_location {
		margin-bottom: 20px;
		padding: 16px 16px 5px;
	}
	
	.mds_model_location.region + .box_model_location {
		display: block;
	}
	
	.comment_location {
		margin-bottom: 20px;
		display: block;
	}
	
	.img_location1 {
		width: 46.2%;
		margin: 0 auto;
		padding: 0;
		display: block;
	}
	
	.img_location2 {
		width: 45%;
		margin: 0 2% 3%;
	}
	.img_location1 .trim,
	.img_location2 .trim {
		height: 28vw;
	}
	
	.col_model_d_contact {
		padding: 30px 0 50px;
	}
	
	.col_model_d_contact a {
		height: 62px;
		margin: 0 auto;
		font-size: 15px;
	}
	
	.col_model_recommend {
		padding: 35px 0 50px;
	}
	
	.inner_model_recommend {
		width: 100%;
	}
	
	.mds_model_d_other {
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	.swiper-container.other_model {
		padding: 0;
	}
	
	.swiper-container.other_model .swiper-slide {
		opacity: 0.3;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
	}
	
	.swiper-container.other_model .swiper-slide.swiper-slide-active {
		opacity: 1;
	}
	
	.swiper-container.other_model .swiper-slide .trim {
		height: 54vw;
		margin-bottom: 12px;
	}
	
	.btn-model_otherslide-next,
	.btn-model_otherslide-prev,
	.subdivision .btn-model_otherslide-next,
	.subdivision .btn-model_otherslide-prev {
		width: 60px;
		background-size: 16px auto;
		background-color: transparent;
	}
	
	.btn-model_otherslide-next {
		background-position: top 26.5vw left 50%;
	}

	.btn-model_otherslide-prev {
		background-position: top 26.5vw right 50%;
	}
	
	
	/* --------------- subdivision -------------- */
	
	.col_ttl.bg_subdivision {
		background-image: url(../img/subdivision/sp/bg_ttl.jpg);
	}
	
	.col_subdivision_announce {
		padding: 45px 0;
	}
	
	.slide_announce .btn-modelslide-next {
		left: 0;
	}
	
	.slide_announce .btn-modelslide-prev {
		right: 0;
	}
	
	
	/* --------------- subdivision / detail -------------- */
	
	.info_model_l .category {
		text-align: center;
	}
	
	.info_model_l .category div {
		padding: 4px 8px 5px;
		font-size: 13px;
	}
	
	.subdivision .info_model_l .name {
		padding-bottom: 18px;
	}
	
	.info_model_l .section {
		padding-bottom: 8px;
		font-size: 15px;
		text-align: center;
	}
	
	.subdivision .info_model_l dl.catch {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.tbl_subdivision_d {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.subdivision .btn-model_otherslide-next {
		background-position: top 26.5vw left 50%;
	}

	.subdivision .btn-model_otherslide-prev {
		background-position: top 26.5vw right 50%;
	}

	.swiper-container.other_model .swiper-slide .new .trim:before {
		top: 10px;
		left: 10px;
	}
	
	
	
	/* --------------- rental -------------- */
	
	.col_ttl.bg_rental {
		background-image: url(../img/rental/sp/bg_ttl.jpg);
	}
	
	
	
	/* --------------- flyer -------------- */
	
	.col_ttl.bg_flyer {
		background-image: url(../img/flyer/sp/bg_ttl.jpg);
	}
	
	.box_flyer {
		width: calc( ( 100% - 40px )/2 );
		margin: 0 0 40px 40px;
	}
	
	
	
	/* --------------- column -------------- */
	
	.col_ttl.bg_column {
		background-image: url(../img/column/sp/bg_ttl.jpg);
	}
	
	.col_columnlist a.cont {
		width: 48%;
	}
	
	.col_columnlist a.cont:nth-child(3n) {
		margin-right: 4%;
	}
	
	.col_columnlist a.cont:nth-child(even) {
		margin-right: 0;
	}
	
	.col_columnlist a.cont .thumb {
		height: 25vw;
		max-height: auto;
	}
	
	
	
	
	/* --------------- commercial -------------- */
	
	.col_ttl.bg_commercial {
		background-image: url(../img/commercial/sp/bg_ttl.png);
	}
	
	.tbl_model_d.commercial {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
  }

  .tbl_model_d.commercial tr:nth-child(odd) {
    background-color: #f5f4f0;
  }

  .tbl_model_d.commercial th {
    width: 90px;
    padding: 7px 0 7px 10px;
    font-weight: 400;
    vertical-align: top;
  }

  .tbl_model_d.commercial td {
    padding: 7px 5px 7px 5px;
    font-weight: 400;
    vertical-align: top;
    word-break: break-all;
  }

  .tbl_model_d.commercial td.red {
    color: #fc0301;
    font-weight: 600;
  }

  .tbl_model_d.commercial td .comment {
    padding: 3px 5px;
  }
	
	
	.wrap_commercial {
    width: 83.33%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }

  .commercial_list .list-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .commercial_list .list-wrapper .item {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .commercial_list .list-wrapper .item:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }

  .commercial_list .list-wrapper .item a,
  .commercial_list .list-wrapper .item span.soldout {
    text-decoration: none;
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    position: relative;
  }

  .commercial_list .list-wrapper .item a .commercial_cats {
    margin: 0 0 0 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .commercial_list .list-wrapper .item dl {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .commercial_list .list-wrapper .item dl dt {
    margin:  0 0 18px;
    padding: 0;
    height: 55vw;
  }

  .commercial_list .list-wrapper .item .new dl dt,
  .commercial_list .list-wrapper .item .soldout dl dt {
    position: relative;
    z-index: 0;
  }

  .commercial_list .list-wrapper .item .new dl dt:after {
    content: "NEW";
    width: 44px;
    padding: 3px 0 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    background-color: #fb0100;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 20;
  }

  .commercial_list .list-wrapper .item .soldout dl dt .trim:before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../img/model/label_soldout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 550px auto;
    display: block;
  }

  .commercial_list .list-wrapper .item dl dt .trim {
    width: 100%;
    height: 19vw;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .commercial_list .list-wrapper .item dl dt .trim img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .commercial_list .list-wrapper .item dl dd {
    margin: 0;
    padding: 0 0;
  }

  .commercial_list .list-wrapper .item dl dd .area {
    margin: 0 0 9px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commercial_list .list-wrapper .item dl dd .info {
    margin: 0 0 0 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commercial_list .list-wrapper .item dl dd .cost {
    margin: 0 0 9px 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commercial_list .list-wrapper .item dl dd .cost .text {
    margin: 0 0 0 10px;
    color: #d6061b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }

  .commercial_list .list-wrapper .item dl dd .name {
    margin: 0 0 6px;
    padding: 0 0 5px 0;
    color: #957d66;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #b4ae93;
    white-space: nowrap;
  }
	
  .col_topcontent1.commercial {
    width: 100%;
  }

  .col_topcontent1.commercial ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
     justify-content: center;
  }

  .col_topcontent1.commercial ul li {
    padding: 0;
    width: 32%;
		min-height: 14vw;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 1px 1px 4px 0px #5f5f5f;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }

  .col_topcontent1.commercial ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    box-sizing: border-box;
  }

  .col_topcontent1.commercial ul li:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 5px rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
  }

  .col_topcontent1.commercial ul li a {
    padding: 4px;
    text-align: center;
    text-decoration: none;
    background-color: #c6bfb6;
    border: none;
    box-sizing: border-box;
    display: block;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    position: relative;
    z-index: 0;
  }
  .col_topcontent1.commercial ul li.rental a {
    background-color: #aabab9;
  }
  .col_topcontent1.commercial ul li.sell a {
    background-color: #ccba9b;
  }

  .col_topcontent1.commercial ul li a .inner {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0px 0 !important; 
    background-color: #8e806d;
    border: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col_topcontent1.commercial ul li.rental a .inner {
    background: #567574;
  }
  .col_topcontent1.commercial ul li.sell a .inner {
    background: #9a7638;
  }
  .col_topcontent1.commercial ul li dl {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    box-sizing: border-box;
  }

  .col_topcontent1.commercial ul li dl dt {
    margin: 0 0 6px;
    padding: 0 0 6px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box;
  }

  .col_topcontent1.commercial ul li dl dd {
    margin: 0;
    padding: 0;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  
	
}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */
