@charset "UTF-8";
.p-press {
  letter-spacing: 1px; }
  .p-top_doc_title {
    font-family: "Noto Serif JP", sans-serif;
    color: #de316a;
    font-size: 32px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
  }
  .h-title {
    font-weight: bold; 
    font-size: 20px;
  }
  .body__text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }

  .container__block__box {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    margin-top: 20px;
}

.container__block__box_b {
    display: inline-block;
    width: 98%;
    height: 100%;
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    margin-top: 20px;
}
.container__block__box__content.m--pdfimg::after {
    background: url("/assets/images/pages/about/pdf.svg") center center no-repeat;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 0px;
    background-size: contain;
    vertical-align: middle;
    margin-right: -15px;
    margin-left: 0.3em;
}
.p-donation__doc__title {
      font-family: "ヒラギノ角ゴ Pro", sans-serif;
      font-weight: bold; 
      color: #191919;
      font-size: 24px;
      padding: 0em 0.5em;
      border-left: 3px solid #de316a;
      margin-bottom: 10px; 
      margin-top: 90px;
    }
.btn-pdf {
    margin-left: 15px;
    margin-bottom: -20px;
    font-size: 14px;
    line-height: 2;
}
.p-press__donation {
    margin-top: 80px;
    /*border: 2px solid #ffe4e1;*/
    /*text-align: center;*/
  }
  .donation__title {
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 20px;
      font-size: 20px;
      font-weight: bold;
      background-color: #ffe4e1; 
    }
     .btn-map {
    /*margin-top: 5px;*/
    padding: 30px;
  }

  .p-donation__transition__btn {
      width: 320px;
      height: 50px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      border: 2px solid #de316a;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      transition: all 0.5s; }
      @media screen and (max-width: 800px) {
       .p-donation__transition__btn {
          font-size: 13px;
          white-space: nowrap; } 
          .location {  margin-left: 0px; }
          .location p {
              margin-bottom: 20px;
            }
          }
      .p-donation__transition__btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("/assets/images/pages/member/arrow.svg") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        transition: all 0.5s; }
      .p-donation__transition__btn:hover {
        opacity: 0.7;
        transition: all 0.5s; }
        .p-donation__transition__btn:hover::after {
          right: 10px;
          transition: all 0.5s; }
      @media screen and (max-width: 800px) {
        .p-donation__transition__btn {
          width: 100%; } 
          .body__text-tel .text-tel p { 
            width: 100%; 
            font-size: 13px; 
            padding: 40px 0px; 
            }
          .body__text-tel .text-tel span { 
            font-size: 24px; 
          }
     /*     .text-tel {
            background-color: green;
            width: 100%;
          }*/
          }
          .body__text-tel {
            margin-left: auto;
            margin-right: auto; 
            float:initial;
          /* float: left;
           display: inline-block;*/
           /*padding: 20px;*/
          }
          .body__text-tel p { 
            font-weight: bold; 
            font-size: 14px;
            text-align: center;
            padding: 20px;
            line-height: 1.5;
            /*background-color: red;*/
            width: 50%;
            padding: 30px;
            margin-top: -5px;
            float: left;
          }
          .body__text-tel span { 
            font-weight: bold; 
            font-size: 26px;
          }
          .top__box__pink {
            color:#de316a;
            text-align: center;
          }
          .top__box__pink p {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
          }
          .box__pink {
            border: 2px solid #ffe4e1;
          }
          .p-press__donation__body {
            /*padding: 30px;*/
            font-size: 14px;
            line-height: 1.5;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; 
          }

a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .p-top_doc_title {
    font-size: 24px;
  }
  .h-title {
    font-weight: bold; 
    font-size: 18px;
    line-height:25px;
  }
  .btn-pdf {
    margin-left: 0px;
    margin-bottom: -20px;
}
.top__box__pink p {
  font-size: 18px;
  line-height: 20px;
}
}

