@charset "UTF-8";


/* header
------------------------------------------------- */
#header {
    position: static;
    background-color: #ED0000;
    border-top: 1px solid #fff;
    margin-bottom: 5em;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
#navtoggle {
    background-color: rgba(0,0,0,0);
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding-bottom: 8em;
}
.cont1 .box {
    width: 60em;
    margin: 1em auto 0;
    border-radius: 1.25em;
    box-shadow: 0 0.25em 1.55em 0 rgba(0,0,0,0.1);
    padding: 4.5em 5em 3.5em;
    box-sizing: border-box;
}
.cont1 .box table {
    width: 100%;
    margin: 0 auto 2em;
}
.cont1 .box table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    padding: 0.55em 2.5em 0 0;
    white-space: nowrap;
    line-height: 1;
}
.cont1 .box table .must {
    padding: 0.83em 1.5em 0 0;
}
.cont1 .box table th.must::before {
    content: '必須';
    background-color: #ED0000;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    padding: 0 1em;
}
.cont1 .box table td {
    text-align: left;
    vertical-align: top;
    padding: 0 0 1.5em;
    line-height: 1;
}
.cont1 .box table td .error {
    padding-top: 0.5em;
}
.cont1 .box table td input[type="text"],
.cont1 .box table td select,
.cont1 .box table td textarea {
    width: 100%;
    height: 2.5em;
    line-height: 1.5;
    padding: 0 0.5em;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    background-color: #F5F5F5;
    -webkit-appearance: none;
}
.cont1 .box table td select {
    height: 2.5em;
    background: url("../common/img/icon2.png") 98% center no-repeat #F5F5F5;
    background-size: 1em auto;
    border-radius: 0;
}
.cont1 .box table td textarea {
    height: 12em;
}
.cont1 .box .txt1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.cont1 .box .txt1 a {
    text-decoration: underline;
}
.cont1 .box .txt2 {
    width: 80%;
    margin: 2em auto;
    text-align: center;
}
.cont1 .box .btn {
    padding-top: 2em;
}
.cont1 .box .btn li input {
    display: block;
    width: 25.5em;
    line-height: 3.25;
    margin: 0 auto 0.5em;;
    background-color: #ED0000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 0.65em;
    border: none;
    cursor: pointer;
}
@media only screen and (min-width:751px){
.cont1 .box .txt1 a:hover {
    text-decoration: none;
}
}
@media only screen and (max-width:750px){
.cont1 {
    padding-bottom: 25vw;
}
.cont1 .box {
    width: 100%;
    margin: 0 auto;
    padding: 3.5em 2em;
}
.cont1 .box table {
    margin: 0 auto 4vw;
}
.cont1 .box table th {
    display: inline-block;
    padding: 0 0 1em;
}
.cont1 .box table .must {
    font-size: 3.2vw;
    padding: 0 1em 0 0;
}
.cont1 .box table td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
}
.cont1 .box table td input[type="text"],
.cont1 .box table td select,
.cont1 .box table td textarea {
    height: 10vw;
}
.cont1 .box table td select {
    font-size: 3.733vw;
}
.cont1 .box table td textarea {
    height: 12em;
}
.cont1 .box .txt1 {
    width: 100%;
}
.cont1 .box .btn li input {
    font-size: 4.2vw;
    width: 100%;
    line-height: 3.25;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 8em;
}
.cont2 .box {
    width: 60em;
    margin: 1em auto 0;
}
.cont2 .box .txt1 {
    padding-bottom: 2em;
}
.cont2 .box .sec {
    padding-bottom: 2em;
}
.cont2 .box .sec h2 {
    padding-bottom: 0.5em;
}
.cont2 .box .sec p {
    padding-top: 0.5em;
}
.cont2 .box .sec p.add {
    padding-top: 1em;
}
.cont2 .box .sec p.add a {
    text-decoration: underline;
}
.cont2 .box .sec .list1 li {
    padding-left: 1.5em !important;
    text-indent: -1.5em !important;
}
.cont2 .box .sec .list2 {
    padding-top: 0.5em;
}
.cont2 .box .sec .list2 li {
    padding-left: 2em;
    text-indent: -2em;
}
@media only screen and (min-width:751px){
.cont2 .box .sec p.add a:hover {
    text-decoration: none;
}
}
@media only screen and (max-width:750px){
.cont2 {
    padding-bottom: 20vw;
}
.cont2 .box {
    width: 100%;
}
.cont2 .box .txt1 {
    line-height: 1.7;
}
.cont2 .box .sec h2 {
    font-size: 4vw;
}
.cont2 .box .sec p {
    line-height: 1.7;
}
.cont2 .box .sec .list1 li {
    line-height: 1.7;
}
.cont2 .box .sec .list2 li {
    line-height: 1.7;
}
}