@charset"UTF-8";

article {
	padding-bottom:10px;
}

/*==============================
main visual
==============================*/
.mainvi img {
	width: 100%;
}
#main_visual {
	position:relative;
}
#main_visual .slider a {
	display:block;
	color:#2a2a2a;
	text-decoration:none;
}
#main_visual .slider img {
	width:100%;
	height:auto;
}
#main_visual .slider_nav {
	text-align:center;
	padding:10px 0;
}
#main_visual .slider_nav li {
	display: inline-block;
	margin-right:19px;
}
#main_visual .slider_nav li:last-child {
	margin-right:0;
}
#main_visual .slider_nav li a {
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	margin-top:12px;
}
#main_visual .slider_nav li a span {
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#c4c4c4;
	text-indent:-9999px;
}
#main_visual .slider_nav li a.active span {
	background:#353535;
}
#main_visual .bx-prev,#main_visual .bx-next {
	position:absolute;
	top:50%;
	margin-top:-10px;
	display:block;
	width:30px;
	height:30px;
}
#main_visual .bx-prev {
	left:5px;
	background:url(/sp/ikebukuro/images/slide_ico01_01.png) no-repeat left center;
	background-size:12px 21px;
}
#main_visual .bx-next {
	right:5px;
	background:url(/sp/ikebukuro/images/slide_ico01_02.png) no-repeat right center;
	background-size:12px 21px;
}



/*==============================
article
==============================*/
article h2 {
	font-size:24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:0 10px 8px;
	margin-bottom:15px;
	text-align:center;
	letter-spacing: 1px;
}


#free .businessHours {
	margin: 10px 0;
}
#free .businessHours p {
	width: 100%;
	text-align: center;
}
#free .businessHours p a {
	display: block;
	background: #00a0e9;
	color: #fff;
	font-size: 116%;
	padding: 14px 0;
	letter-spacing: 1.2px;
	text-decoration: none;
	position: relative;
}

#free .businessHours p a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#free .businessHours p a::after{
    right: 3px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 安全の取り組み */
#free .saftyTOBU {
	margin: 5px 0 10px;
}
#free .saftyTOBU p {
	width: 100%;
	text-align: center;
}
#free .saftyTOBU p a {
	display: block;
	background: #9bc728;
	color: #fff;
	font-size: 116%;
	padding: 14px 0;
	letter-spacing: -0.4px;
	text-decoration: none;
	position: relative;
}

#free .saftyTOBU p a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#free .saftyTOBU p a::after{
    right: 3px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#free .saftyTOBU p a:hover {
	background: #79a112;
}
/* 安全のお願い */
#free .saftyCustomer {
	margin: 5px 0 20px;
}
#free .saftyCustomer p {
	width: 100%;
	text-align: center;
}
#free .saftyCustomer p a {
	display: block;
	background: #00a041;
	color: #fff;
	font-size: 116%;
	padding: 14px 0;
	letter-spacing: -0.4px;
	text-decoration: none;
	position: relative;
}

#free .saftyCustomer p a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#free .saftyCustomer p a::after{
    right: 3px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#free .saftyCustomer p a:hover {
	background: #006e2d;
}


/*==============================
sec_topics
==============================*/
#sec_topics {
	margin: 0 0 1px;
	padding: 7px 10px 4px;
	background:#f7f7f7;
}
#sec_topics ul li {
	margin-bottom:5px;
}



/*==============================
sec_pickup
==============================*/
#sec_pickup {
	margin: 8px 1px 5px;
}
#sec_pickup ul {
	padding-left:1px;
}
#sec_pickup ul li {
	box-sizing:border-box;
	width:50%;
	padding-right: 1px;
	margin-bottom: 1px;
}
#sec_pickup ul li img {
	width:100%;
	height:auto;
}
#sec_pickup ul li:nth-child(odd) {
	clear:both;
	float:left;
}
#sec_pickup ul li:nth-child(even) {
	float:right;
}
#sec_pickup::after {
   content: "";
   display: block;
   clear: both;
}


/*==============================
sec_new
==============================*/
#sec_news {
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
#sec_news .cnts {
	padding:0 5px;
	display: flex;
  flex-wrap: wrap;
}
#sec_news .cnts li {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 5px;
}
#sec_news .cnts li a {
	display:block;
}
#sec_news .cnts li:last-child {
	margin-bottom:0;
}
#sec_news .cnts li .img {
	margin-bottom:10px;
}
#sec_news .cnts li .img img {
	width:100%;
	border: 1px solid #e9e9e9;
}
#sec_news .cnts li .txt {
	padding:0 5px 20px;
}
#sec_news .cnts li .txt h3 {
	margin-bottom:5px;
}
#sec_news .cnts li .txt .txt01 {
	margin-bottom:10px;
	font-size:12px;
}


#sec_news .btn02 {
	position:absolute;
	left:0;
	bottom:0;
	background:#353535;
	width:100%;
	color:#fff;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
