@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* ¥ì¥¹¥Ý¥ó¥·¥Ö¥µ¥¤¥È·Ç±íÊ¾ */
/* PC¤Î¤ß */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È¤Î¤ß */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SP¤Î¤ß */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------------------
INDEX
---------------------------------------------------------*/
#federation .tbl_dottedbdr {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  #federation .tbl_dottedbdr {
    border-top: 1px dotted #A2A2A2;
  }
}

#federation .tbl_dottedbdr th,
#federation .tbl_dottedbdr td {
  border-bottom: 1px dotted #A2A2A2;
  padding: 10px 10px 10px 10px;
}

@media screen and (max-width: 639px) {
  #federation .tbl_dottedbdr th,
  #federation .tbl_dottedbdr td {
    display: block;
  }
}

#federation .tbl_dottedbdr th {
  position: relative;
  color: #334A6C;
  vertical-align: top;
  padding-left: 13px;
}
  #federation .tbl_dottedbdr th::before{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #D9657A;
  }
  #federation .tbl_dottedbdr th::after{
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #cccccc;
  }

@media screen and (min-width: 640px) {
  #federation .tbl_dottedbdr th {
    width: 95px;
  }
}

@media screen and (max-width: 639px) {
  #federation .tbl_dottedbdr th {
    border: none;
    padding-bottom: 5px;
  }
  #federation .tbl_dottedbdr th::before{
    width: 7px;
    height: 7px;
  }
  #federation .tbl_dottedbdr th::after{
    display: none;
  }
}

@media screen and (max-width: 639px) {
  #federation .tbl_dottedbdr td {
    padding-top: 0;
  }
}

/* ¼ÓÃË´óÑ§ */
#federation .tbl_cmn.tbl_cmn--mu th.area{
  width: 100px !important;
}
@media screen and (max-width: 639px) {
  #federation .tbl_cmn.tbl_cmn--mu th.area{
    width: 60px !important;
  }
}

/* ß^È¥¤Î¾t»á */
#federation .tbl_cmn.tbl_cmn--kako th.ttl02{
  color: #ffffff;
  background: #f9990a;
}

#federation .tbl_cmn.tbl_cmn--kako th.date{
  width: 108px !important;
}
#federation .tbl_cmn.tbl_cmn--kako th.chair{
  width: 100px !important;
}
@media screen and (max-width: 639px) {
  #federation .tbl_cmn.tbl_cmn--kako th.date{
    width: 50px !important;
  }
  #federation .tbl_cmn.tbl_cmn--kako th.chair{
    width: 60px !important;
  }
}

#federation .tbl_cmn.tbl_cmn--kako tr {
  background-color: #fdeee3;
}
  #federation .tbl_cmn.tbl_cmn--kako tr:nth-child(even) {
    background-color: #fff6f0;
  }

/* ÒŠ³ö¤· */
.federation-ttl01{
  position: relative;
  font-size: 125%;
  font-weight: bold;
  padding-left: 21px;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .federation-ttl01{
    font-size: 117%;
    padding-left: 18px;
  }
}

.federation-ttl01::before{
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #D9657A transparent transparent transparent;
}
@media screen and (max-width: 639px) {
  .federation-ttl01::before{
    top: 6px;
    border-width: 8px 6px 0 6px;
  }
}

#federation .federation-ttl02 {
	background: url(/federation/img/common/bg_hl.jpg) no-repeat left top;
	padding: 14px 0px 5px 37px;
	font-size: 142%;
	margin-bottom: 20px;
}

#federation .federation-ttl02 span {
	font-size: 84%;
}

/* Ð´Õæ */
.federation-photo-list{
	display: flex;
	margin-right: -10px;
}
@media screen and (max-width: 639px) {
	.federation-photo-list{
		display: block;
		margin-top: -5px;
		margin-right: 0;
	}
}
	
	.federation-photo-list .federation-photo-list__item{
		width: calc((99.9% - 10px) / 2);
		margin-right: 10px;
	}
	@media screen and (max-width: 639px) {
		.federation-photo-list .federation-photo-list__item{
			width: 100%;
			margin-top: 5px;
			margin-right: 0;
		}
	}

/*¥Ð¥Ê©`*/
.federation-bnr-list{
	display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
	margin-right: -10px;
}
@media screen and (max-width: 639px) {
  .federation-bnr-list{
		/* display: block;
		margin-top: -5px;
		margin-right: 0; */
    margin-top: -5px;
    margin-right: -5px;
  }
}
	.federation-bnr-list .federation-bnr-list__item{
		width: calc((99.9% - 10px * 3) / 3);
    margin-top: 10px;
		margin-right: 10px;
	}
	@media screen and (max-width: 639px) {
		.federation-bnr-list .federation-bnr-list__item{
			/* width: 100%;
			margin-top: 5px;
			margin-right: 0; */
      width: calc((99.9% - 5px * 2) / 2);
      margin-top: 5px;
      margin-right: 5px;
		}
	}
.federation-bnr-list .federation-bnr-list__item > a{
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px 20px;
  transition: all 0.5s;
}
  .federation-bnr-list .federation-bnr-list__item > a:hover{
    opacity: .6;
  }
  @media screen and (max-width: 639px) {
    .federation-bnr-list .federation-bnr-list__item > a{
      padding: 5px 10px;
    }
  }

  /* ¼ÓÃË´óÑ§Ä¼¼¯ÖÐ */
  .federation-bosyu-box{
    background-color: #fdedef;
    padding: 30px;
  }
  .federation-bosyu-box .federation-bosyu-box__title{
    color: #d86579;
    font-size: 184%;
    font-weight: bold;
    text-align: center;
  }

  .federation-bosyu-box__btn-box {
  max-width: 284px;
  border: 2px solid #D86579;
  background: url(/common/arw_sqr.gif) no-repeat 97% 50% #ffffff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
  @media screen and (min-width: 960px) {
    .federation-bosyu-box__btn-box:hover {
      transform: translateX(3px);
    }
  }

.federation-bosyu-box__btn-box a {
  font-size: 117%;
  background: url(/federation/img/common/icon_paper.gif) no-repeat 10px 12px;
  display: block;
  color: #D86579;
  text-align: center;
  text-decoration: none;
  padding: 14px 50px;
}
 @media screen and (max-width: 639px) {
  .federation-bosyu-box__btn-box a {
    padding: 14px 30px;
  }
 }