@charset "utf-8";
/* CSS Document */

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	 -webkit-text-size-adjust: 100%;
}


#wrapper{
}
#wrapper img{
	width:100%;
}
/* PC/SP 切り替え */
#wrapper .pcItem{
	display:block;
}
#wrapper .spItem{
	display:none;
}

header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:999;
}
header .headerInner{
	width:100%;
	max-width:1040px;
	padding: 12px 20px;
	margin:0 auto;
}
header .headerInner .logo{
	width:50%;
	max-width:305px;
	float:left;
	padding-top: 13px;
}
header .headerInner .contactLink{
	float:right;
	display:flex;
    justify-content: center;
    align-items: center;
	line-height:1.2;
	border-radius: 5px;
}

header .headerInner .contactLink .contactTitle p{
	font-size:14px;
	color:#fff;
}
header .headerInner .contactLink .contactTitle p span{
	font-size:24px;
	display:block;
	font-weight:bold;
}
header .headerInner .contactLink .contactTle{
	padding:2px 0 0 10px;
}

header .headerInner .contactLink .contactTle p span{
	display:block;
	font-size:14px;
}
header .headerInner .contactLink .contactBtn{
	padding:0 10px;
}

header .headerInner .contactLink .contactBtn a{
	display:block;
	text-align:center;
	font-size:20px;
	color:#000;
	background:#FFED00;
	padding:18px 75px;
	border-radius: 30px;
    font-weight:bold;
	font-weight:600;
	box-shadow:1px 1px 4px #999;
}
header .headerInner .contactLink .contactBtn a span{
    padding: 2px 10px;
    color:#000;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
}

#content{
	font-family:'Noto Sans JP', sans-serif;
	padding-top:92px;
}
#content .contentBox{
	width:100%;
	max-width:1060px;
	padding: 0 30px;
	margin:0 auto;
}
#content .contactArea .contentBox{
	max-width:780px;
}

#content h2.boxTitle{
	text-align:center;
	font-size:30px;
	margin-bottom: 50px;
	padding: 0 10px;
}

#content h2.areaTitle{
	text-align:center;
	font-size:30px;
	font-weight:500px;
	color:#fff;
	background:#009943;
	padding:35px 0;
	margin-bottom:40px;
}
#content .contactArea h2.areaTitle{
	color: #000;
	background:#FFED00;
}

/* お問合せリンク */
.contactLinkArea{
	background: #ff6f00;
	padding: 40px 0;
	text-align: center;
}
.contactLinkArea .contentBox .contactLink .contactBtn{
	padding:0 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.contactLinkArea .contentBox .contactLink .contactBtn a{
	display:inline-block;
	text-align:center;
	font-size:20px;
	color:#000;
	background:#FFED00;
	padding:16px 75px;
	border-radius: 30px;
    font-weight:bold;
	font-weight:600;
	box-shadow:1px 1px 4px #999;
}
.contactLinkArea .contentBox .contactLink .contactBtn a span{
    padding: 2px 10px;
    color:#000;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
}

/* メインビジュアル・アンカー */
#content .mainArea{
	background:#fff;
	padding-bottom: 50px;
}
#content .mainArea .mainVisual{
	width:100%;
	/*height:calc(100vh - 92px - 195px);*/
	height:667px;
	max-height:950px;
	background:url(../images/main_pc.jpg) no-repeat;
	background-position:center center;
	/*background-size:cover;*/
	position:relative;
	margin-bottom:40px;
}
#content .mainArea .mainVisual h1{
	position:absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: rgba(0, 153, 67, 0.9);
	text-align: center;
	color: #fff;
	padding: 30px 10px;
	display: inline;
	font-size: 24px;
	width: 580px;
	border-radius: 10px;
}
#content .mainArea .mainVisual h1 span.span01{
	font-size: 18px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 6px 20px 8px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: normal;
	font-weight: 400;
}
#content .mainArea .mainVisual h1 span.span02{
	font-size: 46px;
	position: relative;
	padding-top: 1px;
}
#content .mainArea .mainVisual h1 span.span02::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #ffd21d;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#content .mainArea .mainVisual h1 span.span03{
	font-size: 34px;

}
#content .mainArea .mainVisual h1 span.span04{
	color: #fff67d;
	font-size: 46px;
	letter-spacing: 2px;
}

#content .mainArea .anchor{
}
#content .mainArea .anchor ul{
	display:flex;
	justify-content: center;
}
#content .mainArea .anchor ul:first-child{
	margin-bottom: 20px;
}
#content .mainArea .anchor ul li{
	width:calc((100% - 8%) / 3);
	max-width:300px;
	margin-right:4%;
	text-align:center;
	line-height:1.3;
}
#content .mainArea .anchor ul li:last-child{
	margin-right:0;
}
#content .mainArea .anchor ul li a{
	font-size: 18px;
	color:#009943;
	display:block;
	border:solid 2px #009943;
	border-radius:5px;
	font-weight: normal;
	font-weight:500;
	padding: 20px 0 50px;
	background: linear-gradient(to top, #009943 30px, #fff 30px, #fff 100%);
	position:relative;
	box-shadow: 1px 1px 4px #999;
}
#content .mainArea .anchor ul li a:after{
	content:"";
	width:0;;
	height:0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 8px 8px 0 8px;
	position:absolute;
	left: 0;
	right:0;
	margin:0 auto;
	bottom:12px;
}
#content .mainArea .leadText{
	text-align:center;
}
#content .mainArea .leadText p{
	font-size:16px;
	font-weight:500;
}
#content .mainArea .leadText p span{
	font-size:34px;
	background: linear-gradient(#fff 60%, #FFF67D 60%, #FFF67D 100%);
	display:inline-block;
}

/* 概要 */
#content .summaryArea{
	background: #EEF5E3;
	padding:50px 0 75px;
}
#content .summaryArea h2.boxTitle{
	color: #009943;
}
#content .summaryArea .summary{
	margin: 0 auto;
}
#content .summaryArea .summary ul{
	margin-bottom: 50px;
}
#content .summaryArea .summary ul li{
	width:100%;
    display: flex;
    align-items: center;
	padding: 25px 50px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 20px;
}

#content .summaryArea .summary ul li .summaryIcon{
	width:45px;
}
#content .summaryArea .summary ul li p{
    width: calc(100% - 50px);
    padding-left: 50px;
	font-size: 24px;
	font-weight: 500;
}
#content .summaryArea .summary ul li p span{
	padding-bottom: 5px;
	background: linear-gradient(#fff 85%,#FFF67D 85%,#FFF67D 100%);
}
#content .summaryArea .summaryText{
	background: #009943;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	padding: 30px 0;
}

/* 総合メディカルが推進する「医療テナント」 */
#content .explanationArea{
	background:#fff;
	padding: 50px 0 75px;
}
#content .explanationArea h2.boxTitle{
	color: #009943;
}
#content .explanationArea .explanation p{
	font-size:16px;
	margin-bottom:50px;
}
#content .explanationArea .explanation .explanationImg{
	width:100%;
	max-width:900px;
	margin:0 auto;
}

