 @charset "utf-8";

body{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

img{
	display:block;
}

a{
	color:#FF0000;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}


header{
	display:block;
	height:90px;
	background:url(images/header_bg.gif) center;
}

#header_inner{
	width:960px;
	margin:0 auto;
	padding:9px 0;
}

nav{
	display:block;
	background:#eeeeee;
	margin-top:1px;
	border-bottom:solid 2px #ff0000;
}

nav ul{
	display:flex;
	justify-content:space-between;
	width:980px;
	margin: auto;
	padding:0;
	list-style:none;
}

nav ul li{
	margin-top:5px;
	margin-bottom:5px
}

nav ul li a{
	display:block;
	background: url(images/nav_arrow.png) rgba(255,255,255,0.6) no-repeat bottom right;
	height:45px;
	width:242px;
	text-align:center;
	line-height:45px;
	text-decoration:none;
	font-size:16px;
	color:#333;
	transition:0.5s;
}

#nav_active{
	margin-top:10px;
	margin-bottom:0;
}

#nav_active a{
	background:url(images/nav_active_bg.png) #ff0000;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0,0.8);
}

nav ul li a:hover{
	background-color:#FFF;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}


#contents_wrap{
	width:960px;
	margin:30px auto;
}

#contents_wrap h2{
	background:url(images/sub_tit_bg.gif) no-repeat;
	width:920px;
	height:75px;
	color:#FFF;
	line-height:75px;
	font-size:28px;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	padding:0 20px;
	margin-bottom:30px;
}

.h2_sub{
	font-size:14px;
}

.h2_bold{
	font-size:40px;
}

#contents_wrap h3{
	color:#ff0000;
	font-size:22px;
	font-weight:bold;
	padding:3px 10px;
	line-height:30px;
	border-left:solid 10px #ff0000; 
	margin-bottom:20px;
}

.contents_box{
	width:940px;
	margin:0 auto 80px auto;
}

.contents_box2{
	width:880px;
	margin:0 auto 80px auto;
}

.contents_subbox{
	margin-bottom:50px;
}

.contents_subbox_float{
	display:flex;
	justify-content: space-between;
}

.contents_subbox_float02{
	display:flex;
}

.contents_subbox_float02 img{
	margin-right:20px;
}

.contents_subbox_float03{
	display:flex;
}

.contents_subbox_float03 img{
	margin-left:20px;
}

.contents_subbox_b{
	margin-top:40px;
	margin-bottom:50px;
}

.contents_subbox_c{
	margin-top:-80px;
	margin-bottom:40px}

.contents_subbox_d{
	margin-top:-25px;
	margin-bottom:40px}

.border_img{
	border:solid 1px #ddd;
}

footer{
	display:block;
	background:#666666;
	color:#FFF;
	padding:10px;
}

#footer_inner{
	width:960px;
	margin:0 auto;
}

#footer_inner_btn{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px rgba(0,0,0,0.2);
}

#footer_inner_btn a{
	color:#FFF;
	text-decoration:underline;
}

#footer_inner_btn a:hover{
	text-decoration:none;
}

#pagetop{
	display:block;
	padding:10px 20px;
	position:fixed;
	z-index:10;
	bottom:15px;
	right:15px;
	background:#F00;
	color:#FFF;
	text-decoration:none;
	border:solid 2px #FFF;
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}

#pagetop:hover{
	cursor:pointer;
	opacity:0.5;
}

#sub_main_img{
	margin-top:1px;	
	background:url(images/sub_main_bg.gif);
	background-size:cover;
}

#sub_main_img h1{
	margin:0;
	padding:50px;
	text-align:center;
	color:#FFF;
	text-shadow:0 1px 2px rgba(0,0,0,0.5);
	font-size:32px;
	font-weight:bold;
}

.step_table{
	border-collapse:collapse;
}

.step_table th,.step_table td{
	border:solid 1px #666666;
}

