<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
  }
  
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W0);
    font-weight: 100;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W1);
    font-weight: 200;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W2);
    font-weight: 300;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
    font-weight: 400;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
    font-weight: 500;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 600;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W7);
    font-weight: 800;
  }
  @font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W8);
    font-weight: 900;
  }
  @font-face {
    font-family: "Hiragino Sans W9";
    src: local(HiraginoSans-W9);
    font-weight: 900;
  }
  
  @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.otf) format('opentype');
  }
  @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 300;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 400;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 500;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 700;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 900;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
   }


/*--------------------
 single-hero-section
----------------------*/
.s-hero-section{
  width: 100%;
  position: relative;
  margin: 0 auto;
text-align: center;
padding:0 3%;
}
.s-hero{
}
.s-hero-top{
    padding: 4% 0;
    border-radius: 200px;
    text-align: center;
    background: #ececec;
    width: 98%;
    margin: 0 auto;
}
/*--------------------
 single-common
----------------------*/

.single-block{
    position: relative;
    margin: 30px auto 0;
    width: 950px;
    text-align: left;
}
.single-block2{
    position: relative;
    margin: 30px auto 0;
    width: 950px;
    text-align: center;
}
.row-block{
  width: 750px;
  display:flex;
  flex-wrap:wrap;
  margin: 30px auto 0;
  text-align: center;
}
.row-item{
  width:calc(100%/3 - 30px);
	margin: 25px auto 10px;
}

.single-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #4D4D4D;
  padding-top: 100px;
  margin-bottom: 0;
}

.single-ttl::before,
.single-ttl::after {
	content: '';
	width: 40px;
	height: .5px;
	background-color: #4D4D4D;
}

.single-ttl::before {
	margin-right: 20px;
}
.single-ttl::after {
	margin-left: 20px;
}
.single-txt{
  font-size: 12px;
  color: #4D4D4D;
}

._pdt20{
  padding-top: 20px;
}

/*-----------------------------------
about us
-------------------------------------*/
.about{
  position: relative;
  margin: 0 auto 0!important;
  text-align: center;
  height: 1400px!important;
}
.about-block{
  position: relative;
  margin: 20px auto 0;
  width: 950px;
  text-align: left;
}
.a-block1{}
.about-ttl{
  margin-top: 60px;
font-size: 39px;
line-height: 64px;
font-weight: 500;
color: #4D4D4D;
}
.about-txt{
  width: 370px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  color: #4D4D4D;
}

.a-img1{
  position: absolute;
top:100px;
right: 0;
width: 520px;}
.a-img2{
  position: absolute;
top:420px;
right: 0;
width: 370px;}
.a-back{
  position: absolute;
  top:35%;
  right: 0;
  bottom: 0;
  left: 20%;
  z-index: -1;
  width: 630px;
height: 360px;
background: #FFF5E9;
border-radius: 30px;}


/*-----------------------------------
s-about us
-------------------------------------*/
.single-about{
  
}
.single-about.about{
  position: relative;
  margin:20px auto 0;
  text-align: center;
}
.single-about.about-block{
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  padding: 0 6%;
  text-align: left;
}
.a-block1{}
.single-about.about-ttl{
  margin-top: 20px;
font-size: 29px;
line-height: 45px;
font-weight:100!important;
color: #4D4D4D;
margin-bottom:30px;
text-align: center;
letter-spacing:3px;
}
.single-about.about-txt{
  width:100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}

.single-about.a-img1{
  position: initial;
  margin-top: 10px;
width: 100%;}
.single-about.a-img2{
  position:initial;
  margin-top: 10px;
width: 100%;}
.single-about.a-back{
  position: absolute;
  top:5%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 65%;
height: 95%;
background: #FFF5E9;
border-radius: 20px;}

/*--------------------
 single-about us
----------------------*/
.s-about{
    position: relative;
  margin: 50px auto 0;
  text-align: center;
  height: 1800px;
}

.s-a-back{
    position: absolute;
  top:25%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 630px;
height: 90%;
margin: auto;
background: #FFF5E9;
border-radius: 30px;
}
.s-about-img{
    width: 100%;
margin: 100px auto 0;}