/* 「医療テナント」に活用するメリット */
#content .meritArea{
	background:#009943;
	padding: 50px 0 75px;
}
#content .meritArea h2.boxTitle{
	color: #fff;
}
#content .meritArea .meritList ul li{
	display:flex;
    justify-content: center;
    align-items: center;
	padding:35px 70px 40px;
	background:#fff;
	margin-bottom: 20px;
	border-radius: 5px;
}
#content .meritArea .meritList ul li:last-child{
	margin-bottom:0;
}
#content .meritArea .meritList ul li .meritIcon{
	width: 95px;
}
#content .meritArea .meritList ul li .meritText{
	width:calc(100% - 70px);
	padding-left:70px;
}
#content .meritArea .meritList ul li .meritText h3{
	font-weight:500;
	font-size:24px;
	margin-bottom:10px;
}
#content .meritArea .meritList ul li .meritText p{
	font-size:16px;
}

/* 医療施設に適した不動産 */
#content .optimalArea{
	background: #EEF5E3;
	padding: 50px 0 75px;
}
#content .optimalArea h2.boxTitle{
	color: #009943;
}

#content .optimalArea .contentBox p{
	margin-bottom: 30px;
	font-size: 16px;
}
#content .optimalArea .optimalBlock{
	margin-bottom: 50px;
}
#content .optimalArea .optimalBlock .optimalTitle{
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}
#content .optimalArea .optimalBlock .optimalTitle .optimalIcon{
	width: 50px;
}
#content .optimalArea .optimalBlock .optimalTitle h3{
	font-size: 24px;
	padding-left: 15px;
}
#content .optimalArea .optimalBlock ul{
	display: flex;
	justify-content: center;
}
#content .optimalArea .optimalBlock ul li{
    width: 100%;
    margin-right: 2%;
    text-align: center;
    line-height: 1.3;
	background: #fff;
	border-radius: 5px;
	padding: 30px 20px 50px;
}
#content .optimalArea .optimalBlock ul li:last-child{
	margin-right: 0;
}
#content .optimalArea .optimalBlock ul li .optimalIcon2{
	width:55px;
	margin: 0 auto 40px;
}
#content .optimalArea .optimalBlock ul li h4{
	font-size: 18px;
	margin-bottom: 40px;
}
#content .optimalArea .optimalBlock ul li p{
	font-size: 20px;
	margin-bottom: 0;
}
#content .optimalArea .optimalBlock ul li p span{
	color: #009943;
}
#content .optimalArea p.disclaimer{
	margin-bottom: 30px;
	padding: 15px 20px 15px calc(15px + 1rem);
	background: #fff;
	text-indent: -1rem;
}

#content .contentBox .InfoOthers{
	background: #fff;
	border-radius: 5px;
	border: 2px solid #009943;
	text-align: center;
	padding: 30px 20px;
}
#content .contentBox .InfoOthers p span{
	color: #009943;
}
#content .contentBox .InfoOthers p:first-child{
	font-size: 22px;
	margin-bottom: 10px;
}
#content .contentBox .InfoOthers p:last-child{
	font-size: 18px;
	margin-bottom: 0;
}

/* 不動産募集情報 */
#content .conditionsArea{
	background:#EEF8DC;
	padding: 50px 0 75px;
}
#content .conditionsArea h2.boxTitle{
	color: #009943;
}
#content .conditionsArea p.conditionsText{
	font-size: 16px;
	margin-bottom: 30px;
}
#content .conditionsArea .conditions .conditionsBox{
	margin-bottom: 40px;
}
#content .conditionsArea .conditions .conditionsBox:last-child{
	margin-bottom: 50px;
}
#content .conditionsArea .conditions .conditionsBox h3{
	font-size:22px;
	background:#009943;
	color: #fff;
	padding:10px;
	margin-bottom: 20px;
}
#content .conditionsArea .conditions .conditionsBox h4{
    font-size: 19px;
    color: #009943;
    margin-bottom: 3px;
}
#content .conditionsArea .conditions .conditionsBox p{
	font-size: 14px;
    margin-bottom: 7px;
}
#content .conditionsArea .conditions .conditionsBox p span{
	font-size: 12px;
	font-weight: bold;
    font-weight: 500;
}
#content .conditionsArea .conditions .conditionsBox table{
	margin-bottom:20px;
	width:100%;
}
#content .conditionsArea .conditions .conditionsBox table tbody{
	width:100%;
}
#content .conditionsArea .conditions .conditionsBox table th,
#content .conditionsArea .conditions .conditionsBox table td{
	border:solid 4px #EEF8DC;
}
#content .conditionsArea .conditions .conditionsBox table th{
	font-size:14px;
	background:#606060;
	color:#fff;
	text-align:center;
	font-weight:400;
	padding:10px 7px;
	vertical-align: middle;
}
#content .conditionsArea .conditions .conditionsBox table th span{
	margin: 0 -0.25rem;
}
#content .conditionsArea .conditions .conditionsBox table th:first-child{
	width:12%;
}
#content .conditionsArea .conditions .conditionsBox table th:nth-child(2){
	width:25%;
}
#content .conditionsArea .conditions .conditionsBox table th:nth-child(3){
	width:30%;
}
/* #content .conditionsArea .conditions .conditionsBox table th:nth-child(4){
	width:30%;
} */
#content .conditionsArea .conditions .conditionsBox table th:last-child{
	width:33%;
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:nth-child(2){
	width: 18%;
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:nth-child(3){
	width: 15%;
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:nth-child(4){
	width: 15%;
}
/* #content .conditionsArea .conditions .conditionsBox table th:nth-child(5){
	width:15%;
} */
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:nth-child(5){
	width:20%;
}
/* #content .conditionsArea .conditions .conditionsBox table th:nth-child(6){
	width:14%;
} */
/* #content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:nth-child(6){
	width:13%;
} */
/* #content .conditionsArea .conditions .conditionsBox table th:last-child{
	width:15.5%;
} */
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) th:last-child{
	width: 20%;
}
#content .conditionsArea .conditions .conditionsBox table td:first-child{
	font-weight: bold;
	font-weight: 500;
}
/* #content .conditionsArea .conditions .conditionsBox table td:nth-child(4),
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) td:nth-child(5){
	text-align: right;
} */
#content .conditionsArea .conditions .conditionsBox table td.noData{
    vertical-align: middle;
    text-align: center!important;
}
#content .conditionsArea .conditions .conditionsBox table td{
	background:#fff;
	font-size:14px;
	padding:10px 8px;
}
#content .conditionsArea .conditions .conditionsBox table td span{
	padding: 1px 10px;
    display: inline-block;
	font-size: 13px;
	border-radius: 4px;
	margin-bottom: 3px;
	font-weight: normal;
	font-weight: 400;
}
#content .conditionsArea .conditions .conditionsBox table td span.tagN{
	background: #FFDD00;
}
#content .conditionsArea .conditions .conditionsBox table td span.tagU{
	background: #FF6060;
	color: #fff;
}


