
.donation1-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.donation1-title h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
    border-radius: 2px;
}
.donation1-content {
    width: 40%;
    margin-bottom: 5%;
}
.donation1-cube {
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 2% 3%;
}
.donation2-cube {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 2% 3%;
}
.donation3 {
    background: #f5f5f5;
    padding:6% 10%;
    position: relative;
    top: 5vh;
}
.donation3::after{
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #f5f5f5;
    border-width: 20px;
    transform: translateX(-50%);
    }
.donation3-content {
    width: 100%;
    margin: 5% 0;
    text-align: left;
}   
.donation2 {
    background: #fff;
    padding:6% 10%;
    position: relative;
    top: 10vh;
}
.donation4,.donation10,.donation12 {
    background: #fff;
    padding:6% 10%;
}
.donation6{
    background: #e3f5f8;
    padding:3% 10% 0;
}
.donation4-content {
    width: 50%;
}
.donation1 {
    background: #f5f5f5;
    padding:6% 8%;
    position: relative;
    top: 10vh;
    /* margin-top: 8vh; */
}
.donation7,.donation9,.donation11{
    background: #f5f5f5;
    padding:6% 8%;
}
.donation5{
    background: #f5f5f5;
    padding:6% 8%;
}
.donation5-row {
    display: flex;
    flex-wrap: wrap;
}
.donation5 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation5 h3::after, 
.donation6 h3::after,
.donation7 h3::after,
.donation9 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
    border-radius: 2px;
}
.donation5-page-item-content {
    text-align: left;
}
.donation6 h3,
.donation7 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation6-conteny {
    margin-top: 5%;
    padding: 0 5%;
}
.donation13 {
    background: #fff;
    padding:0 0 5%; 
    position:relative;
    top: 10vh;
}
.donation16 {
    background: #f5f5f5;
    padding:0 0 5%; 
    position:relative;
    top: 10vh;
    height: 30vh;
}
.note {
    width: 55%;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
    background-size: 100% 2.5em; /* 行の高さ */
    line-height: 2.5em; /* 文字の高さ */
    /* padding-bottom: 1px;  */
    /* 最終行の下にも罫線を引く */
}
.donation-row {
    display: flex;
    justify-content: space-between;
    margin: 5% 0;
}
.donation-row_reverse {
    flex-direction:row-reverse;
}
.donation-row-img {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0;
}
.section-lead {
    text-align: center;
    line-height: 1.8;
    color: #959499;
    margin-bottom: 5%;
}
.donation5-card-item-title {
    text-align: center;
    color: #fd8d7d;
    margin: 10% 0 2% 0;
    font-size: 1.2rem;    
}
.font-sm {
    font-size: 80%;
    line-height: 1.8;
}
.donation5-page-item-pro {
    width: 48%;
}
.color-gray {
    color: #959499;
    margin:3% 0;
    list-style: disc;
    padding-left: 1.5em;
}
.donation7 img {
    text-align: center;
}
/* Policy */
#donation8a {
    /* background-image: url(../images/lp_donation/donation/13.png); */
    background-image: url(../images/common/page-top/8.png);
    background-size: cover;
    /* position: relative; */
    background-position: top;
    background-repeat: no-repeat;

}
.donation8a {
    padding: 5% 10% 10%;
    color: #fff;
}
.donation8-content-a {
    /* position: relative; */
    color: #fff;
    padding:0 5%;
    width: 90%;
    /* left: 60%; */
}
.donation9 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation9 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
    border-radius: 2px;
}
.donation9 h2 {
    color: #333;
}
.donation9-row {
    display: flex;
    justify-content: space-evenly;
}
.donation9-li {
    width: 40%;
}
.donation9-carditem {
    background: #fff;
    border: 6px solid #c0e7e7;
    border-radius: 10px;
    margin-top: 15%;
}
.donation9-carditem-img {
    width: 140px;
    /* margin: -100px auto 20px; */
    margin: -55px auto 20px;
    text-align: center;
}
.donation9-carditem-img img {
    border-radius: 100%;
    border: 6px solid #c0e7e7;
}
.donation9-card-item-title {
    margin-bottom: 20px;
    text-align: center;
    color: #fd8d7d;
    font-size: 22px;
}
.donation9-card-item-title-sub {
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
    color: #959499;
    font-weight: normal;
}
.donation9-card-item-content {
    font-size: 14px;
}
.color-yellow {
    color: #fff56d;
}
.font-xl {
    font-size: 140%;
    line-height: 1.4;
}
.voices {
    /* width: 860px; */
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
.cont {
    /* width: 672px; */
    margin-left: 188px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 44px 56px 42px;
    position: relative;
    text-align: left;
}
.cont::after {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 14px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.prof {
    width: 150px;
    position: absolute;
    top: 15px;
    left: 0;
}
.prof img {
    border-radius: 50%;
}
.name {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 2;
    color: #959499;
    text-align: center
}
.name span {
    font-size: 0.8em;
}
.donation10 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation10 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
    border-radius: 2px;
}
.donation10-content {
    width: 60%;
    padding: 5% 20%;
    text-align: center;
}
.card-item-title {
    text-align: center;
    position: relative;
}
.donation10-card-item-img {
    width: 100%;
    /* border-radius: 20px; */
    padding: 5% 0;
}
.donation10-row-grid {
    display: grid;
    gap: 5%;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5% 0;
}
.title-cube {
    display: inline-block;
    padding: 10px 20px;
    background: #fd8d7d;
    color: #fff;
    line-height: 1.4;
    /* position: relative; */
    border-radius: 10px;
    position: relative;
    /* padding: 15px 30px; */
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -65px;
    margin-left: 20%;
    width: 40%;
    height: auto;
}
.title-cube :after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: #fd8d7d;
    border-width: 10px;
    transform: translateX(-50%);
}
.speech-item-title {
    text-align: left;
    color: #fd8d7d;
    position: relative;
    display: inline-block;
    padding: 0 30px 0 32px;
    font-size: 22px;
    margin-bottom: 20px;
}
.speech-item-title ::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    left: 0;
    color: #8cd0c5;
}
.donation11 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation11 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
    border-radius: 2px;
}
.donation12-h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation12-h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ddd;
    border-radius: 2px;
}
.donation12-img {
    text-align: left;
}
.card-item-cacth {
    position: absolute;
    top: -2em;
    left: -3em;
}
.title-circle {
    width: 100px;
    height: 100px;
    transform: rotate(-45deg);
    color: #fff56d;
    background: #fff56d;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title-circle:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 8px 0 8px;
        border-color: currentColor transparent transparent transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: -1px;
        transform: translateX(-50%);
}
.title-circle-content {
    transform: rotate(45deg);
    color: #fd8d7d;
}
.donation13-content {
    /* text-align: center; */
    /* margin-top: 4%; */
    padding: 0 10%;
}  
.donation13-span {
    background-color: #c0e7e7;
    padding: 3%;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 5px #96c2fe;
    display: inline-block;
  }
