/*共通*/
.titleBox{
    margin: 0;
}
h1 div{
    display: inline-block;
}
h1 img{
    width: 80px;
    display: inline-block;
    margin-right: 0;
    margin-top: 5px;
}
h2{
    font-size: 36px;
}
h2 span{
    font-size: 24px;
}

input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}

input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -5px;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: -8px;
    left: 4px;
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    content: '';
}
input[type="radio"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}
input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -5px;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: -8px;
    left: 4px;
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    content: '';
}

input{
    margin: 3px;
}
.ttl{
    padding: 5px;
    font-weight: bold;
}

.buttons{

    padding: 10px 0 50px 0;
    position: fixed;
    bottom:20px;
    left: 0;
    width: 100%;
    background: white;
}
.button{
    text-align: center;
    background: white;
    color: black;
}
.btn0 {
    font-family: sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 200px;
    height: 55px;
    border: 2px solid #000;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 18px 20px;
    color: black;
    text-align: center;
    position: relative;
}

.btn2 {
    font-family: sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 200px;
    height: 55px;
    border: 2px solid #000;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 18px 20px;
    color: black;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn1 {
    font-family: sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 200px;
    height: 55px;
    border: 2px solid #000;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 18px 20px;
    color: black;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn0.-bk:hover {
    color: #fff;
    /*background: #686860;*/
    background:#000;
}
.btn2.-bk:hover {
    color: #fff;
    /*background: #686860;*/
    background:#000;
}

.btn1.-bk:hover {
    color: #fff;
    /*background: #686860;*/
    background:#000;
}
.btn0::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    margin-top: -5px;
}
.btn2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    margin-top: -5px;
}
.btn1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 2;
    margin-top: -5px;
}

.btn2::before {
    content: "";
    border-radius: 2.5px;
    border-top: 6px solid transparent;
    border-right: 6px solid black;
    border-bottom: 6px solid transparent;
}

.btn1::before {
    content: "";
    border-radius: 2.5px;
    border-top: 6px solid transparent;
    border-left: 6px solid black;
    border-bottom: 6px solid transparent;
}
.btn0.-bk::before {
    border-right-color: #000;
}
.btn0.-bk:hover::before {
    border-right-color: #fff;
}
.btn2.-bk::before {
    border-right-color: #000;
}
.btn2.-bk:hover::before {
    border-right-color: #fff;
}
.btn1.-bk::before {
    border-left-color: #000;
}
.btn1.-bk:hover::before {
    border-left-color: #fff;
}
.sub_ttl{
    font-size: 20px;
    margin-bottom: 25px;
}
.div_form{
    height: 570px;
    overflow-y: auto;
    padding-bottom: 200px;
}
.link_mypage{
    font-size: 18px;
}
#footer a{
    display: inline-block;
    margin-right: 20px;
}
input[type=text],input[type=password]{
    font-size: 16px;
    height: 42px;
    border: 1px #000 solid;
    border-radius: 2px;
    padding: 3px 5px;
    box-sizing:border-box
}
input[type=date]{
    font-size: 16px;
    height: 42px;
    border: 1px #000 solid;
    border-radius: 2px;
    padding: 3px 5px;
    box-sizing:border-box
}
select {
    font-size: 16px;
    height: 42px;
    border: 1px #000 solid;
    border-radius: 2px;
    padding: 3px 10px;
    box-sizing:border-box;
}
input[type=text].zip{
    width: 150px;
}
input[type=text].half{
    width: 200px;
}
input[type=text].half2{
    width: 200px;
}
input[type=text].full{
    width: 500px;
}
table{
    width: 100%;
    margin: 30px 0 0 0;
}
th,td{
    border-left: 1px #000 solid;
    border-top: 1px #000 solid;
}
th:last-child,td:last-child{
    border-right: 1px #000 solid;
}
tr:last-child th,tr:last-child td{
    border-bottom: 1px #000 solid;
}
span.small{
    font-size: 16px !important;
}
.small_img{
    width: 100px;
}
.sm_only{
    display: none !important;
}