@charset "utf-8";
/* CSS Document */

.block__sd-kv-contents-contact {
	/*background: url("../img/recruit/ellipse-img.png") no-repeat top left;
	background-size: contain;*/
	position: relative;
	margin-bottom: 5rem;
	width: 100%;
}
.block__sd-kv-comment-contact {
	padding:0 0 0 5rem;
	width: 100%;
}
.block__sd-kv-comment-contact h2 {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #444;
	padding-top: 3rem;
}
.heading-small {
    color: #333333;
    font-weight: 400;
}

.heading-small::after {
    display: block;
    font-weight: 400;
    font-size: 1.65rem;
    line-height: 2.5;
    content: attr(data-label);
}
.block__contents-contact {
	position: relative;
	padding: 1rem 5rem;
	width: 100%;
}
.block__sd-kv-comment-contact p {
	font-size: 1.3rem;
	font-weight: 700;
	color: #008ED7;
	padding-top: 5rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
	line-height: 1.5;
}


.block__contact {
	padding: 1rem 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
    /*background: #cde4ff;*/
}

.block__contact h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
}

.block__contact h3::before , .block__contact h3::after {
	content: '';
	width: 70px;
	height: 2px;
    background-color: #AFAFAF;
}

.block__contact h3::before {
	margin-right: 20px;
}

.block__contact h3::after {
	margin-left: 20px;
}

/*
.block__contact h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #AFAFAF;
}

.block__contact h3 span {
  position: relative;
  padding: 0 1em;
  background: #F3F3F3;
}
*/

.block__contact p {
	color: rgba(62,62,62,1.00);
	font-weight: 600;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 2rem;
}

.block__contact-contents {
	background-color: #F3F3F3;
	padding: 3rem; 
	margin: 2rem auto 4rem;
	width: 80%;
}
.block__contact-contents dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px solid #D1D1D1;	
}
.block__contact-contents dt {
	width: 30%;
/*	
	border-bottom: 1px solid #D1D1D1;
	padding: 2rem;
	margin-bottom: 0.8rem;
	line-height: 2.0;
	width: 25%;
*/
}
.block__contact-contents dd {
	width: 70%;
/*
	border-bottom: 1px solid #D1D1D1;
	padding: 2rem;
	margin-bottom: 0.8rem;
	line-height: 2.0;
	width: 75%;
*/
}
.required {
	background-color: #FF4427;
	color: #FFF;
	font-size: 0.8rem;
	padding: 0 0.13rem;
	margin-left: 0.3rem;
}
.block__contact-contents dd.fb__form--checkbox {
/*	display: flex;*/
}

input[type="text"] , input[type="email"] , input[type="tel"]  , textarea {
	padding: 1.0rem;
	background-color: #FFF;
    border: 2px solid #d1d1d1;
	border-radius: 5px;
	width: 100%;
}

input[type="checkbox"] {
  display: none;
}

label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 12px 2rem;
  position: relative;
  width: 100%;
}    
label::before {
  background: #fff;
  border: 2px solid #d1d1d1;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  border-radius: 3px;
}
label::after {
  border-right: 3px solid #ea545d;
  border-bottom: 3px solid #ea545d;
  content: '';
  display: block;
  height: 10px;
  left: 13px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 2px solid #ea545d;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  border-radius: 3px;
}

.block__contact-contents dd textarea {
  width: 100%;
  height: 150px;
  /*font-size: 1.125rem;*/
  outline: none;
}

.botton-contents {
	margin: 4rem auto 0;
	text-align: center;
}

.botton-contents input[type="submit"] {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.8rem 3.0rem 1.0rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #FFF;
  outline: none;
  background-color: #008ED7; 
  border-radius: 100vh;
}

.botton-contents input[type="submit"]:hover {
    background: #7fc6eb;
    color: #FFF;
	opacity: 0.9;
}


.block__contact-contents .button {
    background: #008ED7;
    border-radius: 100vh;
    position: relative;
    display: inline-block/*flex*/;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 1rem auto 0;
    padding: 0.8rem 3rem;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.188rem;
}

.block__contact-contents .button:hover {
    background: #000;
    color: #FFF;
	opacity: 0.9;
}

/* ----------
エラー
---------- */

.block__contact--error {
	text-align: center;
}

.p__contact--error {
	margin-bottom: 3rem;
}

.error_messe {
  margin: 0.5rem 0;
  color: red;
}

.botton-contents input[type="button"] {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.8rem 3.0rem 1.0rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #FFF;
  outline: none;
  background-color: #000; 
  border-radius: 100vh;
}

.botton-contents input[type="button"]:hover {
	background: #aaaaaa;
    color: #FFF;
}

/* ----------
確認
---------- */

.tbl__contact--confirm {
	width: 100%;
	margin: 4rem 0;
	border-collapse: collapse;
}