.donation13-title {
    position: relative;
    color: #fff;
    border-radius:5px;
    /* border-radius:38px; */
    border: dashed 5px #96c2fe;
    background: #c0e7e7;
    box-shadow: 0px 0px 0px 5px #dfefff;
    text-align: center;
    margin-top: 2rem;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
  }
.donation13-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #96c2fe;
  border-left: 20px solid transparent;
  }
  .donation13-title::after { 
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 100%;
    border-right:15px solid transparent;
    border-top: 15px solod #c0e7e7;
    border-left: 15px solid transparent;
  }
  
 .donation13-line {
    text-align: center;
    margin-top: 3%;
    align-items: center;
    display: flex;
  }
  
  .donation13-line:before {
    margin-right: 1.5em;
    padding-right: 28%;
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  .donation13-line:after {
    margin-left: 1.5em;
    padding-left: 28%;
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  .donation13-line span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .donation13-row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
  }
  .donation13-row-img{
    width: 35%;
  }
  .donation13-row-content {
      width: 65%;
  }
  .donation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5em;
    justify-content: space-evenly;
    padding-bottom: 5%;
  }
  .grid_sponser p{
    text-align: center;
    font-size: .75em;
  }

.donation13-img {
    position: relative;
}
.donation13-content2 {
    background: #f5f5f5;
    border-radius: 25px;
    padding: 3% 5%;
    /* margin: 5% 0; */
}
.donation13-content2-top {
    text-align: center;
}
.donation13-content2-p {
    background: #fff3f2;
    width: 48%;   
}
.donation13-content2-p-l {
    text-align: center;
    padding: 3% 0;
}
.donation13-content2 h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.donation9 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #8cd0c5;
}
.donation8-content { 
    position: relative;
    padding:5% 20%;
    color: #fff;
}
.donation15-button{
    background: #8cd0c5;
    box-shadow: 0 4px #5cb4a6;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding :1em 2em;
    position: relative;
}
.donation15-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff56d;
    transition: all .2s;
}
.donation15-pay{
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin: 1%;
}
.donation15-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
    padding: 0 5% 5%;
}
.big-box1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}
.big-box2 {
    grid-column: 4 / 7;
    grid-row: 1 / 2;
}

