@charset "utf-8";
/* 共通 */
.sub_page .container{
	width: calc(100% - 30px);
	margin: 0 auto;
}
.register.sub_page .container,
.report.sub_page .container,
.press.sub_page .container,
.news.sub_page .container,
.info.sub_page .container{
	min-height: calc(100vh - 210px);
}
.sub_page #content_body {
	margin:30px auto 0;
	max-width: 1106px;
	color: #000;
}
.sub_page #content_body .ttl_area {
  background: #F2F4F7;
  height: 305px;
  width: 100vw;
  margin: -30px calc(50% - 50vw) 0;
}
.sub_page #content_body .ttl_area h2 {
  max-width: 1106px;
  width: calc(100% - 30px);
  margin: 0 auto 0;
  padding-top: 180px;
  font-weight: 800;
}
.sub_page #content_body li{
	color: #000;
}
.sub_page p{
	line-height: 1.7;
	margin: 0;
}
.en.sub_page p{
	font-size: 1.3em;
}
.jp.sub_page p{
	font-size: 1.5em;
}
.sub_page li p{
	font-size: 1rem;
}
.text_under {
  text-decoration: underline;
}
/* sp画面での表示/非表示 */
.sp-block {
  display: none;
}
@media (max-width: 450px){
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/* google recapcha の非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
@media (min-width: 750px){
			.en h2{
				font-size: 4em; 
			}
			.jp h2{
				font-size: 4.8em;
			}
			.jp h2.small{
				font-size: 3.5em;
			}	
			.sub_page h3{
				font-size: 22px;
			}
			.sub_page h4{
				font-size: 20px;
			}	
}
@media (max-width: 480px){
  .sub_page #content_body .ttl_area {
    height: 220px;
  }
  .sub_page #content_body .ttl_area h2 {
    padding-top: 130px;
  }
}
/* 共通装飾 ---------------------------- */
/* 点滅 */
.blink {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1.5s ease infinite;
	font-size: 0.6em;
	background-color: #ff2631;
	color:#fff;
	font-weight: bold;
	margin-left: 1em;
	padding: 4px;
	border-radius: 8px;
	display: inline-block;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/* --------------  TOPページ  -------------- */
.announcementArea{
  background: #ececec;
  padding: 1.5rem 0;
}
.announcementMs{
  /*width: 1160px;*/
  border-radius: 10px;
  background: #fff;
  color: #B30B00;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
}

@media (min-width: 1100px){
  .announcementMs{
    width: 1160px;
    font-size: 24px;
  }
}

@media (min-width: 750px) and (max-width: 1099px) { 
  .announcementArea{
    padding: 1.5rem 1rem;
  }
  .announcementMs{
    width: 100%;
    font-size: 20px;
  }

}

@media (max-width: 749px){
  .announcementArea{
    padding: 1.5rem 1rem;
  }
  .announcementMs{
    font-size: 18px;
  }
}

@media (max-width: 600px){
  .announcementArea{
    padding: 1.5rem 1rem;
  }
  .announcementMs{
    font-size: 16px;

  }
}


/* メインビジュアル */
.top_page .mainvisual_area{
	position: relative;
  line-height: 0;
}
.top_page .mainvisual_area img{
	width: 100%;
	height: auto;
}
.top_page .mainvisual_area .logo{
	position: absolute;
}
.top_page .mainvisual_area .logo:hover{
	transform:scale(1.1,1.1);
	transition-duration: 0.5s;
}
.top_page .mv_belt {
  background: #002D64;
  padding: 35px 10px 40px;
  position: relative;
}
.top_page .mv_belt .belt_list {
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top_page .mv_belt .belt_list::after {
  content: "*Numbers based on the ICEF2024";
  color: #fff;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.top_page.jp .mv_belt .belt_list::after {
  content: "*ICEF2024実績";
}
.top_page .mv_belt .belt_list .belt_item {
  text-align: center;
  border-right: 1px solid white;
  padding-right: 30px;
}
.top_page .mv_belt .belt_list .belt_item:last-child {
  border-right: none;
}
.top_page .mv_belt .belt_list .belt_item p {
  color: white;
  font-size: clamp(0.813rem, 0.5rem + 0.67vw, 1rem);
  font-weight: bold;
  margin-bottom: 0;
}
.top_page .mv_belt .belt_list .belt_item p span {
  font-size: clamp(1.5rem, 0.875rem + 1.33vw, 1.875rem);
}
.top_page .mv_belt .remarks {
  color: white;
  font-size: 12px;
  margin: 10px 0 0 auto;
  width: fit-content;
  position: absolute;
  bottom: 10px;
  right: 5%;
}
@media (min-width: 1100px){
	.top_page .mainvisual_area .logo{
		left: 64%;
		top:10%;
	}
  .jp.top_page .mv_belt .belt_list {
    gap: 40px;
  }
  .top_page .mv_belt .belt_list .belt_item {
    padding-right: 40px;
  }
}
@media (min-width: 750px) and (max-width: 1099px) { 
	.top_page .mainvisual_area .logo{
		max-width: 120px;
		left: 54%;
		top:8%;	
	}
}
@media (max-width: 749px){
	.top_page .mainvisual_area .logo{
		max-width: 70px;
		top: 5%;
		left: 30%;
	}
  .top_page .mv_belt {
    display: none;
  }
}
@media (max-width: 600px){
	.top_page .mainvisual_area .logo{
		max-width: 50px;
	}
}
.top_page .mainvisual_area .mainvisual{
	object-fit: cover;
	width: 100%
}

.top_page .container .renewal_txt {
  margin: 30px auto 0;
  font-size: clamp(1.25rem, 1.063rem + 0.75vw, 1.625rem);
  font-weight: bold;
  color: #002D64;
  border: 2px dashed #002D64;
  padding: 10px;
}

/* バーチャルサイトへのリンク */
.top_bnr_area{
	margin: 60px auto;
	text-align: center;
}
/* 動画はこちらYouTubeへのリンク */
.top_videos_area{
	margin: 60px auto;
	text-align: center;
  position: relative;
}
.top_videos_area img {
  width: 100%;
}
@media (max-width: 600px){
	.top_bnr_area img,
	.top_videos_area img{
		width: 96%;
	}
}
.top_videos_area .newstxt{
  display: block;
  text-align: center;
  color: #F03748;
  font-size: 1rem;
  margin-top: 0 0 .5rem 0;
}
/* ICEFとは */
.top_about_area{
	background-image: url(../../images/top/whats-icef.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:30px;
}
/* Youtube */
.top_about_area iframe {
  width: 100%;
  max-width: 560px;
  height: 320px;
  margin: 0 auto;
}
/* TOP ビヨンド */
.top_beyond_area{
	background-color: #019444;
	padding: 60px 0 20px;
}
.top_beyond_area h2{
	padding-top:0;
}
.top_beyond_area h2,
.beyond_box p,
.beyond_box a{
	color:#fff;
}
.beyond_box .pic_box{
	text-align: center;
}
@media (min-width: 750px){
	.beyond_box{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}	
	.beyond_box .text_box{
		width: 700px;
		min-height: 300px;
	}
	.beyond_box .pic_box img{
		max-width: 300px;
	}
}
@media (max-width: 749px){
	.beyond_box .pic_box img{
		max-width: 260px;
	}
}
/* ステートメント */

.top_page .top_statement_area .pdf_img{
	text-align: right;
}
.top_page .top_statement_area .pdf_img a{
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.top_page .top_statement_area .cover{
  max-width: 600px;
}
.top_page .top_statement_area .cover img{
  width: 100%;
}
/* トップ10イノベーション */
.top_page .top_top10_inno_area{
background-image: url(../../images/top/top10-bg.png);
background-repeat: repeat-x;
padding: 30px 0;
}
@media screen and (min-width: 750px){
	.top_page .wid75{
		width: 75%;
	}
}
/* ロードマップ */
.top_page .top_roadmap_area{
	border-bottom: 1px solid #002D64;
}
/* 主催以下 */
.top_page .top_link_area h3,
.top_page .top_link_area h4{
	text-align: center;
}
.top_page .top_link_area h4{
	margin-top: 40px;
}
@media (min-width: 1100px){
	.top_page .link_box .col7 li{
		width:14%;
	}
	.top_page .link_box .col7 li img{
		max-width: 100%;
	}
}
@media (min-width: 750px){
	.top_page .top_link_area{
		margin: 30px auto ;
		max-width: 1200px;
	}
	.top_page .link_box ul{	
		display: flex;
		justify-content: center;
    flex-wrap: wrap;
	}
	.top_page .link_box li{
		text-align: center;
		margin: 20px;
		flex-shrink: 0;
	}
  .top_page .link_box li img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
	.top_page .link_box .col4 li{
		margin: 20px 10px;
	}
	.top_page .link_box .col6 li{
		margin: 20px 0;
	}
	.top_page .link_box .col7 li{
		margin: 20px 0;
	}
}
@media screen and (max-width: 749px){
	.top_page .top_link_area{
		margin: 10px auto ;
		text-align: center;
	}
}
/* -------------- TOPページ & 新着情報  -------------- */
.top_news_area h2 {
  font-weight: 800;
}
.news_area{
	max-width: 1106px;
  display: flex;
  flex-wrap: wrap;
  /*counter-reset: section;*/
}
.news_area .news_box{
	margin: 0 35px 26px 0;
}
.news_area .news_box.columnUnit{
	border:1px #006 solid;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
}
@media only screen and (min-width: 750px) {
  .news_area .news_box:nth-of-type(4n){
    margin-right:0;
  }
}
.news_area .news_box .news_img_box{
	margin: 0;
}
.news_area .news_box .news_text_box{
	padding: 10px;
	margin: 0;
	line-height: 1.4;
  background: #002D64;
}
.news_area .news_box .news_text_box .tit{
	font-weight:bold;
	font-size: 1.6em;	
	line-height: 1.4;
}
.news_area .news_box a .news_text_box p{
  color: #fff;			
}
.news_area .news_box .news_text_box .date{
	position: relative;
}
.en .news_area .news_box .news_text_box .date{
	font-size: 1.1em;
}
.jp .news_area .news_box .news_text_box .date{
	font-size: 1.3em;
}
.news_page{

}
.news_detail_area section p a{
  display: inline;
}
.news_detail_area section ul li{
  margin-bottom: .5rem;
}
.news_detail_area section ul li a{
  font-size: 1rem;
}
.en .news_detail_area section .listDisc li a{
  padding-left: 1rem;
  text-indent: -.75rem;
  line-height: 1.4;
}
.jp .news_detail_area section .listDisc li a{
  padding-left: 1rem;
  text-indent: -.95rem;
  line-height: 1.4;
}
.news_detail_area section .listDisc li a::before{
  content: "\0B7";
  margin-right: .5rem;
}

@media only screen and (min-width: 750px) {
  .news_detail_body{
    background: rgb(240, 240, 240);
  }
  .news_detail_area{
    background:#fff url(../../images/news/news_detail_img01.png) top left no-repeat;
    border:1px rgb(241, 241, 241) solid;
    /*min-width: 998px;*/
    box-sizing: border-box;
    padding: 2.5rem 5rem ;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 16px;
    margin-bottom: 2rem;
  }
  .news_header{
    position: relative;
    height: 220px;
    width: 100%;
    /*background: #eee;*/
  }
  .news_header .news_logo{
    width: 155px;
    height: 114px;
    position: absolute;
    top:35px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5rem;
  }
  .news_header .tgw_logo_ver2022{
    width: 85px;
    position: absolute;
    top:0;
    left: 0;
    font-size: 1.5rem;
  }
  .news_header .tgw_logo_ver2022 a {
    display: block;
  }
  .news_header .tgw_logo_ver2022 a img{
    width: 100%;
  }
  .news_header .news_entry,
  .news_header .news_cat,
  .news_header .news_target,
  .news_header .news_from{
    position: absolute;
    font-size: 1rem;
    height: 1.25rem;
    min-width: 155px;
  }
  .news_header .news_entry{
    top:0;
    right: 0;
    text-align: right;
  }
  .news_header .news_target{
    top:85px;
    left: 0;
  }
  .news_header .news_target span{
    border-bottom: 1px #ddd solid;
    display: inline-block;
    width: 100%;
  }
  .news_header .news_cat{
    top:118px;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
  }
  .news_header .news_cat.positionA{
    top:150px;
  }
  .news_header .news_from{
    top:160px;
    right: 0;
    text-align: right;
  }
  .news_header .news_from.positionA{
    top:184px;
  }
  .news_header .news_from span{
    display: inline-block;
    border-bottom: 1px #002D64 dotted;
  }
  .news_detail_area .page_title{ 
    text-align: center;
    margin-bottom: 4.25rem;
    position: relative;
  }
  .jp .news_detail_area .page_title{
    font-size: 2rem;
    line-height: 1.2;
  }
  .jp .news_detail_area .page_title.samllA{
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .en .news_detail_area .page_title{
    font-size: 2.25rem;
  }
  .en .news_detail_area .page_title .samllA{
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    margin-top: .75rem;
  }
  .news_detail_area .page_title::after{
    content: " ";
    height: 3px;
    background: #002D64;
    width:75px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.25rem;
  }
  .news_detail_area section{
    counter-increment: section;
    margin-bottom: 4rem;
  }
  .news_detail_area section section{
    margin-bottom: 2rem;
    counter-reset: section;
  }
  .news_detail_area section section.last{
    margin-bottom: 0;
  }
  .news_detail_area section .section_title,
  .news_detail_area section .section_title_noNumber{
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .news_detail_area section .section_title::before{
    content:counter(section) ". ";
    display: inline-block;
  }
  .news_detail_area section p{
    margin-bottom: 1.5rem;
    text-indent: 1rem;
  }
  .news_detail_area section.noIndent p{
    text-indent: 0;
  }
  .news_detail_area section h4{
    font-size: 1.25rem;
  }
  .news_detail_area section h5{
    font-size: 1rem;
  }
  .news_detail_area section p.mtA{
    margin-top: 1.5rem;
  }
  .news_detail_area .phUnit{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    width: 100%;
  }
  .news_detail_area .phUnit .phBox{
    width: 50%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
  }
  .news_detail_area .phUnit .phBox.single{
    width: 100%;
  }
  .news_detail_area .phUnit .phBox.three{
    width: 30%;
    
  }
  .news_detail_area .phUnit .phBox figure{
    display: block;
    width: 420px;
    text-align: center;
  }
  .news_detail_area .phUnit .phBox.three figure{
    display: block;
    width: 290px;
    text-align: center;
  }
  .news_detail_area .phUnit .phBox figure img{
    width: 100%;
  }
  .news_detail_area .phUnit .phBox figure figcaption{
    margin-top: .5rem;
    font-size: .75rem;
  }

  .news_detail_area table tr th {
    font-size: .95rem;
    text-align: left;
  }
  .news_detail_area table tr td {
    font-size: .95rem;
  }
  .news_detail_area table.noDesign,
  .news_detail_area table.noDesign tr th,
  .news_detail_area table.noDesign tr td{
    border: none;
    padding:0;
  }
  .news_detail_area table.noDesign tr{
    padding:0;
  }
  .news_detail_area table.noDesign tr th{
    background: #fff;
    color: #333;
    padding-right: 0;
    width: 140px;
  }
  .news_detail_area table.noDesign tr td{
    padding-left: 0;
  }
  
  .news_detail_area hr.break{
    width: 75px;
    height: 1px;
    background: #002D64;
    border: none;
    margin: 4rem auto;
  }
  .news_detail_area .sectionBody{
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 24px;
    width: 100%;
  }
  .news_detail_area .sectionBody .phArea img{
    width: 100%;
  }
  .news_detail_area .sectionBody .txtArea {
  }
  .news_detail_area .referenceArea{
    border: 1px #7890ad solid;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
    background: #f7f9fa;
  }
  .news_detail_area .referenceArea .referenceTxt{
    position: absolute;
    display: inline-block;
    background: #002D64;
    color: #fff;
    top: 0;
    left: 0;
    padding: .35rem 1rem .25rem;
    font-size: 1rem;
    font-weight: normal;
  }
  .news_detail_area .referenceArea h3{
    text-align: center;
    margin: 2rem 0;
  }
  .news_detail_area .imgSetBox{
    text-align: center;
    width: 100%;
  }
  .news_detail_area .imgSetBox img{
    width: 100%;
  }
}

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

  .news_area {
    flex-direction: column;
  }
  .news_detail_area{
    background:#fff ;
    box-sizing: border-box;
  }
  .news_header{
    position: relative;
  }
  .news_header .news_logo{
    width: 155px;
    height: 114px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .news_header .tgw_logo_ver2022{
    width: 85px;
    position: absolute;
    top:10px;
    right: 0;
    font-size: 1.5rem;
  }
  .news_header .tgw_logo_ver2022 a {
    display: block;
  }
  .news_header .tgw_logo_ver2022 a img{
    width: 100%;
  }
  .news_header .news_entry,
  .news_header .news_cat,
  .news_header .news_target,
  .news_header .news_from{
    font-size: 1rem;
    min-width: 155px;
    padding-left: 5px;
  }
  .news_header .news_entry{
    margin-bottom: .5rem;
  }
  .news_header .news_target{
    margin-bottom: .5rem;
  }
  .news_header .news_target span{
    border-bottom: 1px #ddd solid;
    display: inline-block;
    width: 100%;
  }
  .news_header .news_cat{
    top:118px;
    left: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #333;
  }
  .news_header .news_from{
    top:160px;
    right: 0;
    text-align: right;
  }
  .news_header .news_from span{
    display: inline-block;
    border-bottom: 1px #002D64 dotted;
  }
  .news_detail_area .page_title{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 4.25rem;
    position: relative;
    line-height: 1.3;
  }
  .en .news_detail_area .page_title .samllA{
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    margin-top: .75rem;
  }
  .news_detail_area .page_title::after{
    content: " ";
    height: 3px;
    background: #002D64;
    width:75px;
    position: absolute;
    left: 0;
    bottom: -1.25rem;
  }
  .news_detail_area section{
    counter-increment: section;
    margin-bottom: 4rem;
  }
  .news_detail_area section section{
    margin-bottom: 2rem;
    counter-reset: section;
  }
  .news_detail_area section section.last{
    margin-bottom: 0;
  }
  .news_detail_area section .section_title,
  .news_detail_area section .section_title_noNumber{
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    
  }
  .news_detail_area section .section_title::before{
    content:counter(section) ". ";
    display: inline-block;
  }
  .news_detail_area section h4{
    font-size: 1.25rem;
  }
  .news_detail_area section h5{
    font-size: 1rem;
  }
  .news_detail_area section p{
    margin-bottom: 1.5rem;
  }
  .news_detail_area section p.mtA{
    margin-top: 1.5rem;
  }
  .news_detail_area .phUnit{
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
  .news_detail_area .phUnit .phBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .news_detail_area .phUnit .phBox.single{
    width: 100%;
  }
  .news_detail_area .phUnit .phBox figure{
    display: block;
    text-align: center;
  }
  .news_detail_area .phUnit .phBox figure img{
    width: 100%;
  }
  .news_detail_area .phUnit .phBox figure figcaption{
    margin-top: .5rem;
    font-size: .75rem;
  }
  .news_detail_area table tr {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .news_detail_area table tr th {
    font-size: .95rem;
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .5rem;
  }
  .news_detail_area table tr td {
    font-size: .95rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .5rem;
  }
  .news_detail_area .referenceArea{
    /*border: 1px #7890ad solid;*/
    position: relative;
    padding: 1rem .7rem;
    box-sizing: border-box;
    background: #f7f9fa;
  }
  .news_detail_area .referenceArea .referenceTxt{
    position: absolute;
    display: inline-block;
    background: #002D64;
    color: #fff;
    top: 0;
    left: 0;
    padding: .35rem 1rem .25rem;
    font-size: 1rem;
    font-weight: normal;
  }
  .news_detail_area .referenceArea h3{
    text-align: center;
    margin: 4rem 0 2rem;
  }
  .news_detail_area .imgSetBox{
    text-align: center;
    width: 100%;
  }
  .news_detail_area .imgSetBox img{
    width: 100%;
  }
}
/* 新着情報の点滅 */
.news_box .blink{
	position: absolute;
	top:0;
	left: 110px;
}

.top_videos_area .blink{
	position: absolute;
	top:-7px;
	left: 12px;
}

/* カテゴリタグ */
.news_area .news_box .news_tag{
	background-color: #fff;
	color: #0389D2;
	margin: 0;
	display: inline-block;
	padding: 2px 12px;	
  font-size: 14px;
}
.news_area .news_box .news_tag{
	font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  border-left: 1px solid #ddd;
}
/* .jp .news_area .news_box .news_tag{
	font-size: 1.2em;
} */
/* .news_area .news_box .news_tag.news{
	border-left: 10px solid #c48de2;
} */
.news_area .news_box .news_tag.column{
	border-left: 10px solid #c0bd1a;
}
.news_area .news_box .news_tag.roadmap{
	border-left: 10px solid #5F1985;
}
.news_area .news_box .news_tag.past{
	border-left: 10px solid #F11999;
}
.news_area .news_box .news_tag.program{
	border-left: 10px solid #009FFF;
}
.news_area .news_box .news_tag.top10{
	border-left: 10px solid #00A199;
}
/* @media screen and (min-width:750px){
} */
.news_area.columnPage{
  min-height: 650px; 
}
.news_area .news_box{
  /* float: left; */
  max-width: 250px;
  width: 50%; 
}
.news_area .news_box .news_img_box{
  position: relative;
  width: 250px;
  height: 150px;
  overflow: hidden;
}
.news_area .news_box .news_img_box img{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.news_area .news_box .news_tag{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}	
.news_area .news_box .news_text_box{
  background: #002D64;
  
}
.news_area .news_box a .news_text_box p{
  color: #fff;			
}
.news_area .news_box .news_text_box .tit{
  margin-bottom: 20px;
}
.news_area .news_box .news_text_box .date{
  margin: 40px 0 0 0 ;
}		
@media screen and (min-width:1106px){
		.news_area .news_box{
			width: 25%;
		}
		.news_area .news_box .news_img_box img{
			max-width: 100%;
			/*height: auto;*/
			object-fit:cover;
		}	
}

@media screen and (max-width:749px){
  .news_area{
    margin:10px;
    width:92%;
  }
  .news_area .news_box{
    width: 100%;
    margin: 0 auto 20px;			
    /* border-bottom: solid 1px #002D7D;	 */
  }
  /* .news_area .news_box .thum{
    display:none;
  } */
  .news_area .news_box .news_tag{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    text-align: left;
  }
  .news_area .news_box .news_text_box .date{
    margin: 10px 0 ;
  }	
}
/* ----------------------------
各ページ
---------------------------- */
/* --------------  プログラム  -------------- */
#program_page .program_theme p{
/*
	font-weight: bold;
  box-sizing: border-box;
  color: #16365E;
*/
  /* margin: -20px 0 30px; */
  box-sizing: border-box;
  /*background: #007ACC;*/
  /* color: #002D64; */
  color: white;
}
.en #program_page .program_theme p{
	/* font-size:2.2rem; */
  font-size:2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.en #program_page .program_theme span{
	font-size: 1.85rem;
  font-weight: normal;
  display:block;
}
.jp #program_page .program_theme p{
	font-size: 2.4rem;
  /* font-size: 2.8rem; */
  font-family: "Nunito Sans";
  font-weight: bold;
  line-height: 1.3;
}
.en #program_page .program_theme .back_white,
.jp #program_page .program_theme .back_white
{
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0 10px 15px;
  box-shadow: 0 20px 60px 50px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.jp #program_page .program_theme span{
	font-size: 1.7rem;
  font-weight: normal;
  display:block;
}
.en #program_page .program_top_txt,
.jp #program_page .program_top_txt
{
  margin: 40px 0 20px;
}

@media screen and (min-width:750px){
  #program_page .program_theme{
    margin: 30px 0 50px;
    padding: 4rem 2.5rem;
    border-radius: 10px;
    background: url(../../images/program/2023/title_back_pc.jpg) center center no-repeat;
    background-size: cover;
  }
  #program_page .program_theme.set2021{
    background: none;
    padding: 1rem 0;
    margin: 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 749px) {
  #program_page .program_theme{
    margin: 1rem 0;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    background: url(../../images/program/2023/title_back_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #program_page .program_theme.set2021{
    background: none;
    padding: 1rem 0;
    margin: 0;
    font-size: 1.6rem;
  }
  .jp #program_page .program_theme p{
    font-size: 1.8rem;
  }
  /* .jp #program_page .program_theme span{
    font-size: 1.4rem;
    margin-top: .5rem;
    display: inline-block;
  } */
  .en #program_page .program_theme p{
    font-size: 1.8rem;
  }
  /* .en #program_page .program_theme span{
    font-size: 1.4rem;
    margin-top: .5rem;
    display: inline-block;
  } */
}

#program_page ul.disc{
	margin: 20px 0 10px 20px;
}
.program_guide{
	max-width: 820px;
}
.program_guide h3{
	font-size: 2em;
	margin-bottom: 10px;
}
.program_guide h3::before{
	content:"●";
	margin-right: 5px ;
}
#program_page .time_table img{
	max-width: 100%;
}
#program_page .q_link_box{
	margin: 20px 0 40px;
	text-align: right;
}
#program_page .q_link_box .common_btn{
	font-size: 16px;
	padding: 4px 20px 6px;
}
.sub_page .jp_page .program_guide .session{
	max-width: 6em;
	float: left;
}
.sub_page .jp_page .program_guide .session_r{
	margin-left:  5.5em;
	width: calc(100% - 6em);
}
.sub_page .en_page .program_guide .session{
	max-width: 11.5em;
	float: left;
}
.sub_page .en_page .program_guide .session_r{
	margin-left:  11.5em;
	width: calc(100% - 11.5em);
}
.schedule_area{
	margin: 40px 0;
}
.schedule_area .schedule_text {
	font-size: 1.8em;
	text-align: center;
	margin: 20px auto;
}
.schedule_area .schedule_box a{
	display: inline-block;
}
.schedule_area .schedule_box a.block{
    display: block;
}
.schedule_area .schedule_box.nolink a{
  pointer-events:none
}
.schedule_area .schedule_box a h3{
	font-size: 2em;
	padding: 12px 0;
	/*background-color: #2b92d5;*/
  background-color: #0D2D62;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.en .schedule_area .schedule_box a h3{
	font-size: 1.6em;
	letter-spacing: normal;
}
.schedule_area .schedule_box ul{
	/* border-top: solid 1px #ddd; */
	/*border-left: solid 1px #ddd;*/
}
.schedule_area .schedule_box li{
	/* border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
  padding: .75rem 1rem; */
  margin: 15px 0;
}
.schedule_area .schedule_box li:first-of-type,
.schedule_area .schedule_box li:last-of-type
{
  padding: .75rem 1rem;
}

