@charset "utf-8";
/* CSS Document */
#main #content section {
width: 100%;
}
#content section .guide-h2 {
text-align: center;
padding-bottom: 20px;
margin-top: 30px;
background-image: url(../image/title-bg1.gif);
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
font-size: 2rem;
font-weight: bold;
}
      
#content section  .guide-table1 {
width: 90%;
font-size: 1.1rem;
margin: 30px auto 0;
}
#content section  .guide-table1 tr th {
width: 30%;
line-height: 50px;
border-bottom: dotted 1px #8ac46d;
}
#content section  .guide-table1 tr .noboder {
        border-bottom: none; }
#content section  .guide-table1 tr td {
    line-height: 180%;
    border-bottom: dotted 1px #8ac46d;
    text-align: left;
    font-size: 115%;
}
#content section  .guide-table1 tr td h3 {
          color: sandybrown;
          font-weight: bold; }
#content section  .guide-table1 tr td span {
          font-size: 1.2rem; }
#content section  .guide-table1 tr:last-child th, #content section  .guide-table1 tr:last-child td {
        border-bottom: none; }
#content section  .guide-table2 tr td:first-child, #content section  .guide-table2 tr td:nth-last-child(2), #content section  .guide-table2 tr td:last-child {
}
#content section  .guide-table3 {
      width: 100%; }
#content section  .guide-table3 .guide-table3-td {
        border-bottom: dotted 1px #B8B8B8; }
tbody tr .area {
width: 15%;
}
tbody tr .prefectures {
	width: 25%;
}
tbody tr .price {
	padding-left: 3%;
	width: 15%;
}

#content section .product-h3 {
	font-size: large;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}
tr td a {
	color: #010922;
	font-weight: 500;
}
tbody tr td {
	line-height: 1.5;
}
tr td a {
    font-weight: 700;
    color: #060511;
}
tbody tr th #haisokome {
    border-top: 1px dotted #8AC46D;
    border-bottom: 1px dotted #8AC46D;
    width: 100%;
    line-height: 120%;
}
tbody tr th #commission {
    border-top: 1px dotted #8AC46D;
    border-bottom: 1px dotted #8AC46D;
}

/* -------------------- */
/* モニター幅839px以下  */
/* -------------------- */
@media only screen and (max-width:840px){
#content section .guide-h2 {
text-align: center;
padding-bottom: 10px;
margin-top: 10px;
background-image: url(../image/title-bg1.gif);
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
font-size: 1.5rem;
font-weight: bold;
}	
tbody tr .noboder {
}
a[href*="tel:"] {
pointer-events: none; /*①アンカーのtelを無効化*/
cursor: default; /*②アンカーのポインターをデフォルトにする*/
text-decoration: none;
}
	}
	
