@charset "utf-8";

/*-----------------------------------------------------------------
	共通css
-----------------------------------------------------------------*/

.page_header {
	background: #E8EAF0 url("../images/page_header.jpg") no-repeat bottom;
	background-size: cover;
	height: 220px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 3%;
}

.page_header::before {
	content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 220px solid transparent;
  border-left: 674px solid rgba(36, 84, 140, 0.8);
  z-index: 1;
}

.page_header_amagasakichushukai {
	background: #E8EAF0 url("../images/page_header_amagasakichushukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaiamagichorengoukai {
	background: #E8EAF0 url("../images/page_header_kansaiamagichorengoukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaiisenchorengoukai {
	background: #E8EAF0 url("../images/page_header_kansaiisenchorengoukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaikikaichokyouyukai {
	background: #E8EAF0 url("../images/page_header_kansaikikaichokyouyukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansainaserengoukai {
	background: #E8EAF0 url("../images/page_header_kansainaserengoukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaisumiyoukai {
	background: #E8EAF0 url("../images/page_header_kansaisumiyoukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaitatsugoukai {
	background: #E8EAF0 url("../images/page_header_kansaitatsugoukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaitokunoshimachokyoudokai {
	background: #E8EAF0 url("../images/page_header_kansaitokunoshimachokyoudokai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaitokushukai {
	background: #E8EAF0 url("../images/page_header_kansaitokushukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kansaiyamatokai {
	background: #E8EAF0 url("../images/page_header_kansaiyamatokai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kinkikasarikai {
	background: #E8EAF0 url("../images/page_header_kinkikasarikai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_kinkiyoronkai {
	background: #E8EAF0 url("../images/page_header_kinkiyoronkai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_osakachushukai {
	background: #E8EAF0 url("../images/page_header_osakachushukai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_setouchikai {
	background: #E8EAF0 url("../images/page_header_setouchikai.jpg") no-repeat bottom;
	background-size: cover;
}

.page_header_ukensonkai {
	background: #E8EAF0 url("../images/page_header_ukensonkai.jpg") no-repeat bottom;
	background-size: cover;
}

