@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

.fb_fs{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.wrap{
	max-width: 1000px;
	margin: 0 auto!important
}

@media(max-width:480px){
	.sp-none{display: none}
}


@media(min-width:481px){
	.sp-none{
		display: block
	}
	.sp-only{
		display: none
	}
}



@media(max-width:768px){
	.wrap{
		max-width: 95%
	}
}

/*-- PC header ---*/
.head-block{
	width:100%;
	background: #000;
	text-align: center
}

.head-block img{
	max-width: 1000px!important;
	width: 80%;
	margin: 0 auto
}

/*-----------------*/

/*--- SP header ---*/

#g410_column .hdimg{
	width:100%;
	text-align: center
}

#g410_column .hdimg img{
	width: 100%;
	margin: 0 auto
}

/*-------------------*/

#g410_column .read :before,
#g410_column .read :after{
	content:"";
	width: 100%;
	height: 5px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(225,20,20,1) 50%, rgba(0,0,0,1) 100%);
	display: inline-block
}

#g410_column .read{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 3em auto;
	padding: 1em!important
}
@media(min-width:481px){
	#g410_column .read{
		font-size: 1.1em
	}
}

#g410_column .title{
	background: rgb(225,20,20);
	background: linear-gradient(90deg, rgba(225,20,20,1) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
	padding: .5em;
	margin: 3em auto
}

#g410_column .title h3{
	color: #fff;
	font-weight: bold!important;
	text-align: left;
}

@media(min-width:481px){
	#g410_column .title h3{
		font-size: 1.3em!important
	}
}

#g410_column section .fb_fs>div{
	width: 100%;
	margin: 0 auto
}

@media(min-width:481px){
  #g410_column section .wrap > .fb_fs {
    display: block;
  }
  #g410_column section .fb_fs::after {
    content: "";
    display: block;
    clear: both;
  }
  #g410_column section .fb_fs>div{
		width: 48%;
	}
	#g410_column section .fb_fs>div.img{
		width: 48%;
    float: left;
    margin: 0 15px 10px 0;
	}
  #g410_column section .fb_fs>div.txt{
    width: auto;
  }
}

#g410_column .section_2 .fb_fs>div>div{
	width: 100%;
	margin: 1em auto
}

#g410_column section .fb_fs p,
#g410_column section .wrap>p{
	text-align: left;
	line-height: 1.85em;
	margin-top: 1em!important
}


#g410_column .comment{
	border-top: solid 5px #E11414;
	border-bottom: solid 5px #E11414;
	padding: .5em 1em;
	background: url("../img/voice_bg.png");
	margin-top: 2em
}


#g410_column .comment .fb_fs>div:first-child{
	width: 80%;
	padding: 1em;
	text-align: left
}
#g410_column .comment .fb_fs>div:last-child{
	width: 20%
}

@media(max-width:480px){
	#g410_column .comment .fb_fs>div:first-child,
	#g410_column .comment .fb_fs>div:last-child{
		width: 100%
	}
}

#g410_column .comment h4{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 1.3em!important;
	font-weight: bold!important;
	display: inline-block;
	padding-right: .5em!important;
    letter-spacing: .05em;
    margin-bottom: .5em!important;
}

#g410_column .comment p{
	margin-bottom: 2em!important
}

#g410_column .comment dl{
	color: #695212;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left
}
#g410_column .comment dt{
  white-space: nowrap;
}

@media(max-width:480px){
	#g410_column .comment dl{
		margin: 1em auto!important;
		font-size: 13px
	}
	#g410_column .comment dt{
		width: 40%
	}
}

#g410_column .comment dd{
	padding-left: .5em!important;
}

#g410_column .end_mess{
	background: #E7EBF8;
	border:solid 1px #1658BA;
	padding: 1.5em;
	line-height: 1.8em;
	margin: 3em auto!important
}

#g410_column .end_mess p{
	color: #1658BA
}

#g410_column .end_mess a{
	display: inline-block;
	margin: 2em auto 0
}

@media(max-width:640px){
  #g410_column .end_mess br.sp {
    display: none;
  }
}


#g410_column .win_banner{
	text-align: center;
	background: rgb(93,8,8);
	background: linear-gradient(0deg, rgba(93,8,8,1) 0%, rgba(32,3,3,1) 37%, rgba(0,0,0,1) 100%);
	padding: 1em 0!important
	
}

#g410_column .win_banner .fb_fs{
	margin: 20px auto!important
}

#g410_column .win_banner .fb_fs>div{
	margin: 1em auto
}

@media(min-width:640px){
	#g410_column .win_banner{
		padding: 3em 0!important
	}
	#g410_column .win_banner .wrap:first-child{
		width: 60%!important;
	}
	#g410_column .win_banner .fb_fs{
    margin: 5em auto!important;
  }
}


#g410_column .g410_column_banner{
	text-align: center;
}

#g410_column .g410_column_banner >div{
    width: 90%;
	max-width: 480px;
    margin: 3em auto;
}

@media(min-width:670px){
	#g410_column .g410_column_banner >div{
		width: 48%
	}
}
@media(max-width:669px){
	#g410_column .g410_column_banner >div{
		margin: 1.5em auto 0;
  }
}



