/*
Theme Name:DECORTE
Author: yuki izawa
Version:1.0
*/


/* --------共通--------- */



html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size:1.8rem;
    font-weight: 400;
    font-style: normal;
    background-color: #eaf6fd;
}
p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}

/* --------PC--------- */

header {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.container {
    max-width: 600px;
    margin: auto;
    margin-top: 5rem;
    background-color: #fff;
    padding: 3rem;
    border-radius: 2rem;
}
.shirowaku {
    border: 1px solid #000;
    border-radius: 2rem;
    padding: 3rem;
}
.top_img {
    margin-bottom: -3rem;
}
.title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 500;
}
.btn-warning {
    color: #000;
    border-color:#fbe3d6;
    background-color: #fbe3d6;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}
.btn-warning:last-of-type {
    margin-bottom:0;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ea7137;
    border-color: #ea7137;
}
#comp_btn:hover {
    color: #000;
    background-color:#fbe3d6;
    border-color: #fbe3d6;
    opacity: 0.6;
}

.btn-info {
    padding: 2rem 0;
    font-size: 1.8rem;
    border-radius: 0.5rem;
}
.form-control {
    height: 5rem;
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #000;
}
.submitbtn {
    padding: 2rem 0;
    margin-bottom: 2rem!important;
     margin-top: 2rem!important;
}
.form-group {
    margin-bottom: 2rem;
}
.form_com_inner {
    max-width: 600px;
    margin: auto;
    margin-top: 5rem;
    background-color: #fff;
    padding: 3rem;
    border-radius: 2rem;
}
.form_com_inner h2 {
    font-size: 2.4rem;
    color: #ea7137;
    font-weight: 400;
    display: table;
    margin: auto;
    border-bottom: 2px solid #ea7137;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}
.form_com_inner p {
    text-align: center;
    margin-bottom: 3rem;
}
.form_com_inner a {
    display: flex;
    width: 30rem;
    height: 6rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    background-color: #ea7137;
    border: unset;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0px 5px 0px 0px #e8e8e8;
    background-image: url(../img/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 20px center;
}

.form_com_inner a:hover {
    opacity: 0.6;
    text-decoration: none;
}



.footer_img {
    margin-top: 10rem;
    margin-bottom: 3rem;
}
footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
footer ul li {
    margin-right: 3rem;
}
footer ul li:last-child {
    margin-right: 0;
}
footer ul li a {
    font-size: 1.4rem;
    color: #000;
}
footer ul li a:hover {
    color: #000;
}
footer .copy {
    background-color: #ea7137;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem 0;
}




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

.top_img {
    margin-bottom: -1.1em;
}
.container {
    max-width: unset;
    margin: auto;
    margin-top: 3rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    width: 95%;
}
.shirowaku {
    border: 1px solid #000;
    border-radius: 1rem;
    padding: 2rem;
}
footer .copy {
    font-size: 1.2rem;
}

header img {
    width: 45%;
}









}
