@charset "utf-8";
/* CSS Document */

/* Webフォントを定義 */
@font-face {
  font-family: 'robonum'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('/img/article/robots/fonts/bornstrongregular.otf') format('opentype');
}
/* font-family: 'robonum', sans-serif; */

ul {list-style:none;}

#robo2025{
}

#robo2025 h2{
	font-size:26px;
	color:rgb(238, 138, 1);
	font-weight:bold;
}

#robo2025 div.read{
	text-align:center;
	margin: 20px 0 40px;
}

#robo2025 div.read p{
	color:#fff;
}

#robo2025 img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#robo2025 .bginn img{
	max-width: 100%;
	margin: 0px auto;
	display: block;
	padding: 8px 0 15px;
	width: calc(100% - 20px);
}

#robo2025 .box_list p{
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	padding: 15px 0 5px;
	margin-bottom: 10px;
	line-height: 1.6rem;
}



div.robo2025_head{
	background:#013893;
	padding:0px 0 2px;
}

#robo2025_bg01{
	background:#202020;
}

div.robo2025_bg02{
	background:#202020;
	padding: 40px 0 70px;
}

#robo2025_bg03{
	background:#202020;
	padding: 20px 0 60px;
}

#robo2025_bg04{
	background:#EE8900;
	padding: 70px 10px 80px;
	margin-bottom:50px;
}

#robo2025 h3{
	font-family: 'robonum'; /* フォント名 */
	text-align:center;
	font-size:45px;
	color:#EE8A01;
	background: none;
	font-weight: normal;
}

#robo2025 #robo2025_bg04 h3{
	color:#202020;
}

#robo2025_bg01 .text{
	padding:63px 8px 42px;
}

div.robo2025_bg02 .present_bnr{

}

div.robo2025_bg02 .present_bnr a{
	display:block;
	max-width:720px;
	margin:30px auto 00px;
	background:#fff;
}


#robo2025_bg01 p.read{
	margin-top: 4px;
}

#robo2025_bg01 .in_img{
	text-align:center;
}

#robo2025_bg01 .in_img img{
	max-width:343px;
	margin:38px auto 43px;
	display:block;
}

#robo2025 p span{
	font-weight: 700;
	color:#EE8A01;
}

#robo2025 div.player{
	display:flex;
	flex-wrap:wrap;
	padding: 20px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top:10px;
}

#robo2025 div.player > div{
	width: calc(50% - 10px);
	background: #fff;
	padding: 22px 16px 20px 16px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#robo2025 .prof{
	float:none;
	width:100%;
	display:flex;
	max-width: 314px;
	margin: 0 auto;
}

#robo2025 .prof > div:nth-child(1){
	width:118px;
}

#robo2025 .prof > div:nth-child(2){
	width:calc(100% - 118px);
	padding-left: 20px;
	box-sizing: border-box;
}

#robo2025 .prof p.name{
	font-weight: 700;
	font-size:18px;
	color:#EE8A01;
	text-align:left;
	padding:0 0 10px;
	margin-bottom:15px;
	border-bottom:solid 3px #013893;
	letter-spacing: -0.05rem;
}

#robo2025 .prof div.num{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
}

#robo2025 .prof div.num > div{
	width:50%;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#robo2025 .prof div.num > div:nth-child(1){
	font-family: 'robonum'; /* フォント名 */
	font-size:40px;
	color:#EE8A01;
	line-height: 2.3rem;
}

#robo2025 .prof div.num > div:nth-child(2){
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#robo2025 .prof div.num > div:nth-child(2) span{
	font-size: 18px;
	color: #fff;
	background: #013893;
	padding: 7px 10px 3px;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	line-height: 1rem;
	min-width:66px;
	text-align:center;
}

#robo2025 .prof p.detail{
	font-size: 16px;
	padding: 0;
	color: #000;
	line-height: 1.5rem;
	font-weight: 300;
}

#robo2025 ul.qa{
	margin:5px 0 10px;
}

#robo2025 ul.qa li{
	font-size:16px;
	font-weight: 400;
	font-style: normal;
	margin: 2px 0;
}

