/* m-heading__C
******************************************************* */
@media only screen and (max-width:767px){
.align-SP--C { text-align: center; }
}

/* ethical__heading
******************************************************* */
.ethical__heading small:nth-of-type(1) { margin: 0 0 5px 0; }
.ethical__heading-B { border-top: 2px solid #D8D8D8; border-bottom: 2px solid #D8D8D8; line-height: 1.2; text-align: center; padding: 15px 0; }
.ethical__heading-B small { display: block; font-size: 1.1111em; font-weight: 400; }
.ethical__heading-B span { display: block; font-size: 1.4444em; font-weight: 700; margin-top: 3px; }
@media only screen and (max-width:767px){
.ethical__heading-B { border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; padding: 13px 0; }
.ethical__heading-B small { font-size: 0.7647em; }
.ethical__heading-B span { font-size: 1.1764em; }
}

/* ethical__text01
******************************************************* */
.ethical__text01 { text-align: center; }
@media only screen and (max-width:767px){
.ethical__text01 { text-align: left; }
}

/* ethical__illust01
******************************************************* */
.ethical__illust01 img { width: 372px; }
@media only screen and (max-width:767px){
.ethical__illust01 img { width: 100%; }
}

/* ethical__column
******************************************************* */
.ethical__column-A { display: flex; justify-content: space-between; }
.ethical__column-A-cell { width: 47.7586%; }
.ethical__column-B { display: flex; justify-content: space-between; }
.ethical__column-B-cell { width: 56.8592%; }
.ethical__column-B-cell:nth-of-type(2) { align-self: center; width: 38.8086%; }
.ethical__column-C { display: flex; justify-content: space-between; }
.ethical__column-C-cell { width: 47.7586%; }
.ethical__column-D { display: flex; align-items: center; }
.ethical__column-D-cell { flex: 1; margin-right: 3.6208%; }
.ethical__column-D-cell:nth-of-type(2) { flex: initial; display: flex; align-items: flex-start; justify-content: space-between; margin-right: 0; width: 37.7586%; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(1) { width: 22.1461%; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(2) { width: 36.3013%; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(3) { width: 35.8447%; }
@media only screen and (max-width:767px){
.ethical__column-A { display: block; }
.ethical__column-A-cell { width: auto; }
.ethical__column-B { display: block; }
.ethical__column-B-cell { width: auto; }
.ethical__column-B-cell:nth-of-type(2) { width: auto; }
.ethical__column-C { display: block; }
.ethical__column-C-cell { width: auto; }
.ethical__column-C-cell:nth-of-type(2) { margin-top: 30px; }
.ethical__column-D { display: block; }
.ethical__column-D-cell { flex: initial; margin-right: 0; }
.ethical__column-D-cell:nth-of-type(2) { justify-content: center; width: auto; margin-top: 25px; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(1) { width: auto; max-width: 58px; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(2) { width: auto; max-width: 94px; }
.ethical__column-D-cell:nth-of-type(2) img:nth-of-type(3) { width: auto; max-width: 93px; }
.ethical__column-D-cell:nth-of-type(2) img + img { margin-left: 10px; }
}

/* ethical__img
******************************************************* */
.ethical__img--1 img { max-width: 152px; }
.ethical__img--2 img { max-width: 100%; }
.ethical__img--3 img { max-width: 115px; }
.ethical__img--4 img { max-width: 100%; }
.ethical__img--5 img { max-width: 147px; }
@media only screen and (max-width:767px){
.ethical__img--1,
.ethical__img--2,
.ethical__img--3,
.ethical__img--4,
.ethical__img--5 { margin-top: 25px !important; }
.ethical__img--1 img { max-width: 142px; }
.ethical__img--2 img { max-width: 100%; }
.ethical__img--3 img { max-width: 104px; }
.ethical__img--4 img { max-width: 232px; }
.ethical__img--5 img { max-width: 133px; }
}

/* ethical__logo
******************************************************* */
.ethical__logo { display: flex; }
.ethical__logo img { height: 92px; }
.ethical__logo img + img { margin-left: 20px; }
@media only screen and (max-width:767px){
.ethical__logo { justify-content: center; margin: 25px 0 !important; }
.ethical__logo img { width: auto; }
}

/* ethical__icon
******************************************************* */
.ethical__icon { display: block; padding-bottom: 5px; }
.ethical__icon img { width: 106px; }
@media only screen and (max-width:767px){
}

/* ethical__box
******************************************************* */
.ethical__box { background-color: #fff; border: 1px solid #3C7DBE; border-radius: 5px; padding: 25px 50px 40px 50px; }
.ethical__box dt { color: #3C7DBE; font-size: 1.2222em; font-weight: 700; text-align: center; }
.ethical__box dd { margin-top: 10px; }
.ethical__box dd li { position: relative; padding-left: 1em; }
.ethical__box dd li span { position: absolute; top: 0px; left: 0px; }
@media only screen and (max-width:767px){
.ethical__box { padding: 25px 10px 30px 10px; }
.ethical__box dt { font-size: 1em; }
}
