@charset "utf-8";

/* 下層ページ：/transfer/ */
body {
	overflow-wrap: break-word;
    word-break: normal;
}

/* ---------------------    
PC Style
---------------------- */
/* cover */
#transfer {
	color: #444;
}
#transfer .exText {
	color: #808080;
	font-size: 13px;
}
#transfer .catchTxt   {
    font-size: 1.3em;
	width: 70%;
	margin: 0 auto 30px;
}
#transfer h3 {
	font-weight: bold;
    font-size: 1.5em;
}
/*乗車方法共通250203*/
#transfer p,
#transfer a {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#transfer ul li {
	list-style-position: inside;
}
#transfer p.txt22 {
	font-size: 167%;	
}
#transfer .sectionBox h2 {
	font-size: 23px!important;
	display: flex;
    align-items: center;
	padding-bottom: 20px;
}
#transfer .btnBorderLBlue {
	border:#29ABE2 1px solid;
}
#transfer .btnBorderLBlue span {
	position: relative;
	padding-right: 10px;
    display: block;
}
#transfer .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(135deg);
    margin-top: -7px;
}
#transfer .flexBoxWrapFw .box2 {
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#transfer .flexBoxWrapFw img,
#transfer .borderR4NavyWrap img{
	width: 100%;
	height: auto;
}
#transfer .flexBoxWrap .box2 {
	width: 50%;
}
/*251020追記*/
#transfer .flexBoxWrap .box2.yellowBoxlinkTxt {
	width:40%;
}
#transfer .flexBoxWrap .box2.stName {
	width:60%;
}
/*ここまで*/
#transfer .yellowBoxlinkTxt {
	background: #cae6ff;
	position: relative;
	padding-bottom: 0;
}
#transfer .yellowBoxlinkTxt a {
	display: inline-block;
    height: 100%;
    width: 100%;
}
#transfer .yellowBoxlinkTxt:hover {
	background: #0197d7;
}
#transfer .yellowBoxlinkTxt:hover a {
	color: #fff;
}
#transfer .yellowBoxlinkTxt::after {
	position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #143ba0;
    border-right: 2px solid #143ba0;
    transform: rotate(45deg);
    margin-top: -5px;
}
#transfer .yellowBoxlinkTxt:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#transfer .yellow_line span {
    background: linear-gradient(transparent 60%, #FFFF26 40%);
}
#transfer .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;
}
#transfer .btnBorderLBlue:hover {
	background: #0096D7;
	color: #fff;
	transition: all 0.3s 0.1s ease-in-out;
}
#transfer .exLink {
	display: inline-block;
}
#transfer .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;
}
#transfer .btnBorderLBlue.exLink:hover::after {
    background-image: url(../../freeticket/images/icon_exlinkWH.svg)!important;	
}
#transfer .pdfLink {
	display: flex;
    align-items: center;
} 
#transfer .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デジタルチケット*/
#transfer .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%;
}
#transfer .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;
}
#transfer .btnTabTopRound li a span {
}
#transfer .btnTabTopRound li.active a, 
#transfer .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%;
}
#transfer .btnTabTopRound li:hover a {
	color: #fff!important;
}
#transfer .btnTabTopRound li:first-child,
#transfer .btnTabTopRound li:first-child a {
	border-top-left-radius: 15px;
}
#transfer .btnTabTopRound li:last-child,
#transfer .btnTabTopRound li:last-child a {
	border-top-right-radius: 15px;
}
#transfer .coverWrap {
	margin: 0 auto;
}
#transfer .coverWrap img {
	width: 100%;
	height: auto;
	text-align: center;
}
#transfer .borderGray2px {
	border: 2px solid #CCCCCC;
	padding: 20px 20px 0 20px;
	border-radius: 15px;
}
#transfer .borderGray2px .txt18 {
	font-size: 20px;
	margin-bottom: 0;
}
#transfer h4 {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: 600;
}
#transfer .borderGray2px h4 span {
	background: linear-gradient(transparent 80%, #29abe2 80%);
    display: inline;
    font-size: 17px;
}
#transfer .cardLineUp .box4 {
	text-align: center;
	margin-bottom: 1em;
}
#transfer .cardLineUp img {
	max-width: 120px;
	width: 100%;
	height: auto;
}
#transfer .qrWrap {
	text-align: left;
}
#transfer .qrWrap img {
	width: 110px;
	height: auto;
}
/*追記250926*/
#transfer .stName::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: 3;
    position: relative;
    margin-right: 8px;
    background-repeat: no-repeat;
}
#transfer .stName#stationNumber1::before {
    background-image: url(/tickets-and-stations/images/stNumber1.svg);
}
#transfer .stName#stationNumber2::before {
    background-image: url(/tickets-and-stations/images/stNumber2.svg);
}
#transfer .stName#stationNumber3::before {
    background-image: url(/tickets-and-stations/images/stNumber3.svg);
}
#transfer .stName#stationNumber4::before {
    background-image: url(/tickets-and-stations/images/stNumber4.svg);
}
#transfer .stName#stationNumber5::before {
    background-image: url(/tickets-and-stations/images/stNumber5.svg);
}
#transfer .stName#stationNumber6::before {
    background-image: url(/tickets-and-stations/images/stNumber6.svg);
}
#transfer .stName#stationNumber7::before {
    background-image: url(/tickets-and-stations/images/stNumber7.svg);
}
#transfer .stName#stationNumber8::before {
    background-image: url(/tickets-and-stations/images/stNumber8.svg);
}
#transfer .stName#stationFujisawa::before, 
#transfer .stName#stationKamakura::before {
	content: none;
    background-image:none;
}
#transfer .stName {
    font-size: 22px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
	padding-bottom: 0;
}
#transfer .stationEmList {
	justify-content: center;
	align-items: center;
	/*width: 60%;*/
	margin: 0 auto;
	font-weight: 600;
	border-top: 1px #d3d3d3 solid;
}
#transfer .stationEmList:last-child {
	border-bottom: 1px #d3d3d3 solid;
}
#transfer .stationEmList a {
	text-decoration: none;
	margin-bottom: 0;
	font-size: 16px;
	color: #143ba0;
	padding: 1.5em 1em;
}
/*振替対象か対象外かの図*/
#transferEligibleWrap {
	color: #fff;
	text-align: center;
}
#transferEligibleWrap .teHead {
	font-size: 32px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
