@charset "utf-8";

/* ==================================================

 - top.css

================================================== */


/* ---------------------------------------- 

 - #Container

---------------------------------------- */
#Container {
    padding-top: 146px;
}
@media screen and (max-width: 768px) {
#Container {
    padding-top: 107px;
}
}

/* ---------------------------------------- 

 - #MainImage

---------------------------------------- */
#MainImage .wrapper {
    padding: 0;
}
#MainImage img {
    width: 100%;
}

/* ---------------------------------------- 

 - #sec01

---------------------------------------- */
#sec01 .wrapper {
    padding: 50px 100px 0 70px;
}
#sec01 h2 {
    font-size: 23px;
    border-bottom: solid 2px #ada39d;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
}
#sec01 table {
    font-size: 19px;
    margin-bottom: 40px;
    width: 100%;
}
#sec01 table tr th {
    background: #efefef;
    font-family: "Noto Serif Japanese", serif;
    line-height: 1.2;
    padding: 18px 15px;
    vertical-align: top;
    width: 35%;
}
#sec01 table tr td {
    padding: 8px 0 8px 35px;
    width: 65%;
}
#sec01 table tr.box1 th {
    padding: 10px 15px 0 15px;
}
#sec01 table tr.box1 td {
    padding: 0 0 8px 35px;
}
#sec01 table tr.box3 th {
    padding: 18px 15px 0 15px;
    width: 35%;
}
#sec01 table tr.box3 td {
    padding: 8px 0 0 35px;
    width: 65%;
}
#sec01 table tr.box4 td select,
#sec01 table tr.box4 td input {
    margin: 5px 0;
}
#sec01 table tr td input[type=text],
#sec01 table tr td input[type=tel],
#sec01 table tr td input[type=email]{
    border: solid 1px #000;
    height: 36px;
    padding: 5px 10px;
    width: 100%;
}
#sec01 table tr td select{
    border: solid 1px #000;
    height: 36px;
    padding: 2px 10px;
}
#sec01 table tr.box2 td input[type=text] {
    margin: 0 4px;
    width: 112px;
}
#sec01 table tr.box2 td input[type=text]:first-of-type {
    margin: 0 4px 0 0;
}
#sec01 table tr td textarea {
    border: solid 1px #000;
    line-height: 1.6;
    height: 290px;
    padding: 5px 10px;
    width: 100%;
}
#sec01 p.btn {
    display: flex;
        justify-content: center;
        align-items: center;
    margin-bottom: 86px;
}
#sec01 p.btn a.submitBtn {
    border: solid 1px #000;
    color: #000;
    display: inline-block;
    font-family: "Noto Serif Japanese", serif;
    line-height: 1;
    font-size: 21px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 172px;
}
#sec01 p.btn a.submitBtn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
#sec01 .wrapper {
    padding: 50px 20px 0 20px;
    
}
#sec01 table {
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
}
#sec01 table tr {
    display: block;
    margin-bottom: 20px;
}
#sec01 table tr th {
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    width: 100%;
}
#sec01 table tr td {
    display: block;
    padding: 8px 0 8px 0;
    width: 100%;
}
#sec01 table tr.box1 th {
    padding: 10px 15px;
}
#sec01 table tr.box1 td {
    padding: 8px 0 8px 0;
}
#sec01 table tr.box3 th {
    padding: 10px 15px;
    width: 100%;
}
#sec01 table tr.box3 td {
    padding: 8px 0 8px 0;
    width: 100%;
}
#sec01 table tr.box2 td input[type=text] {
    display: inline-block;
    margin: 0 4px;
    width: 112px;
}
#sec01 table tr.box2 td img {
    width: auto;
}
}

/* ---------------------------------------- 

 - #sec02

---------------------------------------- */
#sec02 {
    margin-bottom: 150px;
}
#sec02 p {
    border-bottom: solid 1px #000;
    font-family: "Noto Serif Japanese", serif;
    display: flex;
        justify-content: space-between;
        align-items: center;
    line-height: 1;
    padding: 0 0 10px;
}
#sec02 p span:first-of-type {
    font-size: 23px;
}
#sec02 p span:last-of-type {
    font-size: 44px;
}
@media screen and (max-width: 768px) {
#sec02 {
    margin-bottom: 0;
}
#sec02 p {
    display: block;
    line-height: 1;
    padding: 0 0 10px;
}
#sec02 p span:first-of-type {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
#sec02 p span:last-of-type {
    font-size: 36px;
}
}

/* ---------------------------------------- 

 - #sec03

---------------------------------------- */
#sec03 {
    padding-bottom: 100px;
}
#sec03.sec03_thanks {
    margin-top: 100px;
}
#sec03 h3 {
    font-size: 33px;
    text-align: center;
    line-height: 1.2;
}
#sec03 ul {
    display: flex;
        justify-content: space-between;
    padding: 30px 1.7% 50px;
}
#sec03 ul li {
    width: 24.15%;
}
#sec03 ul li img {
    width: 100%;
}
#sec03 ul li:nth-of-type(1) {
    transition: all 2s 0s ease; 
}
#sec03 ul li:nth-of-type(2) {
    transition: all 2s 0.4s ease; 
}
#sec03 ul li:nth-of-type(3) {
    transition: all 2s 0.8s ease; 
}
#sec03 ul li:nth-of-type(4) {
    transition: all 2s 1.2s ease; 
}
#sec03 a {
    background: #0068b7;
    border: solid 2px #0068b7;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 34px;
    line-height: 1;
    margin: 0 auto;
    padding: 11px 0;
    text-align: center;
    width: 464px;
    transition: all .2s ease-out; 
}
#sec03 a:hover {
    background: #fff;
    border: solid 2px #0068b7;
    color: #0068b7;
    text-decoration: none;
    transition: all .2s ease-out; 
}
@media screen and (max-width: 768px) {
#sec03 h3 {
    font-size: 22px;
}
#sec03 ul {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    padding: 20px 0;
}
#sec03 ul li {
    margin-bottom: 10px;
    width: 48.3%;
}
#sec03 a {
    font-size: 20px;
    width: 100%;
}
}

/* ---------------------------------------- 

 - body#Thanks

---------------------------------------- */

body#Thanks #sec01 .ta_C {
    text-align: center;
}
body#Thanks #sec01 .pdT2em {
    padding-top: 2em;
}


