@charset "utf-8";


/* -----------------------------------------------------------
    TOP 
-------------------------------------------------------------- */

#top {
	margin: 0 0 0 0;
}
/*    Main Visual
-------------------------------------------------------------- */
#top .mv_area {
	position: relative;
	padding: 0 0 0;
	height: 500px;
	background: #D7EFF9 url(../img/about_mv_bg01.png) repeat-x bottom left;
	background-size: contain;
}
#top .mv_img {
	background: url(../img/top_mv_bg.webp) no-repeat center 40px;
	background-size: contain;
    background-position: center;
	min-height: 500px;
	padding: 112px 0 0 0;
}

#top .mv_area .top_title h2.main_title{
	margin: -43px 0 0 147px;
	font-size: 4rem;
	line-height: 1.5;
	text-align: left;
}

#top .mv_area .catch {
    text-align: left;
    font-size: 1.4rem;
	line-height: 2;
	padding: 50px 0 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 0 115px;
}
#top .mv_area .btn {
    text-align: center;
	

}
#top .mv_area .mv_img .inner .btn .button {
	margin-left: 115px;
}

@media screen and (max-width: 667px){

	#top .mv_area {
		padding: 0 0;
		height: auto;
		background: none;
	}
	#top .mv_img {
		background: none;
		padding: 0;
		min-height: inherit;
	}


	#top .mv_area .top_title img {
		width: 100%;
		height: auto;
		max-width: 480px;
		vertical-align: bottom;
	}
	
	#top .mv_area .top_title h2.main_title {
	}


	#top .mv_area .catch {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.8;
		background: #E1EBBB;
		padding: 20px;
		color: #222;
	}

	#top .mv_area .btn {
		padding: 12px 20px 17px 20px;
	}
	#top .mv_area .mv_img .inner .btn .button {
	margin-left: 0px;
}
	
}



/*    スライダー
-------------------------------------------------------------- */
/* #top .slider_area{
	padding: 60px 0 58px 0;
}
#top .slider_area ul li{
	box-shadow: 5px 5px 10px #DDD;
	width: 88%!important;
}
@media screen and (max-width: 667px){
	#top .slider_area{
		padding: 30px 0 28px 0;
	}
	#top .slider_area ul li{
		box-shadow: 5px 5px 10px #DDD;
		width: 88%!important;
	}
} */
/*    sp_btn
-------------------------------------------------------------- */

#top .sp_btn01 {
	
}

@media screen and (max-width: 667px){
	
		#top .sp_btn01 {
		border:  solid 2px #00B2B2;
		border-radius: 5px;
		text-align: center;
		margin-top: 15px;
	}
	#top .sp_btn01 a{
		font-weight: bold;
		padding: 20px 20px;
		color: #00B2B2;
		font-size: 1.6rem;
		background: url(../img/yazirusi_sp.png) no-repeat 95% 50%;
		background-size: 7px;
		display: block;
	}
	#top .link01_sp {
		/*margin-top: 20px;*/
		padding: 15px 0 11px 0;
		margin: 0 -10px 0 0;
	}
	#top .link01_sp a{
		font-weight: bold;
		padding: 5px 5px 5px 10px;
		color: #444444;
		font-size: 1.4rem;
		background: url(../img/yazirusi_sp.png) no-repeat left 50%;
		background-size: 7px;
		display: inline-block;
		line-height: 1.6;
	}
	#top .link01_sp a span{
		color: #FC8663;
	}

}



/*    NEWS
-------------------------------------------------------------- */

#top .news_area {

	padding: 30px 0 30px 0;
	background-color: #F2FBF3;
}

#top .news_title {
	float: left;
	width: 110px;
	font-size: 1.8rem;
	color: #333;
	font-weight: 500;
	padding: 5px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#top .news_list {
	float: left;
	width: 870px;
	padding: 0 0 0;
}
#top .news_list li {
	font-size: 1.5rem;
	line-height: 2;
}
#top .news_list li:nth-child(n+3) {
	display: none;
}
#top .news_date {
	float: left;
	padding: 0 30px 0 60px;
	color: #333;
}

