@charset "utf-8";
/* Common */
.main-tit {font-size: 25px; color: #000; font-weight: 700; margin-right: 0;}
.sub-tit {font-weight: 600; font-size: 16px;}
.doc-tit {font-weight: 500; font-size: 22px; color: #242424; text-align: center;}
.point {color: #406337;}
.last {margin: 0 !important; padding: 0 !important;}
.layout-side {display: flex; align-items: flex-start; justify-content: space-between;}

/* sub01_01 */
.greetings {background: url('../images/sub/bg_greetings.jpg') no-repeat left bottom; background-size: 39%;}
.greetings .doc-cnt p {line-height: 1.875em; margin-bottom: 20px;}
.greetings .contain {gap: 70px;}
.greetings .img {min-width: 440px;}

/* sub01_03 */
.terms .term {margin-bottom: 75px;}
.terms .item:not(:last-child) {margin-bottom: 10px;}
.terms .main-tit {text-align: center; margin-bottom: 35px;}
.terms .sign {text-align: right;}
.terms p {display: inline-block;}
.terms span {font-weight: 500;}

/* sub02_02 */
.donation.method .doc-cnt {gap: 34px; margin-top: 45px;}
.donation.method .item {width: 50%; padding: 58px 46px; border: 1px solid #406337; border-radius: 0 50px 0 50px; height: 390px; line-height: 1.7em;}
.donation.method .main-tit {text-align: center; margin-bottom: 35px;}
.donation.method .sub-tit span{font-size: 18px; position: relative;}
.donation.method .sub-tit span:before {position: absolute; content: ''; width: 100%; height: 8px; background-color: rgba(64, 99, 55, .1); bottom: 3px; left: 0;}
.donation.method .item .doc-tit {font-size: 17px; text-align: left;}
.donation.method .item:first-child .sub-tit {width: 70px;}
.donation.method .item:last-child .sub-tit {width: 130px;}
.donation.method .info {gap: 50px; margin-bottom: 25px; justify-content: flex-start}