@charset "utf-8";

body{
	font-size:14px;
}

main{
	display: block;	/* IE11 bug fix */
}

.container{
	max-width:925px;
	margin: 0 auto;
}

header{
	position: static;
	border-top: none;
	background-color:transparent;
}

#main_visual{
	margin-bottom:20px;
	padding:0px 0 30px 0;
}

#main_visual .movie{
	padding-top: 315px;
}

/*
#btn_menu, #local_nav{
	display: none;
}
*/

#btn_menu, #btn_menu_close, #btn_menu_close_small{
	display: none !important;
}

#local_nav{
	display: block !important;
}

#local_nav{
	position: fixed;
	height:auto;
	top:0;
	background-color: transparent;
	z-index: 7000;
}

#local_nav_body{
	position: static;
	box-shadow:none;
	margin: 0;
}

#local_nav ul{
	display: block;
	width: 100%;
	max-width:950px;
	height: auto;
	margin: 0 auto;
	padding:0;
}

#local_nav ul li{
	float: left;
	width:14.28%;
	height:59px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	border-bottom:none;
}

#local_nav li img{
	display: none;
}

#local_nav ul li a{
	display: block;
	width:100%;
	max-width:133px;
	height:59px;
	color: red;
	text-indent: -9999px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #47708c;
}

#local_nav_1 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_1_202007.gif); }
#local_nav_2 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_2_202007.gif); }
#local_nav_3 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_3_202007.gif); }
#local_nav_4 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_4_202007.gif); }
#local_nav_5 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_5_202007.gif); }
#local_nav_6 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_6_202007.gif); }
#local_nav_7 a{ background-image: url(/jp/forHome/solution/pwm/how-to/images/img_localnav_7_202007.gif); }

.list_notice{
	font-size:11px;
}


.title_1{
	font-size:22px;
	line-height:49px;
	padding:10px 20px;
}

.title_1 .dot_num{
	width:49px;
	height:49px;
	margin-right:20px;
}

.title_1.line2_sp{
	line-height:49px;
}

.title_1.line2_sp .dot_num{
	margin-top:0;
}

.title_2{
	font-size:18px;
}

.title_step{
	font-size: 18px;
	text-align:left;
}

.title_num{
	display:inline-block;
	margin: 0 20px 0 0;
	font-size:20px;
	height:36px;
	line-height:36px;
	border-radius:18px;
}


.accordion_q{
	font-size: 22px;
}

.accordion_q .title_body{
	position: relative;
	top:7px;
}

.slide_title{
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom:-10px;
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next{
	display: none;
}
.swiper-wrapper{
	display: block;
	width:100% !important;
	transform: none !important;
	-ms-transform: none !important;
}

.swiper-slide{
	width: 100% !important;
	margin-top: 20px;
	padding-bottom:20px;
	background:url(/jp/forHome/solution/pwm/how-to/images/btn_arrow_b_green.png) center bottom no-repeat;
}

.swiper-slide.first{
	margin-top:0;
}

.swiper-slide.last{
	padding-bottom: 0;
	background-image: none;
}

.swiper-slide_in{
	background-color: #FFF;
	padding:20px;
	margin-bottom:20px;
	border-radius: 4px;
}

.swiper-slide_in:after{
	content: "";
	clear: both;
	display: block;
}

.slide_image,
.slide_text{
	padding:0;
	margin-bottom: 0;
}
.slide_image{
	float: left;
	width:45%;
}

.slide_text{
	float:right;
	width:55%;
}
.slide_text .dl_2col{
	padding:0px 40px 0 0;
}

#faq .section_in{
	margin-top: 40px;
	margin-bottom: 60px;
	background-color: #fff;
	box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#faq .section_in_2,
.section_in_2{
	padding:30px 9.25%;
}

.section_in_3{
	padding:0px 20px 30px 20px;
}

.ico_ios,
.ico_android,
.ico_win,
.ico_pc{
	top:2px;
	width:40px;
	height:40px;
	margin-bottom: 5px;
}

.ico_setting{
	width:27px;
	height:29px;
	margin-right: 15px;
}

.w_pc_300{ width: 300px; }
.w_pc_400{ width: 400px; }

.box_white_sp{
	padding:0;
	margin-bottom:0;
	background-color:transparent;
}

.box_white_pc{
	background-color: #FFF;
	padding:20px 5%;
	border-radius: 4px;
	margin-bottom: 1.5em;
}

.link_list_icon li{
	width:25%;
	margin-top: 0;
}

.link_list_icon li a{
	padding-bottom: 30px;
	background-size:21px 21px;
}

.box_border_gray_pc{
	padding:15px 6.5%;
	margin-bottom:20px;
	border-radius:4px;
	border: 1px solid #CCC;
}

.layout_pc_2col .col_1{
	float:right;
	width:50%;
}

.layout_pc_2col .col_2{
	float:left;
	width:50%;
}

.layout_pc_2col:after{
	content: "";
	clear: both;
	display: block;
}

.hide_pc{
	display: none;
}

.link_check{
	font-size: 18px;
}

.btn_red a{
	width:410px;
	padding:15px 0 15px 0px;
	font-size:20px;
	background-size: 28px;
	text-indent:20px;
}

footer{
	border-top: solid 1px #c8c8c8;
	padding:10px 0 0px 0;
}

footer .tm_ci{
	max-width: 925px;
	margin: 0 auto;
	text-align: right;
}

footer .tm_ci img{
	margin:0;
}

#scroll_to_top{
	width:64px;
	height:64px;
	right:20px;
	bottom:90px;
	background-image:url(/jp/forHome/solution/pwm/how-to/images/btn_to_pagetop_pc.png);
}

#scroll_to_top img{
	opacity: 0;
}

.mt_10_pc{margin-top:10px;}
.mt_20_pc{margin-top:20px;}
.mt_30_pc{margin-top:30px;}
.mt_40_pc{margin-top:40px;}
.mt_50_pc{margin-top:50px;}
.mt_60_pc{margin-top:60px;}
.mt_70_pc{margin-top:70px;}

.hide_sp{ display:block;}
