@charset "utf-8";


input, select, textarea {
	padding:5px 10px;
}
.appeal_color {
	color: #E03;
}
.formWrap {
	margin:0 auto 80px;
	padding:0px 0;
	width:900px;
}
@media screen and (max-width: 750px) {
	.formWrap {
		width:100%;
	}
}
.formWrap h2 {
	margin-bottom:60px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.formWrap h2 span {
	padding-bottom:10px;
	border-bottom:2px solid #333;
}
@media screen and (max-width: 750px) {
	.formWrap h2 {
		margin-bottom:60px;
		font-size:16px;
	}
}
.formWrap p {
	margin-top:20px;
}
.formWrap ol li {
	margin-left:30px;
	list-style:decimal;
}

.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin: 10px 0 20px;
	background-image: url(../img/box_bg01.gif);
	border: 1px solid #EEE;
	background-color: #FFF;
	font-size:16px;
}
.formBox input ,
.formBox textarea {
	font-size:16px;
}
@media screen and (max-width: 750px) {
	.formBox {
		font-size:14px;
	}
	.formBox input ,
	.formBox textarea ,
	.formBox select {
		font-size:16px;
	}
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	float: left;
	width: 23%;
	clear: both;
	padding: 1%;
	margin: 0px;
	text-align: right;
	color: #000;
	font-weight: bold;
}
.formBox dd {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 73%;
}
.formBox .catalogList .inBox {
	margin-bottom: 10px;
	text-align: center;
	font-size: 85%;
	line-height: 1.5em;
}
.formBox .catalogList .inBox .photo {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .formBox dt {
    float: none;
    width: auto;
    clear: both;
    text-align: left;
  }
  .formBox dd {
    padding: 0.5%;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
}

.formlist_flex {
	margin-top: 0;
	display:flex;
}
.formlist_flex li {
	margin-right:1em;
}
@media screen and (max-width: 750px) {
	.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;
}
.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;
}