#top .news_de_title {
	float: left;
	width: 650px;
	padding: 0 0 0;
	font-weight: 500;
	font-size: 1.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top .news_list li a {
	display: inline-block;
	color: #333;
}
#top .news_list li a:hover{
	color: #8ABA25;
}


#top .news_list_link{
	float: right;
	text-align: center;
}
#top .news_list_link a{
	display: inline-block;
	padding-left: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 20px;
	color: #666666;
}
#top .news_list_link a:hover{
}
#top .news_list_link a::before {
	display: inline-block;
	margin: 0 6px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.5rem;
	color: #92C528;
}




@media screen and (max-width: 667px){
	
	
	#top .news_area {
		background: none;
		background-color: #EEF7F6;
		padding: 20px 0 20px 0;
	}
	
	#top .news_title {
		width: auto;
		font-size: 1.6rem;
		padding: 5px 0 0 20px;
	}
	#top .news_list_link{
		text-align: right;
		padding: 0 20px 0;
	}
	#top .news_list_link a{
		padding: 5px;
		color: #666666;
		border: none;
		border-radius: 0;
	}
	#top .news_list_link a::before {
	}
	

	#top .news_list {
		float: none;
		width: auto;
		padding: 0 0 0;
		clear: both;
	}

	#top .news_list li {
		/*
		padding: 15px 20px;
		*/
		padding: 10px 20px 0 20px;
		line-height: 1.6;
	}
	#top .news_list li:nth-child(n+2) {
		display: none;
	}

	#top .news_date {
		float: left;
		display: block;
		padding: 0 0 0 0;
		font-size: 1.4rem;
	}

	#top .news_de_title {
		float: none;
		clear: both;
		width: auto;
		padding: 5px 0 0;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
	}
	#top .news_list li a{
		display: block;
	}
	
}



/*    About us
-------------------------------------------------------------- */
#top .dot_bg {
	background: url(../img/top_ser_bg.png) repeat-x left -30px;
}
#top .about_area {
	background: url(../img/about_bg_01.png) no-repeat center top;
	background-size: 100% auto;
	padding: 60px 0 0 0;
}

#top .wht_area .cmn_service_area {
	background:linear-gradient(180deg,transparent 0%,transparent 50%,#FFF 50%,#FFF 100%);
}

#top .about_area .cmn_service_area .service_img_area{
	padding: 60px 0 0 0;

}

#top .cmn_service_area .service_img_area ul {
    margin: 0;
}

#top .about_area .main_title_text {
	display: none;
}


@media screen and (max-width: 667px){
	
	#top .dot_bg {
		background:url(../img/about_bg_pc_02.png) repeat;
	}
	#top .about_area {
		margin: 0 0 0 0;
		padding: 60px 0 0 0;
		background: url(../img/about_bg_sp_01.png) no-repeat center top;
		background-size: 100% auto;
	}

	#top .about_area .cmn_service_area .service_img_area{
		padding: 0 20px;
	}
	
}



/*    コンテンツ
-------------------------------------------------------------- */

/*　共通　*/

#top .contents_l {
	float: left;
	width: 850px;
	padding: 20px 0 0 0;
}
#top .contents_r {
	float: right;
	width: 300px;
	padding: 20px 0 0 0;
}

@media screen and (max-width: 667px){
	
	#top .contents_l {
		float: none;
		width: auto;
		padding: 0;
	}
	#top .contents_r {
		float: none;
		width: auto;
		padding: 0;
	}

}

/*　タイトル　*/

#top .blog_cmn_title{
	letter-spacing: 1.0px;
	font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	color: #222;
	text-align: center;
}
#top .blog_cmn_title span{
	background: linear-gradient(transparent 78%, #FDEB43 50%);
}
#top .blog_cmn_title img{
	display: block;
	margin: 0 auto 5px;
	height: 30px;
}

@media screen and (max-width: 667px){
	
	#top .blog_cmn_title{
		font-size: 2.0rem;
	}
	#top .blog_cmn_title img{
		width: auto;
		height: 20px;
	}

}


/*　ピックアップ　*/

#top .pickup_area{
	border-top: 4px #92C528 solid;
	background: #F2FBF3;
	padding: 40px 0 50px 0;
}


