#contents .wrapper {
	width:1025px;
	margin:0 auto;
	background:#ffffff;
	padding:50px 0 50px 0;
}
@media screen and (max-width:1025px) {
	#contents .wrapper { width:100%; }
}

#c_header {
	width:880px;
	width: 100%;
	max-width: 880px;
	margin:0 auto;
	margin-bottom:50px;
}

#c_header h2 {
	background:url("../../images/about/header_border.gif") center;
	background-repeat:repeat-x;
	text-align:center;
	margin-bottom:10px;
}

#c_header h2 span {
	display:inline-block;
	background:#ffffff;
	padding:0 20px 0 20px;
	font-size:26px;
}

#c_header .sub {
	text-align:center;
	font-size:16px;
	color:#c2c3c3;
	margin-bottom:50px;
}

#c_header h3 {
	position:relative;
	background:#000000;
	padding:10px;
	margin-bottom:20px;
}

#c_header h3 .c {
	position:absolute;
	text-align:center;
	width:100%;
	font-size:16px;
	color:#ffffff;
}
#c_header h3 .r {
	text-align:right;
	color:#ffffff;
	font-size:12px;
	padding-top:5px;
}

@media screen and (max-width:880px) {
	#c_header { width:100%; }
	#c_header .info { margin:0 10px 0 10px; }
}
@media screen and (max-width:500px) {
	#c_header .info { margin:0 10px 0 10px; }
	#c_header h3 { text-align:center; }
	#c_header h3 .c {
		position:static;
		display:inline;
	}
	#c_header h3 .r {
		position:static;
		display:inline;
	}
}


.section {
	width:880px;
	width: 100%;
	max-width: 880px;
	margin:0 auto;
	margin-bottom:50px;
}
.section.lst { margin-bottom:0; }

.section h4 span {
	display:inline-block;
	vertical-align:middle;
}
.section h4 .en {
	font-size:23px;
	border-right:solid 1px #000000;
	padding-right:20px;
}
.section h4 .ja {
	font-size:14px;
	padding-left:20px;
}
@media screen and (max-width:600px) {
	.section h4 .en {
		border-right:none;
		padding-right:0;
		display:block;
	}
	.section h4 .ja {
		padding-left:0;
	}
}


.section .inSection{
	width:77.5%;
	margin:0 auto;
}
@media screen and (max-width:500px) {
	.section .inSection { width:98%; }
}


/*.section::after{
	content:"";
	margin-top:50px;
	display: block;
	background-repeat: repeat;
	background-image:url("../../images/about/img_dot_line.jpg");
	width:100%;
	height: 4px;
}*/
.section .cell_center{
	display:table-cell;
	text-align: center;
	width: 880px;
	width: 100%;
	max-width: 880px;
}
.section .inSection .table_type1{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:13px;
}
.section .inSection .table_type2{
	width:50%;
	margin:0 auto;
	text-align:center;
	font-size:13px;
}
@media screen and (max-width:600px) {
	.section .inSection .table_type2 { width:80%; }
}

.section .inSection .table_type3{
	width:75%;
	margin:0 auto;
	text-align:center;
	font-size:13px;
}
@media screen and (max-width:600px) {
	.section .inSection .table_type3 { width:98%; }
}


.section .inSection table th{
}
.section .inSection table th, .section table td{
	border:1px solid black;
	padding:5px;
	text-align: center;
}
.section .inner_grid table th, .section table td{
	border:1px solid black;
	padding:5px;
	text-align: center;
}
.section .comment{
	font-size:14px;
	text-align: center;
	display: table-cell;
}
.section .comment_w, .section .comment_w div{
	width: 250px !important;
	margin: 0 auto;
	padding-top: 10px;
}

.section .inSection .img1{
	width:100%;
	height:auto;
	margin:50px auto;
}
.section .inSection .img2{
	width: 25%;
	height: auto;
	margin:50px auto;
}


@media screen and (max-width:880px) {
	.section {
		width:96%;
		margin:0 auto;
		margin-bottom:50px;
	}
	.section.lst { margin-bottom:0; }
}


.inner_grid{
	width: 100%;
	margin-top: 40px;
}
.inner_grid .inner{
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 4rem;
}
.item_img{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.item_img img{
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	inset: 0;
	overflow: hidden;
	display: block;
}
.inner_grid .item{
	display: flex;
	flex-direction: column;
}
/*.item_title {
    flex: 1 1;
}
.item_table{
	flex: 1 1 100%;
}*/
.item_table table{
	width: 100%;
}
.item_title p{
	text-align: center;
	min-height: 40px;
}

.item_table_note_inner{
	display: flex;
	padding-top: 10px;
}
.item_table_note_inner__text{
	padding-left: 5px;
	line-height: 22px;
}
@media screen and (max-width:880px) {
	.inner_grid .inner{
		display: grid;
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 2rem;
	}
}

.section h3 {
	background: #000;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size:16px;
	color: #ffffff;
}

.info .text1 {
	font-weight: bold;
	line-height: 30px;
}

.section .printcolor_img {
	margin-bottom: 20px;	
}

.section .printcolor_img  img{
	width: 100%;
}
.section .font_img1 {
	margin-bottom: 100px;
}

.section .font_img1  img{
	width: 80%;
}

.section .font_img2  img{
	width: 80%;
}

/*@media screen and (max-width:880px) {
	#c_header h2 span {
		font-size:26px;
	}
}*/