/* 不動産活用事例 */
#content .exampleArea{
	background:#009943;
	padding: 50px 0 75px;
}
#content .exampleArea h2.boxTitle{
	color: #fff;
}
#content .exampleArea .exampleList ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#content .exampleArea .exampleList ul li{
	width:calc((100% - 20px) / 2);
	max-width:485px;
	margin-right:20px;
	margin-bottom:20px;
	background:#fff;
	padding:20px;
	height:auto;
	display: flex;
	flex-direction: column;
}
#content .exampleArea .exampleList ul li:nth-child(2n){
	margin-right:0;
}
#content .exampleArea .exampleList ul li p{
	font-size:14px;
	font-weight:300;
}
#content .exampleArea .exampleList ul li .exampleImg{
	position:relative;
	margin-bottom:10px;
}
@media all and (-ms-high-contrast: none) {
	#content .exampleArea .exampleList ul li{
		display: block;
	}
}
#content .exampleArea .exampleList ul li .exampleImg p.tag{
	position:absolute;
	top:10px;
	left:10px;
}
#content .exampleArea .exampleList ul li .exampleImg .tag{
	background:#009943;
	color:#fff;
	padding:5px 7px;
}
#content .exampleArea .exampleList ul li h3{
	font-size:20px;
	color:#009943;
	font-weight:500;
	margin-bottom:10px;
}
#content .exampleArea .exampleList ul li .address{
	font-weight:500;
}
#content .exampleArea .exampleList ul li .subject{
	margin-bottom:10px;
}
#content .exampleArea .exampleList ul li .subject span{
	display:inline-block;
}
#content .exampleArea .exampleList ul li .area{
	border:solid 1px #CCC;
	display:inline-block;
	margin-bottom:15px;
}
#content .exampleArea .exampleList ul li .area span{
	padding:4px 10px;
	display:inline-block;
}
#content .exampleArea .exampleList ul li .area span:first-child{
	background:#E5E5E5;
}
#content .exampleArea .exampleList ul li a{
	display:block;
	text-align:center;
	background:#ffff;
	border:solid 2px #009943;
	padding: 15px 0;
	color:#009943;
	font-size:16px;
	font-weight:500;
	box-shadow: 1px 1px 4px #999;
	border-radius:5px;
	margin-top: auto;
}

/* お問合せ・ご相談 */
#content .contactArea{
	background:#F8F3E7;
	padding-bottom:50px;
}

#content .contactArea .contactTxt p{
	margin-bottom: 20px;
}
#content .contactArea .contactTxt p.tableTitle{
	font-size: 18px;
	font-weight: bold;
}
#content .contactArea .contactTxt .tableBox{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 50px;
}
#content .contactArea .contactTxt .tableBox::-webkit-scrollbar {
	height: 6px;
}
#content .contactArea .contactTxt .tableBox::-webkit-scrollbar-track {
	background: #F2F2F2;
	border: solid 1px #999
}
#content .contactArea .contactTxt .tableBox::-webkit-scrollbar-thumb {
	background:#777;
	border: none;
}
#content .contactArea .contactTxt table{
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
}
#content .contactArea .contactTxt table th,
#content .contactArea .contactTxt table td{
	border: solid 1px #000;
	text-align: center;
	vertical-align: middle;
	background: #F2F2F2;
	padding: 5px;
	font-size: 12px;
}
#content .contactArea .contactTxt table th.fixCell{
	position: sticky;
	left: 0;
}
#content .contactArea .contactTxt table th.fixCell:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: solid 1px #000;
}
#content .contactArea .contactTxt table th.conditional{
	text-align: left;
	background: #fff;
	font-weight: normal;
}
#content .contactArea .contactTxt table td{
	background: #fff;
	width: 16%;
	height: 47px;
}
#content .contactArea .contactTxt table td.cellValue{
	background: #ea9900;
	color: #fff;
}


#content .contactArea .contact form{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight:600;
}
#content .contactArea .contact form h3{
	background:#009943;
	color:#fff;
	font-size:22px;
	padding:15px 20px;
	margin-bottom:25px;
	font-weight:600;
}
#content .contactArea .contact form h3 span{
	color: #fff67d;
	font-size: 20px;
	margin-left: 5px;
}
#content .contactArea .contact form dl{
	margin-bottom:40px;
}
#content .contactArea .contact form dl dt{
	font-size:18px;
	margin-bottom:10px;
}
#content .contactArea .contact form dl dt span.required{
	font-size:13px;
	font-weight:500;
	background:#FFD87B;
	padding:4px 10px;
	margin-left:10px;
	vertical-align: middle;
}
#content .contactArea .contact form dl dt span.information{
	font-size:14px;
	display: block;
	background: #f0f0f0;
	font-weight: normal;
	padding: 7px 10px;
	margin-top: 5px;
	border-radius: 5px;
}
#content .contactArea .contact form dl dt span.information span{
	display: block;
	padding: 2px 0 2px 24px;
	position: relative;
	background: url(../images/information.png) no-repeat;
	background-position: 0 center;
	background-size: 18px;
}

#content .contactArea .contact form dl dt span.information:nth-child(2){
	margin-top: 5px;
}
#content .contactArea .contact form dl dt span.information:last-child{
	margin-bottom: 5px;
}
#content .contactArea .contact form dl dt span.attention{
	background:none;
	display:block;
	font-size:12px;
	padding:0;
	margin-left:0;
}
#content .contactArea .contact form dl:not(.formSelect) dd{
	margin-bottom:28px;
	position:relative;
}
#content .contactArea .contact form dl:not(.formSelect) dd input,
#content .contactArea .contact form dl:not(.formSelect) dd select,
#content .contactArea .contact form dl:not(.formSelect) dd textarea{
	width:100%;
	font-size:18px;
	padding:15px 18px;
	border:solid 1px #A5A5A5;
	border-radius:0;
	font-weight:500;
	background:#fff;
}
#content .contactArea .contact form dl:not(.formSelect) dd .halfBox,
#content .contactArea .contact form dl:not(.formSelect) dd .half2Box{
	position: relative;
}
#content .contactArea .contact form dl:not(.formSelect) dd select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
#content .contactArea .contact form dl:not(.formSelect) dd .halfBox::after,
#content .contactArea .contact form dl:not(.formSelect) dd .half2Box::after{
    pointer-events: none;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    position: absolute;
    left: calc(100% - 30px);
    top: 55%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