.menu__donation {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg, #e94561 0%, #e24b84 100%);
    background-image: -webkit-linear-gradient(0deg, #e94561 0%, #e24b84 100%);
    background-image: -ms-linear-gradient(0deg, #e94561 0%, #e24b84 100%);
    background-image: linear-gradient(0deg, #e94561 0%, #e24b84 100%);
    /*margin-left: 35px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    /*font-weight: bold;*/
    font-size:1.6em;
    position: relative;
    transition: all 0.3s;
    margin-top: 60px;
}

.menu__donation::after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    background: url("/assets/images/components/header/arrow-white.svg") center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    transition: all 0.3s;
}
.menu__donation:hover::after {
          right: 20px;
          transition: all 0.5s; }
@media screen and (max-width: 800px) { 
  .menu__donation { font-size: 1em; height: 60px; } 
  .menu__donation::after { right: 10px; }
}

.p-donation__guide__block {
    padding: 20px 30px;
    margin-top: 20px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

 .p-donation__guide__block2 {
    padding: 20px 30px;
    margin-top: 50px;
    /*box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.2);
    /* IE10以上 （今回IE11対象）*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    line-height: 2; }
    @media all and (-ms-high-contrast: none) {
.p-donation__guide__block2 {
        box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.5); } }
.p-donation__guide__block2:hover {
      opacity: 0.7; }
    @media screen and (max-width: 800px) {
.p-donation__guide__block2 {
        padding: 20px 20px 50px 20px;
        display: block; } }
.p-donation__guide__block2 .p-donation__guide__block2__text .p-donation__guide__block2__text__title {
      font-weight: bold; }
.p-donation__guide__block2 .p-donation__guide__block2__text .p-donation__guide__block2__text__desc {
      /*margin-top: 15px;*/
      font-size: 14px;
      line-height: 2; }
.p-donation__guide__block2 .p-donation__guide__block2__link {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding-left: 15px; }
      @media screen and (max-width: 800px) {
.p-donation__guide__block2 .p-donation__guide__block2__link {
          position: absolute;
          right: 0;
          margin-top: 10px;
          padding-right: 20px; } }
.p-donation__guide__block2 .p-donation__guide__block2__link::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background: url("/assets/images/pages/member/arrow.svg") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        margin-top: -6px; }
.p-member__guide__block2 .p-member__guide__block2__link:hover {
        text-decoration: underline; }

.box_more_logo { 
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2); 
          font-size: 14px;
          line-height: 20px;
          margin-top: 30px;
          padding: 25px 70px;
          max-width: 280px;
        }
.box_company {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2); 
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  padding: 25px;
  width: 100%;
  /*float: left;*/
  /*display: inline-block;*/
}

.box_company .doc__company {
  max-width: 450px;
  line-height: 2;
}
.box_company .day { 
    font-size: 12px; 
    margin-top: 10px;
  }
.box_company .titel { 
  font-size: 18px; 
  margin-bottom: 20px;
  margin-top: 20px; }
.box_company .pic_company {
  max-width: 230px;
  background-color: #d3d3d3;
}
.box_company .logo {
  max-width: 218px;
}

.column-l {
width: 40%;
float: left;
}
.column-r {
  width: 60%;
  float: left;
}
.l_logo-more {
width: 50%;
float: left;
padding: 20px 5px 20px 0px;
}
.r_logo-more {
  width:  50%;
  float: left;
  padding: 20px 0px 20px 5px;
}
.box-logo { 
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);  
  background-color: #FFF;
  text-align: center;
  padding: 20px 0px;}
.l_logo-more img { max-width: 180px; }
.r_logo-more img { max-width: 180px; }

.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 800px) {
  .column-r , .column-l  {
    width: 100%;
  }
  .box_company .titel {
    margin-top: 20px; 
  }
  .box_company .pic_company { max-width: 100%; }
  .l_logo-more img { padding: 10px}
  .r_logo-more img { padding: 10px}
}

  .h_cen_form {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px; 
  }
  .h_cen_form span {
    color:red;
  }
  .btn-send {
    margin-top: 50px;
  }
  .p-form__transition__btn {
      width: 320px;
      height: 50px;
      background-color: #FFF;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      border: 2px solid #de316a;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      transition: all 0.5s; }
      @media screen and (max-width: 800px) {
       .p-form__transition__btn {
          font-size: 13px;
          white-space: nowrap; } 
          .location {  margin-left: 0px; }
          .location p {
              margin-bottom: 20px;
            }
          }
      .p-form__transition__btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("/assets/images/pages/member/arrow.svg") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        transition: all 0.5s; }
      .p-form__transition__btn:hover {
        opacity: 0.7;
        transition: all 0.5s; }
        .p-form__transition__btn:hover::after {
          right: 10px;
          transition: all 0.5s; }
      @media screen and (max-width: 800px) {
        .p-form__transition__btn {
          width: 100%; } }



          .p-form__transition__btn-gr {
      width: 320px;
      height: 50px;
      background-color: #FFF;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      border: 2px solid #d7d7d7;
      font-size: 14px;
      font-weight: bold;
      margin-top: -30px;
      position: relative;
      transition: all 0.5s; }
      @media screen and (max-width: 800px) {
       .p-form__transition__btn-gr {
          font-size: 13px;
          white-space: nowrap; } 
          .location {  margin-left: 0px; }
          .location p {
              margin-bottom: 20px;
            }
          }
      .p-form__transition__btn-gr::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("/assets/images/pages/member/arrow-gr.svg") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        transition: all 0.5s; }
      .p-form__transition__btn-gr:hover {
        opacity: 0.7;
        transition: all 0.5s; }
        .p-form__transition__btn-gr:hover::after {
          right: 10px;
          transition: all 0.5s; }
      @media screen and (max-width: 800px) {
        .p-form__transition__btn-gr {
          width: 100%; } }


          .p-form__transition__btn-back {
            width: 320px;
            height: 50px;
            background-color: #FFF;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            border: 2px solid #de316a;
            font-size: 14px;
            font-weight: bold;
            margin-top: 30px;
            position: relative;
            transition: all 0.5s; }
            @media screen and (max-width: 800px) {
             .p-form__transition__btn-back {
              font-size: 13px;
              white-space: nowrap; } 
              .location {  margin-left: 0px; }
              .location p {
                margin-bottom: 20px;
              }
            }
            .p-form__transition__btn-back::after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 15px;
              background: url("/assets/images/pages/member/arrow-back.svg") center center no-repeat;
              background-size: contain;
              width: 12px;
              height: 12px;
              margin-top: -6px;
              transition: all 0.5s; }
              .p-form__transition__btn-back:hover {
                opacity: 0.7;
                transition: all 0.5s; }
                .p-form__transition__btn-back:hover::after {
                  left: 10px;
                  transition: all 0.5s; }
                  @media screen and (max-width: 800px) {
                    .p-form__transition__btn-back {
                      width: 100%; } }
                      
