﻿br.sp {
    display: none;
}
select {
	width: unset!important;
}
form table input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 117%;
    padding: 5px;
    box-sizing: border-box;
}
form table input[type="checkbox"],
form table input[type="radio"]
{
    width:1.2rem;
    height:1.2rem;
}
form table label {
    vertical-align: middle;
}
form table label::after {
    content: '';
    display: block;
}
form table label:last-child::after {
    content: none;
}
main section {
    max-width: 1100px;
    margin: 0 auto 80px;
}
main section .kyocho {
    font-weight: bold;
    font-size: 140%;
    color: #000;
}
main section .kyocho .hissu {
    top: 10px;
    position: relative;
}

.doui {
    padding: 20px 0;
    text-align: center;
}
#checkBtn {
    width: 25px;
    height: 25px;
}
.check {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 117%;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}
ul#hokensyou li {
    list-style: none;
}
}
p.error_ {
    color: #db0f0f;
}
.complete_btn {
    padding: 20px;
    background: #439f92;
    border-radius: 1rem;
    margin-top: 50px;
    display: inline-block;
    width: 280px;
    color: #fff;
    text-decoration: none;
}
.kuro {
    color:#000
}
