@charset "UTF-8";
/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  /* color: #004B9E; */
  color: #0ae;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
.box{
  margin-top: 2rem;
  padding-top: 2rem;
}
.anchor{
  margin-top: -50px;
  padding-top: 50px;
}
.imgcredit{
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 0;
  text-align: left;
  text-shadow: 2px 2px #000;
  width: auto;
}
.redtxt{
  color: #eb0000;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .anchor{
    margin-top: 0;
    padding-top: 0;
  }
}

/******************************
  font
******************************/
.ffCG {
  font-family: "Cormorant Garamond", serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1{
  padding-left: 10%;
  position: relative;
}
.ttlbox1 .ttl{
  font-size: 4rem;
  font-weight: 500;
  position: relative;
}
.ttlbox1 .enttl{
  color: #292929;
  font-family: "Cormorant Garamond", serif;
  font-size: 11rem;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: -5rem;
  left: 0;
  text-transform: capitalize;
}

.ttlbox2{
  margin-bottom: 2rem;
}
.ttlbox2 .ttl{
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.ttlbox2 .ttl::first-letter{
  color: #0ae;
}
.ttlbox2 .ttl::before{
  content: "";
  background: #0ae;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100px;
}

.ttlbox3{
  position: relative;
  text-align: center;
}
.ttlbox3 .ttl{
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.ttlbox3 .ttl span{
  display: block;
  font-weight: 500;
}
.ttlbox3 .enttl{
  color: #292929;
  font-family: "Cormorant Garamond", serif;
  font-size: 11rem;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: -5rem;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .ttlbox1{
    padding-left: 5%;
  }
  .ttlbox1 .ttl,
  .ttlbox3 .ttl{
    font-size: 3rem;
  }
  .ttlbox1 .enttl,
  .ttlbox3 .enttl{
    font-size: 7rem;
    top: -3rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .ttlbox1{
    padding-left: 0;
  }
  .ttlbox1 .ttl{
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .ttlbox1 .enttl{
    font-size: 5rem;
    left: -1rem;
  }
  .ttlbox2 .ttl{
    font-size: 2rem;
  }
  .ttlbox3 .ttl{
    font-size: 2.4rem;
  }
  .ttlbox3 .enttl{
    font-size: 5rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  background: #0ae;
  border: 1px solid #0ae;
  color: #fff;
  display: inline-block;
  padding: .5rem 7rem .5rem 2rem;
  position: relative;
  transition: .3s;
  text-align: left;
}
.morebtn1 a::after{
  content: "";
  border-right: 3px solid ;
  border-bottom: 2px solid ;
  border-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 1rem;
  transform: skew(45deg);
  transition: .3s;
  height: 5px;
  width: 30px;
}
.morebtn1 a:hover{
  background: #fff;
  color: #0ae;
  opacity: 1;
}
.morebtn1 a:hover::after{
  border-color: #0ae;
  right: -2rem;
  width: 50px;
}

.morebtn2 a{
  background: #fff;
  display: block;
  border-bottom: 1px solid #707070;
  max-width: 350px;
  opacity: 1 !important;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-decoration: none;
  transition: .5s;
}
.morebtn2 a span{
  background: #fff;
  border: 1px solid #0ae;
  border-radius: 50%;
  padding: .7rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: .5s;
}
.morebtn2 a span::before{
  content: "";
  background: #0ae;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  width: 4px;
}
.morebtn2 a:hover {
  background: #0ae;
  border-color: #fff;
  color: #fff;
}
.morebtn2 a:hover span{
  background: #fff;
  padding: 1rem;
  right: 7px;
}
.morebtn2 a:hover span::before{
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0ae;
  border-width: 5px 0px 5px 8.66px;
  height: 0;
  width: 0;
}

.morebtn2.kifu a span{
  background: #fff;
  border: 1px solid #f39;
}
.morebtn2.kifu a span::before{
  background: #f39;
}
.morebtn2.kifu a:hover {
  background: #f39;
  border-color: #fff;
  color: #fff;
}
.morebtn2.kifu a:hover span{
  background: #fff;
}
.morebtn2.kifu a:hover span::before{
  background: transparent;
  border-color: transparent transparent transparent #f39;
}

.morebtn3 a {
  background-color: #0ae;
  color: #fff;
  display: inline-flex;
  align-items: center;
  min-width: 240px;
  min-width: 220px;
  opacity: 1 !important;
  padding: 1rem 6rem 1rem 1rem;
  position: relative;
}
.morebtn3 a,
.morebtn3 .btnicon,
.morebtn3 .btntxt {
  transition: all 0.3s;
}
.morebtn3 .btntxt {
  color: #fff;
  font-weight: 600;
  transform: translateX(22px);
  transform: translateX(2px);
}
.morebtn3 .btnicon {
  aspect-ratio: 1/1;
  background-color: #2b62cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: .2s;
  width: 50px;
}
.morebtn3 a:hover {
  background: #2b62cc;
}
.morebtn3 a:hover .btntxt {
  color: transparent;
}
.morebtn3 a:hover .btnicon {
  transition: width .5s;
  width: 100%;
}

.bgmorebtn{
  margin: 0 auto ;
}
.bgmorebtn a{
  background: url(../images/common/bgmorebtn.webp) no-repeat center / cover;
  aspect-ratio: 4 / 1;
  display: block;
  position: relative;
  opacity: 1;
  width: 100%;
}
.bgmorebtn a::before,
.bgmorebtn a::after{
  content: "";
  position: absolute;
}
.bgmorebtn a::before{
  background: #000;
  opacity: .5;
  top: 0;
  left: 0;
  transition: .5s;
  height: 100%;
  width: 100%;
}
.bgmorebtn a::after{
  border: 2px solid #fff;
  top: 1rem;
  left: 1rem;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.bgmorebtn a span{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.bgmorebtn a:hover::before{
  opacity: 0;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .morebtn1 a{
    min-width: 180px;
    padding: .5rem 4rem .5rem 1rem;
  }
  .morebtn1 a::after{
    width: 20px;
  }
  /* .morebtn1 a:hover::after{
    width: 50px;
  } */

  .bgmorebtn a{
    aspect-ratio: 2 / 1;
  }
  .bgmorebtn a span{
    font-size: 2rem;
  }
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  background: #fff;
  border-top: 1px solid #0ae;
}
.tblbox1 .tbl:last-of-type{
  border-bottom: 1px solid #0ae;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  background: #edf7fc;
  font-weight: bold;
  width: 200px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 200px);
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblcontent{
    padding: 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead {
  background: #fff;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cmnhead .logo{
  width: 12%;
}
.cmnhead .logojp{
  width: 28%;
}
.cmnnavgr{
  margin-left: auto;
  width: 60%;
}

.cmnnav{
  display: flex;
  flex-direction: column-reverse;
}
.mainnav{
  gap: 2rem;
  justify-content: center;
}
.mainnav li a{
  font-size: 1.5rem;
  opacity: 1;
}
.mainnav li a:hover,
.mainnav li a.nowpage,
.subnav > ul li a:hover,
.subnav > ul li a.nowpage{
  color: #0ae;
  opacity: 1;
  text-decoration: underline;
}
.subnav > ul li a {
  font-size: 1.5rem;
}
.mainnav > li > a{
  font-weight: bold;
}
.mainnav .haschild > a{
  position: relative;
}
.mainnav .haschild:hover > a.pcnavbtn::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 30px;
  transform: translateX(-50%);
  width: 800px;
}
.mega{
  background: #F9F6F4;
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  width: 100%;
}
.mega > dl{
  max-width: 800px;
  margin: 0 auto;
}
.mega > dl > dt {
  margin-bottom: 1rem;
}
.mega > dl > dt a{
  font-size: 1.6rem;
}
.mega .fimgbox{
  width: 30%;
}
.mega .fbox{
  gap: 1rem;
  width: 65%;
}
.mega .fbox li{
  width: calc(50% - 1rem);
}
.mega .fbox li a{
  background: #fff;
  border: 1px solid ;
  display: block;
  padding: .5rem;
}
.mainnav .haschild:hover .mega{
  opacity: 1;
  pointer-events: all;
}

.subnav,
.subnav > ul{
  gap: 1rem;
}
.subnav{
  justify-content: end;
  margin-bottom: .5rem;
}
.subnav > ul li a{
  font-weight: bold;
}
.subnav .searchform{
  border-radius: 50px;
  border: 1px solid #0ae;
  overflow: hidden;
  height: 35px;
  width: 220px;
}
.subnav .searchcontent{
  height: 100%;
  width: calc(100% - 65px);
}
.subnav .searchcontent input[type="text"]{
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 0 3rem 0 1rem;
  height: 100%;
}
.subnav .searchcontent .clearbtn{
  color: #0ae;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.subnav .searchcontent .clearbtn{
  right: 1rem;
}
.subnav .srarchbtn{
  background: #0ae;
  text-align: center;
  height: 100%;
  width: 65px;
}
.subnav .srarchbtn button{
  background: #0ae;
  color: #fff;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
}
.subnav .headbtn a{
  background: #0ae;
  border: 1px solid #0ae;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  min-width: 145px;
  padding: 0 1rem;
  text-align: center;
}
.subnav .headbtn a:hover{
  background: #fff;
  color: #0ae;
}
.headkifubtn a,
.subnav .headbtn.kifu a{
  background: #f39;
  border: 1px solid #f39;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  min-width: 185px;
  padding: 0 1rem;
}
.headkifubtn a:hover,
.subnav .headbtn.kifu a:hover{
  background: #fff;
  color: #f39;
}
.headkifubtn a{
  border-radius: 6px;
  display: block;
  min-width: 150px;
  text-align: center;
}

.headkifubtn,
.spnavbtn,
.spbtn{
  display: none;
}
.spbtn {
  background: #0ae;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: .5s;
  height: 50px;
  width: 50px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  height: 2px;
  transition: all .4s;
}
.spbtn span:nth-of-type(1) {
  top:15px;
  width: 45%;
}
.spbtn span:nth-of-type(2) {
  top:23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top:31px;
  width: 20%;
}
.spbtn.active span{
  background: #fff;
}
.spbtn.active span:nth-of-type(1) {
  top: 18px;
  right: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 30px;
  right: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
@media only screen and (max-width: 1490px) {
  .cmnhead .logo {
    width: 10%;
  }
  .cmnhead .logojp {
    width: 26%;
  }
  .cmnnavgr {
    width: 64%;
  }
}
@media only screen and (max-width: 1370px) {
  /* .cmnnavgr {
    width: 63%;
  } */
  /* .cmnnavgr .mainnav{
    justify-content: end;
  } */
  .subnav .searchform{
    width: 220px;
  }
}
@media only screen and (max-width: 1310px) {
  .cmnhead .logo {
    width: 9%;
  }
  .cmnhead .logojp {
    width: 26%;
  }
  .cmnnavgr {
    width: 65%;
  }
}
@media only screen and (max-width: 1270px) {
  .cmnhead .logo {
    width: 8%;
  }
  .cmnhead .logojp {
    width: 24%;
  }
  .cmnnavgr {
    width: 66%;
    width: 68%;
  }
}
@media only screen and (max-width: 1248px) {
  .cmnhead{
    overflow: hidden;
  }
  .cmnhead .logo {
    width: 170px;
  }
  .cmnhead .logojp {
    width: 400px;
  }
  .cmnnavgr{
    width: calc(100% - 570px);
  }
  .spbtn,
  .spnavbtn{
    display: block;
  }
  .cmnnav{
    background: #f1fbff;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    padding: 5rem 2rem;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(300px);
    transition: .5s;
    height: 100vh;
    width: 300px;
    z-index: 1;
  }
  .cmnnav.active{
    transform: translateX(0);
  }
  .mainnav{
    gap: 1rem;
  }
  .mainnav > li > a,
  .subnav > ul li a{
    font-weight: normal;
  }
  .cmnnavgr .mainnav li,
  .subnav > ul,
  .subnav > ul li,
  .subnav .searchform,
  .subnav .headbtn {
    width: 100%;
  }
  .mainnav > li > a,
  .subnav > ul li a{
    display: inline-block;
    padding-left: 2rem;
    position: relative;
  }
  .mainnav > li > a::before,
  .subnav > ul li a::before{
    content: "\f138";
    color: #0ae;
    font: var(--fa-font-solid);
    position: absolute;
    top: 8px;
    left: 0;
  }
  .mainnav > li.haschild > a::before{
    content: "\f13a";
  }
  .mainnav > li.haschild > a.active::before{
    content: "\f139";
  }
  .mainnav li a{
    font-size: 1.6rem;
  }
  .subnav{
    margin: 0;
    justify-content: normal;
  }
  .subnav .searchform{
    margin: 1rem 0;
  }
  .subnav .headbtn a,
  .subnav .headbtn.kifu a{
    display: block;
    padding: .3rem 1rem;
    text-align: center;
  }
  .pcnavbtn,
  .mega .fimgbox{
    display: none !important;
  }
  .mega .fbox{
    width: 100%;
  }
  .mega{
    background:  none;
    display: none;
    opacity: 1;
    padding: 1rem 0 2rem 2rem;
    pointer-events: all;
    position: static;
    transform: none;
    transition: all;
  }
  .mega > dl > dt a{
    background: #fff;
    border: 1px solid;
    display: block;
    font-size: 1.5rem;
    padding: .5rem;
  }
  .headkifubtn{
    display: block;
    position: absolute;
    top: 2rem;
    right: 8rem;
  }
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .cmnhead .logojp {
    width: 340px;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .cmnhead{
    padding: 1rem 0 .5rem;
    /* position: relative; */
  }
  .cmnhead > .inner2{
    padding-left: 1rem;
  }
  .cmnhead .logo {
    width: 110px;
  }
  .cmnhead .logojp {
    line-height: 1.4;
    max-width: 400px;
    width: 95%;
  }
  .spbtn{
    position: fixed;
  }
  .headkifubtn{
    top: 1rem;
    right: 7rem;
  }
  .headkifubtn a{
    min-width: auto;
  }
}

/******************************
  footer
******************************/
.cmnfot{
  background: #0ae;
  color: #fff;
  padding-top: 5rem;
}

.fotsite a,
.fotlink a,
.fotsmap a{
  color: #fff;
}
.fotsite a:hover,
.fotlink a:hover,
.fotsmap a:hover{
  opacity: 1;
  text-decoration: underline;
}
.fotinfo{
  padding-bottom: 2rem;
}
.fotadd .fotlogo{
  filter: brightness(0) invert(1);
  width: 200px;
}
.fotadd address{
  font-style: normal;
}
.fotsns {
  margin: 1rem 0;
  gap: 1rem;
}
.fotsns li a{
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  opacity: 1;
  line-height: 1;
  transition: .5s;
  height: 45px;
  width: 45px;
}
.fotsns li a i{
  transition: .5s;
}
.fotsns li.yt i{
  color: #ff0000;
}
.fotsns li.fb i{
  color: #1877f2;
}
.fotsns li.x i{
  color: #000;
}
.fotsns li.is i::before{
  background: linear-gradient(225deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fotsns li.yt a:hover{
  background: #ff0000;
}
.fotsns li.fb a:hover{
  background:  #1877f2;
}
.fotsns li.x a:hover{
  background: #000;
}
.fotsns li.is a:hover{
  background: linear-gradient(225deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
}
.fotsns li a:hover i{
  color: #fff;
}
.fotsns li.is a:hover i::before{
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
}
.fotcopy{
  padding: .5rem 0;
  text-align: center;
}

.fotlink a,
.fotsmap a{
  text-decoration: underline;
}
.fotlink a:hover,
.fotsmap a:hover{
  text-decoration: none;
}
.fotfbox{
  gap: 2rem;
}
.fotkifu a{
  background: #f39;
  border: 1px solid #f39;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem ;
  text-align: center;
  min-width: 250px;
}
.fotkifu a:hover{
  background: #fff;
  color: #f39;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  /* .fotfbox{
    flex-direction: column-reverse;
  } */
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .fotadd,
  .fotsite,
  .fotlinks{
    width: 100%;
  }
  .fotlink a,
  .fotsmap a{
    color: #0ae;
  }
  .fotfbox{
    margin-top: 2rem;
  }
}

.link {
  color: #0ae;
  text-decoration: underline;
}

/*****************************
    報告する（支援実績）
*****************************/
.pagesec-report h2{
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.txtm{
  text-align: left !important;
  font-size: 14px;
}
/*****************************
    報告する（支援実績）内訳DL
*****************************/
.uchiwake .flexbox1{
  background: #fff;
  border-top: 1px solid #0ae;
}
.uchiwake .tblttl {
  background: #edf7fc;
  font-weight: bold;
  width: 300px;
  padding: 1rem 2rem;
}
.uchiwake .tblcontent{
  width: calc(100% - 300px);
  padding: 1rem 2rem;
}
/*****************************
    報告する（支援実績）サポーターDL
*****************************/
.supporter{
  margin-top: 20px;
}
.supporter .flexbox1{
  background: #fff;
  border-top: 1px solid #0ae;
}
.supporter .tblttl {
  background: #edf7fc;
  font-weight: bold;
  width: 100px;
  padding: 1rem 2rem;
}
.supporter .tblcontent{
  width: calc(100% - 100px);
  padding: 1rem 2rem;
}
@media only screen and (max-width: 820px) {
  .achievementbox .fimgbox {
    width: 100%;
  }
  .achievementbox .ftxtbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .uchiwake .tblttl{
    width: 200px;
  }
  .uchiwake .tblcontent{
    width: calc(100% - 200px);
  }
}