.box_donation_form {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2); 
  padding: 50px;
  line-height: 1.6;

}
.box_donation_form div {
	margin: 5px 0px;
}
.box_donation_form input {
	margin: 15px 0px;
}
/*.box_donation_form .remark {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}*/

ul.remark  {
	font-size: 12px;
	line-height:1.5;
	color: #333333;
	font-weight: normal;
	 list-style-position: outside;
	 margin-right: 5px;
	 margin-top: 5px;
}
ul.remark  li::before {
    content: "※";
    color: #333333;
    font-weight: normal;
}
.input_lits input {
	margin-left: 20px;
}
.box__w30{
	width: 30%;
}
.box__w70{
	width: 70%;
}
.box__w90{
	width: 90%;
}


.container { font-size: 14px; }
@media screen and (max-width: 800px) {
  .box_donation_form  {
      padding: 15px;
        padding-bottom: 60px;
  }
  .box_donation_form div {
	margin:  0px;
}
.box_form_sp {
	width: 100%;
}
.top-sp-30{
	padding-top: 30px;
}
.box__w70 {
	width: 100%;
}
}
input[type=text] {
    /*width: 100%;*/
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    font-size: 14px;
}

input[type=text]:focus {
    border: 2px solid #ffe4e1;
}

/*==========================*/

input[type=text], textarea {
    /*width: 100%;*/
    padding: 12px;
    border: 2px solid #ccc;
    /*border-radius: 4px;*/
    resize: vertical;
   
}

select {
   background-color: #dedede;
       /*width: 100%;*/
    padding: 12px;
    border: 2px solid #ccc;
    /*border-radius: 4px;*/
    resize: vertical;
}

select {
  background: #e5e5e5;
  border: 2px solid #d7d7d7;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #3F3F3F;

  /* Here's the code we need */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
   -o-appearance: none;
    appearance: none;
}

.select-wrapper {
  position: relative; 
}

.select-wrapper:after {
  font-family: FontAwesome;
    content: '\f107';
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 20px;
    color: #a6a6a6;
    pointer-events: none;
}

select::-ms-expand {
  display: none;
}


label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.w80{ width: 80px; }
.w120{ width: 120px; }

