@charset "utf-8";
/* CSS Document */
p{
  line-height: 1.7;
}
h3.space-small{
  letter-spacing: -1.5px;
}
h4 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    background-color: #E1F8FF;
    border-left: 7px solid #3fbde0;
    padding: 8px 0 8px 16px;
    color: #666;
    margin-bottom: 25px;
    text-align: left;
}
.trouble {
    height: 140px;
    padding: 260px 340px 0 10px;
    background-image: url(images/re-top.jpg);
    background-size: cover;
}
.trouble ul {
  width: 275px;
  padding: 10px;
  background: rgba(255,255,255,0.8);
  font-size: 14px;
  line-height: 2;
}
i {
    margin-right: 8px;
    color:#f68db8;
}
.self img {
    float: right;
    margin-left: 10px;
}
.self dt {
    width: 340px;
    padding: 3px 10px;
    background: #3fbde0;
    color: #fff;
}
.self dt:nth-child(5){
  width:auto;
}
.self dd {
    margin: 10px 0 20px;
    font-size: 13px;
    line-height: 1.7;
}
.Emdogain {
  margin: 20px 0;
  padding: 10px 20px;
  background: #f8f6ef;
}
.Emdogain h5 {
    margin: 0;
    padding: 5px 0;
    background: none;
    color: #3fbde0;
    font-weight: bold;
}
.Emdogain p{
  margin-top: 0;
}
img.center {
    display: block;
    width: 500px;
    margin: 20px auto;
}
.how{
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-top:10px;
}
.how li {
    width: 160px;
}
.caution li {
    line-height: 1.7;
    margin-bottom: 15px;
}
.caution i{
  color:#3fbde0;
}
dl.flow {
    padding: 0;
    border: none;
}
.flow dt {
  margin: 30px 0 10px;
  font-size: 18px;
  color: #3fbde0;
  font-weight: bold;
}
.flow dd{
  min-height: 120px;
  margin:0;
}
.flow img {
 float: right;
 width: 200px;
}
.flow ul {
  list-style: disc;
  margin: 15px 20px;
  color: #3fbde0;
}
.btn {
    width: 650px;
    height: 67px;
    margin: 10px auto 0;
    padding: 0px;
    background-image: url(images/btn.gif);
    background-repeat: no-repeat;
    border:none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 3.8em;
}
.btn span {
  font-size: 14px;
	font-weight: normal;
}
.btn a {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
}
.btn a:hover  {
	opacity: 0.8;
    filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*料金表*/
.cost h4 {
    margin: 0;
    padding: 5px 10px;
    background: #3fbde0;
    border:none;
    color: #fff;
    font-size: 13px;
}
table.cost-table{
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
	border-collapse: collapse;
}
table td {
  margin: 0;
  padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
}
table.cost-table td:nth-last-of-type(1) {
	text-align: right;
}
