@charset "UTF-8";
.pc_visual{display: block;}
.sp_visual{display: none;}
.pc_invisual{display: inline-block;}
.sp_invisual{display: none;}
.h_d .hd_logo {
  margin: 34px 15px 0 0;
  max-width: 550px;
}
.h_d .hd_request a::before {
  content: '';
  background: none;
  width: 0;
  height: 0;
  margin-right: 0;
}
@media screen and (max-width:1500px) {
.h_d .hd_logo {
  margin: 30px 15px 0 0;
  max-width: auto;
  width: 34%;
}
}
@media screen and (max-width: 1350px) {
.h_d .hd_logo {
}
}
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 1024px) {
.h_d .hd_logo {
  width: auto;
  max-width: 290px;
  margin: 0 10px 0 0;
}
header nav.sp_nav .logo+ ul .pc_subNav li:first-child {
  display: block;
}
header nav.sp_nav .logo+ ul li a.plus-button {
  display: flex!important;
  justify-content: end;
  position: absolute;
  width: 100%;
  height: 46px;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  background: none;
}
.plus-button span {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  background: #ffffff;
}
}
@media screen and (max-width: 768px) {

}

.contents_inr {
  max-width: 1000px;
}

/* donation top */
.donation_lead {
  padding: 70px 0 120px;
}
.donation_lead_ttl01 {
  font-size: 2.25rem;
  color: #09347a;
  text-align: center;
  margin: 0 0 30px;
}
.donation_lead_inr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.donation_lead_conts {
  width: 42%;
}
.donation_lead_conts_ttl01 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.donation_lead_conts p {
  line-height: 1.9;
}
.donation_lead_img {
  width: 52%;
  padding: 7px 0 0 ;
}
.donation_lead_img img {
  max-width: 100%;
  height: auto;
}
.donation_lead_btn {
  text-align: center;
}
.donation_lead_btn a {
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background: #09347a;
  border: 1px solid #09347a;
  padding: 31px 84px;
  position: relative;
}
.donation_lead_btn a:hover {
  background: #fff;
  font-weight: 500;
  color: #09347a;
  opacity: 1;
}
.donation_lead_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.donation_lead_btn a:hover:before{
  border-color: #09347a;
}
.donation_types {
  padding: 100px 0;
  background: url(../../images/donation/donation-types-bg.jpg) no-repeat center center;
  background-size: cover;
}
.donation_types_ttl01 {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.donation_types_box {
  background: #fff;
  display: flex;
  margin: 0 0 20px;
}
.donation_types_box_img {
  width: 32%;
}
.donation_types_box_conts {
  width: 68%;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.donation_types_box_conts_ttl01 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 10px;
}
.donation_types_box_conts p {
  line-height: 1.8;
}
.donation_types_box_conts_btn {
  margin-top: auto;
}
.donation_types_box_conts_btn a {
  display: block;
  width: 240px;
  padding: 16px 0;
  font-size: 0.875rem;
  color: #09347a;
  border: 1px solid #09347a;
  text-align: center;
  position: relative;
}
.donation_types_box_conts_btn a:hover {
  background: #09347a;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.donation_types_box_conts_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.donation_types_box_conts_btn a:hover:before {
  border-color: #fff;
}
.donation_namelist {
  background: #f4f4f4;
  padding: 100px 0;
}
.donation_namelist_ttl01 {
  text-align: center;
  font-size: 2.25rem;
  color: #09347a;
  margin: 0 0 20px;
}
.donation_namelist_inr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.donation_namelist_box {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  background: #fff;
  padding: 30px;
}
.donation_namelist_box p {
  margin: 0 0 15px;
  line-height: 1.9;
}
.donation_namelist_box_in{
  margin-top: auto;
}
.donation_namelist_box_name {
  font-size: 1.125rem;
  line-height: 1;
  color: #09347a;
  margin: 0 0 8px;
}
.donation_namelist_box_date {
  font-size: 0.6875rem;
  color: #8c8c8c;
}
.donation_btn {
  text-align: center;
}
.donation_btn a {
  display: inline-block;
  min-width: 360px;
  line-height: 1;
  color: #09347a;
  background: none;
  border: 1px solid #09347a;
  padding: 19px 43px;
  position: relative;
}
.donation_btn a:hover {
  background: #09347a;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.donation_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.donation_btn a:hover:before{
  border-color: #fff;
}
.donation_news {
  padding: 100px 0;
}
.donation_news_ttl01 {
  text-align: center;
  font-size: 2.25rem;
  color: #09347a;
  margin: 0 0 20px;
}
.donation_news_list {
  margin: 0 0 40px;
}
.donation_news_list li a {
  padding: 20px 60px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.donation_news_list_date {
  display: inline-block;
  font-size: 0.875rem;
  padding: 4px 0 0;
  margin: 0 20px 0 0;
}
.donation_news_list_cat {
  width: 80px;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  padding: 4px 0;
  margin: 0 20px 0 0;
  background: #09347a;
  color: #fff;
}
.donation_news_list_title {
  width: 100%;
  display: inline-block;
  padding: 4px 0 0;
}
.donation_news_list li {
  border-bottom: 1px solid #c8c8c8;
}
.donation_news_list li:first-child {
  border-top: 1px solid #c8c8c8;
}
.donation_news_list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.donation_contact,
.donation_menu {
  padding: 100px 0;
}
.donation_contact .ttl_cmn01,
.donation_menu .ttl_cmn01 {
  color: #09347a;
  margin: 0 0 30px;
  padding: 0 0 20px;
}
.donation_contact .ttl_cmn01:after,
.donation_menu .ttl_cmn01:after {
  background: #09347a;
}
.donation_contact .donation_cmn_txt,
.donation_menu .donation_cmn_txt {
  margin: 0;
}

@media screen and (max-width:768px) {
  .pc_visual{display: none;}
  .sp_visual{display: block;}
  .pc_invisual{display: none;}
  .sp_invisual{display: inline-block;}
  .donation_lead {
    padding: 30px 0 60px;
  }
  .contents_inr {
    padding: 0 20px;
  }
  .donation_lead_ttl01 {
    font-size: 1.625rem;
    margin: 0 0 10px;
  }
  .donation_lead_inr {
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin: 0 0 30px;
  }
  .donation_lead_conts {
    width: 100%;
  }
  .donation_lead_conts_ttl01 {
    font-size: 1.3125rem;
    letter-spacing: 0.05em;
  }
  .donation_lead_conts p {
    font-size: .8125rem;
  }
  .donation_lead_img {
    width: 100%;
    margin: 0 0 25px;
  }
  .donation_lead_btn a {
    display: inline-block;
    width: 80%;
    font-size: 0.875rem;
    padding: 16px;
  }
  .donation_lead_btn a:before {
    right: 11px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .donation_types {
    padding: 60px 0;
  }
  .donation_types_ttl01 {
    font-size: 1.625rem;
  }
  .donation_types_box {
    display: block;
  }
  .donation_types_box_img {
    width: 100%;
  }
  .donation_types_box_img img {
    width: 100%;
  }
  .donation_types_box_conts {
    width: 100%;
    padding: 20px;
  }
  .donation_types_box_conts_ttl01 {
    font-size: 1.3125rem;
    text-align: center;
  }
  .donation_types_box_conts p {
    font-size: .8125rem;
    margin: 0 0 15px;
  }
  .donation_types_box_conts_btn {
    text-align: center;
  }
  .donation_types_box_conts_btn a {
    display: inline-block;
    width: 65%;
    padding: 10px 0;
    font-size: 0.875rem;
  }
  .donation_types_box_conts_btn a:before {
    right: 11px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #09347a;
    border-right: solid 1px #09347a;
  }
  .donation_namelist {
    padding: 60px 0;
  }
  .donation_namelist_ttl01 {
    font-size: 1.625rem;
    margin: 0 0 20px;
  }
  .donation_namelist_inr {
    display: block;
    margin: 0 0 20px;
  }
  .donation_namelist_box {
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
  }
  .donation_namelist_box p {
    font-size: .8125rem;
  }
  .donation_namelist_box_name {
    font-size: 1rem;
  }
  .donation_namelist_box_date {
    font-size: .75rem;
  }
  .donation_btn a {
    width: 82%;
    min-width: auto;
    padding: 14px 10px;
    font-size: 0.875rem;
  }
  .donation_btn a:before {
    right: 11px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #09347a;
    border-right: solid 1px #09347a;
  }
  .donation_news {
    padding: 60px 0;
  }
  .donation_news_ttl01 {
    font-size: 1.625rem;
    margin: 0 0 15px;
  }
  .donation_news_list li a {
    padding: 10px 30px 10px 0;
    flex-wrap: wrap;
  }
  .donation_news_list_date {
    font-size: 0.6875rem;
    padding: 5px 0 0;
    margin: 0 10px 0 0;
  }
  .donation_news_list_cat {
    width: auto;
    padding: 2px 10px;
    margin: 0 20px 0 0;
  }
  .donation_news_list_title {
    width: 100%;
    font-size: .8125rem;
  }
  .donation_news_list li a:before {
    right: 11px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #09347a;
    border-right: solid 1px #09347a;
  }
	.donation_contact,
	.donation_menu {
    padding: 50px 0;
  }
  .donation_contact .ttl_cmn01,
  .donation_menu .ttl_cmn01 {
    line-height: 1.4;
    font-size: 1.625rem;
    padding: 0 0 12px;
    margin: 0 0 18px;
  }
  .donation_guide.flex_cnt {
    flex-direction: column-reverse;
  }
  .donation_contact .donation_cmn_txt,
  .donation_menu .donation_cmn_txt {
    font-size: .75rem;
    letter-spacing: -0.01em;
  }
  .donation_guide_info {
    /* min-height: 150px; */
    height: 150px;
    text-align: center;
  }
  .donation_guide_link {
    width: 100%;
    min-height: 170px;
    height: 170px;
  }
  .donation_guide_link a {
    padding: 10px;
  }
  .donation_guide_info_box {
    width: 100%;
  }
  .donation_guide_info_name {
    margin: 0 0 5px;
  }

}

/* donation page common */
.d_cmn_ttl01 {
  text-align: center;
  font-size: 2.25rem;
  color: #09347a;
  margin: 0 0 20px;
}

/* donation message */
.d_message_nav{
  background: #f4f4f4;
  padding: 30px 0;
}
.d_message_nav_wrap{
  display: flex;
  justify-content: space-between;
}
.d_message_nav_wrap a {
  display: block;
  width: 49%;
  padding: 16px 0;
  font-size: 0.875rem;
  color: #09347a;
  border: 1px solid #09347a;
  text-align: center;
  position: relative;
}
.d_message_nav_wrap a:hover {
  background: #083071;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.d_message_nav_wrap a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.d_message_nav_wrap a:hover:before {
  border-color: #fff;
}
.d_message_box .contents_inr {
  padding: 70px 0;
}
.d_message_box+ .d_message_box .contents_inr {
  border-top: 1px solid #c8c8c8;
}
.d_message_box_ttl{

}
.d_message_box_inr{
  display: flex;
  justify-content: space-between;
}
.d_message_box_txt{
  width: 56%;
  margin: 0 6% 0 0;
}
.d_message_box_txt p {
  line-height: 1.9;
}
.d_message_box_txt p+ p {
  margin: 25px 0 0;
}
.d_message_box_txt_ttl{
  font-size: 2rem;
  margin: 0 0 20px;
}
.d_message_box_img{
  width: 38%;
  margin: 0 0 15px;
}
.d_message_box_img_cap{
  margin: 12px 0 0;
}
.d_message_box_img_cap_sub{
  font-size: 0.875rem;
}
.d_message_box_img_cap_name{
  font-size: 0.875rem;
}
.d_message_box_img_cap_name span{
  display: inline-block;
  font-size: 1.5rem;
  color:#09347a;
  margin: 0 0 0 8px;
}
.d_message_types{
  padding: 100px 0 120px;
  background: url(../../images/donation/donation-mid-bg.jpg) no-repeat;
  background-size: cover;
}
.d_message_types_ttl{
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.d_message_types_link{
  display: flex;
  justify-content: space-between;
}
.d_message_types_link li {
  width: calc((100% - 40px) / 3);
}
.d_message_types_box{
  display: block;
  position: relative;
  background: #fff;
}
.d_message_types_box:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #09347a transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.d_message_types_box_img{
  display: block;
}
.d_message_types_box_img img{
  width: 100%;
  height: auto;
}
.d_message_types_box_ttl{
  display: block;
  padding: 20px 18px 10px;
  font-size: 1.125rem;
  color: #09347a;
  text-align: center;
}
.d_message_types_box_txt{
  display: block;
  padding: 0 18px 20px;
  font-size: 0.8125rem;
}

.d_message_types_link li.current .d_message_types_box {
  pointer-events: none;
}
.d_message_types_link li.current .d_message_types_box:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #001432;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* donation types */
.d_type{
  padding: 100px 0;
}
.d_type_ttl{
  margin: 0 0 30px;
}
.d_type_inr{
  display: flex;
  justify-content: space-between;
}
.d_type_inr+ .d_type_inr {
  margin: 50px 0 0;
  padding: 80px 0 0;
  border-top: 1px solid #c8c8c8;
}
.d_type_inr p{
  font-size: 1.25rem;
  line-height: 1.9;
}
.d_type_txt{
  width: 56%;
  margin: 0 6% 0 0;
}
.d_type_txt_ttl{
  font-size: 2rem;
  margin: 0 0 20px;
}
.d_type_img{
  width: 38%;
}
.d_type_img img{
  width: 100%;
  height: auto;
}


/* donation report */
.d_report_read{
  padding: 100px 0 120px;
}
.d_report_read_ttl{
}
.d_report_read p {
  text-align: center;
  line-height: 1.9;
}
.d_report_read p+ p {
  margin: 15px 0 0;
}
.d_report_read_imgbox{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}
.d_report_read_imgbox_inr {
  width: calc((100% - 40px) / 3);
}
.d_report_read_imgbox_ttl{
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
.d_report_read_imgbox_inr img {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5px;
}
.d_report_read_imgbox_txt {
  font-size: 14px;
}
.d_report_detail{
  padding: 100px 0;
  background: #ecf0f4;
}
.d_report_detail_ttl{
  margin: 0 0 5px;
}
.d_report_detail_date{
  text-align: center;
  margin: 0 0 25px;
}
.d_report_detail_inr+ .d_report_detail_inr {
  padding: 70px 0 0;
  margin: 80px 0 0;
  border-top: 1px solid #c8c8c8;
}
.d_report_detail_box{
  background: #fff;
}
.d_report_detail_box_ttl{
  font-size: 1.375rem;
  padding: 10px 0;
  border-bottom: 2px solid #09347a;
  text-align: center;
}
.d_report_detail_box_ttl_amount{
  color: #09347a;
  font-size: 1.75rem;
}
.d_report_detail_box_ttl_amount span{
  font-size: 3rem;
  display: inline-block;
  margin: 0 10px;
}
.d_report_detail_box_img{
  width: 100%;
  text-align: center;
}

/* donation name-list */
.d_contributor{
  padding: 100px 0 120px;
  background: url(../../images/donation/donation-name-list-bg.jpg) no-repeat;
  background-size: cover;
}
.d_contributor_ttl{
}
.d_contributor .donation_namelist_inr{
  flex-wrap: wrap;
}
.d_contributor .donation_namelist_box{
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
.donation_namelist_box_in {
  margin-top: auto;
}
.d_namelist{
  padding: 100px 0 80px;
}
.d_namelist_ttl{
  margin: 0 0 30px;
}
.d_namelist p {
  line-height: 1.9;
  margin: 0 0 10px;
}
.d_namelist_exp{
  font-size: 0.8125rem;
  padding: 28px;
  border: 1px solid #c8c8c8;
  margin: 40px 0;
}
.d_namelist_exp li {
  padding: 0 0 0 16px;
  position: relative;
}
.d_namelist_exp li:before{
  content:'';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #09347a;
  position: absolute;
  top: 4px;
  left: 0;
}
.d_namelist_exp li+ li {
  margin: 10px 0 0;
}
.d_namelist_box{
}
.d_namelist_box_ttl{
  font-size: 1.5rem;
  color: #09347a;
  text-align: center;
  margin: 0 0 10px;
}
.d_namelist_box_file{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px solid #09347a;
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 0;
  margin: 0 0 40px;
}
.d_namelist_box_file li {
  padding: 0 0 0 18px;
  position: relative;
}
.d_namelist_box_file li:before{
  content: '';
  width: 6px;
  height: 6px;
  background: #09347a;
  position: absolute;
  top: 9px;
  left: 0;
}
.d_namelist_box_file li a{
  color: #09347a;
  text-decoration: underline;
  position: relative;
}
.d_namelist_box_file li a:hover{
  text-decoration: none;
}
.d_namelist_box_file li a:before {
  content: '';
  width: 14px;
  height: 18px;
  background: url(../../images/donation/pdf-icon.png) no-repeat 0 0;
  background-size: 14px 18px;
  position: absolute;
  top: 1px;
  right: -20px;
}
.d_namelist_box_file li+ li {
  margin: 0 0 0 150px;
}

/* donation gift */
.d_gift_nav{
  background: #f4f4f4;
  padding: 30px 0 10px;
}
.d_gift_nav_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.d_gift_nav_wrap a {
  display: block;
  width: 32%;
  padding: 16px 0;
  font-size: 1.125rem;
  color: #09347a;
  border: 1px solid #09347a;
  text-align: center;
  position: relative;
  margin: 0 20px 20px 0;
}
.d_gift_nav_wrap a:nth-child(3n){
  margin: 0 0 20px 0;
}
.d_gift_nav_wrap a:hover {
  background: #083071;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.d_gift_nav_wrap a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.d_gift_nav_wrap a:hover:before {
  border-color: #fff;
}
.d_gift_bnr{
  padding: 60px 0 110px;
}
.d_gift_arch{
  margin: 0 0 100px;
}
.d_gift_arch+ .d_gift_arch {
  margin: -50px 0 100px;
}
.d_gift_arch_ttl{
  font-size: 2.625rem;
  color: #09347a;
  margin: 0 0 30px;
}
.d_gift_arch_ttl span {
  /* font-size: 2.625rem; */
}
.d_gift_arch_inr{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.d_gift_arch_box{
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}
.d_gift_arch_box:nth-child(3n){
  margin: 0 0 20px;
}
.d_gift_arch_box a {
  display: block;
  background: #fff;
  position: relative;
  border: 1px solid #e6e6e6;
}
.d_gift_arch_box_img{
  display: block;
  width: 100%;
  margin: 0 0 18px;
}
.d_gift_arch_box_ttl{
  display: block;
  font-size: 1.125rem;
  color: #09347a;
  padding: 0 18px;
}
.d_gift_arch_box_distributor{
  display: block;
  font-size: 0.8125rem;
  padding: 0 18px;
  margin: 0 0 2px;
}
.d_gift_arch_box_amount{
  display: block;
  font-size: 0.75rem;
  color: #09347a;
  padding: 0 18px 18px;
}
.d_gift_arch_box_amount span{
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 0 0 5px;
}
.d_gift_arch_box a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #09347a transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.d_gift_arch_btn {
  text-align: center;
  margin: 40px 0 0;
}
.d_gift_arch_btn a {
  min-width: 240px;
  display: inline-block;
  padding: 20px 30px;
  font-size: 0.875rem;
  color: #09347a;
  border: 1px solid #09347a;
  position: relative;
}
.d_gift_arch_btn a:hover {
  background: #09347a;
  color: #fff;
  opacity: 1;
}
.d_gift_arch_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #09347a;
  border-right: solid 2px #09347a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.d_gift_arch_btn a:hover:before{
  border-color: #fff;
}


/* donation gift post */
.d_gift_post{
  padding: 100px 0;
}
.contents_inr{
}
.d_gift_post_inr{
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.d_gift_post_detail{
  width: 50%;
  margin: 0 8% 0 0;
}
.d_gift_post_detail p{
  line-height: 1.9;
}
.d_gift_post_detail_ttl{
  font-size: 2.25rem;
  color: #09347a;
  margin: 0;
}
.d_gift_post_detail_distributor{

}
.d_gift_post_detail_amount{
  font-size: 0.875rem;
  color: #09347a;
  padding: 0 0 20px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 0 20px;
}
.d_gift_post_detail_amount span {
  display: inline-block;
  font-size: 2rem;
  margin: 0 0 0 10px;
}
.d_gift_post_img{
  width: 42%;
}
.d_gift_post_img img {
  width: 100%;
  height: auto;;
}
.d_gift_post_btn {
  text-align: center;
}
.d_gift_post_btn a {
  display: inline-block;
  width: 42%;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background: #09347a;
  border: 1px solid #09347a;
  padding: 27px 30px;
  position: relative;
}
.d_gift_post_btn a:hover {
  background: #fff;
  font-weight: 500;
  color: #09347a;
  opacity: 1;
}
.d_gift_post_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.d_gift_post_btn a:hover:before{
  border-color: #09347a;
}
.ft_school_nav_inner {
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .d_cmn_ttl01 {
    font-size: 1.5rem;
  }
  .d_message_nav_wrap {
    display: block;
  }
  .d_message_nav_wrap a {
    width: 100%;
  }
  .d_message_box .contents_inr {
    padding: 50px 20px;
  }
  .d_message_box_inr{
    flex-direction: column-reverse;
  }
  .d_message_box_txt {
    width: 100%;
    margin: 0;
  }
  .d_message_box_img {
    width: 100%;
    margin: 0 0 15px;
  }
  .d_message_box_txt_ttl {
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
  .d_message_types {
    padding: 50px 0 60px;
    background: url(../../images/donation/donation-mid-bg.jpg) no-repeat;
    background-size: cover;
  }
  .d_message_types_ttl {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .d_message_types_link {
    display: block;
  }
  .d_message_types_link li {
    width: 100%;
  }
  .d_message_types_link li+ li {
    margin: 20px 0 0;
  }
  .d_type {
    padding: 50px 0;
  }
  .d_type {
    /* padding: 100px 0; */
    padding: 60px 0;
  }
  .d_type_ttl {
    margin: 0 0 15px;
  }
  .d_type_inr {
    flex-direction: column-reverse;
  }
  .d_type_inr p {
    font-size: 1.125rem;
  }
  .d_type_txt {
    width: 100%;
    margin: 0;
  }
  .d_type_img {
    width: 100%;
    margin: 0 0 25px;
  }
  .d_type_txt_ttl {
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
  .d_type_inr+ .d_type_inr {
    margin: 25px 0 0;
    padding: 40px 0 0;
  }
  .d_report_read {
    padding: 50px 0 60px;
  }
  .d_report_read_imgbox{
    display: block;
  }
  .d_report_read_imgbox_inr {
    width: 100%;
  }
  .d_report_read_imgbox_inr+ .d_report_read_imgbox_inr{
    margin: 40px 0 0;
  }
  .d_report_read_imgbox_ttl{
  }
  .d_report_read_imgbox_inr img {
  }
  .d_report_read_imgbox_txt {
    font-size: 14px;
  }
  .d_report_detail {
    padding: 50px 0;
    background: #ecf0f4;
  }
  .d_report_detail_date {
    margin: 0 0 10px;
  }
  .d_report_detail_inr+ .d_report_detail_inr {
    padding: 35px 0 0;
    margin: 40px 0 0;
  }
  .d_contributor {
    padding: 50px 0 60px;
  }
  .d_namelist {
    padding: 50px 0 40px;
  }
  .d_namelist_box_file {
    display: block;
    padding: 15x 0;
    margin: 0 0 20px;
  }
  .d_namelist_box_file li {
    padding: 0 0 0 18px;
    position: relative;
  }
  .d_namelist_box_file li+ li {
    margin: 10px 0 0;
  }
  .d_gift_nav {
    padding: 15px 0;
  }
  .d_gift_nav_wrap {
    display: block;
  }
  .d_gift_nav_wrap a {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .d_gift_nav_wrap a+ a {
    margin: 10px 0 0;
  }
  .d_gift_nav_wrap a:nth-child(3n){
    margin: 10px 0 0;
  }
  .d_gift_bnr {
    padding: 30px 0 50px;
  }
  .d_gift_arch_inr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .d_gift_arch_box {
    width: 100%;
    margin: 0 0 20px;
  }
  .d_gift_arch_box_img img {
    width: 100%;
  }
  .d_gift_post {
    padding: 50px 0;
  }
  .d_gift_post_inr {
    flex-direction: column-reverse;
    margin: 0 0 30px;
  }
  .d_gift_post_detail {
    width: 100%;
    margin: 0;
  }
  .d_gift_post_img {
    width: 100%;
    margin: 0 0 10px;
  }
  .d_gift_post_detail_ttl {
    font-size: 1.5rem;
  }
  .d_gift_post_btn a {
    width: 80%;
    padding: 20px 30px;
  }
  .ft_school_nav_inner {
    font-size: inherit;
  }
}