#content .contactArea .contact form dl:not(.formSelect) dd .half2Box::after{
	position: absolute;
    left: calc(100% - 30px);
    top: 50%;
}
#content .contactArea .contact form dl:not(.formSelect) dd input.inputHalf,
#content .contactArea .contact form dl:not(.formSelect) dd select.inputHalf{
	width: 50%;
}
#content .contactArea .contact form dl:not(.formSelect) dd input.inputHalf2,
#content .contactArea .contact form dl:not(.formSelect) dd select.inputHalf2{
	width: 35%;
}
#content .contactArea .contact form dl:not(.formSelect) dd span.unit{
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 15px;
	font-size: 16px;
}
#content .contactArea .contact form dl.formSelect{
	margin-bottom: 30px;
}
#content .contactArea .contact form dl.formSelect dd{
	position: relative;
}
#content .contactArea .contact form dl.formSelect dd ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#content .contactArea .contact form dl.formSelect dd ul li:nth-child(3){
	margin-right: 0;
}
#content .contactArea .contact form dl.formSelect dd ul li:nth-child(4),
#content .contactArea .contact form dl.formSelect dd ul li:nth-child(5){
	margin-bottom: 0;
}
#content .contactArea .contact form dl.formSelect dd input[type="radio"]{
	display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	opacity: 0;
	outline: 0;
}

#content .contactArea .contact form dl.formSelect dd label.radioLabel{
	display: block;
	font-size: 16px;
	padding: 15px 5px 15px 42px;
	line-height: 1.3;
	border: solid 2px #c6c6c6;
	border-radius:4px;
	cursor: pointer;
	user-select: none;
	background: #fff url(../images/form_check.png) no-repeat;
	background-size: 26px;
	background-position: 10px center;
}
#content .contactArea .contact form dl.formSelect dd input[type="radio"]:checked+label.radioLabel{
	border: solid 2px #009943;
	background: #fff url(../images/form_checked.png) no-repeat;
	background-size: 26px;
	background-position: 10px center;
}
#content .contactArea .contact form dl.formSelect dd input[type="radio"]:checked+label.error+label.radioLabel{
	border: solid 2px #009943;
	background: #fff url(../images/form_checked.png) no-repeat;
	background-size: 26px;
	background-position: 10px center;
}
#content .contactArea .contact form .formType{
	display: none;
}
#content .contactArea .contact form dl.formSelect dd label.radioLabel span{
	font-weight: normal;
}
#content .contactArea .contact form .formBox{
	background: #fff;
	border: solid 2px #009943;
	border-radius: 5px;
	margin-bottom: 30px;
}
#content .contactArea .contact form .formBox dl{
	padding: 0 30px 20px;
}
#content .contactArea .contact form dl dd input::placeholder{
	color: #ccc;
}
#content .contactArea .contact form dl dd input:-ms-input-placeholder{
	color: #ccc;
}
#content .contactArea .contact form dl dd input::-ms-input-placeholder{
	color: #ccc;
}
#content .contactArea .contact form dl dd textarea::placeholder{
	color: #ccc;
}
#content .contactArea .contact form dl dd textarea:-ms-input-placeholder{
	color: #ccc;
}
#content .contactArea .contact form dl dd textarea::-ms-input-placeholder{
	color: #ccc;
}
/* #content .contactArea .contact form dl dd input[type="number"]::-webkit-outer-spin-button, 
#content .contactArea .contact form dl dd input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none; 
	margin: 0; 
} 
#content .contactArea .contact form dl dd input[type="number"] { 
	-moz-appearance:textfield; 
}  */

#content .contactArea .contact form dl dd.formItem input{
	padding:0;
	border:none;
	display:none;
}
#content .contactArea .contact form dl dd.formItem label{
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	border: solid 2px #7A7A7A;
	display: inline-block;
	font-size:14px;
	font-weight:500;
    box-shadow: 1px 1px 4px #999;
}

#content .contactArea .contact form dl dd.formItem .filename{
	font-size: 14px;
	border: solid 1px #A5A5A5;
	width: calc(100% - 150px);
	font-size: 14px;
	padding: 15px 40px 15px 18px;
	border: solid 1px #A5A5A5;
	background: #fff;
	display: block;
	float: right;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;
	font-weight: 500;
	min-height:53px;
	position: relative;
}
#content .contactArea .contact form dl dd.formItem .filename .cancel{
	position: absolute;
	right: 10px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 20px;
	line-height: 0;
	cursor: pointer;
	display: none;
}
#content .contactArea .contact form dl dd.formItem .filename .cancel.showBtn{
	display: block;
}
#content .contactArea .contact form dl dd label.error,
#content .contactArea .contact form dl dd span.error{
	position:absolute;
	left: 0;
	bottom:-23px;
	font-size:14px;
	font-weight:500;
	color:#f00;
	display: block;
	width: 100%;
}
#content .contactArea .contact form dl dd label.error{
	background: #fff;
}
#content .contactArea .contact form dl.formSelect dd label.error{
	background: none;
}
#content .contactArea .contact form .privacyText{
	font-size:14px;
	margin-bottom:20px;
}
#content .contactArea .contact form .privacyLink{
	text-align:center;
	margin-bottom:30px;
	font-size:16px;
}
#content .contactArea .contact form .privacyLink a{
	text-decoration:underline;
}
#content .contactArea .contact form .privacyLink a::after{
    display: inline-block;
    content: "";
    margin: 0px 5px 0 2px;
    width: 14px;
    height: 14px;
    background: url(../images/icon_external.svg) center center/100% auto no-repeat;
    vertical-align: middle;
}
#content .contactArea .contact form .privacyLink2{
	margin-bottom: 25px;
	font-size: 18px;
}
#content .contactArea .contact form .privacyLink2 input{
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	zoom: 1.4;
    vertical-align: middle;
}

#content .contactArea .contact form .formBtn input{
	width:100%;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #FF6F00;
    background: #fff;
    padding: 30px 0;
    border: solid 3px #FF6F00;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 4px #999;
	width:90%;
	max-width:400px;
	margin:0 auto;
}
#content .contactArea .contact form .formBtn input.disabledBtn{
opacity: 0.4;
}

#content .contactArea .contact form dl dd.formItem label:hover,
#content .contactArea .contact form .formBtn input:hover,
#content .contactArea .contact form .privacyLink input:hover,
#content .contactArea .contact form .privacyLink label:hover{	
	cursor:pointer;
}
#content .contactArea .contact form .formBtn input.disabledBtn:hover{
opacity: 0.4;
cursor: default;
}

/* 入力内容確認 */
#content .contactArea .confirm form dl dd{
	width:100%;
	font-size:18px;
	font-weight:500;
}
#content .contactArea .confirm form dl dd.formItem{
	margin-bottom:10px;
}
#content .contactArea .confirm form .formBtns{
	display: flex;
	justify-content: center;
	align-items: center;
}
#content .contactArea .confirm form .formBtn1 input,
#content .contactArea .confirm form .formBtn2 input{
	display: block;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 4px #999;
    padding: 20px 0;
	width:100%;
	font-size:20px;
}
#content .contactArea .confirm form .formBtn1{
	width:calc(35% - 10px);
	max-width:170px;
	margin-right:20px;
	cursor: pointer;
}
#content .contactArea .confirm form .formBtn1 input:hover{
	cursor: pointer;
}
#content .contactArea .confirm form .formBtn1 input{
	border:solid 3px #7A7A7A;
	background:#fff;
}
#content .contactArea .confirm form .formBtn2{
	width:calc(65% - 10px);
	max-width:330px;}