.en .schedule_area .schedule_box li{
	font-size: 1.25em;
  font-size: 15px;
}
.jp .schedule_area .schedule_box li{
	font-size: 1.5em;
  font-size: 15px;
}
/*
.schedule_box li:nth-child(2n+1){
	background-color: #EAEEF9;
}
.schedule_box li:nth-child(2n){
	background-color: #dfe4f9;
}
*/
.schedule_box li span{
	margin-right: 10px;
}
.schedule_box li.tit{
	/*color:#161858!important;*/
	font-weight: bold;
}
.schedule_area .schedule_box li a{
  /*padding: .75rem 1rem;*/
}
@media screen and (min-width: 750px) {
  .schedule_area .schedule_box li a{
    transition: .5s all;
  }
  /*
  .schedule_area .schedule_box li a:hover{
    margin-left: .5rem;
    color: #0D2D62 !important;
  }
  */
}
.sub_page #content_body .schedule_area .schedule_box ul li ul:not(:has(li)) {
  border: none !important;
}
.sub_page #content_body .schedule_area .schedule_box ul li ul:not(:has(.ttl)) {
  border: 2px #ec81e3 solid;
  background: #eed7ec;
}
.sub_page #content_body .schedule_area .schedule_box ul li ul:not(:has(.ttl)) a {
  color: #422972;
}
.sub_page #content_body .schedule_area .schedule_box ul li.op,
.sub_page #content_body .schedule_area .schedule_box ul li.cl{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 2px #004EA2 solid;
  background: #dfeaf7;
}
.schedule_area .schedule_box li.op a,
.schedule_area .schedule_box li.cl a{
  color: #084383;
}