@media screen and (max-width: 667px){
	
	#top .pickup_area{
		padding: 30px 10px 20px 10px;
	}

}


/*　新着　*/

#top .new_area{
	padding: 40px 0 60px 0;
	background:url(../img/about_bg_pc_02.png) repeat;
}

@media screen and (max-width: 667px){
	
	#top .new_area{
		padding: 30px 10px 40px 10px;
	}

}

/*　ランキング　*/

#top .rank_area{
	border-top: 4px #92C528 solid;
	padding: 40px 0 40px 0;
}

@media screen and (max-width: 667px){
	
	#top .rank_area{
		padding: 30px 10px;
		background: #FFF;
	}

}


/*　ブログリスト　*/

#top .blog_box {
}
#top .blog_box ul {
	margin: 10px 0 0 0;
}
#top .blog_box ul li {
	float: left;
	width: 230px;
	margin: 30px 0 10px 40px;
}
#top .blog_box ul li:nth-child(3n+1) {
	clear: both;
}

#top .blog_box ul li .thumb{
    display: table-cell;
    width: 230px;
    height: 154px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#top .blog_box ul li .thumb img{
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 154px;
}

#top .blog_box ul li .txt_area{
	padding: 10px 0 0 0;
}
#top .blog_box ul li .txt_area .cate{
	font-size: 1.2rem;
	color: #89B924;
	font-weight: bold;
	line-height: 1.5;
	/*
	display: inline-block;
	border: 1px #92C527 solid;
	padding: 2px 10px;
	border-radius: 20px;
	*/
}
#top .blog_box ul li .txt_area .title{
	font-size: 1.8rem;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	padding: 5px 0 10px 0;
	/*
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	*/
}
#top .blog_box ul li .txt_area .date{
	font-size: 1.2rem;
	color: #888;
}
#top .blog_box ul li a {
	display: block;
}

#top .blog_box .btn {
	margin: 30px 0 0 0;
}


/* pickアップ用 */
#top .pickup_area .blog_box ul li {
	width: 365px;
}
#top .pickup_area .blog_box ul li:nth-child(3n+1) {
	clear: inherit;
}
#top .pickup_area .blog_box ul li:nth-child(2n+1) {
	clear: both;
}
#top .pickup_area .blog_box ul li .thumb{
    width: 365px;
    height: 245px;
}
#top .pickup_area .blog_box ul li .thumb img{
    max-width: 365px;
    max-height: 245px;
}
#top .pickup_area .blog_box ul li .txt_area{
	padding: 15px 0 0 0;
}


/* 人気記事用 */

#top .rank_area .blog_box ul {
	border-top: 1px #DDD solid;
	margin: 40px 0 0 0;
}
#top .rank_area .blog_box ul li {
	float: none;
	width: auto;
	border-bottom: 1px #DDD solid;
	margin: 0;
}
#top .rank_area .blog_box ul li:nth-child(3n+1) {
	clear: inherit;
}

#top .rank_area .blog_box ul li .thumb{
	float: left;
	width: 90px;
	height: 70px;
	padding: 5px 0 0 0;
}
#top .rank_area .blog_box ul li .thumb img{
	max-width: 90px;
	max-height: 70px;
}
#top .rank_area .blog_box ul li .txt_area{
	float: left;
	width: 195px;
	padding: 0 0 0 15px;
}
#top .rank_area .blog_box ul li .txt_area .cate{
}
#top .rank_area .blog_box ul li .txt_area .title{
	font-size: 1.5rem;
	padding: 3px 0 0 0;
}
#top .rank_area .blog_box ul li .txt_area .date{
	display: none;
}
#top .rank_area .blog_box ul li a {
	padding: 20px 0;
}