#content .contactArea .confirm form .formBtn2 input:hover{
	cursor: pointer;
}
#content .contactArea .confirm form .formBtn2 input{
	border:none;
	color:#fff;
	background:#FF6F00;
	padding: 22px 0;
}

/* 送信完了 */
#content .contactArea .finish{
	min-height:100vh;
}
#content .contactArea .finish p{
	font-size:18px;
	font-weight: 400;
	margin-bottom:30px;
}
#content .contactArea .finish p a{
	color:#0081d3;
	text-decoration:underline;
}
#content .contactArea .finish p.contact{
	font-size:16px;
}
#content .contactArea .finish a.linkBtn{
	display: block;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 4px #999;
    padding: 20px 0;
    width: 70%;
	max-width: 330px;
	margin:35px auto 0;
	background:#fff;
    font-size: 20px;
    border: solid 3px #7A7A7A;
    background: #fff;
	text-align:center;
}

/* コピーライト */
#content .copy{
   background: #009943;
   text-align:center;
   color:#fff;
   font-size:12px;
   padding:5px 0;
}

#pageTop{
	position:fixed;
	bottom:40px;
	right:40px;
	width:50px;
	height:50px;
	z-index:999;
	display: none;
}
#pageTop a{
	display:block;
}
#pageTop a img{
	border: solid 1px rgba(255, 255, 255, 0.5);
}

/* PC hover処理 */
@media screen and (min-width: 960px) {
.logo a:hover,
.contactBtn a:hover{
	opacity:.7;
}
#content .exampleArea .exampleList ul li a:hover{
	opacity:.7;
}
#content .anchor ul li a:hover{
	opacity:.7;
}

#pageTop a:hover{
	opacity:.7;
}
#content .contactArea .contact form dl dd.formItem label:hover,
#content .contactArea .contact form .formBtn input:hover{
	opacity:.7;
}
#content .contactArea .contact form dl dd.formItem label:hover:after{
	opacity:1;
}
#content .contactArea .confirm form .formBtn1 input:hover,
#content .contactArea .confirm form .formBtn2 input:hover{
	opacity:.7;
}
#content .contactArea .finish a.linkBtn:hover{
	opacity:.7;
}
#content .contactArea .contact form dl dd.formItem .filename .cancel.showBtn:hover{
	opacity:.7;
}
#content .contactArea .contact form dl.formSelect dd label.radioLabel:hover{
	border: solid 2px #009943;
}
}

/* Tabレイアウト */
@media screen and (max-width: 959px) {
header .headerInner{
	padding: 10px 10px;
}
header .headerInner .logo{
	width:35%;
	padding-top: 10px;
}
header .headerInner .contactLink .contactTitle{
	padding:10px 15px 6px 7px;
}
header .headerInner .contactLink .contactTitle p{
	font-size:12px;
}
header .headerInner .contactLink .contactTitle p span{
	font-size:22px;
}

header .headerInner .contactLink .contactTle{
	padding:2px 0 0 7px;
}
header .headerInner .contactLink .contactTle p span.number{
	font-size:28px;
}
header .headerInner .contactLink .contactTle p span{
	font-size:12px;
}
header .headerInner .contactLink  .contactBtn{
	padding:0 7px;
}
header .headerInner .contactLink  .contactBtn a{
	font-size:20px;
	padding:15px 27px;
}

header .headerInner .contactLink  .contactBtn a span{
    padding: 2px 8px;
    font-size: 14px;
    margin-left: 7px;
}


#content{
	padding-top:76px;
}
#content .contentBox{
	padding: 0 20px;
}
#content h2.areaTitle{
	font-size:28px;
	padding:30px 0;
}
#content h2.boxTitle{
	font-size:28px;
	margin-bottom: 40px;
}

.contactLinkArea .contentBox .contactLink .contactBtn a{
    padding: 15px 27px;
}
.contactLinkArea .contentBox .contactLink .contactBtn a span{
	padding: 2px 8px;
    font-size: 14px;
    margin-left: 7px;
}

/* メインビジュアル・アンカー */
#content .mainArea .mainVisual{
	/*height:calc(100vh - 76px); */
	height: 650px;
}
#content .mainArea .mainVisual h1{
	width: 480px;
	font-size: 22px;
}
#content .mainArea .mainVisual h1 span.span02{
	font-size: 36px;
}
#content .mainArea .mainVisual h1 span.span03{
	font-size: 28px;
}
#content .mainArea .mainVisual h1 span.span04{
	font-size: 36px;
}
#content .mainArea .leadText p span{
	font-size:32px;
}

#content .mainArea .anchor ul li{
	width:100%;
	margin-right: 2%;
}
#content .mainArea .anchor ul li:last-child{
	margin-right:0;
}
#content .mainArea .anchor ul li a{
	font-size: 16px;
}


/* 概要 */
#content .summaryArea .summary ul{
	margin-bottom: 40px;
}
#content .summaryArea .summary ul li{
	padding: 20px 40px;
}
#content .summaryArea .summary ul li p{
    width: calc(100% - 40px);
    padding-left: 40px;
	font-size: 22px;
}


/* 総合メディカルが推進する「医療テナント」 */
#content .explanationArea .explanation h3{
	font-size: 26px;
}

/* 「医療テナント」に活用するメリット */
#content .meritArea .meritList ul li{
	padding:35px 60px 40px;
}
#content .meritArea .meritList ul li .meritText{
	width:calc(100% - 60px);
	padding-left:60px;
}

/* 医療施設に適した不動産 */
#content .optimalArea .optimalBlock ul li{
	padding: 30px 5px 50px;
}
#content .optimalArea .optimalBlock ul li .optimalIcon2{
	width:55px;
}
#content .optimalArea .optimalBlock ul li p{
	font-size: 16px;
}

/* 上記に該当しない不動産をお持ちの方 */
#content .contentBox .InfoOthers p:first-child{
	font-size: 20px;
}
#content .contentBox .InfoOthers p:last-child{
	font-size: 16px;
}

/* 不動産募集条件 */
#content .conditionsArea .conditions .conditionsBox table th{
	font-size: 14px;
}

/* お問合せ・ご相談 */
#content .contactArea .contact form h3{
	font-size:22px;
	margin-bottom:20px;
}
#content .contactArea .contact form dl:not(.formSelect) dd{
	margin-bottom:26px;
}
#content .contactArea .contact form .formBtn input{
    font-size: 22px;
    padding: 25px 0;
}

#pageTop{
	position:fixed;
	bottom:30px;
	right:20px;
	width:50px;
	height:50px;
	display:none;
}

}

/* SPレイアウト */
@media screen and (max-width: 736px) {

/* PC/SP 切り替え */
#wrapper .pcItem{
	display:none;
}
#wrapper .spItem{
	display:block;
}

header{
	position:relative;
}
header .headerInner{
	padding: 13px 13px 10px;
}
header .headerInner .logo{
	width:65%;
	max-width:320px;
	padding-top: 0;
}