.tbl__contact--confirm th , .tbl__contact--confirm td {
	padding: 2.0rem;
	border: 2px solid #f7f7f7;
}

.tbl__contact--confirm th {
	background: #ddd;
}

.tbl__contact--confirm td {
	background: #ebebeb;
}

/* ==============================
レスポンシブ
================================= */

@media screen and (max-width: 1230px) {
	
	
}

@media screen and (max-width: 1080px) {
	
	
.block__contents-contact {
	position: relative;
	padding: 1rem 3rem;
	width: 100%;
}
	
.block__sd-kv-comment-contact p {
	font-size: 1.3rem;
	font-weight: 700;
	color: #008ED7;
	padding-top: 3rem;
	line-height: 1.5;
}	
.block__contact-contents {
	width: 90%;
}
/*
.block__contact-contents dd div {
	display: flex;
	flex-wrap: wrap;
}
*/

.block__contact-contents dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.block__contact-contents dt {
/*	padding: 2rem 2.5rem 0;*/
	width: 100%;
	margin-bottom: 1.0rem;
}
.block__contact-contents dd {
	width: 100%;
}
textarea {
        width: 30%;
        height: 200px;
    }	
	
}

@media screen and (max-width: 980px) {
.block__contact-tel {
	width: 60%;
}
.block__contact-tel p {
	color: rgba(62,62,62,1.00);
	font-weight: 600;
	text-align: center;
	font-size: 1.3rem;
}
	
}
	

@media screen and (max-width: 600px) {

.btn,
a.btn,
button.btn {
  font-size: 1.188rem;
  padding: 2rem 6rem;
}
.block__sd-kv-comment-contact {
	padding:0 0 0 2rem;
	width: 100%;
}

.block__sd-kv-comment-contact h2 {
	font-size: 3.5rem;
	padding-right: 1rem;
}
.heading-small::after {
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.5;
    content: attr(data-label);
}
.block__sd-kv-comment-contact p {
	font-size: 1.188rem;
	line-height: 1.2;
}	
.block__contents-contact {
	position: relative;
	padding: 1rem 0;
	width: 100%;
}
.block__contact {
	width: 100%;
}
/*
.block__contact h3 {
	color: rgba(62,62,62,1.00);
	font-size: 1.375rem;
	font-weight: 600;
    display: inline-block;
	text-align: center;
	position: relative;
    padding: 0;
	border-bottom: 2px solid rgba(204,204,204,1.00);
}
.block__contact h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  background: none;
}
*/

.block__contact h3 {
	display: inline-block;
	padding: 0 0.625rem 0.625rem;
	border-bottom: 2px solid #AFAFAF;
	
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
	font-weight: 600;
	text-align: center;
	*/
}

.block__contact h3::before , .block__contact h3::after {
	content: none;
	/*
	content: '';
	width: 70px;
	height: 2px;
    background-color: #AFAFAF;
	*/
}

.block__contact h3::before {
	margin-right: 15px;
}

.block__contact h3::after {
	margin-left: 15px;
}

.block__contact-contents {
	background-color: #F3F3F3;
	padding: 1rem; 
	margin: 0 5% 5rem;
	width: 90%;
}
/*
.block__contact-contents dl {
	font-size: 1.1rem;
}
.block__contact-contents dt {
	border-bottom: 0;
	padding: 2rem 0 0;
	margin-bottom: 0;
	width: 100%;
}
.block__contact-contents dd {
	padding-left: 0;
	width: 100%;
}
.block__contact-contents dd textarea {
    width: 100%;
	padding-left: 1rem;
 }
 */

.botton-contents {
	margin-top: 1.0rem;
}

/* ----------
確認
---------- */

.tbl__contact--confirm {
	margin: 1rem 0;
}

.tbl__contact--confirm th , .tbl__contact--confirm td {
	display: block;
	padding: 1.0rem;
	border: 1px solid #f7f7f7;
}

.tbl__contact--confirm th {
	text-align: center;
}

}

/* ==============================
print
================================= */
/* A4サイズ縦 */
@page {
    size: A4 portrait;
}

@media print {
.block__sd-kv-comment-contact h2 {
	font-size: 3.5rem;
}
.block__sd-kv-comment-contact p {
	font-size: 0.8rem;
	font-weight: 700;
	color: #008ED7;
	padding-top: 5rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
	line-height: 1.5;
}
.block__contact-tel {
	width: 80%;
}
.block__contact-contents {
	background-color: #F3F3F3;
	padding: 1rem; 
	margin: 0 0 5rem;
	width: 100%;
}
.block__contact-contents dl {
	font-size: 0.6rem;
}
.block__contact-contents dt {
	width: 30%;
}
.block__contact-contents dd {
	width: 70%;
}
	
	
}




