#howto_box .head {
	margin-bottom: 40px;
}

#howto_box table {
	width: 100%;
	margin: 0 auto 100px;
	font-size: 15px;
	line-height: 30px;
	background-color: #fff
}

.ml-px {
	margin-left: -7px
}

#howto_box a {
	color: #a21f24;
}

#howto_box {
	font-size: 15px;
	line-height: 30px
}

#howto_box div {
	margin-bottom: 80px;
}

/**********************************/
/*.howto_fax	*/
/**********************************/	


.howto_fax {
}

.howto_tel dl,
.howto_fax dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.howto_tel dt,
.howto_fax dt {
	width: 290px;
	margin-right: 40px
}

.howto_tel dt a,
.howto_fax dt a {
	display: block;
	text-align: center;
	margin: 10px auto;
	transition: 0.3s;
}

.howto_tel dt a:hover,
.howto_fax dt a:hover {
	opacity: 0.5;
}

.howto_tel dd,
.howto_fax dd {
	width: calc(100% - 330px);
	font-size: 15px;
	line-height: 30px
}

/**********************************/
/*.howto_net	*/
/**********************************/	


.net_box {
	margin-bottom: 85px !important;
	position: relative
}

.net_box:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #e0bca9 transparent transparent transparent;
	left: 10%;
	bottom: -62px;
}

.net_box.last:before {
	display: none
}

.net_box p,
.net_box dl,
.net_box ul {
	padding: 0 0 0 25px;
}

.net_box h4 {
	padding: 0 25px 5px;
	font-size: 18px;
	font-weight: bold;
	position: relative
}

.net_box h4:before {
	position: absolute;
	content: attr(name);
	left: 1px
}

.net_box dt,
.net_box dd {
	font-size: 15px;
	line-height: 30px;
}

.net_box dd {
	margin-bottom: 10px;
}

.net_box dt {
	margin-left: -8px
}

.net_box ul {
	font-size: 14px;
}

.net_box li {
	position: relative;
	padding: 0 0 0 20px;
}

.net_box li:before {
	position: absolute;
	content: "\203B";
	left: 0;
}


/**********************************/
/*.howto_post	*/
/**********************************/	


.howto_post ul {
	margin-bottom: 20px
}

.howto_post li {
	position: relative;
	padding: 0 0 0 20px;
}

.howto_post li:before {
	position: absolute;
	content: "\203B";
	left: 0;
}

.howto_post li span {
	display: block;
	margin-left: -10px
}

.howto_post th,
.howto_post td {
	border: #c9c9ca 1px solid;
	padding: 20px;
}

.howto_post th {
	width: 140px;
	text-align: right;
	background-color: #eeefef !important
}

/**********************************/
/*.howto_manny	*/
/**********************************/	

.howto_manny {
	margin-bottom: 100px !important;
}

.howto_manny h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

.howto_manny p {
	margin-bottom: 30px;
}

.howto_manny table {
	width: 600px !important;
	margin: 15px 0 0 !important;
}

.howto_manny th,
.howto_manny td {
	border-bottom: #c9c9ca 1px solid;
}

.howto_manny td {
	padding: 15px 20px;
	text-align: center
}

.howto_manny td:nth-child(2) {
	padding: 15px 20px;
	text-align: left
}

.howto_manny th {
	padding: 10px;
	text-align: center;
	background-color: #eeefef !important
}





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



/**********************************/
/*.howto_fax	*/
/**********************************/	


.howto_tel dt,
.howto_fax dt {
	width: 100%;
	margin-right:0;
	text-align:center;
	margin-bottom:20px;
}

.howto_tel dt img,
.howto_fax dt img{
	max-width: 100%;
}

.howto_tel dt a,
.howto_fax dt a {
	display: block;
	text-align: center;
	margin: 10px auto;
	transition: 0.3s;
}

.howto_tel dt a:hover,
.howto_fax dt a:hover {
	opacity: 0.5;
}

.howto_tel dd,
.howto_fax dd {
		text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	font-size: 15px;
	line-height: 30px
}

/**********************************/
/*.howto_net	*/
/**********************************/	


.net_box:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #e0bca9 transparent transparent transparent;
	left: 50%;
	bottom: -62px;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);

}


/**********************************/
/*.howto_post	*/
/**********************************/	

.howto_post th {
	padding:10px;
	width:85px;
	text-align:center;
	background-color: #eeefef !important;
	}

/**********************************/
/*.howto_manny	*/
/**********************************/	


.howto_manny img{
	max-width:100%;
	}

.howto_manny table{
	width:100% !important;
	}
.howto_manny td {
	padding: 15px 10px;
	text-align:left;
	width:calc(100% - 100px)
}

.howto_manny td:nth-child(2) {
	padding: 15px 0;
	text-align: center;
	width:100px
}

.howto_manny th {
	padding: 10px;
	text-align: center;
	background-color: #eeefef !important
}


}
