body {
		background: #ffffff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}


/*---------------------------------------
    蝓ｺ譛ｬ險ｭ螳�             
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0;
}

h3 {
  line-height: 36px;
  margin: 20px 0;
  font-size: 25px;
}
h4 {
  font-size: 20px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
    font-size: 18px;
  }

p {
    color: black;
    font-size: 19px;
    line-height: 1.5;
    margin: 20px 0;
}

a {
  text-decoration: none !important;
  outline: none;
}
figcaption {
  margin-top: 10px;
}

.notice {
  font-size: 0.8em;
}

strong {
  font-weight: bold!important;
}

/*---------------------------------------
    蝓ｺ譛ｬ繝ｬ繧､繧｢繧ｦ繝�             
-----------------------------------------*/
.section-title {
  margin-bottom: 0px;
}
@media (max-width: 768px){
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#story {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#difficulty,
#organization, 
#program,
#reward,
#comment-section,
#dollar,
#deduction,
footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#difficulty,
#organization, #sponsors, #reward,#comment-section, #deduction,#dollar,
footer {
  text-align: center;
}

#story h3,
#difficulty h3 {
    padding-bottom: 12px;
}
.btn-copy {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 0;
}
.btn-copy-deduct {
  font-size: 14px;
  font-weight: bold;
}

.parallax-section {
  background-attachment:initial !important;
  background-size: cover !important;
}

.green {
  color: #007A45;
}
.blue {
  color: #1295D8;
}

.bold {
  font-weight: bold;
}

.emp {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f5ea8a 40%);
}

.big {
  font-weight: bold;
  font-size: 1.8em;
}

.mt0 {
  margin-top: 0px!important;
}



/*---------------------------------------
   Slick髢｢菫�        
-----------------------------------------*/
.slick-prev:before, .slick-next:before {color: #007A46!important; font-size:30px!important;}
.slick-prev {left:-10px; z-index: 1;}
.slick-next {right: 0px; z-index: 1;}
.slick-arrow { z-index:2!important;}
.slick-track {display: flex; }
.slick-slide {height: auto !important;}
.slick-dots li button:before{	font-size:10px!important;}



/*---------------------------------------
   CTA              
-----------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--green {
  color: #fff;
  background-color: #ff9b00;
}

a.btn--green:hover {
  color: #fff;
  background: #fab651;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #b46e03;
}

a.btn--green.btn--cubic:hover {
 /* margin-top: 3px;*/
  border-bottom: 5px solid #d49029;
}

a.btn-c {
  font-size: 1.25rem;
  position: relative;
  padding: 0.7rem 2.5rem 0.7rem 1.5rem;
  border-radius: 100vh;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  a.btn-c {
    font-size:15px;
  }  
}
a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/*
a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .5rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}*/
#cta01 .container, #cta02 .container,#cta03 .container, #cta04 .container  {
  text-align: center;
  padding-bottom: 40px;
}
#cta03 {
  background-color: white;
}


/*---------------------------------------
   蜀帝�ｭ繧ｵ繝ｳ繝励Ν蜍慕判            
-----------------------------------------*/
#sample_video {
  background-color: #f2faed;
}
#sample_video .yt{
  width: 60%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 10px auto 0px auto;;
}
@media screen and (min-width:768px)  {
  #sample_video .yt{
    width: 90%;
  }
}
#first_cta2 p.btn-copy {
  color: black;
}

/*---------------------------------------
   蝗｣菴鍋ｴｹ莉�            
-----------------------------------------*/
#reward, #dollar {
  background: #fdfae6;
}

#organization {
background-image: url(../images/bg_org.png);
background-repeat: repeat-y;
}
@media screen and (max-width:767px)  {
  #organization{padding-top: 25px;}
}
h2#organization-title{
font-size: 28px;
line-height: 1.2;
color: #007A45;
margin-bottom: 0;
text-align: justify;
}
@media screen and (max-width:767px)  {
  h2#organization-title{
  font-size: 24px;
  line-height: 1.5;
  }
}
h2.organization-heading{
border-radius: 5px;
background-color: #007A45;
padding: 10px;
font-size: 25px;
line-height: 1.2;
color: white;
margin: 15px 0;
}

