/*link*/
.link_1_main{
	max-width:1920px;
	padding:0 0 100px 0;
	margin:0 auto;

}
.link_1_sub_1{
	max-width:1100px;
	margin:0 auto;
	width:90%;
}
.link_1_sub_1 .flex_1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:200px;
	margin:0 auto;	
	padding:0 15px 0px 15px;
	border-bottom:5px solid #fff;
}
.link_1_sub_1 .flex_1 .title_1 .title_1a{
	color:#000;
	font-size:60px;
	font-weight:bold;
	font-family:myfont2;
	font-style:italic;
	text-align:center;
}
.link_1_sub_1 .text_1{
	font-size:15px;
	line-height:180%;
	color:#000;
	text-align:center;
	margin:20px 0 0 0;
	padding-bottom:22px;
}

.link_1_sub_2{
	max-width:1000px;
	margin:0 auto;
	width:90%;
}
.link_1_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:22px auto 0 auto;
}
.link_1_sub_2 .flex_1a{
	max-width:485px;
	width:100%;
	display:flex;
	justify-content:space-between;
}

@media screen and (max-width:1024px) {
/** 1024_link **/
.link_1_sub_2 .flex_1{
	display:block;
	justify-content:space-between;
	margin:22px auto 0 auto;
	text-align:center;
}
.link_1_sub_2 .flex_1a{
	max-width:500px;
	display:flex;
	justify-content:space-between;
	margin:22px auto 0 auto;
}
.link_1_sub_2 .flex_1 img{
	max-width:100%;
}
}

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

@media screen and (max-width:500px) {
.link_1_sub_1 .flex_1 .title_1 .title_1a{
	font-size:40px;
}
}

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