.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(2) ul {
  border: 2px solid #004EA2;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(3) ul {
  border: 2px solid #ffaeaa;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(4) ul {
  border: 2px solid #43A741;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(5) ul {
  border: 2px solid #EDA533;
}

.sub_page #content_body .schedule_area .schedule_box ul li ul li {
  border: none;
  padding: .75rem 1rem;
  margin: 0;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(2) ul li:not(:last-child) {
  border-bottom: 1px solid #004EA2;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(3) ul li:not(:last-child) {
  border-bottom: 1px solid #ffaeaa;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(4) ul li:not(:last-child) {
  border-bottom: 1px solid #43A741;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(5) ul li:not(:last-child) {
  border-bottom: 1px solid #EDA533;
}


.sub_page #content_body .schedule_area .schedule_box ul li ul .ttl { /* 目次カテゴリタイトル共通 */
  color: white;
  font-weight: bold;
}

.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(2) ul .ttl {
  background: #004EA2;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(3) ul .ttl {
  background: #f8d1cf;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(4) ul .ttl {
  background: #43A741;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(5) ul .ttl {
  background: #EDA533;
}

.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(2) ul li {
  background: #dfeaf7;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(3) ul li {
  background: #f9e5e4;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(4) ul li {
  background: #ecf1db;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(5) ul li {
  background: #f8eddc;
}

.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(2) ul li a {
  color: #084383;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(3) ul li a {
  color: #234e23;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(4) ul li a {
  color: #1e4f70;
}
.sub_page #content_body .schedule_area .schedule_box ul li:nth-of-type(5) ul li a {
  color: #55401e;
}

/* .schedule_area .schedule_box li.sideList_other {
  border: 2px #ec81e3 solid;
  background: #eed7ec;
  padding: 0.75rem 1rem;
} */
.schedule_area .schedule_box li.sideList_other a {
  color: #422972;
}


.program_detail_area{
	margin-bottom: 60px;
}
.sectionTitle{
  box-sizing: border-box;
  color:#fff;
  padding: .85rem .75rem .75rem;
  border-left: 5px #4b80c0 solid;
  background: #002D64;
  line-height: 1;
  position: relative;
}
.sectionTitle::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}
.sectionSideTitle{
  box-sizing: border-box;
  color:#fff;
  padding: .85rem .75rem .75rem;
  border-left: 5px #F6B13F solid;
  border-bottom: 1px #F6B13F solid;
  background: #DF9420;
  line-height: 1;
  position: relative;
}
.sectionSideTitle::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}

#program_page .program_detail_area .sideEventsArea .program_one_box .inno_attach h2{
  padding-right: 1rem;
}
.sideEventsArea .program_one_box .inno_attach p{
  padding-right: 1rem;
}
@media screen and (min-width: 750px) {
  .sectionTitle,
  .sectionSideTitle{
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .sectionTitle,
  .sectionSideTitle{
    font-size: 1.6rem;
  }
}
.sideEventsArea {
  /*background: #fff9f0;*/
  padding-bottom: 1rem;
}
.line_top_sideArea{
  border-top: 1px #ad7d2f dashed;
}
@media screen and (min-width: 750px) {
		.schedule_box{
			width: 48%;
		}
}
.program_detail_area p.program_tit{
	font-size: 2em;
	font-weight: bold;
	margin: 80px 0 40px;

  width: fit-content;
  color: white;
  background: rgba(0,45,100,.9);
  z-index: 999;
  padding: 0 10px 0 8px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px gray;

  position: sticky;
  top: 80px;
}
.program_detail_area p.program_tit span{
	float:right;
}
@media screen and (max-width: 450px) {
  .program_detail_area p.program_tit{
    top: 70px;
    font-size: 16px;
  }
}
#program_page .program_detail_area .program_one_box h2{
	margin: 0 0 12px 0;
	padding: 4px 0 0 0;
	line-height: 1.15;
	color: #002D64;
}
.en #program_page .program_detail_area .program_one_box h2{
	font-size: 1.7em;
}
.jp #program_page .program_detail_area .program_one_box h2{
	font-size: 2em;
}
@media screen and (min-width: 750px) {
			.program_detail_area .session_box .date_box{
				width: 180px;
				float: left;
				padding-top: 40px;
			}
			.program_one_box{
				margin-left: 180px;
				padding: 40px;
			}
			#program_page .program_detail_area .session_box .date_box p{
					max-width: 180px;
				}
			#program_page.en_page .program_detail_area .session_box .date_box p{
					max-width: 200px;
		}

}
@media screen and (max-width: 749px) {
	#program_page .program_detail_area .session_box .date_box{
		margin: 20px auto;
	}
	#program_page .program_detail_area .session_box .date_box .date br{
				display:none;
	}	
}
		#program_page .program_detail_area .session_box .date_box p{
				text-align: center;
				font-size: 1.2em;
		}
