@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

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 {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select,
textarea,
img,
th,
td {
    vertical-align: middle;
}

ul,
dl,
ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

    body {
        font-size: 14px;
    }

}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: 500;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout: fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 800px) {

    .wrap {
        width: 100%;
    }

}

/****************************************

    /*

*****************************************/

section {
    padding: 60px 0;
    position: relative;
}

.sp {
    display: none;
}

@media screen and (max-width: 800px) {

    section {
        padding: 40px 10px;
        position: relative;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}

h2 {
    text-align: center;
}

/****************************************

    /*

*****************************************/

header {
    overflow: hidden;
    padding: 10px 0;
}

header h1 {
    width: 490px;
    margin: 10px 0;
    float: left;
}

header ul {
    display: flex;
    width: 500px;
    float: right;
}

header ul li {
    flex: 1;
    padding: 5px 10px;
}

/****************************************

    /*

*****************************************/

.cta {
    background: #07b;
    padding: 40px 0;
}

.cta h2 {
    margin: -80px auto 0;
}

.cta .container {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.cta .container ul {
    display: flex;
}

.cta .container ul li {
    flex: 1;
    margin: 20px;
}

.cta .container ul li:nth-child(2) {
    display: none;
}

@media screen and (max-width: 800px) {

    .cta {
        padding: 20px 10px;
    }

    .cta h2 {
        margin: -40px auto 0;
    }

    .cta .container {
        padding: 10px;
        border-radius: 10px;
    }

    .cta .container ul {
        flex-direction: column;
    }

    .cta .container ul li {
        margin: 5px;
    }

    .cta .container ul li:nth-child(1) {
        display: none;
    }

    .cta .container ul li:nth-child(2) {
        display: block;
    }

}

/****************************************

    /*

*****************************************/

#mainVisual {
    min-width: 1200px;
    text-align: center;
    background: url(images/mainvisual-bg.png) no-repeat center center;
    background-size: cover;
    padding: 0;
}

@media screen and (max-width: 800px) {

    #mainVisual {
        min-width: auto;
        background: none;
        background-size: cover;
    }

}

/****************************************

    /*

*****************************************/

#section01 {
    background: #cef;
}

#section01 .container {
    width: 800px;
    background: #fff;
    margin: 40px auto 0;
    padding: 20px 20px 40px;
    border-radius: 20px;
}

#section01 .container ul {
    padding: 20px;
}

#section01 .container ul li {
    color: #07b;
    font-size: 24px;
    background: url(images/check.svg) no-repeat 24px 28px;
    background-size: 36px;
    padding: 20px 20px 20px 70px;
    border-bottom: 1px dashed #aaa;
}

#section01 .image {
    text-align: center;
    margin: -20px 0 -60px;
}

@media screen and (max-width: 800px) {

    #section01 .container {
        width: 100%;
        margin: 20px auto 0;
        padding: 10px 10px 20px;
        border-radius: 10px;
    }

    #section01 .container ul {
        padding: 10px;
    }

    #section01 .container ul li {
        color: #07b;
        font-size: 16px;
        background: url(images/check.svg) no-repeat 5px 16px;
        background-size: 24px;
        padding: 10px 0 10px 40px;
        border-bottom: 1px dashed #aaa;
    }

    #section01 .image {
        margin: -20px 0 -40px;
    }

}

/****************************************

    /*

*****************************************/

#section02 {}

#section02 h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0;
}

#section02 ul {
    display: flex;
    margin: 20px 0 0;
}

#section02 ul li {
    flex: 1;
    background: #fff2ef;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
}

#section02 ul li img {
    display: block;
    width: 160px;
    margin: 0 auto 20px;
}

#section02 ul li h4 {
    color: #f45;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

@media screen and (max-width: 800px) {

    #section02 h3 {
        font-size: 16px;
        text-align: left;
    }

    #section02 h3 br {
        display: none;
    }

    #section02 ul {
        flex-direction: column;
    }

    #section02 ul li {
        margin: 10px 0;
        padding: 6%;
    }

    #section02 ul li .image {
        width: 36%;
        float: left;
    }

    #section02 ul li img {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }

    #section02 ul li .text {
        width: 56%;
        float: right;
    }

    #section02 ul li h4 {
        font-size: 18px;
        text-align: left;
        margin: 0 0 5px;
    }

}


/****************************************

    /*

*****************************************/

#section03 {
    background-color: #cceeff;
    background-image: repeating-linear-gradient(45deg, #cef 25%, transparent 25%, transparent 75%, #cef 75%, #cef), repeating-linear-gradient(45deg, #cef 25%, #d6f1ff 25%, #d6f1ff 75%, #cef 75%, #cef);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}

#section03 .arrow {
    width: 100px;
    margin: -80px auto 40px;
}

