@charset "utf-8";
html {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 62.5%;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img{
	display:block;
}
/*-----------------------common----------------------*/
.header_inner img{
    width: 100%;
}
footer.footer {
	padding: 5% 2%;
}
footer.footer small,
footer.footer .comment p{
    display: block;
	color:#666;
	font-size:1.2rem;
	font-size:3.75vw;
    text-align: center;
	line-height:1.5;
}
footer.footer .comment .age{
	color:#f457aa;
	font-weight:bold;
	font-size:1.5rem;
	font-size:4.6875vw;
	padding:5.0rem;
	padding:1.5625vw;
}
.registrt .box {
	position: relative;
}
.registrt .box .traial_bg img{
	width:100%;
}
.registrt .box p{
	width: 25%;
    color: #60a8e2;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    font-size: 7.8125vw;
    position: absolute;
    bottom: 40%;
    left: 37%;
}
.registrt .btn_list {
	width: 100%;
    position: absolute;
    bottom: 11%;
}
.registrt .btn_list li {
	width: 80%;
    margin: 0 auto;
}
.registrt .box ul li img {
    /*width: 100%;*/
	width: 70%;
	display: block;
    margin: auto;

}
/*--------------------------------------------------*/

/*---------------------------->>
	main_image
<<----------------------------*/
.sec.main_image{
	position:relative;
}
.sec.main_image img{
	width:100%;
}
.sec.main_image .animation_img{
    width: 100%;
	margin-bottom: -2.2%;
}
.sec.main_image .main_pr {
    position: absolute;
    top: 0;
    left: 0;
    right: 7px;
    width: 60%;
    margin-left: auto;
}
.sec.main_image .main_pr a{
	display: block;
    width: 78%;
    margin-left: auto;
	position: relative;
    right: 7px;
}
/*---------------------------->>
	dis
<<----------------------------*/
.sec.dis .img_area {
    margin-bottom: -2%;
}
.sec.dis .img_area img{
	width:100%;
}
.sec.dis .ex {
    margin-bottom: -2.2%;
}
.sec.dis .ex li {
    width: 100%;
}
.sec.dis ul li img{
    width: 100%;
}
.sec.dis ul li a img{
    width: 70%;
}
/*---------------------------->>
	how_to
<<----------------------------*/
.sec.how_to figure img{
	width:100%;
}
.sec.how_to figure {
    margin-bottom: -2.2%;
}