

body { 
  background: url(../../hihi/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.pad0{
	padding: 0;
}

.mar0{
	margin: 0;
}


.txthead {
	text-align: center;
	color:#585857;
	font-size: 26px;
	font-weight: normal;
	margin: 10px auto 5px;
	line-height: 1.2;
	max-width: 560px;
}

.txthead span{
	color:#e84e0e;
}



.txthead_link {
	font-family: 'db_ivory_xregular';
    text-align: left;
    color: #e84e0e;
    font-size: 26px;
    font-weight: normal;
    margin: 30px 0 4px 85px;
    line-height: 1.2;
    max-width: 130px;
    display: block;
}


.txthead_link:hover {
    color: #e84e0e;
}




.TB{display: none;}

.line {
	height: 10px;
	width: 96%;
	margin: 0 auto;
	border-radius: 15px;
	background: #ffe5bf;
	background: -moz-linear-gradient(left,  #ffe5bf 0%, #fab335 45%, #e84e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffe5bf 0%,#fab335 45%,#e84e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffe5bf 0%,#fab335 45%,#e84e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5bf', endColorstr='#e84e0e',GradientType=1 ); /* IE6-9 */
}


.txtLabel{
	color: #e84e0e;
	font-size: 26px;
	font-family:'db_ivory_xregular';
}



label {
  display: block;
  margin-bottom: 18px;
}

label>* {
	display: inline-block;
	vertical-align: middle;
}


label span{
  width: 175px;
	color: #e84e0e;
	font-size: 26px;
	font-family:'db_ivory_xregular';
}

input {
	width: 280px;
	height: 40px;
	border: 1px solid #e84e0e;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	outline-color: #e84e0e;
}

button{
	font-family:'db_ivory_xregular';
	width: 275px;
	height: 50px;
	background-color: #e84e0e;
	color: #fff;
	text-align: center;
	font-size: 34px;
	display: block;
	border: none;
	margin: 30px auto;
	outline-color: #e84e0e;
}

.wrap_condition {
	max-width: 1040px;
	margin: 0 auto 20px;
	padding: 0 15px;
	padding-left: 45px;
}


.wrap_condition h2{
	font-size:36px;
	color:#585857;
	margin-bottom: 0;
	line-height: 1;
}


.wrap_condition li{
    margin: 10px 0 20px;
	color: #333;
	font-size: 24px;
	line-height: 1.1;
	padding-right: 30px;
}

ol {
	overflow: hidden;
	padding: 0 15px;
	margin: 0;
}


footer {
	background-color: rgba(232,78,14,.65);
	width: 100%;
	height: 80px;
}
.wrap_footer{
	margin-top: 10px;
	overflow: hidden;
}
.wrap_footer .isocial{
	margin-left: 0;
}

.wrap_footer .itt{
	margin-right: 0;
}

.imgTL {display: none !important;}



















@media (max-width: 1199px){
.txthead {
    font-size: 26px;
    max-width: 550px;
}

.txthead_link {
    margin: 35px 0 4px 25px;
}


label span {
    width: 150px;
    font-size: 22px;
}
input {
    width: 220px;
    height: 34px;
    padding: 5px;
    font-size: 24px;
}
button {
    width: 245px;
    height: 45px;
    color: #fff;
    font-size: 30px;
    margin: 25px auto;
}
.line {height: 7px;}
.wrap_condition h2 {font-size: 32px;}
.wrap_condition li {font-size: 20px;}

}	











@media (max-width: 991px){
.txthead {
    font-size: 26px;
    max-width: 550px;
    margin-top: 30px;
}

.txthead_link {
    margin: 15px auto 20px;
    font-size: 24px;
}


label span {
    width: 160px;
    font-size: 22px;
    text-align: left;
}
input {
    width: 250px;
    height: 34px;
    padding: 5px;
    font-size: 24px;
}
button {
    width: 245px;
    height: 45px;
    color: #fff;
    font-size: 30px;
    margin: 25px auto;
}
.line {height: 7px;}
.wrap_condition h2 {font-size: 32px;}
.wrap_condition li {font-size: 20px;}

label{text-align: center;}

.grapPC {display: none;}

.TB{display: block; font-size: 22px; margin-bottom: 20px;}
.imgPC {display: none !important;}
.imgTL {display: block !important;}


}





@media (max-width: 767px){
.txthead {
    font-size: 22px;
    margin-top: 15px;
}

.txthead_link {
    text-align: center;
}

label span {
    width: 160px;
    font-size: 20px;
    text-align: left;
}
input {
    width: 100%;
    height: 32px;
    padding: 5px;
    font-size: 24px;
}
button {
    width: 200px;
    height: 40px;
    font-size: 28px;
    margin: 20px auto;
}
.line {height: 5px; width: 90%;}
.wrap_condition {padding: 0px;}
.wrap_condition h2 {font-size: 26px; padding: 0 15px;}
.wrap_condition li {font-size: 20px; padding: 0;}

label{text-align: left; margin-bottom: 5px;}

.grapPC {display: none;}

.TB{display: block; font-size: 20px; margin-bottom: 20px;}
.imgPC {display: block !important;}
.imgTL {display: none !important;}

.isocial {display: none !important;}
.wrap_footer .itt {margin: 0 auto;}
}








area {
	outline: 0;
}