#faq {
    background-color: #d5e2ef;

    position: relative;
    width: 100%;
    min-width: 980px;
    padding-top: 130px;
}

.faq-container {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.faq-main {
    display: table;
    margin: 0 auto;
    padding-bottom: 80px;
}

.faq-top {
    width: 294px;
    height: 42px;
    margin: 40px 0;
}

.faq-qa {
    background-color: #ffffff;
    border-radius: 8px;

    width: 940px;
    padding: 0 20px;
    padding-bottom: 2px;
}

.faq-qa label {
    cursor: pointer;
}

.faq-qa input {
    display: none;
}

dl .ans1,
dl .ans2,
dl .ans3,
dl .ans4,
dl .ans5,
dl .ans6,
dl .ans7 {
    display: none;
    opacity: 0;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-100px);
    }

    20% {
        display: block;
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-qa #toggle1 + dl .ans1,
.faq-qa #toggle2 + dl .ans2,
.faq-qa #toggle3 + dl .ans3,
.faq-qa #toggle4 + dl .ans4,
.faq-qa #toggle5 + dl .ans5,
.faq-qa #toggle6 + dl .ans6,
.faq-qa #toggle7 + dl .ans7 {
    display: none;
}

.faq-qa #toggle1:checked + dl .ans1,
.faq-qa #toggle2:checked + dl .ans2,
.faq-qa #toggle3:checked + dl .ans3,
.faq-qa #toggle4:checked + dl .ans4,
.faq-qa #toggle5:checked + dl .ans5,
.faq-qa #toggle6:checked + dl .ans6,
.faq-qa #toggle7:checked + dl .ans7 {
    display: block;
    opacity: 1;
}

.faq-qa #toggle1:checked + dl dd:nth-of-type(1),
.faq-qa #toggle2:checked + dl dd:nth-of-type(1),
.faq-qa #toggle3:checked + dl dd:nth-of-type(1),
.faq-qa #toggle4:checked + dl dd:nth-of-type(1),
.faq-qa #toggle5:checked + dl dd:nth-of-type(1),
.faq-qa #toggle6:checked + dl dd:nth-of-type(1),
.faq-qa #toggle7:checked + dl dd:nth-of-type(1) {
    padding-bottom: 1rem;
}

.faq-qa dl {
    font-size: 1.8rem;
    white-space: nowrap;

    width: 100%;
    margin: 20px 0;
}

.faq-qa dt {
    text-align: left;

    float: left;
    padding-right: 10px;
}

.faq-qa dd {
    font-size: 1.8rem;
    line-height: 2em;
    white-space: normal;
    
    padding-top: 15px;
    text-align: left;
}

.faq-qa dd:nth-child(2) {
    color: #066fb6;
}

.faq-q {
    background-color: #066fb6;
    border-radius: 50%;

    color: #ffffff;
    font-size: 1.8rem;
    line-height: 3.6rem;

    width: 36px;
    height: 36px;
    margin-top: 15px;
    text-align:center;
}

.faq-a {
    background-color: #ffc200;
    border-radius: 50%;

    color: #ffffff;
    font-size: 1.8rem;
    line-height: 3.6rem;

    width: 36px;
    height: 36px;
    margin-top: 15px;
    text-align:center;
}

#contact {
    background-color: #fdf3d9;

    position: relative;
    width: 100%;
    min-width: 980px;
    padding: 40px 0;
}

