@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);


.mod-table-3 {
margin-top: 40px;
width: 100%;
border-collapse: collapse;
}
.mod-table-3 a{
text-decoration: underline;
}
@media screen and (max-width: 767px) {
.mod-table-3 {
margin-top: 8vw;
border-bottom: 1px solid #dae0e0;
}
}

.mod-table-3 thead th {
font-weight: 700;
}

.mod-table-3 th,
.mod-table-3 td {
font-weight: 400;
padding: 20px 20px;
font-size: 16px;
border-top: 1px solid #dae0e0;
line-height: 1.6;
color: #333;
text-align: left;
vertical-align: top;
}

@media print,
screen and (min-width: 768px) {

.mod-table-3 th,
.mod-table-3 td {
border-bottom: 1px solid #dae0e0;
}
}

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

.mod-table-3 th,
.mod-table-3 td {
font-size: 4vw;
padding: 3.2vw 2.66667vw;
width: 100%;
}
}

.mod-table-3 th {
width: 25%;
font-weight: 700;
}


@media screen and (max-width: 767px) {
.mod-table-3 td {
padding: 4vw 2.66667vw 5.33333vw;
}
}