#content{
	padding-top:0;
}
#content .contentBox{
	padding: 0 10px;
}
#content h2.areaTitle{
	text-align:center;
	font-size:24px;
	padding:17px 0;
	margin-bottom:20px;
	line-height:1.4;
}


#content .contactLinkSP{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	margin-bottom:20px;
}
#content .contactLinkSP .contactTitle{
	text-align:center;
	background:#ff6f00;
	color:#fff;
}
#content .contactLinkSP .contactTitle p{
	font-size:16px;
	padding:5px 0;
}
#content .contactLinkSP .contactLink{
	display:flex;
    justify-content: center;
    align-items: center;
	background:#F8F3E7;
	line-height:1.2;
	padding:20px 0;
}
#content .contactLinkSP .contactLink .contactTle{
	padding:0 2vw;
	text-align:center;
}
#content .contactLinkSP .contactLink .contactTle p a{
	font-size:26px;
	font-weight:bold;
	line-height:1;
	color:#57A0FF;
	border-bottom: 2px solid #57A0FF;
}
#content .contactLinkSP .contactLink .contactTle p span{
	display:block;
	font-size:15px;
	margin-top:3px;
}
#content .contactLinkSP .contactLink .contactBtn{
	padding:0 2vw;
}
#content .contactLinkSP .contactLink .contactBtn a{
	display:block;
	text-align:center;
	font-size:18px;
	color:#FFF;
	background:#FF6F00;
	padding:15px 4.5vw;
	border-radius: 5px;
	font-weight:bold;
    font-weight: 600;
	box-shadow:1px 1px 4px #999;
}
#content .contactLinkSP .contactLink .contactBtn a span{
    padding: 2px 10px;
    color: #FF6F00;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}
#content .contactLinkSP2{
	position:fixed;
	left:0;
	right:0;
	bottom:-100px;
	z-index:999;
	margin-bottom:0;
	transition-duration:.5s;
}
#content .contactLinkSP2.show{
	bottom:0;
}
#content .contactLinkSP2 .contactTitle{
	position:relative;
}
#content .contactLinkSP2 .contactLink{
    padding: 10px 0;
}
#content .contactLinkSP2 .contactTitle:after{
	content:"";
	width:10px;
	height:10px;
	border-right:solid 2px #fff;
	border-bottom:solid 2px #fff;
	position:absolute;
	top:calc(15px / 2);
	right:15px;
	-ms-transform:rotate(45deg));
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration:0.3s;
}
#content .contactLinkSP2 .contactTitle.close:after{
	position:absolute;
	top:15px;
	right:15px;
	-ms-transform:rotate(-135deg));
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#content .mainArea{
	padding-bottom: 0;
}
#content .mainArea .mainVisual{
	height:80vh;
	background:url(../images/main_sp.jpg)no-repeat;
	background-position:center center;
	background-size:cover;
	margin-bottom:20px;
}
#content .mainArea .mainVisual h1{
	width: 92%;
	max-width: 410px;
	border-radius: 5px;
}

#content .mainArea .mainVisual h1{
	font-size: 20px;
}
#content .mainArea .mainVisual h1 span.span01{
	font-size: 16px;
}
#content .mainArea .mainVisual h1 span.span02{
	font-size: 30px;
}
#content .mainArea .mainVisual h1 span.span03{
	font-size: 26px;
}
#content .mainArea .mainVisual h1 span.span04{
	color: #fff67d;
	font-size: 30px;
	letter-spacing: 2px;
}


#content .mainArea .anchor{
	margin-bottom:40px;
}
#content .mainArea .anchor ul:first-child{
	margin-bottom: 15px;
}
#content .mainArea .anchor ul li{
	margin-right:1%;
	display: flex;
}
#content .mainArea .anchor ul li:last-child{
	margin-right:0;
}
#content .mainArea .anchor ul li a{
	font-size: 14px;
	padding: 15px 0 45px;
	width:100%;
	height:100%;
}
#content .mainArea .anchor ul:first-child li:nth-child(2) a,
#content .mainArea .anchor ul:last-child li:nth-child(2) a,
#content .mainArea .anchor ul:last-child li:nth-child(3) a{
	padding:25px 0 25px;
}

#content .mainArea .anchor ul li a span{
	font-size:12px;
	margin-bottom:3px;
}
#content .mainArea .anchor ul li a:after{
	bottom:11px;
}
#content .mainArea .leadText p{
	font-size:18px;
	font-weight:500;
}
#content .mainArea .leadText p span{
	font-size:30px;
	background: linear-gradient(rgba(0, 0, 0, 0) 75%, #FFF67D 75%, #FFF67D 100%);
	display:inline;
	line-height:1.4;
}

.contactLinkArea{
	padding: 30px 0;
}
.contactLinkArea .contentBox .contactLink .contactBtn{
	padding: 0;
}
.contactLinkArea .contentBox .contactLink .contactBtn a{
	font-size: 18px;
	padding: 15px 18px;
}
.contactLinkArea .contentBox .contactLink .contactBtn a span{
	margin-left: 5px;
}

#content h2.boxTitle{
	font-size: 24px;
}

/* 概要 */
#content .summaryArea{
	padding:40px 0 50px;
}
#content .summaryArea .summary ul{
	margin-bottom: 30px;
}
#content .summaryArea .summary ul li{
	padding: 20px 10px 20px 15px;
}
#content .summaryArea .summary ul li p{
    width: calc(100% - 25px);
    padding-left: 25px;
	font-size: 18px;
}
#content .summaryArea .summary ul li p span{
	padding-bottom: 2px;
}


/* 総合メディカルが推進する「医療テナント」 */
#content .explanationArea{
    padding: 40px 0 50px;
}
#content .explanationArea .explanation p{
	font-size:16px;
	line-height:1.75;
}
#content .explanationArea .explanation h3{
	font-size: 20px;
}
#content .explanationArea .explanation .explanationImg{
	width:calc(100% + 20px);
	position:relative;
	left:-10px;
}

/* 「医療テナント」に活用するメリット */
#content .meritArea{
	padding: 40px 0 50px;
}
#content .meritArea .meritList ul li{
	padding:35px 20px 45px;
	margin:0 auto 20px;
	width:100%;
	max-width:500px;
}
#content .meritArea .meritList ul li .meritIcon{
	width:26%;
	min-width:75px;
	max-width:85px;
	margin:20px auto;
}
#content .meritArea .meritList ul li .meritText{
	width:100%;
	padding-left:0;
	text-align:center;
}
#content .meritArea .meritList ul li .meritText h3{
	display:inline;
	font-size: 22px;
}
#content .meritArea .meritList ul li .meritText p{
	text-align:left;
	line-height:1.7;
}