#section03 .image {
    text-align: center;
    margin: 40px auto;
}

#section03 ul {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

#section03 ul li {
    width: 400px;
    padding: 10px;
}

@media screen and (max-width: 800px) {

    #section03 {
        background-position: 0 0, 5px 5px;
        background-size: 10px 10px;
    }

    #section03 .arrow {
        width: 60px;
        margin: -50px auto 30px;
    }

    #section03 .image {
        text-align: center;
        margin: 20px auto 10px;
    }

    #section03 ul {
        display: flex;
        flex-flow: wrap;
        width: auto;
        margin: 0 -5px;
    }

    #section03 ul li {
        width: 50%;
        padding: 5px;
    }

}

/****************************************

    /*

*****************************************/

#section04 {}

#section04 h2 {
    margin: 0 0 40px;
}

#section04 p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0;
}

#section04 p strong {
    color: #f45;
    font-weight: 600;
}

#section04 .image {
    text-align: center;
    margin: 40px 0 0;
}

@media screen and (max-width: 800px) {

    #section04 h2 {
        margin: 0 0 20px;
    }

    #section04 p {
        font-size: 15px;
        text-align: left;
    }

    #section04 p br {
        display: none;
    }

    #section04 .image {
        text-align: center;
        margin: 20px 0 0;
    }

}

/****************************************

    /*

*****************************************/

#section05 {}

#section05 h2 {
    margin: 0 0 60px;
}

#section05 .board {
    width: 800px;
    background: #cef;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

#section05 .board>img {
    display: block;
    width: 200px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin: 0 0 0 -100px;
}

#section05 .board .paper {
    background: #fff;
    padding: 40px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}

#section05 .board .paper ul {
    margin: 10px 40px 0;
}

#section05 .board .paper ul li {
    font-size: 24px;
    font-weight: 600;
    background: url(images/check.svg) no-repeat 24px 18px;
    background-size: 36px;
    padding: 10px 20px 10px 70px;
}

#section05 .board .paper p {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
}

#section05 .use {
    width: 1000px;
    border-bottom: 2px dashed #ddd;
    margin: 0 auto;
    padding: 40px;
}

#section05 .use h3 {
    color: #07b;
    font-size: 24px;
    font-weight: 600;
}

#section05 .use h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #07b;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

#section05 .case01 h3::before {
    content: "1";
}

#section05 .case02 h3::before {
    content: "2";
}

#section05 .case03 h3::before {
    content: "3";
}

#section05 .use .image {
    text-align: center;
    margin: 40px 0;
}

#section05 .use dl {}

#section05 .use dl dt {
    text-align: center;
    margin: 10px 0 0;
}

#section05 .use dl dd {
    color: #f45;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#section05 .use dl dd::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 56px;
    color: #fff;
    text-align: center;
    background: url(images/arrow_02.svg);
    margin: 0 10px 0 0;
    position: relative;
    top: 20px;
}

@media screen and (max-width: 800px) {

    #section05 h2 {
        margin: 0 0 40px;
    }

    #section05 .board {
        width: 100%;
        background: #cef;
        margin: 0 auto;
        padding: 10px;
        border-radius: 10px;
        position: relative;
    }

    #section05 .board>img {
        width: 100px;
        margin: 0 0 0 -50px;
    }

    #section05 .board .paper {
        padding: 10px 5px;
    }

    #section05 .board .paper ul {
        margin: 10px 0 0;
    }

    #section05 .board .paper ul li {
        font-size: 16px;
        background: url(images/check.svg) no-repeat 10px 10px;
        background-size: 22px;
        padding: 5px 10px 5px 40px;
    }

    #section05 .board .paper p {
        font-size: 16px;
        margin: 10px;
    }

    #section05 .use {
        width: 100%;
        padding: 20px 0;
    }

    #section05 .use h3 {
        font-size: 16px;
        padding: 0 0 0 40px;
        position: relative;
    }

    #section05 .use h3::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    #section05 .case01 h3::before {
        content: "1";
    }

    #section05 .case02 h3::before {
        content: "2";
    }

    #section05 .case03 h3::before {
        content: "3";
    }

    #section05 .use .image {
        margin: 20px 0;
    }

    #section05 .use dl dt {
        max-width: 400px;
    }

    #section05 .use dl dd {
        font-size: 16px;
        text-align: left;
        padding: 10px 0 0 35px;
        position: relative;
    }

    #section05 .use dl dd::before {
        content: "";
        display: block;
        width: 25px;
        height: 28px;
        color: #fff;
        text-align: center;
        background: url(images/arrow_02.svg);
        margin: 0 10px 0 0;
        position: absolute;
        top: 10px;
        left: 0;
    }

}

