@charset "utf-8";
/* 900px for SP */
@media screen and (max-width: 900px) {

	html{
		font-size: 2.56410256vw; /* デザイン390px幅で10pxを1remと指定。 */
	}
	body{
		font-size: 1.5rem;
		line-height: 1.5;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size:1.4rem;
	}
	img{
		height: auto;
		width: 100%;
	}
	.pc_only{
		display: none !important;
	}

	/*---------------------------------------------------------*/
	/* wrapper */
	.wrapper_full,
	.wrapper_l,
	.wrapper_m,
	.wrapper_s,
	.wrapper_700,
	.wrapper_ss{
		padding: 0 1.5rem;
		margin:0 auto;
		max-width: none;
	}
	.wrapper_inner{
		padding: 0;
	}

	/*---------------------------------------------------------*/
	/* font */
	.text_pccenter_spleft{
		text-align: left;
	}

	/* list */
	.list_circlenum li{
		padding-left: 4.6rem;
	}
	.list_circlenum li .num{
		font-size: 1.8rem;
		height: 3.4rem;
		width: 3.4rem;
	}
	.list_circlenum li + li{
		margin-top: 3.4rem;
	}
	.list_circlenum li + li::after{
		top: -2.2rem;
	}

	/*---------------------------------------------------------*/
	/* btn_text */
	.btn_text a{
		font-size: 1.4rem;
		margin-top: 3.2rem;
	}
	.btn_text .ic_gotonext{
		height: 1.8rem;
		width: 1.8rem;
	}

	/*---------------------------------------------------------*/
	/* btn_register */
	.btn_register a{
		font-size: 1.6rem;
		height: 7.6rem;
		width: 32rem;
	}
	.btn_register a::after{
		margin-left: 1rem;
		height: 3.2rem;
		width: 3.2rem;
	}

	/*---------------------------------------------------------*/
	/* margin & padding */
	.sp_mt_30{
		margin-top: 3rem;
	}
	.sp_mt_40{
		margin-top: 4rem;
	}
	.sp_mt_60{
		margin-top: 6rem;
	}
	.sp_mt_80{
		margin-top: 8rem;
	}
	.sp_mt_100{
		margin-top: 10rem;
	}
	.sp_mt_130{
		margin-top: 13rem;
	}
	.sp_mt_160{
		margin-top: 16rem;
	}
	.sp_mt_180{
		margin-top: 18rem;
	}
	.sp_mt_200{
		margin-top: 20rem;
	}

	/*---------------------------------------------------------*/
	/* flex & float */
	.flex_block{
		display: block;
	}

	/*---------------------------------------------------------*/
	/* box */
	.box_shadow{
		border-radius: 0.6rem;
	}

	/*---------------------------------------------------------*/
	/* bg_image */
	.page_lower .bg_image{
		background-image: url(../img/background_sp.png);
	}

	/*---------------------------------------------------------*/
	/* head */
	.head{
		height: 4.8rem;
	}

	/* logo */
	.head .logo{
		padding: 1.3rem 0 0 1.5rem;
	}
	.head .logo img{
		width: 10rem;
	}

	/* head_hamburger */
	.head_hamburger{
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0.8rem;
		right: 1.5rem;
		width: 3.2rem;
		height: 3.2rem;
		cursor: pointer;
		z-index: 600;
	}
	.head_hamburger .border{
		background: #3E3E3E;
		border-radius: 10rem;
		display: block;
		width: 2.6rem;
		height: 0.2rem;
		position: absolute;
		transition: all 0.2s ease;
	}
	.head_hamburger .border:nth-child(1){
		top: 0.5rem;
	}
	.head_hamburger .border:nth-child(3){
		bottom: 0.5rem;
	}
	.head_hamburger.active .border:nth-child(1){
		top: calc(50% - 0.1rem);
		transform: rotate(45deg);
	}
	.head_hamburger.active .border:nth-child(2){
		width: 0;
	}
	.head_hamburger.active .border:nth-child(3){
		top: calc(50% - 0.1rem);
		transform: rotate(-45deg);
	}

	/* head_hamburger_body */
	.head_hamburger_body{
		background: #EFEFEF;
		display: none;
		padding: 1.8rem 1.5rem 2rem;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 500;
	}
	.head_hamburger_body .inner{
		overflow: auto;
		margin: auto;
		height: 100%;
		width: 100%;
	}
	.head_hamburger_body a{
		width: 100%;
	}
	/* .head_hamburger_body logo */
	.head_hamburger_body .logo img{
		width: 12rem;
	}
	/* hambruger_links */
	.hambruger_links{
		border-top: #8D8D8D solid 0.1rem;
		margin-top: 2.8rem;
	}
	.hambruger_links a{
		border-bottom: #8D8D8D solid 0.1rem;
		display: flex;
		justify-content: space-between;
		padding: 1.9rem 1.6rem;
	}
	.hambruger_links a:hover{
		background: #fff;
		opacity: 1;
	}
	.hambruger_links .privacy,
	.hambruger_links .legal,
	.hambruger_links .sublink{
		display: none;
	}
	.hambruger_links a::after{
		background: url(../img/ic_arrow_right_black.svg) no-repeat center center;
		background-size: cover;
		content: "";
		height: 2.4rem;
		width: 2.4rem;
	}
	.hambruger_links a:hover::after{
		animation: ic_arrow_r 1s cubic-bezier(0.25, 1, 0.5, 1) forwards infinite;
	}
	@keyframes ic_arrow_r {
		0%{
			transform: translateX(-1rem);
		}
		100%{
			transform: translateX(1rem);
		}
	}
	/* repolt_logo */
	.head_hamburger_body .repolt_logo img{
		margin-top: 7.2rem;
		width: 23.9rem;
	}

	/*---------------------------------------------------------*/
	/* foot */
	.foot{
		display: block;
		margin-top: 8rem;
		padding: 4rem 2.5rem;
	}
	/* links */
	.foot .links{
		display: block;
		height: auto;
		width: 100%;
	}
	/* logo */
	.foot .repolt_logo{
		margin: 5.7rem auto;
	}
	.foot .repolt_logo img{
		width: 19rem;
	}
	/* copyright */
	.copyright{
		padding: 0;
	}

	/*---------------------------------------------------------*/
	/* basic_contents */
	.basic_contents{
		padding: 10.4rem 0 0;
	}
	#lower_mv + .basic_contents{
		padding-top: 7rem;
	}

	/*---------------------------------------------------------*/
	/* basic_title */
	.basic_title{
		margin-bottom: 4.8rem;
	}
	.basic_title .en{
		font-size: 4rem;
		margin-bottom: 0.8rem;
	}
	.basic_title .jp{
		font-size: 2rem;
	}

	/*---------------------------------------------------------*/
	/* title_sidebar */
	.title_sidebar{
		font-size: 2rem;
		margin-bottom: 2.4rem;
		padding-left: 2.4rem;
	}
	.title_sidebar::before{
		height: 0.4rem;
		width: 1.6rem;
		top: 1.4rem;
	}

	/*---------------------------------------------------------*/
	/* basic_table  */
	.basic_table{
		border-spacing: 0.2rem;
	}
	/* thead */
	.basic_table thead th{
		border-radius: 0.4rem 0.4rem 0 0;
		padding: 1.2rem;
	}

	/* tbody */
	.basic_table tbody th,
	.basic_table tbody td{
		font-size: 1.2rem;
		padding: 0.8rem;
	}
	.basic_table tbody th{
		font-size: 1.1rem;
	}

	/*---------------------------------------------------------*/
	/* easytips */
	.easytips::before{
		left: -0.4rem;
	}
	.easytips_icon{
		height: 1.3rem;
		width: 1.3rem;
	}
	.easytips_body{
		font-size: 1.2rem;
		left: calc(50% - 3rem);
		padding: 1rem;
		width: 16rem;
	}

}