#program_page .program_detail_area .session_box .date_box .session_name {
	background-color: #002D64;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	margin: 0 0 3px ;
	letter-spacing: 1.5px;
	font-size: 1.5em;
}
#program_page.en_page .program_detail_area .session_box .date_box .session_name {
	white-space: nowrap;
	letter-spacing: normal;
	font-size: 1.3em;
}
#program_page .program_detail_area .session_box .date_box .date{
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
@media screen and (max-width: 749px) {
	#program_page .program_detail_area .session_box .date_box .date{
		margin-bottom: 10px;
	}
}
.program_detail_area .program_one_box .chair_man{
	margin: 40px 0;
}
.program_detail_area .program_one_box .profile::after{
	clear: both;
	content: "";
	display: block;
}
.program_detail_area .program_one_box .profile a {
  cursor: pointer;
  &:hover {
    opacity: .8;
  }
}
.program_detail_area .program_one_box .name{
	font-weight: bold;
	margin-bottom: 4px;
	padding-right: 0.6em;
}
.en .program_detail_area .program_one_box .name{
	font-size: 1.6em;
}
.en .program_detail_area .program_one_box .name--oc {
  font-size: 1.3em;
  margin-bottom: 0;
}
.jp .program_detail_area .program_one_box .name{
	font-size: 1.8em;
}
.jp .program_detail_area .program_one_box .name-position {
  line-height: 1.4;
}
.jp .program_detail_area .program_one_box .name-position .bold {
  color: #151515;
}
.program_detail_area .program_one_box .name span{
	font-size: 0.8em;
	font-weight:normal;	
}
.program_detail_area .program_one_box .position{
	font-size: 1.3em;
	line-height: 1.5;
}
.program_detail_area .program_one_box .profile_pic {
	width: 100px;
	/*height: 100px;*/
	overflow: hidden;
	border-radius: 50%;
	background-color: #ddd;
	text-align: center;
	margin:0 20px 20px 0;
	float: left;
}
@media screen and (min-width: 750px) {
  .program_detail_area .program_one_box .profile_pic.longA{
    margin:0 20px 86px 0;
  }
  .program_detail_area .program_one_box .profile_pic.longB{
    margin:0 20px 50px 0;
  }
  .program_detail_area .program_one_box .profile_pic.longC{
    margin:0 20px 100px 0;
  }
  .program_detail_area .program_one_box .profile_pic.longD{
    margin:0 20px 160px 0;
  }
  .program_detail_area .program_one_box .profile_pic.longE{
    margin:0 20px 196px 0;
  }
  .program_detail_area .program_one_box .profile_pic.longG{
    margin:0 20px 126px 0;
  }
}
.program_detail_area .program_one_box .profile_pic span{
	line-height: 100px;
	font-family: Georgia;font-size: 18px;font-weight: bold;color: #fff;
}
.program_detail_area .program_one_box .profile_pic img{
	border-radius: 50%;
	width: 100px;
	height: auto;
	object-fit:cover;
}

.profile_text{
	margin-right: 10px;
}
@media screen and (min-width: 750px) {
  .profile_text{
    padding-left: 125px;
  }
}
/*
@media screen and (min-width: 750px) {
  .program.en .moderator_area .chair_man:nth-child(2) .profile .profile_pic{
    margin-right: 0;
  }
}
*/
#program_page .pdf_box{
	margin:10px 0 20px 120px;
	max-width: 190px;
}
.sub_page #program_page .backlist_brn{
	font-size: 1.2em;
	text-align: center;
	clear: both;
}
@media screen and (max-width: 749px) {
	.sub_page #program_page .backlist_brn{
		margin-bottom: 20px;
	}
}
#program_page .backlist_brn a{
	color: #fff;
	display: block;
	float: right;
	background-color: #18549e;
	padding: 4px 20px;
}
#program_page .backlist_brn::after{
	clear: both;
	content: "";
	display: block;
}
.program_detail_area .program_one_box .pdf_box span{
	font-size: 0.9em;
}
.jp .program_detail_area .program_one_box .pdf_box span{
	font-size: 1.1em;
}
.program_detail_area .program_one_box .pdf_box .btn_pdf a{
		width: 190px;
		color: #fff;
}
.program_detail_area .program_one_box .pdf_box .btn_pdf {
	font-size: 1.1em;
	padding: 2px 7px;
	background-color: #002D64;
}
.program_detail_area .program_one_box .op-cl-sesstion {
  flex-direction: column;
}
.program_detail_area .program_one_box .op-cl-sesstion .speaker_box {
  /* width: 65%; */
  /* width: 80%; */
}
@media screen and (max-width: 420px) {
  .program_detail_area .program_one_box .op-cl-sesstion .speaker_box {
    width: 100%;
  }
}
.program_detail_area .program_one_box .op-cl-sesstion .speaker_box .profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program_detail_area .program_one_box .op-cl-sesstion .speaker_box .profile .profile_pic {
  width: 20%;
  max-width: 100px;
  min-width: 100px;
  margin: 0 !important;
}
.program_detail_area .program_one_box .op-cl-sesstion .speaker_box .profile .profile_text {
  width: 75%;
  text-align: left;
  padding-left: 0 !important;
  margin-right: 10px;
}
.program_detail_area .program_one_box .op-cl-sesstion .speaker_box .pdf_box {
  margin: 10px auto 20px 0 !important;
}
.jp .program_detail_area .program_one_box .op-cl-sesstion .speaker_box .profile .profile_text {
  font-size: 1.3em;
}
@media screen and (min-width: 750px) {
		.program_detail_area .program_one_box .speaker_man{
			float: left;
			width: 400px;
			min-height:250px;
			margin: 20px 0 ;
		}
	.program_detail_area .program_one_box .speaker_area{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    margin-top: 100px;
	}
	.program_detail_area .program_one_box .speaker_box{ /*2021*/
			width:50%;
			min-width: 400px;
			margin: 20px 0 ;
	}
	.program_detail_area .program_one_box .moderator_area{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    box-sizing: border-box;
    border:1px #a1a3a5 solid;
    border-radius: 0 8px 8px 8px;
    padding: 1rem;
    background: #f5f5f5;
    margin-bottom: 25px;
	}
  .program_detail_area .program_one_box .moderator_area--mt {
    margin-top: 50px;
  }
	.program_detail_area .program_one_box .moderator_area .chair_man{
    width:50%;
    min-width: 400px;
    margin: 20px 0 ;
  }
}
@media screen and (max-width: 749px) {
	.program_detail_area .program_one_box .moderator_area{

    box-sizing: border-box;
    border:1px #a1a3a5 solid;
    border-radius: 0 8px 8px 8px;
    padding: 1rem;
    background: #f5f5f5;
    margin-bottom: 25px;
	}
}
#program_page .roadmap li{
	position: relative;
	list-style:none;
	margin-left:0;
	padding-left:15px;
}
#program_page .roadmap li::before{
	position: absolute;
	content: "-";
	left:5px;
}
#program_page .youtube_box{
	width: 280px;
	margin: 20px auto 0;
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 20px;
	float: right;
}
#program_page .youtube_box p{
	text-align: center;
	font-weight: bold;
}
#program_page .youtube_box p:first-child{
	margin-top: 6px;
}
#program_page .youtube_box .logo{
	text-align: center;
}
#program_page .youtube_box .logo img{
	/*max-width: 180px;*/
	max-width: 50px;
	padding-top: 10px;
}
#program_page .youtube_box .btn_box{
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
.youtube_box .common_btn{
	display: inline-block;
	width: 130px;
	box-sizing: border-box;
}
#program_page .chair{
  margin: 1.5rem 0 1rem;
  border-bottom: 1px #0D2D62 solid;
}
#program_page .chair b{
  display: inline-block;
  background: #0D2D62;
  min-width: 120px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: .3rem 0 .2rem;
  text-align: center;
}

.comingsoon{
  border: 1px #ddd solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .comingsoon{
    min-height: 30vh;
    font-size: 23px;
  }
}
@media screen and (min-width: 750px) {
  .comingsoon{
    min-height: 300px;
    font-size: 18px;
  }
}


/* イノベーション事例リンク付ける */
#program_page .inno_attach{
	margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
	#program_page .inno_attach .inno_attach_box{
		float: right;
		display: flex;
	}
}
#program_page .inno_attach .inno_link_box{
	width: 260px;
	margin: 0 10px 10px 0;
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 20px;
	max-height: 90px;
}
#program_page .inno_attach .youtube_box{
	width: 260px;
	margin: 0 ;
	float:none;
	max-height: 90px;
}
#program_page .inno_attach .youtube_box p{
	margin-bottom: 34px;
}
#program_page .inno_attach .inno_link_box p{
	text-align: center;
	font-weight: bold;
}
#program_page .inno_attach .inno_link_box p:first-child{
	margin-top: 6px;
}
#program_page .inno_attach .inno_link_box p span{
	font-size: 0.9em;
	font-weight: normal;
	display: inline-block;
}
#program_page .inno_link_box .btn_box{
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
#program_page .inno_attach .btn_box span{
	width: 100px;
	display: inline-block;
}
/* --------------  参加登録 register  -------------- */
.register .register_area {
  margin-top: 40px;
}
.register .text_box{
	margin: 40px auto ;
}
.register .text_box h3{
	/* margin-top: 30px;
  border: 2px solid #151515;
  width: fit-content;
  padding: 5px 5px 2px;
  border-radius: 3px; */

  border: 1px solid #002D64;
  border-radius: 4px;
  padding: 15px 20px 12px;
  background-color: #F5F8FA;
  font-size: 24px;
  color: #002D64;
}
.register .text_box ul{
	margin: 10px 0 0 2em;
}
.register .text_box p{
	font-size: 16px;
}
.register .btn_box .btn{
	font-size: 22px;
	letter-spacing: 2px;
	padding: 6px 30px;
}
.register .text_box{
  margin-bottom: 48px;
}
.register .text_box del span strong {
  text-decoration: line-through;
}
.register .text_box .disc{
  list-style-position: outside;
  padding-left: 1.25rem;
}
.register .text_box ul li {
  list-style: disc;
  font-size: 16px;
}
.register .text_box strong{
  /* color: #002D64; */
  display: inline-block;
  /* margin: 1rem; */
}
.register .text_box p b{
  font-weight: bold;
}
.register .text_box small{
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 749px) {
  .register .text_box strong{
    font-size: 18px;
  }
}
@media screen and (min-width: 750px) {
  /* .register .text_box strong{
    font-size: 20px;
  } */
  .register .text_box small{
    padding-left: 1rem;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 750px) {
	.register .register_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
    margin: 48px 0;
	}
	.register .register_flex .register_text{
		max-width:640px;
	}
  .register .register_flex .register_text p{
    font-size: 1rem;
  }
	.one_column .register_text{
		width:640px;
	}
}
.register .pdf_img{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .register .pdf_img{
    max-width: 460px;
  }
}
@media screen and (max-width: 749px) {
  .register .pdf_img{
    width: 100%;
  }
}
.register .pdf_img a{
  display: block;
}
.register .pdf_img h4{
	margin: 20px auto 10px;
	color: #151515;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.register .pdf_img img{
	max-width:350px;
	border: 1px solid #cccccc;
}
.register p.pdf_btn{
	font-size: 10px;
	text-align: left;
	text-indent: 0.5em;
}
.register .pdf_img .register_text{
	margin-top: 20px;
	text-align: left;
}

