@charset "utf-8";
/* CSS Document */

.top_bar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 70px;
    background: #000;
    border-bottom: 2px solid #e75074;
    display: flex;
    align-items: center;
}

 .top_bar .inner{
	width:700px;
	margin:0 auto;
}
.top_bar .toptxt{
	width:65%;
}
.top_bar img{
	vertical-align: bottom;
}

.float{
    position: fixed;
    width: 200px;
    bottom: 0;
    right: 5%;
	animation: fluffy1 4s ease infinite;
}

@keyframes fluffy1{
	0%{transform:translateY(0)}
	5%{transform:translateY(0)}
	10%{transform:translateY(0)}
	20%{transform:translateY(-15px)}
	25%{transform:translateY(0)}30%{transform:translateY(-15px)}
	50%{transform:translateY(0)}100%{transform:translateY(0)}
}

/* header
   ========================================================================== */
header{
	position: relative;
}

.top_form{
	position: relative;
}

.top_form .main{
	line-height: 0;
	text-align: center;
}

.top_form .mid {
    padding: 2vw 12% 0;
    background: url("../img/form/mid.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.top_form .mid .form{
	margin: 0vw 0 0;
	min-height: 280px;
}

.top_form .mid .form .sample{
	color: #000;
}

.top_form .mid > p{
	margin: 20px auto -3vw;
	width: 100%;
	line-height: 0;
	text-align: center;
	z-index: 1;
	position: relative;
}

.top_form .bottom{
	line-height: 0;
	text-align: center;
}

header h1{
	margin: 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 0;
	position: relative;
}

header h1 div{
	position:absolute;
	bottom:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:65%;
}

h1 .sendtxt img {
    -webkit-animation: anim-btn 0.5s infinite alternate;
    animation: anim-btn 0.5s infinite alternate;
}

header .main_btn{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes anim-btn {
	0% {
		-webkit-transform:scale(1);
		-webkit-filter: brightness(1);
	} 100% {
		-webkit-transform:scale(1.02);
		-webkit-filter: brightness(1.1);
	}
}
@keyframes anim-btn {
	0% {
		transform:scale(1);
		filter: brightness(1);
	} 100% {
		transform:scale(1.02);
		filter: brightness(1.1);
	}
}

/* main_btn
   ========================================================================== */
.main_btn{
	margin: 0 0 0;
	line-height: 0;
	text-align: center;
}

.main_btn a{
	margin: auto;
	width: 95%;
	display: block;
}

/* top_block
   ========================================================================== */
.top_block,.voice_block{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
}

.main_bottom{
	margin: 0 auto;
	line-height: 0;
}

.top_block .main_btn{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 1vw;
}

.voice_block .main_btn{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 3vw;
}

/* voice
   ========================================================================== */
.voice{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
}

.voice h2{
	margin: 0 auto 6vw;
	width: 70%;
	line-height: 0;
	text-align: center;
}

.voice h2 img{
	width: 100%;
}

.voice .bg{
	padding: 33vw 0 0;
	background: url("../img/voice/bg_top.jpg") no-repeat center top,url("../img/voice/bg_bottom.jpg") no-repeat center bottom,url("../img/voice/bg_mid.jpg") repeat-y center top;
	background-size: 100% auto;
}

.voice .box{
	margin: 0 auto;
	padding: 0 0 0;
    box-sizing: border-box;
	width: 100%;
}

.voice .item{
	margin: 0 5vw;
	padding: 22px 5px 12px;
	font-size: 0;
}

.voice .item.border{
	background: url(../images/voice/border.png) no-repeat center top;
	background-size: 100% 1.5px;
}

.voice .thum{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.voice .detail{
	width: 80%;
	padding: 0 0 2vw 3%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.voice .title{
	font-size: 5vw;
	color: #ba0110;
	font-weight: bold;
	line-height: 150%;
}

.voice .star_box{
	padding: 0 0 0;
}

.voice .star{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.voice .star img{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.voice .age{
	margin: 0 10px 0 0;
	padding: 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 4.5vw;
	font-weight: bold;
	color: #d99825;
	box-sizing: border-box;
}

.voice .text{
	margin: 5px 0 0;
	padding: 0 0 0;
	font-size: 4vw;
	color: #000;
	line-height: 150%;
}

.voice .main_btn{
	margin: 5vw 0 0;
	padding: 0 0 9vw;
}

/* introduction
   ========================================================================== */
.introduction{
	margin: -1px 0 0;
	text-align: center;
	position: relative;
	padding: 0 0 0;
}

.introduction .main{
	margin: 0 0 0;
	line-height: 0;
}

.introduction .main_btn{
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 7vw;
}

/* teller
   ========================================================================== */
.teller{
	margin: -1px 0 0;
	text-align: center;
	position: relative;
	padding: 0 0 0;
}

.teller .main{
	margin: 0 0 0;
	line-height: 0;
}

.teller .main_btn{
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 70px;
}

/* footer
   ========================================================================== */
footer {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

footer .footer_nav{
	margin: 0;
	padding: 20px 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	display: inline-block;
	width: auto;
}

footer .footer_nav ul li a{
	font-size: 5vw;
	display: inline-block;
	margin: -3px 0 0;
	background-size: auto;
	border: none;
	padding: 0;
	color: #FFF;
	width: auto;
	text-align: left;
	background: none;
}

footer .footer_nav ul li a span{
	color: #FFF;
	border-right: 1px solid #FFF;
	height: 5vw;
	padding: 0 10px;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
	
footer .footer_nav ul li:last-child a span{
	border-right: none;
}

.copy{
	padding-top:.5em;
	color:#eee;
}

@media screen and (min-width : 640px){

	/* header
	   ========================================================================== */
	header h1{
		font-size: 30px;
	}

	.top_form{
		position: relative;
	}
	
	.top_form .main{
		text-align: center;
	}
	
	.top_form .mid{
		padding: 1px 10%;
	}
	
.top_form .mid .form {
    margin: 20px 0 0;
    min-height: 480px;
}
	
	.top_form .mid > p{
		margin: 20px 0 -20px;
		text-align: center;
		width: 100%;
	}

	header .under_title{
		margin: 20px 0 0;
		padding: 20px 0;
	}

	header .main_btn{
		bottom: 2px;
	}


	/* main_btn
	   ========================================================================== */
	.main_btn{
		margin: 0 0 0;
	}
	
	.main_btn .btn {
	    margin: 0 0 5px;
	}
	
	.main_btn .btn a{
	    width: 95%;
	}
	
	.main_btn p{
		margin: -10px auto 0;
		padding: 0;
		width: 65%;
	}


	/* top_block
	   ========================================================================== */
	.top_block{
		padding: 0 0 0;
	}
	
	.main_bottom{
		margin: 0 auto;
		padding: 0 0 0;
	}

	.top_block .main_btn{
		bottom: 15px;
	}
	
		.voice_block .main_btn{
		bottom: 15px;
	}
	
	
	/* voice
	   ========================================================================== */
	.voice{
		margin: 0 0 0;
		padding: 0 0 0;
	}

	.voice .bg{
		padding: 204px 0 0;
	}
	
	.voice .shadow{
		margin: 0px 0 0;
	}
	
	.voice h2{
		margin: 0 auto 40px;
		width: 70%;
		padding: 0;
	}
	
	.voice .box{
		padding: 0 0 0;
	}
	
	.voice .item{
		margin: 0 32px;
		padding: 36px 0 12px;
	}

	.voice .item.border{
		background-size: 100% auto;
	}
	
	.voice .detail {
	    padding: 0 0 2% 3%;
	}
	
	.voice .title{
		margin: 0 0 0;
		font-size: 32px;
		line-height: 150%;
	}

	.voice .star{
		margin: 0 0 3px;
		width: 49%;
	}

	.voice .star_box{
		margin: 5px 0 0;
	}
	
	.voice .age{
		margin: 0 25px 0 0;
		font-size: 30px;
		padding-left: 0;
	}
	
	.voice .text{
		margin-top: 15px;
		font-size: 26px;
	}

	.voice .main_btn{
		margin: 30px 0 0;
    padding: 0 0 57px;
	}

	
	/* introduction
	   ========================================================================== */
	.introduction{
		margin: 0 0 0;
		padding: 0 0 0;
	}

	.introduction .main_btn{
		bottom: 40px;
	}
    
    
    /* footer
       ========================================================================== */
	footer .footer_nav{
		padding: 28px 0;
	}
	
	footer .footer_nav ul li a{
		/*font-size: 30px;*/
		font-size: 15px;
	}
	
	footer .footer_nav ul li a span{
		/*height: 30px;*/
		height: 16px;
		padding: 0 15px;
	}

	
}


.voice .small{
	font-size:80%; 
	color:#5A5A5A; 
	line-height:0;
}