/*Content CSS*/
#greetings {overflow: hidden;}
#greetings br:not(.space){display: none;}
section > article{padding: 50px 0;}
section > article:nth-child(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto;}
.fs_50{font-size: 35px; font-weight: 700; color: #111; text-align: center;}
.fs_36{font-size: 25px; font-weight: 400; line-height: 1.4; color: #111;}
.fs_36 b{font-weight: 700; color: #962938;}
.fs_22{font-size: 18px; font-weight: 700; color: #111;}
.fs_18{font-size: 15px; font-weight: 300; line-height: 1.7; color: #111;}
.fs_18 b{font-size: 16px; font-weight: 600; color: #862633;}

.flex_wrap{margin-top: 30px; }
.flex_wrap .img{text-align: center; overflow: hidden; height: 350px;}
.flex_wrap .img img{position: relative; top: -13%;}
.flex_wrap .text{flex-grow: 1;border-top: solid 1px #ddd;border-bottom: solid 1px #ddd;position: relative;padding: 25px 0; text-align: center; margin-top: 30px;}
.flex_wrap .text::before{content: ''; display: block; width: 15%; height: 3px; background-color: #862633; position: absolute; top: -2px; left: 0;}
.flex_wrap .text::after{content: ''; display: block; width: 15%; height: 3px; background-color: #862633; position: absolute; bottom: -2px; right: 0;}
.flex_wrap .text .wrap{margin-top: 20px;padding-top: 20px;border-top: solid 1px #ddd;}
.flex_wrap .text .wrap p + p{margin-top: 32px;}
.sign{display: flex; align-items: baseline; justify-content: center; margin-top:25px;}
.sign span + span{margin-left: 7px;}