/* --------------  お問い合わせ info  -------------- */
/*
.info_area{
  margin-bottom: 60px;
}
*/
.info .info_box{
	margin: 40px auto ;
}
.info .info_box h3{
	margin-top: 30px;
}
.info .info_box ul{
	margin: 10px 0 0 2em;
}
.info .info_box p{
	font-size: 16px;
}
.info .btn_box .btn{
	font-size: 22px;
	letter-spacing: 2px;
	padding: 6px 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius : 3px;
  font-size     : 18px;
  /*text-align    : center;*/
  cursor        : pointer;
  padding       : 1rem 0;
  background    : #0D2D62;
  color         : #ffffff;
  line-height   : 1rem;
  transition    : .3s;
  border        : 1px solid #000066;
  width: 80%;
}
.button.half{
  width: 35%;
  margin: 0 1rem;
}

.button.back{
  background: #88171b;
  border: 1px solid #b52024;
}
.en .button {
  letter-spacing: .2rem;
}
.buttonArea{
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.info .contact_from .wpforms-confirmation-container-full,
.info .contact_from .wpforms-confirmation-scroll {
  border: none !important;
  background: unset !important;
}
.info .contact_from .wpforms-confirmation-container-full p,
.info .contact_from .wpforms-confirmation-scroll p {
  font-size: 18px;
  line-height: 1.8;
}
.info .contact_from {
  margin-bottom: 60px;
}
.info .contact_from .agree {
  font-size: unset;
  margin-top: 30px;
}
.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}
.wpforms-container-full .wpforms-form button[type=submit] {
  width:  50%;
  background: #002D64 !important;
}
.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background: #2977B5 !important;
}
@media screen and (min-width: 750px) {
  .fieldset{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .fieldset div{flex-grow: 1;}
  
  .width50{
    width: 50%;
  }
  .width40{
    width: 40%;
  }
  .width25{
    width: 25%;
  }
  .labelSet{
    width: 33%;
  }
  .button {
    width: 50%;
  }
  .en .labelSet{
    width: 20%;
  }
  .inputSet{
    width: 67%;
    /*padding-right: 1rem;*/
  }
  .en .inputSet{
    width: 80%;
    /*padding-right: 1rem;*/
  }
  .inputSet input[type="text"]:not(:nth-child(1)){
    margin-left: 1rem;
  }
  .button:hover {
    box-shadow    : none;
    background    : #2977B5;
    border        : 1px solid #2977B5;
  }
  .select-box {
    width: 20%;
  }
  .required{
    margin-left: auto;
    margin-right: .5rem;
  }
  .errorAc .error{
    padding-left: 33%;
  }
  .en .errorAc .error{
    padding-left: 20%;
  }
  textarea{
    min-height: 500px;
  }
}

@media screen and (max-width:350px) {
  .inputSet{
    width: 100%;
  }
  .spPaddingR{
    padding-right: 1rem;
  }
  .errorAc .inputSet input[type="text"]{
    background: #fff;
  }
  .errorAc .inputSet input[type="text"]:not(:nth-child(1)){
    margin-bottom: .75rem;
  }
}

.width100{
  width: 100%;
}

legend{
  font-size: 18px;
  margin-right: .5rem;
}

.inputSet{
  display: block;
  box-sizing: border-box;
}
.labelSet{
  display: flex;
  align-items: center;
}
.required{
  display: inline-block;
  padding: .1rem .25rem;
  color: #fff;
  background: #B20000;
  font-size: 13px;
  border-radius: 3px;
  white-space: nowrap;
}
textarea{
  font-family: Verdana, Helvetica, Arial, sans-serif;
}


.fieldsetBox{
  padding: .5rem .5rem 0 .5rem;
  box-sizing: border-box;
}

.select-box {
  font-size: 1rem;
  position: relative;
  transition: background-color 0.5s ease-out;
  background: #EEEEEE;
}

.select-box::after {
  z-index: 1;
  border-style: solid;
  content: "";
  display: block;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-color: #1D3D72 transparent transparent transparent;
}
.select-box__body {
  appearance: none;
  background-color: transparent;
  /*border: 1px solid var(--gray-color-primary);*/
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  line-height: 3;
  padding-left: 1rem;
  padding-right: calc(1em + 16px);
  width: 100%;
}
.select-box__body option{
  padding: .5rem;
  border:2px #f00 solid;
}
/*
.select-box__body option:hover{
  background: #009FFF;
  color: #fff;
}
*/

.errorAc{
  background: #ffeeee;
}

.errorAc .error{
  display: block;
  box-sizing: border-box;
}
.errorAc input[type="text"]{
  background: #fff;
  border:1px #ff7373 solid;
}
.error{
  display: none;
  clear: both;
  padding: .5rem;
  color: #B20000;
  font-size: 16px;
}
.confirmation .fieldset{
  border-bottom: 1px #ddd solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.confirmation .inputSet{
  font-size: 18px;;
}
.confirmation .inputSet{
  font-size: 18px;
}
.confirmation .textArea{
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .confirmation .textArea{
    min-height: 200px;
  }
}

.confirmation.thx{
  min-height: 650px;
}
.confirmation.thx p{
  font-size: 18px;
  line-height: 1.8;
}
/* --------------  報道関係者 press  -------------- */
.press .press_box{
	margin: 40px 0 60px;
}
.press .press_box h3{
	margin-top: 60px;
}
.press .press_box ul {
  margin: 18px 0 0 2em;
}
.press .press_box ul li{
	list-style: disc;
  font-size: 16px;
}
.press .press_box .border-ttl{
	/* width: fit-content; */
  /* padding: 5px 5px 2px; */
  /* border: 2px solid; */

  border: 1px solid #002D64;
  border-radius: 4px;
  padding: 15px 20px 12px;
  background-color: #F5F8FA;
  font-size: 24px;
  color: #002D64;
}
.jp .press_box .btn_box a .btn{
	letter-spacing: 2px;
}
.press_box .btn_box a .btn{
	min-width:400px;
}

.press .text_box{
  margin-bottom: 48px;
}
.press .text_box .disc{
  list-style-position: outside;
  padding-left: 1.25rem;
}
/* .press .text_box strong,
.press_box strong
{
  color: #002D64;
  display: inline-block;
  margin: 1rem;
} */
.press .text_box p b{
  font-weight: bold;
}
.press .text_box small{
  font-size: 13px;
  display: block;
}
.press .text_box small.pointTxt{
  box-sizing: border-box;
  padding: 0 1rem;
  color: #F03748;
  font-weight: bold;
}
.sub_page .headPointTxt{
  color: #F03748;
  box-sizing: border-box;
  padding: 1rem;
  border-top: 3px #f87b88 solid;
  border-left: 3px #f87b88 solid;
  border-right: 3px #F03748 solid;
  border-bottom: 3px #F03748 solid;
  border-radius: 6px;
}
.count-down-area {
  position: absolute;
  /* top: 10px; */
  bottom: 10px;
  left: 2vw;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background: #006699;
  padding: 5px 17px;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .count-down-area {
    min-width: 305px;
  }
}
@media screen and (max-width: 749px) {
  .count-down-area {
    display: none;
  }
}
.count-down-area .event-name {
  /* font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem); */
  font-size: clamp(1.25rem, -0.313rem + 2.5vw, 1.563rem);
  font-size: 14px;
  border-top: none;
}
.count-down-area p {
  color: #FFF;
  text-align: center;
  /* font-size: clamp(0.938rem, 0.881rem + 0.24vw, 1.063rem); */
  font-size: clamp(1.25rem, -0.313rem + 2.5vw, 1.563rem);
  margin-bottom: 0;
  border-top: 1px solid #333;
}
#countdown {
  color: white;
  /* font-size: clamp(1.25rem, 0.824rem + 1.82vw, 2.188rem); */
  font-size: clamp(2.313rem, -0.188rem + 4vw, 2.813rem);
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.3;
  display: flex;
  /* display: grid;
  grid-template-columns: 1fr .1fr 1fr .1fr 1fr .1fr 1fr; */
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  /* .count-down-area {
    left: 10px;
    transform: translateX(0);
  } */
  .count-down-area .event-name {
    font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
    font-size: 10px;
  }
  .count-down-area p {
    font-size: clamp(0.938rem, 0.881rem + 0.24vw, 1.063rem);
  }
  #countdown {
    font-size: clamp(1.25rem, 0.824rem + 1.82vw, 2.188rem);
  }
}
#countdown .indiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#countdown .border {
  border-right: 1px solid #fff;
  height: 15px;
  margin: 0 10px;
}
#countdown .indiv:last-of-type {
  margin-right: 0;
}
#countdown small {
  font-size: 10px;
}
@media screen and (max-width: 749px) {
  .press .text_box strong,
  .press_box strong
  {
    font-size: 18px;
  }
  .count-down-area {
    padding: 5px 8px;
  }
  #countdown {
    margin-bottom: 5px;
  }
  #countdown .border {
    margin: 0 5px;
  }
}
@media screen and (min-width: 750px) {
  /* .press .text_box strong,
  .press_box strong
  {
    font-size: 20px;
  } */
  .press .text_box small{
    padding-left: 1rem;
    margin-bottom: 24px;
  }

}

@media screen and (min-width: 750px) {
	.press .press_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
    margin: 48px 0;
	}
	.press .press_flex .press_text{
		max-width:640px;
	}
  .press .press_flex .press_text p{
    font-size: 1rem;
  }
	.one_column .press_text{
		width:640px;
	}
}
.press .pdf_img{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .press .pdf_img{
    max-width: 460px;
  }
}
@media screen and (max-width: 749px) {
  .press .pdf_img{
    width: 100%;
  }
}
.press .pdf_img a{
  display: block;
}
.press .pdf_img h4{
	margin: 20px auto 10px;
	color: #151515;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.press .pdf_img img{
	max-width:350px;
	border: 1px solid #cccccc;
}
.press p.pdf_btn{
	font-size: 10px;
	text-align: left;
	text-indent: 0.5em;
}
.press .pdf_img .press_text{
	margin-top: 20px;
	text-align: left;
}

