/* ===================================
#top
=================================== */
#top {
  background-image: url("../img/sp/main_img.jpg");
  background-position: top center, top center;
  background-repeat: no-repeat, repeat-x;
  background-size: 100%;
  overflow: hidden;
}

#top .topBox {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 8vw 6vw 6vw;
  margin: 52vw 10vw 10vw;
}

#top .topBox h2 {
  font-size: 8vw;
  letter-spacing: -0.6px;
  text-align: center;
}

#top .topBox p {
  font-size: 4.5vw;
  padding: 20px 0 22px;
  color: #19AAEA;
  line-height: 1.6;
}

#top .topBox .btnJoin a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 4vw 0 3.8vw;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  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 {
  margin: 20px 0 0;
  background: #1ca9eb;
  padding: 20px;
  font-size: 20px;
  color: #FF0;
  overflow: hidden;
}

#top .total .txt {
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0px 0 0;
  float: left;
  width: 25%;
}

#top .amount {
  text-align: right;
    width: 75%;
    display: contents;
}

#top .amount span {
  font-size: 35px;
  margin-right: 5px;
    font-weight: bold;
}

/* ===================================
#donations
=================================== */
#donations {
  padding-top: 40px;
  background: url(../img/sp/donation_bg01.png) top right no-repeat;
  background-size: 200px;
}

#donations .inner01 {
  padding: 0 0 85vw;
  margin: 0 20px 8vw;
  background-image: url(../img/donation_bg02_01.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 80vw;
    position: relative;
    z-index: 20;
}

#donations .inner01 h3 {
  text-align: center;
  font-size: 7vw;
  letter-spacing: -1px;
  padding-bottom: 30px;
}

#donations .inner01 h4 {
  font-size: 18px;
  text-align: center;
}

#donations .inner01 p {
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.6;
}

#donations .inner02Wrap {
  background: url(../img/sp/donation_bg_02.png) 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-bottom: 33vw;
    position: relative;
    z-index: 10;
    margin-top: -40vw;
}

#donations .inner02Wrap .inner02 dl {
  padding: 5vw 5vw 4vw 5vw;
  background: #FFF;
}

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

#donations .inner02Wrap .inner02 dl dd {
  font-size: 3.6vw;
  line-height: 1.6;
}

#donations .inner02Wrap .inner02 div:first-child {
  padding-top: 39vw;
}

#donations .inner02Wrap .inner02 div:first-child dl {
  float: right;
  margin: 8vw 0 14vw 15vw;
}

#donations .inner02Wrap .inner02 div:last-child dl {
  float: left;
  margin: 8vw 15vw 0 0;
}

#donations .notice {
  padding: 10vw 0 6vw;
  background: url(../img/sp/donation_bg_01.png) top left no-repeat #C2E8EC;
  background-size: 100%;
}

#donations .notice h5 {
  font-size: 18px;
  line-height: 1.5;
  padding: 2px 0 0 80px;
  margin: 0 20px 15px 15px;
  background: url(../img/donation_img01_01.png) top left no-repeat;
  background-size: 70px;
  min-height: 80px;
}

#donations .notice p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0 20px;
}

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

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

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

#monthlySupport h4 {
  margin: 20px 15px 30px;
  background: #40B7ED;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px 4px;
  line-height: 1.5;
  text-align: center;
}

#monthlySupport .boxWrap01::after {
  content: "";
  height: 40px;
  display: block;
  margin-top: 5px;
  text-align: center;
  background: url(../img/sp/support_img03_01.png) no-repeat center;
  background-size: 95vw;
}

#monthlySupport .boxWrap02::after {
  content: "";
  height: 55px;
  display: block;
  margin-top: 5px;
  background: url(../img/sp/support_img04_01.png) no-repeat center;
  background-size: 95vw;
}

#monthlySupport .box {
  background: #FFF;
  box-shadow: 5px 5px #e7e7e7;
  position: relative;
  margin: 0 20px;
}

#monthlySupport .box img {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 90%;
}

#monthlySupport .box01 img {
  width: 70%;
  padding: 20px 0;
}

#monthlySupport .box02 img {
  width: 30%;
  padding: 20px 0;
}

#monthlySupport .box03 {
  overflow: hidden;
}

#monthlySupport .box03 h5 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px 10px;
  text-align: center;
  color: #067FD0;
  border-bottom: 1px solid #067FD0;
}

#monthlySupport .box03 .box03Txt {
  background: #0780D0;
  margin: 20px 15px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  border-radius: 30px;
  padding: 8px 0 5px;
}

#monthlySupport .box03 {
  margin: 0 20px;
}

#monthlySupport .box03 p {
  padding: 25px 15px 20px;
  font-size: 18px;
  color: #067FD0;
  font-weight: bold;
  text-align: center;
}

#monthlySupport .box03 .box03Intro {
  margin: 0 0 40px;
}

#monthlySupport .box03 dl {
  background: #F5F5F5;
  padding: 20px;
  margin: 15px;
  margin-bottom: 0;
  display: block;
}

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

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

#monthlySupport .box03 p b {
  font-size: 20px;
  color: #19AAEA;
  letter-spacing: -0.6px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0 -0.5em;
}

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

#monthlySupport .box03 .img img {
  width: 100%;
}

#monthlySupport .box03 .text {
  margin: 10px 0 0;
}

