@charset "utf-8";

/* title02 */

.title02-set{
	text-align:center;
	margin:80px 0 30px 0;
}

.title02:before{
	content:url(/static/3/img/bus_search/ja/bg-title.png);
	position: absolute;
	top:-22px;
	left:-15px;
}
.title02{
	font-size:26px;
	font-weight:bold;
	display:inline-block;
	background:linear-gradient(transparent 70%, #ffff66 70%);
	padding:0 7px;
	margin-bottom:20px;
	position: relative;
	line-height:1.7;
}



/*
tips
*********************************/

#tips{
	padding:5px 0 40px 0;
	/*margin-top:50px;*/
	/*background:#f3f5f6;*/
	position: relative;
}

@media (min-width: 992px)
	.col-md-push-9 {
	    left: 75%;
	}
}
#tips .card{
	border:none !important;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}

#tips img.img-mv{
	width:100%;
	height:250px;
	object-fit: cover;
}

#tips img.img-mv + p{
	margin-top:15px;
}

#tips .card-body h3{
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	display:inline-block;
	margin-bottom:20px;
}

#tips h3 .merit,
#tips h3 .demerit{
	color:#FFF;
	font-size:15px;
	padding:5px;
	width:110px;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	border-radius: 3px;
	line-height:1.0;
}

#tips h3 .merit{
	background:#F53D7E;
}
#tips h3 .demerit{
	background:#3BAFDA;
}

@media(max-width:767px) {
	#tips h3 .merit,
	#tips h3 .demerit{
		display:block;
		font-size:14px;
		margin-bottom:10px;
	}
}


.att-box{
	font-size:13px;
	margin:10px 0;
	padding:10px;
	border:1px solid #ccc;
	background:#f4f4f4;
	border-radius: 5px;
}

@media(min-width:1200px) {
	#tips .card-body h3{
		min-height:66px;
	}

}

@media(min-width : 992px) and (max-width : 1199px) {
	#tips .card-body h3{
		min-height:88px;
	}

}

@media(max-width:767px) {
	#tips img.img-mv{
		height:150px;
	}
	#tips .card-body h3{
		margin-bottom:10px;
	}

}

#tips .card-body p{
	font-size:12px;
	color:#666;
}

#tips .entry-box a{
	display:block;
	
}

#tips .entry-box a:hover,
#tips .entry-box a:hover .card{
	text-decoration:none;
	background:#feebf2;
}

#tips .entry-box{
	margin-bottom:20px;
}

#tips .link-motto{
	margin-top:10px;
}

h2.title-dot{
	font-size:24px;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	padding:0 0 15px 0;
	background:url(/static/3/img/bus_search/ja/bg-title-dot.png) no-repeat center bottom;
}

.tips-title-box{
	position: relative;
}

.tips-title-box .tips-num{
	position: absolute;
	top: -65px;
	left: -50px;
	padding:5px 20px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	background:#F53D7E;
	border-radius: 3px;
}

.tips-title-box .tips-num span{
	font-size:24px;
	margin-left:5px;
}

.tips-title {
	font-size:22px;
	font-weight:bold;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 4px solid #ccc;
	text-align:left;
}
.tips-title:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 13%;
	height: 4px;
	background-color: #F53D7E;
}

.note-box{
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 0 8px #ddd;
	padding:40px;
	margin:20px 0 20px 0;
}


.mokuji{
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 0 8px #ddd;
	padding:30px 20px;
	margin:20px 0 30px 0;
}


.mokuji h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
}

.mokuji ol{
	padding-left:30px;
}

.mokuji ol li{
	list-style-type:decimal;
	color:#F53D7E;
}

.mokuji ol li + li{
	margin-top:5px;
}

.mokuji ol li a{
	color:#F53D7E;
	text-decoration:underline;
}

.mokuji ol li a:hover{
	text-decoration:none;
}

@media(min-width : 992px) and (max-width : 1199px) {
	.mokuji{
		padding:20px 10px;
	}
	.note-box{
		padding:50px 30px 30px 30px;
	}
} 