/* --------------  イノベーション事例　TOP10  -------------- */
.top10_area{
	margin-bottom: 60px;
}
.top10 .text_box{
		margin: 30px 0;
}	
.top10 .text_box h3{
		margin-bottom: 20px;
}
.top10 .text_box ul {
  list-style: disc;
  margin: 10px 0 0 2em;
}
.top10 .text_box ul li {
  list-style: disc;
  font-size: 16px;
}
.top10 .text_box ul li::before {
  list-style: disc;
  color: #2F80ED;
}
.top10 .text_box ul li:has(a) { /*aタグを中に持つliタグにのみ適用*/
  color: #2F80ED !important;
}
.top10 .text_box ul li>a {
  color: #2F80ED;
  display: block;
}
.top10 .text_box ul li a:hover {
  opacity: 0.7;
}
.top10 h4{
	margin: 40px 0 8px;
}
/* 2021イノベーション事例 */
.top10 .inno2021.oldConference{
	/*margin: 60px 0 20px;*/
}

.top10 .inno2021 table tr.bg1 td{
	background: #E6EFFF;
}
.top10 .inno2021 table tr.bg2 td {
	background: #D6DFFF;
}
.top10 .inno2021 th,
.top10 .inno2021 td{
	border: 1px solid #FFF;
	font-size: 1.6em;	
}
.top10 .inno2021 td{
	padding: 6px 10px;
	vertical-align: middle;
}
.top10 .inno2021 table thead th{
	padding: 6px 4px;
	background: #002D64;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.top10 .inno2021 td.move,
.top10 .inno2021 td.pdf{
	text-align: center;
}
.top10 .inno2021 td.move a,
.top10 .inno2021 td.pdf a{
	background-repeat: no-repeat; 
	background-color: #002D64;	
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	background-position: 90% 55%;
	text-align: center;
	display: inline-block;
	padding: 4px 28px 4px 10px;
}
.top10 .inno2021 td.move a{
	background-image : url("../../images/common/move_icon.png");
}
.top10 .inno2021 td.pdf a{
	background-image : url(../../images/common/pdficon_small.png);
}
@media screen and (min-width: 750px) {
	.inno2021 thead th:first-of-type{
		width: 14em;
	}		
	.top10 .inno2021 thead th:nth-of-type(4){
		width: 10em;
	}	
	.top10 .inno2021 thead th:nth-of-type(2),
	.top10 .inno2021 thead th:nth-of-type(5),
	.top10 .inno2021 thead th:nth-of-type(6){
		width: 8em;		
	}
	.top10 .inno2021 thead th:nth-of-type(5),
	.top10 .inno2021 thead th:nth-of-type(6){
		font-size: 12px;
	}
}
@media screen and (max-width:350px) {
	.top10 .inno2021 th{
		display: none;
	}
	.top10 .inno2021 td.cate{
		background-color: #6D66A7;
		width: 100%;	
	}
	.top10 .inno2021 td{
		width: 100%;		
		box-sizing: border-box;
		display: block;
	}
}
/* 2020以前のtop10 top10_area内 */
.top10 .oldConference{
	margin: 0 0 20px;
}
.top10_area .inno2015 h4{
	margin-top: 20px;
}
.top10_area h4 span{
	margin-left: 6px;
	font-size: 0.7em;
	font-weight: normal;
}
.top10_area table th,
.top10_area table td{
	padding: 0.25em 1em;
	min-height: 1em;
	border: 1px solid #FFF;
}
.top10_area table th{
	background: #002D64;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 1.6em;
}
.top10_area table td{
	color: #222;	
	vertical-align: middle;
}
.en .top10_area table th{
	font-size: 1.6em;
}
.jp .top10_area table th{
	font-size: 1.9em;
}
.en .top10_area table td{
	font-size: 1.35em;
}
.jp .top10_area table td{
	font-size: 1.6em;
}
.top10_area table tr:nth-child(2n+1) td{
	background: #E6EFFF;
}
.top10_area table tr:nth-child(2n) td {
	background: #D6DFFF;
}
@media screen and (min-width: 750px) {
	.jp .inno2020 tr th:first-of-type,
	.jp .inno2019 tr th:first-of-type{
		width:10em;
	}
	.jp .inno2020 tr th:nth-of-type(2),
	.jp .inno2019 tr th:nth-of-type(2){
		width:20em;
	}	
	.en .inno2020 tr th:first-of-type,
	.en .inno2019 tr th:first-of-type{
		width:16em;
	}
	.en .inno2020 tr th:nth-of-type(2),
	.en .inno2019 tr th:nth-of-type(2){
		width:22em;
	}		
}
.top10 .pagetop{
	text-align: right;
	margin: 20px 0 0;
}

/*==================== ロードマップ ====================*/
.roadmap .hai_list{
	margin-top: 3px;
}
.roadmap .hai_list li{
	font-size: 16px;
	line-height: 1.5;
}
.roadmap .roadmap_box{
	margin: 40px 0 ;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 40px;
}
.roadmap .roadmap_box h3{
	margin-bottom: 30px;
  color: #002D64;
  font-weight: 800;
}
.roadmap .roadmap_box p{
	font-size: 15px;
}
.roadmap .roadmap_box .pointTitle{
	color: #D14424;
}
@media screen and (min-width: 750px) {
	.roadmap .roadmap_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
    /* margin-bottom: 30px; */
	}
	.roadmap .roadmap_flex .roadmap_text{
		max-width:640px;
	}
	.one_column .roadmap_text{
		width:640px;
	}
}
/* ================ロードマップページ2024年度用 ================*/
.exception-area {
  margin-top: 16px;
}
.exception-handling {
  font-size: 15px;
  margin-block: 0 15px;
}
.part-title {
  font-size: 15px;
  margin-top: 20px;
}
.exception-flex {
  display: flex;
  gap: 30px;
}
.exception-flex-link {
  display: block;
  color: #151515;
  font-size: 13px;
  margin-bottom: 5px;
}
.exception-flex-link:hover {
  text-decoration: underline;
}
.exception-flex-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -5px;
}
.podcast {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width:749px) {
  .exception-handling {
    margin-top: 16px;
  }
  .exception-flex {
    grid-template-columns: 1fr;
  }
}
/*================ ロードマップページ2024年度用 ================*/

.roadmapPickupArea{
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  margin: 2rem 0 0 0;
  background: #efefef;
  border: 1px #203864 solid;
}
.roadmapPickupArea b{
  font-weight: normal;
  margin-bottom: 1rem;
  color: #fff;
  background: #203864;
  display: block;
  width: 100%;
  padding: .5rem 0 .35rem;
  text-align: center;
  font-size: 1rem;
}
.roadmapPickupArea h4{
  margin-bottom: 0;
  font-weight: normal;
}
/*
.roadmapPickupArea h4::before{
  content: "・";
  display: inline-block;
  color: #203864;
  font-weight: bold;
  font-size: 20px;
}
*/

.roadmapPickupArea .txtBlock{
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  border-bottom: 1px dotted #b5b3b3;
}
/* .roadmap .one_column .roadmap_flex {
  margin-bottom: 30px;
} */
.roadmap .one_column .roadmap_left {
  /* width: 68%; */
  width: 72%;
}
.roadmap .one_column .roadmap_right .pdf_img{
	max-width: 220px;
	margin-bottom: 10px;
}
.roadmap .one_column .roadmap_right .pdf_img img{
	width: 100%;
  border: 1px solid #ccc;
}
/* .roadmap .one_column .roadmap_left .pdf_ttl {
  background-image: url(../../images/common/pdficon_small.png);
  background-position: 96% center;
  background-repeat: no-repeat;
} */
.roadmap .one_column .roadmap_left .pdf_ttl h4{
	margin: 20px 0 10px;
	color: #000;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 800;
  width: fit-content;
}
.roadmap .one_column .roadmap_left .pdf_ttl h4::after {
  content: "";
  display: inline-block;
  width: 20px;  /* 画像の幅を指定 */
  height: 20px; /* 画像の高さを指定 */
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px; /* テキストとの間隔を指定 */
  vertical-align: -5px;
}
/* .roadmap .pdf_img img{
	max-width:350px;
	border: 1px solid #cccccc;
} */
.roadmap p.pdf_btn{
	font-size: 10px;
	text-align: left;
	text-indent: 0.5em;
}
.roadmap .pdf_img .roadmap_text{
	margin-top: 20px;
	text-align: left;
}
.roadmap .pdfsizu a:hover{
	color: #929090 !important;
}
.roadmap .youtube_link{
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 16px 20px;
	text-align: center;
}
@media only screen and (min-width: 750px) {
.roadmap .youtube_link{
	margin: -80px 0 0;
	float: right;
	}
}
@media only screen and (max-width: 749px) {
  .roadmap .one_column .roadmap_flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .roadmap .one_column .roadmap_left {
    width: 100%;
  }
}
.roadmap .youtube_link p{
	font-weight: 600;
}
.roadmap .youtube_link a{
	font-size: 13px;
	margin-top: 3px;
	background: #004064;
	color: #fff;
	padding: 2px 0;
	display: block;
	border-radius: 4px;
}

/*==================== Report レポート→ダイジェスト→過去のプログラム  ====================*/
.reports_list_area{
	margin: 0 -13px 0 -13px;
}
.reports_list_area .reports_list_box{	
	min-height: 200px;
	position: relative;
	float:left;
	padding: 25px;
	margin: 0 13px 26px 13px;	
}