#transferEligibleWrap .teHead::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: 3;
    position: relative;
    margin-right: 8px;
}
#transfer .flexBoxWrapFw .transferEligibleCon.box2 {
	padding: 16px;
	border-radius: 20px;
	margin-bottom: 30px;
}
#transferEligibleCon01 {
	background: #023084;
}
#transferEligibleCon01 .teContent {
	background-image: url("images/bg_maru.png");
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}
#transferEligibleWrap #transferEligibleCon01 .teHead::before {
    background-image: url( "images/white_maru.svg");
}
#transferEligibleCon02 {
	background: #cd000e;
}
#transferEligibleCon02 .teContent {
	background-image: url("images/bg_batsu.png");
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}
#transferEligibleWrap #transferEligibleCon02 .teHead::before {
    background-image: url( "images/white_batsu.svg");
}
#transferEligibleWrap .teHeadBgWhite {
	background: #fff;
	font-size: 24px;
	padding-top: 10px;
    padding-bottom: 10px;
}
#transferEligibleWrap #transferEligibleCon01 .teHeadBgWhite {
	color: #023084;
}
#transferEligibleWrap #transferEligibleCon02 .teHeadBgWhite {
	color: #cd000e;
}
#transferEligibleWrap p {
	font-size: 16px;
}
#transferEligibleWrap .smallTxt {
	font-size: 12px;
}
#transferEligibleWrap .teContent h3 {
	font-size: 28px;
	padding-top:15px; 
	padding-bottom:15px; 
	line-height: 1.25em;
}
#transferEligibleWrap .teContent h3::before {
	display: inline-block;
	content: "●";
}
#transfer table {
    border-collapse: collapse;
    width: 100%;
}
#transfer table th,
#transfer table td {
    padding: 10px;
    border: 1px solid #999;
	display: table-cell;
}
#transfer table th {
    padding: 10px;
    background-color: #eee;
    text-align: center;
    width: 30%;
}
.w190 img {
	max-width: 190px;
}
.w300 img {
	max-width: 300px;
}
.mrgn-t30 {
    margin-top: 30px!important;
}
.textLeft {
	text-align: left;
}
.borderBotNavyTxt {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.borderBotNavyTxt span {
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(transparent 60%, #FFFF26 40%);	
	font-size: 20px;
}
/* ---------------------    
SP Style
---------------------- */
@media screen and (max-width: 768px) {
    
    #transfer .container  {
        padding: 0px;
    }
    #transfer .containerSP    {
        padding: 5%;
    }
	#transfer .btnTabTopRound .flexBoxWrapFw {
		display: flex!important;
		padding: 0 10px;
	}
	#transfer .btnTabTopRound .flexBoxWrapFw li,
	#transfer .btnTabTopRound .flexBoxWrapFw li a{
		font-size: 10px;
		min-height: 65px;
	}
	#transfer .catchTxt {
		font-size: 1.1em;
		width: 90%;
		margin: 0 auto 10px;
	}
	#transfer .flexBoxWrapFw {
        margin-top: 0 !important;
    }
	#transfer .flexBoxWrapFw h2 {
		padding-top: 0!important;
	}
	#transfer .stationEmList {
		width: 100%;
	}
	/* point */
    #transfer #contenstsBox h2    {
        font-size: 2em;
    }
    #transfer #contenstsBox h2:before    {
        padding: 0 0 0 20px;
    }
    #transfer #contenstsBox h2:after    {
        padding: 0 20px 0 0;
    }
	#transfer .stName {
		font-size: 20px;
	}
	#transferEligibleWrap .teHead {
		font-size: 25px;
	}
	#transferEligibleWrap .teHeadBgWhite {
		font-size: 18px;
	}
	#transferEligibleWrap .teContent h3 {
		font-size: 20px;
	}
    /*251020追記*/
#transfer .flexBoxWrap .box2.yellowBoxlinkTxt {
	width:35%;
}
#transfer .flexBoxWrap .box2.stName {
	width:65%;
}
/*ここまで*/
}