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

body {
    font-family: "Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 16px;
	line-height: 1.5em;	
}

a:hover {opacity: 0.7;}

img {width: 100%;}

.sp {display: none;}

p span {
	color: #0068b7;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	body {font-size: 14px;}
	
	.pc {display: none;}
	.sp {display: block;}
}

/**********************************************************************************

#bg

**********************************************************************************/
#bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#bg header {
	margin: 30px 0 0 30px;
	max-width: 150px;
}

#bg .nav {
	position: absolute;
	left: 30px;
	bottom: 30px;
	background-color: rgba(255, 255, 255, .7);
	display: inline-block;
	padding: 30px;
	border-radius: 10px;
}

#bg .nav li {
	margin-bottom: 10px;
	font-size: 18px;
}

#bg .nav li:last-child {
	margin-bottom: 0;
}

#bg .nav .menu {
	margin-left: 20px;
	font-size: 16px;
}

.is01 {color: #0068b7;}
.is02 {color: #009e96;}
.is03 {color: #eb6100;}
.is04 {color: #eb6877;}
.is05 {color: #22ac38;}
.is06 {color: #5f52a0;}

#bg .cvbtn {
	position: absolute;
	right: 110px;
	bottom: 30px;
	max-width: 300px;
}

@media screen and (max-width: 1400px) {
	#bg .cvbtn {
		max-width: 200px;
	}
}

@media screen and (max-width: 1300px) {
	#bg .nav {
		padding: 15px;
	}
	
	#bg .nav .pc {display: none;}
	#bg .nav .sp {display: block;}
	
	#bg .nav li {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 1.5em;
	}
	
	#bg .nav .menu {
		font-size: 13px;
	}
}

@media screen and (max-width: 1000px) {
	#bg .nav,#bg .cvbtn {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#bg {
		display: none;
	}
}

/**********************************************************************************

pagetop

**********************************************************************************/
#page-top {
    position:fixed;
    bottom: 30px;
    right: 30px;
    display:block;
	width: 50px;
}

@media screen and (max-width: 640px) {
    #page-top img{display: none;}
}


/**********************************************************************************

#wrap

**********************************************************************************/
#wrap {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 520px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#wrap {
		max-width: 640px;
	}
}

/**********************************************************************************

#fv

**********************************************************************************/
#fv {
	position: relative;
	width: 100%;
	padding-top: 50px;
}

#fv .icon {
	position: absolute;
	top: 80px;
	left: 0;
	width: 150px;
}

#fv div {
	background-color: #f3efe0;
	padding: 60px 30px;
}

/*#fv div img {
	margin-bottom: 60px;
}*/

#fv div h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 20px;
	border: solid 2px #0068b7;
	background-color: #fff;
	font-feature-settings: "palt";
}

#fv div h2 span {
	font-size: 36px;
	color: #0068b7;
}

#fv div h2 .red {
	color: #a40000;
}

#fv div h2 .small {
	font-size: 28px;
}

@media screen and (max-width: 640px) {
	header {
		position: fixed;
		top: 20px;
		left: 20px;
		max-width: 100px;
		z-index: 3;
	}
	
	header.pc {display: none;}
	header.sp {display: block;}
	
	.spbtn {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background-color: #0068b7;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 20px 0;
		z-index: 3;
	}
	
	#fv {
		background-color: #f3efe0;
	}
	
	#fv .icon {
		top: 60px;
		left: auto;
		right: 20px;
		width: 120px;
	}
}

@media screen and (max-width: 430px) {
	#fv div h2 {
		font-size: 20px;
		padding: 20px 5px;
	}

	#fv div h2 span {
		font-size: 32px;
	}
}

@media screen and (max-width: 414px) {
	#fv div h2 span {
		font-size: 28px;
	}
}

@media screen and (max-width: 375px) {
	#fv div h2 span {
		font-size: 26px;
	}
}

/**********************************************************************************

#contents01

**********************************************************************************/
#contents01 {
	width: 100%;
	background-color: #fff;
	padding: 60px 30px;
}

#contents01 p {
	font-size: 18px;
	line-height: 2em;
	padding: 60px 0;
}

@media screen and (max-width: 430px) {
	#contents01 p {
		font-size: 16px;
		padding: 40px 0 60px;
	}
}

/**********************************************************************************

#contents02

**********************************************************************************/
#contents02 {
	width: 100%;
	background-color: #f3efe0;
}

#contents02 .bg {
	position: relative;
	background-image: url(../img/bg01.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#contents02 h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}

#contents02 .box {
	padding: 0 30px 60px;
}

#contents02 .point {
	margin-bottom: 60px;
}

#contents02 h3 {
	margin: 0 auto 50px;
	max-width: 336px;
}

#contents02 ul li {
	margin-bottom: 30px;
}

