﻿@charset "utf-8";
/*----------------------------------------------------
	マイナンバー・オリジナルCSS
----------------------------------------------------*/
/*ページの頭のあたり
-----------------------------------*/

/*----------------------------------------------------
	.top-foto2026
----------------------------------------------------*/

.top-foto2026 {
	margin: 0px 0 10px 0;
	width: 1080px;
	height: 445px;
	display: block;
	clear: both;
	padding:30px 0 0 0;
	box-sizing: border-box;
	position: relative; /* 追加 */

}
@media screen and (max-width:480px) {
	.top-foto2026 {
		width: 100%;
		padding-top: 180px;
		background-size: 100% auto;
		height: 460px;
	}
}
.top-foto2026 .whitebox{
  background: rgba(255, 255, 255, 0.5);
  width:600px;
  margin:20px 0 0 400px;
	padding:30px 20px;
	border-radius:10px;
}
@media screen and (max-width:480px) {
	.top-foto2026 .whitebox{
	  display:none;
	}

}



.top-foto2026 .whitebox .honbun_ass{
	color:#012e6d;
	text-align:center;
	font-size:2.0rem;
	line-height:1.5;
	font-weight:700;
	
}
.top-foto2026 .whitebox h3{
	line-height:1.5;
	color:#012e6d;
	text-align:center;
	font-size:5.2rem;
	font-weight:700;
	letter-spacing: 4px;
	/* 白の縁取り */
	-webkit-text-stroke: 8px #ffffff;
	paint-order: stroke fill;
	/* 長体 */
    transform: scaleX(0.92);

}
.top-foto2026 .whitebox .honbun_ass2{
	text-align:center;
	font-size:2.8rem;
	line-height:1.5;
	font-weight:700;
	
}


.top-foto2026 .whitebox .kyubox{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin:20px auto 0 auto;
	width:90%;

}
.top-foto2026 .whitebox .kyubox table{
 width:200px;
 border:3px solid #012e6d;
 

}


.top-foto2026 .whitebox .kyubox table th{
	 border:2px solid #012e6d;
	background:#012e6d;
	color:#ffffff;
	font-size:1.7rem;
	text-align:center;
	padding:5px;
}
.top-foto2026 .whitebox .kyubox table td{
	 border:2px solid #012e6d;
	background:#ffffff;
	font-size:1.6rem;
	text-align:center;
	padding:10px;
}


.top-foto2026 .whitebox .kyubox .linebox{
    width: 50px;

}

.top-foto2026 .whitebox .kyubox .linebox hr {
    height: 0;
    border: 0;
    border-top: 5px solid #012e6d;
    margin: 15px 0 0 0;
}
/*----------------------------------------------------
	.top-foto_nnsbox
----------------------------------------------------*/
.top-foto_nnsbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	margin:20px 0 20px 0;
}
@media screen and (max-width:480px) {
	.top-foto_nnsbox {
	  width:100%;
	  padding:0 5px;
	  display: block;
	  flex-direction: none;
	  justify-content: none;
		margin:0px 0 0px 0;
	}
}


.top-foto_nnsbox .nnsbox1{
  width:360px;
  border-right:1px solid #7698c8;
  display: flex;
  justify-content: flex-start;
  padding:0 0 0 20px;

}
@media screen and (max-width:480px) {
	.top-foto_nnsbox .nnsbox1{
	  width:100%;
	  border-right:0px;
	  border-bottom:1px solid #7698c8;
	  padding:0 0 0 0px;
	}
}

.top-foto_nnsbox .nnsbox1_end{
  width:360px;
  display: flex;
  justify-content: flex-start;
  padding:0 0 0 20px;
}
@media screen and (max-width:480px) {
	.top-foto_nnsbox .nnsbox1_end{
	  width:100%;
	  padding:0 0 0 0px;
	}
}


.top-foto_nnsbox .nnsbox1 .readbox,
.top-foto_nnsbox .nnsbox1_end .readbox{
	margin:0 5px 0 10px;

}
@media screen and (max-width:480px) {
	.top-foto_nnsbox .nnsbox1 .readbox,
	.top-foto_nnsbox .nnsbox1_end .readbox{
		margin:10px 0px 10px 10px;

	}

}


.top-foto_nnsbox .nnsbox1 .readbox h4,
.top-foto_nnsbox .nnsbox1_end .readbox h4{
  	white-space: nowrap;
	font-size:1.8rem;
	color:#012e6d;
	font-weight:700;
	line-height:1.5;
	margin:0 0 5px 0;
}
.top-foto_nnsbox .nnsbox1 .readbox .nnsboxread,
.top-foto_nnsbox .nnsbox1_end .readbox .nnsboxread{
	font-size:1.3rem;
	line-height:1.4;
}

.top-foto_nnsbox .nnsbox1 img,
.top-foto_nnsbox .nnsbox1_end img{
	width:45px;
	object-fit: contain;
}


.wrapper1{
}
@media screen and (max-width:480px){
	.wrapper1{
		padding: 10px;
		background-image: none;
		background-color: #ffffff;
	}
}
