@charset "UTF-8";

/* --------------------------------------------------------
	main image
-------------------------------------------------------- */
.page-head > div > div:first-child {
    background: url("../img/main_contactus.jpg");
}

/* --------------------------------------------------------
	box-address
-------------------------------------------------------- */
.sec-form {
    width:700px;
}
.box-address {
    padding-top: 5em;
    margin-bottom: 5em;
}
.box-address > div > div:first-child,
.box-address div:last-child div {
    width: 100%;
    max-width: 328px;
    height: 70px;
    background: #004098;
    border: 2px solid #313131;
    transition: .3s;
}
.box-address > div > div:hover {
    filter: brightness(1.3);
}
.box-address > div:last-child {
    display: flex;
}
.box-address address {
    font-style: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-address address span::before {
    content: url(../img/place.svg);
    display: block;
    width: 25px;
    position: absolute;
    top: 15px;
    left: 105px;
}
.box-address div div a {
    color: #ddd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-address div div:first-child a span::before {
    content: url("../img/mail.svg");
    display: block;
    width: 25px;
    position: absolute;
    top: 21px;
    left: 35px;
}
.box-address div div:last-child a span::before {
    content: url("../img/tell.svg");
    display: block;
    width: 25px;
    position: absolute;
    top: 21px;
    left: 10%;
} 
.box-address address,
.box-address div div a {
    color: #ddd;
    font-size: 120%;
    font-style: normal;
    width: 100%;
    height: 100%;
}
.box-address span {
    margin-right: -30px;
}
#formWrap div{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .sec-form{
        width: 100%;
        padding: 0;
    }
    .box-address {
        display: flex;
        justify-content: center;
    }
    .box-address > div:last-child {
        flex-wrap: wrap;
    }
}

/* --------------------------------------------------------
	mail form
-------------------------------------------------------- */
table {
    width: 100%;
    margin-bottom: 2em;
}
th {
    width: 15%;
    text-align: left;
}
th span, .motive span.att {
    color: #D30000;
}
td {
    width: 75%;
    padding: 15px 0;

}
td input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #DDD;
    font-size: 16px;
}
td select{
    width: 100%;
    height: 2.5em;
    border-radius: 6px;
    font-size: 1em;
}
td textarea {
    width: 100%;
    background: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #DDD;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .formTable th{
        width: 19%;
        font-size: 14px;
    }
    .check + span {
        font-size: 14px;
    }
}

/* --------------------------------------------------------
	.contactus
-------------------------------------------------------- */


.contactus main{
    margin-bottom: 3em;
}
.contactus .bk_area h1 {
    font-size: 38px;
    margin: 0 0 24px;
    padding-top: 1.5em;
}
.contactus .bk_area p {
    font-size: 16px;
}
.contactus div.contactus-contents{
    margin: 0 auto;
}
.contactus div.w_area{
    background: #fff;
    padding-bottom: 6em;
}
.contactus div.lb_area{
    background: #c7d2e5;
}
.contactus section{
    margin-bottom: 0;
}
.contactus .text-head{
    margin-top: auto;
    padding-top: 40px;
}
.contactus #formWrap{
    padding-bottom: 5em;
}
.contactus div.bk_area{
    margin-bottom: -3em;
}

@media screen and (max-width: 768px) {
    .contactus div.bk_area {
        padding-bottom: 1em;
        margin-bottom: -37vw;
    }
}

/* --------------------------------------------------------
	check で押せる button
-------------------------------------------------------- */
#formWrap div.btn-wrapper {
    padding: 20px 0;
    text-align: center;
    display: block;
  }  
  #formWrap div.check-box {
    margin-bottom: 20px;
    display: block;
  }  
  .check {
    display: none;
  }  
  .check + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em 0;
    padding: 0 0 0 2em;
    position: relative;
  }  
  .check + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1.3em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3em;
  }  
  .check + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid rgba(0, 0, 0, 0.8);
    border-left: 3px solid rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 0.6em;
    left: 1%;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 1em;
  }  
  .check:checked + span::after {
    opacity: 1;
  }  
  .submit {
    -webkit-appearance: none;
    background-image: none;
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 0.6em 2em;
    text-decoration: none;
  }  
  .submit:hover,
  .submit:focus {
    outline: none;
    filter: none;
  }  
  .submit::-moz-foucus-inner {
    border: none;
    padding: 0;
  }  
  input:disabled {
    cursor: default;
    opacity: 0.4;
    background: #222;
    color: #888;  
  }
  input:hover{
    filter: brightness(1.3);
  }




  /* --------------------------------------------------------
	.download
-------------------------------------------------------- */
.download .bk_area .inner{
    max-width: 1160px;
    margin: auto;
}
.download .box-flex{
    align-items: flex-start;
    max-width: 1160px;
    margin: auto;
}
.download .box-flex img{
    max-width: 220px;
    margin-bottom: 1.5em;
}
.download section.sec-form{
    background: #878787;
    margin-bottom: 5em;
    box-shadow: -20px 20px 30px 0 rgb(0 0 0 / 90%);
}
.download .motive p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.25em;
}
.download .sec-form a{
    color: #024380;
}

@media screen and (max-width: 768px) {
    .download .box-flex {
        display: block;
    }
    .download section.sec-form {
        padding: 0.5em 2%;
    }
    .download .bk_area p{
        margin-bottom: 2em;
    }
}