#contents02 ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 430px) {
	#contents02 .bg {
		height: 200px;
	}
}


/**********************************************************************************

#point01

**********************************************************************************/
#point01 {
	width: 100%;
	background-color: #d6e8e7;
}

#point01 .bg {
	position: relative;
	background-image: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#point01 .bg h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

#point01 .main {
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 50px;
	line-height: 1.2em;
	color: #0068b7;
}

#point01 .box {
	width: 100%;
	padding: 0 30px 60px;
}

#point01 .box01 {
	margin: 0 auto 50px;
}

#point01 .box01 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#point01 .box01 .figure {
	margin-bottom: 40px;
}

#point01 .box01 .inner {
	position: relative;
	text-align: justify;
	padding: 30px;
	border: solid 2px #0068b7;
	background-color: #fff;
	margin-bottom: 40px;
}

#point01 .box01 .inner img {
	position: absolute;
	top: -30px;
	left: -15px;
	width: 60px;
}

#point01 .box01 .inner p {
	font-size: 18px;
	line-height: 1.7em;
}

#point01 .box01 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point01 .box01 h4 span {
	font-size: 36px;
	color: #0068b7;
}

#point01 .box02 {
	margin: 0 auto 60px;
	background-color: #fff;
	padding: 40px 20px;
}

#point01 .box02 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point01 .box02 ul li:first-child {
	margin-bottom: 60px;
}

#point01 .box02 ul li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#point01 .box02 ul li p {
	margin-bottom: 30px;
}

#point01 .box02 ul li img {
	margin-bottom: 30px;
}

#point01 .box02 ul li a {
	font-size: 18px;
	font-weight: bold;
	background-color: #0068b7;
	color: #fff;
	padding: 10px 50px;
	border-radius: 20px;
}

#point01 .box03 {
	margin: 0 auto 50px;
}

#point01 .box03 h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point01 .box03 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point01 .box03 p {
	text-align: justify;
	margin-bottom: 60px;
}

#point01 .box03 h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point01 .box03 .under {
	margin-bottom: 30px;
}

#point01 .box04 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point01 .box04 h3 .ssize {
	font-size: 40px;
}

#point01 .box04 h3 .msize {
	font-size: 60px;
}

#point01 .box04 h4 {
	margin: 0 auto 20px;
	max-width: 304px;
}

#point01 .box04 p {
	text-align: justify;
	margin-bottom: 30px;
}


@media screen and (max-width: 430px) {
	#point01 .bg {
		height: 200px;
	}
	
	#point01 .bg h2 {
		font-size: 30px;
	}
	
	#point01 .box04 h3 {
		font-size: 24px;
	}
	
	#point01 .main {
		font-size: 48px;
	}
	
	#point01 .box01 .inner p {
		font-size: 16px;
	}
}

/**********************************************************************************

#point02

**********************************************************************************/
#point02 {
	width: 100%;
	background-color: #f9f0c8;
}

#point02 .bg {
	position: relative;
	background-image: url(../img/bg03.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#point02 .bg h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

#point02 .box {
	width: 100%;
	padding: 0 30px 60px;
}

#point02 .main {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point02 .main .ssize {
	font-size: 40px;
}

#point02 .main .msize {
	font-size: 60px;
}

#point02 .under {
	margin-bottom: 30px;
}

#point02 p {
	text-align: justify;
	margin-bottom: 30px;
}

@media screen and (max-width: 430px) {
	#point02 .bg {
		height: 200px;
	}
	
	#point02 .bg h2 {
		font-size: 30px;
	}
}


/**********************************************************************************

#point03

**********************************************************************************/
#point03 {
	width: 100%;
	background-color: #f7dfdd;
}

#point03 .bg {
	position: relative;
	background-image: url(../img/bg04.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#point03 .bg h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

#point03 .box {
	width: 100%;
	padding: 0 30px 60px;
}

#point03 .main {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #0068b7;
	margin-bottom: 50px;
}

#point03 .main .ssize {
	font-size: 40px;
}

#point03 .main .msize {
	font-size: 60px;
}

#point03 .box01 {
	margin: 0 auto 60px;
}

#point03 .box01 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point03 .box01 .under {
	margin-bottom: 30px;
}

#point03 .box01 p {
	text-align: justify;
	margin-bottom: 60px;
}

#point03 .box02 {
	margin: 0 auto 60px;
}

#point03 .box02 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point03 .box02 ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

#point03 .box02 .under {
	margin-bottom: 40px;
}

#point03 .box02 ul li {
	max-width: 196px;
}

#point03 .box02 ul li:first-child {
	margin-right: 40px;
}

#point03 .box02 ul li img {
	max-width: 178px;
	margin-bottom: 30px;
}

#point03 .box02 ul li h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 10px;
}

#point03 .box02 ul li p {
	text-align: justify;
}

