input#name {
    width: 18em;
}

input#kana {
    width: 18em;
}

ul.purposelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.purposelist li {
    width: 50%;
    line-height: 36px;
    padding-bottom: 15px;
}
.articlebox .tableouter input[type=email] {
    border-radius: 11px;
    background: #fff;
    border: 2px solid #2f9ea5;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
}

ul.mainclasslist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 13px;
}

ul.mainclasslist li {
    width: 50%;
    line-height: 36px;
    padding-bottom: 14px;
    color: #000000;
}

.classbox {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
}

.mainarea a {text-decoration: underline;color: #FFAA00;}

.articlebox .tableouter th.noborder {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #ecba18;
}

ul.classlist li{
    line-height: 36px;
    padding-bottom: 14px;
    color: #000000;
}

ul.classlist li span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
}

ul.classlist {
    padding-top: 20px;
}

ul.classlist li span:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #1f7384;
    border-bottom: 2px solid #1f7384;
    transform:rotate(-45deg);
    margin-right: 9px;
    margin-bottom: 3px;
}

ul.classlist li span.opened:before {
    transform: rotate(135deg);
    margin-bottom: 8px;
    vertical-align: bottom;
}

ul.classlist li ul {
    display: none;
}
ul.purposelist li:last-child {
    width: 100%;
}


input.otherdetailtext {
    width: 353px;
    margin-left: 5px;
}
.articlebox .tableouter th span.small {
    display: block;
    position: absolute;
    font-size: 15px;
}
@media (max-width:600px){
    ul.purposelist li {
    width: 100%;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000;
    line-height: 27px;
    padding-bottom: 14px;
}

.articlebox .tableouter th.noborder {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #ecba18;
    line-height: 22px;
    padding-top: 0;
}

.classbox {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
}

ul.mainclasslist li {
    width: 100%;
    padding-bottom: 5px;
}

.tableouter input[type=checkbox] {
    margin-right: 22px;
}

ul.classlist li {
    width: 100%;
    padding-bottom: 5px;
}

ul.classlist > li {
    padding-bottom: 10px;
}

ul.classlist li span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
}

.articlebox .tableouter th span.small {
    font-size: 12px;
    display: inline;
    position: relative;
}
input.otherdetailtext {
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin-top: 10px;
}
.doubledetail {
    padding-top: 5px;
    padding-left: 30px;
}

input[name="currentschool"] {
    margin-bottom: 5px;
}
}