.note-box + .note-box{
	margin-top:60px;
}

.note-box h3,
.note-box h4{
	font-size:18px;
	font-weight:bold;
	margin:20px 0 10px 0;
}

.note-box h3{
	margin-top:25px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}

.note-box h5{
	font-size:16px;
	font-weight:bold;
	margin:10px 0 3px 0;
}

.note-box p{
	line-height:1.8;
}
.note-box p + p{
	margin-top:15px;
}

.note-box p.s-txt{
	font-size:12px;
	padding:10px;
	background:#f4f4f4;
}

.note-box p a{
	color:#F53D7E;
	text-decoration:underline;
}

.note-box p a:hover{
	text-decoration:none;
}

.note-box a.entry-link{
	margin:15px 0;
	display:inline-block;
	position: relative;
	padding-left:80px;
	color:#F53D7E;
	text-decoration:underline;
}

.note-box a.entry-link:hover{
	text-decoration:none;
}

.note-box a.entry-link:before{
	content:"関連記事";
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#F53D7E;
	padding:2px 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	border-radius: 3px;
	width:70px;
	text-align:center;
}

.note-box a.entry-link:after {
	left: 70px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 0, 0, 0);
	border-left-color: #F53D7E;
	border-width: 4px;
	margin-top: -4px;
}

.img-txt-set h4{
	font-size:14px;
	margin:0 0 3px 0;
}

.img-txt-set p{
	font-size:14px;
	line-height:1.6;
	margin:0;
}

.img-txt-set{
	margin-bottom:10px;
}


#tips.img-txt-set img{
	width:100%;
	height:auto !important;
}

@media(max-width:767px) {
	.tips-title-box .tips-num{
		position: absolute;
		top: -55px;
		left: -25px;
		padding:5px 20px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		font-style:italic;
		background:#F53D7E;
		border-radius: 3px;
	}

	.tips-title-box .tips-num span{
		font-size:20px;
		margin-left:5px;
	}
		.tips-title {
		font-size:18px;
		font-weight:bold;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 4px solid #ccc;
	}
	.tips-title:after {
		position: absolute;
		bottom: -4px;
		left: 0;
		z-index: 2;
		content: '';
		width: 30%;
		height: 4px;
		background-color: #F53D7E;
	}
	
	#tips .img-txt-set{
		margin-top:10px ;
	}
	.note-box{
		background:#fff;
		border-radius: 5px;
		box-shadow: 0 0 8px #ddd;
		padding:30px 20px 20px 20px;
		margin:20px 0 30px 0;
	}
	#tips .img-txt-set img{
		margin:15px 0;
	}
	.note-box h3{
		font-size:16px;
		font-weight:bold;
		margin:20px 0 5px 0;
	}
	.note-box h4{
		font-size:16px;
		font-weight:bold;
		margin:17px 0 8px 0;
	}
	.note-box p{
		line-height:1.8;
	}
	.note-box p + p{
		margin-top:15px;
	}

	.note-box a.entry-link{
		margin:40px 0 15px 0;
		display:inline-block;
		position: relative;
		padding-left:0;
		color:#F53D7E;
		text-decoration:underline;
	}

	.note-box a.entry-link:hover{
		text-decoration:none;
	}

	.note-box a.entry-link:before{
		content:"関連記事";
		color:#fff;
		font-size:14px;
		font-weight:bold;
		background:#F53D7E;
		padding:2px 5px;
		position: absolute;
		top:-18px;
		left: 0;
		border-radius: 3px;
		width:70px;
		text-align:center;
	}
	.note-box a.entry-link:after {
		content: "";
		position: absolute;
		top: -2px;
		left: 47px;
		margin-left: -15px;
		border: 4px solid transparent;
		border-top: 4px solid #F53D7E;
	}
	/*.note-box a.entry-link:after {
		left: 50%;
		bottom: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(213, 0, 0, 0);
		border-left-color: #F53D7E;
		border-width: 4px;
		margin-top: -4px;
	}*/
	#tips h2.title02{
		font-size:18px;
	}
	
	#tips {
		padding-bottom:0;
	}
	
	#tips .title02-set{
		margin-bottom:0;
	}
	#wc-pickup .wc-pickup-title{
		font-size:16px;
		margin:0;
	}

}

