@charset "utf-8";


input, select, textarea {
	padding:5px 10px;
}

.formWrap {
	margin:0 auto;
	padding:0 0 50px;
	width:650px;
}
@media screen and (max-width: 767px) {
	.formWrap {
		width:90%;
	}
}
.formWrap p {
	margin-top:20px;
}
.formWrap ol li {
	margin-left:30px;
	list-style:decimal;
}

.formBox {
	padding: 20px 0;
}
.formBox input ,
.formBox textarea {
	padding:1em;
	font-size:14px;
}
@media screen and (max-width: 767px) {
	.formBox input ,
	.formBox textarea ,
	.formBox select {
		font-size:16px;
	}
}
.formBox dl {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
	padding: 0px;
}
.formBox dt {
	width: 23%;
	text-align: right;
	color: #000;
	font-weight: bold;
}
.formBox dd {
	width: 73%;
}
input[type = "submit"]{
  border: 0;
  background-color: #f4901e;
  display: block;
  margin: 20px auto;
  border: 1px solid #fff;
  padding: 15px 10px 20px;
  width: 200px;
  height:55px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
}
input[type = "submit"]:hover {
  background-color: #f4ba1e;
}

@media screen and (max-width: 767px) {
  .formBox dl {
    flex-direction: column;
  }
  .formBox dt {
    width: auto;
    text-align: left;
  }
  .formBox dd {
    padding: 0.5%;
    width: 80%;
    margin-bottom: 5px;
  }
}

.formlist_flex {
	margin-top: 0;
	display:flex;
}
.formlist_flex li {
	margin-right:1em;
}
@media screen and (max-width: 767px) {
	.formlist_flex {
		flex-direction: column;
	}
	.formlist_flex li {
		margin-right:0;
		margin-bottom:5px;
	}
}

/*-------------------- 基本設定 --------------------*/

ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
.align_center {
	text-align: center;
}
.align_center-justify {
	text-align: center;
}
.margin_top00 {
	margin-top: 0px!important;
}
.margin_top05 {
	margin-top: 5px!important;
}
.margin_top10 {
	margin-top: 10px!important;
}
.margin_top20 {
	margin-top: 20px!important;
}
.margin_top30 {
	margin-top: 30px!important;
}
.margin_top40 {
	margin-top: 40px!important;
}
.margin_top60 {
	margin-top: 60px!important;
}
.margin_top80 {
	margin-top: 80px!important;
}
.textmodeZenkaku {
	ime-mode: active;   /* 全角モード */
}
.textmodeHankaku {
	ime-mode: disabled; /* 半角モード */
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.w3percent {
	width: 3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w30percent {
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w80percent {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w100percent {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
