@charset "utf-8";
/* CSS Document */
/*WEB-------------フォント-------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}
body {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #333631;
  background-color: transparent;
  overflow-x: hidden;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, td, li {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}
/*-------------アンカー・ボタン アウトラインなし-------------*/
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, textarea:active:focus, textarea:focus,button:active:focus, button:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/*----文字にアンカー-----------------------*/
.text_link {
    color: #2c5e7b;
    text-decoration: none;
    background-color: transparent;
}
.text_link:hover{
    color: #7a4171;
    text-decoration: none;
    background-color: transparent;
}

.container{
  padding: 0;
  line-height: 1.5;
}
.bg_transparent{
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
}
.bg_transparent_light{
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
}

.bg_nami{
  background-image: url(../img/bg_sanka.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.text_jblue{
    color:#5b7e91;
}
.text_dblue{
    color:#344852;
}
.text_purple{
color: #b15b9b;
line-height: 30px;
}

.text_blue{
  color: #0f4c81;
}
 .text_red{
  color: #b3446d;
 }

 .badge-red {
    color: #fff;
    background-color: #b3446d;
    font-weight: normal;
}

/*-----フォントサイズ--------------------------*/
.f12{
  font-size: 12px;
}

.f14{
  font-size: 14px;
}

.f16{
  font-size: 16px;
}

.f18{
  font-size: 18px;
}

.f20{
  font-size: 20px;
}
.f22{
  font-size: 22px;
}

.f24{
  font-size: 24px;
}

.f26{
  font-size: 26px;
}


/*-----------ｒｅｇｉｓｔｅｒ-------------*/

.color_icon{
  color:#5b7e91;
}

.title_label{
  color:#5b7e91;
}

.btn-submit-all{
  
}


/*-------------　PC・SP画像切り替え------------- */
.pc_area {
    display: block !important;
}

.phone_area {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .pc_area {
        display: none !important;
    }

    .phone_area {
        display: block !important;
    }
}

/*-----ナビバー--------------------------*/

nav{
  background-color:#0f4c81;
  font-size: 14px;
  border-bottom: 2px solid #fabf14;
}

/*----トグル閉じるボタン----*/
button[aria-expanded="true"] > span {
  position: relative;
  display: none;
}
button[aria-expanded="true"]::after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  content: "×";
  color:#fff;
}

/*----ハンバーガーの枠線を消す-----------*/
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}


.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav .nav-link  {
    color: #fff;
    margin-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffd700;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #ffd700;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

/*-----ナビバーここまで------------------*/

/*-----NEWS ストライプのバックの色--------*/
.table-striped-tokai tbody tr:nth-of-type(odd) {
    background-color: rgb(27 48 92 / 6%);
}
.table-tokai td {
    border-top: 1px solid #f4f1ed;
}

.shotoku_tani{
  padding-inline-start: 20px;
  line-height: 1.3;
}

.shotoku_tani li{
     padding-bottom: 0.5rem ;
}

.list-inline {
    line-height: 1.7;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

/*-------------  ヘッダータイトル　----------------*/
.header_title{
  color: #0f4c81;
  font-weight: 700;
  font-size: 24px;
}




/*-------参加登録について-----------------*/
.outline_detaile_title {
    background-color: rgb(27 48 92 / 6%);
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    line-height: inherit;
    font-weight: bold;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
 .outline_detaile{
  border-bottom:1px dotted #e6e6fa;
  line-height:inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} 

.btn-secondary{
  background-color:#0f4c81; 
  -webkit-appearance: none;
}

.btn-secondary:hover{
  background-color:#0b385f; 
  -webkit-appearance: none;
}

.btn-sm{
  background-color: #BAA050;
  border-color: #BAA050;
  color: #fff;
  -webkit-appearance: none;
}
.btn-sm:hover{
  background-color: #9c8643;
  border-color: #9c8643;
  color: #fff;
  -webkit-appearance: none;
}

.btn-outline-green {
    color: #BCD767;
    background-color: #fff;
    border-color: #aecf38;
}
.btn-outline-green:hover {
    color: #fff;
    background-color: #aecf38;
    border-color: #aecf38;
}
.btn-outline-green-b {
    color: #fff;
    background-color: #91AA61;
    border-color: #91AA61;
}
.btn-outline-green-b:hover{
    color: #fff;
    background-color: #aec662;
    border-color: #aec662;
}





/*-------footer-----------------*/
.tokai_footer {
  background: #0f4c81;
 
 color: #fff;
  text-align: center;
  padding: 2px 0;
  font-size: 14px;
}


/*------topへ戻るボタン------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2c5e7b;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