.contact-container {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.contact-table {
    display: table;
    width: 100%;
}

.contact-table input,
.contact-table select,
.contact-table textarea {
    background-color: #ffffff;
    border-style: none;

    font-size: 2rem;

    width: 480px;
    padding: 16px 20px;
    margin: 8px 0;
}

.contact-table input {
    width: 432px;
    padding: 16px 24px;
}

.contact-table input::placeholder,
.contact-table textarea::placeholder {
    color: #cccccc;
}

.contact-table select {
    background-image: none;
    border: none;

    text-indent: 0.01px;
    text-overflow: ellipsis;

    padding-right: 1em;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.contact-v {
    border: 2px solid;
    border-color: transparent transparent #565656 #565656;

    position: absolute;
    right: 28px;
    bottom: 34px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.contact-table textarea {
    width: 96%;
    height: 160px;
}

.contact-cells-left {
    display: table-cell;
    position: relative;
    width: 50%;
    text-align: left;
}

.contact-cells-right {
    display: table-cell;
    position: relative;
    width: 50%;
    text-align: right;
}

.contact-notice {
    font-size: 1.4em;
    line-height: 2rem;

    margin: 40px 0 20px;
}

.btn-push {
    background-color: #4ec425;
    border-style: none;
    border-bottom: 6px solid #39b54a;
    border-radius: 8px;

    color: #ffffff;
    font-family: '小塚ゴシック Pr6N R Regular', monospace;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;

    display: inline-block;
    width: 180px;
    margin-top: 10px;
    padding: 10px 24px;
    text-align: center;
}

.btn-push:active {
    border-bottom: none;

    transform: translateY(6px);
}

.btn-push:hover {
    cursor: pointer;
    opacity: 0.8;
}

.btn-push-negative,
.single {
    background-color: #bfbfbf;
    border-style: none;
    border-bottom: 6px solid #9e9e9e;
    border-radius: 8px;

    color: #ffffff;
    font-family: '小塚ゴシック Pr6N R Regular', monospace;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;

    display: inline-block;
    width: 180px;
    margin: 10px 20px 0;
    padding: 10px 24px;
    text-align: center;
}

.btn-push-negative:active,
.single:active {
    border-bottom: none;

    transform: translateY(6px);
}

.btn-push-negative:hover,
.single:hover {
    cursor: pointer;
    opacity: 0.8;
}

.confirmation,
.completion {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.submit_content form {
    margin-top: 20px;
}

.submit_content dl {
    font-size: 1.6rem;
    line-height: 2.5rem;
    white-space: normal;

    width: 820px;
    margin: 0 auto;
}

.submit_content dt {
    background-color: #066fb6;
    color: #ffffff;
    line-height: 2.6rem;

    float: left;
    clear: left;
    width: 260px;
    margin: 5px 0;
    padding-top: 10px;
    text-align: center;
}

.submit_content dt:after {
    background-color: #066fb6;
    border-top: solid 10px #066fb6;
    border-right: solid 10px #fdf3d9;

    content: ' ';
    color: #ffffff;

    display: block;
    position: relative;
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    height: 0;
}

.submit_content dd {
    float: left;
    width: 540px;
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
    transform: translateY(5px);
}

.submit_content p {
    margin: 0;
}

.submit_area {
    clear: left;
    padding-top: 30px;
}

.err {
    color: red;
}

.patternA {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 105px;
    height: 105px;
}

.patternB {
    position: absolute;
    top: 500px;
    left: -120px;
    width: 237px;
    height: 222px;
}

.patternC {
    position: absolute;
    top: 750px;
    right: -40px;
    width: 157px;
    height: 134px;
}

.patternD {
    position: absolute;
    top: 850px;
    left: 40px;
    width: 82px;
    height: 82px;
}

.patternE {
    position: absolute;
    top: 100px;
    right: 120px;
    width: 82px;
    height: 82px;
}

.patternF {
    position: absolute;
    top: 200px;
    right: -120px;
    width: 237px;
    height: 222px;
}

.patternG {
    position: absolute;
    top: 480px;
    left: 0;
    width: 105px;
    height: 105px;
}

.patternH {
    position: absolute;
    top: 120px;
    right: -40px;
    width: 157px;
    height: 134px;
}

.patternI {
    position: absolute;
    top: 150px;
    left: 40px;
    width: 82px;
    height: 82px;
}

.patternJ {
    position: absolute;
    top: 360px;
    right: 90px;
    width: 82px;
    height: 82px;
}

.patternK {
    position: absolute;
    top: 450px;
    right: -60px;
    width: 105px;
    height: 105px;
}
