@charset "utf-8";

/***********************************/
#form {
  margin: 3rem auto;
}
.comment {}

.tel_list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}


.tel_list li {
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 1em;
    text-align: center;
    min-width: 270px;
}

.tel_list dl {}

.tel_list dt {
    font-weight: bold;
    border-bottom: dotted 2px #ccc;
    padding: 0 0 0.5em;
}

.tel_list dd {
    padding: 0.5em 0 0;
}

/*600px以上*/
@media (min-width: 600px) {
    .comment {
        text-align: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {}


/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}


/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}


/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}