#main-box{
  background-image: url("../img/common/ttl_bg_top.png");
  background-color: white;
  background-size:contain;
  background-repeat: no-repeat;
  
}
#end-box{
  /*background-image: url("../img/common/bg_stripe.png");*/
  background-color: white;
  background-size:contain;
  background-repeat: repeat-y;
  height:100%;
  padding-bottom:100px;
}
.main-box-decoration{
  border-bottom-color: var(--colorOrange);
}
#end-box #tab-tokyo .cont p, #end-box #tab-osaka .cont p,{
	text-align:center;
}
.cont ul{
	 }
.cont > .tabber > ul{
	 list-style: none;
	 }
.cont ul li{
	list-style: none;
	}
.cont .note {
    font-size: 17px;
	margin-top: 1px;
	line-height: 1.6em;
}
@media screen and (max-width: 750px) {
	.cont .note {
    font-size: 13px;
		padding-inline-start: 25px;
		/*line-height: 150%;*/
}
}


.cont .note li {
	text-indent: -2em;
}

.cont .note li dd {
	margin-bottom: 20px;
}



.cont dl dt{
	position: absolute;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 2em;
	display: inline;
    line-height: 140%;
	color:#be9d61;
	position:left;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	}

@media screen and (max-width: 750px) {
	.cont dl dt{
		text-align: left;
		line-height:  200%;
	}
	
	.cont dl dd{
		line-height: 200%;
	}
	
}

.cont dl dd{
	margin-left: 150px;
    line-height: 140%;
	max-width:80%;
	font-size: 19px;
	font-weight: normal;
	}
.cont dl{
	margin-bottom: 0px;
	margin-top: 5px;
}
@media screen and (max-width: 750px) {
	.cont dl{
	margin-bottom: 0px;
}
}






#end-box #tab-tokyo .cont .about_map p{
	text-align:left;	
}
.about_map img{
	width:100%;
}
.about_map h4{
	display:inline-block;
	width:auto;
	color:#083190;
	background-image:url("../img/common/bg_stripe_rb.png");
	padding:5px 7px 2px 7px;
	margin:20px 0 15px;
	border-left: solid 5px;
	border-left-color: #083190;
}

@media all and (-ms-high-contrast:none) {
}


@media screen and (max-width: 750px) {
#main-box{
	height:  130px;
  background-image: url("../img/common/ttl_bg_top_sp.png");
  background-color: white;
  background-size:contain;
  background-repeat: no-repeat;
	margin-top: 46px;
}  
#all-box{
	margin-bottom: 60px;
}
.cont dl dt{
	position: relative;
	/*font-weight: bold;*/
	display: block;
	z-index:1;
	font-size: 15px;
	line-height: 170%;
	text-indent: 1.5em;
	}
.cont dl dd{
	position: relative;
	display: block;
	margin-left: 22px;
	max-width:100%;
	z-index:1;
	font-size: 14px;
	line-height: 170%;
	}
}