#robo2025 ul.qa li:nth-child(odd){
	font-weight: 700;
	color:#013893;
}

#robo2025 ul.qa li:nth-child(even){
	
}

#robo2025 p.comment{
	background:#202020;
	text-align:center;
	font-size:16px;
	font-weight: 700;
	font-style: normal;
	line-height: 0.2rem;
	padding: 15px 0 13px;
}

#robo2025 div.player p.text{
	padding: 0;
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin: 15px 0 0;
	line-height: 1.5rem;
}

#robo2025_bg03 .text{
	padding: 15px 5px;
}

#robo2025 ul.date{
	max-width: 720px;
	margin: 0px auto;
}

#robo2025 ul.date li{
	background:#fff;
	margin-bottom:25px;
}
#robo2025 ul.date li a{
	display:block;
}

#robo2025_bg04 ul.back{
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
	padding:0 20px;
}

#robo2025_bg04 ul.back li{
	margin:0 0 20px;
	width:100%;
	background: #fff;
	padding: 20px;
}

#robo2025_bg04 ul.back li a{
	display:flex;
}

#robo2025_bg04 ul.back li a > div{
	width:50%;
}

#robo2025_bg04 ul.back p.title{
	background:#202020;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-left: 20px;
	text-align: center;
	padding: 10px 20px;
}

#robo2025_bg04 ul.back p{
	color:#202020;
	margin-bottom:0;
}

#robo2025 .member_link{

}

#robo2025 .member_link a{
	max-width:480px;
	margin:20px auto 0;
	display:block;
	text-align:center;
	color:#202020;
	text-decoration:nonoe;
	background:#EE8900;
	border-radius:5px;
	padding:15px;
	font-size:20px;
	font-weight:bold;
}



@media screen and (max-width:800px) {
	#robo2025 h2{
		font-size:20px;
	}

	#robo2025 div.read{
		padding:15px 20px 0;
	}

	#robo2025 div.read p{
		text-align:left;
	}

	#robo2025 .bginn img{
		padding: 10px 0 0;
	}

	#sb-site #robo2025 p{
		padding: 8px 0px;
		line-height:1.5rem;
	}

	#robo2025 h2{
		padding: 0;
	}

	#robo2025_bg01 .text{
		padding:40px 0px;
	}

	#robo2025 h3{
		font-size: 30px;
		padding: 0;
		margin-bottom: 20px;
	}

	#robo2025_bg01 .in_img img{
		width:70%;
		margin: 20px auto 25px;
	}

	div.robo2025_bg02 .present_bnr a{
		margin: 0 auto 0;
		padding: 0 10px ;
		background: none;
	}

	#robo2025_bg01{
		padding-bottom:0;
	}

	div.robo2025_bg02{
		padding:10px 10px 40px;
	}

	#robo2025 div.player{
		padding: 10px;
	}

	#robo2025 div.player > div{
		width: 100%;
		padding: 10px;
	}

	#robo2025 .prof{
		max-width: none;
	}

	#robo2025 .prof > div:nth-child(1){
		width: 100px;
	}

	#robo2025 .prof > div:nth-child(2){
		width: calc(100% - 100px);
		padding-left:10px;
	}

	#sb-site #robo2025 .prof p.name{
		margin: 5px 0 10px;
	}

	#sb-site #robo2025 .prof p.detail{
		font-size: 15px;
		margin: 0 0 5px;
	}

	#sb-site #robo2025 p.comment{
		font-size:15px;
		margin: 0;
	}

	#sb-site #robo2025 div.player p.text{
		margin:10px 0 0;
		font-size: 15px;
	}

	#robo2025_bg03{
		padding:0 0 50px;
	}

	#robo2025 ul.date li{
		margin: 0 10px 15px;
	}

	#robo2025_bg03 .text{
		padding:0;
	}

	#robo2025_bg04{
		padding:40px 10px 30px;
	}

	#robo2025_bg04 ul.back{
		margin-top:30px;
		padding:0;
	}

	#robo2025_bg04 ul.back li{
		padding:10px;
	}

	#robo2025_bg04 ul.back li a{
		display:block;
	}

	#robo2025_bg04 ul.back li a > div{
		width:100%;
	}

	#robo2025_bg04 ul.back p.title{
		margin:15px 0 5px;
	}

	#robo2025 ul.qa li:nth-child(even){
		margin:5px 0 10px;
	}

	#robo2025 .member_link a{
		width: calc(100% - 60px);
	}
}