.step_table th{
	padding:5px;
	background:#eeeeee;
	text-align:left;
	color:#666666;
	font-weight:bold;
	font-size:16px;
	text-shadow:0 1px 1px rgba(255,255,255,1.0);
	vertical-align:top;
	width:320px;
}

.step_table td{
	padding:20px;
}

.step_arrow{
	position:absolute;
	margin-top:-5px;
	margin-left:140px;
}

.step_table_step{
	background:#666666;
	color:#FFF;
	padding:5px 10px;
	margin-bottom:10px;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

.step_th_note{
	color:#333;
	font-weight:normal;
	font-size:12px;
	margin-top:5px;
}

.step_table_img{
	display:block;
	margin:0 auto;
}

.step_table_floatbox{
	display:flex;
	align-items: center;
	width:550px;
}

.step_table_floatbox img{
	width:172px;
}

.step_table_floatbox span{
	width:350px;
}

.step_table_img02{
	margin-right:10px;
}


/*--TOP--*/

#top_main_area{
	background:#f9f9f9;
	padding:20px 0;
}

#top_main_area_inner{
	display:flex;
	justify-content:space-between;
	width:980px;
	margin:0 auto;
}

#top_main_area_l{
	background:#FFF;
	padding:2px;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	width:680px;
	height:380px;
}

#top_main_area_r{
	width:280px;
	
}

.top_main_area_r_inner{
	background:#FFF;
	padding:1px;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	margin-bottom:17px;
}

.top_main_area_r_inner2{
	background:#FFF;
	padding:1px;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
	margin-bottom:17px;
}

#top_main_area_r .top_main_area_r_inner:last-child{
    margin-bottom:0;
}

.top_main_img{
	list-style:none;
	margin:0;
	padding:0;
}

.top_main_img img{
	position:absolute;
}

.top_main_area_r_tit{
	background:#666666;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px 5px;
}

.top_main_area_r_tit2{
	background:#666666;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:6px 5px;
}

.top_main_area_r_btn{
	display:block;
	width:270px;
	margin:10px auto 8px auto;
}

.top_main_area_r_btn2{
	display:block;
	width:270px;
	margin:12px auto 15px auto;
}
.top_main_area_r_btn3{
	display:block;
	width:270px;
	margin:-8px auto 15px auto;
}

.top_main_area_r_btn img{
	width:270px;
	height:auto;
}

.top_main_area_r_subbtn{
	display:block;
	width:240px;
	margin:0 auto 10px auto;
	text-decoration:none;
}

.top_main_area_r_qabtn{
	display:block;
	background:#F00;
	color:#FFF;
	width:258px;
	margin:0 auto;
	padding:10px;
	font-size:16px;
	text-decoration:none !important;
}

.top_main_area_r_btn_b{
	margin-top:15px;
	margin-bottom:5px;
}

.top_alert_box02_text1{
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

.top_alert_box02_text2{
	color:#000;
	margin-bottom:20px;
}

.top_alert_box02_text3{
	color:#ff0000;
	margin-bottom:20px;
}

#top_main_area_r a{
	transition:0.3s;
}

#top_main_area_r a:hover{
	opacity:0.5;
	text-decoration:underline;
}

#top_alert_box{
	display:inline-block;
	background:#F00;
	padding:10px;
	font-size:22px;
	color:#FFF;
	font-weight:bold;
	border-radius:4px;
}

#top_alert_box02{
	color:#F00;
	font-size:22px;
	font-weight:bold;
}

#top_contents_001_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#top_contents_001_box > div{
    border: solid 2px #666666; 
    text-align: center;
}

#top_contents_001_box > div img{
    display: block;
    margin: 0 auto;
    height: 150px;
}

#top_contents_001_box > div:first-child{width: 460px;}
#top_contents_001_box > div:nth-child(2){width: 460px;}
/*#top_contents_001_box > div:nth-child(3){width: 290px;}*/
#top_contents_001_box > div:first-child img{
    height: 150px;
}

#top_contents_001_box > div a{
    font-size: 14px;
    display: block;
    padding: 10px;
    background: #F00;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

