@charset "UTF-8";

body {
  min-width: 1400px;
}
/* ===================================
#top
=================================== */
#top {
  background-image: url("../img/main_img.png"), url("../img/main_bg.png");
  background-position: top center, top center;
  background-repeat: no-repeat, repeat-x;
  overflow: hidden;
}

#top .inner {
  height: 670px;
}

#top .topBox {
  width: 440px;
  float: right;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 80px 55px;
  margin-top: 80px;
}

#top .topBox h2 {
  font-size: 48px;
  letter-spacing: -2px;
}

#top .topBox p {
  font-size: 20px;
  padding: 30px 0;
  color: #19AAEA;
}

#top .topBox .btnJoin a {
  height: 84px;
  width: 100%;
  text-decoration: none;
  display: block;
  line-height: 84px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  background: #183d9b;
  background: -moz-linear-gradient(left, #1ca9eb 0%, #183d9b 100%);
  background: -webkit-gradient(linear, left center, right center, from(#1ca9eb), to(#183d9b));
  background: -webkit-linear-gradient(left, #1ca9eb 0%, #183d9b 100%);
  background: -o-linear-gradient(left, #1ca9eb 0%, #183d9b 100%);
  background: linear-gradient(to right, #1ca9eb 0%, #183d9b 100%);
}

#top .topBox .btnJoin a:hover {
  opacity: 0.7;
}

#top .total {
  background: #1ca9eb;
  height: 100px;
}

#top .total .inner {
  padding: 0 50px;
  font-size: 30px;
  font-weight: bold;
  color: #FF0;
  display: flex;
}

#top .total .inner div {
  line-height: 100px;
  flex-grow: 1;
}

#top .total .amount {
  text-align: right;
}

#top .total .amount span {
  font-size: 60px;
  display: inline-block;
  margin-right: 20px;
}

/* ===================================
#donations
=================================== */
#donations {
  padding-top: 120px;
  background: url("../img/donation_bg01.png") top right repeat-y;
}

#donations .inner01 {
  width: 1100px;
  height: 640px;
  padding: 0 150px 90px;
  margin: 0 auto;
  background-image: url("../img/donation_bg02_01.png");
  background-position: top 90px right;
  background-repeat: no-repeat;
}

#donations .inner01 h3 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 110px;
    letter-spacing: -2px;

}

#donations .inner01 h4 {
  font-size: 34px;
}

#donations .inner01 p {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}

#donations .inner02Wrap {
  background: url("../img/donation_bg_02.png") top center no-repeat;
}

#donations .inner02Wrap .inner02 {
  width: 1100px;
  height: 920px;
  margin: 0 auto;
}

#donations .inner02Wrap .inner02 dl {
  padding: 35px 30px;
  background: #FFF;
}

#donations .inner02Wrap .inner02 dl dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #1ca9eb;
}

#donations .inner02Wrap .inner02 dl dd {
  font-size: 20px;
  line-height: 1.6;
    letter-spacing: -1px;
}

#donations .inner02Wrap .inner02 div:first-child {
  height: 310px;
  padding-top: 110px;
}

#donations .inner02Wrap .inner02 div:first-child dl {
  width: 365px;
  float: right;
}

#donations .inner02Wrap .inner02 div:last-child {
  height: 560px;
  padding-top: 100px;
}

#donations .inner02Wrap .inner02 div:last-child dl {
  width: 530px;
}

#donations .notice {
  width: 930px;
  margin: 70px auto 0;
  padding: 0 0 110px 170px;
  background: url("../img/donation_img01_01.png") top left no-repeat;
}

#donations .notice h5 {
  font-size: 22px;
  padding-bottom: 15px;
letter-spacing: -1px;
}

#donations .notice p {
  font-size: 12px;
  line-height: 1.5;
}

/* ===================================
#monthlySupport
=================================== */
#monthlySupport {
  background: #F5F5F5;
  padding: 100px 0;
}

#monthlySupport h3 {
  font-size: 55px;
  text-align: center;
    letter-spacing: -2px;
}

#monthlySupport h3 span {
  display: block;
  font-size: 35px;
  margin: 0 0 15px;
}

#monthlySupport h4 {
  margin: 30px auto 40px;
  background: #40B7ED;
  border-radius: 50px;
  color: #FFF;
  width: 700px;
  font-size: 29px;
  padding: 10px 0 8px;
  text-align: center;
}

#monthlySupport .boxWrap01::after {
  content: url("../img/support_img03_01.png");
  height: 77px;
  display: block;
  margin-top: 10px;
}

#monthlySupport .boxWrap02::after {
  content: url("../img/support_img04_01.png");
  height: 94px;
  display: block;
  margin-top: 10px;
}