.h1_page {
	width: 90%;
	max-width: 1100px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.pannav {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 0;
	color: #606060;
	justify-content: flex-start;
	align-items: center;
}

.pannav_home { font-weight: bold;}

.pannav_arrow {
  color: #666;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}
.pannav_arrow::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #6f6f6f;
  border-right: solid 1px #6f6f6f;
  position: absolute;
  left: 15px;
  top: 0;
  transform: rotate(45deg);
}

.page_contents {
  padding: 0 0 100px;
}

.page_contents_inner {
	padding: 50px 0;
}

.half_list {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.half_list li {
  width: 48%;
}

.simple_list li {
  width: 24%;
  padding: 20px;
  border: #ddd 1px solid;
  border-bottom: #24548C 3px solid;
  margin-bottom: 2%;
}

.simple_list::before,
.simple_list::after {
  content: "";
  width: 24%;
  display: block;
}

.simple_list::before {
  order: 1;
}

.default_tbl {
  width: 100%;
  font-size: 18px;
}

.default_tbl th,
.default_tbl td {
  padding: 40px 0;
  text-align: left;
  line-height: 1.4em;
}

.default_tbl th {
  width: 200px;
  border-bottom: #24548C 2px solid;
  vertical-align: top;
  font-weight: 500;
  color: #24548C;
}
.default_tbl td {
  padding-left: 30px;
  border-bottom: #E8EAF0 1px solid;
}

.page_intro_box {
  font-size: 30px;
  font-weight: bold;
  color: #24548C;
  padding: 50px 0 80px;
  text-align: center;
  line-height: 1.6em;
}

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

  .simple_list li {
    font-size: 88%;
  }

}

@media only screen and (max-width: 999px) {
	.page_header {
		height: 150px;
    padding-bottom: 30px;
	}
  
  .page_header::after {
    border-bottom: 150px solid transparent;
    border-left: 400px solid rgba(36, 84, 140, 0.8);
    z-index: 1;
  }
	.h1_page { font-size: 30px;}
  
  .default_tbl { font-size: 16px;}

  .default_tbl th { width: 130px;}
  
  .simple_list li {
    width: 32%;
    padding: 15px;
  }

  .simple_list::after {
    content: "";
    width: 32%;
    display: block;
  }
  
  .simple_list::before {
    content: none;
  }
}

/* SP */
@media only screen and (max-width: 768px) {
  .pannav_arrow {
    padding: 0 10px;
  }
  
  .pannav_arrow::before {
    left: 5px;
  }
  
  .page_contents {
    padding: 0 0 50px;
  }

	.h1_page { font-size: 24px;}

}

@media only screen and (max-width: 550px) {
  
  .page_header::after {
    border-bottom: 150px solid transparent;
    border-left: 320px solid rgba(36, 84, 140, 0.8);
    z-index: 1;
  }
  
  .pannav {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6em;
  }
  
	.h1_page { font-size: 20px;}
  .default_tbl { font-size: 14px;}
  .default_tbl th { width: 100px;}
  .default_tbl th,
  .default_tbl td {
    padding: 20px 0;
  }
  .default_tbl td {
    padding-left: 10px;
  }
  .page_intro_box {
    font-size: 22px;
    padding: 30px 0 50px;
  }

  .simple_list li {
    width: 49%;
    padding: 15px;
  }

  .simple_list::after {
    content: none;
  }

}

/*-----------------------------------------------------------------
	関西奄美会とは
-----------------------------------------------------------------*/

.kaicho_photo {
  width: 46%;
  margin-right: 4%;
  text-align: center;
}

.kaicho_photo img {
  margin-bottom: 20px;
}

.kaicho_message {
  flex: 1;
  line-height: 1.6em;
}

.zoom_box {
  max-height: 600px;
  background-color: #eee;
  border: #ddd 1px solid;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

.zoom_box img {
  width: auto;
  height: 100%;
  max-height: 550px;
}

.kaika_box {
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto;
}

.audio_box {
  width: 100%;
  text-align: center;
}

.audio_box audio {
  width: 90%;
  max-width: 500px;
}

@media only screen and (max-width: 650px) {
  
.kaicho_photo {
  width: 100%;
  margin-right: 0;
}

.kaicho_photo img {
  width: 100%;
  max-width: 400px;
}

}

/*-----------------------------------------------------------------
	行事予定
-----------------------------------------------------------------*/

.events_tbl {
  width: 100%;
}

.events_tbl thead {
  position: sticky;
  top: 0;
}

.events_tbl thead th {
  background-color: #24548C;
  color: #fff;
  font-size: 88%;
  padding: 5px;
}

.events_tbl th,
.events_tbl td {
  border-right: #ddd 2px dashed;
}

.events_tbl th:last-child,
.events_tbl td:last-child {
  border-right: none;
}

.events_tbl tbody th,
.events_tbl tbody td {
  padding: 20px 40px;
  border-bottom: #ddd 1px solid;
}

.events_tbl tbody th:nth-of-type(1) {
  width: 140px;
  text-align: right;
}
.events_tbl tbody th:nth-of-type(2) {
  width: 180px;
  text-align: right;
}

.events_month {
  background-color: #e8f4ff;
  text-align: center!important;
  vertical-align: top;
}

.events_tbl tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.pink_txt { color: #ff3e3e;}
.blue_txt { color: #3970af;}
.green_txt { color: #28cb43;}

@media only screen and (max-width: 1100px) {
  
  .events_tbl tbody th:nth-of-type(1) {
    width: 100px;
  }
  .events_tbl tbody th:nth-of-type(2) {
    width: 140px;
  }

  .events_tbl tbody th,
  .events_tbl tbody td {
    padding: 20px;
  }

}

@media only screen and (max-width: 768px) {
  
  .events_tbl tbody th:nth-of-type(1) {
    width: 70px;
  }
  .events_tbl tbody th:nth-of-type(2) {
    width: 110px;
  }

  .events_tbl tbody th,
  .events_tbl tbody td {
    padding: 15px 10px;
  }

}

@media only screen and (max-width: 550px) {
  
  .events_tbl {
    font-size: 88%;
  }
  
  .events_tbl tbody th:nth-of-type(1) {
    width: 55px;
  }
  .events_tbl tbody th:nth-of-type(2) {
    width: 90px;
  }

  .events_tbl tbody th,
  .events_tbl tbody td {
    padding: 10px 5px;
    vertical-align: top;
  }

  .events_tbl tbody td:nth-of-type(2) {
    font-size: 88%;
  }

}

/*-----------------------------------------------------------------
	協力団体
-----------------------------------------------------------------*/

.page_header_kansaiminyou {
	background: #E8EAF0 url("../images/page_header_kansaiminyou.jpg") no-repeat bottom;
	background-size: cover;
	height: 600px;
}

.page_header_kansaiamamisumo {
	background: #E8EAF0 url("../images/page_header_kansaiamamisumo.jpg") no-repeat bottom;
	background-size: cover;
	height: 600px;
}

.page_header_kansaiminyou::before,
.page_header_kansaiamamisumo::before {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.img_flex_box div {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  
  .page_header_kansaiminyou,
  .page_header_kansaiamamisumo {
    height: 400px;
  }

}

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

  .img_flex_box div {
    width: 48%;
    margin-bottom: 4%;
  }

}

@media only screen and (max-width: 550px) {
  
  .page_header_kansaiminyou,
  .page_header_kansaiamamisumo {
    height: 300px;
  }

}

/*-----------------------------------------------------------------
	協力団体
-----------------------------------------------------------------*/

.form_box_wait {
  background-color: #f7f7f7;
  padding: 40px;
  text-align: center;
  background-color: #eee;
  border: #ddd 1px solid;
  color: #666;
}

.sponsorship_list li {
  border: #ccc 1px solid;
  width: 31%;
  position: relative;
  margin-bottom: 4%;
}

.sponsorship_list::after {
  content: "";
  width: 31%;
  display: block;
}

.sponsorship_list li > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sponsorship_info {
  padding: 15px;
  font-size: 88%;
}

.sponsorship_img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.sponsorship_img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  transition: 0.5s all;
}

.sponsorship_name {
  font-size: 133%;
  font-weight: bold;
  margin-bottom: 10px;
}
.sponsorship_txt {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.hp_btn {
  padding: 10px 20px 10px 10px;
  background: #24548C url(../images/icon_olink_w.png) no-repeat center right 12px;
  background-size: 14px;
}

.hp_btn::after {
    content: none;
}

@media only screen and (max-width: 1100px) {
  
  .sponsorship_name {
    font-size: 113%;
  }
  .sponsorship_txt {
    font-size: 88%;
  }
  
  .hp_btn {
    font-size: 88%;
  }

}

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

  .sponsorship_list li {
    width: 48%;
  }

}

@media only screen and (max-width: 550px) {
  
  .sponsorship_info {
    padding: 10px;
  }
  
  .hp_btn {
    font-size: 77%;
    padding: 10px 15px 10px 10px;
    background: #24548C url(../images/icon_olink_w.png) no-repeat center right 6px;
    background-size: 10px;
  }

}

/*-----------------------------------------------------------------
	お知らせ詳細
-----------------------------------------------------------------*/

.news_single_date + h2 {
  margin-top: 15px;
}

.news_single_date {
  background-color: #24548C;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.post_box ul,
.editor-styles-wrapper ul {
  margin-left: 1.25em;
  list-style: initial;
}

.post_box ul li,
.editor-styles-wrapper ul li {
  margin-bottom: 1em;
}

.post_box p + p {
  margin-bottom: 2em;
}