@charset "UTF-8";
.textSmall {
	font-size: 12px;
}
.textalign_left{
	text-align: left!important;
}
img {
    width: auto;
	max-width:100%;
}

.inner {
	width: calc(100% - 40px);
	max-width: 1160px;
	margin: 0 auto;
}

#mainPhoto figure {
	width:100%;
	max-width: 1160px;
	margin: 0 auto;
}

section {
	width:100%;
	max-width: 1160px;
	margin: 0 auto;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 34px;
    margin: 8% auto;
    text-align: center;
}

h4.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0 0 32px;
    border-left: 10px solid #4C5870;
    border-top: none;
    border-bottom: none;
    margin: 0 0 3rem;
}

.mb8 {
 margin-bottom: 8%;
}

.mb3 {
    margin-bottom: 3rem;
}

.linkBtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #4C5870;
    padding: 2rem 0;
    width: 40%;
    margin: 0 auto 8%;
}

.pagetextlink {
    position: relative;
    max-width: 1240px;
    height: 90px;
    margin: 0 auto;
}

.pagetextlink .next {
    position: absolute;
    top: 0;
    right: 40px;
}

.pagetextlink .next a {
	padding-right: 22px;
	background: url(../images/common/icon-link-blue.svg) right center no-repeat;
	background-size: 15px;
	color: #4C5870;
}

.sp {
	display: none;
}

/*.border {
border-bottom: 1px solid rgba(76, 88, 112, 0.3);
border-left: none;
padding: 0;
}

.border span {
font-size: 24px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
margin-right: 8px;
}*/

.tableWrap {
	width: 100%;
	margin: 0 auto;
}

.style01 {
	border: 1px solid #4C5870;
	width: 100%;
	margin-bottom: 0.6rem;
}

.style01 td {
	padding: 3rem;
}


.style01 td .textBold,
.style02 td .textBold,
.style03 td .textBold {
	font-weight: bold;
	font-size: 130%;
	line-height: 1;
	margin-bottom: 1.2rem;
}

.style01 td .textMb {
	margin-bottom: 3rem;
}

.style02 {
	border: 1px solid #4C5870;
	padding: 2rem;
/*	margin-bottom: 4rem;*/
	width: 100%;
}

.style02 th {
	background: #E8E8E8;
	text-align: center;
}
.style02 th,
.style02 td {
	border: 1px solid #4C5870;
	padding: 1rem 2rem 1rem 2rem;
	vertical-align: middle;
}

.style02 th:last-child,
.style02 td:last-child {
    width: 16%;
	text-align: center;
}

.style02 td p {
	margin-bottom: 0.8rem;
}

.style03 {
	border: 1px solid #4C5870;
	padding: 2rem;
	margin-bottom: 4rem;
	width: 100%;
}
.style03 th {
	background: #E8E8E8;
	text-align: center;
}
.style03 th,
.style03 td {
	width: 50%;
	border: 1px solid #4C5870;
	padding: 1rem 2rem 1rem 2rem;
	vertical-align: middle;
}
.style03 th:last-child,
.style03 td:last-child {
	text-align: center;
}







.kikanImg {
    width: 822px;
    margin: 0 auto;
}

.kikanImg img {
    margin-bottom: 0.6rem;
}

a.textLink:link, a.textLink:visited, a.textLink:hover {
	text-decoration: underline;
}

.borderBox {
	margin-bottom: 40px;
}

.borderBox h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4c5870;
    display: inline-block;
}

.borderBox ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 1em;
}

.house h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}








@media all and (max-width:1120px) {
	.linkBtn a {
		width: 50%;
	}


}

@media all and (max-width:1000px) {
	.linkBtn a {
		width: 70%;
	}

}

@media all and (max-width:768px) {
	.inner {
		width: calc(100% - 40px);
		max-width: unset;
		margin: 0 auto;
	}
	
	.mb8 {
	 margin-bottom: 8%;
	}
	
	h3 {
		font-size: 16px;
		line-height: 1.8;
		padding: 0;
	}
	h4.title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 16px;
		border-left: 5px solid #4C5870;
		margin-bottom: 23px;
	}
	
	p,li {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.linkBtn a {
		width: calc(100% - 40px);
		font-size: 14px;
		padding: 1.3rem 0;
	}

	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	
	.tableWrap {
		width: 100%;
	}

	.style01 td {
		padding: 2rem;
		font-size: 14px;
	}
	
	.style01 td .textBold {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	
	.style01 td .textMb {
		margin-bottom: 2rem;
	}
	
	.style02 {
		border: 1px solid #4C5870;
		padding: 2rem;
		margin-bottom: 4rem;
		width: 100%;
	}

	.style02 th {
		background: #E8E8E8;
		text-align: center;
	}
	.style02 th,.style02 td {
		border: 1px solid #4C5870;
		padding: 1rem 2rem 1rem 2rem;
		vertical-align: middle;
		font-size: 14px;
	}
	
	.style02 td {
		text-align: left;
	}
	
	.tableWrap.spTable {
		max-width: 960px;
		overflow-x: scroll;
		/*margin-bottom: 4rem;*/
	}
	
	.tableWrap table.style02,
	.tableWrap table.style03{
		position: relative;
		margin-bottom: 0.8rem;
		width: 100%;
		white-space: nowrap;
	}
	
	.style02 td.spCenter {
		text-align: center;
	}
	
	.style03 {
		border: 1px solid #4C5870;
		padding: 2rem;
		margin-bottom: 4rem;
		width: 100%;
	}

	.style03 th {
		background: #E8E8E8;
		text-align: center;
	}
	.style03 th,.style03 td {
		border: 1px solid #4C5870;
		padding: 1rem 2rem 1rem 2rem;
		vertical-align: middle;
		font-size: 14px;
	}
	
	.style03 td {
		text-align: left;
	}	
	
	
	
	
	.kikanImg {
		width: 100%;
	}
	
	.right.sp.textSmall {
		margin-bottom: 0.6rem;
	}
	
	.borderBox h4 {
		font-size: 16px;
	}

	.textSmall.mb4 {
		margin-bottom: 60px;
	}
	
	.house h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}	

	.sec01 {
		margin: 0 auto 60px;
	}	



}


/*2025/07/29追加*/
.gx-notice{
	color: #333;
	font-size: 12px;
	margin: 10px 0;
	text-align: right;
}
@media (max-width: 768px){
.gx-notice{
	margin: 10px 10px;
	text-align: left;
	font-size: 10px;
}
.gx-notice.yohaku{
	margin: 10px 0px 20px;
}
}

