﻿@charset "utf-8";

/* ==========================================
	Last Up Date 2019/07/12
 --------------------------------------------
	INDEX
 --------------------------------------------
 
	1.00.00 PC_media screen
		1.01.00 #main_photo
        1.02.00 #c_form
	2.00.00 TB_media screen
		2.01.00 #main_photo
        2.02.00 #c_form
	3.00.00 SP_media screen
		3.01.00 #main_photo
        3.02.00 #c_form

========================================== */
/* ==========================================
1.00.00 PC_media screen
========================================== */
@media screen and (min-width:1024px),print{
/* ==========================================
	1.01.00 #main_photo
========================================== */
body#contact div#main_photo {
    background: rgba(191,201,214,0.3);
}
body#contact div#main_photo div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1024px;
    padding: 85px 35px 0;
}
body#contact div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#contact div#main_photo h2 + p {
    display: block;
    margin: 25px auto 0;
    max-width: 470px;
    text-align: center;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.2;
}
body#contact div#main_photo div div {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #63bec6;
    width: 596px;
    padding: 40px 0;
    margin: 50px auto -80px;
}
body#contact div#main_photo h5 {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 {
    display: block;
    margin: 15px 0 0;
    font:500 2.5rem futura-pt, sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 + p {
    display: block;
    margin: 10px 0 0;
    font-size: 1.3rem;
	line-height: 1.0;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
}
/*div.end_text*/
body#contact div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
}
body#contact div.end_text h3 {
    display: block;
    font:500 2.0rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
}
body#contact div.end_text h3 + p {
    display: block;
    margin: 25px auto 0;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
}
body#contact div.end_text a {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    width: 300px;
    background: #63bec6;
    border: solid thin #63bec6;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 25px 0;
}
body#contact div.end_text a:hover {
    background: #FFFFFF;
    color: #63bec6;
}
/* ==========================================
	1.02.00 #c_form
========================================== */
body#contact div#c_form {
    margin: 135px 0 0;
}
body#contact div#c_form .in_box {
    max-width: 1024px;
    padding: 0 35px;
}
body#contact div#c_form ul li {
    display: flex;
    align-items: center;
    background: rgba(191,201,214,0.3);
    padding: 25px;
}
body#contact div#c_form ul li:not(:first-child) {
    margin: 40px 0 0;
}
body#contact div#c_form li p:first-child {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.0;
    box-sizing: border-box;
    padding: 0 20px;
    width: 300px;
}
body#contact div#c_form li p:first-child span {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    color: #b7282c;
    font-size: 1.8rem;
    line-height: 1.0;
}
body#contact div#c_form li p:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 300px);
    font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}
body#contact div#c_form li p:last-child span.error {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2;
    color: #b7282c;
}
body#contact div#c_form li select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000000;
    padding: 25px 50px 25px 25px;
    background: url("../../img/common/s_arrow.svg") no-repeat top 33px right 25px #FFFFFF;
    background-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