#reward h3, #dollar h3 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2;
  margin: 10px 0;
  color: #007A45;
}

h2.organization-title {
color: #007A45;
text-align: justify;
width: fit-content;
padding-top: 15px;
}

#organization h6, #reward h6, #dollar h6 {
color: #666;
margin-top: 4px;
}

#organization h3 {
font-size: 18px;
margin-bottom: 0px;
line-height: 1.2;
margin: 10px 0;
color: black;
}

#organization p , #reward p, #dollar p{
text-align: justify;
}

#organization img , #reward img, #dollar img{
width: 100%;
max-width: 100%;
height: auto;
}

#organization img{
margin-top: 20px;
}

div.organization-thumb {
padding: 0 0px;
}

#organization .col-md-3{
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2#our_history {
background-image: url("../images/our_history.png");
background-repeat: no-repeat;
background-position: -3px 0px;
padding: 40px 0 0 20px;
margin-bottom: 5px;
border-bottom: #007A45 solid 1px;
letter-spacing: -1.5;
font-size: 28px;
}

#history h4 {
padding-left: 0px;
}

#dollar .col-md-4{
display: block;
width: 100%;
padding-top: 30px;
padding-bottom: 0px;
margin-bottom: 0px;
}

#slick-org01 .organization-wrapper,#slick-org02 .organization-wrapper{
padding: 0 8px 0 8px;
}

.organization-wrapper h3{
text-align: justify;
color: #000000;
}
#slick-history01 {
  padding-left: 0;
}
.organization-wrapper p {
  line-height: 1.2;
  margin: 10px 0 0 0 ;
}
.organization-thumb {
  padding-top: 8px; 
}
.organization-thumb p{
  margin: 5px 0 10px; 
}
.organization-wrapper p.notice {
  margin-top: 14px;
  font-size: 12px;
}
div:has(> .organization-wrapper) {
  margin-top: 25px;
}


/*---------------------------------------
   繧ｹ繝医�繝ｪ繝ｼ縺ｮ縺ｾ縺医′縺�            
-----------------------------------------*/

#story-top {
  background-image: url(../images/story_top_sm08.jpg);
  height:66.9vw;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  color: white;
  box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.5);
  z-index: 10;
}
@media screen and (min-width:768px)  {
  #story-top {
    background-image: url(../images/story_top08.jpg);
    height: 29.77vw;
  }
}

#story-top h2{
  margin-top: 50px;
  font-family: serif;
}

#story-top h4{
  font-family: serif;
}

#story-lead p {
  text-align: center;
}

/*---------------------------------------
   謾ｯ謠ｴ蜑阪�繧ｹ繝医�繝ｪ繝ｼ              
-----------------------------------------*/


#story {
  background-color: #c1b9a5;
  background-image: url(../images/story_bg.jpg);
  background-repeat: repeat;
  padding: 30px 0 40px 0;
}

#story div.row {
  margin-bottom: 45px;
}

#story div#story-intro {
  text-align: center;
  padding: 25px 0 0 0;
}
@media screen and (max-width:768px){
  #story div#story-intro {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#story div#story-intro img#staff{
  width: 500px;
}
@media screen and (max-width:768px)  {
  #story div#story-intro img#staff {
    width: 70vw;
  }
}
#story h3 {
  padding: 0 15px;
  color: #3d584e;
}
#story div.row img {
  padding: 5px 0 15px 0;
}
#story div.row p:first-child {
  margin-top: 0;
}

#story div.row img:first-child {
  margin-top: 3px;
}

#story .yt{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*---------------------------------------
    3縺､縺ｮ蝗ｰ髮｣            