/****************************************

    /*

*****************************************/

#section06 {
    background: #feb;
    margin: 0 0 100px;
}

#section06 h2 {
    margin: -80px auto 0;
}

#section06 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px 0 -120px;
}

#section06 ul li {
    width: 20%;
    padding: 10px;
}

@media screen and (max-width: 800px) {

    #section06 {
        background: #feb;
        margin: 0 0 100px;
    }

    #section06 h2 {
        margin: -50px auto 0;
    }

    #section06 ul {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        margin: 20px 0 -90px;
    }

    #section06 ul li {
        width: 33.33%;
        padding: 5px;
    }

}

/****************************************

    /*

*****************************************/

#section07 {}

#section07 .box {
    width: 800px;
    border: 5px solid #07b;
    margin: 40px auto;
}

#section07 .box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: #07b;
    padding: 10px 10px 10px 120px;
    position: relative;
}

#section07 .box h3 img {
    width: 80px;
    position: absolute;
    top: -10px;
    left: 20px;
}

#section07 .box .inner {
    overflow: hidden;
    padding: 20px;
}

#section07 .box .inner .text {
    width: 60%;
    font-size: 18px;
    float: left;
    padding: 20px;
}

#section07 .box .inner .text strong,
#section07 .box .inner .text p {
    color: #f45;
    font-weight: 600;
    background: #ff9;
    border-radius: 10px;
}

#section07 .box .inner .text p {
    margin: 10px 0;
    padding: 10px 20px;
}

#section07 .point1 .inner .text p {
    display: inline-block;
    font-size: 24px;
}

#section07 .point1 .inner .text p span {
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin: 0 10px 0 0;
}

#section07 .point3 .inner .text p span {
    color: #333;
}

#section07 .box .inner .image {
    width: 40%;
    float: right;
    padding: 20px;
}

@media screen and (max-width: 800px) {

    #section07 {
        padding: 0 10px 40px;
    }

    #section07 .box {
        width: 100%;
        border: 4px solid #07b;
        margin: 20px auto;
    }

    #section07 .box h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        background: #07b;
        padding: 8px 10px 8px 90px;
        position: relative;
    }

    #section07 .box h3 img {
        width: 64px;
        position: absolute;
        top: -10px;
        left: 10px;
    }

    #section07 .box .inner {
        overflow: hidden;
        padding: 10px;
    }

    #section07 .box .inner .text {
        width: 100%;
        font-size: 16px;
        float: none;
        padding: 10px;
    }

    #section07 .box .inner .text p {
        padding: 10px;
    }

    #section07 .point1 .inner .text p {
        font-size: 20px;
    }

    #section07 .point1 .inner .text p span {
        font-size: 16px;
    }

    #section07 .box .inner .image {
        width: 100%;
        text-align: center;
        float: none;
        padding: 20px 0 0;
    }

    #section07 .box .inner .image img {
        width: 50%;
        max-width: 240px;
    }

}

/****************************************

    /*

*****************************************/

#section08 {
    background-color: #cceeff;
    background-image: repeating-linear-gradient(45deg, #cef 25%, transparent 25%, transparent 75%, #cef 75%, #cef), repeating-linear-gradient(45deg, #cef 25%, #d6f1ff 25%, #d6f1ff 75%, #cef 75%, #cef);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}

#section08 .box {
    background: #fff;
    margin: 40px 0 0;
    padding: 40px;
    border-radius: 20px;
}

#section08 ul {
    display: flex;
    flex-flow: wrap;
    width: 1080px;
    margin: -20px auto;
}

#section08 ul li {
    width: 500px;
    margin: 20px;
}

@media screen and (max-width: 800px) {

    #section08 ul {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        margin: -10px auto;
    }

    #section08 ul li {
        width: 100%;
        margin: 10px 0;
    }

}

/****************************************

    /*

*****************************************/

#section09 {}

#section09 h2 {
    margin: 0 0 40px;
}

#section09 ul {
    display: flex;
    width: 800px;
    background: url(images/sec09-ul-bg.png) no-repeat center bottom;
    margin: 20px auto;
    padding: 0 0 40px;
}

#section09 ul li {
    flex: 1;
    padding: 20px;
}

#section09 ul li:first-child {
    flex-grow: .3;
}

#section09 ul li:first-child img {
    display: block;
    border: 4px solid #ddd;
}

#section09 ul li h3 {
    color: #07b;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