#point03 .box03 {
	padding: 40px 20px;
	background-color: #fff;
}

#point03 .box03 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point03 .box03 .txt {
	margin-bottom: 60px;
}

#point03 .box03 .inner01 {
	margin-bottom: 60px;
}

#point03 .box03 div h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point03 .box03 .inner02 img {
	margin-bottom: 30px;
}

#point03 .box03 .inner02 p {
	text-align: justify;
}

@media screen and (max-width: 430px) {
	#point03 .bg {
		height: 200px;
	}
	
	#point03 .bg h2 {
		font-size: 30px;
	}
}

/**********************************************************************************

#point04

**********************************************************************************/
#point04 {
	width: 100%;
	background-color: #eef7d7;
}

#point04 .bg {
	position: relative;
	background-image: url(../img/bg05.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#point04 .bg h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

#point04 .box {
	width: 100%;
	padding: 0 30px 60px;
}

#point04 .box01 {
	margin-bottom: 60px;
}

#point04 .box01 h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point04 .box01 .inner01 {
	margin-bottom: 60px;
}

#point04 .box01 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point04 .box01 h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 30px;
}

#point04 .box01 p {
	text-align: justify;
	margin-bottom: 30px;
}

#point04 .box02 {
	padding: 40px 20px;
	background-color: #fff;
}

#point04 .box02 p {
	text-align: justify;
	margin-bottom: 30px;
}

#point04 .box02 .inner01 {
	margin-bottom: 60px;
}

#point04 .box02 .inner01 h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point04 .box02 .inner02 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point04 .box02 .inner02 h3 span {
	font-size: 36px;
}

#point04 .box02 .inner02 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 20px;
}

#point04 .box02 .inner02 h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}

#point04 .box02 .inner02 .innerbox01 {
	margin-bottom: 60px;
}

#point04 .box02 .inner02 .innerbox01 img {
	max-width: 190px;
}

#point04 .box02 .inner02 .innerbox02 img {
	margin-bottom: 10px;
}

#point04 .box02 .inner02 .innerbox02 .small {
	text-align: left;
	margin-bottom: 0;
}

@media screen and (max-width: 430px) {
	#point04 .bg {
		height: 200px;
	}
	
	#point04 .bg h2 {
		font-size: 30px;
	}
	
	#point04 .box01 h3 {
		font-size: 30px;
	}
}

/**********************************************************************************

#point05

**********************************************************************************/
#point05 {
	width: 100%;
	background-color: #e0e3ee;
}

#point05 .bg {
	position: relative;
	background-image: url(../img/bg06.jpg);
	background-size: cover;
	background-position: center;
	height: 220px;
	margin-bottom: 50px;
}

#point05 .bg h2 {
	position: absolute;
	top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

#point05 .box {
	width: 100%;
	padding: 0 30px 60px;
}

#point05 .box01 {
	margin-bottom: 60px;
}

#point05 .box01 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

#point05 .box01 h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#point05 .box01 img {
	margin-bottom: 30px;
}

#point05 .box01 p {
	text-align: justify;
}

#point05 .box02 {
	padding: 40px 20px;
	background-color: #fff;
}

#point05 .box02 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 30px;
}

#point05 .box02 img {
	margin-bottom: 50px;
}

#point05 .box02 h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}

@media screen and (max-width: 430px) {
	#point05 .bg {
		height: 200px;
	}
	
	#point05 .bg h2 {
		font-size: 30px;
	}
}

/**********************************************************************************

.cv

**********************************************************************************/
.cv {
	width: 100%;
	background-color: #fff;
	padding: 60px 30px 80px;
}

.cv h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color: #0068b7;
	margin-bottom: 40px;
}

.cv a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #0068b7;
	padding: 24px 60px;
	border-radius: 40px;
}

@media screen and (max-width: 430px) {
	.cv h2 {
		font-size: 16px;
	}
	
	.cv a {
		font-size: 24px;
		padding: 20px 40px;
	}
}

/**********************************************************************************

#works

**********************************************************************************/
#works {
	width: 100%;
	background-color: #f3efe0;
	padding: 60px 30px 30px;
}

#works h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3em;
	color: #0068b7;
	margin-bottom: 40px;
}

#works .slider {
	width: 90%;
	margin: 0 auto;
}

#works .itemwrap {
	background-color: #fff;
}

#works .itemwrap .itemtxt {
	padding: 30px;
}

#works .itemwrap .itemtxt .ttl {
	display: flex;
	align-items: baseline;
	gap: 20px;
}

#works .itemwrap .itemtxt .ttl .name {
	font-weight: bold;
	font-size: 24px;
}

#works .itemwrap .itemtxt .ttl .ken {
	font-size: 18px;
}

#works .itemwrap .itemtxt .detail {
	margin: 16px 0 0 auto;
}