/*TAB切り替え---------------------------------------------*/
    .article-tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
      flex-wrap:wrap;
    }

    .tab-list {
      padding: 10px 20px;
      background: #eee;
      border-radius: 5px;
      cursor: pointer;
      text-align: center;
    }

    .tab-list.active {
      background-color: #007BFF;
      color: white;
    }

    .article-item {
      padding: 10px;
    }

    .pagination,
    .osu-pagination {
      margin-top: 20px;
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom:20px;
    }

    .pagination button,
    .osu-pagination button {
      padding: 5px 15px;
      border: none;
      background-color: #cccccc;
      color: white;
      border-radius: 4px;
      cursor: pointer;
    }

    .pagination button:disabled,
    .osu-pagination button:disabled {
      background-color: #ccc;
      cursor: default;
    }

    .page-number,
    .osu-page-number {
      background-color: #eee;
      color: #333;
      border-radius: 4px;
      padding: 5px 10px;
      cursor: pointer;
      border: none;
    }

    .page-number.active,
    .osu-page-number.active {
      background-color: #013893;
      color: white;
    }

    #robo2025 .box_list{
       padding: 30px 20px 20px;
       background:#F7DBA2;
       margin-bottom:80px;
    }

    #robo2025 .box_list.robo{
       background:#EE8A01;
       padding: 50px 20px;
    }

    #robo2025 .box_list.robo h2{
	text-align:center;
	color: rgb(32, 32, 32);
	margin-bottom:20px;
    }

    #articlelist{
       display:flex;
       flex-wrap:wrap;
    }

    #articlelist > div{
       width: calc(33.333% - 20px);
       background: #fff;
       padding: 15px;
       margin: 10px;
       display: flex;
       flex-direction: column;
    }

    #articlelist > div a{
       display: flex;
       flex-direction: column;
       flex-grow: 1;
    }

    #articlelist > div a > div:last-child {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    #articlelist > div p{
       margin:10px 0 10px;
       flex-grow: 1;
    }

    #articlelist > div span{
       align-self: flex-start; /* ← 横幅をテキストに合わせる */
       background:#013893;
       border-radius:20px;
       padding:4px 15px;
       color:#fff;
       display:inline-block;
       font-size:15px;
       margin-bottom: 10px;
       margin-top: auto; /* ← 下に押し下げる */
    }

	#page-numbers,
	#osu-page-numbers{
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
     }

	#robo2025 .carlife_cont a{
		color:#000;
	}

	#robo2025 .carlife_cont p.box{
		padding:20px;
		background:#fff;
		margin-bottom:60px;
	}

	#robo2025 .carlife_cont p.box span{
		border:solid 3px #dc6a46;
		display: block;
		padding: 20px;
	}

	#robo2025 .carlife_cont p.box.osu span{
		border:solid 3px #3d838e;
	}

/*TAB切り替え---------------------------------------------*/


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

	/*TAB切り替え---------------------------------------------*/

	    #articlelist > div{
               width: calc(50% - 20px);
               background: #fff;
               padding: 15px;
               margin: 10px;
	    }
	/*TAB切り替え---------------------------------------------*/

}