#tips h2.title04{
	font-size:20px;
	text-align:left;
	margin-top:15px;
	margin-bottom:10px;
}



.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

p.txt-goto{
	margin-top: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #f53d7e;
}

/* wc-pickup */


#wc-pickup .entry-box a:hover, 
#wc-pickup .entry-box a:hover .card{
	background:#fff;
}


/* FAQ */

.acc-box .card{
	border:1px solid rgba(0,0,0,.125) !important;
}
.acc-box .card-header{
	padding:0 !important;
	background:none !important;
}

.acc-box .card-header a{
	padding:30px;
	display:block;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	position: relative;
	background:#f4f4f4;
}


.acc-box .card-header a:hover{
	cursor:pointer;
	background:#feebf2;
}

.acc-box .card-header a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#999;
}

.acc-box .card-header a.collapsed:after{
	content: "\f078";
}

.acc-box .card-body{
	padding:1.25rem !important;
	background:#fff !important;

}

.acc-box .card-body p{
	font-size:16px !important;
}
.num-label{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	background:#3788e5;
	padding:7px 7px;
	margin-right:15px;
	width:70px;
	display:inline-block;
	text-align:center;
	border-radius:3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:20px;
}

.faq-ttl{
	font-size:22px;
	line-height:1.5;
	display:block;
	margin-left:90px;
}

@media(max-width:767px) {
	.acc-box .card-header a{
		display:block;
		padding:7px 10px 12px 10px;
	}
	.acc-box .card-header a:after{
		font-size:14px;
		right:5px;
	}
	.num-label{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		background:#3788e5;
		padding:7px 7px;
		margin-right:0;
		width:50px;
		display:inline-block;
		text-align:center;
		border-radius:3px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left:10px;
	}

	.faq-ttl{
		font-size:14px;
		line-height:1.5;
		display:block;
		margin-left:60px;
	}
	
	#faq-accordion .card-body p{
		font-size:12px;
		padding:0px;
		line-height:1.8;
		margin-left:0;
	}

}

/* もっと見る */

/*もっと見る*/

.link-motto{
	margin-top:30px;
	text-align: right;
}

.link-motto + .link-motto{
	margin-top:15px;
}

.link-motto a{
	background: url(/static/img/index/bg-stripe-pink.png) top left;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	font-weight:bold;
	padding: 8px 25px;
	border-radius: 50px;
	color: #333 !important;
}
.link-motto a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f53d7e;
	margin-left: 15px;
}
.link-motto a:hover{
	color: #f53d7e;
}

@media(max-width:767px) {
	.link-motto{
		margin-top:15px;
		text-align: center;
	}

	.link-motto a {
		font-size: 18px;
		width:100%;
	}
}


/* 記事スリム化 */

@media(max-width:767px) {
	.entry-box img {
		width:100px !important;
		height:100px !important;
		object-fit: cover !important;
		position:absolute !important;
		top:0 !important;
		left:0 !important;
        border-radius:4px 0 0 4px;
	}

	.entry-box .card .card-body{
		padding:10px !important;
		min-height:100px !important;
		margin: 0 0 0 100px !important;
	}
	
	#tips .card-body h3,
	.entry-box .card .card-body h3{
		font-size:13px !important;
		line-height:1.5 !important;
		margin-bottom:0 !important;
	}
	
} 

@media(max-width:374px) {
	.entry-box .card .card-body{
		min-height:95px !important;
	}

	#tips .card-body h3,
	.entry-box .card .card-body h3{
		font-size:12px !important;
		line-height:1.5 !important;
	}
}