#section09 ul li h3 span {
    display: inline-block;
    width: 60px;
    color: #fff;
    text-align: center;
    background: #07b;
    margin: 0 10px 0 0;
    border-radius: 10px;
}

#section09 .free {
    width: 800px;
    background: url(images/sec09-ul-bg.png) no-repeat center bottom;
    margin: -120px auto 20px;
    padding: 0 0 40px;
}

#section09 p {
    color: #07b;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 800px) {

    #section09 h2 {
        margin: 0 0 20px;
    }

    #section09 ul {
        width: 100%;
        margin: 20px auto;
        padding: 0 0 20px;
    }

    #section09 ul li {
        padding: 10px 5px 20px;
    }

    #section09 ul li:first-child {
        flex-grow: .34;
    }

    #section09 ul li:first-child img {
        border: 2px solid #ddd;
    }

    #section09 ul li h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    #section09 ul li h3 span {
        width: 30px;
        margin: 0 5px 0 0;
    }

    #section09 .free {
        width: 100%;
        background: url(images/sec09-ul-bg.png) no-repeat center bottom;
        margin: -60px auto 20px;
        padding: 0 0 40px;
    }

    #section09 p {
        font-size: 16px;
        text-align: left;
    }

    #section09 p br {
        display: none;
    }

}

/****************************************

    /*

*****************************************/

#section10 {
    background: #cef;
}

#section10 h2 {
    margin: 0 0 40px;
}

#section10 dt {
    display: block;
    width: 1000px;
    color: #036;
    background: #fff;
    margin: 20px auto;
    padding: 20px 50px 20px 90px;
    position: relative;
    cursor: pointer;
}

#section10 dt::before {
    content: "Q";
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    background: #07b;
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
}

#section10 dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #07b;
    border-bottom: 3px solid #07b;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

#section10 dt.open::after {
    transform: rotate(225deg);
}

#section10 dd {
    display: none;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 50px 20px 90px;
    position: relative;
}

#section10 dd::before {
    content: "A";
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    background: #f45;
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
}

@media screen and (max-width: 800px) {

    #section10 h2 {
        margin: 0 0 20px;
    }

    #section10 dl {
        margin: 0;
    }

    #section10 dt {
        width: 100%;
        font-size: 16px;
        margin: 16px auto;
        padding: 20px 35px 20px 60px;
    }

    #section10 dt::before {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 30px;
        position: absolute;
        top: 20px;
        left: 15px;
    }

    #section10 dt::after {
        right: 15px;
        width: 8px;
        height: 8px;
        border-right: 3px solid #08d;
        border-bottom: 3px solid #08d;
    }

    #section10 dd {
        width: 100%;
        font-size: 16px;
        padding: 10px 20px 20px 60px;
    }

    #section10 dd::before {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 30px;
        position: absolute;
        top: 10px;
        left: 15px;
    }

}

/****************************************

    /*

*****************************************/

#form {
    background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, .05) 5%),
        linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, .05) 5%);
    background-size: 12px 12px;
}

form {
    width: 880px;
    border: 3px solid #eee;
    background: #fff;
    padding: 40px 60px;
    margin: 1px auto 0;
    border-radius: 20px;
}

form h2 {
    text-align: center;
    margin: 0 0 30px;
}

form dl {
    display: table;
    width: 780px;
    border: 3px solid #eee;
    margin: 10px 0;
}

form dl dt,
form dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

form dl dt {
    width: 240px;
    text-align: left;
    background: #f6f6f6;
}

form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
}

form dl dt span.must {
    background: #e44;
}

form dl dt span.any {
    background: #aaa;
}

form dl dd {
    width: 540px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 12px;
    margin: 5px 0 0;
}

form .server-error {
    border: solid 1px #e44;
    color: #e44;
    text-align: center;
    margin: 40px;
    padding: 40px 10px;
}

@media screen and (max-width: 800px) {

    #form {
        padding: 40px 10px;
    }

    form {
        width: 100%;
        padding: 40px 10px;
        border-radius: 10px;
    }

    form h3 img {
        width: 90%;
        max-width: 520px;
        margin: 0 0 10px;
    }

    form dl {
        display: block;
        width: 100%;
    }

    form dl dt,
    form dl dd {
        display: block;
    }

    form dl dt {
        width: 100%;
        margin: 0 0 5px;
    }

    form dl dd {
        width: 100%;
    }

    form .server-error {
        margin: 0;
    }

}

form input,
form textarea,
form select {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
}

form textarea {
    height: 200px;
}

form select {
    min-height: 45px;
    background: url("images/form-select.png") no-repeat right center;
    background-size: 50px 35px;
    padding: 10px;
    cursor: pointer;
}