@media only screen and (min-width: 750px) {
		.reports_list_area .reports_list_box{				
			border: 1px solid #c7ced6;
			width: 296px;
	}
}
@media only screen and (max-width: 749px) {
		.reports_list_area .reports_list_box{				
			border-bottom: 1px solid #c7ced6;
			max-width: 296px;
	}
}
.reports_list_area .reports_list_box h3 span{
	display: block;
	padding-top: 6px;
}
.reports_list_area .reports_list_box h3.f_16{
	font-size:16px;
}
.reports_list_area .reports_list_box .fss{
	font-size: 19px;
}
.reports_list_area .reports_list_box p.posted{
position: absolute;
bottom: 45px;
}
.reports_list_area .reports_list_box .date{
position: absolute;
bottom: 15px;
}
.reports_list_area .reports_list_box .report_more_btn{
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.reports_list_area .reports_list_box .report_more_btn a{
	background: #002D64;
	padding: 2px 10px;
	text-align: center;
	color: #fff ;
	display: block;
}
/*==================== ビジネスパビリオン ====================*/
.pavilion .top10 .text_box h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  color: #002d64;  
}
.pavilion .top10 .text_box p {
  font-weight: 500;
}
.pavilion .sectionTable .year_ttl {
  margin-bottom: 25px;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 800;
  color: #002D64;
  position: relative;
  padding-left: 20px;
}
.pavilion .sectionTable .year_ttl::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  color: #002D64;
  font-size: 50px;
}
.pavilion .sectionTable .year_ttl a {
  font-size: 18px;
  font-weight: 800;
  color: #002D64;
}
.pavilion .sectionTable .year_ttl .year_pdf::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -5px;
}
.pavilion .sectionTable .section_item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pavilion .sectionTable .section_item .logo:has(img) {
  width: 10%;
  max-width: 120px;
  margin-bottom: 20px;
}
.pavilion .sectionTable .section_item .logo img {
  width: 100%;
  max-width: 80px;
}
.pavilion .sectionTable .section_item .flex_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pavilion .sectionTable .section_item .text_area {
  width: 65%;
  margin-right: 5px;
}
.pavilion .sectionTable .section_item .text_area .company_name {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.pavilion .sectionTable .section_item .text_area .company_name::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -5px;
}
.pavilion .sectionTable .section_item .text_area .company_name a {
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.pavilion .sectionTable .section_item .text_area .company_name.pdf_none::after {
  background-image: unset;
}
.pavilion .sectionTable .section_item .text_area .company_name.pdf_none a {
  pointer-events: none;
}
/* .pavilion .sectionTable .section_item .text_area .company_name .pdf_none {
  pointer-events: none;
} */
.pavilion .sectionTable .section_item .text_area .sum {
  font-size: 15px;
}
.pavilion .sectionTable .section_item .text_area .url a {
  font-size: 15px;
  color: #2F80ED;
  word-break: break-all;
}
.pavilion .sectionTable .section_item .text_area .url a:hover {
  text-decoration: underline;
}
.pavilion .sectionTable .section_item .video {
  width: 25%;
  min-width: 340px;
}
.pavilion .sectionTable .section_item .video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.pavilion .sectionTable .section_item .video video {
  width: 100%;
}
@media only screen and (min-width: 750px) {
}
@media only screen and (max-width: 749px) {
  .pavilion .sectionTable .section_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .pavilion .sectionTable .section_item .logo,
  .pavilion .sectionTable .section_item .text_area,
  .pavilion .sectionTable .section_item .video
  {
    width: 100%;
  }
  .pavilion .sectionTable .section_item .logo {
    margin-bottom: 16px;
  }
  .pavilion .sectionTable .section_item .logo:has(img) {
    width: 100%;
  }
  .pavilion .sectionTable .section_item .flex_area {
    flex-direction: column;
  }
  .pavilion .sectionTable .section_item .text_area {
    margin-bottom: 24px;
  }
}
.pavilion .pavilion2022 table thead tr th{
	padding: 6px 4px;
	background: #002D64;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.pavilion .pavilion2022 table tr td{
  box-sizing: border-box;
  padding: .75rem;
  font-size: 1rem;
  vertical-align: middle;
}
.pavilion .pavilion2022 table tr td a{
  display: inline-block;
  box-shadow: 5px 6px 16px -10px rgba(0,0,0,0.6);
}
.pavilion .pavilion2022 table tr td a.noShadow{
  box-shadow: none;
}
.pavilion .pavilion2022 table tr td a.btn{
  background: #2978FF;
  color: #fff;
  font-size: .9rem;
  border-radius: 6px;
}
.pavilion .pavilion2022 table tr td img{
  vertical-align: bottom;
}
.pavilion .pavilion2022 table tr td iframe{
  vertical-align: bottom;
}
.pavilion .pavilion2022 table tr td .comName{
  display: block;
  margin-bottom: .25rem;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .pavilion .sectionTable{
    /* border-bottom: 1px #CACDD1 solid; */
    padding-bottom: 80px;
    margin-bottom: 80px;
    display: block;
  }
  .pavilion .pavilion2022 table{
    border-top: 1px #CACDD1 solid;
    border-left: 1px #CACDD1 solid;
  }
  .pavilion .pavilion2022 table tr{
    border-left: 1px #CACDD1 solid;
  }
  .pavilion .pavilion2022 table tr th{
    border-bottom: 1px #CACDD1 solid;
    border-right: 1px #CACDD1 solid;
    font-size: .9rem;
  }
  .sub_page.pavilion.jp .pavilion2022 table tr th{
    font-size: .7rem;
  }
  .pavilion .pavilion2022 table tr td{
    border-left: none;
    border-bottom: 1px #CACDD1 solid;
    border-right: 1px #CACDD1 solid;
    box-sizing: border-box;
  }
  .pavilion .pavilion2022 table tr td a.btn{
    padding: .35rem .5rem;
  }
  .pavilion .pavilion2022 table tr td:nth-child(1){
    /*width: 15%;*/
    width: 107px;
    padding: 1rem;
  }
    .pavilion .pavilion2022 table tr td:nth-child(1) img{
      width: 100%;
    }
  .pavilion .pavilion2022 table tr td:nth-child(2){
    /*width: 25%;*/
    width: 297px;
  }
  .pavilion .pavilion2022 table tr td:nth-child(3){
    /*width: 10%;*/
    width: 107px;
  }
    .pavilion .pavilion2022 table tr td:nth-child(3) img{
      width: 100%;
    }
  .pavilion .pavilion2022 table tr td:nth-child(4) {
    /*width:30%;*/
    width:320px;
  }
  

    .pavilion .pavilion2022 table tr td:nth-child(4) .video {
      position: relative;
      width:100%;
      height:0;
      padding-top: 56.25%;
    }
    
    .pavilion .pavilion2022 table tr td:nth-child(4) .video iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    /*
  .pavilion .pavilion2022 table tr td:nth-child(4){
    width: 30%;
    
  }
    .pavilion .pavilion2022 table tr td:nth-child(4) iframe{
      width: 100%;
    }
    */
  .pavilion .pavilion2022 table tr td:nth-child(5){
    /*width: 200px;*/
    text-align: center;
    width: 139px;
    word-break: break-all;
  }
  .pavilion .pavilion2022 table tr td:nth-child(6){
    /*width: 10%;*/
    text-align: center;
    width: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .pavilion .pavilion2022 table tr td:nth-child(6) a.btn{
    font-size: .8rem;
  }
}
.pavilion .pavilion2022 table tr td:nth-child(4) .vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  /*background: #e6e6e6;*/
}
.pavilion .pavilion2022 table tr td:nth-child(4) .vid_contents video.vid_main {
  width: 100%;
  /*max-width: 920px;*/
}
@media only screen and (max-width: 749px) {
  .pavilion .pavilion2022 table{
    border: none;
  }
  .pavilion .pavilion2022 table thead {
    display: none;
  }
  .pavilion .pavilion2022 table tr{
    border-bottom: 3px #CACDD1 double;
    border-left: 1px #CACDD1 solid;
    border-right: 1px #CACDD1 solid;
    
    display: block;
    width: 100%;
    margin-bottom: 80px;
    box-sizing: border-box;
  }
  .pavilion .pavilion2022 table td{
    border-bottom:none;
    border-left: none;
    border-right: none;
    border-top: 1px #CACDD1 solid;
    display: block;
    width: 100%;
    text-align: center;
  }
  .pavilion .pavilion2022 table tr td:nth-child(1) img{
    width: 100%;
    max-width: 280px;
  }
  .pavilion .pavilion2022 table tr td:nth-child(2){
    text-align: left;
    line-height: 1;
    font-size: 1rem;
    background: #E6EFFF;
  }
  .pavilion .pavilion2022 table tr td:nth-child(3) img{
    width: 100%;
    max-width: 180px;
  }

  .pavilion .pavilion2022 table tr td:nth-child(4) .video {
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
  }
  
  .pavilion .pavilion2022 table tr td:nth-child(4) .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pavilion .pavilion2022 table tr td:nth-child(5){
    text-align: center;
    word-break: break-all;
  }
  .pavilion .pavilion2022 table tr td a.btn{
    padding: 1rem 0;
    width: 80%;
  }

}


.pavilion .pavilion2022 td.move a{
	background-image : url("../../images/common/move_icon.png");
}
.pavilion .pavilion2022 td.pdf a{
	background-image : url(../../images/common/pdficon_small.png);
}




/* .pavilion .pavilion_box{
	margin: 40px 0 ;
	border-top: 1px solid #595757;
	padding-top:50px
} */
.pavilion .closeMs{
  font-size: 1.25rem;
  color: #F03748;
  display: block;
  border:2px #F03748 solid;
  width: 100%;
  box-sizing:border-box;
  
}
@media only screen and (max-width: 749px) {
  .pavilion .closeMs{
    padding: 1rem;
  }
}
@media only screen and (min-width: 750px) {
  .pavilion .closeMs{
    text-align: center;
    padding: 1.25rem 0;
  }
}

.en.pavilion h2{
	/*line-height: 1.2;*/
}
.pavilion .pavilion_box h3{
  color: #002D64;
  font-size: 18px;
  font-weight: 800;
	margin-bottom: 40px;
  background: #F5F8FA;
  border-radius: 4px;
  border: 1px solid #002D64;
  padding: 16px 24px 15px;
  margin-top: 60px;
}
.pavilion .pavilion_box h3 a {
  color: #002D64;
}
.pavilion .pavilion_box h3 a:hover {
  text-decoration: underline;
}
.pavilion .pavilion_box h3 a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -5px;
}
.pavilion .pavilion_box p{
	font-size: 16px;
}
.pavilion .pavilion_box p b.pointTxt{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: .7rem;
  color: #0D2D62;
  border:1px #0D2D62 solid;
  margin-bottom: 1rem;
}
.pavilion .pavilion_contents{
  margin-bottom: 60px;
}

.pavilion .pavilion_contents .pavilion_list:not(:last-of-type){
  margin-bottom: 30px;
}
.pavilion .pavilion_contents .pavilion_list h4{
  display: block;
  margin-bottom: 1rem;
}

.pavilion .pavilion_contents .pavilion_list ul li{
  width: 100%;
  box-sizing: border-box;
  padding: .5rem .7rem;
  background: #E7EFFE;
  font-size: 16px;
}

.pavilion .pavilion_contents .pavilion_list ul li:nth-child(2n){
  background: #D7DFFE;
}
.pavilion .pavilion_box .midashi{
  font-weight: bold;
}
.pavilion .pavilion_box .flexBox .cell{
  box-sizing: border-box;
  padding: 1.25rem;
  border:1px #ddd solid;
  border-radius: 6px;
  background: #E8EFFD;
}