#sec_news .btn02 p {
	display:inline-block;
	background:url(/sp/ikebukuro/images/sec_news_ico02.png) no-repeat right center;
	background-size:12px 8px;
	padding-right:20px;
	font-size:16px;
}
#sec_news .btn02 span {
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
	height:40px;
	background:-moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background:-ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}


.SocialLink {
	width: 100%;
	background: #f0f2f4;
	margin: 50px 0 40px;
	padding: 15px 0 20px;
}
.SocialLink h3 {
	font-size: 112%;
	text-align: center;
	color: #0f335f;
	letter-spacing: 1px;
	margin: 10px 0 12px;
}
.SocialLink ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-around;
}
.SocialLink ul li {
	width: 110px;
	height: 110px;
	background: #fff;
	border-right: 1px solid #e6e8ec;
	border-bottom: 1px solid #e6e8ec;
	margin: 5px;
}
.SocialLink ul li a {
	display: block;
	width: 110px;
	height: 110px;
	position: relative;
}
.SocialLink ul li a.FB {
	background: url(/common/images/Slogo_facebook.png) no-repeat;
	background-position: center;
    background-size: 50px 50px;
}
.SocialLink ul li a.TW {
	background: url(/common/images/Slogo_x.png) no-repeat;
	background-position: center;
    background-size: 50px 50px;
}
.SocialLink ul li a.IG {
	background: url(/common/images/Slogo_Instagram.png) no-repeat;
	background-position: center;
    background-size: 50px 50px;
}
.SocialLink ul li a.LI {
	background: url(/common/images/Slogo_Line.png) no-repeat;
	background-position: center;
    background-size: 50px 50px;
}

.SocialLink ul li a.MM {
	background: url(/common/images/Slogo_mailmagazine.png) no-repeat;
	background-position: center;
}






/*==============================
sec_notice
==============================*/
#sec_notice {
	padding-bottom:50px
}
#sec_notice dl {
	padding:0 10px;
}
#sec_notice dl dt {
	clear:both;
	float:left;
}
#sec_notice dl dd {
	margin-left:7em;
	margin-bottom:10px;
}



/*==============================
sec_notice
==============================*/
#sidebanner {
	width: 100%;
	padding: : 0;
	text-align:left;

}
#sidebanner h3 {
	font-size: 112%;
	text-align: center;
	color: #0f335f;
	letter-spacing: 4px;
	margin: 32px 0 10px;
}
#sidebanner ul {
	display: flex;
	flex-wrap: wrap;
}
#sidebanner li {
	width: 50%;
	margin: 0;
	text-align: center;
	font-size: 90%;
	background: #f7f6f6;
}
#sidebanner li a {
	display: block;
	padding: 10px 0 9px;
	color: #424242;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#sidebanner li a:hover {
	background: #e6e6e6;
}
#sidebanner li:last-child {
	margin-right:0;
}

#sidebanner li:nth-child(2) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(3) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(6) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(7) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(10) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(11) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(14) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(15) {
	background: #f1f1f1;
}
#sidebanner li:nth-child(odd) a {
	border-right: 1px solid #fff;
}

/* free */

.topSupportNavi {
	background: #fbf3dc;
	padding: 45px 10px;
	margin-bottom: 50px;
}
.topSupportNavi ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.topSupportNavi ul li {
	text-align: center;
	font-size: 80%;
	color: #1a2a47;
}
.topSupportNavi ul li p.pict {
	margin-bottom: 10px;
}
.topSupportNavi ul li a {
	text-decoration: none;
}

/* 20240613 SOCIAL & MAILMAGAZINE 調整 */
.SocialLink {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.SocialLink .column3 {
  align-items: center;
  padding: 0;
  gap: 0 5px;
  margin-bottom: 5px;
}
.SocialLink .column3 li {
  width: calc((100% - (5px * 2)) / 3);
  height: auto;
  margin: 0;
  aspect-ratio: 1 / 1;
  padding: 8px 7px 6px 7px;
  box-sizing: border-box;
  border: none;
}
.SocialLink .column3 li a {
  width: 100%;
  height: 100%;
}
.SocialLink .column2 {
  align-items: center;
  padding: 0;
  gap: 0 5px;
}
.SocialLink .column2 li {
  width: calc((100% - (5px * 2)) / 3);
  height: auto;
  margin: 0;
  aspect-ratio: 1 / 1;
  padding: 8px 7px 6px 7px;
  box-sizing: border-box;
  border: none;
}
.SocialLink .column2 li a {
  width: 100%;
  height: 100%;
}
/* 20240613 TOBU Group INFORMATION 調整 */
#sidebanner ul li {
  box-sizing:border-box;
  border-bottom: 1px solid #fff;
  padding: 0;
}
#sidebanner li a {
  border: none;
  padding: 14px 3px 12px 3px;
}
#sidebanner li:nth-child(odd) {
  border-right: 1px solid #fff;
}
#sidebanner li:nth-child(odd) a {
  border-right: none;
}

/* 20240613 topSupportNavi 調整 */
.topSupportNavi ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  box-sizing: border-box;
  padding: 0;
}
.topSupportNavi ul li {
  padding: 0;
}
.topSupportNavi ul li p.pict img {
  width: 100%;
}