.mainArea .table .table__td_list {
    zoom: 1
}

.mainArea .table .table__td_list:after {
    display: block;
    clear: both;
    content: ''
}

.mainArea {
    width:100%;
	max-width:950px;
	margin:0 auto;
}

.mainArea .mainArea__tit,
.mainArea .mainImg {
/*    margin-top: 50px;*/
    margin-bottom: 30px;
    text-align: center
}

.mainImg {
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center
}
.mainImg .mainImg__main {
	position: relative;
	margin: 0 auto 15px;
	width: 100%;
	max-width:950px;
	height: 380px;
	overflow: hidden;
	z-index: 2
}
.mainImg .mainImg__main img {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	display: none
}
.mainImg .mainImg__imgList {
	font-size: 0;
	z-index: 2
}
.mainImg .mainImg__imgList .item {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	background-color: #FFF
}
.mainImg .mainImg__imgList .bg.on {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 4px solid #fff;
	box-sizing: border-box
}
.mainImg .mainImg__bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.mainArea .listBlock {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f6f6f6
}

.mainArea .policy__img,
.mainArea .policy__para,
.mainArea .table {
    margin-bottom: 30px
}

.mainArea .listBlock .item {
    float: left;
    padding-right: 15px;
    padding-bottom: 20px
}

.mainArea .listBlock .item:nth-of-type(3n) {
    padding-right: 0
}

.mainArea .listBlock .item:nth-last-of-type(-n+3) {
    padding-bottom: 0
}

.mainArea .table {
    width: 100%;
    border-collapse: collapse
}

.mainArea .table .table__td {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    box-sizing: border-box;
    padding: 15px 20px;
    letter-spacing: .02em;
    border: 1px solid #ccc;
}

.mainArea .table .table__td:nth-child(1) {
    width: 135px;
    background-color: #f6f6f6
}

.mainArea .table .item {
    float: left
}

.mainArea .table .item:nth-child(1) {
    margin-right: 15px
}

.mainArea .table .item:nth-child(2) {
    display: table;
    margin: 20px 0;
}

.mainArea .table .item:nth-child(2) span {
    line-height: 27px;
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.mainArea .table .bgColor {
    background-color: #fbfbfb!important
}

.mainArea .table .lhAdjust {
    line-height: 27px
}

.mainArea .table__history .table__td {
    line-height: 27px!important
}

.mainArea .policy__para,
.mainArea .policy__sign {
    letter-spacing: 0
}

.mainArea .policy__sign {
    text-align: right
}

/* ----------------------------
* dev_takeda 2017 02 03
* -------------------------- */
.table__tr a{
    color: #00468b;
}
.mainArea .table  .table__tr .item a >span{
    line-height: 22px;
}
/*
.mainArea .table .table__td_list .item span.arrow,
.mainArea .table__td span.arrow{
    vertical-align: middle;
    display: inline-block;
    font-size: 10px;
    line-height: inherit;
    height: 28px;
}
*/
.table__td img{
    margin: 10px 0;
}

.mainArea .block__title h2 {
	padding:50px;
	font-size:30px;
	color:#023061;
	text-align:center;
}

.mainArea .info_Area {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f6f6f6;
	z-index:10;
}

.info_list_all {
	width:100%;
	overflow:hidden;
}
.info_list_all a {
	width:30%;
	margin:5px 5% 5px 0;
	float:left;
	text-align:center;
	background-color:#0d3f75;
	padding:10px 0;
	font-size:15px;
}
.info_list_all a {
	color:#fff;
}
.info_list_all a span {
	font-size:10px;
}
.info_list_all a:nth-child(3n) {
	margin-right:0
}
.info_list_all a:hover {
	background-color:#023061;
}
.map {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
}

.anc {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
.policy__img img {
	width:100%;
	max-width:950px;
	margin:0 auto;
}

.top_slide_pc {
	padding-top:0;
	padding-bottom:30px;
}

@media screen and (max-width: 949px) {
	.mainImg .mainImg__main {
		height:40vw;
	}
}
@media screen and (max-width: 767px) {
	.top_slide_mb {
		padding-top:0;
		padding-bottom:30px;
	}
}

@media screen and (max-width: 623px) {
	.mainArea .table .table__td {
		width:100%;
		display:block;
	}

	.mainArea .table .table__td:nth-child(1) {
		width:100%;
	}
}

@media screen and (max-width: 570px) {
	.map {
  		height: 250px;
	}
	.map iframe {
  		height: 600px;
  		margin-top: -150px;
	}
	h2 {
		font-size:7vw!important;
	}
	p {
		font-size:3.5vw!important;
	}
	.shop_list, .mainArea .table .table__td {
		font-size:3.5vw;
	}
	.mainArea .block__title h2 {
		padding:15vw 0 6vw;
	}
}