#top .rank_area .blog_box ul li .rank_icon {
	position: relative;
}
#top .rank_area .blog_box ul li .rank_icon span {
	position: absolute;
	top: -3px;
	left: 5px;
	width: 32px;
	height: 32px;
	display: block;
}
#top .rank_area .blog_box ul li:nth-child(1) .rank_icon span {
	background: url(../img/rank_icon01.png) no-repeat 0 0;
	background-size: 32px auto;
}
#top .rank_area .blog_box ul li:nth-child(2) .rank_icon span {
	background: url(../img/rank_icon02.png) no-repeat 0 0;
	background-size: 32px auto;
}
#top .rank_area .blog_box ul li:nth-child(3) .rank_icon span {
	background: url(../img/rank_icon03.png) no-repeat 0 0;
	background-size: 32px auto;
}
#top .rank_area .blog_box ul li:nth-child(4) .rank_icon span {
	background: url(../img/rank_icon04.png) no-repeat 0 0;
	background-size: 32px auto;
}
#top .rank_area .blog_box ul li:nth-child(5) .rank_icon span {
	background: url(../img/rank_icon05.png) no-repeat 0 0;
	background-size: 32px auto;
}



@media screen and (max-width: 667px){

	#top .blog_box ul {
		margin: 25px 0 0 0;
	}

	#top .blog_box ul li {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		border-bottom: 1px #DDD solid;
	}
	#top .blog_box ul li:nth-child(1) {
		border-top: 1px #DDD solid;
	}
	
	/*
	#top .blog_box ul li:nth-child(1) {
		float: left;
		width: 48%;
		border-bottom: none;
	}
	#top .blog_box ul li:nth-child(2) {
		float: right;
		width: 48%;
		border-bottom: none;
	}
	#top .blog_box ul li:nth-child(3) {
		clear: both;
		border-top: 1px #DDD solid;
	}
	*/

	
	#top .blog_box ul li .thumb{
		float: left;
		width: 90px;
		height: 65px;
	}
	/*
	#top .blog_box ul li:nth-child(1) .thumb,
	#top .blog_box ul li:nth-child(2) .thumb{
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}
	*/
	
	#top .blog_box ul li .thumb img{
		width: auto;
		height: auto;
		max-width: 90px;
		max-height: 65px;
	}
	/*
	#top .blog_box ul li:nth-child(1) .thumb img,
	#top .blog_box ul li:nth-child(2) .thumb img{
		width: 100%;
		height: auto;
		max-width: 300px;
		max-height: inherit;
	}
	*/

	#top .blog_box ul li .txt_area{
		float: left;
		width: 65%;
		padding: 0 0 0 15px;
	}
	/*
	#top .blog_box ul li:nth-child(1) .txt_area,
	#top .blog_box ul li:nth-child(2) .txt_area{
		float: none;
		width: auto;
		padding: 10px 0 0 0;
	}
	*/
	
	#top .blog_box ul li .txt_area .cate{
		font-size: 1.2rem;
	}
	#top .blog_box ul li .txt_area .title{
		font-size: 1.5rem;
		padding: 3px 0 0 0;
	}
	#top .blog_box ul li .txt_area .date{
		display: none;
	}

	#top .blog_box ul li a {
		box-shadow: none;
		position: relative;
		display: block;
		padding: 15px 0 10px 0;
		background: none;
	}
	#top .blog_box ul li a::before {
		position: absolute;
		display: inline-block;
		right: 0;
		top: 42%;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #92C527;
	}
	
	#top .blog_box .btn {
		margin: 20px 0 0 0;
	}
	
	
	/*　新着　*/
	#top .new_area ul li:nth-child(n+5) {
		display: none;
	}
	
	
	/* pickアップ用 */
	#top .pickup_area .blog_box ul li {
		width: auto;
		border-bottom: none;
		margin: 25px 0 0 0;
	}
	/*
	#top .pickup_area .blog_box ul li:nth-child(1) {
		float: none;
		width: auto;
	}
	#top .pickup_area .blog_box ul li:nth-child(2) {
		float: none;
		width: auto;
	}
	#top .pickup_area .blog_box ul li:nth-child(3) {
		clear: inherit;
		border-top: none;
	}
	*/
	#top .pickup_area .blog_box ul li:nth-child(3n+1) {
		clear: inherit;
	}
	#top .pickup_area .blog_box ul li:nth-child(2n+1) {
		clear: inherit;
	}

	#top .pickup_area .blog_box ul li:nth-child(1) {
		float: none;
		width: auto;
		border-bottom: none;
		border-top: none;
		margin: 25px 0 0 0;
	}
	#top .pickup_area .blog_box ul li:nth-child(2) {
		float: left;
		width: 48%;
		border-bottom: none;
		margin: 25px 0 20px 0;
	}
	#top .pickup_area .blog_box ul li:nth-child(3) {
		float: right;
		width: 48%;
		border-top: none;
		border-bottom: none;
		margin: 25px 0 20px 0;
	}
	#top .pickup_area .blog_box ul li:nth-child(4) {
		clear: both;
	}
	#top .pickup_area .blog_box ul li:nth-child(n+4) {
		display: none;
	}
	
	
	#top .pickup_area .blog_box ul li:nth-child(4) {
		clear: both;
	}
	
	
	#top .pickup_area .blog_box ul li .thumb{
		display: block;
		float: none;
		width: auto;
		/*
		height: auto;
		*/
		height: 100%;
		max-height: 230px;
		text-align: center;
	}
	
	#top .pickup_area .blog_box ul li:nth-child(2) .thumb,
	#top .pickup_area .blog_box ul li:nth-child(3) .thumb,
	#top .pickup_area .blog_box ul li:nth-child(4) .thumb{
		max-height: 130px;
	}
	
	#top .pickup_area .blog_box ul li .thumb img{
		width: 100%;
		max-width: 480px;
		vertical-align: middle;
		/*
		max-height: inherit;
		*/
		max-height: 100%;
	}
	#top .pickup_area .blog_box ul li .txt_area{
		padding: 15px 0 0 0;
		width: 100%;
	}
	#top .pickup_area .blog_box ul li .txt_area .title{
		font-size: 1.7rem;
	}
	#top .pickup_area .blog_box ul li a {
		padding: 0;
	}
	#top .pickup_area .blog_box ul li a::before {
		display: none;
	}
	
	
	
	/* 人気記事用 */

	#top .rank_area .blog_box ul {
		border-top: none;
		margin: 0 0 0 0;
		padding: 0 0 20px;
		border-bottom: 1px #DDD solid;
	}
	#top .rank_area .blog_box ul li {
	}
	#top .rank_area .blog_box ul li:nth-child(3n+1) {
		clear: inherit;
	}
	#top .rank_area .blog_box ul li:nth-child(2n+1) {
		clear: inherit;
	}
	#top .rank_area .blog_box ul li:nth-child(4) {
		clear: both;
	}
	#top .rank_area .blog_box ul li:nth-child(n+6) {
		display: none;
	}
	
	#top .rank_area .blog_box ul li:nth-child(1) {
		float: none;
		width: auto;
		border-bottom: none;
		border-top: none;
		margin: 25px 0 0 0;
	}
	#top .rank_area .blog_box ul li:nth-child(2),
	#top .rank_area .blog_box ul li:nth-child(4){
		float: left;
		width: 48%;
		border-bottom: none;
		margin: 25px 0 0 0;
	}
	#top .rank_area .blog_box ul li:nth-child(3),
	#top .rank_area .blog_box ul li:nth-child(5){
		float: right;
		width: 48%;
		border-top: none;
		border-bottom: none;
		margin: 25px 0 0 0;
	}
	/*
	#top .rank_area .blog_box ul li:nth-child(4) {
		clear: both;
		border-top: 1px #DDD solid;
	}
	*/
	
	
	#top .rank_area .blog_box ul li .thumb{
		width: 90px;
		height: 65px;
		padding: 0 0 0 0;
	}
	#top .rank_area .blog_box ul li:nth-child(1) .thumb{
		display: block;
		float: none;
		width: auto;
		/*
		height: auto;
		*/
		height: 100%;
		max-height: 230px;
		text-align: center;
	}
	#top .rank_area .blog_box ul li:nth-child(2) .thumb,
	#top .rank_area .blog_box ul li:nth-child(3) .thumb,
	#top .rank_area .blog_box ul li:nth-child(4) .thumb,
	#top .rank_area .blog_box ul li:nth-child(5) .thumb{
		float: none;
		display: block;
		width: 100%;
		/*
		height: auto;
		*/
		height: 100%;
		max-height: 130px;
	}
	
	#top .rank_area .blog_box ul li .thumb img{
		max-width: 90px;
		max-height: 65px;
	}
	#top .rank_area .blog_box ul li:nth-child(1) .thumb img{
		width: 100%;
		max-width: 480px;
		/*
		max-height: inherit;
		*/
		max-height: 100%;
	}
	#top .rank_area .blog_box ul li:nth-child(2) .thumb img,
	#top .rank_area .blog_box ul li:nth-child(3) .thumb img,
	#top .rank_area .blog_box ul li:nth-child(4) .thumb img,
	#top .rank_area .blog_box ul li:nth-child(5) .thumb img{
		width: 100%;
		height: auto;
		max-width: 300px;
		/*
		max-height: inherit;
		*/
		max-height: 100%;
	}
	
	
	#top .rank_area .blog_box ul li .txt_area{
		width: 65%;
	}
	#top .rank_area .blog_box ul li:nth-child(1) .txt_area,
	#top .rank_area .blog_box ul li:nth-child(2) .txt_area,
	#top .rank_area .blog_box ul li:nth-child(3) .txt_area,
	#top .rank_area .blog_box ul li:nth-child(4) .txt_area,
	#top .rank_area .blog_box ul li:nth-child(5) .txt_area{
		float: none;
		width: auto;
		padding: 10px 0 0 0;
	}
	
	#top .rank_area .blog_box ul li .rank_icon span {
		top: -5px;
	}
	
	#top .rank_area .blog_box ul li:nth-child(1) a,
	#top .rank_area .blog_box ul li:nth-child(2) a,
	#top .rank_area .blog_box ul li:nth-child(3) a,
	#top .rank_area .blog_box ul li:nth-child(4) a,
	#top .rank_area .blog_box ul li:nth-child(5) a{
		padding: 0;
	}
	#top .rank_area .blog_box ul li:nth-child(1) a::before,
	#top .rank_area .blog_box ul li:nth-child(2) a::before,
	#top .rank_area .blog_box ul li:nth-child(3) a::before,
	#top .rank_area .blog_box ul li:nth-child(4) a::before,
	#top .rank_area .blog_box ul li:nth-child(5) a::before{
		display: none;
	}
	
	
	
}




