.mainarea .contentbox {
    width: 100%;
}
.mainarea .titlebox {
    background: #6bcbd1;
    border-radius: 22px 22px 0 0;
    padding: 40px;
}
.mainarea .titlebox h1 {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    color: #fff;
}
.mainarea article .articlebox {
    background-color:#FFF;
    background-image: none;
    padding: 40px 35px;
    padding-bottom: 100px;
}

article b:before {
    content: "\A";
    white-space: pre;
}

.wrap .articlebox .mainarea article .articlebox .onlypc{
    display:unset;
}
.wrap .articlebox .mainarea article .articlebox .onlysp{
    display:none;
}
.articlebox p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.articlebox .tableouter {
    border-radius: 35px;
    background: #e4f9f9;
    margin-top: 40px;
    padding: 50px 20px;
}
.articlebox .tableouter table{
    width:100%;
}

.articlebox .tableouter th {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
    width: 270px;
    vertical-align: top;
    padding-top: 20px;
    vertical-align:top;
}
.articlebox .tableouter td {
    vertical-align:top;
    padding-top: 20px;
    
}

.articlebox .tableouter tr.must th:after {
    content: "必須";
    display: inline-block;
    background-color: #FFAA00;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding: 4px 6px 4px 6px;
    vertical-align: top;
    margin-top: 6px;
}

.articlebox .tableouter input[type=text] {
    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;
}
.articlebox .tableouter input::placeholder {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #c5c5c5;
}

.articlebox .tableouter input[type=text].tlong {
    width: 100%;
    box-sizing: border-box;
}

.articlebox .tableouter input[type=text].zip1 {
    width: 3em;
}

.articlebox .tableouter input[type=text].zip2 {
    width: 4em;
}


.tableouter div#secondpage > p {
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #ecba18;
    line-height: 27px;
    padding-top: 50px;
}

.tableouter div#secondpage h3 {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #1f7384;
    padding-top: 50px;
}

.tableouter div#secondpage > p + h3 {
    padding-top: 30px;
}



.tableouter div#secondpage ul {
    padding-top: 24px;
    display:flex;
    flex-wrap:wrap;
}
.tableouter div#secondpage ul li{
    width:50%;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.08em;
line-height: 24px;
text-align: left;
color: #000;
padding-bottom:30px;
position: relative;
}
.tableouter div#secondpage ul li:nth-child(odd) {
    width: 52%;
}
.tableouter div#secondpage ul li:nth-child(even) {
    width: 48%;
}
.tableouter div#secondpage ul li:last-child {
    width: 100%;
    padding-bottom:0;
}

