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

.col2-movie,
.col3-movie,
.layout-table,
.layout-box,
.layout-box-list{
	width: 1050px;
	display: block;
	margin: 30px auto 30px;
}


.layout h2.ttl{
	width: 1050px;
	margin: 60px auto 30px;
	display: block;
	position: relative;
	font-size: 3.2rem;
    color: #006AB8;
    border-top: 3px solid #ddd;
    padding: 60px 0 0 0;
}
.layout h2.ttl::before {
    content: '';
    display: inline-block;
    width: 300px;
    height: 3px;
    background-color: #006AB8;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
}
.layout h3.md {
    font-size: 2.6rem;
    width: 1050px;
	margin: 30px auto 20px;
	display: block;
}
.layout h3.md-bg {
    background-color: #F2F9FE;
    padding: 7px 15px;
    font-size: 1.8rem!important;
    font-weight: 700;
    color: #006AB8;
    width: 1050px;
    margin: 20px auto 20px;
	display: block;
}
.layout .text{
	width: 1050px;
	margin: 20px auto 30px;
	display: block;
}

.layout-lTtl-rTx{
	margin: 80px 0;
}
.layout-lTtl-rTx .insert{
	display: flex;
	justify-content: space-between;
}
.layout-lTtl-rTx .insert .ttl{
	width: 300px;
	border-top: 3px solid #ddd;
	padding: 60px 0 0 0;
	position: relative;
}
.layout-lTtl-rTx .insert .ttl::before{
	content: '';
	display: inline-block;
	width: 300px;
	height: 3px;
	background-color: #006AB8;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 2;
}
.layout-lTtl-rTx .insert .ttl h2{
	font-size: 3.0rem;
	color: #006AB8;
	margin: 0 0 30px 0;
}
.layout-lTtl-rTx .insert .txt{
	width: calc(100% - 300px);
	border-top: 3px solid #ddd;
	padding: 60px 0 0 0;
}
.layout-lTtl-rTx .insert .txt.txt-right{
	width: 100%;
	border: none;
	padding: 0px 0 0 0;
	text-align: right;
}
.layout-lTtl-rTx .insert .txt h3{
	font-size: 3.0rem;
	margin: 30px 0;
}
.layout-lTtl-rTx .insert .txt h3:first-child{
	margin-top: 0;
}

.s-prof{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
}
.s-prof:last-child{
	border: none;
	padding: 0;
	margin: 0;
}
.s-prof .l-picName{
	width: 220px;
}
.s-prof .s-txt{
	width: 470px;
}
.s-prof .l-picName .pic{
	margin: 0 0 20px 0;
}
.s-prof .l-picName .pic img{
	width: 100%;
	height: auto;
}
.s-prof .l-picName .name-sec .name{
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap:0 20px;
}
.s-prof .l-picName .name-sec .name span{
	font-size: 1.5rem;
	font-weight: normal;
}
.s-prof .l-picName .name-sec p{
	margin: 7px 0;
}
.s-prof .l-picName .name-sec dl{
	display: block;
	margin: 15px 0 0 0;
}
.s-prof .l-picName .name-sec dl dt{
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	background-color: var(--p-color);
	text-align: center;
}
.s-prof .l-picName .name-sec dl dd{
	width: 100%;
	font-size: 1.4rem;
	padding: 7px 0 ;
	text-align: center;
}
.s-prof .info{
	margin: 0 0 30px 0;
}
.s-prof .info:last-child{
	margin: 0;
}
.s-txt .info h3{
	font-size: 1.5rem!important;
	font-weight: 700;
	line-height: 1;
	background-color: #F1F1F1;
	padding: 10px 20px;
	margin: 0 0 20px 0!important;
}


.layout-chart{
	padding: 0 90px 0px;
}
.layout-chart--insert{
	background-color: #F2F9FE;
	padding: 60px;
	border-radius: 5px;
}
.layout-chart--insert h2{
	text-align: center;
	font-size: 2.5rem;
	margin: 0 0 30px 0;
}
.col2{
	display: flex;
	justify-content: space-between;
}
.col2 .item{
	width: 49%;
}
.layout-chart--insert .col2 {
	width: 80%;
	min-width: 1050px;
	margin: 0 auto;
}
.layout-chart--insert .col2 .item{
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.layout-chart--insert .col2 .item p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.layout-chart--insert .col2 .item img{
	width: 100%;
	height: auto;
}


.col2-movie .item{
	width: 49%;
}
.col3-movie .item{
	width: 33%;
}
.col2-movie .item iframe{
	width: 100%;
	height: 300px;
}
.col3-movie .item iframe{
	width: 100%;
	height: 200px;
}
.col2-movie .item p,
.col3-movie .item p{
	font-size: 1.3rem;
	color: #777;
	margin: 10px 0 0 0;
}

section.contents h2.line{
	margin: 30px 0;
}
section.contents h2.line:first-child{
	margin-top: 0;
}
section.contents .block{
	margin: 25px 0;
}
section.contents .txt-right{
	text-align: right;
}


