#monthlySupport .box {
  width: 1100px;
  background: #FFF;
  box-shadow: 10px 10px #e7e7e7;
  position: relative;
}

#monthlySupport .box > img {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}

#monthlySupport .box03 {
  overflow: hidden;
  padding: 30px 0 40px;
}
#monthlySupport .box03 .box03Txt {
  background: #0780D0;
  width: 340px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-radius: 30px;
  padding: 8px 0 5px;
}
#monthlySupport .box03 .box03Intro {
  display: flex;
  margin: 0 35px 30px;
  justify-content: space-between;
}

#monthlySupport .box03 .box03Img {
  padding: 0 25px 0 0;
  text-align: center;
}
#monthlySupport .box03 .SDGsWrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 0 20px;
}
#monthlySupport .box03 .SDGsList {
  display: flex;
}
#monthlySupport .box03 .SDGsList li {
  margin: 0 0 0 10px;
}
#monthlySupport .box03 .SDGsList img {
  width: 100px;
}

#monthlySupport .box03 h5 {
  font-size: 30px;
  margin: 0 40px;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: center;
  color: #067FD0;
  border-bottom: 1px solid #067FD0;
  margin-bottom: 40px;
}

#monthlySupport .box03 p {
  padding: 30px 0 14px;
  font-size: 16px;
  color: #067FD0;
  font-weight: bold;
  text-align: center;
}

#monthlySupport .box03 .box03Txt02 {
  border: 1px solid #067FD0;
  display: flex;
  flex-direction: column;
  padding: 15px 22px;
  margin: 12px 0 0;
  height: 45px;
  justify-content: center;
}

#monthlySupport .box03 .howto .box03Txt02 {
  height: 20px;
  padding: 10px 15px;
  margin: 28px 0 0;
}

#monthlySupport .box03 dl {
  background: #F5F5F5;
  margin-bottom: 20px;
  width: 645px;
  padding: 23px 22px;
  display: block;
  box-sizing: border-box;
}

#monthlySupport .box03 .howto dl {
  padding: 35px 22px;
}

#monthlySupport .box03 dl dt {
  font-size: 24px;
  color: #067FD0;
  font-weight: bold;
}

#monthlySupport .box03 dl dd {
  padding: 14px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

#monthlySupport .box03 p b {
  font-size: 30px;
  color: #19AAEA;
  letter-spacing: -2.5px;
  font-weight: bold;
    display: block;
    text-indent: -10px;
}

#monthlySupport .box03 .img {
  float: left;
  width: 390px;
  padding-left: 30px;
  margin: 0 0 19px;
}

#monthlySupport .box03 .img img {
  padding: 0;
}

#monthlySupport .box03 .text {
  float: right;
  width: 640px;
  padding-right: 40px;
}

#monthlySupport .box03 .howto {
  overflow: hidden;
}

/* ===================================
#feelings
=================================== */
#feelings {
  padding: 70px 0 100px;
  width: 820px;
  margin: 0 auto;
}

#feelings h3 {
  font-size: 40px;
  text-align: center;
}

#feelings .youtube {
  padding: 45px 0;
  width: 600px;
  margin: 0 auto;
}

#feelings h4 {
  text-align: center;
  font-size: 26px;
  color: #19AAEA;
}

#feelings p {
  padding: 45px 0 30px;
  font-size: 20px;
  line-height: 1.6;
}

#feelings figure {
  margin: 50px 0 0;
  text-align: center;
}

#feelings figure a {
  text-decoration: none;
}

#feelings figure figcaption {
  font-size: 20px;
  color: #19AAEA;
  font-weight: bold;
  margin-top: 15px;
}

#feelings figure a:hover img {
  opacity: 0.7;
}

/* ===================================
#experience
=================================== */
#experience {
  padding: 100px 0 0;
  background: url("../img/experience_bg.png") top center;
  overflow: hidden;
}

#experience h3 {
  font-size: 40px;
  text-align: center;
}

#experience .total {
  margin: 80px 0 70px;
  height: 160px;
  background: #FFF;
  padding: 0 50px;
  font-size: 30px;
  font-weight: bold;
  color: #19AAEA;
  display: flex;
}

#experience .total .lbox {
  font-size: 28px;
  margin: 40px 0 0;
}
#experience .total .fundLink a {
  display: block;
  font-size: 17px;
  font-weight: normal;
  color: #19AAEA;
  text-decoration: none;
  border-radius: 5px;
  background: #F5F5F5;
  padding: 9px 15px 9px;
  margin: 10px 0 0;
  position: relative;
}
#experience .total .fundLink a:after {
  content: "";
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #19AAEA;
  position: absolute;
  top: 36%;
  right: 4%;
}
#experience .total .fundLink a:hover {
  opacity: 0.7;
}
#experience .amount {
  line-height: 160px;
  text-align: right;
  flex-grow: 1;
}
#experience .fundNameLink {
  float: right;
  font-size: 18px;
  color: #19AAEA;
}
#experience .amount span {
  font-size: 70px;
  display: inline-block;
  margin-right: 20px;
}

