@charset "utf-8";

#posting {
    width: 100%;
    color: var(--color-3);
    margin-top: 50px;
    margin-bottom: 50px;
	}
#posting tr {
    text-align: left;
	border-bottom: 1px solid #dcdcdc;
}

#posting .borderless {border: none;}

#posting tr:first-child th,
#posting tr:first-child td {
    border-top: 1px solid #dcdcdc;
}
#posting tr:last-child th,
#posting tr:last-child td {
    border-top: none;
}
#posting th,td {
    padding: 30px 10px;
    vertical-align: middle;
}

#posting th {
	width: 30%;
    font-size: 1.4rem;
}
#posting td {
	font-size: 1.4rem;
    font-weight: var(--weight-m);
}
#posting td a {
	color: var(--color-2);
	font-weight: var(--weight-l);
}
.tap-tel {font-size: 2.4rem;}
.tap-mail {font-size: 2rem;}
.tap-text {font-size: 1.2rem;}

@media screen and (min-width: 768px) {
    #posting th {font-size: 1.8rem;}
    #posting td {font-size: 1.8rem;}
    .tap-tel {font-size: 2.8rem;}
    .tap-mail {font-size: 2.4rem;}
    .tap-text {font-size: 1.6rem;}
}


/*********************************
button
*********************************/

.btn-close {
    background-color: #c5defd;
    width: 100%;
    height: 100px;
    border: initial;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: var(--weight-l);   
}