@charset "utf-8";
/*----------------------------
	contact
----------------------------*/
.inquiryBox {
    width: 70%;
    margin: 0 auto;
}
.inquiryTxt {
    margin: 0 auto 50px;
}
.contact {
	position: relative;
	overflow: auto;
}

.contactBox {
    width: 90%;
    margin: 0 auto;
    /* float: right; */
}

.titleBox .titleimg {
	width: 100%;
	max-width: 265px;
}

.titleLine {
	padding: 40px 0 30px;
}

.contactBoxbk {
	position: absolute;
	width: 45%;
	right: 0;
	bottom: 30px;
}

.contactBoxLeft, .contactBoxRight {

}

.contactBoxLeft label {
    display: block;
    padding-left: 10px;
    font-weight: 800;
    font-size: 16px;
}



.contactBoxLeft form div:last-child input {
	height: 300px;
	word-wrap: break-word;
}

.contactBoxLeft form div {
	position: relative;
	margin-bottom: 30px;
}

.contactBoxLeft form div:before {
	display: block;
	content: "";
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #66cccc;
}
.c_input {
	width: 100%;
	padding: 10px;
	background: #ededeb;
	border: none;
}
.c_textarea {
    width: 100%;
    padding: 10px;
    background: #ededeb;
    border: none;
}
/*c_buttonボタン設定・***********************************/
.c_button {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border: 2px solid #333;
    margin: 0 0 10px 13%;
}
.c_button::before, .c_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.c_button, .c_button::before, .c_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.c_button:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #66cccc;
}
.c_button_r {
    /* float: right; */
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border: 2px solid #333;
}
.c_button_r:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #66cccc;
}
.contact_txt{
	margin-bottom:50px;
}







.boxes {
  margin: auto;
  padding: 50px;
  background: #fff;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #66cccc;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*◼️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}
/*◼️ 900px~1199px（タブレット縦横）　*/
@media screen and (min-width:56.25em) and ( max-width:74.9375em) {}
/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and (min-width:31.25em) and ( max-width:56.1875em) {

}
/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) { 
.inquiryBox {
    width: 90%;
    margin: 0 auto;
}	
.boxes {
    margin: auto;
    padding: 10px;
    background: #fff;
}
.c_button {
    width: 55%;
    margin: 0 0 10px 0%;
}
.c_button_r {
    width: 40%;
}	
	
}