/*    タグ
------------------------------------ */
#top .tag_area {
	padding: 20px 0 40px 0;
}

#top .tag_area .tag_title {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 0 10px 0;
	margin: 0 0 20px;
	border-bottom: 2px #333 solid;
}

#top .tag_area ul {
}

#top .tag_area ul li {
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

#top .tag_area ul li a {
	display: block;
	padding: 6px 15px;
	font-size: 1.2rem;
	background: #f8f8f8;
	color: #333;
	box-shadow: 2px 2px #EDEDED;
	border: 1px solid #DDD;
}
#top .tag_area ul li a:hover {
	background: #92C527;
	color: #FFF;
}



@media screen and (max-width: 667px){

	#top .tag_area {
		background: #FFF;
		padding: 0 20px;
	}

	#top .tag_area .tag_title {
		float: none;
		width: auto;
	}

	#top .tag_area ul {
		float: none;
		width: auto;
		padding: 0;
	}

	#top .tag_area ul li {
		margin: 0 8px 8px 0;
	}

	#top .tag_area ul li a {
		padding: 4px 10px;
	}
	#top .tag_area ul li a:hover{
	}


}



/*    ご利用者の声バナー
-------------------------------------------------------------- */
#top .voice_bn{
	text-align: center;
	padding: 0 0 0 0;
}
#top .voice_bn img{
	width: 300px;
}

