@charset "utf-8";

/* --------------------------------------------------- */
/* --- suica-id -------------------------------------- */
/* --------------------------------------------------- */

/* --- Suica付学生証・社員証とは --------------------------------- */
section.body ul.id_function li {
	position: relative;
	margin-bottom: 10px;
}
section.body ul.id_function li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/suica/ic/suica-id/img/ico_suica_card.png);
	background-size: contain;
}
@media screen and (min-width:641px) {
	section.body ul.id_function li {
		height: 27px;
		line-height: 27px;
		text-indent: 50px;
		font-size: 2.0rem;
	}
	section.body ul.id_function li:before {
		width: 42px;
		height: 27px;
	}
}
@media screen and (max-width:640px) {
	section.body ul.id_function {
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
	section.body ul.id_function li {
		height: 20px;
		line-height: 20px;
		text-indent: 38px;
	}
	section.body ul.id_function li:before {
		width: 30px;
		height: 20px;
	}
}

section.body ul.id_function_2c:after {
	content: '';
	display: block;
	clear: both;
}
section.body ul.id_function_2c.caution li:before {
	content: '・' !important;
}
@media screen and (min-width:641px) {
	section.body ul.id_function_2c {
		margin-bottom: 40px;
	}
	section.body ul.id_function_2c li {
		float: left;
		width: 200px;
	}
	section.body ul.id_function_2c li:nth-of-type(2n+1) {
		clear: both;
	}
}
@media screen and (max-width:640px) {
	section.body ul.id_function_2c {
		margin-right: 3.125%;
		margin-bottom: 6.25%;
		margin-left: 3.125%;
	}
}

section.body section.suicaid_to_dtail {
	background-color: rgba(255,247,221,1);
}
section.body section.suicaid_to_dtail h1 {
	background-size: contain;
	background-repeat: no-repeat;
}
section.body section.suicaid_to_dtail:nth-of-type(1) h1 {
	background-image: url(/suica/ic/suica-id/img/ico_school_s.png);
}
section.body section.suicaid_to_dtail:nth-of-type(2) h1 {
	background-image: url(/suica/ic/suica-id/img/ico_office_s.png);
}
@media screen and (min-width:641px) {
	section.body section.suicaid_to_dtail {
		margin-bottom: 30px;
		padding: 20px;
		padding-top: 15px;
	}
	section.body section.suicaid_to_dtail h1 {
		margin-bottom: 10px;
		padding-left: 60px;
		height: 50px;
		line-height: 50px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width:640px) {
	section.body section.suicaid_to_dtail {
		margin-bottom: 4.6875%;
		padding: 1.5625% 3.125% 3.125%;
	}
	section.body section.suicaid_to_dtail:eq(1) {
		margin-bottom: 7.8125%;
	}
	section.body section.suicaid_to_dtail h1 {
		margin-bottom: 1.5625%;
		padding-left: 35px;
		height: 30px;
		line-height: 30px;
		font-size: 1.5rem;
	}
	section.body section.suicaid_to_dtail p a.link_btn {
		margin-bottom: 3.125%;
	}
}

section.body a#bnr_id_privilege {
	display:block;
	border-radius:5px;
	border-style:solid;
	border-color: rgba(0,136,3,1);
	text-decoration: none;
	color:rgba(0,0,0,1);
}
section.body a#bnr_id_privilege div {
	background-color: rgba(217,237,217,1);
	text-align: center;
}
section.body a#bnr_id_privilege p {
	position: relative;
}
section.body a#bnr_id_privilege p:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}
@media screen and (min-width:641px) {
	section.body a#bnr_id_privilege {
		margin-bottom: 50px;
		border-width: 4px;
	}
	section.body a#bnr_id_privilege:after {
		content:'';
		display: block;
		clear: both;
	}
	section.body a#bnr_id_privilege div {
		float: left;
		width: 35%;
	}
	section.body a#bnr_id_privilege div img {
		width: 80%;
		height: auto;
	}
	section.body a#bnr_id_privilege p {
		float: right;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-right: 40px;
		padding-left: 20px;
		width: 65%;
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
	}
	section.body a#bnr_id_privilege p:after {
		margin-top: -7px;
		width: 9px;
		height: 14px;
		background-image: url(/suica/common/img/ico_arrow_blk_s.png);
	}
	section.body a#bnr_id_privilege p br {
		display: none;
	}
}
@media screen and (max-width:640px) {
	section.body a#bnr_id_privilege {
		margin:0 3.125% 8%;
		border-width: 2px;
	}
	section.body a#bnr_id_privilege div {
		margin-bottom: 2%;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	section.body a#bnr_id_privilege div img {
		width: 40%;
	}
	section.body a#bnr_id_privilege p {
		margin-bottom: 0;
		padding: 2% 5%;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	section.body a#bnr_id_privilege p:after {
		margin-top: -7px;
		width: 9px;
		height: 14px;
		background-image: url(/suica/common/img/ico_arrow_blk_s.png);
	}
}

