@charset "Shift_JIS";
/* -----------------------------------------
	TOP用CSS
----------------------------------------- */

/*緊急のお知らせ*/
#contents .cautionBox h2 {
    background: #c81c00;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#contents .cautionBox h2:before {
    content: "";
    display: inline-block;
    background: url(/mobilesuica/img/top/ico_caution.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 26px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}
#contents .cautionBox dl {
    font-size: 1.6rem;
    border: 5px solid #c81c00;
    padding: 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#contents .cautionBox dl dt {
    width: 20%;
    display: flex;
    align-items: center;
}
#contents .cautionBox dl dt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 7px solid #0c0c0c;
    border-bottom: 4px solid transparent;
    margin-right: 5px;
}
#contents .cautionBox dl dd {
    width: 100%;
    margin-bottom: 15px;
}
#contents .cautionBox dl dd:last-child {
    margin-bottom: 0;
}
#contents .cautionBox div#cBinfo {
    font-size: 1.6rem;
    border: 2px solid #c81c00;
    padding: 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#contents .cautionBox2 h2 {
    background: #c81c00;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#contents .cautionBox2 dl {
    font-size: 1.6rem;
    border: 2px solid #c81c00;
    padding: 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#contents .cautionBox2 dl dt {
    width: 20%;
    display: flex;
    align-items: center;
}
#contents .cautionBox2 dl dd {
    width: 100%;
    margin-bottom: 15px;
}
#contents .cautionBox2 dl dd:last-child {
    margin-bottom: 0;
}
#contents .cautionBox2 div#cBinfo {
    font-size: 1.6rem;
    border: 2px solid #c81c00;
    padding: 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*モバイルSuicaを既にご利用のお客さま*/

.otherapp-btn span{
	color:#000000;
	font-size: 1.5rem;
	font-weight:bold;
}
#contents .top_navi .top_navi_link li:last-child a .link_tit{
	line-height: 1;
	margin-bottom:-5px !important;
}

#contents .top_navi .top_navi_link {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
#contents .top_navi .top_navi_link li {
    width: 49%;
    border: 2px solid #16130c;
    border-radius: 5px;
	margin-bottom: 2%;
}
#contents .top_navi .top_navi_link li:nth-child(n+3):nth-child(-n+4) {
    width: 23.5%;
}
#contents .top_navi .top_navi_link li a {
    padding: 20px;
    display: block;
    height: 100%;
    text-decoration: none;
    text-align: center;
    background: #daedd9;
    border-radius: 5px;
    position: relative;
}
#contents .top_navi .top_navi_link li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #231815;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #231815;
    position: absolute;
    right: 0;
    bottom: 0;
}
#contents .top_navi .top_navi_link li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    bottom: 7px;
}
#contents .top_navi .top_navi_link li a[target=_blank]:after {
    background: url(/mobilesuica/common/img/ico_blank02.png) no-repeat center / contain;
    border: none;
    transform: rotate(0deg);
    width: 12px;
    height: 12px;
    right: 5px;
    bottom: 4px;
}
#contents .top_navi .top_navi_link li a:hover {
    background: #a2c98f;
}
#contents .top_navi .top_navi_link li a:hover img {
    opacity: 1;
}
#contents .top_navi .top_navi_link li a .link_tit {
    font-weight: bold;
    color: #000000;
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

/*--//--*/
#contents .top_navi .top_navi_link li .link_img img {
    width: 100%;
    height: auto;
	max-width: 260px;
}
#contents .top_navi02 {
    padding: 10px 30px 0;
}
#contents .top_navi02 .top_navi_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .top_navi02 .top_navi_link li {
    width: 32%;
    margin-bottom: 20px;
    border: 2px solid #16130c;
    border-radius: 5px;
}
#contents .top_navi02 .top_navi_link li a {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #000000;
    font-size: 1.6rem;
}
#contents .top_navi02 .top_navi_link li a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 4px solid #241916;
    border-right: 4px solid #241916;
    transform: rotate(45deg);
}
#contents .top_navi02 .top_navi_link li a.blank:after {
    content: "";
    border: none;
    display: block;
    background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 12px;
    transform: rotate(0deg);
}
#contents .top_navi02 .top_navi_link li a:hover {
    background: #daedd9;
}
#contents .top_navi02 .top_navi_link li a:hover img {
    opacity: 1;
}
#contents .top_navi02 .top_navi_link li:nth-child(-n+3) a {
    font-size: 1.9rem;
}
#contents .top_navi02 .top_navi_link li:nth-child(1) a .link_img {
    width: 30px;
}
#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img {
    width: 25px;
}
#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img {
    width: 50px;
}
#contents .top_navi02 .top_navi_link li:nth-child(1) a .link_img02 {
    width: 45px;
}
#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img02 {
    width: 25px;
}
#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img02 {
    width: 50px;
}
.btnLink01_1 a {
    display: block;
    background: #daedd9;
    border: 2px solid #231815;
    border-radius: 5px;
    padding: 10px 30px 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 1.5rem;
    position: relative;
}
.btnLink01_1 a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 4px solid #231815;
    border-right: 4px solid #231815;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.btnLink01_2 a:hover {
    background: #daedd9;
}

