/* css */

/* =====================================

	* ご支援をお考えの方

===================================== */

.donation{
	h3{
		font-size: 3rem;
		margin-top: 3em;
		margin-bottom: 1em;
		font-weight: bold;
	}
	p{
		font-size: 16px;
	}
	ul{
		font-size: 16px;
		/* margin-top: 50px;
		margin-bottom: 50px; */
		padding-left: 0;
		li{
			padding-left: 1em;
			position: relative;			&::before{
				width: 1em;
				background: none;
				position: absolute;
				top: 0;
				left: 0;
				content: '・';
				text-align: center;

			}
			
		}
	}
	.list-2{
		li{
			padding-left: 1em;
			position: relative;
			text-decoration: underline;

			&::before{
				width: 1em;
				height: 1em;
				border-radius: 50%;
				background: #942344;
				position: absolute;
				top: 0.7em;
				content: '';
				-webkit-transform: translateY(-50%) scale(0.5);
				transform: translateY(-50%) scale(0.5);
			}
	
		}
	}
	.btn-donation {
		text-decoration: none;
		margin: 0 auto;
		max-width: 25em;
		border: solid 1px #999;
		border-radius: 6px;
		padding: 10px 20px;
		margin-bottom: 15px;
		display: table;
		width: 100%;
		font-size: 19px;
		color: #fff;
		background-color: #942344;
		text-align: center;
		transition: background-color 0.3s ease; /* 背景色の変化に0.3秒 */
		
		&:hover {
		  text-decoration: none;
		  background-color: rgba(148, 35, 68, 0.5); /* 背景を薄くする */
		  color: rgba(255, 255, 255, 0.7); /* テキスト色も薄くする */
		}
	  
		&::before {
		  display: inline-block;
		  margin-right: 0.3em;
		  content: "\f105";
		  font-family: "Line Awesome Free";
		  font-weight: 900;
		  -webkit-transition: -webkit-transform 0.2s;
		  transition: -webkit-transform 0.2s;
		  transition: transform 0.2s;
		  transition: transform 0.2s, -webkit-transform 0.2s;
		}
	  }
	  
}

@media (max-width: 768.98px) {
	.btn-donation{
		font-size: 1.6rem;
	}
}
.donation a:hover {
    text-decoration: none;
	color: rgba(148, 35, 68, 0.5); /* 透明度を50%にして色を薄くする */
}
.donation a{
	transition: color 0.3s ease; /* 色の変化に0.3秒かけてふわっとさせる */
}
.anchor {
    margin-bottom: 100px;
    display: flex;
    gap: 20px;
    place-content: center;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 600;
    position: relative;
}

@media (max-width: 768.98px) {
	.anchor {
		margin-bottom: 100px;
		display: block;
	}
	
}
/* .anchor::before {
    left: 0;
    width: 1px;
    height: 1em;
    background: currentColor;
    position: absolute;
    top: 0;
    content: '';
} */

.anchor_box {
    position: relative;
    display: inline-block;
    margin: 0;
}
@media (max-width: 768.98px) {
	.anchor_box {
		border-bottom: 1px solid;
		width: 100%;
	}
}

.anchor_box::before {
    width: 1px;
    height: 1em;
    background: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
@media (max-width: 768.98px) {
	.anchor_box::before {
		display: none;
	}
}
.anchor_box::after {
    width: 1px;
    height: 1em;
    background: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}
@media (max-width: 768.98px) {
	.anchor_box::after {
		display: none;
	}
}

.anchor_box_btn {
    padding: 0 2em 1.5em;
    display: inline-block;
    border-radius: 0;
    background: none;
    position: relative;
    color: #333333;
    font-size: inherit;
    line-height: 1.3;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    word-break: break-word;
}
@media (max-width: 768.98px) {
	.anchor_box_btn {
        padding: 1em 0 1em 2em;
		font-size: 1.6rem;
		}
}

.anchor_box_btn::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    color: #00447d;
    font-size: 0.875em;
    font-weight: 900;
    line-height: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s;
}
@media (max-width: 768.98px) {
	.anchor_box_btn::before {
        top: 37%;
        left: 0.5em;
		}
}

.anchor_box_btn::after {
    width: 1px;
    height: 1em;
    background: #00447d;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}
@media (max-width: 768.98px) {
	.anchor_box_btn::after {
		display: none;
	}
}

  .mt-40{
	margin-top: 40px;
  }
  .mb-50{
	margin-bottom: 50px;
  }
  .mt-100{
	margin-top: 100px;
  }
  .anchor_box.second::before {
    display: none;
}
/* .anc {
	padding-top: 70px;
} */

.anc-inner {
	padding-top: 70px;
	margin-top: -70px;
	margin-bottom: 100px;
}
/* :root{
	scroll-padding: 70px;
	scroll-behavior: smooth;
} */
h3{
	margin-top: 0 !important;
}
@media (max-width: 768.98px) {
	h3{
		font-size: 2rem !important;
	}
	
}
@media (max-width: 768.98px) {
	.anchor_box:first-child{
		border-top: 1px solid;
	}
}

.mt-50{
	margin-top: 50px;
}