/*--------------------
 single-about target
----------------------*/
.s-a-target{
    position: relative;
    margin: 120px auto 0;
    text-align: center;
    height: 500px;
}
.s-a-ttl{
    font-size: 25px;
    line-height: 52px;
    color: #FF8900;
    font-weight: 100;
    padding-bottom: 4px;
    background:linear-gradient(transparent 97%, #FF8900 0%);
display: inline;
}
.s-a-txt1{
    width: 480px;
    margin-top: 30px;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  color: #4D4D4D;
  font-size: 14px;
  line-height: 27px;
  }
  .s-a-txt2{
    width: 480px;
    margin-top: 30px;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  color: #4D4D4D;
  font-size: 14px;
  line-height: 27px;
  }

  .s-a-img{
    width: 430px;
    position: absolute;
    top:10px;
    right: 0;
  }

  .s-a-back2{
    position: absolute;
  top:10px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width:800px;
height:550px;
margin: auto;
background: #FFF5E9;
border-radius: 30px;
}

/*--------------------
 single-o-overview
----------------------*/
.s-o-overview{
    width: 950px;
    position: relative;
    margin: 120px auto 0;
    text-align: center;
}



.s-b-sheet{
    width: 950px;
    position: relative;
    margin: 120px auto 0;
    text-align: center;
}
.s-o-o-img{
    margin: 30px auto 0;
    text-align: center!important;
    width: 400px;
}

.tel{
  margin-top: 20px;
  font-size: 42px;
text-align: center;
color: #FF8900;}

.map{max-width: 700px;
width: 100%;}

/*--------------------
food-assistance
----------------------*/
.f-assistance{
  width: 950px;
  position: relative;
  margin: 0 auto;
  text-align: center;}


  .f-a-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4D4D4D;
    padding-top: 10px;
    margin-bottom: 0;
  }
  
  .f-a-ttl::before,
  .f-a-ttl::after {
    content: '';
    width: 10px;
    height: .5px;
    background-color: #4D4D4D;
  }
  
  .f-a-ttl::before {
    margin-right: 15px;
  }
  .f-a-ttl::after {
    margin-left: 15px;
  }


  .f-a-txt{
    margin-top: 5px;
    text-align:center;
  font-size: 12px;
  line-height: 16px;
  }

  .f-a-img{
    height: 90px;
  }

  .f-a-back{
    position: absolute;
    top:45%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    margin: auto;
  height: 250px;
  background: #FFF5E9;
  border-radius: 60px;
  }

  .__inner {
    max-width:950px;
    width: 100%;
    margin: 0 auto;
  }

  
  /*親要素*/
  .text-center-text-left-wrap {
    text-align: center;
  }
  
  /*子要素(リスト部分)*/
  .text-center-text-left__child {
    width: 400px;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;;
    font-weight: 100;
    color: #4D4D4D;
  }

  .text-center-text-left__child li{
line-height: 30px;list-style:none;
  }

  .Table {
    margin: 40px auto 0;
    width: 650px;
    border-collapse: collapse;
    font-size: 12px;
    
  }

  .Table-Body{
    margin: 10% 0;
  }

  .Table-Body-Row {
    border-bottom: solid .5px #333;
    padding: 20px 0;
    border-spacing: 20px;
    height: 260px;
  }
  .Table-Body-Row-Cell1 {
    width: 10%;
    font-size: 30px;
    font-weight: 100;
  }
  .Table-Body-Row-Cell2 {
    width: 20%;
    padding-left: 6px;
    font-size: 16px;
  }
  .Table-Body-Row-Cell3 {
    width: 68%;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 2px;
    padding-left: 20px;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  }

  .donate-announce-block{
    margin: 50px auto 0;
    padding: 40px 30px;
    border: solid 3px #d2d2d2;
    border-radius: 20px;
    box-sizing: border-box;

  }
  .donate-btn-ttl{
    text-align: center;
    color: #4D4D4D;
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .donate-btn-txt{
    text-align: center;
    color: #4D4D4D;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }


.donate-btn-block{
  margin: 30px auto 0;
  text-align: center;
}
strong{
  background: #ed702d;
  padding: 2px 6px;
  color: #fff;
}
/*--------------------
money support
----------------------*/

/*--------------------
common-table
----------------------*/

.box03{
  width: 666px;
  margin: 0 auto ;
}
#table01 {
   margin: 0 auto;
   text-align: left; 
}
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
    padding: 6px 0;
    border: none;
    color: #4D4D4D;
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
  }
  
  #table01 th {
    width: 15%;
    font-size: 13px;
    font-weight: 100;
    vertical-align: top;
  }

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}
body.table01 td, body.table01 th {
  padding: 20px;}

  

  .table01 {
    width: 100%;
    margin: 50px auto 34px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 2px;
}
.table01 th {
  background: #e8e8e8;
  padding: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}

.table01 td {
  padding: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}
body.table01 td.td740 {
  width: 720px;
}

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}

/*--------------------
activity
----------------------*/