@media screen and (min-width:801px) {
	#robo2025 img {
		width:100%;
		height:auto;
		vertical-align:bottom;
		max-width:none;
	}

	#robo2025 img.main_tel{
		max-width:640px;
		margin:0 auto;
		display:block;
	}

	#robo2025 .feature_content  {
		width:100%;
	}
	#robo2025 .carlife_cont p {
		font-size:16px;
		line-height:1.8em;
	}

	#robo2025 .carlife_cont p.read{
		font-size:26px;
		margin:40px auto 30px auto;
		text-align:center;
		color:#dc6a46;
		font-weight:bolder;
	}

	#robo2025 .carlife_cont p.read.osu{
		color:#3d838e;
	}


	#robo2025 .carlife_cont p.center {
		text-align:center;
		margin-bottom:30px;
		margin-top:30px;
	}

	#robo2025 .carlife_cont p.deco {
		font-weight:600;
		font-size:1.5em ;
		margin-bottom:15px;
	}

	#robo2025 .feature_content .carlife_cont p span.text_s {
		font-size:0.8em ;
		color:#333333;
	}



}

@media screen and (max-width:800px) {
	#robo2025 img {
		width:100%;
		height:auto;
		vertical-align:bottom;
		max-width:none;
	}

	#robo2025 .feature_content  {
		width:100%;
		margin:10px auto;
	}

	#robo2025 .feature_content h1 {
		background:none;
		padding:0;
	}

	#robo2025 .carlife_cont p {
		font-size:16px;
		line-height:1.7em;
	}

	#robo2025 .carlife_cont p.read{
		font-size:20px;
		margin:20px auto 30px auto;
		text-align:center;
		color:#EF821D;
		font-weight:bolder;
	}

	#robo2025 .carlife_cont p.center {
		text-align:center;
		margin-bottom:30px;
		margin-top:30px;
	}

	#robo2025 .carlife_cont p.deco {
		font-weight:600;
		font-size:16px;
	}

	#robo2025 .photo{
		text-align:center;
	}

	#robo2025 .feature_content .cnt_inn03{
		color:#000;
		
	}

	#robo2025 .feature_content .carlife_cont p span.text_s {
		font-size:0.8em ;
		color:#333333;
	}
		
	#robo2025 .carlife_cont p {

	}


	#robo2025 .carlife_cont p.box{
		margin-bottom:40px;
	}

	/*TAB切り替え---------------------------------------------*/
	    .article-tabs {
	      display: flex;
	      gap: 10px;
	      margin-bottom: 20px;
	      justify-content: center;
	    }

	    .tab-list {
	      padding: 10px 10px;
	      background: #eee;
	      border-radius: 5px;
	      cursor: pointer;
	      text-align: center;
	    }

	    .tab-list.active {
	      background-color: #007BFF;
	      color: white;
	    }

	    .article-item {
	      padding: 10px 0;
	    }

	    .pagination,
	    .osu-pagination{
	      margin-top: 20px;
	      display: flex;
	      gap: 10px;
	      justify-content: center;
	      align-items: center;
	      flex-wrap: wrap;
	      margin-bottom:20px;
	    }

	    .pagination button,
	    .osu-pagination button{
	      padding: 5px 15px;
	      border: none;
	      background-color: #007BFF;
	      color: white;
	      border-radius: 4px;
	      cursor: pointer;
	      margin-bottom:5px;
	    }

	    .pagination button:disabled,
	    .osu-pagination button:disabled {
	      background-color: #ccc;
	      cursor: default;
	    }

	    .page-number,
	    .osu-page-number {
	      background-color: #eee;
	      color: #333;
	      border-radius: 4px;
	      padding: 5px 10px;
	      cursor: pointer;
	      border: none;
	    }

	    .page-number.active,
	    .osu-page-number.active {
	      background-color: #013893;
	      color: white;
	    }

	    .pagination button#prev,
	    .osu-pagination button#prev{
	      order:2;
	    }

	    .pagination button#next,
	    .osu-pagination button#next{
	      order:3;
	    }

	    .pagination #page-numbers,
	    .osu-pagination #page-numbers{
	      width:100%;
	      justify-content: center;
	      flex-wrap: wrap;
	    }

	    #articlelist > div p{
	       margin-top:10px;
            }

	/*TAB切り替え---------------------------------------------*/


	#robo2025 .feature_content .cnt_inn03{
		color:#000;
	}

	#robo2025 .feature_content .cnt_inn01 h2{
		font-size:20px !important;
		padding: 6px 0 !important;
		line-height: 26px !important;
	}

	#robo2025 .feature_content .to_top a{
		color:#fff !important;
	}

	#robo2025 img.half_l{
		max-width:100%;
	}

	#robo2025 .feature_content .cnt_inn03 p.btn a{
		width:80% !important;
	}

	#robo2025 .feature_content .pt{
		margin: -50px auto 0 !important;
		float: none !important;
	}

	#robo2025 .feature_content .info{
		padding:0 0 10px !important;
	}

	#robo2025 .feature_content .cnt_inn03 h2{
		font-size:20px !important;
	}

	#robo2025 .feature_content .cnt_inn03 p.btn a{
		font-size:20px !important;
	}

	#robo2025 .feature_content .cnt_inn03 p{
		font-weight:normal;
	}

	#robo2025 .feature_content .cnt_inn01 .bkcolor{
		padding-top:25px !important;
	}
}


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

	#robo2025 div.read{
		padding:0 20px 0;
		margin-bottom:20px;
	}

	#robo2025 .feature_content{
		margin-bottom:0;
	}

	#robo2025 .carlife_cont p.box{
		font-size:15px;
		padding: 15px;
	}

	#robo2025 .carlife_cont p.box span{
		padding: 15px;
	}

	/*TAB切り替え---------------------------------------------*/
	#robo2025 .box_list{
		padding:20px 10px;
	}

	#articlelist > div{
		background: #fff;
		padding: 15px;
	}
	
	#robo2025 .carlife_cont #articlelist > div p{
		font-size:15px;
		margin-top:10px;
		line-height:1.5rem;
	}

	#articlelist > div span{
		background:#e88e2e;
		border-radius:20px;
		padding:4px 15px;
		color:#fff;
		display:inline-block;
		font-size:14px;
		margin-top:10px;
	}

	#articlelist > div{
	/*	width: calc(50% - 15px); */
		width:100%;
		margin: 7.5px;
		display:flex;
	}

	#articlelist > div a{
		flex-direction: row;
	}

	#articlelist > div a > div:nth-child(odd){
		width:40%;
	}

	#articlelist > div a > div:nth-child(even){
		width:60%;
		padding-left: 10px;
	}

	#robo2025 .carlife_cont #articlelist > div p{
		margin-top:0;
		font-size: 14px;
		line-height:1.2rem;
		padding-top:0;
		margin-bottom:0;
	}

	#articlelist > div span{
		margin-top:0;
		font-size: 13px;
		padding: 2px 15px;
	}

	/*TAB切り替え---------------------------------------------*/

    #robo2025 .box_list.robo{
       padding: 30px 10px;
    }
}
