/* 医療施設に適した不動産 */
#content .optimalArea{
	padding: 40px 0 50px;
}
#content .optimalArea .optimalBlock{
	margin-bottom: 40px;
}
#content .optimalArea .optimalBlock .optimalTitle{
	margin-bottom: 15px;
}
#content .optimalArea .optimalBlock .optimalTitle .optimalIcon{
	width: 40px;
}
#content .optimalArea .optimalBlock .optimalTitle h3{
	font-size: 20px;
	padding-left: 7px;
}
#content .optimalArea .optimalBlock ul{
	flex-wrap: wrap;
}
#content .optimalArea .optimalBlock ul li{
    margin-right: 0;
	padding: 20px 10px 35px;
	margin-bottom: 15px;
}
#content .optimalArea .optimalBlock ul li:last-child{
	margin-bottom: 0;
}
#content .optimalArea .optimalBlock ul li .optimalIcon2{
	width: 100%;
	max-width:75px;
	margin: 0 auto 20px;
}
#content .optimalArea .optimalBlock ul li h4{
	font-size: 18px;
	margin-bottom: 20px;
}
#content .optimalArea .optimalBlock ul li p{
	font-size: 18px;
}
#content .optimalArea p.disclaimer{
	margin-bottom: 20px;
	padding: 15px 20px 15px calc(15px + 1rem);
	background: #fff;
	text-indent: -1rem;
}

#content .contentBox .InfoOthers{
	padding: 22px 10px;
}
#content .contentBox .InfoOthers p:first-child{
	font-size: 20px;
}
#content .contentBox .InfoOthers p:last-child{
	font-size: 16px;
	margin-bottom: 0;
}


/* 不動産募集条件 */
#content .conditionsArea{
	padding:40px 0 50px
}
#content .conditionsArea .conditions .conditionsBox{
	margin-bottom: 30px;
}
#content .conditionsArea .conditions .conditionsBox:last-child{
	/* border-bottom:#009943 solid 1px; */
}
#content .conditionsArea .conditions .conditionsBox h3{
	font-size:20px;
	padding:15px 10px;
	position:relative;
}
#content .conditionsArea .conditions .conditionsBox h3:before{
	content:"";
	height:2px;
	width: 20px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:10px;
	background:#fff;
}
#content .conditionsArea .conditions .conditionsBox h3:after{
	content:"";
	height:20px;
	width: 2px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:19px;
	background:#fff;
	opacity:1;
	transition-duration:0.2s;
}
#content .conditionsArea .conditions .conditionsBox h3.tabOpen:after{
	opacity:0;
}
#content .conditionsArea .conditions .conditionsBox .tableBox{
	display: none;
}
#content .conditionsArea .conditions .conditionsBox table{
	margin-bottom:10px;
}
#content .conditionsArea .conditions .conditionsBox table tr{
	margin-bottom:20px;
	display:grid;
}
#content .conditionsArea .conditions .conditionsBox table tr:first-child{
	display:none;
}
#content .conditionsArea .conditions .conditionsBox table tr td{
	width:calc(100% - 140px);
	border: 1px solid #CCC;
	border-bottom:none;
	margin-left:140px;
	position:relative;
	padding: 7px;
}
#content .conditionsArea .conditions .conditionsBox table tr td:last-child{
	border-bottom: 1px solid #CCC;
}
#content .conditionsArea .conditions .conditionsBox table tr td:first-child{
	margin-left:0;
	background:none;
	padding:5px 0;
	border:none;
	text-align: left;
}
#content .conditionsArea .conditions .conditionsBox table tr td:last-child,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(4){
	text-align: left;
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) td:nth-child(5){
	text-align: left;
}
/* #content .conditionsArea .conditions .conditionsBox table:first-of-type tr td:nth-child(4){
	min-height: 57px;
} */
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(2):before,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(3):before,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(4):before,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(5):before,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(6):before,
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(7):before{
	position:absolute;
	content:"エリア";
	height:calc(100% - 14px);
	width:128px;
	left:-142px;
	top:-1px;
	padding:7px 6px;
	border: 1px solid #CCC;
	background:#606060;
	color:#fff;
	text-align: left;
}
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(2):before{
	content:"路線";
}
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(3):before{
	content:"希望駅";
}
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(4):before{
	content:"備考";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(2):before{
	content:"希望地";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(3):before{
	content:"希望面積（坪）";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(4):before{
	content:"希望時期";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(5):before{
	content:"開業予定科目";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(6):before{
	content:"備考";
}
/* #content .conditionsArea .conditions .conditionsBox table tr td:nth-child(5):before{
	content:"開業予定科目";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(5):before{
	content:"希望延床面積（坪）";
}
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(6):before{
	content:"開業希望時期";
}
#content .conditionsArea .conditions .conditionsBox table:nth-of-type(2) tr td:nth-child(6):before{
	content:"希望時期";
}
#content .conditionsArea .conditions .conditionsBox table tr td:nth-child(7):before{
	content:"備考";
} */
#content .conditionsArea .conditions .conditionsBox table td span{
	margin-bottom: 0;
	margin-right: 5px;
}

/* 不動産活用事例 */
#content .exampleArea .exampleList{
	width: calc(100% + 20px);
    position: relative;
    left: -10px;
	padding-bottom:25px;
}
#content .exampleArea .exampleList ul{
	flex-wrap: nowrap;
	justify-content: unset;
}
#content .exampleArea .exampleList ul li{
	padding: 17px 15px;
	max-width:730px;
}
#content .exampleArea .exampleList ul li:nth-child(2n){
	margin:0 auto 20px;
}
#content .exampleArea .exampleList ul li .exampleImg .tag{
	padding:4px 6px;
}
#content .exampleArea .exampleList ul li .area{
	margin-bottom:25px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
#content .exampleArea .exampleList .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #D4D4D4;
    opacity: 1;
}
#content .exampleArea .exampleList .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFED00;
}


/* お問合せ・ご相談 */
#content .contactArea .contactTxt p.tableTitle{
	font-size: 17px;
	margin-bottom: 15px;
}
#content .contactArea .contactTxt .tableBox{
	margin-bottom: 45px;
}

#content .contactArea .contactTxt table th,
#content .contactArea .contactTxt table td{
	padding: 4px 3px;
	font-size: 11px;
}