@media screen and (min-width:641px) {
	section.body hr.line_dot {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:640px) {
	section.body hr.line_dot {
		margin-top: 6.25%;
		margin-bottom: 6.25%;
	}
}

section.body ul.link_btn_2c.card_type li a {
	padding-top: 6.39%;
	padding-bottom: 9.58%;
}
section.body ul.link_btn_2c.card_type li a:after {
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background-image: url(/suica/common/img/ico_arrow_blk_s.png);
}



/* --- 導入をお考えの学校さま、企業さま --------------------------------- */

section.body div.suicaid_companies {
	background-color: rgba(240,249,240,1);
}
section.body div.suicaid_companies h3 {
	background-size: contain;
	background-repeat: no-repeat;
}
section.body div.suicaid_companies p a.link_btn:before {
	content: '';
	display: inline-block;
	position: absolute;
	margin-top: 2px;
	margin-left: -18px;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(/suica/ic/suica-id/img/ico_mail.png);
}
section.body div.suicaid_companies dl {
}
section.body div.suicaid_companies dl:last-child {
	margin-bottom: 0;
}
section.body div.suicaid_companies dl dt {
	margin-bottom: 5px;
}
section.body div.suicaid_companies dl dt:before {
	width: 140px;
	height: 101px;
}
section.body div.suicaid_companies dl.toshiba dt:before {
	content: url(/suica/ic/suica-id/img/img_toshiba.png);
}
section.body div.suicaid_companies dl.jrem dt:before {
	content: url(/suica/ic/suica-id/img/img_jrem.png);
}
section.body div.suicaid_companies dl.saxa dt:before {
	content: url(/suica/ic/suica-id/img/img_saxa.png);
}
section.body div.suicaid_companies dl.tokyu dt:before {
	content: url(/suica/ic/suica-id/img/img_tokyu.png);
}
section.body div.suicaid_companies dl dd ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 18px;
}
section.body div.suicaid_companies dl dd ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
section.body div.suicaid_companies dl dd ul li:nth-of-type(1):before {
	background-image: url(/suica/ic/suica-id/img/ico_tel.png);
}
section.body div.suicaid_companies dl dd ul li:nth-of-type(2):before {
	background-image: url(/suica/ic/suica-id/img/ico_mail.png);
}
section.body div.suicaid_companies dl dd ul li:before {
	width: 15px;
	height: 16px;
}
@media screen and (min-width:641px) {
	section.body div.suicaid_companies {
		margin-bottom: 30px;
		padding: 20px;
		padding-top: 15px;
	}
	section.body div.suicaid_companies h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	section.body div.suicaid_companies dl {
		position: relative;
		margin-bottom: 20px;
		min-height: 101px;
	}
	section.body div.suicaid_companies dl dt {
		padding-left: 160px;
	}
	section.body div.suicaid_companies dl dt:before {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	section.body div.suicaid_companies dl dd {
		padding-left: 160px;
	}
}
@media screen and (max-width:640px) {
	section.body div.suicaid_companies {
		margin-bottom: 4.6875%;
		padding: 1.5625% 3.125% 3.125%;
	}
	section.body div.suicaid_companies:eq(1) {
		margin-bottom: 7.8125%;
	}
	section.body div.suicaid_companies h3 {
		margin-bottom: 3.125%;
		font-size: 1.5rem;
	}
	section.body div.suicaid_companies p a.link_btn {
		margin-bottom: 5%;
	}
	section.body div.suicaid_companies dl {
		margin-bottom: 5%;
	}
	section.body div.suicaid_companies dl dt:before {
		display: block;
		position: relative;
		margin: auto;
		margin-bottom: 2.5%;
	}
}

section.body ul#relative_links {
}
section.body ul#relative_links li a:before {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
section.body ul#relative_links li:nth-of-type(1) a:before {
	background-image: url(/suica/ic/suica-id/img/ico_school_l.png);
}
section.body ul#relative_links li:nth-of-type(2) a:before {
	background-image: url(/suica/ic/suica-id/img/ico_office_l.png);
}
@media screen and (min-width:641px) {
	section.body ul#relative_links li a {
		padding-right: 50px;
		padding-bottom: 120px;
		padding-left: 50px;
		font-size: 1.6rem;
	}
	section.body ul#relative_links li a:before {
		bottom: 20px;
		left: 50%;
		margin-left: -45px;
		width: 90px;
		height: 91px;
	}
	section.body ul#relative_links li a:after {
		top: inherit;
		bottom: 10px;
		width: 23px;
		height: 23px;
		background-image: url(/suica/common/img/ico_link_blank_nav.png)
	}
}
@media screen and (max-width:640px) {
	section.body ul#relative_links li a {
		padding-left: 20%;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: left;
	}
	section.body ul#relative_links li a:before {
		top: 50%;
		left: 3.33%;
		margin-top: -22px;
		width: 45px;
		height: 45px;
	}
	section.body ul#relative_links li a:after {
	}
}


