@charset "utf-8";

#wrap{
	background: #fff;
	color: #333; 
	line-height: 1.5;
	margin:0 auto;
	max-width:640px;
	width:100%;
}
.fixBtn {
	position: fixed;
    bottom: 0;
    z-index: 100;
}
@media screen and (max-width: 750px){
.fixBtn {
    right: 0;
    width: 40%;
}
}
.voiceBg01 {
background-image: url(../img/voice_bg.jpg);
background-repeat: repeat-y;
background-size: 100% auto;
}
.voiceTxt01 {
	line-height: 1.5;
	color: #3F1F00;
	font-weight: bold;
	padding-top: 0;
	padding-right: 11%;
	padding-left: 11%;
}
.trigger {
	padding-top: 3%;
}
.yellow {
background-color: #FFF096;
}
.hop {
    text-align: center;
    background-image: url(../img/anime_02.jpg);
	background-repeat: repeat-y;
    padding: 0;
	background-size: 100% auto;
}
.hop img {
	width: 85%;
    background-color: #fff;
	margin-bottom: 20px;
}
.koya {
    text-align: left;
    background-image: url(../img/tuika05c_bg.jpg);
	background-repeat: no-repeat;
    padding: 0;
	background-size: 100% auto;
	background-color: #E3E8EA;
}
.koya img {
	width: 37%;
    padding-top: 5px;
    padding-left: 0%;
    background-color: #ABC9AB;
    margin-bottom: 70px;
    margin-top: 0px;
}

.arrow01 {
	margin-top: -1px;
}
.inputZoneBg {
    margin-right: auto;
    margin-left: auto;
	padding: 20px 15px;
    background-color: #f5f5f6;
}
.inputZoneBox {
    color: #4a4a4a;
    background-color: #ffffff;
    background-repeat: repeat;
    border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 3px 0 10px;
}
.inputZoneBox li {
    float: none;
    margin: 0 auto;
	width: 320px;
	text-align: center
}
.inputZoneBox li:last-child {
    margin-bottom: 0;
}
.inputZoneBox li img {
	display: block;
}
.inputZoneBox li label {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
   font-size: 18px; 
   color: #111;
}
.inputZoneBox li img {
	width: 100%;
	height: auto;
}
#ukokkei-landing-page-form .order-items {
    display: none;
}
#ukokkei-landing-page-form .uk-password-revealing-handler {
    width: auto;
}
.inputZoneBox02 {
    padding: 0 0 18px;
}

@media screen and (max-width: 390px){
.inputZoneBox li {
	width: 280px;
}
}
@media screen and (max-width: 350px){
.inputZoneBox li {
	width: 250px;
}
}