
/* テキストボックス */

input[type="text"],
input[type="email"],
input[type="tel"]{
	width:100%;
	font-size:16px;
	height:50px;
	padding:7px 7px 7px 7px;
	background-color:#fff;
	border:2px solid #cccccc;
	border-radius:6px;
}

/* セレクトボックス */
select{
	width:100%;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	/*height:40px;*/
	padding: 10px 20px 10px 20px;
	background-color:#fff;
	border:2px solid #cccccc;
	border-radius:6px;
	font-size:21px;
	color: #7b7673;
}
/*select::-ms-expand {
    display: none;
}
select option,
select optgroup{
	background:#fff;
}*/


/* ラジオボタン */
input[type="radio"] {
	opacity:0;
}
input[type="radio"]  + span{
	margin-left:-15px;
	padding-left:30px;
	display:inline-block;
	vertical-align:middle;
	position: relative;
}
input[type="radio"]  + span:before{
	content: "";
	display:inline-block;
	width:22px;
	height: 22px;
	margin-right:10px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	border-radius:  50%;
	-webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	cursor: pointer;
	outline : none;
	position:absolute;
	top:calc(50% - 15px);
	left:0;
}
input[type="radio"]:checked + span:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #0080c7;
	position: absolute;
	top: calc(50% - 10px);
	left: 5px;
	border-radius: 50%;
}




/* チェックボックス */

/* input[type="checkbox"] {
	position: relative;
	-webkit-appearance: button;
	-moz-appearance: checkbox;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	margin-right:10px;
	content: "";
	background-color:#fff;
	border:2px solid #cccccc;
	border-radius:6px;
	vertical-align: text-top;
	cursor: pointer;
	outline : none;
} */
/*input[type="checkbox"]:checked:after {
	display: block;
	width: 14px !important;
	height: 24px !important;
	position: absolute;
	top: -10px;
	left: 3px;
	content: "";
	border-right: 3px solid #f00 !important;
	border-bottom: 3px solid #f00 !important;
	content: '' !important;
	-webkit-transform: rotate(35deg) !important;
	-ms-transform: rotate(35deg) !important;
	transform: rotate(35deg) !important;
}*/

/* テキストエリア */
textarea{
	width:100%;
	min-height: 200px;
	font-size:16px;
	padding:7px 7px;
	color:#555;
	background-color:#fff;
	border:2px solid #cccccc;
	border-radius:6px;
	vertical-align:bottom;
}
@media screen and (max-width:768px){
	textarea{
		min-height: 150px;
	}
}


/* アップロードボタン */
#contact label.file {
	color: #fff;
	font-size: 16px;
	background-color: #46B0FF;
	padding: 6px;
	border-radius: 5px;
	cursor:pointer;
	border: solid 1px #46B0FF;
	margin-left: 20px;
}
#contact label.file > input{
	display:none;
}

/*#contact label.file {
  padding: 5px 20px;
  color: #ffffff;
  background-color: #46B0FF;
  cursor: pointer;
  border-radius:5px;
  transition: .3s;
}
#contact label:hover {
  opacity: 0.8;
}
#contact input[type="file"] {
  display: none;
}*/



/* ボタン */
#contact input[type="submit"]{
	/*display:block;*/
	display:inkline-block;
	/*width:648px;*/
	line-height:60px;
	margin:30px auto 0;
	font-size:20px;
	/*background-color:#f69814;
	color:#fff;
	border-radius:16px;
	box-shadow:0 4px 0 #f67716;*/
	transition : none;
	-webkit-transition : none;
	cursor:pointer;
}
#contact input[type="submit"]:hover{
	opacity:0.5;
	/*background-color:#f8ad43;*/
}
#contact input[type="submit"]:active{
	/*background-color:#d18a34;
	color:rgba(255,255,255,0.8);
	transform:translateY(4px);
	box-shadow:none;*/
}
#contact button[type="submit"]{
	display:inkline-block;
	width:186px;
	margin:0 10px 0;
	line-height:60px;
	font-size:22px;
	font-weight:bold;
	background-color:#eb3b1c;
	color:#fff;
	/*border-radius:6px;*/
	cursor:pointer;
	/*box-shadow:0 4px 0 #d13b1c;*/
	border: solid 3px #000;
}
#contact input[type="button"]{
	display:inkline-block;
	/*width:186px;*/
	margin:30px auto 0;
	line-height:60px;
	font-size:20px;
	/*font-weight:bold;
	background-color:#989898;
	color:#fff;*/
	/*border-radius:6px;*/
	transition : none;
	-webkit-transition : none;
	cursor:pointer;
}
input[type="submit"]:hover{
	opacity:0.5;
}
input[type="image"]:hover{
	opacity:0.5;
}


/* ボタンデザイン　確認 */

input.btn_submit {
  cursor: pointer;
  display: block;
  width: 611px;
  height: 65px;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn.png") no-repeat top center;
}
 
input.btn_submit:hover {
  /*background: url(btn_submit.gif) no-repeat 0 -50px;*/
	opacity:0.5;
}

/* ボタンデザイン　修正 */