/* --- 通学定期券継続購入時の通学証明書省略について ------------------------ */

table.rwd_tbl th,
table.rwd_tbl td {
	border: 1px solid rgba(225,205,138,1);
}
table.rwd_tbl th {
	background-color: rgba(255,247,221,1);
	font-weight: normal;
	text-align: center;
}
@media screen and (min-width:641px) {
	table.rwd_tbl {
		width: 100%;
	}
	table.rwd_tbl th,
	table.rwd_tbl td {
		padding: 10px 15px;
	}
	table.rwd_tbl th {
		width: 15em;
	}
}
@media screen and (max-width:640px) {
	table.rwd_tbl {
		margin: 0 3.125%;
		width: 93.75%;
		border-bottom: 1px solid rgba(225,205,138,1);
	}
	table.rwd_tbl tr {
		display: block;
	}
	table.rwd_tbl th,
	table.rwd_tbl td {
		display: block;
		border-bottom: none;
		padding: 10px 15px;
	}
}



/* --- FAQ ------------------------------------------------- */

section.body article {
}
section.body article h1 {
	position: relative;
	font-weight: normal;
}
section.body article h1:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/suica/ic/suica-id/img/ico_q.png);
}
section.body article > div,
section.body article > p {
/*	overflow: hidden;*/
	position: relative;
	background-color: rgba(238,238,238,1);
}
section.body article > div {

}
section.body article > div:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/suica/ic/suica-id/img/ico_a.png);
}
section.body article > p {
	position: relative;
	margin: 0;
	padding: 10px;
	text-align: center;
}
section.body article > p:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	margin-left: 20px;
	width: 14px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/suica/ic/suica-id/img/ico_arrow_top_close.png);
}
section.body article > p.close:after {
	background-image: url(/suica/ic/suica-id/img/ico_arrow_btm_open.png);
}
@media screen and (min-width:641px) {
	section.body article {
		margin-bottom: 40px;
	}
	section.body article h1 {
		margin-bottom: 19px;
		padding-top: 2px;
		padding-left: 35px;
	}
	section.body article h1:before {
		top: 0;
		width: 29px;
		height: 23px;
	}
	section.body article > div {
/*	padding: 20px;*/
		padding-bottom: 0;
		padding-left: 55px;
	}
	section.body article > div:before {
		top: 18px;
		left: 19px;
		width: 27px;
		height: 22px;
	}
}
@media screen and (max-width:640px) {
	section.body article {
		margin: 0 3.125% 7%;
	}
	section.body article h1 {
		margin-bottom: 1.5%;
		padding-left: 8%;
	}
	section.body article h1:before {
		top: 1px;
		width: 20px;
		height: 16px;
	}
	section.body article > div {
		padding: 3.33%;
		padding-bottom: 0;
		padding-left: 25px;
	}
	section.body article > div:before {
		top: 11px;
		left: 11px;
		width: 20px;
		height: 16px;
	}
}
article > div {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
article > div.is-open {
  max-height: 1000px;
  padding: 20px;
}

