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

body {
	font-size: 100%;
	color: #000000;
	background: #FFFFFF;
	line-height: 1.7;
	word-wrap: break-word;
}
	
	.container{
		width: 100%;
	}
	.container-inner{
		padding: 10px
	}
	
	p{
		margin: 0 0 10px 0;
	}
	
	a{
		color: #688ada;
	}


	
	.section{
		margin-bottom: 50px;
	}
	.section-s{
		margin-bottom: 30px;
	}
	.section-ss{
		margin-bottom: 20px;
	}
	.section-sss{
		margin-bottom: 10px;
	}
	
	form label{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		padding: 5px;
		color: #688ada;
		font-weight: bold;
	}
	form input[type="text"],
	form input[type="password"],
	form input[type="number"],
	form input[type="tel"],
	form input[type="email"],
	form textarea,
	form select{
		width: 100%;
		padding: 10px;
		background-color: #ffffff;
		border: 1px solid #688ada;
	}
	form input[type="number"]{
		width: auto;
	}
	form input.input-birthday{
		width: 80%;
	}
	form select option{
		padding: 5px;
	}
	form .input-list > li{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f0f3fb;
	}
	form .input-btn{
		display: inline-block;
		padding: 10px 20px;
		color: #688ada;
        font-size: 112.5%;
		font-weight: bold;
		background-color: #ffffff;
		border: 1px solid #688ada;
		cursor: pointer;
	}
	form a.input-btn{
        line-height: normal;
	}
	form .input-btn:hover{
		background-color: #f0f3fb;
	}
	form .cal-icon{
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
	form .cal-icon a{
		display: inline-block;
	}
	form .cal-icon a:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		margin-right: 5px;
		background-image: url("../images/common/anchor-cal.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

.half-box .boxl,
.half-box .boxr{
	margin-bottom: 30px;
}

	
	
	/* POPUP */
	.popup-list{
		display: none;
	}
	.list-format{
		padding: 15px;
	}
	.list-format .data_text{
		margin-bottom: 15px;
	}
	.list-format .btns{
		text-align: center;
	}
	
	.ta-c{
		text-align: center;
	}
	
	.hidden{
		display: none;
	}
	
	.pc{
		display: none;
	}
	
	.message-text{
		margin-bottom: 0;
	}
	
	.pagetitle{
		margin-top: 30px;
	}
    
	form .btns-box{
        margin-top: 40px;
    }
	form .btns-box .items:not(:last-child){
        margin-right: 20px;
    }
    
    


}