body#contact div#c_form li input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000000;
    padding: 25px;
    cursor: pointer;
}
body#contact div#c_form li input::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 25px;
    box-sizing: border-box;
    min-height: 250px;
    border: 0;
    outline: none;
    background: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2.0;
}
body#contact div#c_form li textarea::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li input:hover,
body#contact div#c_form li select:hover,
body#contact div#c_form li textarea:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
body#contact div#c_form li select:focus {
    background: url("../../img/common/s_arrow.svg") no-repeat top 33px right 25px rgba(99,190,198,0.15);
    background-size: 15px;
}
body#contact div#c_form div.in_box {
    margin: 40px auto;
}
body#contact div#c_form ul + div.in_box p {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: center;
}
body#contact div#c_form ul + div.in_box p a {
    display: inline-block;
    color: #63bec6;
    padding: 0 3px;
}
body#contact div#c_form ul + div.in_box p a:hover {
    text-decoration: underline;
}
body#contact div#c_form ul + div.in_box div {
    display: flex;
    justify-content: center;
    margin: 45px 0 0;
}
body#contact div#c_form ul + div.in_box div button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 425px;
    background: #000000;
    color: #FFFFFF;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 1.0;
    cursor: pointer;
}
body#contact div#c_form ul + div.in_box div button:hover {
	background: #63bec6;
}
}
/* ==========================================
2.00.00 TB_media screen
========================================== */
@media screen and (max-width: 1023px) and (min-width:569px) {
/* ==========================================
	2.01.00 #main_photo
========================================== */
body#contact div#main_photo {
    background: rgba(191,201,214,0.3);
}
body#contact div#main_photo div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 85px 35px 0;
}
body#contact div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#contact div#main_photo h2 + p {
    display: block;
    margin: 25px auto 0;
    max-width: 470px;
    text-align: center;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.2;
}
body#contact div#main_photo div div {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #63bec6;
    width: 490px;
    padding: 40px 0;
    margin: 50px auto -80px;
}
body#contact div#main_photo h5 {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 {
    display: block;
    margin: 15px 0 0;
    font:500 2.5rem futura-pt, sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 + p {
    display: block;
    margin: 10px 0 0;
    font-size: 1.3rem;
	line-height: 1.0;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
}
/*div.end_text*/
body#contact div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 35px;
}
body#contact div.end_text h3 {
    display: block;
    font:500 2.0rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
}
body#contact div.end_text h3 + p {
    display: block;
    margin: 25px auto 0;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
}
body#contact div.end_text a {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    width: 300px;
    background: #63bec6;
    border: solid thin #63bec6;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 25px 0;
}
body#contact div.end_text a:hover {
    background: #FFFFFF;
    color: #63bec6;
}
/* ==========================================
	2.02.00 #c_form
========================================== */
body#contact div#c_form {
    margin: 135px 0 0;
}
body#contact div#c_form .in_box {
    padding: 0 35px;
}
body#contact div#c_form ul li {
    display: flex;
    flex-flow: column;
    background: rgba(191,201,214,0.3);
    padding: 25px;
}
body#contact div#c_form ul li:not(:first-child) {
    margin: 40px 0 0;
}
body#contact div#c_form li p:first-child {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.0;
    box-sizing: border-box;
    padding: 0 0 10px;
    width: 100%;
}
body#contact div#c_form li p:first-child span {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    color: #b7282c;
    font-size: 1.8rem;
    line-height: 1.0;
}
body#contact div#c_form li p:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}
body#contact div#c_form li p:last-child span.error {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2;
    color: #b7282c;
}
body#contact div#c_form li select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000000;
    padding: 25px 50px 25px 25px;
    background: url("../../img/common/s_arrow.svg") no-repeat top 33px right 25px #FFFFFF;
    background-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
