
/* タイトル */
.ttl{
    display: flex;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    border-bottom:2px solid #262323;
}

.ttl h2{
    font-size:2.2rem;
    margin:15px 0 0 0;
    padding: 0 14px;
    line-height: 2.8rem;
}

.ttl h3{
    display: inline;
    vertical-align: bottom!important;
    font-size:1.6rem;
    line-height: 1.6rem;
    margin: 25px 10px 10px 0;
}

.ttl h3 a {
    text-decoration: none;
    color: #000;
}

.ttl h3 > a::before{    
  display: inline-block;
  content: '';
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width:0.8rem;
  height:0.8rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  margin: 7px 10px 0 5px;
}

/** 各協会タイトル　**/
.ttl_fed{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../federation/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_hokkaido{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../hokkaido/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_yamagata{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../yamagata/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_tokyo{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../tokyo/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_niigata{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../niigata/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_chubu{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../chubu/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_kansai{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../kansai/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_hiroshima{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../hiroshima/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_kochi{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../kochi/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_kyushu{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../kyushu/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_okinawa{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../okinawa/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_miyagi{    
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1000px;
    height: 78px;
    background: url(../miyagi/images/ttl_pc.png) no-repeat;
    background-size: 100%;
}
.ttl_fed h2,.ttl_tokyo h2, .ttl_hokkaido h2, .ttl_yamagata h2,.ttl_niigata h2, .ttl_chubu h2, .ttl_kansai h2, .ttl_hiroshima h2, .ttl_kochi h2, .ttl_kyushu h2, .ttl_okinawa h2, .ttl_miyagi h2{
    position: relative;
    font-size:0.8rem;
    z-index: -1;
}

.sub_menu, .sub_menu_2nd {
    width: 900px;
    margin: 1rem auto;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content:left;
    overflow:visible;
}

.sub_menu li, .sub_menu_2nd li{
    margin-left: 20px;
    border-right: 1px solid #000;
    padding-right: 20px;
    font-size: 1.6rem;
}

.sub_menu li:first-child{
    margin-left: 0;
    border-right: 1px solid #000;
    padding-right: 20px;
    font-size: 1.6rem;
}
.sub_menu_2nd li:first-child{
    margin-left: 0;
    border-right: none;
    padding-right: 20px;
    font-size: 1.6rem;
}


.sub_menu li:last-child{
    margin-left: 20px;
    border-right: none;
    padding-right: 20px;
    font-size: 1.6rem;
}

.sub_menu li a, .sub_menu_2nd li a{
    color: #000;
    text-decoration: none;
}

.year{color:#003366; font-weight: bold;}

/** イベント  **/
#event_container {
    width: 100%;
    max-width: 800px;
    height: 300px;
    overflow-x:hidden;
    overflow-y: auto;
    padding: 10px;
    margin:0 auto 30px auto;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

#event_container .ttl {
    margin-top: 0;
}

.event {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 1.6rem auto;
    padding: 0;
    list-style: none;
}

.event_ico {
    width: 14%;
    margin-top: 1rem;
}

.event_txt {
    width: 86%;
    font-size: 1.4rem;
    line-height: 2rem;
}

  #about_container {
    width: 96%;
    max-width: 800px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }

 .about_ttl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 2px solid #262323;
  }
  .about_ttl h2 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0 0 0 14px;
    white-space: nowrap;
    font-weight: normal;
  }
 .about {
    width: 100%;
    margin: 14px auto;
    padding: 0;
  }
.about a {
   white-space: nowrap;
  text-decoration: none;
  margin-right: 1.4rem;
  line-height: 3.6rem;
  }
.website, .newsletter {
    margin: 20px 0;
    padding: 0;
    font-weight: bold;
    word-break: break-word;
}

/*.newsletter {
    margin: 20px 0;
    padding: 1rem;
    font-weight: bold;
    background-color: #ecf8ff;
    border: 1px solid #666;
    word-break: break-word;
}*/

.new {
    color: #e60012;
    font-weight: bold;
}

.applyend {
    color: #172a88;
}

.closed {
    color: #2ea7e0;
}


/** ニュース  **/
#news_wrapper {
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 30px 0 20px 0;
    background-color: #f7f8f8;
}

#news_container {
    width: 100%;
    max-width: 800px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    margin: 0 auto 30px auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.news {
    display: block;
    width: 790px;
    margin: 1.6rem auto;
    padding: 0;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

.newslist{
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
    max-width: 800px;
    list-style: disc;
    line-height: 2.6rem;
    margin: 0 0 1.4rem 0;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #dcdcdc;
    text-indent: -1em;
  padding-left: 1em;
}

.newslist::before{
    content: "●";
    color: #2ea7e0;
    line-height: 2.2rem;
    width: 6px;
    height: 6px;
    margin: 0 5px 1.6rem 0;
    font-size: 10px;
    vertical-align: text-bottom;
}

.news_date{
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#for__members {
    width: 56%;
    margin: 0 auto 2rem auto;
}

#for__members ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
}

#for__members li {
    list-style: none;
    font-size: 2.2rem;
}

.bn_member a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 264px;
    margin-bottom: 28px;
    padding: 14px 14px 14px 28px;
    border:2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
}

.bn_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 264px;
    padding: 14px 14px 14px 28px;
    border:2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
}



/*** 下層ページタイトル　***/
.ttl_2nd{
    width: 100%;
    padding: 2rem 0;
    background-color:#d8e6f0;
}

.submenu_container{
    display: flex;
    width: 800px;
    margin: 16px auto 20px auto;
    padding: 0;
    text-align: left;
}

.submenu a{
    margin: 0 12px 0 0;
    padding-right: 12px;
    border-right: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem;
}


.section {
    width: 784px;
    margin: 5.5rem auto 4rem auto;
    border-left: 6px solid #30528f;
    border-bottom: 1px solid #000;
    font-size: 2.6rem;
    padding: 0 0 1.5rem 2.2rem;
    font-weight: normal;
    line-height: 3.2rem;
}
  .section_noborder {
    width: 800px;
    margin: 0 auto 16px auto;
    font-size: 2.2rem;
    padding: 0;
    font-weight: normal;
}

.contents_2nd{
    width: 800px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding:0;
    text-align: left;
}

.kaisoku li{
    margin-left: 20px;
    margin-bottom: 16px;
}
/**** リンクボタン　******/
.link_box a{
  width: 54%;
  background-color: #30528f;
  margin: 1rem auto 2rem auto;
  padding: 2rem 1rem 2rem 3rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.link_txt, .link_txt a{
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link_icon{ 
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 10px 7px 0 0;
}

.apply__btn_arrow{
    position: relative;
    left: 90px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 0 7px;
}

.apply__btn_link{
    width: 420px;
    background-color:#30528f;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 40px auto 50px auto;
    padding: 20px;

}

/**** 外部リンクボタン　******/
.link_box_other a{
  width: 75%;
  background-color: #30528f;
  margin: 1rem auto 2rem auto;
  padding: 2rem 1rem 2rem 3rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.link_txt_other, .link_txt_other a{
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link_icon_other{
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: url(../images/outside_window.png) no-repeat 0 0;
    background-size: 100%;
    margin: 10px 7px 0 0;
}

.link_icon_otherw{
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: url(../images/outside_window.png) no-repeat 0 0;
    background-size: 100%;
    margin: 10px 7px 0 0;
}

.link_icon_othert{
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: url(../images/outside_window.png) no-repeat 0 0;
    background-size: 100%;
    margin: 10px 7px 0 0;
}

.outside__btn_window{
    position: relative;
    left: 60px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    align-items:self-end;
    color: #fff;
    line-height: 1;
    width: 27px;
    height: 27px;
    margin: 0 7px;
    background: url(../images/outside_window.png) no-repeat 0 2px;
    background-size: 100%;    
    font-size: 1.6rem;
}

.outside__btn__link{
    width: 600px;
    background-color:#30528f;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 40px auto 50px auto;
    padding: 20px;
}

.outside__btn__link a{
    color: #fff;
    text-decoration: none;
}


img.left {
    margin: 0 4.8rem 4rem 0;
    float: left;
}

img.center {
    margin: 30px auto 16px auto;
    text-align: center;
}

img.right {
  float: right;
}

.left {text-align: left;}
.center{text-align: center;}
.right {text-align: right;}

/***役員Table ***/
.yakuin {
    width: 800px;
    margin: 0 auto 5rem auto;
    padding: 0px;
    line-height: 2.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 1.6rem;
}
.yakuin th{
    border-bottom: 2px solid #999999;
    background-color: #fff;
    text-align: center;
}

.yakuin th:nth-child(2){
    border-bottom: 2px solid #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

.yakuin td {
    margin: 0px;
    padding: 2px 5px;
    border-left: 1px dotted #999999;
    border-bottom: 1px solid #999999;
    vertical-align: top;
}

td.yakushoku {
    border-left: none;
    white-space: nowrap;
    width: 30%;
    background-color: #e3edfd;
}

.name {
    white-space: nowrap;
    border-bottom:none;
    width: 15%;
}
.genshoku{
    border-bottom:none;
    width: 55%;
}

/***　法人会員 ***/
.link{margin: 1rem auto 5rem auto;}

ul.link li {
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    line-height: 1.8rem;
    list-style: none;
}

ul.link li p {
    margin:15px 0 0 0;
    padding: 0 0 0 15px;
    line-height: 1.8rem;
    list-style: none;
}

ul.link li p a{
    margin-left:0;
    line-height: 1.8rem;
    list-style: none;
}

ul.link li::before, ul.link li p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #2ea7e0;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin: 0 1.2rem 0 0;
}
ul.link li a{
    margin-left:0;
    line-height: 1.8rem;
    list-style: none;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.kaisoku{
    width: 800px;
    margin: 1rem auto 5rem auto;
}
.paragraph {
    margin: 0 0 0 2rem;
}

.kakko {
    margin: -0.5em 1em 0.5em;
    padding: 0em;
    list-style: none;
}

.kaisoku td {
    padding: 0em 1em 0em 0em;
}

.event-header {
    width: 100%;
    color: #000;
    line-height: 2.2rem;
    text-align: left;
    vertical-align: top;
    margin: 1rem auto 2rem auto;
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #dcdcdc;*/
}

.event-header_td_ttl{
background: #e3edfd;
text-align: center;
}

/*.calendar-header_ttl{    
    border-top:1px solid #30528f;
}*/

.cl_date, .cl_place{width: 12%;padding: 6px 0!important}

.event_place_date{
    display: flex;
    justify-content: start;
    line-height: 3.2rem;
    margin:1rem 0 0.4rem 0;
}

.event_place_date p{    
    margin: 0 1rem 0 0;
    padding: 0;
}

.event-header td,.event-header_detail td {
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.event-header td:first-child{width: 23%;}
.event-header td:nth-child(2){width: 15%;}
.calendar-header td {
    padding: 8px 0;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: top;
}

.event-header_detail td:first-child{width: 13%;}

.event-report_header td {
    padding: 0.8rem 0;
    /*border-bottom: 1px solid #dcdcdc;*/
    vertical-align: top;
    word-break: break-all;
}

.event-header td:nth-child(2), .event-report_header td:nth-child(2){
    padding: 8px;
    border-left: 1px dotted #dcdcdc;
    vertical-align: top;
}

.calendar-header td:nth-child(2),.calendar-headert td:nth-child(2), .event-header_detail td:nth-child(2){
    padding: 8px;
    border-left: 1px dotted #dcdcdc;
    vertical-align: middle;
}

.event-header td:nth-child(3) {
    padding: 8px;
    border-left: 1px dotted #dcdcdc;
    border-right: 1px dotted #dcdcdc;
    vertical-align: top;
}

.calendar-header td:nth-child(3) {
    padding: 8px;
    border-left: 1px dotted #dcdcdc;
    border-right: 1px dotted #dcdcdc;
    vertical-align: middle;
}

.event-list {
    width: 98%;
    height: 400px;
    margin: 1rem auto 5rem auto;
    padding: 0 2% 0 0;
    text-align: left;
    border-top: 1px solid #666666;
    overflow-y: scroll;
}

.event-list li {
    width: 94%;
    margin: 1rem auto;
    padding: 0;
    clear: right;
    list-style: none;
    border-bottom: 1px solid #666666;
}

.event-list li a:link {
    color: #003399;    
    text-decoration: none;
    display: block;
}

.event-day{
    width: 20%;
    margin: 0em 0em 0em 1em;
    text-align: left;
    float: right;
    white-space: nowrap;
    color: #666666;
}
  
.event_ttl{
    width: 100%;
    margin:1.6rem 0 2.6rem 0;
    padding:0;
    color:#30528f;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}

.event_pics{
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 1.4rem auto;
    padding: 1rem 0;
    overflow-x: scroll;
}

.event_pics img{
    margin: 0 1rem 0 0;
}

.event_pics div{margin-left: 1rem;}

.calendar-header {
    width: 100%;
    color: #000;
    line-height: 2.2rem;
    text-align: left;
    vertical-align: top;
    margin: 0.8rem auto 2rem auto;
    /*border-top: 3px solid #30528f;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;*/
}
.event-report_header {
    width: 100%;
    color: #000;
    line-height: 2.2rem;
    text-align: left;
    vertical-align: top;
    margin: 1rem auto 4rem auto;
    /*border-top: 3px solid #30528f;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;*/
}

.calendar-header h3{
    margin:0;
    padding:1rem 0 0 0;
}

.calendar_post{
    width: 100%;
    margin: 0 auto;
    padding: 0;  
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.event_post{
    width: 100%;
    margin:-3rem auto 0 auto;
    padding: 0;  
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.kaihi td {
    margin: 0px;
    padding: 2px 5px;
    border-bottom: 1px dotted #ccc;
}
.contact{
    width: 94%;
    max-width: 680px;
    margin:0 auto 5rem auto;
    padding: 20px;
    background:#d8e6f0;
}
.nyukai_info{
    width: 94%;
    max-width: 680px;
    margin:0 0 5rem 0;
    padding:0 20px;
}

.contact p, .nyukai_info p{
    margin:0 0 1.2rem 0;
    padding: 0;
    line-height:2rem;
}
.info_online{
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
}
.xls_dl{
    background: url(../images/excel_mark.jpg)no-repeat;
    background-position: 100% 70%;
    background-size: 21px;
    padding: 0px 25px 0 0;
    font-size: 16px;
}
.txt_arrow{
    font-size:10px;
}

.hiryu{
    width: 100%;
    max-width: 800px;
    margin: 3rem auto;
    padding: 0;
    font-weight: normal;
    list-style: none;
}
.hiryu_new {
    width: 25%;
    height: 220px;
    margin: 2.6rem auto 1.5rem auto;
    padding: 0;
    font-size: 1.4rem;
    list-style: none;
    text-align: center;
    float: left;
}
.hiryu_new:first-child {
    width: 25%;
    height: 220px;
    margin: 0 auto 1.5rem auto;
    padding: 0;
    font-size: 1.4rem;
    list-style: none;
    text-align: center;
    float: left;
}

.hiryu_new .new{
    margin: 1rem auto 1rem auto;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    background-color: #ff0000;    
    border-radius: 12px;
}
.backnumber{
  margin: 20px 0;
  padding: 1rem;
  font-weight: bold;
  /*background-color: #ecf8ff;
  border: 1px solid #666;*/
  word-break: break-word;
}
.hiryu_new img{
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
}
.backnumber dl{
    display: flex;
  width: 100%;
  margin: 0 auto;
}
.backnumber dt{
    width: 16%;
    margin:0 auto;
    float: left;
    font-size: 1.4rem;
    text-align: left;
}
.backnumber dd{
    width: 25%;
    margin:0 auto;
    float: left;
    font-size: 1.4rem;
    text-align: left;
}

.website .hiryu li{
    display: table-cell;
    text-align: left;
    width:  190px;
}

.tokuten_card{
    width: 200px;
    height: 115px;
}

.tokuten_box{
    border:2px solid #3d6eb2;
    padding: 16px;
}

.links_lead{
    padding: 16px 0;
    font-size:1.6rem;
    border-top: 1px dotted #3d6eb2;
    border-bottom: 1px dotted #3d6eb2;
}
.links_txt li{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin:0  0 1rem 1rem;
}
.tokuten_sub_menu{
    text-align: center;
}

.tokuten_sub_menu a{
    color: #30528f;
    text-decoration: none;
    font-weight: bold;
}

.tokuten_detail_box{
border:1px solid #ef5555;
margin: 2.6rem;
}

.tokuten_detail_box .tokuten_ttl{
font-weight:bold;
color:#fff;
font-size:1.8rem;
background:#ef5555;
padding:0.6rem 0 0.6rem 1rem;
}
.tokuten_detail_box .tokuten_ttl::before{content: "";}
.tokuten_detail_box .tokuten_txt {padding:0.6rem 1rem;}

.tokuten_ttl{
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2rem;
    color: #30528f;
}
.tokuten_ttl::before{
    content: "●";
  font-size: 1.6rem;
  margin-right:5px;
  color: #30528f;
}
.tokuten_txt{
    font-weight: normal;
    margin: 0.5rem 0 1.6rem 0;;
    padding: 0;
    line-height: 2.8rem;
    font-size: 1.7rem;
}

.tokuten_img, .tokuten_imgW{
    width: 100%;
    display: flex;
    justify-content: start;
    margin: 1.4rem auto;
    padding: 1rem 0;
    overflow-x: scroll;
}
.tokuten_img img{
    width: auto;
    height: 180px;
    margin-left:10px;
    vertical-align: middle;
}
.tokuten_imgW img{
    width: auto;
    height: 180px;
    margin-left:0;
    vertical-align: middle;
}

.lead{margin: 1rem 0;}

.event_detail_ttl {
  display: block;
  margin: 2rem auto 1.6rem auto;
  padding: 0 ;
  font-weight: normal !important;
  font-size: 2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #30528f;
  color: #fff;
}

.calendar_detail_ttl {
  display: block;
  margin: 1rem auto 1.6rem auto;
  padding:1rem 0 1rem 1.4rem;
  font-weight: normal !important;
  font-size: 2rem;
  height: auto;
  line-height: 2.4rem;
  background: #30528f;
  color: #fff;
}

.btn_pdf{
    display: block;
    width: 130px;
    padding: 10px 10px 10px 20px;
    background:#30528f url(../images/pdf_mark.png) no-repeat 125px 10px ;
    border-radius: 4px;
    color: #fff!important;
    text-align: left;
    margin: 1rem;
}

.btn_pdf::before{
    content: "▶";
    color: #fff;
    line-height: 2.2rem;
    width: 6px;
    height: 6px;
    margin: 0 5px 0 0;
    font-size: 10px;
    vertical-align: text-bottom;
}

 a.btn_pdf{color: #fff;}

/******************************************* スマホ用スタイル */
@media screen and (max-width: 760px) {

.lead{margin: 1rem 0;}
.ttl {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  border-bottom: 2px solid #262323;
}

.header_lead{
    text-align: center;
    font-size: 1.4rem;
    color: #30528f;
    line-height: 2.2rem;
}
    .main-image {
        margin: 20px auto 0;
    }

    .container {
    width: 96%;
    margin: 0 auto 10px auto;
    padding: 0;
    }

    .footer__logo {
        display: grid;
        width: 100%;
        margin: 0 auto;
        justify-items: center;
    }

    .footer__log img{
        width: 90px!important;
        margin: 0 auto;
    }

.ttl_2nd{
    width: 100%;
    padding: 1.2rem 0;
    background-color:#d8e6f0;
}

/** 東京　タイトル　**/
.sub_menu {
  width:94%;
  margin:1rem auto;
  padding: 10px 0;
  display: flex!important;
  list-style: none;
  overflow-x: scroll;
  white-space: nowrap;
}
.ttl_fed{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../federation/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_tokyo{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../tokyo/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_hokkaido{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../hokkaido/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_yamagata{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../yamagata/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_niigata{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../niigata/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_chubu{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../chubu/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_kansai{        
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../kansai/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_hiroshima{        
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../hiroshima/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_kochi{        
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../kochi/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_kyushu{        
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../kyushu/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_okinawa{        
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../okinawa/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_miyagi{    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../miyagi/images/ttl_sp.png) no-repeat;
    background-size: 100%;
}
.ttl_fed h2, .ttl_tokyo h2, .ttl_hokkaido h2, .ttl_yamagata h2,.ttl_niigata h2, .ttl_chubu h2, .ttl_kansai h2, .ttl_hiroshima h2, .ttl_kochi h2, .ttl_kyushu h2, .ttl_okinawa h2, .ttl_miyagi h2{
    position: relative;
    font-size:0.8rem;
    z-index: -1;
}
/*** 各地の協会　***/

#about_container {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto 30px auto;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }

 .about_ttl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: 2px solid #262323;
  }

.about_ttl h2 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 0 14px;
    white-space: nowrap;
  }

.about{
    width: 100%;
    margin: 14px 0 14px 10px;
    padding: 0;
}

.about a{
    white-space: nowrap;
    text-decoration: none;
}

.contact{
    width: 94%;
    margin:0 auto;
    padding:1.2rem;
    background:#d8e6f0;
}
.nyukai_info{
    width: 94%;
    margin:0 auto;
    padding:1.2rem;
}
.yakuin, .kaihi {    
  display: flex;
  width: 100%;
  margin: 0 auto 5rem auto;
  padding: 0px;
  /*font-size: 1.2rem;*/
  line-height: 2.4rem;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  overflow-x: scroll;
  white-space: nowrap;
}
/***役員Table ***/
.yakuin {
    width: 100%;
    margin: 0 auto 5rem auto;
    padding: 0px;
    line-height: 2.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 1.1rem;
}
.yakuin th{
    border-bottom: 2px solid #999999;
    background-color: #fff;
}

.yakuin th:nth-child(2){
    border-bottom: 2px solid #999999;
    border-right: 1px dotted #999999;
    border-left: 1px dotted #999999;
}

.yakuin td {
    margin: 0px;
    padding: 2px 5px;
    border-left: 1px dotted #999999;
    border-bottom: 1px solid #999999;
    vertical-align: top;
}

td.yakushoku {
    border-left: none;
    white-space: nowrap;
    width: 30%;
    background-color: #e3edfd;
}

.name {
    white-space: nowrap;
    border-bottom:none;
    width: 15%;
}
.genshoku{
    white-space: nowrap;
    border-bottom:none;
    width: 55%;
}
.link {
  display: block;
  width: 96%;
  margin: 1rem auto 5rem auto;
  overflow-x: scroll;
  white-space: nowrap;
}
.kaisoku {
  width: 94%;
  margin: 1rem auto 5rem auto;
}

/** イベント　**/
#event_container{
  width: 90%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  margin:0 auto 30px auto;
  font-size: 1.2rem;
  line-height: 1.6;
}
.event-header td:first-child, .event-header td:nth-child(2) {
    width: 27%;
}
.event-header_detail td:first-child{width: 17%;}
.event_ico {
    width:80px;
}
.event{
  display: flex;
  justify-content: space-between;
  width: 350px;
  margin:1.6rem auto;
  padding: 0;
  list-style: none;
}
.event-list li {
  width:320px;
  margin: 1rem auto;
  padding: 0;
  clear: right;
  list-style: none;
  border-bottom: 1px solid #666666;
}
.event-day {
  width: 120px;
  margin: 0em 0em 0em 1em;
  text-align: left;
  float: right;
  white-space: nowrap;
  color: #666666;
}

.event_pics{
    width: 96%;
    display: inline-flex;
    justify-content: space-between;
    margin: 1.4rem auto;
    padding: 1rem 0;
}

.event_pics img{
    margin: 0 1rem 0 0;
}

 .event_report {
    display: flex;
    justify-content: start;
    width: 90%;
    margin: 14px auto;
    padding: 0;
}

.event_report a{
    white-space: nowrap;
    text-decoration: none;
}

.event_report_ttl {
  width: 84%;
  margin: 2rem auto 1.6rem auto;
  border-left: 6px solid #30528f;
  padding: 0 0 0 10px;
  font-weight: normal !important;
  font-size: 2rem;
  height: 2.4rem;
  line-height: 2.4rem;
}

.txt{
word-break: break-all;
word-break: break-word;
}
/*** イベントアイコン　***/
.event .ico_jhks, .calendar-header .ico_jhks {
  padding: 4px 9px;
  color: #3c5288;
  border:2px solid #3c5288;
  border-radius: 16px;
  font-size: 1.2rem;
  background-color: #fff;
}
.event .ico_hokkaido, .calendar-header .ico_hokkaido{
  padding: 4px 9px;
  color: #fff;
  border-radius: 16px;
  font-size: 1.2rem;
  background-color: #98b640;
}

.event .ico_yamagata, .calendar-header .ico_yamagata{
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #578f75;
}

.event .ico_miyagi, .calendar-header .ico_miyagi {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #954c4a;
}

.event .ico_tokyo, .calendar-header .ico_tokyo{
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
     background-color: #3c5288;
 }

.event .ico_niigata, .calendar-header .ico_niigata{
    margin-right: 8px;
    padding: 4px 15px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #259dd9;
}

.event .ico_chubu, .calendar-header .ico_chubu {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #e97070;
}

.event .ico_kansai, .calendar-header .ico_kansai {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #ee7231;
}

.event .ico_kochi, .calendar-header .ico_kochi {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #578f75;
}

.event .ico_hiroshima, .calendar-header .ico_hiroshima {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #9176b1;
}

.event .ico_kyushu, .calendar-header .ico_kyushu {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #eaae40;
}

.event .ico_okinawa, .calendar-header .ico_okinawa {
     padding: 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #559db4;
}

.event-header .ico_jhks {
     padding: 2px 9px 4px 9px;
  color: #3c5288;
  border:2px solid #3c5288;
  border-radius: 16px;
  font-size: 1.2rem;
  background-color: #fff;
}

.event-header .ico_hokkaido{
     padding: 2px 9px 4px 9px;
  color: #fff;
  border-radius: 16px;
  font-size: 1.2rem;
  background-color: #98b640;
}

.event-header .ico_yamagata{
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #578f75;
}

.event-header .ico_miyagi {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #954c4a;
}

.event-header .ico_tokyo{
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
     background-color: #3c5288;
 }

.event-header .ico_niigata{
     padding: 2px 14px 4px 14px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    background-color: #259dd9;
}

.event-header .ico_chubu {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #e97070;
}

.event-header .ico_kansai {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #ee7231;
}

.event-header .ico_kochi {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #578f75;
}

.event-header .ico_hiroshima {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #9176b1;
}

.event-header .ico_kyushu {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #eaae40;
}

.event-header .ico_okinawa {
     padding: 2px 14px 4px 14px;
     color: #fff;
     border-radius: 16px;
     font-size: 1.2rem;
    background-color: #559db4;
}

.calendar_post{
    width:90%;
    margin: 1.6rem auto 5rem auto;
    padding:0 0 2rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.calendar_detail_ttl {
  display: block;
  margin: 2rem auto 1.6rem auto;
  padding:1rem 1.2rem ;
  font-weight: normal !important;
  font-size: 2rem;
  height: auto;
  line-height: 2.4rem;
  background: #30528f;
  color: #fff;
}

/* news **/
#news_container{
    width: 90%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    margin: 0 auto 30px auto;
    font-size: 1.2rem;
    line-height: 1.6;
}

.news {
    display: block;
    width: 330px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

 .ttl h2 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 0 14px;
    white-space: nowrap;
  }

    .ttl h3 {
        font-size: 0.8rem;
        margin:8px 0 0 0;
        padding:0 10px;
    }

.event_txt{
    width:300px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-left: 1.4rem;
}

#for__members {
  width: 96%;
  margin:0 auto 20px auto;
  padding: 0 2%;
    text-align: center;
}

.bn_tokuten {
    width: 95%;
    margin: 0;
    padding: 0;
    text-align: center;
}

 .bn_tokuten a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 4%;
    border: 2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
  }

  .bn_tokuten img{
    width: 64%;
    padding: 10px;
  }

#banners{
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
} 

#banners ul{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 20px auto;
}

#banners li{
    width: 48%;
    list-style: none;
}

#partners{
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
}

#partners ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 2rem auto;
}

#partners li{
    width: 47%;
    padding-right: 3%;
    list-style: none;
}

#partners li img{
    /*width: auto;*/
    margin:0 auto;
}

.news_ttl{
    margin:16px auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 16px;
    font-weight: bold;
    font-size: 2.2rem;
    height: auto;
    line-height: 3rem;
}
.news_txt{
    margin-bottom:0.8rem;
    font-size: 1rem;
    line-height: 2rem;
}
.news_txt::before {
    content: "●";
    color: #2ea7e0;
    line-height: 1.4rem;
    width: 6px;
    height: 6px;
    margin: 0 5px 0 0;
    font-size: 10px;
    vertical-align: text-bottom;
}

.news_date{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

/***　下層ページ用　***/
.submenu_container {
  display: flex;
  width: 90%;
  margin: 16px auto 0 auto;
  padding: 10px;
  justify-content: start;
  white-space: nowrap;
  overflow-x: scroll;
}
.section {
  width:84%;
  margin: 3rem auto 2rem auto;
  border-left: 6px solid #30528f;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  padding: 6px 0 8px 16px;
  font-weight: normal;
  line-height: 2.4rem;
}
.section_noborder {
  width: 88%;
  margin: 0 auto;
  font-size: 2.6rem;
  padding:20px 0;
  font-weight: normal;
  line-height: 3.2rem;
}

.contents_2nd {
  width: 88%;
  margin:0 auto;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 0;
}

.section_sub{
    margin:16px auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 1.6rem;
    height: 2.4rem;
    line-height: 2.4rem;
}
.tokuten_sub {
    margin: 16px auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 2rem;
    height: auto;
    line-height: 2.6rem;
  }
/****　リンクボタン *****/
.link_box a{
  display: flex;
  justify-content: space-between;
  width: 80%;
  background-color: #30528f;
  margin: 1rem auto 2rem auto;
  padding: 2rem 1rem 2rem 2rem;
}
.link_icon {
  display: inline-block;
  vertical-align: middle;
  align-items: self-end;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  margin: 10px 3px 0 0;
}
.apply__btn, .apply__btn_link {
    display: flex;
    margin:2.4rem auto 5rem auto;
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }

  .apply__btn a {
    width: 80%;
    background-color: #30528f;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
  }

  .apply__btn_link a {
    width: auto;
    background-color: #30528f;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    text-decoration: none;
  }

.apply__btn_link:hover, .apply__btn_link a:hover{
    opacity: 0.7;
}

.apply__btn_arrow {
  position: relative;
  left: 4.5rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  align-items: self-end;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  margin: 0 7px;
}
.apply__btn_link_arrow {
  position: relative;
  left:0.6rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  align-items: self-end;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  margin: 0 7px;
}

/****　外部リンクボタン *****/
.link_box_other a{
  background-color: #30528f;
  margin: 1rem auto 2rem auto;
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
}
.link_box_other{
    width: 100%;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
a .link_txt_other{
    width: 80%;
    color: #fff;
    text-decoration: none;
}
a .link_icon_other {
  width: 20%;
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  background: url(../images/outside_window.png) no-repeat 0 0;
  background-position-y: center;
  background-size: 18px;
  margin:2px 0 0 5px;
  text-decoration: none;
}

.link_icon_otherw {
  width: 20%;
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  background: url(../images/outside_window.png) no-repeat 0 0;
  background-position-y: center;
  background-size: 18px;
  margin:15px 0 0 5px;
}

.link_icon_othert {
  width: 20%;
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  background: url(../images/outside_window.png) no-repeat 0 0;
  background-position-y: center;
  background-size: 18px;
  margin:30px 0 0 5px;
}

.responsive-link-button {
        width: 95%; /* より小さな画面での幅 */
        padding: 8px 12px;
      }

#content04{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color:#ecf8ff;
}
.hiryu_new {
  width: 50%;
  margin: 1rem 0;
  float: left;
  font-size: 1.4rem;
}
.hiryu_new:first-child {
  width: 50%;
  margin: 1rem 0;
  float: left;
  font-size: 1.4rem;
}

.hiryu_new:nth-child(2) {
  width: 50%;
  margin: 3.6rem 0 0 0;
  float: left;
  font-size: 1.4rem;
}

.backnumber{
  margin: 20px 0;
  padding: 1rem;
  font-weight: bold;
  /*background-color: #ecf8ff;
  border: 1px solid #666;*/
  word-break: break-word;
  overflow-x: scroll;
}
.backnumber dt {
  width: 16%;
  margin: 1rem 2rem 0 0;
  float: left;
  font-size: 1.4rem;
  text-align: left;
  padding-right: 1.4rem;
  white-space: nowrap;
}
.backnumber dl{display: flex;}
.backnumber dd {
  width: auto;
  margin: 1rem 2rem 0 0;
  float: left;
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
}
.tokuten_card {
  width: 80%;
  height:auto;
  margin: 0 auto 20px auto;
}
.tokuten_box {
  display: inline-block;
  border: 2px solid #3d6eb2;
  padding: 16px;
}

}

/* PC用のレイアウト調整 (761px以上) */
@media screen and (min-width: 761px) {
    .container {
        width: 100%;
        max-width:1200px;
        margin: 0 auto;
        padding: 0;
    }


    .main-image {
        width: 100%;
        margin: 0 auto 50px auto;
    }

/* メインイメージ */
.main-image {
    margin: 20px auto;
    background: url(../images/top_mvbg_pc.png) repeat-x;
    background-size: cover;
    }
.news_ttl{
    margin:16px auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 2.2rem;
    height: 2.6rem;
    line-height: 3rem;
}

.news_txt{
    margin-bottom:3rem;
    font-size: 1.4rem;
    line-height: 2rem;
}
.news_txt::before {
    content: "●";
    color: #2ea7e0;
    line-height: 2.2rem;
    width: 6px;
    height: 6px;
    margin: 0 5px 0 0;
    font-size: 10px;
    vertical-align: text-bottom;
}
#for__members {
  width: 800px;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.bn_tokuten a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 332px;
    margin-right: 28px;
    padding: 10px 10px 10px 28px;
    border:2px solid #9e9c9c;
    text-decoration: none; 
    color: #000;
}


.bn_member a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 370px;
    margin-bottom:10px;
    padding: 6px 6px 6px 18px;
    border:2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
}

.bn_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 370px;
    padding: 6px 6px 6px 18px;
    border:2px solid #9e9c9c;
    text-decoration: none;
    color: #000;
}

.bn_tokuten a img{
    width: 50%;
}

.bn_member a img{
    width: 54%;
}

.bn_links a img{
    width: 54%;
}

#banners{
    width: 800px;
    margin: 0 auto;
    padding: 0 20px;
} 

#banners ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px auto;
    list-style: none;
}

#banners li{
    width: 24%;
}

#partners{
    padding: 0 2%;
}

#partners ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 18px auto;
}

#partners li{
    width: auto;
    padding-right: 3%;
    list-style: none;
}

#partners li img{
    margin:0 auto;
}

/**** リンクボタン *****/
.apply__btn, .apply__btn_link {
    display: flex;
    width: 80%;
    margin:2.4rem auto 5rem auto;
    padding: 5px 0;
    text-align: center;
  }

  .apply__btn a {
    width: 440px;
    background-color: #30528f;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    text-decoration: none;
  }

   .apply__btn_link a {
    width: 560px;
    background-color: #30528f;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px 20px 60px ;
    text-decoration: none;
  }


.apply__btn_arrow {
  position: relative;
  left: 80px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  align-items: self-end;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  margin: 0 7px;
}

.apply__btn_link_arrow {
  position: relative;
  left:50px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  align-items: self-end;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  margin: 0 7px;
}

#content04{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background-color:#ecf8ff;
}

.section_sub{
    margin:4.5rem auto 2.2rem auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 1.6rem;
    height: 2.4rem;
    line-height: 2.4rem;
}
.tokuten_sub{
    margin:16px auto;
    border-left: 6px solid #30528f;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 2rem;
    height: 2.4rem;
    line-height: 2.6rem;
}


}

/* 役員テーブル設定 */
table.yakuin td:first-child,
table.yakuin th:first-child {
    border-left: none;
    white-space: nowrap;
    width: 30%;
}

table.yakuin td:first-child {
    background-color: #e3edfd;
}

table.yakuin td:nth-child(2),
table.yakuin th:nth-child(2) {
    white-space: nowrap;
    width: 15%;
}

table.yakuin td:last-child,
table.yakuin th:last-child {
    width: 55%;
}