/* キャッチコピー下のドット */
.dots {
  margin-left: 11px;
}
.dot_a {
  margin-right: 17px;
}
.dot2 {
  margin-right: 51px;
}
.dot_b {
  margin-right: 17px;
}


/* 響愛の森 */

.kifu-img1 {
  position: absolute;
  top:90px;
  left: 0;
}

.p-first._kifu {
	width: 50%;
  margin: 30px 0 60px 380px;  
}

.heading3._kifu {
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  background: #baddab;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto 40px;
}

.sien {
  width: 90%;
  margin: 0 auto 30px;
  background: #fff;
  position: relative;
  z-index: 50;
}
.sien li {
  width: 49%;
  float: left;
  border: #9bca8d 3px solid;
  border-radius: 5px;
  position: relative;
  padding: 22px 15px;
}
.sien h4 {
  font-size: 18px;
  color: #535353;
  margin-bottom: 5px;
}
.sien_icon {
  position: absolute;
  right: 10px;
  top: -30px;
}

.sien li + li {
  margin-left: 2%;
}


/* シンフォニー */

/* インクルーシブ */
.inclusive {
  font-size: 0.8em;
}

.inclusive-img{
display: -webkit-flex;
   display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: space-around;
}
.inclusive-img li{
}

.kifu-02 {
  position: relative;
  min-height: 200px;
}

.sien.kifu02 {
  margin-bottom: 50px;
}
.img_center {
  position: absolute;
  top: 370px;
  background: url(../images/kifu/kifu_con02-img04.jpg) 50% 0 no-repeat;
  width: 92%;
  z-index: 1;
  height: 600px;
  background-size: contain;
}

.yotei li h3 {
  text-align: center;
  padding: 10px 6px;
  width: 100%;
  margin: 0 auto;
}

.am_list {
  margin-right: -1%;
  margin-bottom: 30px;
}

.am_list li {
  width: 19%;
  height: 100px;
  text-align: center;
  padding: 5px 0;
  margin: 10px  1% 10px 0;
  float: left;
  position: relative;
}

.am_list li img {
  max-height: 65px;
}

._bought li {
  border: 1px solid #baddab;
}

._kibou li {
  border: 1px solid #0072bc;
}

.am_list li span {
  display: block;
  text-align: center;
  padding: 4px 0;
  position: absolute;
  width: 100%;
  bottom: 3px;
}

._kibou li span {
  background: #0072bc;
  color: #fff;
}
._bought li span {
  background: #baddab;
}