#experience .proerty .photo {
  float: left;
  width: 392px;
  height: 303px;
  clear: both;
  position: relative;
}
#experience .proerty .photo.preparation:after {
  content: "準備中";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 5px;
}

#experience .proerty .photo img {
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position:center;";
}

#experience .proerty .report {
  float: right;
  width: 708px;
  height: 318px;
  margin-bottom: 40px;
}

#experience .proerty .report div {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding-left: 20px;
  color: #19AAEA;
}

#experience .proerty .report ul li {
  float: left;
  margin: 0 0 15px 20px;
  font-size: 20px;
  color: #19AAEA;
  box-sizing: border-box;
}

#experience .proerty .report ul li a {
  padding: 25px 0 25px 85px;
  display: block;
  width: 334px;
  height: 94px;
  background-color: #FFF;
  background-image: url("../img/proerty_btn_bg01_01.png");
  background-repeat: no-repeat;
  background-position: center left 25px;
  text-decoration: none;
  color: #19AAEA;
  border: 1px solid #19AAEA;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

#experience .proerty .report ul li a:after {
  content: "";
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #19AAEA;
  position: absolute;
  top: 46%;
  right: 4%;
}

#experience .proerty .report ul li.pdfNone a {
  background-color: #BBB;
  color: #888;
  border: 1px solid #888;
}
#experience .proerty .report ul li.pdfNone a:after {
  border-left: 6px solid #888;
}

#experience .proerty .report ul li a:hover {
  opacity: 0.7;
}

#experience .proerty02 {
  clear: both;
}

/* ===================================
.lpForm
=================================== */
.lpForm {
  width: 1100px;
  padding: 75px 0 0;
  margin: 0 auto;
}

.lpForm .text {
  font-size: 20px;
  text-align: center;
  padding: 40px 0 60px;
}

.lpForm_tit {
  font-size: 40px;
  text-align: center;
  margin: 0 0 50px;
}

.lpForm_list_tit,
.lpForm_list_item {
  font-weight: bold;
  color: #333;
}

.lpForm_list_tit {
  width: 260px;
  padding: 5px 0 5px 10px;
  line-height: 20px;
  margin-top: 36px;
  font-size: 15px;
  float: left;
  position: relative;
  background: url("../img/border.png") left top no-repeat;
}

.lpForm_list_tit::before {
  content: '任 意';
  width: 40px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  color: #FFF;
  background: #999;
  position: absolute;
  right: 0;
  top: 0px;
}

.lpForm_list_tit_req::before {
  content: '必 須';
  background: #FFEE00;
  color: #000;
}

.lpForm_list_tit_tel::before,
.lpForm_list_tit_email::before {
  top: 0px;
}

.lpForm_list_item {
  width: 100%;
  padding: 25px 10px 27px 290px;
  font-size: 13px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
}

.lpForm_list_item p {
  margin-bottom: 10px;
}

.lpForm_list_etc {
  padding: 45px 0 75px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  position: relative;
  cursor: pointer;
}

.lpForm_list_etc:hover {
  opacity: 0.7;
}

.lpForm_list_etc::before,
.lpForm_list_etc::after {
  content: '';
  border: solid transparent;
  display: block;
  position: absolute;
  left: 50%;
}

.lpForm_list_etc::before {
  margin-left: -7px;
  border-width: 8px 7px 0;
  border-top-color: #333;
  bottom: 50px;
}

.lpForm_list_etc::after {
  margin-left: -5px;
  border-width: 6px 5px 0;
  border-top-color: #FFF;
  bottom: 52px;
}

.lpForm_list_etc_color {
  font-size: 20px;
  text-decoration: underline;
  color: #3F7992;
}

.lpForm_list_tit_note {
  height: 19px;
  margin: 5px 0 0 -3px;
  padding: 0 10px;
  line-height: 17px;
  font-size: 12px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
}

.lpForm_list_txt {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 13px;
}

.lpForm_list_item small {
  font-size: 13px;
}

.lpForm_list_item.border_none {
  border: none;
  padding-bottom: 0;
}

.form_input,
.form_select,
.form_radio_label {
  width: 200px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  color: #1F1F1F;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
}

.form_select {
  width: 420px;
}

