@charset "UTF-8";
.yougrt {}
.yougrt .content {
  font-feature-settings: "palt";
letter-spacing: 0.05em;
}
.yougrt .content p {
  text-align: justify;
}
.yougrt .sidebar {
}
.yougrt .saide-menu li a {

}
.yougrt .saide-menu li a span {
background-color:#a59cd2;
  color: #fff;
  display: block;
  font-size:12px;
  width: 4em;
  padding: 0.3em;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.yougrt .sidebar .saide-menu {
}
.yougrt .sidebar .saide-menu h2 {
  text-align: center;
}

.yougrt .titBox {
  padding: 50px 0;
}
.yougrt .titBox h1 {
  max-width: 549px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.yougrt .titBox h2 {
  padding: 20px 0;
  margin: 0 auto;
  border-top: #005b97 solid 1px;
  border-bottom: #005b97 solid 1px;
  text-align: center;
}
.yougrt .titBox h2 img {
  width: 100%;
  max-width: 660px;
}
.yougrt .titBox p.lead {
  padding: 20px;
  line-height: 2;
}
.yougrt #member{
  border: #005b97 solid 1px;
  padding: 30px;
  
}
.yougrt #member .h3Mem{
  max-width: 480px;
  margin: 0 auto;
}
.yougrt #member .flex {}
.yougrt #member .flex .mem {
  width: 30%;
  padding: 30px 0;
  max-width: 230px;
}
.yougrt #member .flex .mem p.memTit {
  line-height: 1;
  padding: 0;
}
.yougrt #member .flex .mem p.name {
  padding-top: 10px;
}

.yougrt #roitel {
  background: rgb(79,142,203);
background: linear-gradient(90deg, rgba(79,142,203,0.3) 0%, rgba(228,6,131,0.3) 100%);
  padding: 30px;
}
.yougrt #roitel {}
.yougrt #roitel .flex .imgBox {
  width: 28%;
}
.yougrt #roitel .flex .txtBox {
  width: 68%;
}
.yougrt #roitel .flex .txtBox dl {
  color: #005b97;
}
.yougrt #roitel .flex .txtBox dl dt {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.yougrt #roitel .flex .txtBox dl dd {
  font-size: 13px;
  line-height: 1.5;
}
.yougrt #roitel .flex .txtBox dl dd .caption {

  font-size: 10px;
  margin: 0;
}
.yougrt #roitel .flex .txtBox dl dd span {
  font-style: italic;
}
.yougrt #roitel .flex .txtBox .linkBox {
  padding: 20px 0;
  position: relative;
}
.yougrt #roitel .flex .txtBox .linkBox a {
  display: block;
  background-color: #BF0003;
  color: #fff;
  border-radius: 10px;
  padding:0.6em 0.3em;
  text-align: center;
  font-size: 14px;
  width: calc(100% - 90px);
  transition: 0.5s;
  line-height: 1.3;
}
.yougrt #roitel .flex .txtBox .linkBox a:hover {
  opacity: 0.6;
}
.yougrt #roitel .flex .txtBox .linkBox .qr {
  position: absolute;
  right: 0;
  width: 80px;
  top: -20px;
}
.yougrt .btnWrap {
  padding: 0 0 30px 0;
}
.yougrt .btnWrap ul {
  width: 100%;
}
.yougrt .btnWrap ul li {
  width: 32%;
}




.yougrt.thema {}
.yougrt.thema .titBox {
 position: relative;
  padding: 0;
  padding-top: 30px;
}
.yougrt.thema .titBox::before,
.yougrt.thema .titBox::after
{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
    background: rgb(79,142,203);
background: linear-gradient(90deg, rgba(79,142,203,1) 0%, rgba(228,6,131,1) 100%);
}
.yougrt.thema .titBox::after {
  top: auto;
  bottom: 0;
}

