@charset "utf-8";

/* 下層ページ：/freeticket/ */



/* ---------------------    
PC Style
---------------------- */
/* cover */
#howtoride {
	color: #444;
}
#howtoride .exText {
	color: #808080;
	font-size: 13px;
}
#howtoride .catchTxt   {
    font-size: 1.3em;
	width: 70%;
	margin: 0 auto 30px;
}

/*乗車方法共通250203*/
#howtoride p,
#howtoride a,
#howtoride ul li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#howtoride ul li {
	list-style-position: inside;
}
#howtoride p.txt22 {
	font-size: 167%;	
}
#howtoride .sectionBox h2 {
	font-size: 23px!important;
	display: flex;
    align-items: center;
	padding-bottom: 20px;
}
#howtoride .btnBorderLBlue {
	border:#29ABE2 1px solid;
}
#howtoride .btnBorderLBlue span {
	position: relative;
	padding-right: 10px;
}
#howtoride .btnBorderLBlue span::after {
	position: absolute;
    top: 50%;
    right: -10px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #29ABE2;
    border-right: 2px solid #29ABE2;
    transform: rotate(45deg);
    margin-top: -5px;
}
#howtoride .flexBoxWrapFw img,
#howtoride .borderR4NavyWrap img{
	width: 100%;
	height: auto;
}
#howtoride .flexBoxWrapFw .box2 {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#howtoride .yellow_line span {
    background: linear-gradient(transparent 60%, #FFFF26 40%);
}
#howtoride .btnBorderLBlue {
	background: #fff;
    border-radius: 10px;
	border: 2px solid #0096D7;
    color: #0096D7;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    padding: 1em 1.5em;
}
#howtoride .btnBorderLBlue:hover {
	background: #0096D7;
	color: #fff;
	transition: all 0.3s 0.1s ease-in-out;
}
#howtoride .exLink {
	display: inline-block;
}
#howtoride .exLink::after {
	content: "";
    background-image: url(../../freeticket/images/icon_exlink.svg)!important;	
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 12px;
	margin-left: 5px;
}
#howtoride .btnBorderLBlue.exLink:hover::after {
    background-image: url(../../freeticket/images/icon_exlinkWH.svg)!important;	
}
.borderLine {
	border-bottom: 1px solid #ccc;
}
.oneContent {
	margin: 0 auto;
}
.w418 {
	max-width: 418px;
}
.borderR4NavyWrap {
	border: 4px solid #18469B;
	position: relative;
	border-radius: 30px;
	margin: 120px auto 30px;
	padding: 70px 30px 30px;
}

/*QRデジタルチケット*/
#howtoride .btnTabTopRound li {
	text-align: center;
	font-size: 22px;
	width: 49.7%;
	color: #0096D7;
	background: #E6E6E6;
	list-style: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
#howtoride .btnTabTopRound li a {
	padding: 1em 0;
	font-size: 22px;
	color: #0096D7;
	text-decoration: none;
	width: 100%;
    height: auto;
    display: inline-block;
	margin-bottom: 0;
}
#howtoride .btnTabTopRound li a span {
}
#howtoride .btnTabTopRound li.active, 
#howtoride .btnTabTopRound li:hover {
	color: #fff!important;
	background-image: -webkit-linear-gradient(left, rgba(25, 152, 213, 1), rgba(24, 70, 155, 1));
	background-image: -o-linear-gradient(left, rgba(25, 152, 213, 1), rgba(24, 70, 155, 1));
	background-image: linear-gradient(to right, rgba(25, 152, 213, 1), rgba(24, 70, 155, 1));
	cursor: pointer;
}
#howtoride .btnTabTopRound li:hover a {
	color: #fff!important;
}
#howtoride .btnTabTopRound li:first-child {
	border-top-left-radius: 15px;
}
#howtoride .btnTabTopRound li:nth-child(2) {
	border-top-right-radius: 15px;
}
#howtoride .coverWrap {
	margin: 0 auto;
}
#howtoride .coverWrap img {
	width: 100%;
	height: auto;
	text-align: center;
}
#howtoride .borderGray2px {
	border: 2px solid #CCCCCC;
	padding: 20px;
	border-radius: 15px;
}
#howtoride .borderGray2px .txt18 {
	font-size: 20px;
	margin-bottom: 0;
}
#howtoride .borderGray2px h4 {
	margin-bottom: 10px;
}
#howtoride .borderGray2px h4 span {
	background: linear-gradient(transparent 80%, #29abe2 80%);
    display: inline;
    font-size: 17px;
}
#howtoride .cardLineUp .box4 {
	text-align: center;
	margin-bottom: 1em;
}
#howtoride .cardLineUp img {
	max-width: 120px;
	width: 100%;
	height: auto;
}
#howtoride .qrWrap {
	text-align: left;
}
#howtoride .qrWrap img {
	width: 110px;
	height: auto;
}
/* ---------------------    
SP Style
---------------------- */
@media screen and (max-width: 768px) {
    
    #howtoride .container  {
        padding: 0px;
    }
    #howtoride .containerSP    {
        padding: 5%;
    }
	#howtoride .btnTabTopRound .flexBoxWrapFw {
		display: flex!important;
		padding: 0 10px;
	}
	#howtoride .btnTabTopRound .flexBoxWrapFw li,
	#howtoride .btnTabTopRound .flexBoxWrapFw li a{
		font-size: 15px;
	}
	#howtoride .catchTxt {
		font-size: 1.1em;
		width: 90%;
		margin: 0 auto 10px;
	}
	#howtoride .flexBoxWrapFw {
        margin-top: 0 !important;
    }
	#howtoride .flexBoxWrapFw h2 {
		padding-top: 0!important;
	}
	/* point */
    #howtoride #contenstsBox h2    {
        font-size: 1.2em;
    }
    #howtoride #contenstsBox h2:before    {
        padding: 0 0 0 20px;
    }
    #howtoride #contenstsBox h2:after    {
        padding: 0 20px 0 0;
    }
}