.form_textarea {
  max-width: 100%;
  min-height: 80px;
  width: 100%;
  margin: 0;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1F1F1F;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
}

.handle_name {
  margin: 10px 0 30px;
}

textarea {
  width: 740px;
  border: 1px solid #D8D8D8;
  font-size: 17px;
  padding: 20px;
  box-sizing: border-box;
}

#surname,
#surname2 {
  width: 500px;
}
#email {
  width: 420px;
}

.form_input::placeholder {
  color: #A9A9A9;
  font-size: 22px;
}

.form_input:-ms-input-placeholder {
  color: #A9A9A9;
  font-size: 22px;
}

.form_input::-ms-input-placeholder {
  color: #A9A9A9;
  font-size: 22px;
}

.form_input_middle::placeholder {
  color: #A9A9A9;
  font-size: 18px;
}

.form_input_middle:-ms-input-placeholder {
  color: #A9A9A9;
  font-size: 18px;
}

.form_input_middle::-ms-input-placeholder {
  color: #A9A9A9;
  font-size: 18px;
}

.form_input_file_wrap {
  height: 45px;
  vertical-align: middle;
  display: table;
}

.form_input_file_inner {
  display: table-cell;
  vertical-align: middle;
}

.form_input_file {
  font-weight: bold;
  color: #3F7992;
  cursor: pointer;
}

.form_input_mini {
  width: 100px;
}

.form_input_middle {
  width: 420px;
}

.form_input_full {
  width: 100%;
}

.form_input_big {
  height: 55px;
  font-size: 20px;
}

.form_radio {
  position: absolute;
  opacity: 0;
}

.form_radio_label {
  padding-left: 45px;
  line-height: 43px;
  cursor: pointer;
  position: relative;
}

.form_radio_label::before {
  content: '';
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border: 1px solid #D8D8D8;
  border-radius: 11px;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 0 5px #FFF inset;
  position: absolute;
  left: 9px;
  top: 50%;
}

.form_radio:checked + .form_radio_label::before {
  background: #76CAF2;
}

.form_radio:checked + .form_radio_label {
  background: #D2EEFB;
}

.form_input_surname {
  margin-right: 20px;
}

.lpForm_table {
  width: 100%;
  border-spacing: 0;
}

.lpForm_table th,
.lpForm_table td {
  padding: 0 0 10px;
  text-align: left;
  font-size: 13px;
}

.lpForm_table.nameArea th {
  width: 75px;
  text-align: right;
}

.lpForm_table.address_table th {
  width: 120px;
}

.lpForm_table tr:last-child th,
.lpForm_table tr:last-child td {
  padding-bottom: 0;
}

.lpForm_table_ico {
  position: relative;
}

.lpForm_table_ico::before {
  content: '任意';
  width: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  color: #FFF;
  background: #999;
  position: absolute;
  left: -60px;
  top: 12px;
}

.lpForm_table .form_input,
.lpForm_table .form_select {
  margin-bottom: 0;
}

.lpForm_list_tit_donations {
  margin-top: 22px;
}
.lpForm_list_tit_donations::before {
  top: 14px;
}

.form_select {
  font-size: 18px;
}

.lpForm_list_contactBox {
  /*  display: flex;
  justify-content: space-between;*/
}

.lpForm_list_contactBox .form_radio_label {
  width: 420px;
  margin-bottom: 10px;
  color: #191919;
  font-size: 18px;
  font-weight: normal;
}

.lpForm_etc {
  display: none;
}

.lpForm_privacy {
  margin: 35px 0 45px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}

.lpForm_privacy_link {
  color: #191919;
}

.lpForm_submit {
  width: 701px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 0;
}

.lpForm_submit:hover {
  opacity: 0.7;
}

/*.lpForm_submit::before,
.lpForm_submit::after {
  content: '';
  border: solid transparent;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
}
.lpForm_submit::before {
  margin-top: -7px;
  border-width: 7px 0 7px 8px;
  border-left-color: #FFF;
  right: 24px;
}
.lpForm_submit::after {
  margin-top: -5px;
  border-width: 5px 0 5px 6px;
  border-left-color: #C30200;
  right: 26px;
}*/
.lpForm_submit_btn {
  width: 701px;
  height: 133px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  border: none;
  background: transparent;
  cursor: pointer;
  background: url("../img/btn_submit.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

input[type="text"]:disabled,
input[type="number"]:disabled,
select:disabled, .form_area textarea:disabled,
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
    background: #DDD!important;
}

/* ===================================
PHPバリデーションメッセージ
=================================== */
.error_list {
  display: inline-block;
  padding: 15px;
  margin: 0 auto 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: inherit;
  font-weight: bold;
  background: #f8e4e4;
  line-height: 1.6;
}

