/** main **/
.member_1_main{
	position:relative;
	padding:0px 0 100px 0;
	background:#fff;
}
.member_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
	padding:50px 0 0 0;
}

.member_1_sub_1 .flex_1 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列表示 */
    gap: 30px 30px; /* リンク間の隙間 */
    margin: 0 auto;
    align-items: center;
    width: 100%;
}

.member_1_sub_1 .link_1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00699a;
    font-size: 20x;
    font-weight: bold;
    border: 3px #00699a solid;
    width: 100%;
	max-width:600px;
    height: 80px;
    box-sizing: border-box;
    transition: color 0.1s, background 0.1s;
    margin: 0 auto;
	padding:0 10px;
}

.member_1_sub_1 .link_1:hover {
    background: #00699a;
    color: #fff;
    cursor: pointer;
}


.member_1_sub_1 .link_1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.member_1_sub_1 .link_1::after {
    bottom: 0px;
    right: 0px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #00699a transparent;
}
.member_1_sub_1 .text_1 {
    font-size:16px;
	margin:30px 0 0 0;
}
.member_1_sub_1 .text_1 a{
    font-size:16px;
}
/**  **/

.member_2_main{
	position:relative;
	padding:0px 0 90px 0;
	background:#fff;
}
.member_2_sub_1{
	max-width:1320px;
	width:90%;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
}
.member_2_sub_1 .title_1a{
	width:450px;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}

.member_2_sub_1 .table_1{
	/**/
	max-width:1100px;
	width:100%;
	margin:0 auto;
}

.member_2_sub_1 .table_1 table{
	width:100%;
	border-spacing:0px;
	-webkit-text-size-adjust: 100%;
 	text-size-adjust: 100%;
}
.member_2_sub_1 .table_1 table tr:first-child td{
	background:#00699a;
	text-align:center;
	color:#fff;
	border-left:1px solid #fff;
}
.member_2_sub_1 .table_1 table tr:first-child td:first-child{
	border-left:none;
}
.member_2_sub_1 .table_1 table td{
	font-size:20px;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	padding:10px 10px;
	box-sizing:border-box;
	
}
.member_2_sub_1 .table_1 table td:first-child{
	width:80%;
}
.member_2_sub_1 .table_1 table td:nth-child(2){
	width:20%;
	border-right:1px solid #888;
}


@media screen and (max-width:1024px) {
.member_1_sub_1 .title_1a{
	font-size:25px;
}
	
}

@media screen and (max-width:784px) {
.member_1_sub_1 .title_1{
	font-size:20px;
}
.member_1_sub_1 .text_1{
	font-size:16px;
}
.member_1_sub_1 .flex_1 {
	grid-template-columns:1fr;
}
.member_1_sub_1 .link_1 {
	margin-bottom: 20px;
}
.member_1_sub_1 .flex_1 .link_1:last-child {
	margin-bottom: 0;
}
	
.member_2_sub_1 .table_1 table td{
	font-size:16px;
}
.member_2_sub_1 .table_1 table td a{
	font-size:16px;
}
.member_2_sub_1{
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
}

}

@media screen and (max-width:500px) {
.member_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.member_2_sub_1 .table_1 table td{
	font-size:12px;
}
.member_2_sub_1 .table_1 table td a{
	font-size:12px;
}
.member_2_sub_1 .table_1{
	/**/
	
	max-width:1100px;
	width:800px;
	margin:0 auto;
}
}

@media screen and (max-width:430px) {
}