.myLeadBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.myLeadBlock .image {
	width: 33.3%;
	text-align: center;
}

.myLeadBlock .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 0 0 30px;
	color: #736357;
}

.myLeadBlock .job {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #534741;
}

.myTable {
	border: solid 1px #489aca;
	border-radius: 10px;
	border-collapse: separate;
	table-layout: fixed;
	margin-bottom: 50px;
}

.myTable thead th {
	background-color: #e9f4fa;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 23px;
	font-size: 2.3rem;
	color: #736357;
	font-weight: bold;
}

.myTable tbody th,
.myTable tbody td {
	background-color: #fff;
	padding: 20px 40px;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: top;
}

.myTable tbody tr:not(:last-child) th,
.myTable tbody tr:not(:last-child) td {
	border-bottom: dashed 1px #489aca;
}

.myTable tbody tr:last-child th {
	border-radius: 0 0 0 10px;
}

.myTable tbody tr:last-child td {
	border-radius: 0 0 10px 0;
}

.myTable tbody th {
	width: 25%;
	border-right: dashed 1px #489aca;
	color: #439eca;
	font-weight: bold;
}

.myTable tbody td {
	color: #736357;
}

.myBtnBlock {
	max-width: 380px;
	margin: 0 auto;
}

.myContactBlock .lead {
	margin-bottom: 30px;
	text-align: center;
	color: #736357;
}

.myContactBlock .how {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 580px;
	margin: 0 auto 45px;
}

.myContactBlock .how .tel {
	width: 38%;
}

.myContactBlock .how .tel .num {
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-size: 26px;
	font-size: 2.6rem;
	color: #534741;
	line-height: 1.5;
	letter-spacing: 0;
}

.myContactBlock .how .tel .num .fa {
	margin-right: 5px;
	-webkit-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
	transform: rotate(-95deg);
	color: #e8a8b5;
	font-size: 22px;
}

.myContactBlock .how .tel {
	color: #736357;
}
.myContactBlock .name {
	color: #736357;
	font-size:13px;
}

.myContactBlock .how .form {
	width: 54%;
}

.myContactBlock .send {
	background-color: #fff;
	border-radius: 20px;
	max-width: 742px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

.myContactBlock .send .txt {
	margin-bottom: 10px;
	font-weight: bold;
}

.myContactBlock .send .address {
	font-size: 13px;
	font-size: 1.3rem;
}

@media only screen and (max-width: 600px) {

.myLeadBlock {
	display: block;
}

.myLeadBlock .image {
	width: 60%;
	max-width: 320px;
	margin: 0 auto 20px;
}

.myLeadBlock .detail {
	padding: 0;
}

.myLeadBlock .job {
	font-size: 14px;
	font-size: 1.4rem;
}

.myTable thead th {
	font-size: 18px;
	font-size: 1.8rem;
}

.myTable tbody th,
.myTable tbody td {
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myContactBlock .how {
	display: block;
}

.myContactBlock .how .tel {
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}

.myContactBlock .how .form {
	width: auto;
	max-width: 320px;
	margin: 0 auto;
}

.myContactBlock .send {
	border-radius: 10px;
	padding: 20px 15px;
}

.myContactBlock .send .address {
	font-size: 12px;
	font-size: 1.2rem;
}

}


/*# sourceMappingURL=maps/saiyou.css.map */