form .submitWrap {
    text-align: center;
    padding: 10px 0 15px;
}

form button {
    display: inline-block;
    width: 320px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    background: -webkit-gradient(linear, center top, center bottom, from(#0a0), to(#080));
    background: linear-gradient(to bottom, #0a0, #080);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00aa00', endColorstr='#008800');
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 0 #060;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

form button::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

form button:hover {
    top: 5px;
    box-shadow: 0 0 0 #060;
}

form button:hover::after {
    right: 10px;
}

@media screen and (max-width: 800px) {

    form button {
        width: 90%;
        font-size: 16px;
    }

}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

/****************************************

    /*

*****************************************/

footer {
    color: #fff;
    text-align: center;
    padding: 0;
}

footer .link {
    font-size: 14px;
    background: #07b;
    padding: 20px 0;
}

footer .link a {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

footer p {
    font-size: 12px;
    background: #222;
    padding: 10px 0;
}

@media screen and (max-width: 800px) {

    footer .link {
        font-size: 14px;
        padding: 20px;
    }

    footer p {
        font-size: 11px;
        padding: 10px 0 70px;
    }

}

/****************************************

    /*

*****************************************/

#fixCta {
    width: 100%;
    background: rgba(0, 100, 170, .5);
    position: fixed;
    left: 0;
    bottom: 0;
}

#fixCta ul {
    display: flex;
    padding: 3px;
}

#fixCta ul li {
    flex: 1;
    padding: 2px;
}

/****************************************

    /*

*****************************************/

#header {
    overflow: hidden;
    padding: 10px 0;
}

#header h1 {
    width: 490px;
    margin: 10px 0;
    float: left;
}

#header ul {
    display: flex;
    width: 500px;
    float: right;
}

#header ul li {
    flex: 1;
    padding: 5px 10px;
}

@media screen and (max-width: 800px) {

    #header {
        overflow: hidden;
        padding: 10px 0;
    }

    #header h1 {
        width: 75%;
        max-width: 490px;
        margin: 10px auto;
        float: none;
    }

    #header ul {
        display: none;
    }

}

/****************************************

    /*

*****************************************/

#company {
    min-height: 600px;
}

#company h3,
#privacy h3,
#thanks h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

#company table {
    width: 880px;
    margin: 20px auto 0;
}

#company table th,
#company table td {
    padding: 10px;
    vertical-align: top;
}

#company table th {
    width: 280px;
}

#company table th span {
    display: block;
    color: #fff;
    background: #07b;
    margin: 0 20px 0 0;
    padding: 5px 20px;
    border-radius: 20px;
}

#privacy p,
#thanks p {
    margin: 1em;
}

#thanks {
    text-align: center;
}

#thanks .mailImage {
    width: 320px;
    margin: 40px auto -40px;
}

.backLink {
    text-align: center;
    margin: 40px 0 0 !important;
}

.backLink a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #aaa;
    padding: 5px 40px;
    border-radius: 10px;
}

@media screen and (max-width: 800px) {

    #company {
        min-height: 480px;
    }

    #company h3,
    #privacy h3,
    #thanks h3 {
        font-size: 20px;
    }

    #company table {
        width: 100%;
        margin: 20px auto 0;
    }

    #company table th,
    #company table td {
        padding: 10px;
        vertical-align: top;
    }

    #company table th {
        width: 100%;
        float: left;
    }

    #company table th span {
        display: block;
        color: #fff;
        background: #07b;
        margin: 0;
        padding: 5px 20px;
        border-radius: 20px;
    }

    #company table td {
        width: 100%;
        padding: 10px 20px;
        float: left;
    }

    #thanks .mailImage {
        width: 200px;
        margin: 40px auto -40px;
    }

    .backLink a {
        padding: 10px 40px;
    }

}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.modal__bg {
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.modal__content img {
    max-height: 90vh;
}

.js-modal-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2em;
    height: 0.3em;
    background: currentColor;
    border-radius: 0.1em;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50vh - 30%);
    right: calc(50vw - 300px);
    z-index: 100;
    pointer-events: painted;
}

.js-modal-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
    .js-modal-close {
        position: absolute;
        top: calc(50vh - 30%);
        right: calc(50vw - 30% + 40px);
    }
}

@media screen and (max-width: 800px) {
    .modal__content {
        width: 80%;
        padding: 0;
    }

    .js-modal-close {
        position: absolute;
        top: calc(50vh - 50vw);
        right: 9%;
    }
}

@media screen and (orientation: landscape) {
    .js-modal-close {
        top: 8%;
    }
}