#works .itemwrap .itemtxt .detail dl {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin: 8px 0 8px auto;
}

#works .itemwrap .itemtxt .detail dl dd {
	font-weight: bold;
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 10px;
    width: 10px;
}

.slick-prev {
    left: -20px;
    transform: rotate(-135deg);
}

.slick-next {
    right: -20px;
    transform: rotate(45deg);
}

.slick-dots {
	position: relative;
	z-index: 3;
    text-align: center;
	margin: 30px 0 0 0;
}

.slick-dots li {
    display: inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}

.slick-dots .slick-active button{
    background: #333;
}

@media screen and (max-width: 430px) {
	#works h2 {
		font-size: 40px;
	}
	
	#works .itemwrap .itemtxt {
		padding: 20px;
	}
	
	#works .itemwrap .itemtxt .ttl {
		display: block;
		text-align: left;
	}
	
	#works .itemwrap .itemtxt .ttl .name {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	#works .itemwrap .itemtxt .ttl .ken {
		font-size: 16px;
	}
}

/**********************************************************************************

#builderList

**********************************************************************************/

#builderList {
	width: 100%;
	background-color: #fff;
	padding: 60px 0;
}

#builderList .builder-list-wrap h2.builder-list-ttl {
	text-align: center;
	color: #0068b7;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	line-height: 1.5em;
}
#builderList .builder-list-wrap h2.builder-list-ttl span.fpicon {
	width: 54px;
}
#builderList .builder-list-wrap .builder-list h2 {
	background: #303030;
	color: #fff;
	font-size: 22px;
	padding: 12px 30px;
	font-weight: bold;
}
#builderList .builder-list-wrap .builder-list table {
	width: 100%;
	border-collapse: collapse;
}

#builderList .builder-list-wrap .builder-list tbody {
	display: flex;
	flex-wrap: wrap;
}
#builderList .builder-list-wrap .builder-list table tr {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#builderList .builder-list-wrap .builder-list table tr:nth-child(odd) {
	background: #f6f6f6;
}
#builderList .builder-list-wrap .builder-list table tr th {
	text-align: left;
	padding: 20px 20px 0;
}
#builderList .builder-list-wrap .builder-list table tr th h3 {
	font-size: 18px;
	width: 100%;
	font-weight: bold;
	color: #666;
	padding-right: 20px;
	margin-bottom: 10px;
	font-feature-settings: "palt";
}
#builderList .builder-list-wrap .builder-list table tr th .add {
	display: block;
	font-weight: 500;
	color: #666;
}

#builderList .builder-list-wrap .builder-list table td.telHp,
#builderList .builder-list-wrap .builder-list table td .btn-wrap,
#builderList .builder-list-wrap .builder-list table td .btn-wrap .hp-link,
#builderList .builder-list-wrap .builder-list table td .btn-wrap .tel-link {
	width:100%;
    display: block;
}

#builderList .builder-list-wrap .builder-list table td.telHp {
	padding: 20px;
}
#builderList .builder-list-wrap .builder-list table td .btn-wrap {
	display: block;
}

#builderList .builder-list-wrap .builder-list table td .btn-wrap .tel-link {
	text-decoration: none;
	color: #0068b7;
	font-weight: bold;
	text-align: center;
	padding: 12px 12px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background:#fff url(../img/btn-tel.svg) 10px center no-repeat;
	background-size: 16px;
	margin-bottom: 10px;
}

#builderList .builder-list-wrap .builder-list table td .btn-wrap .hp-link {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 40px;
	border-radius:10px;
	background:#0068b7 url(../img/ar.png) 94% center no-repeat;	
}
#builderList .builder-list-wrap .builder-list.builder-yamanashi table td .btn-wrap .tel-link {
	margin-right: 180px;
}

@media screen and (max-width: 430px) {
	#builderList .builder-list-wrap .builder-list h2 {
		font-size: 18px;
	}
	
	#builderList .builder-list-wrap .builder-list table tr th h3 {
		font-size: 16px;
	}
}

/**********************************************************************************

footer

**********************************************************************************/
footer {
	width: 100%;
	background-color: #0068b7;
	color: #fff;
	padding: 60px 30px;
}

footer .box01 {
	max-width: 200px;
	margin: 0 auto 50px;
}

footer .box02 .ft-name {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 40px;
}

footer .box02 .ft-address {
	margin-bottom: 40px;
}

footer .box02 .ft-tel {
	margin-bottom: 20px;
}

footer .box02 .ft-tel a {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5em;
}

footer .box02 .ft-tel span {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

footer .box02 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .box02 ul li {
	max-width: 24px;
}

footer .box02 ul li:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 430px) {
	footer .box02 .ft-tel a {
		font-size: 40px;
	}
	
	footer .box02 .ft-tel span {
		font-size: 12px;
	}
}