.top_contents_001_box_content{
    padding: 10px;
}

.top_contents_001_box_content_text b{
    font-size: 15px;
}

.top_contents_001_box_content_text{
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.top_contents_001_box_title{
    background: #666666; 
    color: #FFF;
    font-weight: bold;
    padding: 10px 10px;
    font-size: 14px;
}

.top_contents_03_btnarea{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top_contents_03_btnarea a{
    margin-right: 10px;
    margin-left: 20px;
}

/*--ポイント貯める--*/
#tameru_img{
	margin-top:-30px;
	margin-bottom:30px;
}

#tameru_img04{
	margin-top:20px;
}


.tsukau_subtitle{
	margin:0 0 10px -10px;
}

#tsukau_btn_area{
	display:flex;
	align-items: center;
}

#tsukau_btn_area img{
	margin-right:10px;
}

#tsukau_btn_area a{
	text-decoration:none;
	transition:0.5s;
}

#tsukau_btn_area a:hover{
	opacity:0.5;
}

.tsukau_catalog_box{
	display:flex;
	width:940px;
	flex-wrap:wrap;
	justify-content: space-between;
}

.tsukau_catalog_box00{
	text-align:center;
	margin-bottom:40px;
	width:160px;
	line-height:180%;
}

.tsukau_catalog_box00 img{
	margin-bottom:10px;
}

.tsukau_catalog_box00 a{
	text-decoration:none;
}

.tsukau_catalog_box00 a:hover{
	text-decoration:underline;
}

.tsukau_note{
	text-align:center;
	font-size:18px;
	color:#F00;
}

.tameru_float{
	display:flex;
}

.tameru_float img{
	margin-left:20px;
}

#site_nav{
	border-bottom:solid 2px #666666;
	margin:30px 0 0 0;
	display:flex;
	justify-content:center;
}

#site_nav a{
	display:block;
	padding:15px;
	margin:0 2px;
	width:300px;
	text-align:center;
	background:#EEE;
	font-size:16px;
}

.site_nav_noactive:hover{
	opacity:0.5;
	cursor:pointer;
}

.site_nav_active{
	background:#666666 !important;
	color:#FFF;
	font-weight:bold;
}

.site_text{
	width:960px;
	margin:30px auto;
}

.site_text_btn{
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.site_table_text{
	margin-bottom:15px;
}

.site_table_text02{
	margin-top:15px;
}

.site_smp{
	display:none;
}

.faq_list{
	margin-top:20px;
}

.faq_list a{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #666666;
	text-decoration:none;
}

.faq_list a:hover{
	text-decoration:underline;
}

.fad_detaile_tit{
	font-weight:bold;
	margin-bottom:5px;
	color:#359f3c;
	font-size:16px;
}

.fad_detaile_text{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:dotted 1px #666666;
}

.fad_detaile_text a{
	margin-bottom:-5px;
	border-bottom: none;
}

.privacy_box{
	margin-bottom:50px !important;
}

.privacy_li{
	list-style:none;
	margin:0;
	padding:0;
}

.privacy_li li{
	margin-bottom:15px;
	text-indent:-1.0em;
	margin-left:1.0em;
}

#line_flow_btn{
	display:block;
	padding:15px;
	font-size:20px;
	font-weight:bold;
	background:#F00;
	color:#FFF;
	border-radius:6px;
	margin-bottom:20px;
	text-align:center;
	text-decoration:none;
	width:400px;
	margin:0 auto 80px auto;
}

#line_flow_btn:hover{
	opacity:0.5;
}

.redtext{
	color:#FF0000;
}

.boldtext{
	font-size: 18px;
	font-weight: bold;
	
}

.uppx{
	margin-top: -30px;
}

.topimgarea1{
margin-bottom: 30px;
}

.topimgarea2{
margin-bottom: 0px;
}

.topimgarea3{
margin-top: 50px;
margin-bottom: -10px;
}

.topimgarea4{
margin-top: 50px;
margin-bottom: -25px;
}
