@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.top{
  height:2500px;
  background-image: url(../img/background.png);
  background-size: cover;
}

.top .question{
  color:#7CB1D7;
}

.logo_top{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
.logo_top img{
  width:20%;
}
.fv{
  width:40%;
  margin: 0 auto;
}
.fv img{
  width:100%;
}
.top .t-wrapper{
  text-align: center;
  position: relative;
}
.top .t-wrapper img{
  width:40%;
}
.top .t-wrapper h2{
  font-size:23pt;
  padding-top:20px;
  padding-bottom:20px;
}
.top .t-wrapper .border{
  letter-spacing: -1px;
  font-size: 7pt;
}

.top .t-wrapper p{
  font-size: 18pt;
  padding-bottom: 10px;
}

.top .t-wrapper .item{
  width:38%;
  background-color: white;
  text-align: left;
  padding-left:80px;
  padding-right:80px;
  padding-top:20px;
  padding-bottom:20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 14pt;
}
.top .t-wrapper .item p{
  font-size: 14pt;
  line-height: 23pt;
}
.top .t-wrapper .item label{
  padding-bottom: 18px;
  display: inline-block;
}
.top .t-wrapper .send{
  background-color: #438DC3;
  color:white;
  border: 0;
  margin-top: 45px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left: 100px;
  padding-right:100px;
  font-size:15pt;
  border-radius: 50px;
}
.top .t-wrapper a img{
  width: 25%;
}
.top .t-wrapper textarea{
  margin-left: 78px;
  margin-top:-30px;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
}

.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 23px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    margin-top: -10px;
    left: -5px;
    top: 28%;
    border-radius: 4px;
    border: 1px solid;
    border-color:  #d8d8d8; /* 枠の色変更 お好きな色を */
    background-color: white; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 23px;
    height: 9px;
    margin-top: -19px;
    top: 50%;
    left: -1px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #7CB1D7; /* チェックの色変更 お好きな色を */
}
.answer{
  margin:0 auto;
  text-align: center;
  width: 40%;
}
.answer img{
  width: 100%;
}



@media screen and (max-width:1035px){
  .top .t-wrapper{
    width: 95%;
    margin: 0 auto;
  }
  .top .t-wrapper .item{
    width:50%;
  }
}


@media screen and (max-width: 767px){
  .wrap{
    overflow: hidden;
  }
  .top{
   height:3880px;
  }
  .fv{
    width:100%;
  }
  .top .t-wrapper{

  }
  .logo_top img{
    width:65%;
  }
  .top .t-wrapper img{
    width: 93%;
  }
  .top .t-wrapper .item{
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 25px
  }
  .top .t-wrapper .item p{
    line-height: 20pt;
    font-size: 12pt;
  }
  .top .t-wrapper p {
    padding-bottom: 15px;
  }
  .top .t-wrapper a img{
    width: 65%;
  }
  .answer{
    width: 100%;
  }

}
@media screen and (max-width: 320px){
  .top .t-wrapper h1 {
    padding-top: 114px;
    line-height: 38pt;
    font-size: 34pt;
}
}

/*=====================================
topの部分終わり
=====================================*/

/*=====================================
サンクスページ
=====================================*/

.thanks{
  height:900px;
}
.thanks .t-wrapper .item .label{
  text-align: center;
    font-size: 22pt;
    padding-top: 10px;
    padding-bottom: 25px;
}
.thanks .t-wrapper .item p {
    font-size: 14pt;
    line-height: 20pt;
    padding-top: 11px;
}
.thanks .t-wrapper .item {
    width: 35%;
}
@media screen and (max-width: 767px){
  .thanks .t-wrapper .item {
      width: 80%;
  }
  .thanks .t-wrapper .item .label{
    font-size:16pt;
  }
}
/*=====================================
iPhone SE用の微調整
=====================================*/
@media screen and (max-width: 320px){
  .top {
    height: 710px;
  }
}

/*=====================================
iPhone 8Plus以上上の微調整
=====================================*/
@media only screen and (min-width:410px) and (max-width:800px){

}

@media only screen and (min-width:330px) and (max-width:378px){

}

@media screen and (min-width: 1200px) and  (max-width:1360px){
  .top .t-wrapper{
    height: 343px;
  }
  .top .left_entry a, .top .right_donate a{
    bottom:-20px;
  }

}

@media screen and (min-width: 2500px) and  (max-width:4024px){
  .imac{
    margin-left: auto;
    margin-right: auto;
    width: 57%;
  }
}