@media screen and (max-width: 667px){
	
	#top .voice_bn{
		padding: 20px 20px 30px 20px;
		background: #FFF;
	}
	#top .voice_bn img{
		width: 100%;
		max-width: 480px;
	}
	
}


/*    concierge_area
-------------------------------------------------------------- */
#top .concierge_area {
	margin: 60px auto 0;
	background: #FAFAFA;
	padding: 60px 0 80px 0;
}

#top .concierge_area .top_title h2.main_title {
    font-size: 2.8rem;
	margin: 5px 0 0 0;
}

#top .concierge_area .btn {
	padding: 20px 0 0 0;
}

@media screen and (max-width: 667px){
	
	#top .concierge_area {
		background: #f5f5f5;
		margin: 0;
		padding: 30px 0 40px 20px;
	}
	
	#top .concierge_area .top_title h2.main_title {
		font-size: 2rem;
		margin: 5px 0 0 0;
	}
	
	#top .concierge_area .btn {
		padding: 15px 20px 0 0;
	}
	
	
	#top .concierge_area .scroll_box{
		height:auto;
		overflow-x:scroll;
		overflow-y:hidden;
		-webkit-overflow-scrolling:touch;
		margin:30px 0 0 0;
		margin-bottom: 0;
		width: 100%;
	}
	
	#top .concierge_area .scroll_box::-webkit-scrollbar {
		display:none;
	}
	
	/*#top .concierge_area .scroll_box ul{
		width: 1060px;
	}*/

	
	
}


