@charset "utf-8";

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



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

/*乗車方法共通250203*/
#emergency p,
#emergency a,
#emergency ul li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#emergency ul li {
	list-style-position: inside;
}
#emergency p.txt22 {
	font-size: 167%;	
}
#emergency .sectionBox h2 {
	font-size: 23px!important;
	display: flex;
    align-items: center;
	padding-bottom: 20px;
}
#emergency .btnBorderLBlue {
	border:#29ABE2 1px solid;
}
#emergency .btnBorderLBlue span {
	position: relative;
	padding-right: 10px;
}
#emergency .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;
}
#emergency .flexBoxWrapFw .box2 {
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#emergency .flexBoxWrapFw img,
#emergency .borderR4NavyWrap img{
	width: 100%;
	height: auto;
}
#emergency .flexBoxWrap .box2 {
	width: 50%;
}
#emergency .jcontentCenter {
	
}
#emergency .yellowBoxlinkTxt {
	background: #ffffbc;
	position: relative;
}
#emergency .yellowBoxlinkTxt a {
	display: inline-block;
    height: 100%;
    width: 100%;
}
#emergency .yellowBoxlinkTxt:hover {
	background: #0197d7;
}
#emergency .yellowBoxlinkTxt:hover a {
	color: #fff;
}
#emergency .yellowBoxlinkTxt::after {
	position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #f9320c;
    border-right: 2px solid #f9320c;
    transform: rotate(45deg);
    margin-top: -5px;
}
#emergency .yellowBoxlinkTxt:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#emergency .yellow_line span {
    background: linear-gradient(transparent 60%, #FFFF26 40%);
}
#emergency .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;
}
#emergency .btnBorderLBlue:hover {
	background: #0096D7;
	color: #fff;
	transition: all 0.3s 0.1s ease-in-out;
}
#emergency .exLink {
	display: inline-block;
}
#emergency .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;
}
#emergency .btnBorderLBlue.exLink:hover::after {
    background-image: url(../../freeticket/images/icon_exlinkWH.svg)!important;	
}
#emergency .pdfLink {
	display: flex;
    align-items: center;
} 
#emergency .pdfLink::after {
	content: "";
    background-image: url(../../common/images/icon_pdf.svg)!important;	
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 46px;
	height: 46px;
	margin-left: 5px;
}
.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デジタルチケット*/
#emergency .btnTabTopRound li {
	text-align: center;
	font-size: 13px;
	width: 14%;
	color: #0096D7;
	background: #E6E6E6;
	list-style: none;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}
#emergency .btnTabTopRound li a {
	padding: 1rem 0;
	font-size: 14px;
	color: #0096D7;
	text-decoration: none;
	width: 100%;
    height: auto;
    display: inline-block;
	margin-bottom: 0;
	background-color: transparent;
}
#emergency .btnTabTopRound li a span {
}
#emergency .btnTabTopRound li.active a, 
#emergency .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;
	height: 100%;
}
#emergency .btnTabTopRound li:hover a {
	color: #fff!important;
}
#emergency .btnTabTopRound li:first-child,
#emergency .btnTabTopRound li:first-child a {
	border-top-left-radius: 15px;
}
#emergency .btnTabTopRound li:last-child,
#emergency .btnTabTopRound li:last-child a {
	border-top-right-radius: 15px;
}
#emergency .coverWrap {
	margin: 0 auto;
}
#emergency .coverWrap img {
	width: 100%;
	height: auto;
	text-align: center;
}
#emergency .borderGray2px {
	border: 2px solid #CCCCCC;
	padding: 20px 20px 0 20px;
	border-radius: 15px;
}
#emergency .borderGray2px .txt18 {
	font-size: 20px;
	margin-bottom: 0;
}
#emergency .borderGray2px h4 {
	margin-bottom: 20px;
}
#emergency .borderGray2px h4 span {
	background: linear-gradient(transparent 80%, #29abe2 80%);
    display: inline;
    font-size: 17px;
}
#emergency .cardLineUp .box4 {
	text-align: center;
	margin-bottom: 1em;
}
#emergency .cardLineUp img {
	max-width: 120px;
	width: 100%;
	height: auto;
}
#emergency .qrWrap {
	text-align: left;
}
#emergency .qrWrap img {
	width: 110px;
	height: auto;
}
/*追記250926*/
#emergency .stName::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: 3;
    position: relative;
    margin-right: 8px;
}
#emergency .stName#stationNumber1::before {
    background-image: url(../station/images/stNumber1.svg);
}
#emergency .stName#stationNumber2::before {
    background-image: url(../station/images/stNumber2.svg);
}
#emergency .stName#stationNumber3::before {
    background-image: url(../station/images/stNumber3.svg);
}
#emergency .stName#stationNumber4::before {
    background-image: url(../station/images/stNumber4.svg);
}
#emergency .stName#stationNumber5::before {
    background-image: url(../station/images/stNumber5.svg);
}
#emergency .stName#stationNumber6::before {
    background-image: url(../station/images/stNumber6.svg);
}
#emergency .stName#stationNumber7::before {
    background-image: url(../station/images/stNumber7.svg);
}
#emergency .stName#stationNumber8::before {
    background-image: url(../station/images/stNumber8.svg);
}
#emergency .stName {
    font-size: 24px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
#emergency .stationEmList {
	justify-content: center;
	align-items: center;
	width: 60%;
	margin: 0 auto;
	font-weight: 600;
	border-top: 1px #d3d3d3 solid;
}
#emergency .stationEmList:last-child {
	border-bottom: 1px #d3d3d3 solid;
}
#emergency .stationEmList a {
	text-decoration: none;
	margin-bottom: 0;
	font-size: 17px;
	color: #f9320c;
	padding: 1.5em 1em;
}
.mrgn-t30 {
    margin-top: 30px!important;
}
/* ---------------------    
SP Style
---------------------- */
@media screen and (max-width: 768px) {
    
    #emergency .container  {
        padding: 0px;
    }
    #emergency .containerSP    {
        padding: 5%;
    }
	#emergency .btnTabTopRound .flexBoxWrapFw {
		display: flex!important;
		padding: 0 10px;
	}
	#emergency .btnTabTopRound .flexBoxWrapFw li,
	#emergency .btnTabTopRound .flexBoxWrapFw li a{
		font-size: 10px;
		min-height: 65px;
	}
	#emergency .catchTxt {
		font-size: 1.1em;
		width: 90%;
		margin: 0 auto 10px;
	}
	#emergency .flexBoxWrapFw {
        margin-top: 0 !important;
    }
	#emergency .flexBoxWrapFw h2 {
		padding-top: 0!important;
	}
	#emergency .stationEmList {
		width: 100%;
	}
	#emergency .stationEmList a {
	    padding: 1.5em .5em;
	}
	#emergency .yellowBoxlinkTxt::after {
		right: 10px;
	}

	/* point */
    #emergency #contenstsBox h2    {
        font-size: 1.2em;
    }
    #emergency #contenstsBox h2:before    {
        padding: 0 0 0 20px;
    }
    #emergency #contenstsBox h2:after    {
        padding: 0 20px 0 0;
    }
	#emergency .stName {
		font-size: 20px;
	}
}