.mv_block {
    width: 500px;
    height: 80px;
    position: absolute;
    top: 500px;
    z-index: 50;
    left: 24%;
    display: flex;
}

.mv_block_in {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #eee;
    transition: 0.3s ease;
    background-color: #39bcac;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 7px;
}

.mv_block_in:hover {
    background-color: #ffffff;
    color:#39bcac;
    text-decoration: none;
}

.mv_block_01 {
	padding: 2%;
    background-color: #39bcac;
    width: 220px;
    height: 82px;
    margin: 0 10px;
    text-align: center;
    color: #ffffff;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
border-radius: 10px;
}

.mv_block_02 {
	padding: 2%;
    background-color: #39bcac;
    width: 220px;
    height: 82px;
    margin: 0 10px;
    text-align: center;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
border-radius: 10px;
}

.mv_block_01 a{color: #ffffff;}
.mv_block_02 a{color: #ffffff;}

.mv_block_01 a:hover{ text-decoration: none; }
.mv_block_02 a:hover{ text-decoration: none; }



@media only screen and (min-width:1281px) and (max-width:1600px) {

	.mv_block {
	    width: 500px;
	    height: 80px;
	    position: absolute;
	    top: 500px;
	    z-index: 50;
	    left: 19%;
	    display: flex;
	}

}

@media only screen and (min-width:981px) and (max-width:1280px) {

	.mv_block {
	    width: 500px;
	    height: 80px;
	    position: absolute;
	    top: 500px;
	    z-index: 50;
	    left: 10%;
	    display: flex;
	}

}

@media only screen and (max-width:980px) {

	.mv_block {
		margin-top: 20px;
	    width: 100%;
	    height: auto;
	    position: static;
	    z-index: 50;
	    display: block;
	}

	.mv_block_01 {
	    padding: 2%;
	    background-color: #39bcac;
	    width: 220px;
	    height: auto;
	    margin: 0 auto 10px;
	    text-align: center;
	    color: #ffffff;
	}

	.mv_block_02 {
	    padding: 2%;
	    background-color: #39bcac;
	    width: 220px;
	    height: auto;
	    margin: 0 auto 10px;
	    text-align: center;
	    color: #ffffff;
	}

}





/* new gn */

#globalnav_in li:nth-of-type(1) {
    width: 9%;
    padding: 0 10px;
}
#globalnav_in li:nth-of-type(2){
    width: 24%;
    padding: 0 10px;
}
#globalnav_in li:nth-of-type(3){
    width: 10%;
    padding: 0 10px;
}
#globalnav_in li:nth-of-type(4){
	width: 17%;
	padding: 0 10px;
}
#globalnav_in li:nth-of-type(5){
	width: 12%;
	padding: 0 10px;
}
#globalnav_in li:nth-of-type(6){
	width: 12%;
	padding: 0 10px;
}
#globalnav_in li:nth-of-type(7){
	width: 15.4%;
}

.megamenu_in a {
	font-size: 14px!important;
}


/* new association */

.open_link ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.open_link li{
	width: 20%;
	margin-bottom: 10px;
}

.open_link a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	transition: all .3s;
	position: relative;
}

.open_link a img{
	max-width: 90%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.open_link a .txt{
	position: absolute;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.open_link a:hover{
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and (max-width:979px) {
	.open_link ul{
		margin-bottom: 60px;
	}
	.open_link li{
		width: 33.3%;
	}
}

@media only screen and (max-width:690px) {
	.open_link ul{
		margin-bottom: 40px;
	}
	.open_link li{
		width: 50%;
	}
}

.plink{
	padding-top: 10px;
	margin-top: -10px;
}

.fs_bold{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

.link_color a{
	color: #ff808e !important;
}