-----------------------------------------*/
#difficulty {
  background: #2f2f4e;
  color: #ffffff;
  padding: 30px 15px 20px 15px;
  border-radius: 5px;
  margin: 0 0px;
}
@media screen and (max-width:768px)  {
  #difficulty row{
    padding: 30px 25px 20px 25px;
  }
}

#difficulty p{
color: #ffffff;
text-align: justify;
}

#difficulty h3{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 20px;
  color: white;
  text-shadow: 2px 2px 3px #1b1b1b;
  line-height: 1.7;
  font-weight: bold;
}
.difficulty_emp {
  color: rgb(183, 169, 197); 
  font-size: 42px;
}

#difficulty h4{
margin: 15px 0;
text-align: center;
line-height: 1.5;
}
#difficulty_end p {
font-size: 20px;
color: #007A45;
line-height: 1.4;
font-weight: bold;
}
#difficulty_end {
margin-top: 40px;
}


#difficulty div.difficulty {
padding: 15px;
background-color:#EDF5FF;
border-radius: 8px;
margin-bottom: 20px;
}

#difficulty div.difficulty p{
color: black;
}

@media screen and (max-width:768px)  {
#difficulty div.difficulty img{
  width: 65vw;
  margin: 0 auto;
}
}

@media screen and (min-width:768px)  {
  #story-last {
    width: 400px;
    margin: 0 auto;
  }
}


/*---------------------------------------
   蟄舌←繧ゅ◆縺｡縺ｮ蟶梧悍縺ｮ螢ｰ              
-----------------------------------------*/
#empowerment {
  padding-top: 40px;
}


/*---------------------------------------
   謾ｯ謠ｴ繧｢繝励Ο繝ｼ繝�              
-----------------------------------------*/
#approach {
  background-image: url("../images//approach_bg.jpg");
  background-repeat:no-repeat;
  background-size: contain!important;
  padding-bottom: 30px;
}

#approach .section-title{
  text-align: center;
  margin-top: 50px;
}

#approach p.approach-copy{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.9em;
  color: #007A45;
}

#approach h3{
  margin-top: 0;
    font-size: 23px;
  letter-spacing: -0.2;
}

#approach h4 {
    color: #808080;
    font-size: 12px;
}
/*
#approach .approach {
  padding: 15px 25px 15px 0;
}*/

#approach_heading{
  color:#007A45;
}

.approaches {
      background-color: #e4f5e6;
    border-radius: 10px;
    margin-top: 10px;
/*    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);*/
    padding: 10px 0 15px 0;
}
.approach_cross {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
div.approach div.number {
  margin-right: 15px;
}

div.approach h3 {
  line-height: 1.2;
  margin: 0;
}

div.approach div.approach_item{
  display: flex;
  align-items: center;
}
#slick-approach{
  padding: 0;
}
#slick-approach li.slick-slide{
  padding: 20px 20px 0 20px;
}

#approach li.item p {
  margin: 5px 0;
  font-size: 13px;
  text-align: center;
}

/*いま届けている支援*/
#current {
  padding: 50px 15px;
}
#current h3 {
  color: red;
  text-align: center;
}
#current_box {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px 25px;
}
#current h4{
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

/*---------------------------------------
   謾ｯ謠ｴ豢ｻ蜍募�螳ｹ              
-----------------------------------------*/
#activities {
  background-color: #E6F0C7;
  margin-top: 30px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../images/activities_bg.png");
}

#activities_example {
  color: #007A45;
  padding: 10px;
  border-bottom: dotted 2px #007A45;
}
#activities h3 {
  color: #007A45;
}
.activities_item div.icon {
  margin-right: 15px;
}
#activities .activities_item{
  display: flex;
  align-items: center;
  justify-content:center;
  padding: 0;
}
.activities-wrapper {
  padding: 20px 15px;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 25px;
}
.activities-wrapper p{
  text-align: justify;
  margin: 15px 0 10px 0;
  font-size: 16px;
  padding: 0px 5px 0 0px;
}
.activities-wrapper ul{
  text-align: justify;
  margin: 15px 0 10px 0;
  font-size: 16px;
  list-style-type: disc;
  padding: 0px 5px 0 23px;
}