.tableouter div#secondpage ul li:last-child input[type=text]{
    width:34em;
}
.tableouter input[type=checkbox] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    margin-right:30px;
}
.tableouter input[type=checkbox]::before {
    background: #fff;
    border: 2px solid #2F9EA5;
    border-radius: 6px;
    content: '';
    display: block;
    height: 30px;
    left: 0px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.tableouter input[type=checkbox]::after {
    border-right: 4px solid #2F9EA5;
    border-bottom: 4px solid #2F9EA5;
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
.tableouter input[type=checkbox]:checked::before {
    border-color: #666;
}
.tableouter input[type=checkbox]:checked::after {
    opacity: 1;
}
.tableouter textarea{
border-radius: 11px;
background: #fff;
border: 2px solid #2f9ea5;
    width:100%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    padding:10px;
    height:10em;
    margin-top:23px;
    box-sizing:border-box;
}

.tableouter button[type=submit] {
    width: 482.91px;
    height: 64.03px;
    border-radius: 32.01px;
    background: #fa0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    margin: 60px auto 20px auto;
    display: block;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #fff;
}
.articlebox .tableouter select {
    border-radius: 11px;
    background: #fff;
    border: 2px solid #2f9ea5;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    padding: 4px 10px;
}
.articlebox .backarea {
    border-radius: 0 0 35px 35px;
    background: #e4f9f9;
    padding-bottom: 50px;
}

.articlebox .backarea a {
    width: 320px;
    height: 53px;
    border-radius: 26px;
    background: #fff;
    border: 2px solid #bfbfbf;
    display: block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 16px;
    color: #000;
    padding-top: 15px;
}

.articlebox  .emessage {
    border-radius: 35px 35px 0 0;
    background: #e4f9f9;
    padding: 50px 20px 0 20px;
    margin-top: 40px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.articlebox p.errorlead {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
}


a.btnTypeA {
    width: 584px;
    height: 51px;
    border-radius: 26.5px;
    background: #fa0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding-top: 14px;
    box-sizing: border-box;
    margin: 0 auto;
}

a.btnTypeB {
    width: 320px;
    height: 53px;
    border-radius: 26.51px;
    background: #fff;
    border: 2px solid #bfbfbf;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-top: 40px;
    box-shadow: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    box-sizing: border-box;
}
@media screen and (max-width:600px){

.wrap .articlebox .mainarea article .articlebox .onlypc{
    display:none;
}
.wrap .articlebox .mainarea article .articlebox .onlysp{
    display:unset;
}
.mainarea article .articlebox {
    padding: 0 10px;
}
.articlebox{
    
        padding-bottom: 80px;
}
    .mainarea .titlebox h1 {
    font-size: 17px;
    line-height: 1em;
}
.mainarea .titlebox {
    border-radius: 8px 8px 0 0;
    padding: 20px 10px;
}
article b::before{
    display: none;
}
article span{
    display: block;
}

.articlebox  .emessage {
    border-radius: 35px 35px 0 0;
    background: #e4f9f9;
    padding: 50px 20px 0 20px;
    margin-top: 40px;
}

.articlebox p.emessage {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
}

p.errorlead {
    padding-top: 30px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.articlebox p.emessage {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-align: left;
    color: #000;
    border-radius: 18px 18px 0 0;
    padding: 30px 20px 0 20px;
}

.articlebox .backarea {
    padding: 0 0 18px 18px;
    padding-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 40px 0;
    line-height: 1em;
}

.articlebox .backarea a {
    width: calc(100% - 40px);
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
}
.mainarea article .articlebox{
    padding-bottom:50px;
}

a.btnTypeA {
    width: 224px;
height: auto;
border-radius: 12px;
background: #fa0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
font-family: "Zen Kaku Gothic New";
font-weight: 500;
font-size: 16px;
letter-spacing: 0.1em;
line-height: 24px;
text-align: center;
color: #fff;
padding:15px 0
}
a.btnTypeB {
    width: 198.2px;
    height: 41.18px;
    border-radius: 20.59px;
    background: #fff;
    border: 2px solid #bfbfbf;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding-top: 7px;
    margin-top: 25px;
    box-shadow: none;
}
    .articlebox > p {
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.articlebox .tableouter {
    margin-top: 30px;
    border-radius: 18px;
    padding: 23px 13px;
}

.articlebox .tableouter th {
    display: block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #28a7af;
    padding-top: 23px;
    width: 100%;
}

.articlebox .tableouter td {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.articlebox .tableouter table tbody tr:first-child th {
    padding-top: 0;
}

.articlebox .tableouter input[type=text][name=name].tlong {
    width: 100%;
}

.articlebox .tableouter tr.must th:after {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    margin-top: 0;
}

.articlebox .tableouter input[type=text] {
    border-radius: 9px;
}

.tableouter div#secondpage > p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 22px;
    text-align: left;
    color: #ecba18;
}

.tableouter div#secondpage h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #28a7af;
    padding-top: 30px;
}

.tableouter div#secondpage > p + h3 {
    padding-top: 23px;
}

.tableouter div#secondpage ul li {
    width: 100%;
    padding-left: 47px;
    text-indent: -47px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 21px;
    text-align: left;
    color: #000;
}

.tableouter div#secondpage ul li:nth-child(odd) {
    width: 100%;
}

.tableouter div#secondpage ul li:nth-child(even) {
    width: 100%;
}

.tableouter div#secondpage ul li:last-child input[type=text] {
    width: calc(100% + 47px);
    box-sizing: border-box;
    margin-top: 15px;
    margin-left: -47px;
}

.tableouter button[type=submit] {
    width: 100%;
    margin-top: 40px;
    height: 51px;
    font-size: 16px;
    margin-bottom: 30px;
}

.mainarea article .articlebox {
    padding-bottom: 55px;
}
.tableouter li span {
    display: block;
    text-indent: 1px;
}
}