.activity-block{
  width: 750px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.act-item{
  width: 44%;
  margin: 0 3%;
}
.act-txt{
  font-size: 13px;
  line-height: 26px;
  color: #4D4D4D;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  
}
.act-img{
  width: 100%;
}
/*--------------------
food drive
----------------------*/

.food-drive{
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
.food-drive-img{
  margin: 30px auto 0;
  text-align: center;
  width: 500px;
}

/*--------------------
contact
----------------------*/

blockquote {
  width: 80%;
  border: 5px solid #e8e8e8;
  margin: 28px auto 0;
  display:flex;
  justify-content: space-around;
  padding: 40px 40px;
  box-sizing: border-box;
}

.left {
  display: inline-block;
}

blockquote .left p:first-child {
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 2px;
}

blockquote p {
  line-height: 1;
}

blockquote .left p:nth-child(2) {
  font-size: 26px;
  text-align: left;
  padding-left: 3px;
  letter-spacing: 2px;
}

blockquote p {
  line-height: 1;
}

blockquote .right {
  display: inline-block;
  margin-left: 40px;
}

blockquote .right p:first-child {
  font-size: 17px;
  margin: 8px 0 13px 0px;
}

blockquote .right p:nth-child(2) {
  font-size: 16px;
  margin: 0 0 10px 0px;
}

blockquote .right p:nth-child(3) {
  font-size: 16px;
}
.step {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 13px;
}
.clearfix {
    display: block;
}
.form .step li:nth-child(1) {
    background: #5daf27;
    color: #FFF;
}
.step li {
    display: inline-block;
    background: #e8e8e8;
    margin: 0 0 0px 10px;
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
}
form {
    text-align: center;
}
form input {
    padding: 0 0px 0 0px;
    margin: 0 0 0 10px;
    border: 1px solid #ccc;
}
input[type="hidden" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    display: none !important;
    padding: initial;
    border: initial;
}
form table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact-f{width: 100%;}
  form{width: 100%;
    text-align: center;
  }
  form table{
    font-size: 13px;
    width: 100%;
  }
  form th{
    width: 25%;
    border: #bababa 1px solid;
    padding: 10px 15px;
    text-align: left;
    background: #e8e8e8;
  }
  form td{
    border: #bababa 1px solid;
    padding: 8px 0;
    text-align: left;
      vertical-align: middle;
  }
  form span.red{
    color: #F00;
  }
  form input{
    padding: 0 0px 0 0px;
    margin: 0 0 0 10px;
    border: 1px solid #ccc;
  }
  form input.input01{
    padding: 8px 0px 8px 0px;
    width: 95%;
  }
  form input.input02{
    padding: 8px 0px 8px 0px;
    width: 20%;
  }
  form textarea.input03{
    padding: 0px 0px;
    height: 150px;
    width: 100%;
    margin: 0 0 0 10px;
  
  }
  form select.input04{
    padding: 8px 0px 8px 0px;
    width: 100%;
      margin: 0 0 0 10px;
  }
  .formButton{
    padding: 20px 40px;
    border-radius: 6px;
    margin: 35px 0 0 0;
    font-size: 16px;
    color: #FFF;
    background: #5daf27 url(../image/common/arrowWhite.png) no-repeat;
      background-position: 23px center;
      background-size: 7px 10px;
  }
  .complete-p{
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 25px 0;
  }
  body.confirm form th{
    width: 220px;
  border: #bababa 1px solid;
  padding: 18px 0px 18px 10px;
  text-align: left;
  background: #e8e8e8;
  }
  body.confirm form td{
      padding: 8px 0 8px 15px;
        line-height: 1.8;
  }
  confirm-p{
  margin: 0 0 0 0;
  font-size: 16px;
  }
  .privacy-p{
    margin: 0 0 55px 0;
    line-height: 1.8;
  }
  body.privacy ul.number{
    margin: 0 0 50px 0;
  }
  .privacy-p01{
    margin: 0 0 20px 0;
  }
  td .error{
  margin: 10px 0 0px 10px;
  color: #f00;
  }
  .orange{
    color:#ff6600;
  }
  body.confirm .formButton{
      padding: 20px 40px 20px 60px;
      border-radius: 6px;
  /*    margin: 48px 0 0px -95px;*/
      font-size: 16px;
  /*	width: 220px;
    border-radius: 6px;
    margin: 35px 100px 0 0;
    font-size: 16px;
  */
      color: #FFF;
      background: #5daf27 url(../image/common/arrowWhite.png) no-repeat;
      background-position: 23px center;
      background-size: 7px 10px;
  }
  body.confirm .formButton02 {
      padding: 20px 40px 20px 60px;
      border-radius: 6px;
  /*    margin: 48px 0 0px -95px;*/
      font-size: 16px;
      background: #e8e8e8 url(../image/common/arrowBlack.png) no-repeat;
      background-position: 23px center;
      /* width: 160px; */
      background-size: 7px 10px;
  }
  /*p.arrowButton{
    position: relative;
  }
  p.arrowButton::before {
    content: '';
    background: url(../image/common/arrowWhite.png) no-repeat 0px 0px;
    background-size: 7px 10px;
    display: inline-block;
    width: 7px;
    height: 10px;
    margin: 0 0px 0 0px;
    padding: 0 0px 0 0px;
    position: absolute;
    left: 385px;
    top: 60px;
  }*/
  body.confirm p.arrowButton{
    display: inline-block;
      display: inline-block;
  }
  body.confirm p.arrowButton01{
    position: relative;
    display: inline-block;
  }



/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  pc {
    display: none
  }
  sp {
    display: block
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  .br-pc {
    display: none
  }
  .br-sp {
    display: block
  }


/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
  padding: 0px;
}
.nopr {
  padding-right: 0px;
}
.nopl {
  padding-left: 0px;
}
.pinside10 {
  padding: 10px;
}
.pinside20 {
  padding: 20px;
}
.pinside30 {
  padding: 30px;
}
.pinside40 {
  padding: 40px;
}
.pinside50 {
  padding: 50px;
}
.pinside60 {
  padding: 60px;
}
.pinside80 {
  padding: 80px;
}
.pinside130 {
  padding: 130px;
}
.pdt10 {
  padding-top: 5px;
}
.pdt20 {
  padding-top: 10px;
}
.pdt30 {
  padding-top: 15px;
}
.pdt40 {
  padding-top: 20px;
}
.pdt60 {
  padding-top: 30px;
}
.pdt80 {
  padding-top: 50px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdb30 {
  padding-bottom: 30px;
}
.pdb40 {
  padding-bottom: 40px;
}
.pdb60 {
  padding-bottom: 60px;
}
.pdb80 {
  padding-bottom: 80px;
}
.pdl10 {
  padding-left: 10px;
}
.pdl20 {
  padding-left: 20px;
}
.pdl30 {
  padding-left: 30px;
}
.pdl40 {
  padding-left: 40px;
}
.pdl60 {
  padding-left: 60px;
}
.pdl80 {
  padding-left: 80px;
}
.pdr10 {
  padding-right: 10px;
}
.pdr20 {
  padding-right: 20px;
}
.pdr30 {
  padding-right: 30px;
}
.pdr40 {
  padding-right: 40px;
}
.pdr60 {
  padding-right: 60px;
}
.pdr80 {
  padding-right: 80px;
}

  /*--------------------
 single-hero-section
----------------------*/
.s-hero-section{
  width: 100%;
  position: relative;
  margin: 0 auto;
text-align: center;
padding:0 3%;
}
.s-hero{
}
.s-hero-top{
    padding: 10% 0;
    border-radius: 10px;
    text-align: center;
    background: #ececec;
    width: 98%;
    margin: 0 auto;
}

/*-----------------------------------
common
-------------------------------------*/


.cs-ttl{
  color: #fff;
  padding: 10px 1% 0;
  background: #4D4D4D;
  display:inline-block;
border-radius: 3px;
font-size: 10px;
margin: 0;
}
.c-ttl{
font-size: 20px!important;
color: #FF8900;
margin-top: 5px;
font-weight: 400;
letter-spacing: 2px;
}
.c-ttl-icon{
  height: 12px;
  width: 70px;
  margin: 10px auto;
  background: url("/images/ttl-line.svg");
  background-size:cover;
  background-repeat: no-repeat;
  }

  .c-txt{
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #4D4D4D;
    letter-spacing: 2px;
    text-align: center!important
  }

  .c-txt2{
    margin-top: 30px;
    font-size: 13px!important;
    line-height: 26px!important;
    color: #4D4D4D;
    letter-spacing: 2px;
    text-align: justify!important;
  text-justify: inter-ideograph; /* IE用 */
  }


  .c-txt3{
    max-width: 420px;
    width: 100%;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 26px!important;
    color: #4D4D4D;
    letter-spacing: 3px;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  }

/*--------------------
 single-common
----------------------*/

.single-block{
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    padding: 0 4%;
    text-align:center;
}
.single-block2{
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    padding: 0 4%;
    text-align: center;
}
.row-block{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin: 30px auto 0;
  padding: 0 4%;
  text-align: center;
}
.row-item{
  width:calc(100%/2 - 10px);
	margin: 25px auto 10px;
}

.single-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #4D4D4D;
  padding-top: 70px;
  margin-bottom: 0;
}

.single-ttl::before,
.single-ttl::after {
	content: '';
	width: 20px;
	height: .5px;
	background-color: #4D4D4D;
}

.single-ttl::before {
	margin-right: 20px;
}
.single-ttl::after {
	margin-left: 20px;
}
.single-txt{
  font-size: 12px;
  color: #4D4D4D;
}

/*-----------------------------------
s-about us
-------------------------------------*/

.about{
  position: relative;
  margin:0 auto 0!important;
  text-align: center;
  height:auto!important;
}
.about-block{
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  padding: 0 6%;
  text-align: center!important;
}
.a-block1{}
.about-ttl{
  margin-top: 20px;
font-size: 23px!important;
line-height: 38px!important;
font-weight:100!important;
color: #4D4D4D;
margin-bottom:30px;
text-align: center;
letter-spacing:3px;
}
.about-txt{
  width:100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}

.a-img1{
  position: initial;
  margin-top: 10px;
  margin: 0 auto 0!important;
  text-align: center!important;
width: 90%!important;}
.a-img2{
  position:initial;
  margin: 10px auto 0!important;
  text-align: center!important;
width: 80%!important;}
.a-back{
  position: absolute;
  top:5%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 65%;
height: 95%;
background: #FFF5E9;
border-radius: 20px;}


/*--------------------
 single-about us
----------------------*/
.s-about{
  width: 100%;
    position: relative;
  margin: 50px auto 0;
  text-align: center;
  height: 1200px;
}

.s-a-back{
    position: absolute;
  top:45%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 630px;
height: 80%;
margin: auto;
background: #FFF5E9;
border-radius: 30px;
}
.s-about-img{
    width: 100%;
margin: 30px auto 0;}

/*--------------------
 single-about target
----------------------*/
.s-a-target{
    position: relative;
    margin: 80px auto 0;
    text-align: center;
    height: auto;
}
.s-a-ttl{
    font-size: 18px;
    line-height: 32px;
    color: #FF8900;
    font-weight: 100;
    padding-bottom: 4px;
    background:linear-gradient(transparent 97%, #FF8900 0%);
display: inline;
margin: 0 auto;
text-align: left;
}
.s-a-txt1{
    width:100%;
    margin-top: 30px;
    text-align:center;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 26px;
text-align: center;
  }

  .s-a-txt2{
    width:100%;
    margin-top: 30px;
    text-align:center;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  }

  .s-a-img{
    width: 80%;
    position: initial;
text-align: center;
margin: 0 auto;
  }

  .s-a-back2{
    position: absolute;
  top:10px;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: -1;
  width:300px;
height:550px;
margin: auto;
background: #FFF5E9;
border-radius: 30px 0 0 30px;
}

/*--------------------
 single-o-overview
----------------------*/
.s-o-overview{
    width: 100%;
    position: relative;
    margin: 80px auto 0;
    text-align: center;
}



.s-b-sheet{
    width: 100%;
    position: relative;
    margin: 60px auto 0;
    text-align: center;
}
.s-o-o-img{
    margin: 30px auto 0;
    text-align: center!important;
    width: 80%;
}

.tel{
  margin-top: 20px;
  font-size: 32px;
text-align: center;
color: #FF8900;
text-align: center;}

.map{max-width: 100%;
width: 100%;}

/*--------------------
food-assistance
----------------------*/
.f-assistance{
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;}


  .f-a-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4D4D4D;
    padding-top: 10px;
    margin-bottom: 0;
  }
  
  .f-a-ttl::before,
  .f-a-ttl::after {
    content: '';
    width: 10px;
    height: .5px;
    background-color: #4D4D4D;
  }
  
  .f-a-ttl::before {
    margin-right: 15px;
  }
  .f-a-ttl::after {
    margin-left: 15px;
  }


  .f-a-txt{
    margin-top: 5px;
    text-align:center;
  font-size: 11px;
  line-height: 15px;
  }

  .f-a-img{
    height: 60px;
  }

  .f-a-back{
    position: absolute;
    top:45%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    margin: auto;
  height: 250px;
  background: #FFF5E9;
  border-radius: 60px;
  }

  .__inner {
    max-width:100%;
    width: 100%;
    margin: 0 auto;
  }

  
  /*親要素*/
  .text-center-text-left-wrap {
    text-align: center;
  }
  
  /*子要素(リスト部分)*/
  .text-center-text-left__child {
    width: 100%;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;;
    font-weight: 100;
    color: #4D4D4D;
  }

  .text-center-text-left__child li{
line-height: 26px;list-style:none;
  }



/*--------------------
money support
----------------------*/

/*--------------------
common-table
----------------------*/

.box03{
  width: 100%;
  margin: 0 auto ;
}

.space{padding-top: 50px;}
#table01 {
   margin: 0 auto;
   text-align: left;
}
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
    padding: 6px 0;
    border: none;
    color: #4D4D4D;
    font-size: 11px;
    line-height: 22px;
    font-weight: 100;
  }
  
  #table01 th {
    width: 20%;
    font-size: 11px;
    font-weight: 100;
    vertical-align: top;
  }

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}
body.table01 td, body.table01 th {
  padding: 20px;}

  

  .table01 {
    width: 100%;
    margin: 40px auto 34px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 2px;
}
.table01 th {
  background: #e8e8e8;
  width: 25%;
  padding: 2%;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

.table01 td {
  padding: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}
body.table01 td.td740 {
  width:100%;
}

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}