#activities h4.activities_heading{
  font-size: 18px;
  color: #000000;
}
#slick-activities{
  padding: 0;
}
#slick-activities li.slick-slide{
  padding: 20px 20px 0 20px;
}
#slick-activities01, #slick-activities02 {
  padding: 0;
}

#slick-activities01 li.item li,
#slick-activities02 li.item li {
  list-style: disc;
}
#slick-activities01 li.item,
#slick-activities02 li.item {
  padding: 0;
  background-color: #E6F0C7;
  margin: 10px 25px;
}
#slick-activities01 h4,
#slick-activities02 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #007A45;
  margin-top: 8px;
  text-align: center;
}


/*---------------------------------------
   蝗ｽ蜀�い繝峨�繧ｫ繧ｷ繝ｼ縲∫ｷ頑･謾ｯ謠ｴ              
-----------------------------------------*/
/*
#japan, #emergency {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  color: #007A45;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
#japan h3, #emergency h3 {
  font-size: 25px;
}

#japan p, #emergency p {
  text-align: justify;
}
#slick-japan, #slick-emergency {
  padding: 0;
}
*/

/*---------------------------------------
   謾ｯ謠ｴ蠕後�蟄舌←繧ゅ�繧ｹ繝医�繝ｪ繝ｼ          
-----------------------------------------*/

#story-after img {
  position: relative;
  padding-bottom: 10px;
}
#story-after h2{
  text-align: center;
}
#story-after {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url(../images/after_bg.webp);
  background-size: cover;
}
#story-after .arrow {
  width: 50px;
}

#slick-story-after {
  background-color: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 30px;
}
#slick-story-after li.slick-slide{
  padding: 20px 20px 0 20px;
}
/*
@media screen and (max-width:768px)  {
  #story-after-container{
    margin-left: 15px;
    margin-right: 15px;
  }
}*/

#story-after h3{
  margin-top: 0;
}

div.heading-story-after {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin: 0 0 10px 0;
  background-color: #007A45;
  padding: 5px;
}

.before-after {
  font-size: 15px;
  font-weight: bold;
  color: #007A45;
  margin: 0;
  padding: 0;
}

.before-after + p{
  margin-top: 0;
}

#story-after-end {
  text-align: center;
}


/*************************************
  蝨ｰ蝓溘�螟牙喧
****************************************/

#slick-story-community {
  background-color: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 30px;
}
#slick-story-community li.slick-slide{
  padding: 20px 20px 0 20px;
}
/*
@media screen and (max-width:768px)  {
  #story-community-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}*/

#story-community-container h2{
  text-align: center;
}
#story-community-container h3{
  padding:0 15px;
  margin-top: 25px;
}




/*---------------------------------------
    迚ｹ蜈ｸ            
-----------------------------------------*/
@media (max-width: 768px){
  #reward h2 {
  font-size: 22px;
  margin-top: 0;
  }
}

#reward h3 {
  color: #007A45;
  font-size: 23px;
  font-weight: bold;
  margin-top: 30px;
}

#reward .reward-wrapper{
  background: #ffffff;
  padding-bottom: 22px;
}

.reward-wrapper{
background: #ffffff;
padding: 15px 15px 22px 15px;
}

#reward-detail .row {
margin-bottom: 30px;
}

@media (min-width: 768px){
  #reward-detail .lyt {
    width: 70%;
    margin: 0 auto;
  }
}


/*---------------------------------------
    謾ｯ謠ｴ閠��螢ｰ            
-----------------------------------------*/

section#comment-section {
  font-size: 18px;
}

div.comment-item {
    border-radius: 5px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.5);;
    margin-top: 40px;
    padding: 20px 30px 10px 30px;
    background-color: #fffcec;
  }
