@charset "UTF-8";
/* コンテンツ */

@keyframes nfes_more_ani {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);

  }
}
.nfes_btn a {
    position: relative;
    display: block;
    transition: all 0.3s;
}
.nfes_btn a:hover {
    opacity: 0.7;
}
.nfes_btn span {
    position: absolute;
    bottom:7%;
    right: 3%;
    width: 12%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}
.nfes_btn span img {
    width: 100%;
    animation: nfes_more_ani 1s ease 0s alternate both infinite;
}
.hitcond {
    margin-bottom: 80px;
}
.ac_menu {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.ac_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ac_menu li {
    width: calc((100% / 4) - (30px / 4));
    margin: 0 5px;
}
.ac_menu li img {
    width: 100%;
}

.news_box {
	line-height:1.4;
	text-align:left;
    width: 570px;
    float: left;
}
.pdf_box {
	line-height:1.4;
	text-align:left;
    width: 570px;
    float: right;
}
.np_box {
    height: 500px;
    overflow: auto;
    margin-bottom: 20px;
}

.club_ban {
    background-color: #fff;
    background-position: center bottom;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 50px;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
}
.club_ban h2 {
    font-size:1.6em;
    line-height: 1.7;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.club_ban h3 {
    margin-bottom: 20px;
}
.club_ban h4 {
    font-size:2em;
    line-height: 1.7;
    margin-bottom: 40px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.club_ban h4 span {
    border: 1px solid #666;
    font-size: 1em;
    padding: 5px;
    margin-left: 10px;
    font-weight: normal;
    border-radius: 10px; 
}
.club_ban p.metx {
    width: 400px;
    margin:0 auto 20px;
    color: #b18247;
    border-bottom: 1px solid #b18247;
    border-top: 1px solid #b18247;
    padding: 5px 0;
}
.club_ban p.cbtn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.club_ban a {
    display: block;
    background-color: #fff;
    color: #d59c55;
    border: 1px solid #d59c55;
    line-height: 60px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    transition: opacity 0.5s;
}
.club_ban a:hover {
    opacity: 0.6;
}
.club_ban a.cnt {
    background-color: #d59c55;
    color: #fff;
    border: 1px solid #d59c55;
    background-image: url("../img/arr_w.png");
}

.cmerit {
    overflow:hidden;
}
.cmerit ul {
    float: left;
    position: relative;
    left: 50%;
    margin-bottom: 50px;
}
.cmerit li {
    float: left;
    position: relative;
    left: -50%;
    display: inline-block;
    margin: 0 20px;
}
.cmerit img {
    vertical-align:middle;
    width: 40px;
    margin-right: 5px;
}

@media screen and (min-width: 500px) {
.subsadj {
    margin:0 45px 30px;
}
}

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

.nfes_btn span {
    position: absolute;
    bottom:5%;
    right: 3%;
    width: 22%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}

.hitcond {
    margin-bottom: 50px;
}
.ac_menu {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
.ac_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -5px;
}
.ac_menu li {
    float: left;
    width: calc((100% / 2) - (5px / 2));
    margin: 0 0 5px;
}
.ac_menu li:nth-child(2n) {
    margin-right: 0;
}
.ac_menu li:nth-child(3),.ac_menu li:nth-child(4) {
    margin-bottom: 0;
}
.news_box {
	line-height:1.5;
    width: 100%;
}
.pdf_box {
	line-height:1.5;
    width: 100%;
}
.np_box {
    height: auto;
    margin-bottom: 0;
}

.club_ban {
    padding: 30px;
    margin-bottom: 50px;
}
.club_ban h2 {
    font-size:1.24em;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.club_ban h3 {
   
}
.club_ban h4 {
    font-size:1.4em;
    margin-bottom: 30px;
}
.club_ban p.cbtn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.club_ban a {
    line-height: 40px;
    font-size: 1.16em;
}

.club_ban p.metx {
    width: auto;
}
.cmerit img {
    width: 30px;
}
}


.reflection-img{
    position    :relative;
    overflow    :hidden;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { transform: scale(4) rotate(45deg); opacity: 0.4; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 0.4; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 0.4; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.2; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 0.4; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


.blbox {
	float:left;
	width:570px;
	margin:0 60px 60px 0;
	line-height:1.6;
}
.blbox h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.16em;
    background-color: #333;
    color: #fff;
    padding: 5px 0;
    line-height: 1.3;
}
.man_img {
    margin-bottom: 20px;
}
.official {
    text-align: center;
}
.official a {
    width: 150px;
    line-height: 34px;
    display: block;
    margin: 0 auto;
    background-color: #4d4035;
    color: #fff;
    transition: all 0.5s ease;
}
.official a:hover {
    opacity: 0.6;
}
.bl_adj {
	margin-right:0 !important;
}
.man_img2 {
    width: 120px;
}
.man_img2 h3 {
	background-position:center center;
	background-size:cover;
	position:relative;
	width:100%;
	height:80px;
	transition: all 0.5s ease;
	opacity:1;
}
.blbox ul li {
    position: relative;
    margin-top: 20px;
}
.blbox ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
}
.blbox ul li a:hover {
    opacity: 0.3;
}
.blbox ul li span {
	display:block;
    color:#737983;
	background-color:#f0eae5;
	padding:0 5px;
	text-align:right;
	line-height:20px;
	font-size:0.73em;
    margin-bottom: 10px;
}
.blbox ul li h4 {
    text-align: left;
    font-weight: normal;
}

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

.blbox {
	float:none;
	width:100%;
	margin:0 0 60px 0;
}
.man_img2 {
    width: 100px;
}
.man_img2 h3 {
	height:80px;
}

}