input.btn_fix {
  cursor: pointer;
  display: block;
  width: 284px;
  height: 81px;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn_back.png") no-repeat top center;
}
 
input.btn_fix:hover {
  /*background: url(btn_submit.gif) no-repeat 0 -50px;*/
	opacity:0.5;
}

/* ボタンデザイン　送信 */

input.btn_send {
  cursor: pointer;
  display: block;
  width: 284px;
  height: 81px;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn_send.png") no-repeat top center;
}
 
input.btn_send:hover {
  /*background: url(btn_submit.gif) no-repeat 0 -50px;*/
	opacity:0.5;
}



@media screen and (max-width:768px){
/*#contact input[type="submit"]{
	width:88%;
	line-height:50px;
	margin:20px auto 0;
	font-size:16px;
	cursor:pointer;
}
#contact button[type="submit"]{
	width:88%;
	margin:0 5px 0;
	line-height:40px;
	font-size:16px;
	border-radius:3px;
}
#contact button[type="button"]{
	width:88%;
	margin:0 5px 0;
	line-height:40px;
	font-size:16px;
	border-radius:3px;
}*/
	
	
input[type="radio"]  + span{
	margin-left: 0px;
	padding-left:30px;
	display:inline-block;
	vertical-align:middle;
	position: relative;
}
li:first-child input[type="radio"]  + span{
	margin-left: 0px;
}
input[type="radio"]  + span:before{
	content: "";
	display:inline-block;
	width:18px;
	height: 18px;
	margin-right:5px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	border-radius:  50%;
	-webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 8px rgba(0,0,0,0.1);
	cursor: pointer;
	outline : none;
	position:absolute;
	top:calc(50% - 10px);
	left:0;
}
input[type="radio"]:checked + span:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #309696;
	position: absolute;
	top: calc(50% - 5px);
	left: 5px;
	border-radius: 50%;
}
	
input[type="image"]{
	width: 88%;
	height: auto;
}
	
	
	
/* ボタンデザイン　確認 */
	
input.btn_submit {
  cursor: pointer;
  display: block;
  width: 90%;
  height: auto;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn.png") no-repeat top center;
	background-size: contain;
}
	
/* ボタンデザイン　修正 */

input.btn_fix {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn_back.png") no-repeat top center;
  background-size: contain;
}
 
input.btn_fix:hover {
  /*background: url(btn_submit.gif) no-repeat 0 -50px;*/
	opacity:0.5;
}

/* ボタンデザイン　送信 */

input.btn_send {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  text-indent: -9999px;
  background: url("../images/form_btn_send.png") no-repeat top center;
  background-size: contain;
}
 
input.btn_send:hover {
  /*background: url(btn_submit.gif) no-repeat 0 -50px;*/
	opacity:0.5;
}	
	
	
	
}



/* プレイスホルダー */
input::placeholder,
textarea::placeholder{
  color:#9b9898;
}
input:-ms-input-placeholder,
textarea::placeholder{
  color:#9b9898;
}
input::-ms-input-placeholder,
textarea::placeholder{
  color:#9b9898;
}


/* エラー */
form label.error {
	margin-top:7px;
	color: #EB3B1C;
	display:block;
	text-align:left;
}
#formWrap span.er {
	color: #EB3B1C;
}





/*
	2024.02.19追加			*/

.s-title01 {
	font-size: 21px;
	color: #E73828;
	padding-bottom: 4px;
	border-bottom: 1px solid #595757;
	margin-bottom: 10px;
}
.s-title01 span {
	font-size: 17px;
	color: #717071;
}
.area-btn {
	text-align: center;
	font-size: 18px;
	background-color: #EEEEEF;
	position: relative;
	padding: 4px 0;
	margin-top: 15px;
}
.area-btn::after {
	border-right: solid 2px #717071;
	border-top: solid 2px #717071;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 25px;
	top: 20%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 15px;
}
.area-btn.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.bg-r { background-color: #F9DEE5;}
.bg-b { background-color: #DBEDF0;}
.bg-g { background-color: #E9F2D7;}
.bg-y { background-color: #FAEDD1;}
.bg-p { background-color: #E8E2EE;}

.bg-r2 { background-color: #FCE2D3;}
.bg-b2 { background-color: #E9F2FF;}
.bg-g2 { background-color: #F2EEBD;}
.bg-y2 { background-color: #FFFBD5;}
.bg-p2 { background-color: #F2F1F5;}

#contact form dl dd .area-content {
	display: none;
}
#contact form dl dd ul.ul03 {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
@media screen and (max-width:768px){
	#contact form dl dd ul.ul03 {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

#contact form dl dd ul.ul03 li {
	margin: 10px 1.5%;
	font-size: 14px;
}
input[type="checkbox"] {
	position: relative;
	-webkit-appearance: button;
	-moz-appearance: checkbox;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	content: "";
	background-color:#fff;
	border:2px solid #cccccc;
	border-radius:6px;
	vertical-align: middle;
	cursor: pointer;
	outline : none;
}

/* 
	CSSアコーディオン */

/* 
	CSSアコーディオン */

/*
	2024.02.19追加			*/