/** **/
.member_1_main{
	max-width:1920px;
	padding:0px 0 25px 0;
	margin:0px auto 0 auto;
}

/** member **/
.member_1_sub_2{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
}

.member_1_sub_2 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#012648;
	max-width:500px;
	width:100%;
	height:80px;
	margin:0 auto;
}
.member_1_sub_2 .text_1{
	text-align:left;
	margin-top:80px;
	font-size:18px;
	line-height:180%;
}
.member_1_sub_2 .title_1 .title_1a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	line-height:1;
}
.member_1_sub_2 .title_1 .title_2a{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	margin-top:5px;
}

.member_1_sub_2 .link_1{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#012648;
	font-size:30px;
	font-family:myfont;
	font-weight:bold;
	border:3px #012648 solid;
	width:100%;
	height:80px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.member_1_sub_2 .link_1:hover{
	background:#012648;
	color:#fff;
	cursor:pointer;
}
.member_1_sub_2 .link_1_short{
	max-width:350px;
}
.member_1_sub_2 .link_1_long{
	max-width:500px;
}

.member_1_sub_2 .link_1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.member_1_sub_2 .link_1::after {
	bottom: 0px;
	right: 0px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #012648 transparent;
}

.member_1_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:50px auto 0 auto;
	max-width:1100px;
}

.member_1_sub_2 .text_1{
	text-align:center;
	font-size:15px;
	line-height:180%;
}

/** notice **/
.member_2_main{
	max-width:1920px;
	padding:100px 0;
	background:#e3eff6;
	margin:0 auto;
}
.member_2_sub_1{
	display:flex;
	justify-content:space-between;
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.member_2_sub_1 .div_1{
	width:1100px;
	margin:0 auto;
}
.member_2_sub_1 .div_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
}
.member_2_sub_1 .div_1 .title_1{
	width:220px;
	padding-bottom:5px;
	margin-right:5px;
	border-bottom:5px solid #012648;
}
.member_2_sub_1 .div_1 .title_1a{
	color:#012648;
	font-size:40px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	width:220px;
}
.member_2_sub_1 .div_1 .title_1b{
	color:#012648;
	font-size:20px;
	font-family:myfont;
	text-align:center;
	width:220px;
}
.member_2_sub_1 .div_1 .title_2{
	padding-top:5px;
	box-sizing:border-box;
	line-height:1;
	width:110px;
	height:50px;
	background:#e5004f;
	color:#fff;
	font-size:35px;
	font-family:myfont3;
	text-align:center;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.member_2_sub_1 .div_1 .news_1{
	margin-top:30px;
}
.member_2_sub_1 .div_1 .news_1 .flex_1{
	display:flex;
	align-items:center;
	color:#012648;
	padding:10px 25px;
	border-bottom:2px #012648 dashed;
}
.member_2_sub_1 .div_1 .more_1{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
}
.member_2_sub_1 .div_1 .more_1 .text_1{
	font-size:15px;
	color:#012648;
	line-height:100%;
	margin-right:5px;
}
.member_2_sub_1 .div_1 .more_1 .img_1{
	line-height:100%;
}
.member_2_sub_1 .div_1 .more_1 .img_1 img{
	vertical-align:top;
}

.toiawase_form1_td input[type="text"]{
	height:70px;
	width:100%;
	background:#F7F8F8;
	outline:solid 1px #aaa;
	border:none;
	border-radius:10px;
	font-size:18px;
	padding:0 40px;
	box-sizing:border-box;
	font-weight:bold;
}
.toiawase_form1_td {
	
	margin:30px auto 0 auto;
	min-height:50px;width:100%;
	max-width:500px;
	
}
.submit1{
	border:none;
	font-size:20px;
	font-weight:bold;
	max-width:148px;
	width:90%;
	height:65px;
	color:#fff;
	border-radius:40px;
	background:#012648;
	margin:30px auto 0 auto;
}
.submit1:hover{
opacity:0.7;cursor:pointer;
}

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

.member_1_sub_2 .flex_1{
	display:block;
}
.member_1_sub_2 .flex_1 .div_1 .title_1a{
	max-width:330px;
}
.member_1_sub_2 .flex_1 .div_1 .text_1a{
	max-width:650px;
}
.member_1_sub_2 .link_1{

	margin:45px auto;

}
}

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

}

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

.member_1_sub_2 .title_1 .title_1a{
	font-size:25px;
}

.member_1_sub_2 .link_1{
	font-size:20px;
}
}

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

}