@charset "utf-8";

/* ====================================================================
 寄附の特典 / honoring
==================================================================== */

/* 銘板(豊田講堂内) / nameplate
----------------------------------------------------------*/
/* nameplate_01 */
.nameplate_01_img img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.nameplate_sample {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
}
.nameplate_sample.sample_01 {
  max-width: 360px;
  width: 40%;
}
.nameplate_sample.sample_02 {
  max-width: 760px;
  width: 58%;
}
.nameplate_sample dt {
  margin-bottom: 10px;
}
.nameplate_sample.sample_01 dd {
  padding-right: 30px;
}
.nameplate_sample dd img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .nameplate_sample.sample_01 {
    width: 100%;
  }
  .nameplate_sample.sample_02 {
    width: 100%;
  }
}

/* イベントへのご招待 / invitaition
----------------------------------------------------------*/
/* invitaition_01 */
.invitaition_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .invitaition_list:after {
    display: inline-block;
    content: "";
    width: calc((100% - 40px) / 2);
    height: 1px;
  }
.invitaition_list .invitaition_list_content {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  width: calc((100% - 40px) / 2);
  max-width: 590px;
  margin-bottom: 40px;
}
.invitaition_list .invitaition_list_content .invitaition_list_inner {
  padding-bottom: 42px;
  height: 100%; /* 以下btn下揃え用 */
  display: flex;
  flex-direction: column;
}
.invitaition_list .invitaition_list_content .invitaition_list_img img {
  width: 100%;
  height: auto;
}
.invitaition_list .invitaition_list_content h3 {
  padding: 48px 30px 35px;
  font-size: 2.4rem;
  text-align: left;
}
.invitaition_list .invitaition_list_content .invitaition_list_txt {
  margin: 0 30px 30px;
  line-height: 2;
  text-align: left;
}

@media print, screen and (max-width: 1300px) {
  .invitaition_list .invitaition_list_content h3 {
    padding: 20px 20px 10px;
  }
  .invitaition_list .invitaition_list_content .invitaition_list_txt {
    margin: 0 20px 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .invitaition_list .invitaition_list_content {
    width: calc(100% - 5.208vw);
    max-width: calc(100% - 5.208vw);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .invitaition_list .invitaition_list_content .invitaition_list_img {
    text-align: center;
  }
  .invitaition_list .invitaition_list_content .invitaition_list_img img {
    max-width: 520px;
  }
}

/* 芳名録 / named
----------------------------------------------------------*/
/* named_01 */
.named_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .named_list:after {
    display: inline-block;
    content: "";
    width: calc((100% - 40px) / 2);
    height: 1px;
  }
.named_list .named_list_content {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  width: calc((100% - 40px) / 2);
  max-width: 590px;
  margin-bottom: 40px;
}
.named_list .named_list_content .named_list_inner {
  padding-bottom: 42px;
  height: 100%; /* 以下btn下揃え用 */
  display: flex;
  flex-direction: column;
}
.named_list .named_list_content .named_list_img img {
  width: 100%;
  height: auto;
}
.named_list .named_list_content h3 {
  padding: 48px 30px 35px;
  font-size: 2.4rem;
  text-align: left;
}
.named_list .named_list_content .named_list_txt {
  margin: 0 30px 30px;
  line-height: 2;
  text-align: left;
}

@media print, screen and (max-width: 1300px) {
  .named_list .named_list_content h3 {
    padding: 20px 20px 10px;
  }
  .named_list .named_list_content .named_list_txt {
    margin: 0 20px 40px;
  }
}

@media print, screen and (max-width: 768px) {
  .named_list .named_list_content {
    width: calc(100% - 5.208vw);
    max-width: calc(100% - 5.208vw);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .named_list .named_list_content .named_list_img {
    text-align: center;
  }
  .named_list .named_list_content .named_list_img img {
    max-width: 520px;
  }
}

/* 税制上の優遇措置 / exemption
----------------------------------------------------------*/
/* exemption_01 */
.exemption_01 {}
.exemption_calc {
  margin: 20px 0 10px;
}
.exemption_calc p {
  display: inline-block;
  border-radius: 10px;
  background-color: #369177;
  padding: 6px 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.exemption_calc span {
  display: inline-block;
  padding: 0 10px;
  color: #369177;
  font-size: 3.0rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .exemption_calc p {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .exemption_calc span {
    display: block;
  }
}

/* exemption_02 */
.exemption_02 {
  padding-top: 137px;
  margin-top:-107px;
}
.exemption_02_project_list {
  border-top: 1px dashed #006e4f;
  margin-top: 20px;
}
.exemption_02_project_list li {
  border-bottom: 1px dashed #006e4f;
  padding: 10px 20px;
}
.exemption_02_project_list li dl {}
.exemption_02_project_list li dl dt {
  display: inline-block;
  width: 28%;
  font-size: 1.8rem;
  vertical-align: top;
}
  .exemption_02_project_list li dl dt span {
    display: inline-block;
    border-radius: 2px;
    background-color: #369177;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
.exemption_02_project_list li dl dd {
  display: inline-block;
  width: 70%;
  padding-top: 2px;
  vertical-align: top;
}

@media print, screen and (max-width: 768px) {
  .exemption_02 {
    padding-top: 64px;
    margin-top: -24px;
  }
  .exemption_02_project_list li {
    padding: 10px 0;
  }
  .exemption_02_project_list li dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
    .exemption_02_project_list li dl dt span {
      width: 26px;
      height: 26px;
      margin-right: 10px;
      line-height: 26px;
    }
  .exemption_02_project_list li dl dd {
    width: calc(100% - 36px);
    margin-left: 36px;
    font-size: 1.4rem;
  }
}

/* 感謝状及び芳名録 / name
----------------------------------------------------------*/
/* name_01 */
.name_sample {
  display: inline-block;
  width: 46%;
  margin-top: 20px;
  vertical-align: top;
}
.name_sample.sample_01 {
  margin-right: 2%;
}
.name_sample.sample_02 {
  margin-left: 2%;
}
.name_sample h3 {
  margin-bottom: 10px;
}
.name_sample .name_sample_img {
  text-align: center;
}
.name_sample.sample_01 .name_sample_img img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.name_sample.sample_02 .name_sample_img img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .name_sample.sample_01 {
    width: 100%;
  }
  .name_sample.sample_02 {
    width: 100%;
  }
}