p.comment-title {
  font-size: 1.6em;
  font-weight: bold;
}
div.comment {
  border-radius: 7px;
  background-color: #fffcec; /* 閭梧勹濶ｲ */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fffcec 50%, #fffcec 100%), /* 轤ｹ邱�1縺ｮ濶ｲ */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 轤ｹ邱�2縺ｮ濶ｲ縺ｨ螟ｪ縺� */
  background-size: 8px 100%, /* 轤ｹ邱�1縺ｮ繧ｵ繧､繧ｺ */
                   100% 1.8em; /* 轤ｹ邱�2縺ｮ繧ｵ繧､繧ｺ */
  line-height: 1.8em; /* 譁�ｭ励�鬮倥＆ */
  padding: 1px; /* 譛邨り｡後�荳九↓繧らｽｫ邱壹ｒ蠑輔￥ */
}
@media screen and (min-width:768px)  {
  div.comment {
    border-radius: 7px;
    background-color: #fffcec; /* 閭梧勹濶ｲ */
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fffcec 50%, #fffcec 100%), /* 轤ｹ邱�1縺ｮ濶ｲ */
                      linear-gradient(180deg, #ccc 1px, transparent 1px); /* 轤ｹ邱�2縺ｮ濶ｲ縺ｨ螟ｪ縺� */
    background-size: 8px 100%, /* 轤ｹ邱�1縺ｮ繧ｵ繧､繧ｺ */
                    100% 2.4em; /* 轤ｹ邱�2縺ｮ繧ｵ繧､繧ｺ */
    line-height: 2.4em; /* 譁�ｭ励�鬮倥＆ */
    padding: 1px; /* 譛邨り｡後�荳九↓繧らｽｫ邱壹ｒ蠑輔￥ */
  }
}

.comment h4, .comment p{
  text-align: justify;
  margin: auto;
  line-height:inherit !important; /* 譁�ｭ励�鬮倥＆ */
}

.comment h4{
  color: #007A45;
  margin-top: 30px;
}

.comment-question {
  background: url("../images/comment.png") no-repeat;
  background-size: 40px;
  font-weight: bold;
  padding-left: 50px;
}
@media screen and (min-width:768px)  {
  .comment-question {
    background: url("../images/comment.png") no-repeat;
    background-size: 48px;
    font-weight: bold;
    padding-left: 60px;
  }
}

#supporter-voices {
  margin: 30px 0 20px 0;
  border: #1295D8 dotted 3px;
  border-radius: 8px;
  padding: 20px 10px 10px 10px;
}
ul#slick-supporter-voice {
  padding: 0 0 0 0;
}
/*
#slick-supporter-voice .item {
  display: flex;
}*/
@media screen and (min-width:768px)  {
  #slick-supporter-voice .item {
    padding: 0 70px;
  }
}
#slick-supporter-voice .item div:first-child {
  margin: 0 auto;
  width: 60px;
}
@media screen and (min-width:768px)  {
  #slick-supporter-voice .item div:first-child {
/*    margin-right: 10px;*/
    width: 110px;
  }  
}
#slick-supporter-voice .item div:first-child img{
  width: 100%;
}
#slick-supporter-voice .item div:nth-child(2) {
/*  width: 77%;*/
  padding: 10px 23px 0 23px;
}
@media screen and (min-width:768px)  {
  #slick-supporter-voice .item div:nth-child(2) {
    width: 100%;
    padding-top: 10px;
  }
}
#slick-supporter-voice .item div:nth-child(2) p{
  text-align: justify;
  margin-top: 0;
}



/*------------------------------
縲邯咏ｶ壽髪謠ｴ縺ｮ蠢�ｦ∵ｧ
------------------------------*/

#continuous {
  border-radius: 5px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.5);;
  margin-top: 40px;
  padding: 20px 30px 10px 30px;
}

#continuous p{
  text-align: left;
}



/****************************
縲繝繝ｩ繝ｼ繝上Φ繝峨Λ繝ｼ
****************************/

#dollar .dollar-wrapper{
  background-color: #ffffff;
  margin: 0 8px 0 8px;
}
.dollar-explanation{
  padding:10px
}
.dollar-explanation img{
  width: 16%!important;
  margin: 0 auto;
}

