@charset "UTF-8";

/*====================================================
////form setteing
====================================================*/
header {
 height: auto;
 margin-bottom: 80px;
}



/*----------------------------------------------------- */
/*寄付申請フォーム
/*----------------------------------------------------- */
.donationform{
 
}
.donationform .icon, .foundationthanks .icon{
 background: url("../images/dation_icon.png") no-repeat;
 background-position: center;
 height: 80px;
 margin-top:45px;
 margin-bottom: 20px;
}
.donationform span.bold, .foundationthanks span.bold{
 font-weight: bold;
}

.donationform .attentionBlock {
     text-align: right;
}
.donationform .attentionBlock span{
  color: #DA3B3D;
 margin-right: 3px;
}
.donationform .inputBlock, .donationform .confBlock, .foundationthanks{
 /*width: 650px;*/
 width: 80%;
 margin: 0 auto;
}
.donationform input[type="text"], .donationform textarea{
 width: 100%;
}
.donationform input[type=submit], .donationform input[type=button] {
display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #33b0e5;
    text-align: center;
    color: #fff;
 padding: 15px 30px;
    font-size: 20px;
    border: none;
    border-bottom: 4px solid #1a96cb;
    cursor: pointer;
 width: auto;
}
.donationform input[type=button].back {
     background: #aaa;
    border-bottom: #969494 4px solid;
}
.donationform select{
 width: 50%;
 padding: 7px;
 border: 1px solid #cccccc;
 font-size: 100%;
}

.donationform input.fund_amount{
 width: 50%;
 margin-right: 5px;
}
.donationform dl{
 margin-bottom: 50px;
}
.donationform dt{
 font-weight: bold;
 margin-bottom: 5px;
}
.donationform dd{
 margin-bottom: 30px;
}
.donationform dt span.required{
 color: #c94844;
 margin-left: 3px;
}
.donationform dt div.notes{
 background: #fdfae4;
    padding: 10px;
    font-size: 0.9em;
    margin-bottom: 15px;
 border-radius: 5px;
}
.donationform dd span.error{
 color: #c94844;
 display: block;
}
.donationform .confBlock dl {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 50px;
}
.donationform .confBlock dt {
 background:#e1f3fb;
 width: 25%;
 padding: 10px 20px;
}
.donationform .confBlock dd {
  background: #f8f8f8;
 width: 70%;
 padding: 10px 20px;
 margin-bottom: 5px;
 margin-left: 5px;
}
.donationform  .infoBlock, .foundationthanks  .infoBlock{
 margin-bottom: 45px;
}
.donationform .infoBlock p.read, .foundationthanks .infoBlock p.read{
 text-align: center;
 font-weight: bold;
 font-size: 20px;
 color: #5aaee0;
margin-bottom: 30px; 
}
.donationform .inputBlock .infoBlock p:nth-child(2), .donationform .inputBlock .infoBlock p:nth-child(4), .foundationthanks  .infoBlock p:nth-child(2){
 padding: 10px 5px;
}
.donationform .inputBlock .infoBlock p:nth-child(3), .foundationthanks  .infoBlock p:nth-child(3){
 background:#e1f3fb;
 padding: 10px;
 border-radius: 8px;
}
.donationform .inputBlock .infoBlock p:nth-child(3) span,  .foundationthanks  .infoBlock p:nth-child(3) span{
 color: #c94844;
}

.donationform .typeBlock{
 
}
.donationform .firstBlock{
 
}
.donationform .secondBlock{
 
}
.donationform .btBlock{
 text-align: center;
}
.donationform  .confBlock {
 display: none;
}

/*送信完了画面*/
.foundationthanks .bk_account{
 
}
.foundationthanks .bk_account p{
 text-align: center;
 background: #5aaee0;
 color: #FFF;
 padding: 10px;
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 10px;
}
.foundationthanks .bk_account dl{
  display: flex;
 flex-wrap: wrap;
 margin-bottom: 0;
}
.foundationthanks .bk_account dt{
  background:#e1f3fb;
 width: 25%;
 padding: 10px 20px;
 margin-bottom: 5px;
}
.foundationthanks .bk_account dd{
 background: #f8f8f8;
  width: 74%;
 padding: 10px 20px;
  margin-bottom: 5px;
 margin-left: 5px;
 
}
.foundationthanks .print_bt {
 margin-top: 40px;
 margin-bottom: 50px;
 width: 100%;
 text-align: right;
}
.foundationthanks .print_bt img{
 
}


