@charset "UTF-8";
/*----------------------------------------------------- */
/*  全国研究集会 トップ 
/*----------------------------------------------------- */
.page-slug-research_competition {
 
}
.page-slug-research_competition .wrapperS{
 margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.page-slug-research_competition .wrapperS{
 margin-bottom: 0.5rem;
}
}
.page-slug-research_competition .lead_box {
 margin-bottom: 0.75rem;
}
.page-slug-research_competition .lead_box p {
 background: url(/images/activity/research_competition/header-image.png) right center no-repeat;
 background-size: 345px;
 padding-right: 375px;
 font-size: 1.5em;
 font-weight: 300;
 line-height: 1.7;
}
@media screen and (max-width: 768px) {
.page-slug-research_competition .lead_box p{
 background: none;
 padding-right: 0;
 font-size: 1.1em;
}
}
.page-slug-research_competition .lead_box p span{
 font-weight: 500;
}
.page-slug-research_competition .item_inner {
 
}
.page-slug-research_competition .item_inner figure img{
 width: 100%;
}
.page-slug-research_competition .item_inner .info{
 display: flex;
 flex-wrap: wrap;
 margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
.page-slug-research_competition .item_inner .info{
 display: block;
}
}
.page-slug-research_competition .item_inner .info .place{
 width: 240px;
 margin-right: 30px;
}
@media screen and (max-width: 768px) {
 .page-slug-research_competition .item_inner .info .place{
 width: 100%;
 margin-right: 0;
  margin-bottom: 0.2rem;
}
}
.page-slug-research_competition .item_inner .info .place img{
 width: 100%;
 border-radius: 10px;
}
.page-slug-research_competition .item_inner .info .place.before-event{
 background: url(/images/noimage.png)left top no-repeat;
 background-size: 100%;
 border-radius: 10px;
 font-size: 1.1em;
 font-weight: 500;
 text-align: center;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
@media screen and (max-width: 768px) {
 .page-slug-research_competition .item_inner .info .place.before-event{
  aspect-ratio: 24 / 17;
 }
}
.page-slug-research_competition .item_inner .info dl{
 width: calc(100% - 270px);
 display: flex;
 flex-wrap: wrap;
 /*align-items: center;*/
}
@media screen and (max-width: 768px) {
.page-slug-research_competition .item_inner .info dl{
 width: 100%;
 display: block;
}
}
.page-slug-research_competition .item_inner .info dt{
 width: 15%;
 padding: 5px 10px;
 background: #f9f8f3;
 font-weight: 400;
 display: flex;
 align-items: center;
 margin-bottom: 5px;
}
.page-slug-research_competition .item_inner .info dd{
 width: 85%;
 padding: 5px 10px;
}
@media screen and (max-width: 768px) {
 .page-slug-research_competition .item_inner .info dt,
 .page-slug-research_competition .item_inner .info dd{
  width: 100%;
 }
}
.page-slug-research_competition .item_inner .info dd:nth-of-type(1) {
 font-size: 1.3em;
 font-weight: 500;
 line-height: 1.5;
}

.page-slug-research_competition .item_inner .info .pageLink{
 width: 100%;
 text-align: right;
}
@media screen and (max-width: 768px) {
.page-slug-research_competition .item_inner .info .pageLink{
 text-align: center;
}
}
.page-slug-research_competition .item_inner .info a.pageLink_bt{
 background: var(--color-blue);
 color: #FFF;
 font-size: 16px;
 padding: 2px 30px 3px;
}
@media screen and (max-width: 768px) {
 .page-slug-research_competition .item_inner .info a.pageLink_bt{
  display: block;
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.1rem 0.3rem;
 }
}
.page-slug-research_competition .item_inner .info a.pageLink_bt::after{
 content: '\f08e';
 font-family: 'Font Awesome 6 Free';
 font-weight: 600;
 padding: 0 0 0 5px;
 margin-left: 10px;
 color: #FFF;
}
@media screen and (max-width: 768px) {

}
/*----------------------------------------------------- */
/*見出しリセット
/*----------------------------------------------------- */
main#primary.research_competition2020 h2,
main#primary.research_competition2021 h2,
main#primary.research_competition2022 h2,
main#primary.research_competition2023 h2,
main#primary.research_competition2024 h2 {
 border: none;
}

/*----------------------------------------------------- */
/*2020年度全国研究集会
/*----------------------------------------------------- */
.research_competition2020 .read{
 background: #f8eef4;
 text-align: center;
 width: 820px;
 font-weight: bold;
 padding: 15px;
    margin: 0px auto 50px;
     line-height: 180%;
}
.research_competition2020 .read span{
color: #ba5149;
 font-weight: bold;
     margin-left: 5px;
 margin-right: 5px;
}
.research_competition2020 .flyer{
 margin-bottom: 50px;
}
.research_competition2020 .flyer img{
 width: 640px;
 margin: 0 auto;
}
.research_competition2020 .guests{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.research_competition2020  h3{
 border-left: none;
 background: #33b0e5;
 color: #FFF;
 padding: 5px;
 border-bottom: solid 8px #a2daf7;
}
.research_competition2020 .guests div{
 width: 170px;
 text-align: center;
}
.research_competition2020 .guests div:nth-child(4){
 margin-right: 0;
}
.research_competition2020 .guests div img{
 border-radius: 50%;
}
.research_competition2020 .guests div .name{
 color: #33b0e5;
 font-size: 22px;
 font-weight: bold;
}
.research_competition2020 .guests div .name span{
 font-size: 17px;
    margin-left: 5px;
 font-weight: bold;
}
.research_competition2020 .guests div .tl{
 font-size: 14px
}

/*----------------------------------------------------- */
/*2020年度全国研究集会
/*----------------------------------------------------- */
.research_competition{
 
}
.research_competition .heading{
 margin-bottom: 20px;
 text-align: center;
}
.research_competition2020 .heading{
 text-align: center;
}
.research_competition .heading img{
 width: 773px;
 margin: 0 auto;
}
.research_competition  h3{
 border-left: none;
 background: #33b0e5;
 color: #FFF;
 padding: 5px;
 border-bottom: solid 8px #a2daf7;
 margin-bottom: 15px;
}
.research_competition .mainVideo{
 margin-bottom: 30px;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .research_competition .mainVideo iframe{
  width: 100%;
  height: auto;
 }
}
.research_competition2020 .mainVideo{
 text-align: center;
}
.research_competition .mainVideo .title{
 background: #33b0e5;
 font-size: 20px;
 color: #FFF;
 text-align: center;
 padding: 5px;
 margin-bottom: 30px;
}

.research_competition .sideVideo{
 padding:25px 0 20px 0; 
 margin-bottom: 90px;
 background: #daf0fc;
 /*margin-left: calc(-50vw + 50%);
 margin-right: calc(-50vw + 50%);*/
}
.research_competition .sideVideo .title{
 background: #33b0e5;
 color: #FFF;
 font-size: 22px;
 padding: 10px;
 margin-bottom: 30px;
}
.research_competition .sideVideo .title p{
 padding-left: 55px;
 background: url(/images/activity/research_competition/2020/icon.png)left top no-repeat;
 width: 765px;
 margin: 0 auto;
}
.research_competition .sideVideo .inner {
width: 820px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 768px) {
 .research_competition .sideVideo .inner {
  width: 100%;
 }
}
.research_competition .sideVideo .inner > div{
 width: 370px;
 text-align: center;
}
.research_competition .sideVideo .inner > div iframe,
.research_competition .sideVideo .inner > div img{
 margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
 .research_competition .sideVideo .inner > div iframe{
  width: 95%;
  height: auto;
}
}
.research_competition .sideVideo .inner > div span{
 font-weight: bold;
 font-size: 16px;
}
.research_competition .survey {
 text-align: center;
 margin-bottom: 75px;
}
.research_competition .survey .txt {
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 20px;
 /*position: relative;*/
}
.research_competition .survey .txt::before,
.research_competition .survey .txt::after{
 content: "";
 border-top: 16px solid #33b0e5;
 border-right: 11px solid transparent;
 border-left: 11px solid transparent;
 position: relative;
 top: 18px;
 }
.research_competition .survey .txt::before{
 left:-7px;
}
.research_competition .survey .txt::after{
 left:5px;
}
.research_competition .survey .txt span{
 font-weight: bold;
  color: #ff0028;
}

.research_competition .survey a{
padding-right:34px;
padding-left:34px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #33b0e5;
  text-align: center;
  color: #fff;
  line-height: 48px;
  height: 44px;
  border-bottom: 6px solid #1a96cb;
 font-size: 20px;
}

.research_competition .survey a.temp{
 pointer-events: none;
cursor:default;
  background: #CCCCCC;
  color: #999999;
  border-bottom: 6px solid #999999;
}



.research_competition .snsBox{
 margin-bottom: 70px;
 text-align: center;
 font-size: 16px;
}
@media screen and (max-width: 768px) {
 .research_competition .snsBox{
  margin-bottom: 30px;
 }
}
.research_competition .snsBox .snsBt{
 margin-top: 15px;
 display: flex;
justify-content: center;
}
@media screen and (max-width: 768px) {
 .research_competition .snsBox .snsBt{
  flex-wrap: wrap;
 }
}
.research_competition .snsBox .snsBt .fbSns,
.research_competition .snsBox .snsBt .twSns{
 margin-right: 30px;
}
@media screen and (max-width: 768px) {
 .research_competition .snsBox .snsBt .fbSns,
 .research_competition .snsBox .snsBt .twSns{
  margin-right: 0;
 }
}
.research_competition .pamphletBox{
 display: flex;
 margin: 0 auto 50px;
 width: 800px
}
@media screen and (max-width: 768px) {
 .research_competition .pamphletBox{
  display: block;
  width: 100%
 }
}
.research_competition .pamphletBox .pamphletleft{
 width: 400px;
 margin-right: 55px;
}
@media screen and (max-width: 768px) {
 .research_competition .pamphletBox .pamphletleft{
 width: 100%;
 margin-right: 0;
 argin-bottom: 30px;
}
}
.research_competition .pamphletBox .pamphletleft .switch {
 display: flex;
 justify-content: center;
}
.research_competition .pamphletBox .pamphletleft .switch li{
 font-size: 14px;
 cursor: pointer;
 color: #98d7f2;
}
.research_competition .pamphletBox .pamphletleft .switch li.active{
 color: #32b0e5;
}
.research_competition .pamphletBox .pamphletleft .switch li:nth-child(1){
 margin-right: 10px;
}
.research_competition .pamphletBox .pamphletright{
 font-size: 18px;
 width: 400px;
}
@media screen and (max-width: 768px) {
.research_competition .pamphletBox .pamphletright{
 width: 100%;
}
}
.research_competition2020 .pamphletBox .pamphletright{
 width: 585px;
}
@media screen and (max-width: 768px) {
 .research_competition2020 .pamphletBox .pamphletright{
 width: 100%;
}
}
.research_competition .pamphletBox .pamphletright span.txt01{
font-size: 20px;
 font-weight: bold;
}
.research_competition .pamphletBox .pamphletright span.txt02{
 color: #ff0028;
  font-weight: bold;
}
.research_competition .pamphletBox .pamphletright p:nth-child(1){
 margin-bottom: 40px;
}
.research_competition .pamphletBox .pamphletright p:nth-child(3){
 color: #ff0028;
 font-weight: bold;
 margin-top: 40px;
 padding-left: 13px;
}
.research_competition .pamphletBox .pamphletright p:nth-child(3)::before{
 content: "";
 font-size: 0;
 border-top: 10px solid transparent;
  border-right: 15px solid #33b0e5;
  border-bottom: 10px solid transparent;
 position: relative;
 top: -6px;
 left: -8px;
}
.research_competition .guests{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 60px;
}
.research_competition .guests div{
 width: 170px;
 text-align: center;
}
@media screen and (max-width: 768px) {
.research_competition .guests div{
 width: 48%;
 margin-bottom: 20px;
}
}
.research_competition .guests div img{
 border-radius: 50%;
}
.research_competition .guests div .name{
 color: #33b0e5;
 font-size: 22px;
 font-weight: bold;
}
.research_competition .guests div .name span{
 font-size: 17px;
    margin-left: 5px;
 font-weight: bold;
}
.research_competition .guests div .tl{
 font-size: 14px
}
/*----------------------------------------------------- */
/*2021年度全国研究集会
/*----------------------------------------------------- */
.research_competition2021_temp{
 
}
.research_competition2021_temp .intro{
 text-align: center;
	margin-bottom: 50px;
}
.research_competition2021_temp .intro p{
 font-weight: bold;
line-height: 180%;
}
.research_competition2021_temp .intro p:nth-child(1){
 font-size: 1.1em;
}
.research_competition2021_temp .intro p:nth-child(2){
	color: #38a6d5;
 font-size: 1.4em;
}
.research_competition2021_temp .intro p:nth-child(3){
 color: #206b95;
 font-size: 1.3em;
 margin-bottom: 1em;
}
.research_competition2021_temp .introImg{
}
.research_competition2021_temp .introImg img {
	
}
.research_competition2021_temp .introImg img:nth-child(1){
 width: 600px;
margin: 0 auto 30px;
}
.research_competition2021_temp .introImg img:nth-child(2){
 width: 100%;
}
.research_competition2021_temp .pdfDl {
text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	}
.research_competition2021_temp .pdfDl a {
	padding-right: 34px;
    padding-left: 34px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #33b0e5;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: 44px;
    border-bottom: 6px solid #1a96cb;
    font-size: 20px;
}

/*  ID指定 */
#post-6709 .subttl,
#post-6784 .subttl{
	margin-bottom: 0;
}
#post-6709 .subcontent,
#post-6784 .subcontent{
	margin-bottom: 0;
}
.research_competition2021{
 
}
.research_competition2021 .w_bg{
/*margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);*/
}
.research_competition2021 .inner {
	width: 820px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .inner {
	width: 100%;
}
}
.research_competition2021 p{
 line-height: 180%;
}
.research_competition2021 .mb_100{
 margin-bottom: 100px !important;
}
.research_competition2021 .mainImg{
 background: #a2daf7;
	height: 540px;
	/*text-indent: -9999px;*/
	padding-top: 45px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .mainImg{
  height: 250px;
 }
}
.research_competition2021 .mainImg p {
	text-indent: -9999px;
	display: none;
}
.research_competition2021 .mainImg .inner {
	background: url("/images/activity/research_competition/2021/h2.png")no-repeat;
	height:485px;
}
@media screen and (max-width: 768px) {
.research_competition2021 .mainImg .inner {
 background-size: 100%
}
}
.research_competition2021 .mainVideo {
	margin: 50px 0 40px;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .mainVideo {
	width: 100%;
	aspect-ratio: 16 / 9;
 }
}
@media screen and (max-width: 768px) {
 .research_competition2021 .mainVideo iframe{
  width: 100%;
   height: 100%;
 }
}
.research_competition2021 .commentVideo {
	border: solid 1px #33b0e5;
	margin-bottom: 30px;
}
.research_competition2021 .commentVideo .title{
	text-align: center;
	background: #33b0e5;
	color: #FFF;
	padding: 5px;
 font-size: 1.8em;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .commentVideo .title{
  font-size: 1.4em;
 }
}
.research_competition2021 .commentVideo .videoInfo {
	display: flex;
	padding: 20px;
}
.research_competition2021 .commentVideo .videoIcon {
	margin-right: 20px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .commentVideo .videoIcon {
  display: none;
}
}
.research_competition2021 .commentVideo .videoInfoInner {
	position: relative;
}
@media screen and (max-width: 768px) {
.research_competition2021 .commentVideo .videoInfoInner {
 line-height: 1.2;
}
}
.research_competition2021 .commentVideo .videoInfoInner .headding p{
	color: #1a96cb;
	font-size: 1.4em;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}
