@charset "UTF-8";

ul.btn04 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
ul.btn04 li {
    list-style: none!important;
    width: 24%!important;
}
@media screen and (max-width: 900px) {
ul.btn04 li {
    width: 100%!important;
}
}
a#flow + div table th {
    color: #fff;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#text_l1 + div .heading.block_header_7.align-left,
#text_l2 + div .heading.block_header_7.align-left,
#text_l3 + div .heading.block_header_7.align-left,
#text_l4 + div .heading.block_header_7.align-left,
#text_l5 + div .heading.block_header_7.align-left {
  justify-content: center;
  margin-bottom: 10px;
}
