/*Content CSS*/
#greetings {overflow: hidden;}
section > article{padding: 110px 0 100px;}
section > article:nth-child(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 50px; margin: 0 auto;}
.fs_50{font-size: 50px; font-weight: 700; color: #111; text-align: center;}
.fs_36{font-size: 36px; font-weight: 400; line-height: 60px; color: #111;}
.fs_36 b{font-weight: 700; color: #962938;}
.fs_22{font-size: 22px; font-weight: 700; color: #111;}
.fs_18{font-size: 18px; font-weight: 300; line-height: 32px; color: #111;}
.fs_18 b{font-size: 20px; font-weight: 600; color: #862633;}

.flex_wrap{display: flex; justify-content: space-between; margin-top: 55px; }
.flex_wrap .img{flex-shrink: 0; margin-right: 60px;}
.flex_wrap .text{flex-grow: 1;border-top: solid 1px #ddd;border-bottom: solid 1px #ddd;position: relative;padding: 36px 10px;}
.flex_wrap .text::before{content: ''; display: block; width: 340px; height: 3px; background-color: #862633; position: absolute; top: -2px; left: 0;}
.flex_wrap .text::after{content: ''; display: block; width: 340px; height: 3px; background-color: #862633; position: absolute; bottom: -2px; right: 0;}
.flex_wrap .text .wrap{margin-top: 30px;padding-top: 39px;border-top: solid 1px #ddd;}
.flex_wrap .text .wrap p + p{margin-top: 32px; text-align: right;}
.sign{display: flex; align-items: baseline; justify-content: flex-end; margin-top: 25px;}
.sign span + span{margin-left: 10px;}