body#contact div#c_form li input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000000;
    padding: 25px;
    cursor: pointer;
}
body#contact div#c_form li input::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 25px;
    box-sizing: border-box;
    min-height: 250px;
    border: 0;
    outline: none;
    background: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2.0;
}
body#contact div#c_form li textarea::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li input:hover,
body#contact div#c_form li select:hover,
body#contact div#c_form li textarea:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
body#contact div#c_form li select:focus {
    background: url("../../img/common/s_arrow.svg") no-repeat top 33px right 25px rgba(99,190,198,0.15);
    background-size: 15px;
}
body#contact div#c_form div.in_box {
    margin: 40px auto;
}
body#contact div#c_form ul + div.in_box p {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: center;
}
body#contact div#c_form ul + div.in_box p a {
    display: inline-block;
    color: #63bec6;
    padding: 0 3px;
}
body#contact div#c_form ul + div.in_box p a:hover {
    text-decoration: underline;
}
body#contact div#c_form ul + div.in_box div {
    display: flex;
    justify-content: center;
    margin: 45px 0 0;
}
body#contact div#c_form ul + div.in_box div button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 425px;
    background: #000000;
    color: #FFFFFF;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 1.0;
    cursor: pointer;
}
body#contact div#c_form ul + div.in_box div button:hover {
	background: #63bec6;
}
}
/* ==========================================
3.00.00 SP_media screen
========================================== */
@media screen and (max-width: 568px) {
/* ==========================================
	3.01.00 #main_photo
========================================== */
body#contact div#main_photo {
    background: rgba(191,201,214,0.3);
}
body#contact div#main_photo div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 40px 15px 0;
}
body#contact div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#contact div#main_photo h2 + p {
    display: block;
    margin: 25px auto 0;
    text-align: center;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.0;
}
body#contact div#main_photo div div {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #63bec6;
    width: 100%;
    max-width: 450px;
    padding: 30px 0;
    margin: 40px auto -80px;
}
body#contact div#main_photo h5 {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 {
    display: block;
    margin: 10px 0 0;
    font:500 2.2rem futura-pt, sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.0;
    color: #FFFFFF;
}
body#contact div#main_photo h6 + p {
    display: block;
    margin: 10px 0 0;
    font-size: 1.3rem;
	line-height: 1.0;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
}
/*div.end_text*/
body#contact div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 15px;
}
body#contact div.end_text h3 {
    display: block;
    text-align: center;
    font:500 2.0rem futura-pt, sans-serif;
    line-height: 1.5;
	letter-spacing: 0.2rem;
}
body#contact div.end_text h3 + p {
    display: block;
    margin: 25px auto 0;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
}
body#contact div.end_text h3 + p br {
    display: none;
}
body#contact div.end_text a {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    width: 80%;
    max-width: 300px;
    background: #63bec6;
    border: solid thin #63bec6;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 20px 0;
}
/* ==========================================
	3.02.00 #c_form
========================================== */
body#contact div#c_form {
    margin: 135px 0 0;
}
body#contact div#c_form .in_box {
    padding: 0 15px;
}
body#contact div#c_form ul li {
    display: flex;
    flex-flow: column;
    background: rgba(191,201,214,0.3);
    padding: 25px 15px;
}
body#contact div#c_form ul li:not(:first-child) {
    margin: 20px 0 0;
}
body#contact div#c_form li p:first-child {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.0;
    box-sizing: border-box;
    padding: 0 0 10px;
    width: 100%;
}
body#contact div#c_form li p:first-child span {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    color: #b7282c;
    font-size: 1.8rem;
    line-height: 1.0;
}
body#contact div#c_form li p:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}
body#contact div#c_form li p:last-child a {
    color: #000000;
    text-decoration: underline;
    font-size: 1.3rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}
body#contact div#c_form li p:last-child span.error {
    display: block;
    font-size: 1.3rem;
    line-height: 2.2;
    color: #b7282c;
}
body#contact div#c_form li select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 1.6rem;
    color: #000000;
    padding: 15px 50px 15px 15px;
    background: url("../../img/common/s_arrow.svg") no-repeat top 24px right 15px #FFFFFF;
    background-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
body#contact div#c_form li input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 1.6rem;
    color: #000000;
    padding: 15px;
    cursor: pointer;
}
body#contact div#c_form li input::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
    min-height: 250px;
    border: 0;
    outline: none;
    background: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.0;
}
body#contact div#c_form li textarea::placeholder {
    color: rgba(178,178,178,0.8);
}
body#contact div#c_form li select:focus {
    background: url("../../img/common/s_arrow.svg") no-repeat top 33px right 25px rgba(99,190,198,0.15);
    background-size: 15px;
}
body#contact div#c_form div.in_box {
    margin: 30px auto;
}
body#contact div#c_form ul + div.in_box p {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
}
body#contact div#c_form ul + div.in_box p a {
    display: inline-block;
    color: #63bec6;
    padding: 0 3px;
}
body#contact div#c_form ul + div.in_box div {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
body#contact div#c_form ul + div.in_box div button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: block;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    max-width: 425px;
    background: #000000;
    color: #FFFFFF;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
}