.yougrt.thema .titBox p {
  width: 21%;
}
.yougrt.thema .titBox h1 {
  width: 74%;
  max-width: 700px;
}
.yougrt.thema .main {
  padding: 10px 0;
  position: relative;
}
.yougrt.thema .main .img01 {
  position: absolute;
  left: 75%;
  top: 60%;
  width: 30%;
  border-radius: 999px;
  overflow: hidden;
} 
.yougrt.thema #talks {
  padding: 50px 0;
}
.yougrt.thema #talks .talk {
  background-color: #f9f6fa;
  width: 80%;
  border-radius: 15px;
  padding: 2em 2em 2em 100px;
  position: relative;
  margin-bottom: 30px;
}
.yougrt.thema #talks .talk.tR {
  margin-left: 20%;
}
.yougrt.thema #talks .talk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 120px;
  background-image:url("../images/thema/icon-kanaya.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}
.yougrt.thema #talks .sasaki::before {
  background-image:url("../images/thema/icon-sasaki.png");
}
.yougrt.thema #talks .yoneyama::before {
  background-image:url("../images/thema/icon-yoneyama.png");
}

.yougrt.thema #talks .talk .imgBox {
  width: 70%;
  max-width: 250px;
  border-radius: 20px;
  overflow: hidden;
  float: right;
  margin-left: 1.5em;
  
}
.yougrt .pdfBox {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.yougrt .pdfBox a {
  display: inline-block;
  background-color: #BF0003;
    background: rgb(79,142,203);
background: linear-gradient(180deg, rgba(79,142,203,1) 0%, rgba(228,6,131,1) 100%);
  color: #fff;
  border-radius: 10px;
  padding:1.5em 0.6em;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  transition: 0.5s;
  line-height: 1.3;
}
.yougrt .pdfBox a:hover {
  opacity: 0.6;
}

@media (max-width: 979px) {}
@media (max-width: 767px) {
  .yougrt .titBox {
    padding: 5% 0;
  }
  .yougrt .titBox h2 {
    max-width: 500px;
  }
  .yougrt #member .flex {
    flex-wrap: wrap;
  }
  .yougrt #member .flex .mem {
    width: 100%;
    padding: 20px 5%;
    margin: 0 auto;
  }
  .yougrt .btnWrap ul {
    flex-wrap: wrap;
  }
  .yougrt .btnWrap ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .yougrt #roitel .flex {
    flex-wrap: wrap;
  }
  
  .yougrt #roitel .flex .imgBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .yougrt #roitel .flex .txtBox {
    width: 100%;
    padding-top: 20px;
  }
  .yougrt #roitel .flex .txtBox .linkBox a {
    width: 100%;
  }
  .yougrt #roitel .flex .txtBox .linkBox .qr {
display: none;
  }
  
  .yougrt.thema .titBox {
    flex-wrap: wrap;
  }
  .yougrt.thema .titBox p {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .yougrt.thema .titBox h1 {
    width: 100%;
    max-width: 700px;
  }
  .yougrt.thema .main .img01 {
    width: 36%;
    left: auto;
    right: -5%;
    top: 75%;
  } 
  .yougrt.thema #talks {
    padding: 30px 0 0;
  }
  .yougrt.thema #talks .talk {
    width: 100%;
    margin-top: 80px;
    
  }
  .yougrt.thema #talks .talk p {
    text-align: justify;
  }
  .yougrt.thema #talks .talk.tR {
  margin-left: 0%;
  }
  .yougrt.thema #talks .talk::before {
    left: 50%;
    top: -70px;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
  }
  .yougrt.thema #talks .talk {
    width: 100%;
    border-radius: 10px;
    padding: 2em 2em;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .yougrt.thema #talks .talk .imgBox {
    width: 70%;
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    float: none;
    margin: 10px auto;
  }
  .yougrt .pdfBox a {
    font-size: 4vw;
    font-size: clamp(13px, 4vw, 16px);
  }
  
}