@media screen and (max-width: 667px){
	
	.sns-box {
		padding: 0 20px 30px;
	}
	
	.twitter-timeline {
		margin: 0 auto;
		display: block !important;
		width: 100%!important;
		height: 330px!important;
		padding: 0 20px;
	}
}


/*    voice_area
-------------------------------------------------------------- */

#top .voice_area {
	padding: 0 0 50px;
	width: 1200px;
	margin: 0 auto;
}

#top .voice_area ul li {
    float: left;
    width: 380px;
    margin: 40px 0 30px 30px;
    background-color: #fff;
	box-shadow: 5px 5px#f0f0f0;
	border: solid 2px#333;
    border-radius: 6px;
    text-align: center;
}
#top .voice_area ul li:first-child {
    margin: 40px 0 30px 0;
}
#top .voice_area ul li .thumb{
	padding: 30px 0 15px 0;
}
#top .voice_area ul li .thumb img{
	width: 260px;
}
#top .voice_area ul li .title{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0 15px;
	line-height: 1.4;
}
#top .voice_area ul li .cost{
	font-size: 1.8rem;
	margin: 0 0 15px;
}
#top .voice_area ul li a{
	display: block;
	padding: 0 0 35px 0;
}
#top .voice_area ul li .dl-box {
	background: #F4FCF5;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 20px 15px;
	text-align: left;
	width: 90%;
}

#top .voice_area ul li .dl-box dt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 10px 0 0;
}

#top .voice_area ul li .dl-box dd {
	padding: 0 0 5px;
}

#top .voice_area ul li .dl-box dd p {
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 667px){
	
	#top .voice_area {
		padding: 0 20px 50px;
		width: 100%;
	}
	#top .voice_area ul {
		margin: 30px 0 20px;
		border-top: solid 1px #333;
	}
	#top .voice_area ul li {
		float: none;
		width: 100%;
		margin: 0;
		box-shadow: none;
		border: none;
		border-bottom: solid 1px #333;
		border-radius: 0;
		text-align: left;
	}
	#top .voice_area ul li:first-child {
		margin: 0 0 0 0;
	}
	#top .voice_area ul li .thumb{
		padding: 0 0 10px;
		float: left;
	}
	#top .voice_area ul li .thumb img{
		width: auto;
		height: 80px;
	}
	#top .voice_area ul li .title{
		font-size: 1.5rem;
		padding: 10px 0 5px 120px;
	}
	#top .voice_area ul li .cost{
		font-size: 1.2rem;
		padding: 0 0 0 120px;
	}
	
	#top .voice_area ul li a{
		display: block;
		padding: 10px 0;
		overflow: hidden;
		
	}
	
	#top .voice_area ul li a:hover{
		color: #333;
		opacity: 1;
	}
	
	#top .voice_area ul li .dl-box {
		padding: 15px 15px 10px;
		width: 100%;
	}
}



.accel-japan_banner_wrapper {
	text-align: center;
}


.accel-japan_banner_pc {
	display: block;
	margin: 30px 0;
}

.accel-japan_banner_pc img {
	width: 600px;
}
.accel-japan_banner_sp {
	display: none;
}

@media screen and (max-width: 667px){
	.accel-japan_banner_pc {
	display: none;
}

.accel-japan_banner_sp img {
	width: 70%;
}
.accel-japan_banner_sp {
	margin: 30px 0;
	display: block;
	
}
	
}