#monthlySupport .box03 .SDGsWrap {
  text-align: center;
}

#monthlySupport .box03 .SDGsList {
  display: flex;
  justify-content: space-evenly;
  margin: 0 15px;
}
#monthlySupport .box03 .SDGsList img {
  width: 19vw;
}

#monthlySupport .box03 .howto .img {
  margin: 0 15px;
}

#monthlySupport .box03 .howto .SDGsList {
  justify-content: space-between;
}

/* ===================================
#feelings
=================================== */
#feelings {
  padding: 50px 0 25px;
  margin: 0 auto;
}

#feelings h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.6px;
}

#feelings .youtube {
  padding: 35px 0;
  margin: 0 30px;
}

#feelings .youtube iframe {
  width: 100%;
  height: 48vw;
}

#feelings h4 {
  font-size: 20px;
  color: #19AAEA;
  line-height: 1.5;
  margin: 0 20px 30px;
}

#feelings p {
  padding: 20px 20px 15px;
  font-size: 16px;
  line-height: 1.6;
}

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

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

#feelings figure figcaption {
  font-size: 14px;
  color: #19AAEA;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.5;
}

#feelings figure img {
  width: 100%;
}

/* ===================================
#experience
=================================== */
#experience {
  padding: 10vw 0 0;
  background: url(../img/sp/experience_bg.png) 50% 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
}

#experience h3 {
  font-size: 7vw;
  text-align: center;
  letter-spacing: -0.6px;
  padding: 0 0 12vw;
}

#experience .total {
  margin: 20px 0;
  background: #FFF;
  padding: 0 20px;
  font-size: 26px;
  color: #19AAEA;
    overflow: hidden;
}

#experience .total div {
  font-size: 14px;
  line-height: 1.2;
    margin: 5px 5px 0 0;
    float: left;
    width: 25%;
}
#experience .total .fundLink a {
  display: block;
  font-size: 15px;
  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 .amount {
  text-align: right;
    width: 75%;
    display: contents;
}

#experience .amount span {
  font-size: 35px;
  margin-right: 5px;
    font-weight: bold;
}

#experience .proerty {
  padding: 38px 0 25px;
  background: #F5F5F5;
  overflow: hidden;
}

#experience .proerty div {
  font-size: 22px;
  text-align: center;
  color: #19AAEA;
  margin: 0 0 15px;
}

#experience .fundNameLink {
  display: block;
  font-size: 16px;
  color: #19AAEA;
  margin: 15px 0;
  text-decoration: underline;
}

#experience .proerty .photo {
  margin: 0 15vw;
  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: 30px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 5px;
}

#experience .proerty .photo img {
  width: 100%;
}
#experience .proerty .report ul {
    margin: 20px 10px 0;
    }
#experience .proerty .report ul li {
  float: left;
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #19AAEA;
  box-sizing: border-box;
    width: 50%;
}

#experience .proerty .report ul li a {
  padding: 15px 0 15px 35px;
    text-align: left;
  display: block;
  width: 95%;
    margin: 0 auto;
    background-color: #FFF;
  background-image: url("../img/proerty_btn_bg01_01.png"), url("../img/proerty_btn_bg02_01.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center left 8px, center right 8px;
    background-size: 18px auto, 4px auto;
  text-decoration: none;
  color: #19AAEA;
    border: 1px solid #19AAEA;
    border-radius: 10px;
      box-sizing: border-box;

}

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

#experience .proerty02 {
  clear: both;
    padding-bottom: 40px;
}

/* ===================================
.lpForm
=================================== */
.lpForm {
  padding: 50px 0 ;
  margin: 0 auto;
}

.lpForm .text {
  font-size: 4vw;
  margin: 0 20px;
  text-align: center;
  padding: 20px 0 40px;
  line-height: 1.6;
}

.lpForm_tit {
  font-size: 7vw;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1.5;
  margin: 0 0 35px;
}

.lpForm_list {
  border-top: 1px solid #E6E6E6;
    margin: 0 20px;
}

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

.lpForm_list_tit {
  padding: 5px 0 0 10px;
  line-height: 20px;
  margin-top: 20px;
  font-size: 15px;
  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;
    margin-top: 5px;
}

.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%;
  font-size: 13px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
    padding: 20px 0;
}

.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-left: 5px;
  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;
}

.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_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;
}

textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  font-size: 18px;
}

.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: 70%;
}

.form_input_full {
  width: 100%;
}

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

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

.form_radio_label {
  padding-left: 35px;
  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;
}

.form_input_tel {
  margin-bottom: 15px;
}

.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;
}

.form_select {
  font-size: 18px;
}

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

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

.lpForm_etc {
  display: none;
}

.lpForm_privacy {
  margin: 35px 20px 30px;
  line-height: 1.5;
  text-align: center;
  font-size: 4vw;
}

.lpForm_privacy_link {
  color: #191919;
}

.lpForm_privacy .onlySP{
  display: inline-block!important;
}

.lpForm_submit {
  width: 300px;
    height: 57px;
  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: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  font-size:20px;
  color: #FFF;
  font-weight: bold;
  border: none;
  background: transparent;
  cursor: pointer;
  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%);
}

#form_reason {
  width: 100%;
}

.handle_name {
  margin: 0 0 20px;
}

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;
}
