@charset “UTF-8”;

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}


* {box-sizing: border-box;}
body {
    width: 750px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    line-height:1;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
img{
    vertical-align: bottom;
}
.rel{
    position: relative;
}
.abs{
    position: absolute;
}
h1 img,.img img, a img{ width: 100%;}
table, th, td {
    vertical-align: top;
}
li {
list-style: none;
}
a.abs.fvBtn {
    width: 37%;
    top: 1.5%;
    right: 2%;
}
a.abs.pageBtn {
    z-index: 10;
    width: 96%;
    left: 2%;
}
a.abs.pageBtn.pageBtn2 {
    z-index: 10;
    width: 96%;
    left: 2%;
    bottom: 8%;
}
h3 {
    padding: 1rem;
    font-weight: normal;
    color: white;
    font-size: 1.6rem;
    background: #a4262f;
}
.formArea {
    text-align: left;
    background: #09233d;
    color: white;
    padding: 5% 5% 20% 5%;
}

table.formTable th,table.formTable td {
    width: 100%;
    display: block;
    font-weight: normal;
    padding: .5rem 0;
    font-size: 1.2rem;
}

span.required {
    color: tomato;
}

input[type="text"],textarea {
    width: 100%;
    height: 1.9rem;
}
textarea {
    height: 8rem;
}
.prpl {
    background: white;
    height: 4rem;
    overflow-y: scroll;
    padding: .6rem;
    margin-bottom: 1.6rem;
}

.prpl p {
    font-size: 1rem;
    font-family: sans-serif;
    color: black;
    font-weight: normal;
    line-height: 1.4;
}
/* フッター */
.l-footer {
    background-color: #eff0ea;
    color: #0a233d;
    text-align: left;
    line-height: 1.8;
}
.wrap-1200, .wrap-920, .wrap-640, .wrap-560 {
    width: 90%;
    margin: 0 auto;
}
[class*=wrap-0] {
    padding: 40px 0;
  }
.l-footer h2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.l-footer .footer-contents-inner {
    flex-direction: column;
    font-size: 12px;
    display: flex;
}
.l-footer table {
    display: block;
    border-collapse: separate;
    border-spacing: 0 16px;
    margin: -16px 0;
}
.l-footer table th, .l-footer table td {
    display: block;
    width: 100%;
}
.l-footer .footer-contents-inner > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.l-footer table {
    border-collapse: separate;
    border-spacing: 0 16px;
    margin: -16px 0;
}
.c-list-d01 > li {
    position: relative;
    padding-left: 1.2em;
}
.c-list-d01 > li:before {
    position: absolute;
    left: 0;
    content: "・";
}
.l-footer .jpx {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1em;
    margin-top: 2em;
}
.l-footer .jpx img {
    height: 64px;
}
.l-footer .l-footer-copyright {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5em;
    margin-top: 40px;
    display: flex;
    font-size: 12px;
}

@media screen and (min-width: 960px) {

    body {
        width: 450px;
        margin: auto;
        text-align: center;
       
    }
}