#infoBox1{
	box-sizing: border-box;
	padding: 0px 0 70px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	width: 900px;
	margin: 0 auto;
}
#infoBox1 h2{
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 15px;
	clear: both;
	padding: 10px 1% 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; 
}
#infoBox1 dl{
	display:flex;
	flex-wrap: wrap;
	border-top: none;
	border-bottom: 1px solid #DEDEDE; 
	margin-bottom: 40px;
}
#infoBox1 dt{
	background: #F3F3F3;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	border-top: 1px solid #DEDEDE; 
}
#infoBox1 dd{
	padding: 20px;
	margin: 0;
	border-top: 1px solid #DEDEDE; 
	width: 75%;
	background: #FFFFFF;
	box-sizing: border-box;
}
#infoBox1 #footInfo{
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	background-color: #EDF1F4;
	margin-top: 40px;
}
#infoBox1 ol{
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 30px;
}
#infoBox1 ol li{
	list-style: disc;
}
#infoBox1 ul{
	font-size: 0;
}
#infoBox1 ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 33.333333%;
	box-sizing: border-box;
	font-size: 16px;
}
#infoBox1 ul li:before{
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	left: 0em;
	top: 0;
	font-size: 110%;
}
#infoBox1 ul p{
}
#infoBox1 ul i{
	margin-right: 5px;
	font-size: 100%;
}
#infoBox1 ul a{
	display: inline-block;
	width: 100%;
	padding-left: 13px;
	box-sizing: border-box;
}
#infoBox1 ul li:last-child{
	border-bottom: none;
}
#infoBox1 i{
	margin-right: 9px;
	font-size: 110%;
}
#infoBox1 .pSpace{
	padding: 0 30px;
}
#infoBox1 .underspace{
	margin-bottom: 30px;
}
#infoBox1 .conTel{
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 900;
}
#infoBox1 .conTel a{
	color: rgba(229,0,18,1.00);
}
input {
	height: 40px;
	font-size: 16px;
}
select{
        height: 40px;
        outline:none;
        text-indent: 0.01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        border: 1px solid #999999;
        border-radius: 4px;
}
input, select {
	vertical-align:middle;
}
    select option{
      background-color: #fff;
      color: #333;
}
    select::-ms-expand {
      display: none;
}
    select:-moz-focusring { 
      color: transparent; 
      text-shadow: 0 0 0 #828c9a;
}
 
#infoBox1 img{
	margin-bottom: 40px;
}

@media screen and (max-width:768px){
#infoBox1{
	padding: 0 0 50px;
	width: 90%;
}
#infoBox1 h2{
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 10px 1% 10px;
}
#infoBox1 h4{
	font-size: 100%;
	font-weight: normal;
	clear: both;
	padding: 0 1% 15px;
	border-bottom: 1px solid #EEE;
	border-top: none;
}
#infoBox1 dl{
	border-bottom: 1px solid #DEDEDE;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
#infoBox1 dt{
	width: 100%;
	float: none;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 5%;
	padding-right: 5%;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	clear: both;
	box-sizing: border-box;
}
#infoBox1 dd{
	box-sizing: border-box;
	width: 100%;
	float: none;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px none #EBEBEB;
	border-left: 1px none #EBEBEB;
}
#infoBox1 ul{
	width: 100%;
	margin: 0 0 0;
}
#infoBox1 ul li{
	width: 100%;
	margin-left: 5%;
	box-sizing: border-box;
}
#infoBox1 .notfound{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	padding: 0 0 10px;
	border-top: none;
	border-bottom: none; 
}
#infoBox1 ol{
	margin-left: 20px;
	margin-right: 0;
}
#infoBox1 .pSpace{
	padding: 0 0px;
}
#infoBox1 img{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
}

#image-btn {
	display:inline-block;
	border:1px solid #999!important;
	border-radius:5px;
	background:#E6E6E6;
	cursor:pointer;
	color:#464646;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F0F0F0), color-stop(0.00, #D7D7D7));
	background:-webkit-linear-gradient(#F0F0F0, #D7D7D7);
	background:-moz-linear-gradient(#F0F0F0, #D7D7D7);
	background:linear-gradient#F0F0F0, #D7D7D7);
	padding-top: 10px;
	padding-bottom: 6px;
	width: 40%;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	clear: both;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

@media screen and (max-width:768px){
#image-btn {
	display:inline-block;
	border:1px solid #999!important;
	border-radius:5px;
	background:#E6E6E6;
	cursor:pointer;
	color:#464646;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F0F0F0), color-stop(0.00, #D7D7D7));
	background:-webkit-linear-gradient(#F0F0F0, #D7D7D7);
	background:-moz-linear-gradient(#F0F0F0, #D7D7D7);
	background:linear-gradient#F0F0F0, #D7D7D7);
	padding-top: 10px;
	padding-bottom: 6px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	clear: both;
	margin-top: 15px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
}
.must {
	display: inline-block;
	background-color: #C00;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	
}

input[type=text],input[type=email],input[type=tel],textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #999999;
	border-radius: 4px;
	outline: none;
}
input[type=text]:focus {border-color: #da3c41;}
input[type=email]:focus {border-color: #da3c41;}
textarea:focus {border-color: #da3c41;}

.subbt {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(135deg, #ffd900, #ff9300);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
  border: 2px solid #e75b1d;
  background: #fff;
  color: #e75b1d;
}
.subbt:hover {
  background: #e75b1d;
  color: #fff;
}
.subbt:focus {
  top: 2px;
}

.spOnly {
	display: none !important;
}

@media screen and (max-width:768px){

.pcOnly {
	display:none !important;
}
.spOnly {
	display:block !important;
}