.pavilion .pavilion_box .flexBox .cell ul li{
  font-size: 16px;
  list-style-type: disc;
	margin:0 0 .5rem 24px;
	text-align: left;
  line-height: 1.3;
}
.pavilion .pavilion_box ul li.number{
  font-size: 16px;
  list-style-type: decimal;
	margin:0 0 .5rem 24px;
	text-align: left;
  line-height: 1.3;
}
.pavilion .pavilion_box ul li.disc{
  font-size: 16px;
  list-style-type: disc;
	margin:0 0 .5rem 24px;
	text-align: left;
  line-height: 1.3;
}
.pavilion .pavilion_box .flexBox .cell ul li:not(:last-of-type){
  margin-bottom: .5rem;
}
.pavilion .pavilion_box ul li ul{
  padding: .75rem .5rem .5rem 2.5rem;
  border-left: 1px #859dce solid;
  margin: .5rem 0 0 -16px;
  background: #E8EFFD;
}
.pavilion .pavilion_box ul li ul li{
  line-height: 1.3;
}
.pavilion .pavilion_box ul li ul li:not(:last-of-type){
  margin-bottom: .5rem;
}
.pavilion .pavilion_box section p a.btnDesing{
  display: inline-block;
  background: #007ACC;
  color: #fff;
  padding: .5rem 1rem .4rem 1rem;
  border-radius: 8px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: .2s all;
}
@media only screen and (min-width: 750px) {
  .pavilion .pavilion_box .flexBox{
    display: flex;
    justify-content: flex-start;
  }
  .pavilion .pavilion_box .flexBox .cell{
    width: 47%;
  }
  .pavilion .pavilion_box .flexBox .cell:last-of-type{
    margin-left: auto;
  }
  /*
  .pavilion .pavilion_box table tr th{
    background: none;
    text-align: left;
    border:none;
    font-size: 16px;
    padding: 0;
    color: #333;
  }
  .en.pavilion .pavilion_box table tr th{
    width: 130px;
  }
  .jp.pavilion .pavilion_box table tr th{
    width: 80px;
  } 
  .pavilion .pavilion_box table tr td{
    text-align: left;
    border:none;
    font-size: 16px;
    padding: 0;
  }
  */
  .pavilion .pavilion_box section p a.btnDesing:hover{
    background: #239ae9;
    box-shadow: rgba(136, 165, 191, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }

}
@media only screen and (max-width: 749px) {
  .pavilion .pavilion_box .flexBox .cell:not(:last-of-type){
    margin-bottom: 2rem;
  }
  /*
  .pavilion .pavilion_box table tr {
    display: block;
  }
  .pavilion .pavilion_box table tr th{
    display: block;
    background: none;
    text-align: left;
    border:none;
    font-size: 16px;
    padding: .25rem;
    color: #333;
    width: 80px;
    font-weight: bold;
  }
  .pavilion .pavilion_box table tr td{
    display: block;
    text-align: left;
    border:none;
    font-size: 16px;
    padding: .25rem;
  }
  .pavilion .pavilion_box table tr:not(:last-of-type){
    margin-bottom: .5rem;
  }
  .pavilion .pavilion_box table tr:not(:last-of-type) td{
    border-bottom: 1px #ddd solid;
  }
  */
}

.midashi{
  
}
/* pager */
.year_pager{
	/* margin:30px auto; */
  margin: 80px auto 64px;
}
/* .year_pager ul{
	text-align: center;
} */
.year_pager li{
	display: inline-block;
	border: 2px solid #002D64;
	padding: 4px 20px 3px;
	margin:  0 4px;
  border-radius: 4px;
	font-size: 18px;
  font-weight: bold;
	list-style: none!important;
}
.year_pager li:hover {
  background: #F5F9FC;
}
.year_pager li:active{
  background-color:#002D64 !important;
}
@media only screen and (max-width: 749px) {
  .year_pager {
    margin: 48px auto;
  }
  .year_pager ul{
      text-align: left;
    }	
  .year_pager li{
    margin: 4px 2px;
    font-size: 12px;
  }
}
.year_pager li.current{
	background-color:#002D64 !important;
}
.year_pager li a{
	text-decoration: none;
	color: #002D64;
}
.year_pager li a{
	text-decoration: none;
	color: #002D64;
}
.year_pager li:active a {
  color: white;
}
.year_pager li.current a{
	text-decoration: none;
	color:#fff;
}
.year_pager li:active.current a{
	text-decoration: none;
	color:#fff;
}
/* --------------  Past Annual Reports  -------------- */
/* pastevent →ディレクトリ変更 (reports) */
.pastevent .pastevent_flex_area{
	margin: 40px auto 60px;
}
.pastevent .pastevent_flex{
	margin: 20px auto;
	border-bottom: solid 1px #595757;
}
.pastevent .event_box{
	max-width: 510px;
	margin: 0 auto 20px;
	text-align: center;
}
@media screen and (min-width: 750px) {
	.pastevent .pastevent_flex{
		display: flex;
		justify-content: space-between;
		margin: 40px auto;
	}
	.pastevent .event_box{
		width: 50%;
	}
}
.en.pastevent .event_box p{
	font-size: 1.35em;
}
.jp.pastevent .event_box p{
	font-size: 1.6em;
}
.pastevent .event_box .event_img_link{
	max-width: 290px;
	text-align: center;
	margin-bottom: 20px;
}
.pastevent .event_box .event_img_link img{
	object-fit: cover;
	width: 100%;
	height: auto;
	border: solid 1px #efebeb;
}
.pastevent .event_box .pdf_ttl {
  font-weight: bold;
  margin: 10px auto 30px;
}
.pastevent .event_box .pdf_ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -5px;
}
.pastevent .event_box .pdf_ttl a {
  color: #000;
}
.pastevent .event_box .pdf_btn{
	margin: 20px auto;
}
/* Accessibility */
.accessibility th{
	text-align: left;
}
.en.accessibility td{
	font-size: 1.25em;
}
.jp.accessibility td{
	font-size: 1.5em;
}
.accessibility td,
.accessibility th{
	vertical-align: middle;
}
.accessibility .disc li{
	margin-bottom:20px;
	font-size: 0.95rem;
}
.accessibility .disc li p{
	font-size:1.1rem;
}
/* --------------  ウェブサイトプライバシーポリシー  -------------- */
/* --------------  サイトポリシー  -------------- */
/* --------------  アクセシビリティ  -------------- */
.policy_common_area{
	margin-bottom:100px;
}
.policy_common_area h2{
	margin-bottom: 30px;
}
.policy_common_area h3{
	margin:30px 0;
}
.policy_common_area ul{
	margin:20px 0 20px 20px;
}
.policy_common_area .line_top{
	margin-bottom:30px;
}
.policy_common_area .line_top:first-child {
  margin-top: 30px;
}
/* --------------  free  -------------- */
.txtRight{
  text-align: right;
}
.linkBtnArea{
  margin: 2rem 0;
  width: 100%;
  text-align: center;
}
.linkBtnArea a{
  display: inline-block;
  background:#002D64;
  color: #fff;
  padding: 1rem 0;

  border-radius: 10px;
  font-size: 16px;
}
.linkBtnArea small{
  display: inline-block;
  margin-top: 1rem;
  font-size: 13px;
}
@media only screen and (max-width: 749px) {
  .linkBtnArea a{
    width: 80%;
  }
}
@media screen and (min-width: 750px) {
  .linkBtnArea a{
    width: 48%;
  }
}

/* ステートメント */
.sub_page #statement,
.sub_page #statementJp
{
  padding-bottom: 100px;
}
.sub_page #statement .sub_statement_area section,
.sub_page #statementJp .sub_statement_area section
{
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}
.sub_page #statement .sub_statement_area section h2,
.sub_page #statementJp .sub_statement_area section h2
{
  width: 35%;
}
.sub_page #statement .sub_statement_area section a,
.sub_page #statementJp .sub_statement_area section a
{
  width: 100%;
}
.sub_page #statement .sub_statement_area h2,
.sub_page #statementJp .sub_statement_area h2
{
  margin: 0;
  padding: 0;
  /* padding: 30px 0 0; */
  /* border-top: 1px solid #595757; */
}
.sub_page #statement .sub_statement_area h2 a,
.sub_page #statementJp .sub_statement_area h2 a
{
  color: #002D64;
  font-size: 24px;
  font-weight: 800;
  width: 100%;
}
.sub_page #statement .sub_statement_area h2 a::after,
.sub_page #statementJp .sub_statement_area h2 a::after
{
  content: "";
  display: inline-block;
  width: 20px;  /* 画像の幅を指定 */
  height: 20px; /* 画像の高さを指定 */
  background-image: url(../../images/common/pdf_icon.png);
  background-size: cover;
  margin-left: 10px; /* テキストとの間隔を指定 */
}
.sub_page #statement .sub_statement_area a img,
.sub_page #statementJp .sub_statement_area a img
{
  border: 1px solid #ddd;
}
.sub_page #statement .sub_statement_area .pdf_img,
.sub_page #statementJp .sub_statement_area .pdf_img
{
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
}
.sub_page #statement .sub_statement_area .pdf_img img,
.sub_page #statementJp .sub_statement_area .pdf_img img
{
  width: 47%;
  /* height: fit-content; */
  height: 100%;
}
.sub_page #statement .sub_statement_area .pdf_img img:nth-child(2),
.sub_page #statementJp .sub_statement_area .pdf_img img:nth-child(2)
{
  margin-left: 40px;
}
@media only screen and (max-width: 749px) {
  .sub_page #statement .sub_statement_area section,
  .sub_page #statementJp .sub_statement_area section
  {
    flex-direction: column;
  }
  .sub_page #statement .sub_statement_area section a,
  .sub_page #statementJp .sub_statement_area section a
  {
    width: 100%;
    font-size: 18px;
  }
  .sub_page #statement .sub_statement_area section h2,
  .sub_page #statementJp .sub_statement_area section h2
  {
    width: 100%;
  }
  .sub_page #statement .sub_statement_area .pdf_img,
  .sub_page #statementJp .sub_statement_area .pdf_img
  {
    justify-content: center;
  }
  .sub_page #statement .sub_statement_area .pdf_img:has(.pdf_img_left),
  .sub_page #statementJp .sub_statement_area .pdf_img:has(.pdf_img_left)
  {
    justify-content: space-between;
  }
  .sub_page #statement .sub_statement_area .pdf_img img,
  .sub_page #statementJp .sub_statement_area .pdf_img img
  {
    width: 48%;
    margin: 10px 0;
  }
  .sub_page #statement .sub_statement_area .pdf_img img:nth-child(2),
  .sub_page #statementJp .sub_statement_area .pdf_img img:nth-child(2)
  {
    margin-left: 0;
  }
}

/*_____________ Top Gallery _____________*/
#top #gallery {
  margin: 30px 0 60px;
}
#top #gallery h3 {
  font-size: clamp(1.5rem, 1.339rem + 0.71vw, 1.875rem);
}
#top #gallery img {
  width: 100%;
}

/*_____________ Galleryページ _____________*/
.sub_page.gallery .gallery_area {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.sub_page.gallery .gallery_area .gallery_item img {
  display: block;
  width: 100%;
}
.sub_page.gallery .gallery_area .gallery_item .gallery_ttl {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
/* モーダル用CSS */
.sub_page.gallery .gallery_area .gallery_item a {
  display: block;
}

@media only screen and (max-width: 749px) {
  .sub_page.gallery .gallery_area {
    grid-template-columns: 1fr;
  }
}

/*_____________ Reports/Opinions _____________*/
section.reports-area {
  margin: 60px 0;
}
section.reports-area table td {
  vertical-align: middle;
  font-size: 15px;
}

/*_____________ Column _____________*/
.sub_page.column .line_top {
  margin-top: 100px !important;
}
@media only screen and (max-width: 749px) {
  .sub_page.column .line_top {
    margin-top: 50px !important;
  }
}

/*_____________ 固定ページ共通 _____________*/
.news.sub_page article {
  margin-top: 80px;
}