/* ーーーーーーーーーーー団体概要のcss ーーーーーーーーーーー*/

/* 団体概要 */
table {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-bordered th {
    width: 20%;
    /* padding: 10px; */
    border-bottom: solid 1px #778ca3;
    text-align: left;
}
.table-bordered td {
    width: 80%;
    padding-top: 20px;
    border-bottom: solid 1px #778ca3;
    text-align: left;   
}
.adviser {
    width:90%;
    margin: 5%;
}
.adviser th{
    width: 10%;
    padding: 10px;
    border-bottom: solid 1px #778ca3;
    text-align: left;
}
.adviser-td {
    border-bottom: solid 1px #778ca3;
    text-align: left;
}

.adviser-td-free,.adviser-th-free{
    width: 50%;
    border-bottom: solid 1px #778ca3;
    text-align: left;
}
.adviser-th-free {
    text-align: center;
}

/* アクセス*/
.iframe-wrap {
    margin: 0 10% 0;
}

/* 役員/アドバイザー */
.container-list2 {
    display: grid;
    margin: 0 10% 0;
    grid-template-columns: 1fr 1fr;

    row-gap: 4em;
}
.row-list2-imag {
    width: 100%;
}
/* .row-list2-content {
    width: 50%;
} */
/* ーーーーーーーーーーーーー創業ストーリーーーーーーーーーーーーー */
.content-story {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}
.content-story-r:nth-child(odd){
    flex-direction: row-reverse;  /* 奇数の行に対して指定 */
}
.story-img {
    width: 65%;
    margin-top: 3%;
}
.story-content {
    /* margin-top: 5%; */
    width: 40%;
    height: auto;
    padding: 0 2%;
    opacity: 0.5;
}

/* 創業に至ったストーリーの見出し装飾 */
.heading13 {
	position: relative;
	/* padding-left: 60px; */
	padding-left: 21%;
	font-size: 20px;
    text-align: center;
}
.heading13::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	/* font-size: 50px; */
}
.heading13::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: rgba(63,193,201,1);
}

/* プロフィール */
.row-profile {
    margin: 0 10% 0;
    width: 70%;
    height: auto;
    background-color: rgb(226, 245, 248);
}
.row-content {
    padding: 5%;
}

.container-list1 {
    display: grid;
    margin: 0 10% 0;
    grid-template-columns: 1fr 1fr;
    row-gap: 2em;
    column-gap: 25px;
}
.container-list {
    border-radius: 15px; 
    border: 1px solid #778ca3;
    background: #fff;
    width: 30%;
}
.container-list-a {
    border-radius: 15px; 
    border: 1px solid #778ca3;
    background: #fff;
    float: left;
    /* width: 20%; */
}

/* .container-list ca{
    width: 30%;
} */
.container-list-end {
    width: 80%;
    margin: 2em 10% 0;
}
.container-list1-end {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.container-list-title {
    text-align: center;
    background-color: #5dc1ae;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 1px solid #778ca3;
    padding-top: 20px;
    color: #fff;
}
.container-list-sub-sm {
    text-align: center;
}
.container-list-sub {
    padding: 5%;
    text-align: center;
    
}

/* 数字 */
.inspection {
    background: rgb(226, 245, 248);  
    padding: 0 10% 10% 10%; 
}
.inspection h2 {
    padding-top: 5%;
}
.math {
    color: red;
    font-size: 20px;
    font-weight: bolder;
} 
.about-img {
    /* width: 80%; */
    border: 1px solid #333;
    margin: 10% 15%;
    
}
.list2-tr {
    padding: 10px;
    border-bottom: solid 1px #778ca3;
}
.list2-th {
    text-align: left;
}