/*
wc-pickup
********************************/

#wc-pickup{
	margin-bottom:60px;
}

#wc-pickup .pickup-title-set{
	text-align:center;
	margin:80px 0 30px 0;
}

#wc-pickup .title-pickup:before{
	content:url(/static/3/img/bus_search/ja/bg-pickup.png);
	position: absolute;
	top:-22px;
	left:-30px;
}


#wc-pickup p.title-pickup{
	font-size:40px;
	display:inline-block;
	padding:0 7px;
	margin-bottom:20px;
	position: relative;
}
#wc-pickup .wc-pickup-title{
	font-size:24px;
	font-weight:bold;
}

#wc-pickup .card-body{
	padding:18px;
}

@media(min-width : 768px) and (max-width : 991px) {

	#wc-pickup .wc-pickup-title{
		font-size:20px;
	}
	#wc-pickup p.title-pickup{
		font-size:36px;
	}
}



@media(max-width:374px) {
	.wc-pickup-title{
		font-size:18px;
	}
	
	#wc-pickup p.title-pickup{
		font-size:30px;
	}
}


#wc-pickup .card{
	border:none !important;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}

#wc-pickup .entry-box img{
	width:100%;
	height:174px;
	object-fit: cover;
}

#wc-pickup .entry-box h3{
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	display:inline-block;
	margin-bottom:20px;
}

#wc-pickup .entry-box a{
	color:#333;
}

#wc-pickup .entry-box a:hover{

}

@media(min-width:1200px) {
	#wc-pickup .entry-box h3{
		min-height:66px;
	}

}

@media(min-width : 992px) and (max-width : 1199px) {
	#wc-pickup .entry-box h3{
		min-height:88px;
	}

}


@media(max-width:767px) {
	#wc-pickup .entry-box h3{
		margin-bottom:10px;
	}

}

#wc-pickup .entry-box p{
	font-size:12px;
	color:#666;
}

#wc-pickup .entry-box a{
	display:block;
	
}

#wc-pickup .entry-box a:hover,
#wc-pickup .entry-box a:hover .card{
	text-decoration:none;
	background:#feebf2;
	transition: all  0.2s ease;
}

#wc-pickup .entry-box{
	margin-bottom:20px;
}

#wc-pickup .link-motto{
	margin:15px 0 30px 0;
	text-align: right;
}

#wc-pickup .link-motto a{
	background: url(/static/img/index/bg-stripe-pink.png) top left;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	font-weight:bold;
	padding: 8px 25px;
	border-radius: 50px;
	color: #333;
}
#wc-pickup .link-motto a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f53d7e;
	margin-left: 15px;
}
#wc-pickup .link-motto a:hover{
	color: #f53d7e;
}

@media(max-width:767px) {
	#wc-pickup .link-motto{
		margin-top:15px;
		text-align: center;
	}

	#wc-pickup .link-motto a{
		font-size: 18px;
		width:100%;
	}
}


/*
relation-link
*********************************/

#relation-link{
	padding:20px;
	margin-bottom:60px;
}

#relation-link a{
	color:#666;
	background:#fff;
	padding:12px 20px 12px 20px;
	border: 1px solid #999;
	border-radius: 4px;
	text-align:center;
	text-decoration:none;
	display:block;
}

#relation-link a:hover{
	background:#feebf2;
}

#relation-link a:after{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight:700;
	margin-left:10px;
}

#relation-link ul{
	text-align:center;
}

#relation-link li{
	width:23%;
	display:inline-block;
}

#relation-link li{
	margin-left:15px;
}

#relation-link li:first-child{
	margin-left:0;
}

@media(min-width:768px) and (max-width:991px){
	#relation-link li{
		width:22%;
	}
	#relation-link li a{
		padding:12px 3px;
	}
}
@media(max-width:767px){
	#relation-link li{
		width:100%;
	}
	#relation-link li{
		margin-left:0;
		margin-bottom:15px;
	}
}