.research_competition2021 .commentVideo .videoInfoInner .headding p span {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}
.research_competition2021 .commentVideo .videoInfoInner .infoDate {
	font-size: 1.2em;
	/*font-weight: bold;*/
}
@media screen and (max-width: 768px) {
 .research_competition2021 .commentVideo .videoInfoInner .infoDate {
  margin-top: 10px;
  margin-bottom: 10px;
 }
}
.research_competition2021 .commentVideo .videoInfoInner .infoDate span {
	border: solid 2px #000;
 padding: 2px 5px;
 margin-right: 10px;
}
@media screen and (max-width: 768px) {
.research_competition2021 .commentVideo .videoInfoInner .infoDate span {
 display: inline-block;
}
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt{
 width: 140px;
 position: absolute;
 bottom: 5px;
 right: 0;
 display: flex;
 flex-wrap: wrap;
 z-index: 2;
 justify-content: space-between;
}

@media screen and (max-width: 768px) {
.research_competition2021 .commentVideo .videoInfoInner .snsBt{
 position: static;
 }
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt a{
 width: 42px;
 height: 24px;
 display: block;
 text-indent: -9999px;
 border-radius: 5px;
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .fbSns{
 /*margin-right: 15px;*/
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .fbSns a{
 background:url(/images/activity/research_competition/2021/fb.png) #3b5998 no-repeat center;
	background-size: 8px;
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .twSns{
 /*margin-right: 15px;*/
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .twSns a{
 background:url(/images/activity/research_competition/2021/tw.png) #55acee no-repeat center;
	background-size: 15px;
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .lineSns{
}
.research_competition2021 .commentVideo .videoInfoInner .snsBt .lineSns a{
 background:url(/images/activity/research_competition/2021/line.png) #00b900 no-repeat center;
background-size: 27px;
}
.research_competition2021 .videoAfter {
	text-align: center;
	margin-bottom: 30px;
}
.research_competition2021 .videoAfter p span{
color: #1a96cb;
}
.research_competition2021 .inqLink {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.research_competition2021 .inqLink {
	margin-bottom: 20px;
}
}
.research_competition2021 .news {
	margin-bottom: 50px;
 margin-left: 180px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .news {
	margin-bottom: 10px;
 margin-left: 10px;
}
}
.research_competition2021 .guest{
 background: #ffffe5;
}
.research_competition2021 .guest .inner{
 position: relative;
}
.research_competition2021 .guest .title{
	text-align: center;
	background: #33b0e5;
	color: #FFF;
	padding: 5px;
 font-size: 1.8em;
	position: absolute;
 top: -30px;
 left: 0;
 width: 810px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .guest .title{
  width: 100%;
  position: static;
  font-size: 1.4em;
 }
}
.research_competition2021 .guest .uRow,
.research_competition2021 .guest .lRow{
	display: flex;
	justify-content:center;
}
@media screen and (max-width: 768px) {
.research_competition2021 .guest .uRow,
.research_competition2021 .guest .lRow{
 justify-content:space-between;
 flex-wrap: wrap;
 }
}
.research_competition2021 .guest .uRow  div.itemBox{
	margin-top: 60px;
}
.research_competition2021 .guest .uRow  div.itemBox:nth-of-type(4),
.research_competition2021 .guest .lRow  div.itemBox:nth-of-type(3){
	border-left: solid 1px #b3e1e6;
}
@media screen and (max-width: 768px) {
.research_competition2021 .guest .uRow  div.itemBox:nth-of-type(4),
.research_competition2021 .guest .lRow  div.itemBox:nth-of-type(3){
	border-left: none;
}
}
.research_competition2021 .guest .uRow div.itemBox,
.research_competition2021 .guest .lRow div.itemBox{
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .guest .uRow div.itemBox,
 .research_competition2021 .guest .lRow div.itemBox{
  width: 48%;
  margin-top: 20px;
 }
}
.research_competition2021 .guest .itemBox .guestPhoto{
}
.research_competition2021 .guest .itemBox .guestPhoto img{
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
}
.research_competition2021 .guest .itemBox .guestTitle{
	background: #33b0e5;
	color: #FFF;
	font-size: 0.8em;
	display: inline;
	padding: 2px 4px;
}
.research_competition2021 .guest .itemBox .guestName{
	margin-top: 5px;
	color: #33b0e5;
	font-size: 1.3em;
	margin-bottom: 2px;
}
.research_competition2021 .guest .itemBox .guestName span{
	font-size: 0.8em;
}
.research_competition2021 .guest .itemBox .guestJobs{
	font-size: 0.85em;
	line-height: 140%;
}
.research_competition2021 .pamphletBox {
	margin-top: 60px;
	margin-bottom: 100px;
}
.research_competition2021 .pamphletBox .pamphletleft{
	text-align: center;
}
.research_competition2021 .pamphletBox .pamphletleft img{
	margin: 0 auto;
	border: solid 1px #33b0e5;
}
.research_competition2021 .pamphletBox .pamphletleft .switch {
 display: flex;
 justify-content: center;
	margin-bottom: 40px;
 margin-top: 10px;
}
.research_competition2021 .pamphletBox .pamphletleft .switch li{
 font-size: 30px;
 cursor: pointer;
 color: #98d7f2;
}
.research_competition2021 .pamphletBox .pamphletleft .switch li.active{
 color: #32b0e5;
}
.research_competition2021 .pamphletBox .pamphletleft .switch li:nth-child(1){
 margin-right: 10px;
}
.research_competition2021 .step2Title {
	background: #33b0e5;
	color: #FFF;
	font-size: 1.4em;
	padding: 5px;
}
.research_competition2021 .step2Title .inner {
	position: relative;
}
.research_competition2021 .step2Title .inner p{
	margin-left: 120px;
	font-size: 1.1em;
}
.research_competition2021 .step2Title .inner .step2TitleIcon{
	position: absolute;
	top: -38px;
	left: 0;
}
.research_competition2021 .step2Info {
	background: #ffffe5;
	padding-bottom: 60px;
}
.research_competition2021 .step2Info .title {
	font-size: 1.4em;
	padding: 6px 5px 6px 88px;
	background: #33b0e5;
	color: #FFF;
	margin-bottom: 30px;
 line-height: 1.6;
}
.research_competition2021 .step2Info .step01 {
	background-image: url("/images/activity/research_competition/2021/step01.png");
	background-repeat: no-repeat;
}
.research_competition2021 .step2Info .step02 {
	background-image: url("/images/activity/research_competition/2021/step02.png");
	background-repeat: no-repeat;
}
.research_competition2021 .beforeVideo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .beforeVideo {
	display: block;
}
}
.research_competition2021 .beforeVideo .videos{
}
@media screen and (max-width: 768px) {
.research_competition2021 .beforeVideo .videos{
 	width: 100%;
	aspect-ratio: 16 / 9;
}
.research_competition2021 .beforeVideo .videos iframe{
 width: 100%;
 height: 100%;
 }
}
.research_competition2021 .beforeVideo .videos div{
	margin-top: 5px;
	font-size: 1.2em;
	/*font-weight: bold;*/
}
.research_competition2021 .step2Info .memo1{
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
.research_competition2021 .step2Info .memo1{
	padding: 50px 10px;
}
}
.research_competition2021 .step2Info .memo2{
	font-size: 0.9em;
	color: #FF0000;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .step2Info .memo2{
  padding: 10px;
}
}
.research_competition2021 .step2Info .memo3{
	padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .step2Info .memo3{
  padding: 0 10px 20px;
}
}
.research_competition2021 .step2Info .commentStep2 {
	border: solid 1px #33b0e5;
	background: #FFF;
}
@media screen and (max-width: 768px) {
.research_competition2021 .step2Info .commentStep2 {
	padding: 10px;
 margin: 10px;
}
}
.research_competition2021 .step2Info .commentStep2 .title{
	background: #33b0e5;
	color: #FFF;
	padding: 5px;
 font-size: 1.8em;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.research_competition2021 .step2Info .commentStep2 .title{
	margin-bottom: 20px;
}
}
.research_competition2021 .step2Info .commentStep2 p:nth-of-type(1) {
	padding: 10px 20px;
	color: #33b0e5;
	font-size: 1.4em;
	line-height: 130%;
	font-weight: bold;
}
.research_competition2021 .step2Info .commentStep2 p:nth-of-type(1) span {
	font-size: 0.8em;
	line-height: 130%;
	font-weight: bold;
}
.research_competition2021 .step2Info .commentStep2 p:nth-of-type(2) {
	padding: 10px 20px;
	text-align: right;
}

/*ボタン*/
.research_competition2021 .btBox{
	text-align: center;
}
.research_competition2021 .btBox a {
    padding-right: 34px;
    padding-left: 34px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: auto;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .btBox a {
  height: auto;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
 }
}
.research_competition2021 .btBox.inqLink a{
border-bottom: 6px solid #d16309;
    background: #ff7c06;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
 .research_competition2021 .btBox.inqLink a{
	font-size: 20px;
}
}
.research_competition2021 .btBox.inqLink a.disabled {
		pointer-events:none;
background: #ccc;
border-bottom: 6px solid #aaa;
color: #666;
}
.research_competition2021 .btBox.pdfLink a{
border-bottom: 6px solid #1a96cb;
background: #33b0e5;
padding-right: 40px;
position: relative;
 line-height: 1.8;
}
.research_competition2021 .btBox.pdfLink a::after{
content:"";
	display:inline-block;
	position: absolute;
	top: 12px;
 right: 12px;
	width:1.2em;
	height:1.2em;
	background:url("/images/activity/research_competition/2021/icn_dl.png") no-repeat;
	background-size:contain;
}
.research_competition2021 .btBox.documentBt {
	margin-bottom: 70px;
}
.research_competition2021 .btBox.documentBt a {
    border-bottom: 6px solid #1a96cb;
    background: #33b0e5;
    font-size: 24px;
	}
@media screen and (max-width: 768px) {
 .research_competition2021 .btBox.documentBt a {
  font-size: 20px;
 }
}
/*----------------------------------------------------- */
/*2022年度全国研究集会 仮ページ
/*----------------------------------------------------- */
.research_competition2022_temp{
 
}
.research_competition2022_temp .competition2022_temp_inner{
 background: #eef8fc;
    padding: 30px;
    border: solid 1px #257597;
	margin: 60px 0 100px;
}
.research_competition2022_temp .competition2022_temp_inner img{
 
}
.research_competition2022_temp .competition2022_temp_inner h2{
	color: #17546d;
    margin-bottom: 50px;
    font-size: 1.8em;
}
.research_competition2022_temp .competition2022_temp_inner .inner_txtBox {
	display: flex;
}
.research_competition2022_temp .inner_txtBox .inner_img{
	margin-right: 40px;
}
.research_competition2022_temp .inner_txtBox .inner_img img{
	  width: 180px;
  height: auto;
}
.research_competition2022_temp .inner_txtBox .inner_txt{
	
}
.research_competition2022_temp .inner_txtBox .inner_txt p{
	margin-bottom: 20px;
}
.research_competition2022_temp .inner_txtBox .inner_txt span.title{
	color: #257ea4;
    font-weight: bold;
    font-size: 1.2em;
}
.research_competition2022_temp .inner_txtBox .inner_txt span.youtube{
color: #d10909;
    font-weight: bold;
    font-size: 1.1em;
}

/*----------------------------------------------------- */
/*2022年度全国研究集会
/*----------------------------------------------------- */
.research_competition2022 {
line-height: 180%;
}
.research_competition2022 .w_bg {
 /*margin-left: calc(-50vw + 50%);
 margin-right: calc(-50vw + 50%);*/
}
.research_competition2022 h3{
border: none;
	padding: 0;
}
.research_competition2022 .Bt {
	text-align: center;
}
.research_competition2022 .Bt a{ 
	border-bottom: 6px solid #1a96cb;
    background: #33b0e5;
padding-right: 34px;
    padding-left: 34px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    /*height: 44px;*/
    font-size: 20px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .Bt a{
  line-height: 1.4;
  padding: 10px;
  width: 100%;
 }
}
.research_competition2022 .Bt a.btDisable {
	background: #CCC;
	border-bottom: 6px solid #AAA;
	color: #666;
	pointer-events: none;
}
.research_competition2022 .Bt.cl002 a{
	border-bottom: 6px solid #d16309;
    background: #ff7c06;
}
@media screen and (max-width: 768px) {
.research_competition2022 .Bt.cl002 a{
	line-height: 1.5;
 padding: 10px;
}
}
.research_competition2022 .Bt.cl001.dl a,
.research_competition2022 .Bt.cl002.dl a{
	position: relative;
	padding-right: 50px;
}
.research_competition2022 .Bt.cl001.dl a::after,
.research_competition2022 .Bt.cl002.dl a::after {
	content: "";
	display:inline-block;
	position: absolute;
	top: 12px;
 right: 12px;
	width:1.2em;
	height:1.2em;
	background:url("/images/activity/research_competition/2022/icn_dl.png") no-repeat;
	background-size:contain;
}
/*** titleLine ***/
.research_competition2022 .titleLine{
	padding: 0;
	margin-bottom: 20px;
}
.research_competition2022 .titleLine h2{
background: url("/images/activity/research_competition/2022/title.png") no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
 width: 637px;
 height: 366px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .titleLine h2{
  width: 100%;
height: 200px;
	margin: 0 auto;
	background-size: 100%;
 }
}
.research_competition2022 .titleLine .read{
	background: url("/images/activity/research_competition/2022//bgimg.png") no-repeat center;
	padding: 100px 0 0 0;
	color: #162e6c;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	height: 360px;
	line-height: 200%;
    font-size: 1.05em;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .titleLine .read{
  background-size: 70%;
  height: auto;
  padding-bottom: 50px;
  background-position: center 20px;
 }
}
/*** guestsLine ***/
.research_competition2022 .guestsLine {
	margin-bottom: 40px;
}
.research_competition2022 .guestsLine h3{
	text-align: center;
	background: #e56403;
	color: #FFF;
	border-radius: 18px;
	padding: 15px;
	font-size: 1.8em;
 font-weight: normal;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .guestsLine h3{
  font-size: 1.6em;
 }
}
.research_competition2022 .guestsLine .guestsItemLine {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 20px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .guestsLine .guestsItemLine {
	display: block;
	width: 100%;
	margin: 0;
 }
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem {
	width: 255px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.research_competition2022 .guestsLine .guestsItemLine .guestsItem {
	width: 100%;
}
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPhoto{
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPhoto img{
	margin: 0 auto;
 margin-bottom: 10px;
 border-radius: 50%;
}

.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsName{
	color: #162e6c;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsName span {
	font-weight: bold;
font-size: 0.8em;
	margin-left: 10px;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPosition{
	text-align: center;
	font-size: 0.9em;
	line-height: 120%;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub {
	text-align: center;
	color: #FFF;
	width: 160px;
	margin: 10px auto 0;
	font-size: 0.95em;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen {
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
	color: #425477;
	cursor: pointer;
	display: block;
 position: relative;
	padding-right: 20px;
}
  .research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen::before,
.research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #f29440;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
  }
.research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen::after {
    background: #f29440;
    /* 横棒を縦にするために90℃回転させる */
    transform: translateY(-50%) rotate(90deg);
    /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
    transition: 0.5s;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen.active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
.research_competition2022 .guestsLine .guestsItemLine .guestsItem  .guestsOpen::after {
	
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1 {
	background: #162c58;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2 {
	background: #1a96cb;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsProfile{
	width: 250px;
	padding: 20px 10px;
	margin: 0 auto;
	background: #e8f2fa;
	box-sizing: border-box;
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsProfile{
  width: 100%;
 }
}
/*** flyerLine ***/
.research_competition2022 .flyerLine {
	background-size: auto auto;
background-color: rgba(163, 212, 233, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(140, 201, 228, 1) 3px, rgba(140, 201, 228, 1) 6px );
	padding-top: 60px;
	padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .flyerLine {
  padding-top: 10px;
  padding-bottom: 15px;
 }
}
.research_competition2022 .pamphletBox {
	/*margin-top: 60px;*/
}
.research_competition2022 .pamphletBox .pamphletleft{
	text-align: center;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .pamphletBox .pamphletleft{
  padding: 0 10px;
 }
}
.research_competition2022 .pamphletBox .pamphletleft img{
	margin: 0 auto;
	border: solid 1px #33b0e5;
}
.research_competition2022 .pamphletBox .pamphletleft .switch {
 display: flex;
 justify-content: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.research_competition2022 .pamphletBox .pamphletleft .switch {
	margin-bottom: 20px;
}
}
.research_competition2022 .pamphletBox .pamphletleft .switch li{
 /*font-size: 30px;*/
 cursor: pointer;
 color: #FFF;
}
.research_competition2022 .pamphletBox .pamphletleft .switch li.active{
 color: #cae6f2;
}
.research_competition2022 .pamphletBox .pamphletleft .switch li:nth-child(1){
 margin-right: 10px;
}

/*** participationLine ***/
.research_competition2022 .participationLine {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationLine {
	margin-bottom: 50px;
}
}
.research_competition2022 .participationLine .h3Box {
	text-align: center;
	width: 380px;
	height: 105px;
	margin: 0 auto 55px;
}
.research_competition2022 .participationLine .h3Box {
background: url("/images/activity/research_competition/2022/participationLine.png") no-repeat top center;
	overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationLine .h3Box {
  width: 100%;
  background-size: 100%;
  margin-bottom: 0;
 }
}
.research_competition2022 .participationLine .h3Box h3{
	color: #CCC;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: normal;
}
.research_competition2022 .participationLine .participationLine_inner{
	background: #ffebd2;
	padding: 25px;
}
.research_competition2022 .participationLine .participationLine_inner p:nth-child(2){
	margin-top: 20px;
	padding: 15px 20px;
	background: #FFF;
	font-size: 0.9em;
}
.research_competition2022 .participationLine .participationLine_inner span {
	color: #FF0000;
}
/*** participationYoutubeLine ***/
.research_competition2022 .participationYoutubeLine {
	margin-bottom: 90px;
}
.research_competition2022 .participationYoutubeLine .h3Box,
.research_competition2022 .participationlocalLine .h3Box{
	/*border-bottom: solid 5px #AAA;*/
		margin-bottom: 40px;
}
main#primary .research_competition2022 .participationYoutubeLine h3,
main#primary .research_competition2022 .participationlocalLine h3{
	color: #162e6c;
	font-size: 1.8em;
 margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
main#primary .research_competition2022 .participationYoutubeLine h3,
main#primary .research_competition2022 .participationlocalLine h3{
	font-size: 1.3em;
}
}
.research_competition2022 .participationYoutubeLine h3::before,
.research_competition2022 .participationlocalLine h3::before{
	content: "1";
	color: #FFF;
	background: #e56403;
	display: inline-block;
	width: 40px;
 height: 40px;
 border-radius: 40px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}
.research_competition2022 .participationYoutubeLine .h3Box .h3Boxline,
.research_competition2022 .participationlocalLine .h3Box .h3Boxline{
	background-size: auto auto;
background-color: rgba(163, 212, 233, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(140, 201, 228, 1) 3px, rgba(140, 201, 228, 1) 6px );
height: 11px;
border-radius: 5px;
}
.research_competition2022 .participationYoutubeLine .mainVideo{
	margin-bottom: 50px;
 /*text-align: center;*/
}
.research_competition2022 .commentVideo {
	border: solid 1px #33b0e5;
	margin-bottom: 30px;
}
.research_competition2022 .commentVideo .title{
	text-align: center;
	background: #33b0e5;
	color: #FFF;
	padding: 10px;
 font-size: 1.8em;
}
.research_competition2022 .commentVideo .videoInfo {
	display: flex;
	padding: 30px;
}
.research_competition2022 .commentVideo .videoIcon {
	margin-right: 20px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .commentVideo .videoIcon {
  display: none;
}
}
.research_competition2022 .commentVideo .videoInfoInner {
	position: relative;
	width: 100%;
}
.research_competition2022 .commentVideo .videoInfoInner .headding p{
	color: #1a96cb;
	font-size: 1.8em;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 28px;
}
.research_competition2022 .commentVideo .videoInfoInner .headding p span {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}
.research_competition2022 .commentVideo .videoInfoInner .infoDate {
	font-size: 1.3em;
	/*font-weight: bold;*/
}
.research_competition2022 .commentVideo .videoInfoInner .infoDate span {
	border: solid 1px #000;
 padding: 2px 10px;
 margin-right: 10px;
	border-radius: 3px;
	font-size: 0.9em;
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt{
 width: 140px;
 position: absolute;
 bottom: 5px;
 right: 0;
 display: flex;
 flex-wrap: wrap;
 z-index: 2;
 justify-content: space-between;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .commentVideo .videoInfoInner .snsBt{
  position: static;
  margin-top: 20px;
  width: 100%;
 }
 .research_competition2022 .commentVideo .videoInfoInner .snsBt div{
  width: calc(100% / 3);
 }
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt a{
 width: 42px;
 height: 24px;
 display: block;
 text-indent: -9999px;
 border-radius: 5px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .commentVideo .videoInfoInner .snsBt a{
  width: 90%;
  height: 120%;
 }
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .fbSns{
 /*margin-right: 15px;*/
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .fbSns a{
 background:url("/images/activity/research_competition/2022/fb.png") #3b5998 no-repeat center;
	background-size: 8px;
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .twSns{
 /*margin-right: 15px;*/
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .twSns a{
 background:url("/images/activity/research_competition/2022/tw.png") #55acee no-repeat center;
	background-size: 15px;
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .lineSns{
}
.research_competition2022 .commentVideo .videoInfoInner .snsBt .lineSns a{
 background:url("/images/activity/research_competition/2022/line.png") #00b900 no-repeat center;
background-size: 27px;
}


/*** participationlocalLine ***/
.research_competition2022 .participationlocalLine {
margin-bottom: 80px;
}
.research_competition2022 .participationlocalLine h3{

}
.research_competition2022 .participationlocalLine h3::before {
	content: "2";
}
.research_competition2022 .participationlocalLine dl{
display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.research_competition2022 .participationlocalLine dt{
background: #e5f1f9;
	width: 150px;
	text-align: center;
	padding: 15px 0;
	margin-right: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationlocalLine dt{
  width: 100%;
  padding: 10px;
 }
}
.research_competition2022 .participationlocalLine dd{
background: #f7f7f7;
	/*width: 605px;*/
 width: 865px;
	padding: 15px 25px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationlocalLine dd{
  width: 100%;
  padding: 10px;
 }
}
.research_competition2022 .participationlocalLineComment p {
	text-align: center;
	color: #162e6c;
	font-weight: bold;
	margin-bottom: 30px;
}
.research_competition2022 .participationlocalLineComment p.commentTxt001 {
;
}
.research_competition2022 .participationlocalLineComment p.commentTxt002 {
	color: #ff0000;
	margin-bottom: 20px;
}

/*** postscriptLine ***/
.research_competition2022 .postscriptLine {
}
.research_competition2022 .postscriptLine p.commentTxt003 {
	text-align: center;
	font-weight: bold;
	margin-top: 85px;
	margin-bottom: 35px;
}
.research_competition2022 .postscriptLine .postscriptLine_inner {
	background: #f3f6f7;
	padding: 30px 35px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .postscriptLine .postscriptLine_inner {
	padding: 15px;
}
}
.research_competition2022 .postscriptLine .postscriptLine_inner h3{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.5em;
	line-height: 140%;
 margin: 0;
}
.research_competition2022 .postscriptLine .postscriptLine_inner h3 span{
	font-size: 0.85em;
    font-weight: bold;
}
.research_competition2022 .postscriptLine .postscriptLine_inner h4{
color: #162e6c;
	margin-bottom: 10px;
}
.research_competition2022 .postscriptLine .postscriptLine_inner h4::before{
content: "";
	background: #e56403;
	display: inline-block;
	width: 15px;
 height: 15px;
 border-radius: 15px;
	margin-right: 5px;
}
.research_competition2022 .postscriptLine .postscriptLine_inner p,
.research_competition2022 .postscriptLine .postscriptLine_inner ul{
	font-size: 0.95em;
}
.research_competition2022 .postscriptLine .postscriptLine_inner p.commentTxt004{
	margin-bottom: 35px;
}
.research_competition2022 .postscriptLine .postscriptLine_inner p.commentTxt005{
	margin-bottom: 25px;
}
.research_competition2022 .postscriptLine .postscriptLine_inner p.commentTxt006{
	margin-bottom: 35px;
	text-decoration: underline;
}
.research_competition2022 .postscriptLine .postscriptLine_inner ul {
	list-style: disc;
	margin-left: 1em;
}
.research_competition2022 .postscriptLine .postscriptLine_inner ul li{
	
}
/** 2022.05.26 追記**/
.research_competition2022 .Bt.youtubeBt {
	margin-top: -20px;
    margin-bottom: 50px;
}
.research_competition2022 .participationYoutubeLine .mainVideo .mainVideoComment {
	display: flex;
	margin-top: 12px;
}
.research_competition2022 .participationYoutubeLine .mainVideo .mainVideoComment .mainVideoComment_icon{

}
.research_competition2022 .participationYoutubeLine .mainVideo .mainVideoComment .mainVideoComment_icon p{
		font-weight: bold;
	border: solid 1px #000;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 3px;
}
.research_competition2022 .participationYoutubeLine .mainVideo .mainVideoComment .mainVideoComment_txt{
	/*font-weight: bold;*/
	    padding-top: 4px;
}
.research_competition2022 .participationlocalLine h3 span{
	    font-size: 0.85em;
    font-weight: bold;
}
/** 2022.05.31 追記**/
.research_competition2022 .Bt.add05 {
	margin-top: -30px;
 margin-bottom: 50px;
}
.research_competition2022 .Bt.youtubeBt a,
.research_competition2022 .Bt.add05 a{
	/*width: 250px;*/
}
.research_competition2022 .Bt.youtubeBt.archive {

}
.research_competition2022 .Bt.youtubeBt.archive a {
	width: auto;
	height: auto;
	line-height: 150%;
	padding: 10px 20px;
}
.research_competition2022 .Bt.youtubeBt.archive a span{
	font-size: 0.9em;
}
.research_competition2022 .participationArchiveLine {
	margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationArchiveLine {
	margin-bottom: 50px;
}
}
main#primary .research_competition2022 .participationArchiveLine h3{
	color: #162e6c;
 font-size: 1.8em;
	position: relative;
	padding-left: 55px;
 margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
.research_competition2022 .participationArchiveLine h3{
 font-size: 1.3em;
 line-height: 1.2;
 padding-left: 35px;
}
}
.research_competition2022 .participationArchiveLine h3 span{
 font-size: 0.9em;
 font-weight: bold;
}
.research_competition2022 .participationArchiveLine h3::before{
content: "";
    color: #FFF;
    background: #e56403;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 10px;
	position: absolute;
	top: 15px;
	left: 0;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationArchiveLine h3::before{
   width: 20px;
   height: 20px;
 }
}
.research_competition2022 .participationArchiveLine .h3Boxline{
background-size: auto auto;
    background-color: rgba(163, 212, 233, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(140, 201, 228, 1) 3px, rgba(140, 201, 228, 1) 6px );
    height: 11px;
    border-radius: 5px;
	margin-bottom: 40px;
}
.research_competition2022 .participationArchiveLine .commentArchive {
	margin-bottom: 50px;
}
.research_competition2022 .participationArchiveLine .mainVideo {
	margin-bottom: 50px;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .research_competition2022 .participationArchiveLine .mainVideo {
  width: 100%;
  aspect-ratio: 16 / 9;
 }
 .research_competition2022 .participationArchiveLine .mainVideo iframe{
  width: 100%;
  height: 100%;
 }
}
.research_competition2022 .participationYoutubeLine .mainVideo > img {
	border: solid 1px #333;
}
.research_competition2022 .participationYoutubeLine p.onlineComment{
font-size: 1.3em;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
    font-weight: bold;
}
.research_competition2022 .participationYoutubeLine p.onlineComment a{
	text-decoration: underline;
	color: #33b0e5;
}

/*-----------------------------------------------------
	2023年度全国研究集会 仮ページ
----------------------------------------------------- */
.research_competition2023_temp {
margin-top: 48px;

}

.research_competition2023_temp .competition2023_temp_inner{
    padding: 36px;
}

.research_competition2023_temp .competition2023_temp_inner .inner_txtBox {
	background: #ffffff;
	padding:30px 20px 4px;
}

.research_competition2023_temp .inner_txtBox .inner_txt{
width:600px;
margin: auto;
}

/*見出し*/
.competition2023_temp_inner h2{
font-size: 2.4em;
line-height: 100%;
margin-bottom: 10px;
}

.competition2023_temp_inner h3{
border: none;
padding-left: 0;
}


.research_competition2023_temp p{
	margin-bottom: 20px;
	line-height: 170%;
}


/*タイトル太字*/
.research_competition2023_temp .title{
	color: #257ea4;
    font-weight: bold;
    font-size: 1.2em;
}

.research_competition2023_temp .txtC{text-align: center;}


/*赤太字*/
.research_competition2023_temp .txtRedB{
	color: #E05B37;
    font-weight: bold;
    font-size: 1.4em;
}

/*青太字*/
.research_competition2023_temp .txtBlueB{
	color: #162E6C;
    font-weight: bold;
    font-size: 1.4em;
}

/*太字*/
.research_competition2023_temp .txtBlackB{
	color: #333333;
    font-weight: bold;
    font-size: 1.4em;
}


/*日程*/

.research_competition2023_temp .event{
width:80%;
margin: 0 auto 40px auto;
padding: 16px 20px 16px ;
background-color: #FFEAD1;
box-shadow: 16px 16px #FFA04A;
border-radius:10px;
}

/*日程タイトル*/
.research_competition2023_temp .event h3{
	color: #162E6C;
    font-weight: bold;
    font-size: 1.2em;
	margin-bottom: 16px;
	border-left: solid 5px #CB6D88;
	padding-left:10px;
	
	}

.research_competition2023_temp .event dl{
background-color: #FFEAD1;
margin-left: 1.2em;
}

.research_competition2023_temp .event dt{
  float: left;
   padding-bottom: 10px;
}

.research_competition2023_temp .event dd{
  margin-left: 8em;
  padding-bottom: 10px;
}


/*-----Archive版のご案内-----*/
.research_competition2023_temp .ArchiveLink{
padding: 30px;
background: #E4F0F8;
}

.research_competition2023_temp .ArchiveLink img{
width:100%;
margin: 0;
padding: 0;
}

.research_competition2023_temp .ArchiveLink:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*--------シマシマ背景-------*/
.research_competition2023_temp .flyerLine {
background-size: auto auto;
background-color: rgba(163, 212, 233, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(140, 201, 228, 1) 3px, rgba(140, 201, 228, 1) 6px );
}

/*--------シマシマLINE-------*/
.research_competition2023_temp .h3Boxline{
background-size: auto auto;
background-color: rgba(163, 212, 233, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(140, 201, 228, 1) 3px, rgba(140, 201, 228, 1) 6px );
height: 4px;
margin-bottom: 20px;
}


/*--------色文字-------*/
.color-mix span{font-weight: bold;}
.color-mix span:nth-child(5n+1) {color: #3C77B2;}
.color-mix span:nth-child(5n+2) {color: #162E6C;}
.color-mix span:nth-child(5n+3) {color: #D76300;}
.color-mix span:nth-child(5n+4) {color: #B51269;}
.color-mix span:nth-child(5n) {color: #DFD52B;}
.color-mix span:nth-child(5n+4) {color: #8FB031;}
.color-mix span:nth-child(5n) {color: #CB6D88;}
/*---------------------*/





/*-----------------------------------------------------
	2023年度全国研究集会 追記style
----------------------------------------------------- */
.entry-content .research_competition2023 span.bold {
 font-weight: bold;
}
.entry-content .research_competition2023 span.u-l {
 text-decoration: underline;
}
.entry-content .research_competition2023 .titleLine h2{
 background: url(/images/activity/research_competition/2023/title2023.png) no-repeat;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 width: 820px;
 height: 481px;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2023 .titleLine h2{
  width: 100%;
height: 200px;
	margin: 0 auto;
	background-size: 100%;
 }
}
.entry-content .research_competition2023 .titleLine .read {
 background: url(/images/activity/research_competition/2023/bg.png) no-repeat center;
    padding: 100px 0px 20px;
    color: #162e6c;
    text-align: left;
    font-weight: bold;
    box-sizing: border-box;
    height: 450px;
    line-height: 200%;
    font-size: 1.05em;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2023 .titleLine .read {
  background-size: 70%;
  height: auto;
  padding-bottom: 50px;
  background-position: center 20px;
 }
}
.entry-content .research_competition2023 .guestsLine {
 margin-top: 60px;
}
.entry-content .research_competition2023 .guestsLine h3 {
    background: #e76301;
}
.entry-content .research_competition2023 .guestsItemLine {
 display: block;
 margin: 0;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem {
 /*width: 273px;*/
 width: 340px;
}
.entry-content .research_competition2023 .guestsItemsBlock01,
.entry-content .research_competition2023 .guestsItemsBlock02 {
 display: flex;
 flex-wrap: wrap;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub {
 margin: 5px auto 0;
 font-weight: bold;
 width: auto;
 font-size: 1.05em;
}
.entry-content .research_competition2023 .guestsItemLine .guestsItem .guestsName {
 color: #00164d;
 line-height: 1.1;
 margin-top: 5px;
 margin-bottom: 10px;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1,
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2,
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 background: none;
}
.entry-content .research_competition2023  .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1 {
 color: #34a7d6;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2 {
 color: #34a7d6;
}

.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 color: #e86400;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsPosition  {
 padding: 0 25px;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsOpen::before,
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsOpen::after {
 background: #34a6d6;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::before,
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::after {
 background: #e86400;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsProfile {
 background: #FFF;
 border: solid 3px #34a7d6;
 border-radius: 8px;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsProfile a {
 color: #308bbd;
 text-decoration: underline;
}
.entry-content .research_competition2023 .guestsLine .guestsItemLine .guestsItem .guestsProfile.oth {
 border: solid 3px #e86400;
}
.entry-content .research_competition2023 .flyerLine {
 /*background-color: rgb(249 192 105);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(251 202 127) 3px, rgb(248 208 147) 6px );*/
}


@media screen and (max-width: 768px) {
 .research_competition2022.research_competition2023 .Bt.cl002.dl a {
  width: 95%;
  padding: 0px 10px;
 }
 .research_competition2022.research_competition2023 .Bt.cl002.dl a::after{
  background-image: none;
 }
}
.entry-content .research_competition2023 .beforeLine {
 background: #fbfbfb;
}
.entry-content .research_competition2023 .beforeLine_inner {
 padding: 50px 0;
 width: 820px;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2023 .beforeLine_inner {
  width: 100%;
  padding: 10px;
 }
}
.entry-content .research_competition2023 .beforeLine_inner p:nth-child(1) {
 text-align: center;
 margin-bottom: 20px;
 font-size: 1.5em;
 color: #2b70a7;
 font-weight: bold;
}
.entry-content .research_competition2023 .beforeLine_inner .Bt {
 margin-top: 30px;
}
/*.entry-content .research_competition2023 .beforeLine_inner .Bt a {
 height: 70px;
 line-height: 1.5em;
 padding-top: 10px;
}*/


.entry-content .research_competition2023 .participationLine .h3Box {
 background: url(/images/activity/research_competition/2023/h3_sanka.png) no-repeat top center;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 min-height: 120px;
 margin-top: 30px;
 margin-bottom: 30px;
}
.entry-content .research_competition2023 .participationLine_inner {
margin-top: 20px;
    padding: 25px;
}
.entry-content .research_competition2023 .participationLine .participationLine_inner_inner .head_red {
 color: #FF0000;
 font-size: 1.1em;
 margin-bottom: 10px;
}
.entry-content .research_competition2023 .participationLine_inner a{
 text-decoration: underline;
}
.entry-content .research_competition2023 .participationLine_inner ul{
 list-style: disc;
 margin-left: 1.5em;
 line-height: 1.7em;
 margin-bottom: 10px;
}
.entry-content .research_competition2023 .participationLine .participationLine_inner p:nth-child(2) {
 background: none;
 padding: 0;
 font-size: 1em;
}
.entry-content .research_competition2023 .participationLine .participationLine_inner .participationLine_inner_inner {
 padding: 15px 20px;
 background: #FFF;
}
.entry-content .research_competition2023 .postscriptLine .postscriptLine_inner h3 {
 margin-bottom: 0;
 margin-bottom: 5px;
}
.entry-content .research_competition2023 .postscriptLine .postscriptLine_inner h4 {
color: #000;
 text-align: center;
 margin-bottom: 20px;
 margin-top: 0;
}
.entry-content .research_competition2023 .postscriptLine .postscriptLine_inner h4::before {
 background: none;
 
}
.entry-content .research_competition2023 .participationlocalLine dd ol {
  margin: 10px 0;
  padding: 0;
}
.entry-content .research_competition2023 .participationlocalLine dd ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.entry-content .research_competition2023  .Bt.row2 a {
 /*height: 70px;*/
 line-height: 1.5em;
 padding-top: 10px;
 padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2023  .Bt.row2 a {
 height: auto;
  padding: 5px;
}
}
.entry-content .research_competition2023  .Bt a:hover {
 opacity: 0.8;
}
.research_competition2023 .Bt.mb-40 {
 margin-bottom: 40px;
}
.research_competition2023 .Bt.disabled {
 
}.research_competition2023 .Bt.disabled a{
 border-bottom: 6px solid #888888;
 background: #c0bcb8;
 pointer-events: none;
}
.entry-content .research_competition2023 .participationYoutubeLine h3.row2 span{
 font-weight: bold;
 /* display: inline-block; */
 margin-left: 1.3em;
}

.entry-content .research_competition2023 .grareco {
 padding: 25px;
 background: #fff4f9;
 margin-bottom: 40px;
 margin-top: -40px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2023 .grareco {
 padding: 15px;
}
}
.entry-content .research_competition2023 .grareco h4{
 font-size: 1.2em;
 text-align: center;
 margin: .1rem 0 .32rem;
}
.entry-content .research_competition2023 .grareco .grareco_img{
 
}
.entry-content .research_competition2023 .grareco .grareco_img img{
 width: 100%;
 margin: 15px 0;
}
.entry-content .research_competition2023 .grareco .iwashi_sayaka{
 
}
.entry-content .research_competition2023 .grareco .iwashi_sayaka a{
 color: #33B0E5;
}
.entry-content .research_competition2023 .grareco .iwashi_sayaka dl{
 display: flex;
 flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2023 .grareco .iwashi_sayaka dl{
 display: block;
}
}
.entry-content .research_competition2023 .grareco .iwashi_sayaka dt{
 width: 12%;
}
.entry-content .research_competition2023 .grareco .iwashi_sayaka dd{
 width: 88%;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2023 .grareco .iwashi_sayaka dt,
.entry-content .research_competition2023 .grareco .iwashi_sayaka dd{
 width: 100%;
}
}
.entry-content .research_competition2023 .participationArchiveLine h3::before {
 top: -5px;
}



/*-----------------------------------------------------
	2024年度全国研究集会 追記style
----------------------------------------------------- */
.entry-content .research_competition2024 .titleLine h2{
 background: url(/images/activity/research_competition/2024/title.png) no-repeat;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 width: 822px;
 /*height: 400px;*/
 margin: 0 auto;
 /*background-color: #CCC;*/
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .titleLine h2{
  width: 100%;
height: 160px;
	margin: 0 auto;
	background-size: 100%;
 }
}
.entry-content .research_competition2024 .titleLine .read {
background: url(/images/activity/research_competition/2024/bg_read.png) no-repeat bottom;
    padding: 40px 0px 40px;
    color: #333333;
    text-align: justify;
    font-weight: bold;
    box-sizing: border-box;
    height: 420px;
    line-height: 180%;
    font-size: 1.05em;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .titleLine .read {
  background-size: 100%;
  height: auto;
  padding-bottom: 50px;
  background-position: center bottom;
  padding-top: 20px;
 }
}
.entry-content .research_competition2024 .guestsLine {
 margin-top: 60px;
}
.entry-content .research_competition2024 .guestsLine h3 {
  background: linear-gradient(to bottom,#3096c7, #3e80b9);
  color: #ffffff;
font-weight: bold;
}




.entry-content .research_competition2024 .guestsItemLine {
 display: block;
 margin: 0;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem {
 /*width: 273px;*/
 width: 340px;
}
.research_competition2022 .guestsLine .guestsItemLine .guestsItem .guestsPhoto {
 text-align: center;
}
.entry-content .research_competition2024 .guestsItemsBlock01,
.entry-content .research_competition2024 .guestsItemsBlock02 {
 display: flex;
 flex-wrap: wrap;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub {
 margin: 5px auto 0;
 font-weight: bold;
 width: auto;
 font-size: 1.05em;
}
.entry-content .research_competition2024 .guestsItemLine .guestsItem .guestsPhoto img {
 width: 200px;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .guestsItemLine .guestsItem .guestsPhoto img {
 width: 80%;
}
}
.entry-content .research_competition2024 .guestsItemLine .guestsItem .guestsName {
 color: #333333;
 line-height: 1.1;
 margin-top: 5px;
 margin-bottom: 10px;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1,
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2,
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 background: none;
}
.entry-content .research_competition2024  .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1 {
 color: #e86400;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2 {
 color: #e86400;
}

.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 color: #34a7d6;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsPosition  {
 padding: 0 25px;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsOpen::before,
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsOpen::after {
 background: #e86400;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::before,
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::after {
 background: #34a7d6;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsProfile {
 background: #FFF;
 border: solid 3px #e86400;
 border-radius: 8px;
}
.entry-content .research_competition2024 .guestsLine .guestsItemLine .guestsItem .guestsProfile.oth {
 border: solid 3px #e86400;
}
.entry-content .research_competition2024 .flyerLine {
    background-color: #fede85;
    background-image: repeating-linear-gradient(135deg, transparent, transparent, #feecba 3px, #ffe38e 4px);
}
.entry-content .research_competition2024 .flyerLine img{
border: 24px solid #ffffff;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .flyerLine .Bt.cl002.dl a {
  width: 95%;
  padding: 0px 10px;
 }
 .entry-content .research_competition2024 .flyerLine .Bt.cl002.dl a::after {
  background-image: none;
 }
}
.entry-content .research_competition2024 .pamphletBox .pamphletleft .switch li.active {
    color: #ed670b;
}
.entry-content .research_competition2024 .beforeLine {
 background: #fbfbfb;
}
.entry-content .research_competition2024 .beforeLine_inner {
 padding: 50px 0;
 width: 820px;
 margin: 0 auto;
}
.entry-content .research_competition2024 .beforeLine_inner p:nth-child(1) {
 text-align: center;
 margin-bottom: 20px;
 font-size: 1.5em;
 color: #2b70a7;
 font-weight: bold;
}
/*
.entry-content .research_competition2024 .beforeLine_inner .Bt{
 margin-top: 30px;
}
*/
.entry-content .research_competition2024 .Bt{
 margin-top: 30px;
}
/*.entry-content .research_competition2024 .beforeLine_inner .Bt a {
 height: 70px;
 line-height: 1.5em;
 padding-top: 10px;
}*/
.entry-content .research_competition2024 .Bt a.btDisable {
    background: #CCC;
    border-bottom: 6px solid #AAA;
    color: #666;
    pointer-events: none;
}
.entry-content .research_competition2024 .participationLine .h3Box {
 /**/background: url(/images/activity/research_competition/2024/h3_sanka.png) no-repeat center;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 min-height: 120px;
 margin-top: 30px;
 margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .participationLine .h3Box {
  background-size: 100%;
  height: auto;
  min-height: auto;
  margin-top: 50px;
 }
}
.entry-content .research_competition2024 .participationLine .participation_txt {
 font-size: 1.1em;
}
.entry-content .research_competition2024 .participationLine .participation_txt span{
 font-weight: bold;
 color: #162e6c;
}
.entry-content .research_competition2024 .participationLine_inner {
margin-top: 20px;
    padding: 25px;
}
.entry-content .research_competition2024 .participationLine .participationLine_inner_inner .head_red {
 color: #FF0000;
 font-size: 1.1em;
 margin-bottom: 10px;
}
.entry-content .research_competition2024 .participationLine_inner a{
 text-decoration: underline;
}
.entry-content .research_competition2024 .participationLine_inner ul{
 list-style: disc;
 margin-left: 1.5em;
 line-height: 1.7em;
 margin-bottom: 10px;
}
.entry-content .research_competition2024 .participationLine .participationLine_inner p:nth-child(2) {
 background: none;
 padding: 0;
 font-size: 1em;
}
.entry-content .research_competition2024 .participationLine .participationLine_inner .participationLine_inner_inner {
 padding: 15px 20px;
 background: #FFF;
}
.entry-content .research_competition2024 .postscriptLine .postscriptLine_inner h3 {
 margin-bottom: 0;
 margin-bottom: 5px;
}
.entry-content .research_competition2024 .postscriptLine .postscriptLine_inner h4 {
color: #000;
 text-align: center;
 margin-bottom: 20px;
}
.entry-content .research_competition2024 .postscriptLine .postscriptLine_inner h4::before {
 background: none;
 
}
.entry-content .research_competition2024 .participationlocalLine dd ol {
  margin: 10px 0;
  padding: 0;
}
.entry-content .research_competition2024 .participationlocalLine dd ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.entry-content .research_competition2024 .participationlocalLine .commentTxt002 {
 text-align: center;
 color: #ff0000;
 font-weight: bold;
}
.entry-content .research_competition2024 .Bt.row2 a {
 height: 70px;
 line-height: 1.5em;
 padding-top: 10px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .Bt.row2 a {
  height: auto;
 }
}
.entry-content .research_competition2024 .Bt a:hover {
 opacity: 0.8;
}

.research_competition2024 .participationYoutubeLine .h3Box .h3Boxline,
.research_competition2024 .participationlocalLine .h3Box .h3Boxline,
.research_competition2024 .participationArchiveLine .h3Boxline {
    background-color: #fede85;
    background-image: repeating-linear-gradient(135deg, transparent, transparent, #feecba 3px, #ffe38e 4px);
}
.research_competition2024 .participationYoutubeLine .h3Box h3{
 text-align: left;
}
.research_competition2024 .participationYoutubeLine .h3Box h3 span{
 font-size: 20px;
 font-weight: bold;
}
.research_competition2024 .participationYoutubeLine .mainVideo p span{
 background: #504f4f;
 color: #FFF;
 padding: 2px 5px;
}
.research_competition2024 .participationYoutubeLine .mainVideo p span::before{
 content: "●";
 color: #ff0000;
}
.research_competition2024 .commentVideo .videoInfoInner .snsBt .twSns a {
    background: url(/images/activity/research_competition/2024/x-white.png) #000 no-repeat center;
    background-size: 15px;
}
.entry-content .research_competition2024 .archiveLine {
 background: #ffffff;
 padding-top: 60px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .archiveLine {
 padding-top: 0;
}
}
.entry-content .research_competition2024 .archiveLine_inner {
/*width: 820px;*/
margin: 0 auto;
}
.entry-content .research_competition2024 .archiveLine_inner h2{
}
.entry-content .research_competition2024 .archiveLine_inner h2{
}
.entry-content .research_competition2024 .archiveLine h3{
 border-radius: 15px 15px 0 0;
 color: #FFF;
 background: #3d83bb;
 display: inline-block;
 padding: 15px 50px;
 text-align: center;
 margin-bottom: 0;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .archiveLine h3{
  width: 100%;
 }
}
.entry-content .research_competition2024 .archiveLine .archiveLine_txt{
 background: #fffbf1;
 padding: 50px 30px;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .archiveLine .archiveLine_txt{
 padding: 10px;
}
}
.entry-content .research_competition2024 .archiveLine .archiveLine_txt p{
 text-align: justify;
}
.entry-content .research_competition2024 .archiveLine .archive_bnr {
 margin-top: 30px;
}
.entry-content .research_competition2024 .archiveLine .archive_bnr .items{
  width: 500px;
 margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .archiveLine .archive_bnr .items{
 width: 100%;
}
}
.entry-content .research_competition2024 .archiveLine .archive_bnr .items h4{
 border-left: solid 8px #3d83bb;
 padding-left: 10px;
 font-weight: normal;
 margin-bottom: 10px;
}
.entry-content .research_competition2024 .archiveLine .archive_bnr .items img{
 width: 500px;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .archiveLine .archive_bnr .items img{
 width: 100%;
}
}
 /**/
#post-9678{
background: #fffbf1;
}
 

.entry-content .research_competition2024 .mainVideo img {
margin-top: 10px;
}

.entry-content .research_competition2024 .participationlocalLine dt{
background: #feedbc;
}
.entry-content .research_competition2024 .participationlocalLine dt{
background: #feedbc;
}
.entry-content .research_competition2024 .participationlocalLine dd{
background: #ffffff;

}

/***20240611追記***/
.entry-content .research_competition2024 .comment0611 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #162e6c;
}
.entry-content .research_competition2024 .comment0611.c01{
 margin-bottom: 0;
}
.research_competition2022 .Bt.bt0611{
 margin-top: 10px;
}


/***20240708追記***/
.entry-content .research_competition2024 .grareco {
 padding: 25px;
 background: #fff4f9;
 margin-bottom: 40px;
 margin-top: -40px;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .grareco {
 padding: 15px;
 /*margin-top: -90px;*/
}
}
.entry-content .research_competition2024 .grareco h4{
 font-size: 1.2em;
 text-align: center;
 margin: .1rem 0 .32rem;
}
.entry-content .research_competition2024 .grareco .grareco_img{
 
}
.entry-content .research_competition2024 .grareco .grareco_img img{
 width: 100%;
 margin: 15px 0;
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka{
 
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka a{
 color: #33B0E5;
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka dl{
 display: flex;
 flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2024 .grareco .iwashi_sayaka dl{
 display: block;
}
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka dt{
 width: 12%;
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka dd{
 width: 88%;
}
@media screen and (max-width: 768px) {
 .entry-content .research_competition2024 .grareco .iwashi_sayaka dt{
 width: 100%;
}
.entry-content .research_competition2024 .grareco .iwashi_sayaka dd{
 width: 100%;
}
}
.entry-content .research_competition2024 .participationArchiveLine h3::before {
 top: -5px;
}

/*-----------------------------------------------------
	2025年度全国研究集会 追記style
----------------------------------------------------- */
.research_competition2025 {
 --main-color: #0a7d42;
 --back-color: #f3fcf5;
 --point-color_a: #f7ad00;
 --point-color_b: #f7ad00;
 --point-color_c: #f7ad00;
 --flyerLine-color_a: #b4dec9;
 --flyerLine-color_b: #b8edd1;
 --flyerLine-color_c: #b8edd1;
}
.research_competition2025 .titleLine h2{
 background: url(/images/activity/research_competition/2025/title0416.png) no-repeat;
 background-size: 100%;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 width: 820px;
 height: 540px;
 margin: 0 auto;
 background-color: #CCC;
}
@media screen and (max-width: 768px) {
.entry-content .research_competition2025 .titleLine h2{
  width: 100%;
height: 220px;
	margin: 0 auto;
	background-size: 100%;
 }
}
.research_competition2025 .titleLine .read {
/*background: url(https://www.rofuku.net/images/research_competition2025/bg_read.png) no-repeat bottom;*/
 background: none;
 padding: 40px 0px 40px;
 background-size: 55%;
 color: #333333;
 text-align: justify;
 font-weight: bold;
 box-sizing: border-box;
 height: 550px;
 height: auto;
 line-height: 180%;
 font-size: 1.05em;
 margin: 0 auto;
}

.research_competition2025 .addbox {
 position: relative;
 margin-top: 80px;
}
.research_competition2025 .addbox .speechBubbleBox{
 position: absolute;
 top: -95px;
 right: 0;
}
.research_competition2025 .addbox .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 18px 20px;
  border-radius: 17px;
  background-color: #cefbe2;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #3a6d47;
}

.research_competition2025 .addbox .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27%;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #cefbe2 transparent transparent;
  translate: calc(-50% - 0.6px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.highlight {
 text-decoration: underline;
 text-decoration-thickness: 0.3em;
 text-decoration-color: rgb(255 160 0 / 50%);
 text-underline-offset: 0;
 text-decoration-skip-ink: none;
 font-weight: bold;
}
.research_competition2025 p.center {
 text-align: center;
}
.research_competition2025 .guestsLine {
 margin-top: 60px;
}
.research_competition2025 .guestsLine h3 {
  background: linear-gradient(to bottom,var(--point-color_a), var(--point-color_b));
  color: #ffffff;
font-weight: bold;
}
.research_competition2025 .guestsItemLine {
 display: block;
 margin: 0;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem {
 width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
 .research_competition2025 .guestsLine .guestsItemLine .guestsItem {
 width: 100%;
}
}
.research_competition2025 .guestsItemsBlock01,
.research_competition2025 .guestsItemsBlock02 {
 display: flex;
 flex-wrap: wrap;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub {
 margin: 5px auto 0;
 font-weight: bold;
 width: auto;
 font-size: 1.05em;
}
.research_competition2025 .guestsItemLine .guestsItem .guestsPhoto img {
 width: 200px;
}
@media screen and (max-width: 768px) {
.research_competition2025 .guestsItemLine .guestsItem .guestsPhoto img {
 width: 80%;
}
}
.research_competition2025 .guestsItemLine .guestsItem .guestsName {
 color: #333333;
 line-height: 1.1;
 margin-top: 5px;
 margin-bottom: 10px;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1,
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2,
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 background: none;
}
.research_competition2025  .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub1 {
 color: var(--main-color);
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub2 {
 color: #e86400;
}

.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPositionSub.sub3 {
 color: #34a7d6;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsPosition  {
 padding: 0 25px;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsOpen::before,
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsOpen::after {
 background: var(--main-color);
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::before,
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsOpen.oth::after {
 background: #34a7d6;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsProfile {
 background: #FFF;
 border: solid 3px var(--main-color);
 border-radius: 8px;
}
.research_competition2025 .guestsLine .guestsItemLine .guestsItem .guestsProfile.oth {
 border: solid 3px #e86400;
}
.research_competition2025 .flyerLine {
    background-color: var(--flyerLine-color_a);;
    background-image: repeating-linear-gradient(135deg, transparent, transparent, var(--flyerLine-color_b) 3px, var(--flyerLine-color_c) 4px);
}
.research_competition2025 .flyerLine .pamphletBox img{
border: 24px solid #ffffff;
 /*width: 565px;*/
 /*height: 773px;*/
}
.research_competition2025 .pamphletBox .pamphletleft .switch li.active {
    color: var(--main-color);
}
.research_competition2025 .beforeLine {
 background: #fbfbfb;
}
.research_competition2025 .beforeLine_inner {
 padding: 50px 0;
 width: 820px;
 margin: 0 auto;
}
.research_competition2025 .beforeLine_inner p:nth-child(1) {
 text-align: center;
 margin-bottom: 20px;
 font-size: 1.5em;
 color: #2b70a7;
 font-weight: bold;
}
/*
.research_competition2025 .beforeLine_inner .Bt{
 margin-top: 30px;
}
*/
.research_competition2025 .Bt{
 margin-top: 30px;
}
/*.research_competition2025 .beforeLine_inner .Bt a {
 height: 70px;
 line-height: 1.5em;
 padding-top: 10px;
}*/
.research_competition2025 .Bt a.btDisable {
    background: #CCC;
    border-bottom: 6px solid #AAA;
    color: #666;
    pointer-events: none;
}
.research_competition2025 .participationLine .h3Box {
 width: auto;
 height: auto;
 margin: 0;
 background: none;
}
.research_competition2025 .participationLine .h3Box h3 {
 /*background: url(https://www.rofuku.net/images/research_competition2024/h3_sanka.png) no-repeat center;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 min-height: 120px;
 margin-top: 30px;
 margin-bottom: 30px;*/
 text-indent: 0;
 font-size: 2.5em;
 color: var(--main-color);
 font-weight: bold;
 margin: 30px 0 50px;
 text-align: center;
}
.research_competition2025 .participationLine .participation_txt {
 font-size: 1.1em;
}
.research_competition2025 .participationLine .participation_txt span{
 font-weight: bold;
 color: #162e6c;
}
.research_competition2025 .participationLine .participationLine_inner {
 background-color: #ffebd2;
margin-top: 20px;
    padding: 25px;
}
.research_competition2025 .participationLine .participationLine_inner_inner .head_red {
 color: #FF0000;
 font-size: 1.1em;
 margin-bottom: 10px;
}
.research_competition2025 .participationLine_inner a{
 text-decoration: underline;
}
.research_competition2025 .participationLine_inner ul{
 list-style: disc;
 margin-left: 1.5em;
 line-height: 1.7em;
 margin-bottom: 10px;
}
.research_competition2025 .participationLine .participationLine_inner p:nth-child(2) {
 background: none;
 padding: 0;
 font-size: 1em;
}
.research_competition2025 .participationLine .participationLine_inner .participationLine_inner_inner {
 padding: 15px 20px;
 background: #FFF;
}
.research_competition2025 .postscriptLine .postscriptLine_inner h3 {
 margin-bottom: 0;
 margin-bottom: 5px;
}
.research_competition2025 .postscriptLine .postscriptLine_inner h4 {
color: #000;
 text-align: center;
 margin-bottom: 20px;
}
.research_competition2025 .postscriptLine .postscriptLine_inner h4::before {
 background: none;
 
}
.research_competition2025 .participationlocalLine dd ol {
  margin: 10px 0;
  padding: 0;
}
.research_competition2025 .participationlocalLine dd ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.research_competition2025 .participationlocalLine .commentTxt002 {
 text-align: center;
 color: #ff0000;
 font-weight: bold;
}
.research_competition2025 .Bt.row2 a {
 /*height: 70px;*/
 line-height: 1.5em;
 padding-top: 10px;
 padding-bottom: 10px;
}
.research_competition2025 .Bt a:hover {
 opacity: 0.8;
}
.research_competition2025 .archiveLine {
 background: #ffffff;
 padding-top: 60px;
}
@media screen and (max-width: 768px) {
.research_competition2025 .archiveLine {
 padding-top: 0;
}
}
.research_competition2025 .archiveLine_inner {
 width: 820px; 
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.research_competition2025 .archiveLine_inner {
 width: 100%; 
}
}
.research_competition2025 .archiveLine_inner h2{
}
.research_competition2025 .archiveLine_inner h2{
}
main#primary .research_competition2025 .archiveLine h3{
 border-radius: 15px 15px 0 0;
 color: #FFF;
 background: #3d83bb;
 display: inline-block;
 padding: 15px 50px;
 text-align: center;
 margin-bottom: 0;
}
@media screen and (max-width: 768px) {
 main#primary .research_competition2025 .archiveLine h3{
  width: 100%;
  margin-top: 0;
  padding: 15px;
 }
}
.research_competition2025 .archiveLine .archiveLine_txt{
 background: #fffbf1;
 padding: 50px 30px;
}
@media screen and (max-width: 768px) {
.research_competition2025 .archiveLine .archiveLine_txt{
 padding: 10px;
}
}
.research_competition2025 .archiveLine .archiveLine_txt p{
 text-align: justify;
}
.research_competition2025 .archiveLine .archive_bnr {
 margin-top: 30px;
}
.research_competition2025 .archiveLine .archive_bnr .items{
  width: 500px;
 margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
.research_competition2025 .archiveLine .archive_bnr .items{
  width: 100%;
}
}
.research_competition2025 .archiveLine .archive_bnr .items h4{
 border-left: solid 8px #3d83bb;
 padding-left: 10px;
 font-weight: normal;
 margin-bottom: 10px;
}
.research_competition2025 .archiveLine .archive_bnr .items img{
 width: 500px;
}
@media screen and (max-width: 768px) {
.research_competition2025 .archiveLine .archive_bnr .items img{
 width: 100%;
}
}
 /**/
#post-9678{
background-color: #f8fcf9;
}
 

.research_competition2025 .mainVideo img {
margin-top: 10px;
}
.research_competition2025 .commentVideo .videoInfoInner .headding p {
color: #1a96cb;
font-size: 1.8em;
line-height: 140%;
font-weight: bold;
margin-bottom: 10px;
/*text-align: center;*/
}
.research_competition2025 .commentVideo .videoInfoInner .snsBt .twSns a {
    background: url(/images/activity/research_competition/2024/x-white.png) #000 no-repeat center;
    background-size: 15px;
}
.research_competition2025 .participationYoutubeLine .mainVideo p span.livemark {
    background: #504f4f;
    color: #FFF;
    padding: 2px 5px;
}
.research_competition2025 .participationYoutubeLine .mainVideo p span.livemark::before {
    content: "●";
    color: #ff0000;
}
.research_competition2025 .participationlocalLine dt{
background: #feedbc;
}
.research_competition2025 .participationlocalLine dt{
background: #feedbc;
}
.research_competition2025 .participationlocalLine dd{
background: #ffffff;

}

/***20240611追記***/
.research_competition2025 .comment0611 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #162e6c;
}
.research_competition2025 .comment0611.c01{
 margin-bottom: 0;
}
.research_competition2022 .Bt.bt0611{
 margin-top: 10px;
}


/***20240708追記***/
.research_competition2025 .grareco {
 padding: 25px;
 background: #fff4f9;
 margin-bottom: 40px;
 margin-top: -40px;
}
.research_competition2025 .grareco h4{
 font-size: 1.3em;
 text-align: center;
 background: #ffcae2;
 padding: 10px;
 border-radius: 25px;
 margin-bottom: 30px;
 margin-top: 10px;
}
.research_competition2025 .grareco h4 span{
 color: #a92360;
 /*border-bottom: solid 2px #a92360;*/
}
.research_competition2025 .grareco .grareco_img{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 768px) {
.research_competition2025 .grareco .grareco_img{
 display: block;
}
}
.research_competition2025 .grareco .grareco_img div{
 width: 48%;
}
@media screen and (max-width: 768px) {
.research_competition2025 .grareco .grareco_img div{
 width: 100%;
}
}
.research_competition2025 .grareco .grareco_img img{
 width: 100%;
 margin: 15px 0;
}
.research_competition2025 .grareco .iwashi_sayaka{
 
}
.research_competition2025 .grareco .iwashi_sayaka a{
 color: #33B0E5;
}
.research_competition2025 .grareco .iwashi_sayaka dl{
 display: flex;
 flex-wrap: wrap;
}
.research_competition2025 .grareco .iwashi_sayaka dt{
 width: 12%;
}
.research_competition2025 .grareco .iwashi_sayaka dd{
 width: 88%;
}
@media screen and (max-width: 768px) {
 .research_competition2025 .grareco .iwashi_sayaka dt{
 width: 100%;
}
 .research_competition2025 .grareco .iwashi_sayaka dd{
 width: 100%;
}
}
.research_competition2025 .participationArchiveLine h3,
.research_competition2025 .participationYoutubeLine h3,
.research_competition2025 .participationlocalLine h3 {
    color: var(--main-color);
    font-size: 1.8em;
    position: relative;
    padding-left: 55px;
}
.research_competition2025 .participationArchiveLine h3::before,
.research_competition2025 .participationYoutubeLine h3::before,
.research_competition2025 .participationlocalLine h3::before {
 content: "";
 color: #FFF;
 background: var(--point-color_a);
 display: inline-block;
 width: 40px;
 height: 40px;
 border-radius: 40px;
 text-align: center;
 padding: 5px;
 box-sizing: border-box;
 margin-right: 10px;
 position: absolute;
 top: -5px;
 left: 0;
}
.research_competition2025 .participationYoutubeLine h3::before {
 content: "1";
}
.research_competition2025 .participationYoutubeLine .h3Box h3 span {
    font-size: 20px;
    font-weight: bold;
}
.research_competition2025 .participationlocalLine h3::before {
 content: "2";
}
.research_competition2025 .participationArchiveLine .h3Boxline,
.research_competition2025 .participationYoutubeLine .h3Box .h3Boxline,
.research_competition2025 .participationlocalLine .h3Box .h3Boxline {
 background-size: auto auto;
 background-color: var(--flyerLine-color_a);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 3px,
  var(--flyerLine-color_b) 3px,
  var(--flyerLine-color_c) 6px);
 height: 11px;
 border-radius: 5px;
 margin-bottom: 40px;
}
.research_competition2025 .flexbox {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 768px) {
.research_competition2025 .flexbox {
 display: block;
}
}
.research_competition2025 .flexbox.btBox {
 
}
.research_competition2025 .flexbox.btBox div:nth-of-type(1){
 width: 65%;
}
@media screen and (max-width: 768px) {
.research_competition2025 .flexbox.btBox div:nth-of-type(1){
 width: 100%;
 margin-bottom: 10px;
}
}
.research_competition2025 .flexbox.btBox div:nth-of-type(1) a{
 width: 90%;
}
@media screen and (max-width: 768px) {
.research_competition2025 .flexbox.btBox div:nth-of-type(1) a{
 width: 100%;
}
.research_competition2025 .flexbox.btBox div:nth-of-type(1) a br{
 display: none;
}
}
.research_competition2025 .flexbox.btBox div:nth-of-type(2){
 width: 35%;
}
@media screen and (max-width: 768px) {
.research_competition2025 .flexbox.btBox div:nth-of-type(2){
 width: 100%;
}
}
.research_competition2025 .flexbox.btBox div:nth-of-type(2) a{
 width: 90%;
}
@media screen and (max-width: 768px) {
.research_competition2025 .flexbox.btBox div:nth-of-type(2) a{
 width: 100%;
}
}
.research_competition2025 .flexbox.btBox .Bt{
 margin-top: 0;
}
.research_competition2025 .flexbox.btBox .Bt.cl001.dl a::after{
top: 40%;
}
.research_competition2025 .Bt.bt0611.mt_40 {
 margin-top: 40px;
}
.research_competition2025 .participationYoutubeLine .mainVideo {
 margin-bottom: 0;
 margin-top: 20px;
}
.research_competition2025 .participationYoutubeLine .mainVideo+p {
 margin-bottom: 50px;
}
.research_competition2025 .participationYoutubeLine .mainVideo+p span {
 font-weight: bold;
 background: none;
    color: #333;
    padding: 0;
}
.research_competition2025 .participationYoutubeLine .mainVideo+p span::before {
 content: "";
}
.research_competition2025 .addbox .speechBubbleBox.fin {
 top: -115px;
}
.research_competition2025 .addbox .speechBubbleBox.fin .speechBubble{
 background-color: #fff7e3;
 color: #85571f;
}
.research_competition2025 .addbox .speechBubbleBox.fin .speechBubble::after {
 border-color: #fff7e3 transparent transparent;
}
.research_competition2025 .addbox .speechBubbleBox.fin .highlight {
 /*text-decoration: none;*/
}
.research_competition2025 .participationYoutubeLine h4{
 margin-top: 25px;
 font-size: 1.2em;
 border-bottom: solid 2px #0a7d42;
 display: inline-block;
 margin-bottom: 10px;
}
.research_competition2025 .participationYoutubeLine h4::before{
 content: "●";
 color: #0a7d42;
}
.research_competition2025 .participationYoutubeLine span.st{
 font-weight: bold;
}
.research_competition2025 .grareco h4{
 
}