.btnLink01_2 a {
    display: block;
    background: #ffffff;
    border: 2px solid #231815;
    border-radius: 5px;
    padding: 10px 30px 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 1.5rem;
    position: relative;
}
.btnLink01_2 a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/mobilesuica/common/img/ico-pdf.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.btnLink01_1 a:hover {
    background: #a2c98f;
}


/*インフォメーション*/
#contents .information {
    padding: 60px 0 30px;
}
#contents .information h2 {
    font-size: 3.1rem;
    text-align: center;
    margin-bottom: 30px;
}
#contents .information .important_box {
    margin-bottom: 40px;
}
#contents .information .important_box, #contents .information .press_box {
    border: 2px solid #231815;
    border-radius: 5px;
    position: relative;
}
#contents .information h3 {
    padding: 15px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #231815;
    background: #eeeeee;
    font-size: 2.6rem;
}
#contents .information dl {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#contents .information dl dt {
    width: 17%;
    display: flex;
    align-items: center;
}
#contents .information dl dt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 7px solid #0c0c0c;
    border-bottom: 4px solid transparent;
    margin-right: 5px;
}
#contents .information dl dd {
    width: 83%;
    margin-bottom: 15px;
}
#contents .information .more_link {
    position: absolute;
    top: 12px;
    right: 20px;
}
#contents .information .more_link a {
    display: flex;
    align-items: center;
    border: 2px solid #231815;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
#contents .information .more_link a:hover {
    background: #E9E9E9;
}
#contents .information .more_link a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 4px solid #241916;
    border-right: 4px solid #241916;
    transform: rotate(45deg);
    margin-left: 13px;
}
/*モバイルSuicaのサービス一覧*/
#contents .top_navi03 {
    padding: 20px 30px 0;
}
#contents .top_navi03 li {
    min-height: 266px;
}
#contents .top_navi03 .bnon {
    border: none;
    text-align: center;
    padding: 10px;
}
#contents .top_navi03 .bnon img {
    width: auto;
}
/*雑誌をめくる感覚でモバイルSuicaがわかります。*/
#contents .top_navi_pamph {
    padding: 20px 0 0;
    overflow: hidden;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
#contents .top_navi_pamph h2.heading02 {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
    font-size: 2.1rem;
}
#contents .top_navi_pamph .image {
    float: right;
    max-width: 132px;
    width: 20%;
}
#contents .top_navi_pamph .pamph_link {
    float: left;
    max-width: 520px;
    width: 78%;
}
#contents .top_navi_pamph .pamph_link li {
    border: 1px solid #59493f;
    border-radius: 5px;
    margin-bottom: 15px;
}
#contents .top_navi_pamph .pamph_link li a {
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    padding: 15px;
    background: #fff;
    text-decoration: none;
    color: #000000;
    position: relative;
}
#contents .top_navi_pamph .pamph_link li a:hover {
    background: #F8F4E7;
}
#contents .top_navi_pamph .pamph_link li a:after {
    content: "";
    display: block;
    background: url(/mobilesuica/common/img/ico_blank.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 13px;
}
/*バナーエリア*/
#contents .top_bnrArea {
    background: #eeeeee;
    padding: 20px;
    margin: 50px 0 30px;
}
#contents .top_bnrArea ul {
    display: flex;
    justify-content: center;
}
#contents .top_bnrArea ul li:not(:last-child) {
    margin-right: 7%;
}

@media screen and (max-width: 929px) and (min-width: 641px) {
}

/*スマホ　縦 横*/
@media screen and (max-width: 640px) {
/*緊急のお知らせ*/
#contents .cautionBox h2 {
    font-size: 2.0rem;
    padding: 2% 3%;
}
#contents .cautionBox h2:before {
    background: url(/mobilesuica/img/top/ico_caution.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 23px;
    position: relative;
    top: 1vw;
    margin-right: 3vw;
}
#contents .cautionBox dl {
    padding: 3%;
    display: block;
}
#contents .cautionBox dl dt {
    width: 100%;
}
#contents .cautionBox dl dd {
    width: 100%;
    margin-bottom: 5%;
}
/*モバイルSuicaを既にご利用のお客さま*/
	.otherapp-btn span{
		font-size: 2.5vw;
	}