#robo2025 .button{
	margin-bottom:40px;
}

#robo2025 .button a{
	width: 100%;
	max-width:480px;
	border-radius: 25px;
	background: #ffa500;
	box-shadow: 5px 5px 0px #366ca8;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #366ca8;
	display:block;
	margin:0 auto;
	padding:7.5px 20px;
}

#robo2025 .button a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #366ca8;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

#robo2025 .button a:hover{
	opacity:0.75;
}

#robo2025 div.button.end{
	margin-top:10px;
}

#robo2025 div.button.end a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #013893;
	box-shadow: 5px 5px 0px #ffa500;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

#robo2025 div.button.end a:after{
	color: #ffa500;
}

#robo2025 div.button.end.back{
	margin-top:10px;
}

#robo2025 div.button.end.back a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #A2A2A2;
	box-shadow: 5px 5px 0px #717171;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

#robo2025 div.button.end.back a:after{
	color: #717171;
}

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

	#robo2025 .festival .button a{
		font-size:18px;
		margin-bottom: 40px;
	}


	#robo2025 div.button.end{
		margin-bottom:30px;
	}

	#robo2025 div.button.end a{
		font-size:20px;
		
	}

	#robo2025 div.button.end.back{
		margin-bottom:70px;
	}

	#robo2025 div.button.end.back a{
		font-size:20px;
		
	}
}

/*下層インタビュー記事-------------------------------------------------*/



/*下層インタビュー記事-------------------------------------------------*/