@charset "utf-8";

#contents {
	width: 100%;
	/* z-index: 100; */
	box-sizing: border-box;
}

/*-----------------------------*/
/* .bg-circle {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -547px;
	width: 1134px;
	height: 705px;
	background: transparent url(../service/img/circle.png) 54% 0 no-repeat;
} */

/*-----------------------------*/
.head {
	color: #4D4D50;
	font-size: 13px;
	line-height: 1.8;
	padding-top: 30px;
	/* width: 840px; */
	z-index: 99;
}


.catch p {
	font-size: 18px;
	margin-bottom: 40px;
}

.head .img {
	float: right;
}


.company table {
	width: 100%;
}

.company table th {
	width: 120px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #E8EDF0;
}

.company table td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.company table a {
	color: #00A5D8;
}

.company table a[target="_blank"]::after {
    content: "";
    margin-left: 5px;
    width: 18px;
    height: 13px;
    display: inline-block;
    background-image: url(/common/img/icn-exlink.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
	.catch p {
		font-size: 16px;
	}
	.company table th,
	.company table td{
		display: block;
		width: 100%;
	}
}

/*-----------------------------*/
/* .sec-ttl {
	clear: both;
	padding: 0 4px 12px;
	margin-bottom: 30px;
	background: transparent url(../common/img/ttl-border.gif) 0 100% no-repeat;
	color: #00A5D8;
	font-size: 16px;
	font-weight: bold;
} */

.sec-ttl00 {
	clear: both;
	padding: 50px 4px 15px;
	margin-bottom: 15px;
	background: transparent url(../common/img/ttl-border.gif) 0 100% no-repeat;
	color: #00A5D8;
	font-size: 13px;
	font-weight: bold;
}

/*-----------------------------*/
.section {
	color: #4D4D50;
	font-size: 13px;
	line-height: 1.8;
	clear: both;
	margin-bottom: 50px;
	position: relative;
}

.section div.ttl {
	margin-bottom: 20px;
}

.section .box {
	clear: both;
	margin-bottom: 40px;
}

.section .box div div {
	margin-bottom: 10px;
}

.section .box .txt {
	float: left;
	max-width: 400px;
	width: 100%;
}

.section .box .img {
	float: right;
	max-width: 310px;
	text-align: center;
}

.section .box .ttl {
	font-weight: bold;
	color: #48B8AA;
	margin-bottom: 10px;
}

.section1 table {
	width: 100%;
}

.section1 table th {
	width: 120px;
	padding: 0 10px;
}

.section1 table td {
	padding: 0 10px;
}

.section2 {
	padding: 0 15px;
}
.years{
	display: flex;
	align-items: center;
	/* gap: 5px; */
}
.years dt{
	text-align: justify;
	width: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.years dd{
	text-align: right;
	width: 35px;
}

iframe{
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}


@media screen and (max-width:767px) {
	#contents{
		padding: 20px 10px 0;
	}
	.section1 table tr{
		display: block;
		margin-bottom: 15px;
	}
	.section1 table th,
	.section1 table td{
		width: 100%;
		display: block;
	}
}