.container {
    border-radius: 5px;
    /*padding: 20px;*/
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
.col_left {
  margin-left: 460px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
hr.style-six { 
  border: 0; 
  height: 0; 
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
  border-bottom: 1px 
  solid rgba(255, 255, 255, 0.3); 
  margin: 40px 0px;
}
.topics { 
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.topics span { color:#de316a;font-weight: normal; }

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #FFF;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color:#a6a6a6;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #e5e5e5;
    color: #333;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e5e5e5;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
    padding: 30px;
    font-size: 14px;
    line-height: 25px;
}

.tabs_box{ margin-top: 50px; }
.h_inbox{ 
  font-size: 24px;
  text-align: center; 
  margin-top: 40px;
  margin-bottom: 15px;
}

.column {
    float: left;
    padding: 5px;
    margin-bottom: 5px;
    /*height: 300px;*/
}
@media screen and (max-width: 800px){
	.tabcontent {
		padding: 10px;
	}
	.h_inbox {
		font-size: 18px;
	}
	.topics {
		margin-bottom: 0px;
		margin-top: 20px;
	}
}
.tab button {
	font-size: 14px;
}
.left {
  width: 50%;
}
.right {
  width: 50%;
}
.top_btn_tab{
  margin: 40px 0px;
}

@media screen and (max-width: 800px) {
    .column {
        width: 100%;
    }
    .top_btn_tab{
  margin: 0px 0px;
}
}
.tabs__box {
    padding: 20px 30px;
    background-color: #FFF;
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.2);
}
.tabs__box h2 { 
  font-size: 18px; 
  text-align: center;
  font-weight: bold;
}
.tabs__box img {
  margin: 20px 0px;
}
@media screen and (max-width: 800px) {
.tabs__box {
    padding: 5px;
}
.tabs__box h2{
	margin-top: 20px;
	margin-bottom: 9px;
}
.tabs__box p{
	padding: 10px;
}
.tabs__box img{
	padding: 10px;
}
}
 .btn-in-tab {
    padding: 5px;
  }
  .p-tab__transition__btn {
      width: 100%;
      height: 50px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      border: 2px solid #de316a;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      transition: all 0.5s; }
      @media screen and (max-width: 800px) {
       .p-tab__transition__btn {
          font-size: 12px;
          white-space: nowrap; } 
          .location {  margin-left: 0px; }
          .location p {
              margin-bottom: 20px;
            }
          }
      .p-tab__transition__btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        background: url("/assets/images/pages/member/arrow.svg") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        transition: all 0.5s; }
      .p-tab__transition__btn:hover {
        opacity: 0p-donation.7;
        transition: all 0.5s; }
        .p-tab__transition__btn:hover::after {
          right: 1px;
          transition: all 0.5s; }
      @media screen and (max-width: 800px) {
        .p-tab__transition__btn {
          width: 100%; } 
          }


/* contact -- PAGE -- */
          .l-mainbody .l-mainbody__wrap .l-mainbody__wrap__main.is-contact{
          	width: 730px;
          	margin-right: auto;
          	margin-left: auto;
          }
          .p-top_doc_title_contact {
          	font-family: "Noto Serif JP", sans-serif;
          	color: #de316a;
          	font-size: 38px;
          	line-height: 1.5;
          	text-align: center;
          	margin-bottom: 20px;
          }
          @media screen and (max-width: 800px) {
          	.l-mainbody .l-mainbody__wrap .l-mainbody__wrap__main.is-contact {
          		width: 100%;
          	}
          	.p-top_doc_title_contact {
          		font-size: 28px;
          	}
          }
          .subject {
          	font-size: 14px;
          	line-height: 1.5;
          	height: 200px;
          }
.error {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #de316a;
    margin-left: 10px;
}
input.inputerror, textarea.inputerror {
    border: solid 2px #d7d7d7;
    background-color: #ffe4e1;
}
.confirm_doc{
	font-size: 14px;
	padding: 10px;
	line-height: 1.5;
}

.c-page-header .c-page-header__title_h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
     display: flex;
             position: absolute;
              margin-top: -50px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 800px) {
      .c-page-header .c-page-header__title_h1 {
        margin-top: -10px;
        font-size: 24px; } }

        .c-page-header .c-page-header__title-sup {
          color: #ffffff;
          font-size: 24px;
          font-weight: normal;
              display: flex;
             position: absolute;
             margin-top: 30px;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 800px) {
            .c-page-header .c-page-header__title-sup {
              margin-top: 20px;
              font-size: 16px; } }

              .confirm{
                padding: 12px 0px;
                /*margin: 8px 0;*/
                box-sizing: border-box;
                /*border: 2px solid #ccc;*/
                -webkit-transition: 0.5s;
                transition: 0.5s;
                outline: none;
                font-size: 14px;
              }
.doc__con__left{
  text-align: left;
}
.img_guide__block{
  max-width: 70px; 
  margin-right: 25px; 
  margin-bottom: 13px;
}
.btn_block__link {
  margin-left: 450px;
  margin-top: 5px;
}
.support__title  {
  font-family: "ヒラギノ角ゴ Pro", sans-serif;
  color: #191919;
  font-size: 24px;
  font-weight: bold;
  padding: 0em 0.5em;
  border-left: 3px solid #de316a;
  margin-top: 80px; }
  @media screen and (max-width: 750px) {
   .support__title {
    line-height: 30px; } 
    .img_guide__block {
      max-width: 70px; 
      display: block;
      margin-left: auto;
      margin-right: auto;} }

      .don_doc_img {
        width: 35%; 
        float: left; 
        margin-right: 40px; 
        margin-top: 40px;
      }
      .don_doc {
        /*display: grid;*/
        columns: 1;
      }
      @media screen and (max-width: 750px) {
        .don_doc_img { 
          width: 70%; 
          margin-right: 0px; 
          margin-top: 10px;
          margin-bottom: 30px;
          float: none; 
        }
          .don_doc { display: inline; }
        }