/*----------------------------------------------------- */
/*クレジットカード寄付　.donationCC
/*----------------------------------------------------- */
.donationform_cre {padding-bottom: 40px;}

.donationform_cre .icon{
background:url("../images/dation_icon.png") no-repeat;
background-position: center;
height: 80px;
margin-bottom: 10px;
}

.donationform_cre .thanksmessage{
font-size:22px;
font-weight: bold;
color: #33B0E5;
text-align: center;
margin-bottom: 40px;
}

.donationform_cre h2{
text-align: center;
 font-weight: bold;
 font-size: 18px;
 background: #5aaee0;
color: #FFFFFF;
margin-bottom: 20px; 
padding:10px;
}

.donationform_cre h3{
text-align: center;
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
border: none;
}
.bodyText .donationform_cre h3:before {
 content: none;
}
.donationform_cre h3.icnhart{
background: url("/images/rofuku-yell/icnimg_hartS.png")left top no-repeat;
text-align: left;
padding:0 0 10px 48px;
}

.donationform_cre .required{
 color: #c94844;
 margin-left: 3px;
}

.donationform_cre .cardimg{
 text-align: center;
}
.donationform_cre .cardimg img{
margin: 0 auto 60px;
}


.donationform_cre span{
font-weight: bold;
}

.donationform_cre .inner{
width:80%;
margin: 60px auto 0;
line-height: 170%;
}
.donationform_cre .notes{
 background: #fdfae4;
padding: 15px 20px;
margin-bottom: 40px;
 border-radius: 5px;
}

/*--------横並びBOX----------*/
.donationform_cre .rowbox{
display:flex;
}

.donationform_cre .rowbox div{
margin-bottom:20px;
}

.donationform_cre .rowbox div:first-child {width:54%;}
.donationform_cre .rowbox div:last-child {width:46%;padding-left:24px;}

/*--------区切り線----------*/
.donationform_cre div.linevertical{
border-left: 2px dotted #5aaee0;
padding-left:20px;
}


/*--------訳注----------*/
.donationform_cre .foot-note {
text-indent:-0.95em;
margin:0 0 10px 0.6em;
line-height: 140%;
font-size:90%;
 font-feature-settings: "palt";
}

/*--------rowbox内の訳注----------*/
.donationform_cre .rowbox div .foot-note {font-size:14px;}


/*-----送信ボタン-------*/
.donationform_cre .btn{
text-align: center;
}

.donationform_cre .btn input#dn_submit{
border-style: none;
font-size: 20px;
margin: 40px auto 20px;
padding:0 34px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #33b0e5;
  color: #ffffff;
  line-height: 44px;
  height: 48px;
  border-bottom: 6px solid #1a96cb;
 width: auto;
}
.donationform_cre .btn input#dn_submit:disabled{
 opacity: 0.5;
}
.donationform_cre .btn input#dn_submit:disabled:hover{
}

/*-----金額入力設定-------*/
.donationform_cre input.fund_amount{
margin-bottom: 20px;
 width: 70%;
 margin-right: 5px;

}

/*-----金額選択ラジオボタンの設定-------*/
/*.donationform_cre .button-radio input[type="radio"] {
  display:none; 
}*/
.donationform_cre .button-radio input[type="radio"] {
    display: block ;
    position: absolute ;
    width: 1px ;
    height: 1px ;
    margin: -1px ;
    padding: 0 ;
    overflow: hidden ;
    clip: rect(0, 0, 0, 0) ;
    border: 0 ;
}

.donationform_cre .button-radio label {
font-weight: bold;
 font-size:90%;
 text-align: right;
 display:inline-block;
 background-color:#E1F3FB;
 padding:5px 10px 5px 4px;
 margin:0 10px 10px 0;
 border-radius: 0.4em; 
 width:80px;
 width: 30%;
 cursor: pointer;
cursor: hand;
}
.donationform_cre .button-radio label::before,
.donationform_cre .button-radio label::after{
 display: none;
}
.donationform_cre .button-radio input[type="radio"]:checked + label { 
  background-color:#33B0E5;
  color:#fff;
}