.Table {
  margin: 20px auto 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;

}

.Table-Body-Row {
  border-bottom: solid .5px #333;
  padding: 20px 0;
  
}
.Table-Body-Row-Cell1 {
  width: 10%;
  font-size: 25px;
  font-weight: 100;
}
.Table-Body-Row-Cell2 {
  width: 20%;
  padding-left: 3px;
  font-size: 13px;
  text-align: left;
}
.Table-Body-Row-Cell3 {
  width: 68%;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  padding-left: 14px;
  text-align: justify;
text-justify: inter-ideograph; /* IE用 */
}

/*--------------------
activity
----------------------*/

.activity-block{
  width: 100%;
  margin: 30px auto 0;
  display: block;
  padding: 0 8%;
  justify-content: space-between;
}
.act-item{
  width: 100%;
  margin: 0 auto;
}
.act-txt{
  font-size: 13px;
  line-height: 26px;
  color: #4D4D4D;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  
}
.act-img{
  margin-top: 30px;
  width: 100%;
}

/*--------------------
food drive
----------------------*/

.food-drive{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.food-drive-img{
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

/*--------------------
cooperator
----------------------*/
.coo-img{width: 100%;}


/*--------------------
contact
----------------------*/



blockquote {
  width: 100%;
  border: 5px solid #e8e8e8;
  margin: 28px auto 0;
  display:flex;
  justify-content: space-around;
  padding: 40px 40px;
  box-sizing: border-box;
}

.left {
  display: block;
}

blockquote .left p:first-child {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2rem;
  margin-bottom: 10px;
}

blockquote p {
  line-height: 1;
}

blockquote .left p:nth-child(2) {
  font-size: 2rem;
  text-align: center;
  padding-left: 0;
  letter-spacing: 2px;
  margin-top: 0;
}

blockquote p {
  line-height: 1;
}

blockquote .right {
  display: block;
  margin-left: 0;
  margin-top: 20px;
}

blockquote .right p:first-child {
  font-size: 17px;
  margin: 8px 0 13px 0px;
}

blockquote .right p:nth-child(2) {
  font-size: 14px;
  margin: 0 0 10px 0px;
}

blockquote .right p:nth-child(3) {
  font-size: 14px;
}

.contact-f{width: 100%;}
  form{width: 100%;
    text-align: center;
  }
  form table{
    font-size: 11px;
    width: 100%;
  }
  form th{
    width: 25%;
    border: #bababa 1px solid;
    padding: 10px 15px;
    text-align: left;
    background: #e8e8e8;
  }
  form td{
    border: #bababa 1px solid;
    padding: 8px 0;
    text-align: left;
      vertical-align: middle;
  }
  form span.red{
    color: #F00;
  }
  form input{
    padding: 0 0px 0 0px;
    margin: 0 0 0 10px;
    border: 1px solid #ccc;
  }
  form input.input01{
    padding: 8px 0px 8px 0px;
    width: 93%;
  }
  form input.input02{
    padding: 8px 0px 8px 0px;
    width: 20%;
  }
  form textarea.input03{
    padding: 0px 0px;
    height: 150px;
    width: 100%;
    margin: 0 0 0 10px;
  
  }
  form select.input04{
    padding: 8px 0px 8px 0px;
    width: 100%;
      margin: 0 0 0 10px;
  }
  .formButton{
    padding: 20px 40px;
    border-radius: 6px;
    margin: 35px 0 0 0;
    font-size: 16px;
    color: #FFF;
    background: #5daf27 url(../image/common/arrowWhite.png) no-repeat;
      background-position: 23px center;
      background-size: 7px 10px;
  }
  .complete-p{
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 25px 0;
  }
  body.confirm form th{
    width: 220px;
  border: #bababa 1px solid;
  padding: 18px 0px 18px 10px;
  text-align: left;
  background: #e8e8e8;
  }
  body.confirm form td{
      padding: 8px 0 8px 15px;
        line-height: 1.8;
  }
  confirm-p{
  margin: 0 0 0 0;
  font-size: 16px;
  }
  .privacy-p{
    margin: 0 0 55px 0;
    line-height: 1.8;
  }
  body.privacy ul.number{
    margin: 0 0 50px 0;
  }
  .privacy-p01{
    margin: 0 0 20px 0;
  }
  td .error{
  margin: 10px 0 0px 10px;
  color: #f00;
  }
  .orange{
    color:#ff6600;
  }
  body.confirm .formButton{
      padding: 20px 40px 20px 60px;
      border-radius: 6px;
  /*    margin: 48px 0 0px -95px;*/
      font-size: 16px;
  /*	width: 220px;
    border-radius: 6px;
    margin: 35px 100px 0 0;
    font-size: 16px;
  */
      color: #FFF;
      background: #5daf27 url(../image/common/arrowWhite.png) no-repeat;
      background-position: 23px center;
      background-size: 7px 10px;
  }
  body.confirm .formButton02 {
      padding: 20px 40px 20px 60px;
      border-radius: 6px;
  /*    margin: 48px 0 0px -95px;*/
      font-size: 16px;
      background: #e8e8e8 url(../image/common/arrowBlack.png) no-repeat;
      background-position: 23px center;
      /* width: 160px; */
      background-size: 7px 10px;
  }
  /*p.arrowButton{
    position: relative;
  }
  p.arrowButton::before {
    content: '';
    background: url(../image/common/arrowWhite.png) no-repeat 0px 0px;
    background-size: 7px 10px;
    display: inline-block;
    width: 7px;
    height: 10px;
    margin: 0 0px 0 0px;
    padding: 0 0px 0 0px;
    position: absolute;
    left: 385px;
    top: 60px;
  }*/
  body.confirm p.arrowButton{
    display: inline-block;
      display: inline-block;
  }
  body.confirm p.arrowButton01{
    position: relative;
    display: inline-block;
  }


}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 375px) {

  
  pc {
    display: none
  }
  sp {
    display: block
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  .br-pc {
    display: none
  }
  .br-sp {
    display: block
  }  

    
/*-----------------------
   4.3 Padding space
-------------------------*/
  .nopadding {
    padding: 0px;
  }
  .nopr {
    padding-right: 0px;
  }
  .nopl {
    padding-left: 0px;
  }
  .pinside10 {
    padding: 10px;
  }
  .pinside20 {
    padding: 20px;
  }
  .pinside30 {
    padding: 30px;
  }
  .pinside40 {
    padding: 40px;
  }
  .pinside50 {
    padding: 50px;
  }
  .pinside60 {
    padding: 60px;
  }
  .pinside80 {
    padding: 80px;
  }
  .pinside130 {
    padding: 130px;
  }
  .pdt10 {
    padding-top: 5px;
  }
  .pdt20 {
    padding-top: 10px;
  }
  .pdt30 {
    padding-top: 15px;
  }
  .pdt40 {
    padding-top: 20px;
  }
  .pdt60 {
    padding-top: 30px;
  }
  .pdt80 {
    padding-top: 50px;
  }
  .pdb10 {
    padding-bottom: 10px;
  }
  .pdb20 {
    padding-bottom: 20px;
  }
  .pdb30 {
    padding-bottom: 30px;
  }
  .pdb40 {
    padding-bottom: 40px;
  }
  .pdb60 {
    padding-bottom: 60px;
  }
  .pdb80 {
    padding-bottom: 80px;
  }
  .pdl10 {
    padding-left: 10px;
  }
  .pdl20 {
    padding-left: 20px;
  }
  .pdl30 {
    padding-left: 30px;
  }
  .pdl40 {
    padding-left: 40px;
  }
  .pdl60 {
    padding-left: 60px;
  }
  .pdl80 {
    padding-left: 80px;
  }
  .pdr10 {
    padding-right: 10px;
  }
  .pdr20 {
    padding-right: 20px;
  }
  .pdr30 {
    padding-right: 30px;
  }
  .pdr40 {
    padding-right: 40px;
  }
  .pdr60 {
    padding-right: 60px;
  }
  .pdr80 {
    padding-right: 80px;
  }

  /*--------------------
 single-hero-section
----------------------*/
.s-hero-section{
  width: 100%;
  position: relative;
  margin: 0 auto;
text-align: center;
padding:0 3%;
}
.s-hero{
}
.s-hero-top{
    padding: 10% 0;
    border-radius: 10px;
    text-align: center;
    background: #ececec;
    width: 98%;
    margin: 0 auto;
}

/*-----------------------------------
common
-------------------------------------*/


.cs-ttl{
  color: #fff;
  padding: 10px 1% 0;
  background: #4D4D4D;
  display:inline-block;
border-radius: 3px;
font-size: 10px;
margin: 0;
}
.c-ttl{
font-size: 20px!important;
color: #FF8900;
margin-top: 5px;
font-weight: 400;
letter-spacing: 2px;
}
.c-ttl-icon{
  height: 12px;
  width: 70px;
  margin: 10px auto;
  background: url("/images/ttl-line.svg");
  background-size:cover;
  background-repeat: no-repeat;
  }

  .c-txt{
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #4D4D4D;
    letter-spacing: 2px;
    text-align: center!important
  }

  .c-txt2{
    margin-top: 30px;
    font-size: 13px!important;
    line-height: 26px!important;
    color: #4D4D4D;
    letter-spacing: 2px;
    text-align: justify!important;
  text-justify: inter-ideograph; /* IE用 */
  }


  .c-txt3{
    max-width: 420px;
    width: 100%;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 26px!important;
    color: #4D4D4D;
    letter-spacing: 3px;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  }

/*--------------------
 single-common
----------------------*/

.single-block{
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    padding: 0 4%;
    text-align:center;
}
.single-block2{
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    padding: 0 4%;
    text-align: center;
}
.row-block{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin: 30px auto 0;
  padding: 0 4%;
  text-align: center;
}
.row-item{
  width:calc(100%/2 - 10px);
	margin: 25px auto 10px;
}

.single-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #4D4D4D;
  padding-top: 70px;
  margin-bottom: 0;
}

.single-ttl::before,
.single-ttl::after {
	content: '';
	width: 20px;
	height: .5px;
	background-color: #4D4D4D;
}

.single-ttl::before {
	margin-right: 20px;
}
.single-ttl::after {
	margin-left: 20px;
}
.single-txt{
  font-size: 12px;
  color: #4D4D4D;
}

._pdt20{
  padding-top: 0;
}

/*-----------------------------------
s-about us
-------------------------------------*/

.about{
  position: relative;
  margin:0 auto 0!important;
  text-align: center;
}
.about-block{
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  padding: 0 6%;
  text-align: center!important;
}
.a-block1{}
.about-ttl{
  margin-top: 20px;
font-size: 23px!important;
line-height: 38px!important;
font-weight:100!important;
color: #4D4D4D;
margin-bottom:30px;
text-align: center;
letter-spacing:3px;
}
.about-txt{
  width:100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}

.a-img1{
  position: initial;
  margin-top: 10px;
  margin: 0 auto 0!important;
  text-align: center!important;
width: 90%!important;}
.a-img2{
  position:initial;
  margin: 10px auto 0!important;
  text-align: center!important;
width: 80%!important;}
.a-back{
  position: absolute;
  top:5%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 65%;
height: 95%;
background: #FFF5E9;
border-radius: 20px;}


/*--------------------
 single-about us
----------------------*/
.s-about{
  width: 100%;
    position: relative;
  margin: 50px auto 0;
  text-align: center;
  height: 1200px;
}

.s-a-back{
    position: absolute;
  top:45%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 630px;
height: 80%;
margin: auto;
background: #FFF5E9;
border-radius: 30px;
}
.s-about-img{
    width: 100%;
margin: 30px auto 0;}

/*--------------------
 single-about target
----------------------*/
.s-a-target{
    position: relative;
    margin: 80px auto 0;
    text-align: center;
    height: auto;
}
.s-a-ttl{
    font-size: 18px;
    line-height: 32px;
    color: #FF8900;
    font-weight: 100;
    padding-bottom: 4px;
    background:linear-gradient(transparent 97%, #FF8900 0%);
display: inline;
margin: 0 auto;
text-align: left;
}
.s-a-txt1{
    width:100%;
    margin-top: 30px;
    text-align:center;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 26px;
text-align: center;
  }

  .s-a-txt2{
    width:100%;
    margin-top: 30px;
    text-align:center;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  }

  .s-a-img{
    width: 80%;
    position: initial;
text-align: center;
margin: 0 auto;
  }

  .s-a-back2{
    position: absolute;
  top:10px;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: -1;
  width:300px;
height:550px;
margin: auto;
background: #FFF5E9;
border-radius: 30px 0 0 30px;
}

/*--------------------
 single-o-overview
----------------------*/
.s-o-overview{
    width: 100%;
    position: relative;
    margin: 80px auto 0;
    text-align: center;
}



.s-b-sheet{
    width: 100%;
    position: relative;
    margin: 60px auto 0;
    text-align: center;
}
.s-o-o-img{
    margin: 30px auto 0;
    text-align: center!important;
    width: 80%;
}

.tel{
  margin-top: 20px;
  font-size: 32px;
text-align: center;
color: #FF8900;
text-align: center;}

.map{max-width: 100%;
width: 100%;}

/*--------------------
food-assistance
----------------------*/
.f-assistance{
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;}


  .f-a-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4D4D4D;
    padding-top: 10px;
    margin-bottom: 0;
  }
  
  .f-a-ttl::before,
  .f-a-ttl::after {
    content: '';
    width: 10px;
    height: .5px;
    background-color: #4D4D4D;
  }
  
  .f-a-ttl::before {
    margin-right: 15px;
  }
  .f-a-ttl::after {
    margin-left: 15px;
  }


  .f-a-txt{
    margin-top: 5px;
    text-align:center;
  font-size: 11px;
  line-height: 15px;
  }

  .f-a-img{
    height: 60px;
  }

  .f-a-back{
    position: absolute;
    top:45%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    margin: auto;
  height: 250px;
  background: #FFF5E9;
  border-radius: 60px;
  }

  .__inner {
    max-width:100%;
    width: 100%;
    margin: 0 auto;
  }

  
  /*親要素*/
  .text-center-text-left-wrap {
    text-align: center;
  }
  
  /*子要素(リスト部分)*/
  .text-center-text-left__child {
    width: 100%;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;;
    font-weight: 100;
    color: #4D4D4D;
  }

  .text-center-text-left__child li{
line-height: 26px;list-style:none;
  }
  .donate-announce-block{
    margin: 50px auto 0;
    padding: 15px 15px 40px;
    border: solid 3px #d2d2d2;
    border-radius: 20px;
    box-sizing: border-box;

  }
  .donate-btn-ttl{
    text-align: center;
    color: #4D4D4D;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .donate-btn-txt{
    text-align: justify;
    color: #4D4D4D;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }


.donate-btn-block{
  margin: 30px auto 0;
  text-align: center;
}
strong{
  display: block;
  width: 80px;
  text-align: center;
  margin: 0 auto 6px;
  background: #ed702d;
  padding: 2px 2px;
  color: #fff;
  
}


/*--------------------
money support
----------------------*/

/*--------------------
common-table
----------------------*/

.box03{
  width: 100%;
  margin: 0 auto ;
}

.space{padding-top: 50px;}
#table01 {
   margin: 0 auto;
   text-align: left;
}
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
    padding: 6px 0;
    border: none;
    color: #4D4D4D;
    font-size: 11px;
    line-height: 22px;
    font-weight: 100;
  }
  
  #table01 th {
    width: 20%;
    font-size: 11px;
    font-weight: 100;
    vertical-align: top;
  }

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}
body.table01 td, body.table01 th {
  padding: 20px;}

  

  .table01 {
    width: 100%;
    margin: 40px auto 34px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 2px;
}
.table01 th {
  background: #e8e8e8;
  width: 25%;
  padding: 2%;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

.table01 td {
  padding: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}
body.table01 td.td740 {
  width:100%;
}

.table01, .table01 th, .table01 td {
  border: #bababa 1px solid;
}

.Table {
  margin: 20px auto 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;

}

.Table-Body{margin: 20px 0;}

.Table-Body-Row {
  border-bottom: solid .5px #333;
  padding: 20px 0;
  height: 290px;
}
.Table-Body-Row-Cell1 {
  width: 5%;
  font-size: 22px;
  font-weight: 100;
}
.Table-Body-Row-Cell2 {
  width: 20%;
  padding-left: 3px;
  font-size: 12px;
  text-align: left;
}
.Table-Body-Row-Cell3 {
  width: 70%;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  padding-left: 14px;
  text-align: justify;
text-justify: inter-ideograph; /* IE用 */
}

/*--------------------
activity
----------------------*/

.activity-block{
  width: 100%;
  margin: 30px auto 0;
  display: block;
  padding: 0 8%;
  justify-content: space-between;
}
.act-item{
  width: 100%;
  margin: 0 auto;
}
.act-txt{
  font-size: 13px;
  line-height: 26px;
  color: #4D4D4D;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  
}
.act-img{
  margin-top: 30px;
  width: 100%;
}

/*--------------------
food drive
----------------------*/

.food-drive{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.food-drive-img{
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}


/*--------------------
cooperator
----------------------*/
.coo-img{width: 100%;}


/*--------------------
contact
----------------------*/

blockquote {
  width: 100%;
  border: 5px solid #e8e8e8;
  margin: 28px auto 0;
  display:flex;
  justify-content: space-around;
  padding: 40px 5px;
  box-sizing: border-box;
}

.left {
  display: block;
}

blockquote .left p:first-child {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2rem;
  margin-bottom: 10px;
}

blockquote p {
  line-height: 1;
}

blockquote .left p:nth-child(2) {
  font-size: 1.5rem;
  text-align: center;
  padding-left: 0;
  letter-spacing: 2px;
  margin-top: 0;
}

blockquote p {
  line-height: 1;
}

blockquote .right {
  display: block;
  margin-left: 0;
  margin-top: 20px;
}

blockquote .right p:first-child {
  font-size: 15px;
  margin: 8px 0 13px 0px;
}

blockquote .right p:nth-child(2) {
  font-size: 12px;
  margin: 0 0 10px 0px;
}

blockquote .right p:nth-child(3) {
  font-size: 12px;
}



}</pre></body></html>