.yotei > li {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

.yotei li table {
  width: 100%;
}

.yotei li table th {
  text-align: center;
  font-weight: normal;
  vertical-align: middle;

  border: 6px #fff solid;
}

.yotei li table td {
  padding: 10px 0;
  border: 6px #fff solid;
  text-align: center;
  width: 56%;
}



.sumi h3 {
  border: #baddab 6px solid;
  color: #73a75d;
}

.sumi th {
  background: #baddab;
}

.sumi td {
  background: #eff8eb;
}


.kibou h3 {
  border: #0072bc 6px solid;
  background: #0072bc;
  color: #fff;
}
.kibou th {
  background: #0072bc;
  color: #fff;
}

.kibou td {
  background: #e5f3fc;
}


.yotei dl dd img {
}


/* 寄付金の見出し・以下コンテンツを中央寄せ */
._kifu.heading,
.tokuten,
.kifu_btn {
  width: 90%;
  margin: 0 auto;
}

.tokuten {
  
  margin-bottom: 30px;
}

.tokuten ul {
  margin-left: -2%;
}

.tokuten li {
  width: 48%;
  border: #63ac4d 1px dashed;
  min-height: 90px;
  text-align: center;
  padding: 10px;
  margin-left: 2%;
  margin-bottom: 15px;
  float: left;
  border-radius: 5px;
}


.tokuten h4 {
  font-size: 1.1em;
  margin: 5px;
  color: #f09006;
}

.tokuten li p {
  line-height: 1.4em;
}

.oneline {
  line-height: 43px !important;
}


.kifu_btn {
  margin: 10px auto 30px;
}
.kifu_btn li {
  float: left;
  width: 49%;
}

.kifu_btn li + li {
  margin-left: 2%;
}

.kifu-02 {
  padding-bottom: 50px !important;
}


/* フォーム */

.p-form {
  text-align: center;
  margin: 20px auto;
  padding: 10px 0;
  width: 70%;
  border: 1px #868686 dotted;
  border-radius: 5px;
}

.tel {
  font-size: 1.4em;
  font-weight: bold;
}
.form-container {
   vertical-align: middle;
   min-width:300px;
   padding:20px;
  width: 70%;
  margin: 0 auto;
  border: 1px #868686 dotted;
  border-radius: 5px;
}
.form-field {
   border: 1px solid #c9b7a2;
   background: #f2e9df;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #70593f;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   
   height: 14px;
   }
.form-field:focus {
   background: #fff;
   color: #3d8c08;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
  width: 28%;
  line-height: 30px;
  float: left;
  padding-left: 5px;
  text-align: left;
  margin-bottom:10px;
  color: #474747;
  text-shadow: #fdf2e4 0 1px 0;
  clear: both;
}

.input {
  line-height: 33px;
  margin-bottom: 5px;
  font-size: 1em;
  margin-left: 28%;
}

.input h3 {
  line-height: 1em;
  color: #a82020;
}

.kifu_h3 {
  margin-top: 10px;
}

.exp {
  display: inline-block;
  font-size: 0.9em;
  color: #a82020;
}



  .input input {
    width: 15px;
    height: 15px;
    border: 1px solid #c9b7a2;
    margin-right: 5px;
    position: relative;
    top: -0.2em;
  }
  .input input{
    margin-left:30px;
  }
  .input input.input_first {
    margin-left: 0;
  }

.ta-height {
  height: 100px;
}

.submit-container {
   margin:8px 0;
   text-align:center;
   }
.submit-button {
   border: 1px solid #447314;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #addc7e 0 1px 0;
   color: #FFF;
   padding: 8.5px 90px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#8dc059));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
}

/* 前の画面に戻るボタン */
.submit-button.dark {
  border: 1px solid #2f2f2f;
   background: #505050;
   background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#6d6d6d));
   background: -webkit-linear-gradient(top, #9a9a9a, #6d6d6d);
   background: -moz-linear-gradient(top, #9a9a9a, #6d6d6d);
   background: -ms-linear-gradient(top, #9a9a9a, #6d6d6d);
   background: -o-linear-gradient(top, #9a9a9a, #6d6d6d);
   background-image: -ms-linear-gradient(top, #9a9a9a 0%, #6d6d6d 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #e0e0e0 0 1px 0;
   color: #FFF;
   padding: 8.5px 60px;
   font-size: 14px;
   margin-left: 20px;
   text-decoration: none;
   vertical-align: middle;
}
.submit-button.dark:hover {
   border: 1px solid #717171;
   text-shadow: #4b4b4b 0 1px 0;
   background: #797979;
   background: -webkit-gradient(linear, left top, left bottom, from(#6d6d6d), to(#9a9a9a));
   background: -webkit-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -moz-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -ms-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -o-linear-gradient(top, #6d6d6d, #9a9a9a);
   background-image: -ms-linear-gradient(top, #6d6d6d 0%, #9a9a9a 100%);
   color: #fff;
   }
.submit-button.dark:active {
   text-shadow: #4e4e4e 0 1px 0;
   border: 1px solid #6c6c6c;
   background: #9a9a9a;
   background: -webkit-gradient(linear, left top, left bottom, from(#6d6d6d), to(#6d6d6d));
   background: -webkit-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -moz-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -ms-linear-gradient(top, #6d6d6d, #9a9a9a);
   background: -o-linear-gradient(top, #6d6d6d, #9a9a9a);
   background-image: -ms-linear-gradient(top, #6d6d6d 0%, #9a9a9a 100%);
   color: #fff;
}

.syubetu {
  height: 110px;
  line-height: 110px !important;
}


/********************
    両サイドの画像
********************/

.side-left-01 {
  top: 20%;
  right: 87%;
}

.side-left-crcl01 {
  top:1800px;
  right: 98%;
}

.side-left-crcl02 {
  top:1800px;
  right: 90%;
}

.side-left-img01 {
  top: 25%;
  right: 92%;
}

.side-left-img02 {
  top: 1550px;
  right: 95%;
}

.side-left-img03 {
  top: 2460px;
  right: 93%;
}

.side-left-img04 {
  top: 1260px;
  right: 95%;
}



.side-left-02 {
  top: 1200px;
  right: 93%;
}


.side-right-01 {
  top:1000px;
  left: 86%;
}

.side-right-img01 {
  top: 2200px;
  left: 79%;
}

.side-right-img02 {
  top: 2710px;
  left: 86%;
}

.side-right-img03 {
  top: 2700px;
  left: 77%;
}


.side-right-03 {
  top: 2590px;
  left: 68%;
}
.require {
  color: red;
}