#content .contactArea .contact form h3{
	font-size:19px;
	padding:13px 8px;
	margin-bottom:18px;
}
#content .contactArea .contact form h3 span{
    font-size: 16px;
    margin-left: 1px;
}
/* #content .contactArea .contact form dl.formSelect dd input[type="radio"] {
	padding: 0;
	font-size: 0;
} */
_::-webkit-full-page-media, _:future, :root #content .contactArea .contact form dl.formSelect dd input[type="radio"]{
	position: absolute;
	top:0;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	line-height: 0;
}
#content .contactArea .contact form dl.formSelect dd ul li {
    float: left;
    width: 48.5%;
	width: calc((100% - 3%) / 2);
    margin-right: 3%;
	margin-bottom: 3%;
}
#content .contactArea .contact form dl.formSelect dd ul li:nth-child(2n){
	margin-right: 0;
}
#content .contactArea .contact form dl.formSelect dd ul li:nth-child(3){
	margin-right: 3%;
}
#content .contactArea .contact form dl.formSelect dd label.radioLabel{
	padding: 13px 4px 13px 30px;
	background: #fff url(../images/form_check.png) no-repeat;
	background-size: 20px;
	background-position: 5px center;
}
#content .contactArea .contact form dl.formSelect dd input[type="radio"]:checked+label.radioLabel{
	background: #fff url(../images/form_checked.png) no-repeat;
	background-size: 20px;
	background-position: 5px center;
}
#content .contactArea .contact form dl.formSelect dd input[type="radio"]:checked+label.error+label.radioLabel{
	background: #fff url(../images/form_checked.png) no-repeat;
	background-size: 20px;
	background-position: 5px center;
}
#content .contactArea .contact form .formBox dl{
	padding: 0 6px 10px;
}
#content .contactArea .contact form dl{
	margin-bottom: 10px;
}
#content .contactArea .contact form dl dt{
	font-size: 17px;
	margin-bottom:6px;
	letter-spacing: -0.05rem;
}
#content .contactArea .contact form dl dt span{
	padding:3px 6px;
	margin-left:8px;
}
#content .contactArea .contact form dl dt span.information{
	font-size: 13px;
	margin-left: 0;
	padding: 6px 2px;
}
#content .contactArea .contact form dl:not(.formSelect) dd{
	margin-bottom:24px;
}
#content .contactArea .contact form dl:not(.formSelect) dd input,
#content .contactArea .contact form dl:not(.formSelect) dd select,
#content .contactArea .contact form dl:not(.formSelect) dd textarea{
	font-size:16px;
	padding:10px 13px;
}
#content .contactArea .contact form dl dd.formItem label{
	padding: 12px 9px;
}
#content .contactArea .contact form dl dt span.required{
	margin-left: 4px;
	padding: 3px 5px;
	font-size: 12px;
}
#content .contactArea .contact form dl:not(.formSelect) dd input.inputHalf,
#content .contactArea .contact form dl:not(.formSelect) dd select.inputHalf {
    width: 80%;
}
#content .contactArea .contact form dl:not(.formSelect) dd input.inputHalf2,
#content .contactArea .contact form dl:not(.formSelect) dd select.inputHalf2{
	width: 40%;
	width: calc((100% - 50px) / 2);
}
#content .contactArea .contact form dl:not(.formSelect) dd span.unit{
	margin-left: 3px;
	margin-right: 4px;
	font-size: 15px;
}
#content .contactArea .contact form dl:not(.formSelect) dd .half2Box+span.unit{
	margin-left: 0px;
	margin-right: 3px;
}
/*#content .contactArea .contact form dl dd.formItem label::after {
	left: 130px;
	width:calc(100% - 130px - 28px);
	padding: 12px 13px;
}*/
#content .contactArea .contact form dl dd.formItem .filename{
	width: calc(100% - 130px);
	padding: 12px 40px 12px 13px;
	min-height:50px;
}
#content .contactArea .contact form dl dd label.error,
#content .contactArea .contact form dl dd span.error{
	bottom:-20px;
	font-size:12px;
}
#content .contactArea .contact form .formBtn input{
	width: 98%;
	font-size:20px;
	padding:20px 0;
}


/* 入力内容確認 */
#content .contactArea .confirm form dl dd{
	font-size:16px;
}
#content .contactArea .confirm form .formBtn1 input,
#content .contactArea .confirm form .formBtn2 input{
	font-size:18px;
}
#content .contactArea .confirm form .formBtn1{
	width:calc(35% - 8px);
	margin-right:16px;
}
#content .contactArea .confirm form .formBtn2{
	width:calc(65% - 8px);
}

/* 送信完了 */
#content .contactArea .finish p{
	font-size:16px;
	margin-bottom:25px;
}
#content .contactArea .finish p.contact{
	font-size:14px;
}
#content .contactArea .finish a.linkBtn{
    width: 80%;
    font-size: 18px;
}


#pageTop{
	display:none!important;
	/*transition-duration:.5s*/
}
/*#pageTop.plus{
	bottom:125px;
	right:10px;
	width:35px;
	height:35px;
}*/

}


/* SPレイアウト2 */
@media screen and (max-width: 389px) {
	
#content .mainArea .mainVisual h1{
	width: 92%;
	font-size: 18px;
	padding: 25px 5px;
}
#content .mainArea .mainVisual h1 span.span01{
	font-size:14px;
}
#content .mainArea .mainVisual h1 span.span02{
	font-size: 24px;
}
#content .mainArea .mainVisual h1 span.span02:after{
    content: "";
    width: 5px;
    height: 5px;
}
#content .mainArea .mainVisual h1 span.span03{
	font-size: 20px;
	padding: 0;
}
#content .mainArea .mainVisual h1 span.span04{
	font-size: 26px;
}

#content .contactLinkSP .contactLink .contactTle p a{
	font-size:25px;
}
#content .contactLinkSP .contactLink .contactTle p span{
	font-size:14px;
	margin-top:2px;
}
#content .contactLinkSP .contactLink .contactBtn{
	padding:0 2vw;
}
#content .contactLinkSP .contactLink .contactBtn a{
	font-size:14px;
}
#content .contactLinkSP .contactLink .contactBtn a span{
	font-size:12px;
}

#content .contactArea .contact form dl dd label.error,
#content .contactArea .contact form dl dd span.error{
	bottom:-18px;
	font-size:10px;
}


#content .mainArea .anchor ul li a{
	font-size: 13px;
}

.contactLinkArea .contentBox .contactLink .contactBtn a{
	font-size: 16px;
	padding: 15px 7px;
	width: 100%;
}
.contactLinkArea .contentBox .contactLink .contactBtn a span{
	font-size: 12px;
	margin-left: 3px;
	padding: 2px 7px;
}

#content h2.boxTitle{
	font-size: 22px;
}


#content .summaryArea .summaryText{
	font-size: 16px;
}

#content .meritArea .meritList ul li .meritText h3{
	font-size: 20px;
}

#content .optimalArea .optimalBlock .optimalTitle h3{
	font-size: 18px;
}

#content .contentBox .InfoOthers{
	padding: 20px 10px;
}
#content .contentBox .InfoOthers p:first-child{
	font-size: 18px;
}
#content .contentBox .InfoOthers p:last-child{
	font-size: 14px;
}

}



/* SPレイアウト2 */
@media screen and (max-width: 349px) {
	#content .mainArea .anchor ul li a{
		font-size: 11px;
	}
	#content h2.boxTitle{
		font-size: 20px;
	}
	#content .summaryArea .summaryText{
		font-size: 14px;
	}
	#content .summaryArea .summary ul li p{
		width: calc(100% - 20px);
		padding-left: 20px;
		font-size: 16px;
	}
	#content .contactArea .contact form dl dt{
		font-size: 15px;
	}
	#content .contactArea .contact form dl.formSelect dd ul li{
		width: 48%;
		width: calc((100% - 2%) / 2);
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#content .contactArea .contact form dl.formSelect dd ul li:nth-child(3) {
		margin-right: 2%;
	}
	#content .contactArea .contact form dl.formSelect dd label.radioLabel {
		font-size: 14px;
		padding: 13px 2px 13px 26px;
	}
}