.business-SectionHeader_text {
margin: 30px 25px;
font-size: 1.7rem;
letter-spacing: normal;
font-feature-settings: "palt";
text-align: left;
}
@media only screen and (max-width: 768px) {
.business-SectionHeader_text {
margin: 30px 25px;
font-size: 1.5rem;
letter-spacing: normal;
font-feature-settings: "palt";
text-align: left;
}
}
.business-SectionHeader_mini {
margin-top: 40px;
font-size: 1.7rem;
letter-spacing: normal;
font-feature-settings: "palt";
text-align: center;
line-height: 1.834;
}
@media only screen and (max-width: 768px) {
.business-SectionHeader_mini {
margin-top: 40px;
font-size: 1.5rem;
letter-spacing: normal;
font-feature-settings: "palt";
text-align: left;
line-height: 1.834;
}
}
.business-SectionHeader_table {
position: relative;
margin: 3rem auto;
width: 80%;
border: 1px solid #161a38;
background-color: #fff;
}
.business-SectionHeader_table::before {
position: absolute;
top: -1.8rem;
left: 46%;
height: 45px;
width: 45px;
content: "";
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_01.png);
background-repeat: no-repeat;  
display: inline-block;
-moz-background-size: 80% auto;
background-size: 80% auto;
} 
.business-SectionHeader_table[data-id="2"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_02.png);
}
.business-SectionHeader_table[data-id="3"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_03.png);
}
.business-SectionHeader_table[data-id="4"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_04.png);
}
.business-SectionHeader_table[data-id="5"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_05.png);
}
.business-SectionHeader_table[data-id="6"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_06.png);
}
.business-SectionHeader_table[data-id="7"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_07.png);
}
.business-SectionHeader_table[data-id="8"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_08.png);
}
.business-SectionHeader_table[data-id="9"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_09.png);
}
.business-SectionHeader_table[data-id="10"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_10.png);
}
.business-SectionHeader_table[data-id="11"]::before {
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_11.png);
}
@media only screen and (max-width: 768px) {
.business-SectionHeader_table {
position: relative;
margin: 3rem auto;
width: 100%;
border: 1px solid #161a38;
background-color: #fff;
line-height: 1.834;
}
.business-SectionHeader_table::before {
position: absolute;
top: -15px;
left: calc(50% - 15px);
height: 30px;
width: 30px;
content: "";
background-image: url(//www.kendo.or.jp/wp/wp-content/themes/kendo/assets/business/images/icon_01.png);
display: inline-block;
background-size: cover;
}
}
.business-Contents_BtnBack {
margin-top: 30px;
margin-bottom: 40px;
text-align: center;
}