.target table {
    width: 90%;
    border: 1px solid #CCC;
    /* display: block; */
    margin: 1em auto;
    border-collapse: collapse;
}

.target table td, .target table th {
    border: 1px solid #CCC;
    padding: 8px 12px;
    font-size: 1.5rem;
    line-height: 1em;
    width: auto;
}

.target table th {
    background-color: #FFF0F0;
}

.cource div {
    border: 1px solid #CCC;
    margin: 1em;
    /* padding: 1em; */
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
.teacherinfo{
    font-size:14px;
}
h2 {
	width:100%;
}

.cource div h3 {
    padding: 0.8em;
}

.cource div p {
    line-height: 1.2em;
    padding: 0.5em;
    text-align:left;
    font-size:15px;
}
.cource div p span {
    text-align:right;
    display:block;
}

.b h3 {
    background-color: lightblue;
}

.r h3 {
    background-color: lightpink;
}

.photos img {
    width: 100%;
    height: auto;
}

.photos ul {
    display: flex;
    flex-wrap: wrap;
}

.photos ul li {
    width: 50%;
}

.detail div {
    margin: 1em;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 0.7em;
}

.detail h3 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.detail div h3:first-child {
    margin-top: 0;
}

.detail div p {
    font-size: 1rem;
}

.schedule table, .schedule table th, .schedule table td {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.schedule table th, .schedule table td {
    padding: 5px;
    font-size: 1.1rem;
}


.schedule table.b th {
    background-color:#BFDAF3
}

.schedule table.r th {
    background-color:#FFF0F0
}

.schedule h3 {
    margin-top: 1.5rem;
}

.schedule p.caution {
    font-size: 1.1rem;
    padding: 1em;
}

.teacher img {
    width: 100%;
    height: auto;
}

.teacher ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1em;
}


.teacher ul li {
    width: 45%;
    padding-bottom: 1em;
}

.contact ul {
    padding: 1em;
}

.contact h3 {
    margin-top: 1em;
    text-align: center;
}
.formline {
    padding: 1em;
    border-bottom: 1px dotted #CCC;
}
.formlabel {
    font-weight: bold;
    padding-bottom: 0.3em;
}
input.longtext {
    width: 100%;
}
textarea {
    width: 100%;
}
button {
    width: 100%;
    border: none;
    border-radius: 8px;
    background-color: blue;
    color: #FFF;
    padding: 0.5em 0;
    font-size: 1.8rem;
}