.pc.inline{
  display: inline-block !important;
}

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

  .pc.inline{
  display: none !important;
}
  
}
/************************************************

r25 共通

*************************************************/

.r25__mb{
  margin-bottom: 60px !important;
}

.r25__img {
  text-align: center;
}

.r25__img img{
  max-width: 800px;
  width: 100%;
}

.r25__com{
  font-size: 12px;
  max-width: 800px;
  margin:0 auto 30px;
}



h3.r25__q{
  color:#05943C;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

h3.r25__q::after{
  content:"";
  width: 50px;
  height: 4px;
  background-color: #05943C;
  display: block;
  margin:30px auto ;
}

.r25__gray{
  background-color: #F3F3F3;
  padding: 30px 0;
  margin: 50px 0 30px;
}

dl.r25__human{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  margin:0 auto;
}

dl.r25__human__right{
  flex-direction: row-reverse;
}

dl.r25__human dt{
  width: 148px;
}

dl.r25__human dt img{
  width: 100%;
}

dl.r25__human dd{
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.75;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.16));
  box-shadow:0px 2px 7px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
  width: 79%;
  position: relative;
}

dl.r25__human__left dd{
  margin-top: -20px;
}

dl.r25__human__left dd::before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -15px;
  display: inline-block;
}

dl.r25__human__right dd::before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  top: 40px;
  display: inline-block;
}

dl.r25__human dd em{
  font-weight: bold;
}

dl.r25__human dd em.yellow__line{
  background: linear-gradient(transparent 50%, #FDFF38 0%);
}

dl.r25__human dd small{
  font-size: 12px;
  display: block;
}

dl.r25__human dd a{
  color:#05943C;
  text-decoration: underline;
  font-weight: bold;
}

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

  .r25__mb{
    margin-bottom: 30px !important;
  }

  .r25__img img{
    max-width: 800px;
    width: 90%;
  }

  .r25__com{
    font-size: 11px;
    margin:0 auto 20px;
    width: 90%;
  }

  .r25__btn a{
    font-size: 20px;
    line-height: 1.4;
    padding: 20px 0;
    width: auto;
    margin:0 20px;
  }

  .r25__btn a::after{
    right: 20px;
  }

  h3.r25__q{
    color:#05943C;
    font-size: 20px;
    margin-top: 40px;
  }

  h3.r25__q::after{
    margin:20px auto ;
  }

  .r25__gray{
    padding: 20px 0;
    margin: 30px 0 30px;
  }

  dl.r25__human{
    align-items: flex-start;
    width: 90%;
  }

  dl.r25__human dt{
    width: 80px;
  }

  dl.r25__human dd{
    padding: 15px 15px;
    font-size: 12px;
    border-radius: 5px;
    width: calc(100% - 160px);
  }

  dl.r25__human__left dd{
    margin-top: 10px;
  }

  dl.r25__human dd small{
    font-size: 11px;
  }

}

/************************************************

mv

*************************************************/

.r25__main{
  position: relative;
  max-width: 1000px;
  margin:0 auto 70px;
}

.r25__main .img img{
  width: 100%;
}

.r25__main .img-wappen{
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.r25__main .img-wappen img{
  width: 228.5px;
}


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

  .r25__main{
    margin-bottom: 40px;
  }

  .r25__main .img-wappen{
    bottom: 0px;
    left: 0px;
  }

  .r25__main .img-wappen img{
    width: 100px;
  }

  .r25__main .scroll{
    bottom: 10px;
  }
  
}

/************************************************

r25__maincopy

*************************************************/

.r25__maincopy h2{
  font-size: 42px;
  line-height: 1.28;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.r25__maincopy__sub{
  color:#C4302B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.r25__maincopy__main{
  font-size: 20px;
  line-height: 1.7;
  font-weight: lighter;
  margin-bottom: 50px;
}

.r25__maincopy__main em{
  font-weight: bold;
}

.r25__maincopy__main em.yellow__line{
  background: linear-gradient(transparent 50%, #FDFF38 0%);
}

.r25__maincopy__main small{
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.r25__maincopy__editor{
  border: 1px dotted #707070;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  margin: 50px 0;
}

.r25__maincopy__editor a{
  color:#05943C;
  font-weight: bold;
}

.r25__maincopy .img{
  text-align: center;
}

.r25__maincopy .img img{
    max-width: 800px;
  }

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

  .r25__maincopy h2{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .r25__maincopy__sub{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .r25__maincopy__main{
    font-size: 16px;
    margin-bottom: 30px;
  }

  .r25__maincopy__main small{
    font-size: 11px;
  }

  .r25__maincopy__editor{
    text-align: left;
    font-size: 12px;
    padding: 18px;
    margin: 20px 0 40px;
  }

  .r25__maincopy .img img{
    width: 100%;
  }

  .r25__maincopy .r25__btn a{
    margin:auto;
  }
  
}