#dollar span.big {
  font-size: 1.6em;
}

#history {
  margin: 20px 0px 10px 0px;
  text-align: justify;
  background-color: white;
  border: 1px solid #644E35;
  padding: 12px;
}

#slick-dollar {
  padding: 0;
}

.dollar-noice {
  font-size: 0.8em;
  text-align: justify;
  margin: 5px 0 5px 0;
}

/*---------------------------------------
    蟇�ｻ倬≡謗ｧ髯､            
-----------------------------------------*/

#deduction  {
  background: #E6F0C7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
}

#banner-deduction {
  background-color: #007A45;
  color: white;
  border-radius: 15px;
  height: 30px;
  width: 180px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0;
  font-size: 20px;
  padding-top: 5px;
}

#deduction p{
  text-align: justify;
}

@media screen and (max-width:768px)  {
  img#certification {
    width: 50vw;
    margin: 0 auto;
  }
}

#deduction table {
  width: 100%;
  text-align: center;
}
#deduction h5 {
margin-top: 30px;
}
#deduction table thead tr#deduction_heading td {
  font-weight: bold;
  background-color: #1295D8;
  color: white;
}


/*---------------------------------------
   繧ｹ繧ｿ繝�ヵ繝｡繝�そ繝ｼ繧ｸ           
-----------------------------------------*/
#staff-section{
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #staff02 {
    width: 500px;
  }
}
/*---------------------------------------
   繧医￥縺ゅｋ雉ｪ蝠�           
-----------------------------------------*/
#faq {
  font-size: 18px;
  background: white;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #007A45;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-bs-toggle="collapse"] {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
/*  height: 100%;*/
  padding: 10px 35px 10px 15px;
}

#faq .panel-heading .panel-title a[data-bs-toggle="collapse"]::after {
  content: "－";
  font-weight: bold;
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-bs-toggle="collapse"].collapsed::after {
  content: "＋";
}

section#ps {
  background-image: url("../images/approach_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
section#ps h3#ps_message{
  font-size: 30px;
  color: #007A45;
  text-align: center;
}
section#ps img{
  margin: 0 auto;
}

/*---------------------------------------
   繝輔ャ繧ｿ繝ｼ          
-----------------------------------------*/
#footer {
  background-color: #007A45;
  color: white;
  font-weight: bold;
  padding-bottom: 150px;
}

#footer p{
  text-align: justify;
  color: white;
}

#footer .logo{
  display: flex;
}

#footer img{
  margin-right: 25px;
}


/* 繝医ャ繝励∈謌ｻ繧� */
/*
.go-top {
  background-color: #007A45;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #84bd00;
    color: #ffffff;
}
*/

/**************************
        繝輔ャ繧ｿ繝ｼ 蝗ｺ螳咾TA
***************************/

#footer_fixarea {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  background: rgba(0,122,69, 0.9);
  color:#ffffff;
  z-index: 10;
  bottom:-150px;
  transition-duration: 0.5s;
  box-sizing:border-box;
  padding: 5px 0 15px 0;
  font-weight:bold;
  text-align:center;
  box-shadow: 0 -3px 5px #525252;
  }
  
  #footer_fixarea p {
    margin: 5px 0 5px 0;
    color: white;
    font-size: 16px;
  }
  #footer_fixarea.show {
  bottom:0px;
  transition-duration: 0.5s;  
  }
  #footer_fixarea a {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  @media (max-width: 768px) {
  
  #footer_fixarea{
    padding:10px 0;
  }
  #footer_fixarea p{
    margin-bottom:5px;
  }  
  #footer_fixarea a{
    font-size:16px;
  }  
  }



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 18px;}

}


@media (max-width: 768px) {

  #story img,
  #detail .col-md-4 {
    padding-top: 32px;
  }

  #program img {
    padding-bottom: 32px;
  }

}


@media (min-width: 992px){
  .container {
    width: 960px!important;
  }
}