text {
    position: absolute;
}
.donation16-row {
    display: flex;
    justify-content: space-between;
    padding: 5% 10% 0;
}
.donation16-col-sm-6 {
    margin-bottom: 10px;
    width: 40%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #959499;
}
.donation16-title-06 {
    margin-bottom: 5px;
}
.donation16-font-sm {
    font-size: 80%;
    line-height: 1.8;
}
strong {
    font-weight: bold;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.tab li {
    width: 40%;
}

.tab li a{
	display: block;
	background:#ddd;
	margin:0 2px;
	padding:10px 20px;
    text-align: center;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#fff;
}

/*エリアの表示非表示と形状*/
.area {
	display: none; /*はじめは非表示*/ 
	opacity: 0;   /*透過0*/
	padding:50px 20px;
    background: #fff;
    /* position: relative; */
    /* top: -25px; */
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block; /*表示*/
    animation-name: displayAnime;   /*ふわっと表示させるためのアニメーション*/ 
    animation-duration: .5s;
    animation-fill-mode: forwards;
    /* width: auto; */
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.cirrus-table {
    margin: 0;
    padding-top: 3%;
    /* padding-top: 3%; */
    width: 100%;
    text-align: center;
}
.cirrus-table th {
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
.cirrus-table td {
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid rgba(194, 194, 194, 0.6);
    border-bottom: 1px solid rgba(194, 194, 194, 0.6);
    border-left: 1px solid rgba(194, 194, 194, 0.6);
}

colgroup {
    display: table-column-group;
}
thead {
    background: #ccc;
}
.text-right {
    text-align: right;
}

.button-011 {
    text-align: center;
}

.button-011 div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 150px;
    margin: 0 auto;
    padding: .2em 0;
    border: 2px solid #2589d0;
    border-radius: 10px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
    background-color: #fff;
    color: #2589d0;
    font-size: .8em;
}

.button-011 div::before,
.button-011 div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.button-011 div::before {
    width: 16px;
    height: 8px;
    background-color: #2589d0;
}

.button-011 div::after {
    width: 12px;
    height: 6px;
    background-color: #fff;
}

.button-011 button {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 150px; */
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
}
.button-011 button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-010 button:hover {
    background-color: #1579c0;
}
#header {
    position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 2%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#sm_logo {
    width: 180px;
}
#top #sm_logo img {
    display: none;
}
.pre {
    margin-bottom: 27px;
    position: relative;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    padding-bottom: 55px;
    text-align: center;
}

.btn_area1 {
    width: 27%;
    background-color: #fff;
   padding: 3%;
}
.top-btn_area1 {
    width: 100%;
    padding: 0;
}
 
 .pre:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    background: url(../images/lp_donation/donation/arrow.png) no-repeat center bottom/12px;
    left: 50%;
    margin-left: -6px;
    height: 44px;
    top: 40px;  
}

.btn_lin {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    width: 60%;
    /* width: 220px; */
    /* width: 325px; */
    height: 60px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #333;
    line-height: 59px;
    position: relative;  
    margin: 5% 20% 0; 
}
.btn_area1 a:hover {
    background: #2780c2;
    border: 1px solid #2780c2;
    color: #FFF;
}
.btn_area1 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_area1  :hover:after {
    border-color: #FFF;
}
.area-ctfs_link {
    position: absolute;
    bottom: 5vh;
    right: 2vw; 
    margin-right: 12px;
    z-index: 99;
    width: 25vw;
}
.cfcs_link {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
  background: #fff;
  padding: 3%;
  border: 2px solid #f5a66a;
}
.cfcs_link:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
} 

/* a.btn-c span {
    font-size: 1rem;
    z-index: 10; 
    position: absolute;
    left: calc(52% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #fff;
    text-align: center;
    border-radius: 100vh;
    background: #f5a66a;;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  } */
  /* a.btn-c span:before,
  a.btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
  } */
  /* a.btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #f5a66a transparent transparent transparent;
  } */
  /* a.btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #f5a66a transparent transparent transparent;
  } */
