/* watch__exp
******************************************************* */
.watch__exp { display: flex; justify-content: space-between; }
.watch__exp-cell { display: flex; flex-direction: column; width: 47.4137%; }
.watch__exp-cell .m-white-box { box-sizing: border-box; flex: 1 auto; position: relative; margin-top: 30px; padding: 30px; width: 100%; min-height: 0%; }
.watch__exp-cell .m-white-box::before { background: url("/sustainable/social/watch/img/bg_exp.png") no-repeat; content: ""; position: absolute; top: -15px; left: calc(50% - 8px); width: 16px; height: 16px; }
.watch__exp-heading { font-size: 1.1111em; line-height: 1.5; text-align: center; width: 100%; }
.watch__exp-heading > span { display: inline-block; }
.watch__exp-heading > span span { display: block; position: relative; }
.watch__exp-heading > span span + span { margin-top: 2px; }
.watch__exp-heading > span span::after { background: url("/sustainable/social/watch/img/line.png") left top/170px 4px no-repeat; content: ""; display: block; position: absolute; bottom: 0px; left: calc(50% - 85px); width: 170px; height: 4px; }
@media only screen and (max-width:767px){
.watch__exp { display: block; }
.watch__exp-cell { display: block; width: auto; }
.watch__exp-cell + .watch__exp-cell { margin-top: 35px; }
.watch__exp-cell .m-white-box {flex: initial; margin-top: 25px; padding: 20px; }
.watch__exp-cell .m-white-box::before { background: url("/sustainable/social/watch/img/bg_exp_sp.png") left top/cover no-repeat; left: calc(50% - 5px); width: 9px; }
.watch__exp-heading { font-size: 1.1764em; }
}