#contents section.top_navi {
    padding-bottom: 5%;
}
#contents .top_navi .top_navi_link {
    display: block;
}
#contents .top_navi .top_navi_link li {
    width: 100% !important;
    margin-bottom: 3%;
}
#contents .top_navi .top_navi_link li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    text-align: left;
    position: relative;
}
#contents .top_navi .top_navi_link li a:before {
    content: none;
}
#contents .top_navi .top_navi_link li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 4px solid #231815;
    border-right: 4px solid #231815;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
}
#contents .top_navi .top_navi_link li a[target=_blank]:after {
    background-image: url(/mobilesuica/common/img/ico_blank.png);
    bottom: 0;
    top: 0;
    margin: auto;
}
#contents .top_navi .top_navi_link li a .link_tit {
    font-weight: bold;
    color: #000000;
    font-size: 3.5vw;
    line-height: 1.2;
    margin-bottom: 0 !important;
}
/*--//--*/
	
#contents .top_navi .top_navi_link li .link_img img {
    margin: 0;
    width: auto;
    height: 26px;
    vertical-align: middle;
	margin-right: 15px;
}
#contents .top_navi .top_navi_link li:nth-child(n+2) .link_img img {
    height: 20px;
}
#contents .top_navi .top_navi_link li:nth-child(n+3) .link_img img {
    height: 40px;
}

/*--//--*/
.btnLink01_1 a {
    font-weight: bold;
    color: #000000;
    font-size: 3.5vw;
    line-height: 1.2;
    margin-bottom: 0;
}
#contents .top_navi02 {
    padding: 2% 0 0;
}
#contents .top_navi02 .top_navi_link {
    display: block;
}
#contents .top_navi02 .top_navi_link li {
    width: 100%;
    margin-bottom: 3%;
}
#contents .top_navi02 .top_navi_link li a {
    padding: 3% 6.5% 3% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: 4.5vw;
    position: relative;
}
#contents .top_navi02 .top_navi_link li a:after {
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
}
#contents .top_navi02 .top_navi_link li a.blank:after {
    position: absolute;
    right: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
}
#contents .top_navi02 .top_navi_link li:nth-child(-n+3) a {
    font-size: 4.5vw;
}
#contents .top_navi02 .top_navi_link li:nth-child(1) a .link_img,
#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img,
#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img {
    width: 10%;
    margin-right: 8%;
}
	
#contents .top_navi02 .top_navi_link li:nth-child(1) a .link_img02 {
    width: 10%;
    margin-right: 8%;
}
#contents .top_navi02 .top_navi_link li:nth-child(2) a .link_img02 {
    width: 5.6%;
    margin-right: 12.4%;
}
#contents .top_navi02 .top_navi_link li:nth-child(3) a .link_img02 {
    width: 10%;
    margin-right: 8%;
}
/*インフォメーション*/
#contents .information {
    padding: 10% 0 5%;
}
#contents .information h2 {
    margin-bottom: 3%;
}
#contents .information .important_box {
    margin-bottom: 8%;
}
#contents .information h3 {
    padding: 2% 3%;
    font-size: 2.3rem;
}
#contents .information dl {
    padding: 3% 3% 20%;
    display: block;
}
#contents .information dl dt {
    width: 100%;
}
#contents .information dl dd {
    width: 100%;
    margin-bottom: 5%;
}
#contents .information .more_link {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#contents .information .more_link a {
    padding: 3%;
    font-size: 1.8rem;
    justify-content: flex-end;
    background: #E9E9E9;
}
#contents .information .more_link a:after {
    margin-left: 30%;
}
/*モバイルSuicaのサービス一覧*/
#contents .top_navi03 {
    padding : 0 0 3%;
}
#contents .top_navi03 h2 {
    font-size: 7.5vw;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto 3%;
}
#contents .top_navi03 h2 .img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#contents .top_navi03 li {
    min-height: auto;
}
#contents .top_navi03 .bnon {
    display: none;
}
/*雑誌をめくる感覚でモバイルSuicaがわかります。*/
#contents .top_navi_pamph {
    padding: 3% 0 0;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}
#contents .top_navi_pamph h2.heading02 {
    text-align: center;
    width: 100%;
    margin: 0 auto 5%;
    padding-right: 30%;
    padding-bottom: 4%;
    font-size: 5.5vw;
}
#contents .top_navi_pamph .image {
    float: none;
    max-width: 100%;
    width: 20%;
    position: absolute;
    top: 2%;
    right: 5%;
}
#contents .top_navi_pamph .pamph_link {
    float: none;
    max-width: 100%;
    width: 100%;
}
#contents .top_navi_pamph .pamph_link li {
    margin-bottom: 3%;
}
#contents .top_navi_pamph .pamph_link li a {
    padding: 3%;
}
/*バナーエリア*/
#contents .top_bnrArea {
    background: #eeeeee;
    padding: 5% 2% 2%;
    margin: 0 -2% 0;
}
#contents .top_bnrArea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .top_bnrArea ul li:not(:last-child) {
    margin-right: 0;
}
#contents .top_bnrArea ul li {
    width: 48%;
    margin-bottom: 3%;
    margin-right: 0;
}
}