/* top-pageのheader-title */
.top_header-title-main {
    position: relative;
    z-index: 10;
    margin-right: 0;
    margin-bottom: 0;
    /* font-family: "FOT-ニューセザンヌ ProN M","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif; */
    font-weight: 500;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #333;
    -webkit-text-stroke: .4px #FFF;
    opacity: .8;
    text-decoration: none;
    text-align: left;
}
.top_header-title {
        position: absolute;
        z-index: 99;
        bottom: 3vh;
        left: 0;
        padding: 3%;
}
.top_header-subtitle {
        position: absolute;
        z-index: 99;
        bottom: 10vh;
        left: 0;
        right: 0;
        padding: 3%;
        background: #ddd;
        opacity: 0.7;
        overflow: hidden;
        display: none;
}
.donation3_line {
    background-color: #1579c0;
}
.donation3_img{
    transform: rotate(90deg);

}
@media screen and (max-width:800px){
    .area-ctfs_link{
        display: none;
    }  
    .donation16 {
        height: 55vh;
    }
    .donation-grid {
        display: block;
        margin: 0 20%;
      }
    .grid_sponser img {
        width: 70%;
        padding: 2% 15%;
      }
}
@media screen and (max-width:600px){
.voices {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}
.cont {
    width: auto;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    padding: 34px 25px 32px;
    position: relative;
}
.cont::after {
    left: 50%;
    top: inherit;
    margin-left: -7px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}
.prof {
    padding-left: 0;
    text-align: center;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
}
.prof img {
    float: none;
    width: 40%;
}
.name {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 2;
    color: #959499;
    text-align: center
}
.name span {
    font-size: 0.8em;
}
.btn_lin {
    margin: 5% 10% 0;
    width: 80%;
}

}
@media screen and (max-width:560px){
    .note,.donation13-content2-p,.donation4-content,.donation1-content,.donation5-page-item-pro,.donation9-li,.donation12-content{
        width: 100%;   
    }
    .donation3-content {
        width: 100%;
        margin: 0 0% 5%;
    }
    .donation-row {
        display: block;
    }
    .donation5-row {
        display: block;
    }
    .donation9-row {
        display: block;
    }
    .donation10-content {
        width: 100%;
        padding: 5% 0%;
    }
    .donation_row12 {
        display: block;
    }
    .donation12-img {
        text-align: center;
    }
    .card-item-cacth {
        left: 0.5em;
    }
    .donation15-grid{
        display: contents;
        grid-template-columns: repeat(6, 1fr);
        gap: 2px;
        margin: 5% 10%;
    }
    .donation16-row {
        display: block;
    }
    .donation16-col-sm-6 {
        width: 100%;
        float:none;
        padding-left: 0;
        padding-right: 0;
    }
    .big-box1 {
        grid-column: 1 / 4;
        grid-row: 1 / 2;
        width: 100%;
    }
    .big-box2 {
        grid-column: 4 / 7;
        grid-row: 1 / 2;
        width: 100%;
    }
    .sm-box {
        width: 47.1%;
    }
    .donation10-row-grid {
        display: block;
    }
    .text-left {
        text-align: left;
    }
    .donation8-content {
        /* position: relative; */
        padding: 5% 2%;
        /* color: #fff; */
    }
    .top_header-title-main {
        font-size: 10vw;
        padding-bottom: 2%;
    }
    .top_header-title {
        top: 10vh;
    }
    .top_header-subtitle {
        display: block;
    }
    #sm_mainimg {
    /* top: 36vh; */
        /* left:20vw; */
        position: relative;
        width: inherit;
        height: inherit;
        overflow: hidden;
        display: block;
    }
    #mainimg {
        display: none;
    }
    #top #sm_logo img {
        display: block;
        margin: 8px auto 0 10px;
    }/* index.php 560px以下のlogo */
    
}
@media screen and (max-width:520px){
.donation4,.donation10,.donation12 {
    padding:6%;
}
.donation16 {
    height: 40vh;
    margin-bottom: 5vh;
}
.donation-grid {
    display: block;
    margin: 0 20%;
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 1em; */
    /* justify-content: space-evenly; */
    /* padding-bottom: 5%; */
  }

}
/* @media screen and (max-width:450px){
    #mainimg {
        top: 35vh;
        }
} */
@media screen and (max-width:410px){
    .sm-box {
        width: 100%;
    }
    .btn_lin {
        margin: 5% 5% 0;
        width: 90%;
    }
    #mainimg {
        top: 23vh;
    }
    .donation16 {
        height: 30vh;
        margin-bottom: 5vh;
    }
}
