@charset "UTF-8";
/* CSS Document */
/* tel
-----------------------------------------------*/
.tel li{
    text-indent: -1em;
    padding-left: 1em;
}
.tel li + li{
  margin-top: 10px;
}
/* officers
-----------------------------------------------*/
.officers .note{
  text-align: right;
  margin-top: 0!important;
}
/* committee
-----------------------------------------------*/
.committee .note{
  text-align: right;
}
.committee .tableList th{
  width: 30%;
}
@media only screen and (max-width:767px) {
.committee .tableList th{
  width: 50%;
}
}
/* members_sanjyo_b
-----------------------------------------------*/
.members_sanjyo_b .tableList tr:nth-child(even){
  background: #f2f2f2;
}
@media only screen and (max-width:767px) {
  .members_sanjyo_b .tableList tr:nth-child(even){
    background: none;
  }
  .members_sanjyo_b .tableList td:nth-child(even){
    background: #f2f2f2;
  }
  .members_sanjyo_b .tableList th,
  .members_sanjyo_b .tableList td{
    display: block;
  }
}
/* members_sanjyo
-----------------------------------------------*/
.members_sanjyo .tableList tr:nth-child(even){
  background: #f2f2f2;
}
.members_sanjyo li{
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .members_sanjyo .tableList tr:nth-child(even){
    background: none;
  }
  .members_sanjyo .tableList td:nth-child(even){
    background: #f2f2f2;
  }
  .members_sanjyo .tableList th,
  .members_sanjyo .tableList td{
    display: block;
  }
  .members_sanjyo li{
    font-size: 14px;
  }
}
/* members_jga
-----------------------------------------------*/
.members_jga #list .tableList,
.members_jga #group .tableArea{
  margin-top:0!important;
}
.members_jga #group .association{
  border-right: 1px solid #ccc;
}
.members_jga #group .link{
  text-align: right;
}
@media only screen and (max-width:767px) {
  .members_jga #group .tableArea {
    overflow: hidden;
    overflow-x: scroll;
  }
  .members_jga #group .tableList {
    max-width: unset;
    width: 100%;
    min-width: 600px;
  }
}
/* members_kojin
-----------------------------------------------*/
.members_kojin #lead h2 span {
  font-size: 18px;
  padding-left: 20px;
}
.members_kojin #lead .col .img {
  float: right;
  margin: 0 20px 20px;
}
.members_kojin #lead ul {
  margin-top: 20px;
}
.members_kojin #lead li {
  line-height: 2;
}
.members_kojin #lead li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 2px #002e70;
  border-right: solid 2px #002e70;
  transform: rotate(45deg);
  margin-right: 8px;
}
.members_kojin h3 span,
.members_kojin h4 span {
  margin-right: 0.8em;
}
.members_kojin .price .col .img {
  width: 29.03%;
  float: right;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #002e70;
  margin-left: 40px;
}
.members_kojin .price .col .img h4{
  background: #002e70;
  padding: 10px;
  color: #fff;
}
.members_kojin .price .col .img img{
  margin-top: 0!important;
}
.members_kojin .price .col .txt {
  width: 100%;
}
.members_kojin .price li {
  font-size: 16px;
}
.members_kojin .price li h5 {
  margin: 0;
}
.members_kojin .price  ul {
  display: flex;
  justify-content: space-evenly;
}
.members_kojin .price .col ul {
  flex-wrap: wrap;
  margin: 0 auto 15px!important;
}
.members_kojin .price .col li {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.members_kojin .bgBox {
  background: #f2f2f2;
  padding: 40px 50px;
  margin-top: 20px;
}
.members_kojin .bgBox ul {
  background: #f2f2f2;
  display: flex;
  margin-top: 10px!important;
}
.members_kojin .bgBox li {
  padding-right: 40px;
  font-size: 20px!important;
  color: #002e70;
  font-weight: bold;
}
.members_kojin .bgBox p ,
.members_kojin #green h4 + p {
  margin-top: 10px!important;
}
.members_kojin #green li {
  font-size: 16px;
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
.members_kojin .answer {
  padding: 0 0 0 40px;
  margin-bottom: 60px;
}
.members_kojin #faq h3 {
  margin-left: 2em;
  text-indent: -2em;
}
@media only screen and (max-width:767px) {
  .members_kojin #lead h2 span{
    display: block;
    font-size: 14px;
    padding-left: 0;
  }
  .members_kojin .bgBox {
    padding: 20px;
  }
  .members_kojin #lead .col .img {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .members_kojin .price ul{
    flex-wrap: wrap;
    justify-content: left;
  }
  .members_kojin .price .col .img {
    width: 100%;
    float: none;
    margin-left: 0;
}
  .members_kojin .price .col{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .members_kojin .price .col .img {
    margin-top: 20px;
}
  .members_kojin .price .col li {
    width: 50%;
}
  .members_kojin section h2:not(:first-child),
  .members_kojin section h3:not(:first-child),
  .members_kojin section h4:not(:first-child) {
    margin-top: 20px;
}
  .members_kojin section h4 + * {
    margin-top: 10px !important;
}
  .members_kojin section h3 + * {
    margin-top: 10px !important;
}
  .members_kojin #green li {
    font-size: 14px;
}
.members_kojin .bgBox ul {
  flex-wrap: wrap;
}
  .members_kojin .answer {
    padding: 0px 0 0 35px;
    margin-bottom: 40px;
}
}
/* adobeReader
-----------------------------------------------*/
#adobeReader {
  background: #f2f2f2;
  padding: 40px 50px;
}
#adobeReader .col2 {
  display: flex;
}
#adobeReader .img {
  margin-right: 20px;
  min-width: 112px;
}
@media only screen and (max-width:767px) {
  #adobeReader {
    padding: 20px;
  }
  #adobeReader .col2 {
    display: block;
  }
  #adobeReader .img {
    margin-bottom: 10px;
  }
}
/* container
-----------------------------------------------*/
#main {
  max-width: 1050px;
  position: relative;
}
#container {
  display: flex;
  max-width: 1050px;
  margin: 60px auto 0;
  padding: 0 60px;
}
#container #contents {
  width: calc(100%);
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #container {
    display: block;
    max-width: 1050px;
  }
  #container #contents {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  #container {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
/* section
-----------------------------------------------*/
section:not(:first-child) {
  margin-top: 120px;
}
section h2 {
  font-size: 30px;
}
section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #002e70;
  margin-top: 30px;
}
section h2 + * {
  margin-top: 40px !important;
}
section h3 {
  font-size: 20px;
}
section h3 + * {
  margin-top: 20px !important;
}
section h4 {
  font-size: 16px;
}
section h5 {
  font-size: 14px;
  margin-top: 20px;
}
section h4 + * {
  margin-top: 20px !important;
}
section h5 + * {
  margin-top: 20px !important;
}
section h2:not(:first-child), section h3:not(:first-child), section h4:not(:first-child) {
  margin-top: 40px;
}
section a {
  color: #002e70;
  text-decoration: underline;
}
section a:hover {
  text-decoration: none;
  opacity: 1;
}
section p {
  font-size: 16px;
  line-height: 2;
}
section p:not(:first-child) {
  margin-top: 20px;
}
section h3 + p:not(:first-child) {
  margin-top: 20px;
}
section h4 + p, section h4 + .txtList {
  margin-top: 10px;
}
section .txtRed {
  color: #CC0000;
}
section .pdfLink {
  position: relative;
}
section .pdfLink::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 20px;
  background: url("/image/common/icon_pdf.svg")no-repeat;
  background-size: contain;
  margin-left: 5px;
}
section .movieLink {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
section .movieLink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 14px;
  background: url("/image/youtube_social_icon_red24.png")no-repeat;
  background-size: contain;
}
.colorBlue {
  color: #002e70;
}
@media only screen and (max-width:767px) {
  section:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
  }
  section p {
    font-size: 14px;
  }
  section h2 {
    font-size: 22px;
  }
  section h2::after {
    width: 40px;
    height: 3px;
    margin-top: 20px;
  }
  section h2 + * {
    margin-top: 30px !important;
  }
  section h3 {
    font-size: 16px;
  }
  section h4 {
    font-size: 14px;
  }
}
/* tableList
-----------------------------------------------*/
.tableOver {
    overflow-x: auto;
}
.tableList {
  max-width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}
.tableList th, .tableList td {
  padding: 15px 30px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.tableList th {
  background: #f2f2f2;
  white-space: nowrap;
}
@media only screen and (max-width:767px) {
  .tableList th, .tableList td {
    padding: 10px 15px;
    font-size: 13px;
  }
}
/* imgOver
-----------------------------------------------*/
.imgOver {
  overflow: hidden;
}
.imgOver img {
  float: left;
  margin: 0 20px 20px 0;
}


/* mapBox
-----------------------------------------------*/
.mapBox {
  position: relative;
  margin-top: 40px;
}
.mapBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: hue;
  pointer-events: none;
}
.mapBox iframe {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .mapBox {
    margin-top: 20px;
  }
}


/* imgFull
-----------------------------------------------*/
.imgFull {
  text-align: center;
  margin-top: 20px;
}
/* inlineList
-----------------------------------------------*/
.inlineList {
  margin-top: -5px;
  margin-left: -20px;
  font-size: 0;
}
.inlineList li {
  display: inline-block;
  margin: 5px 0 0 20px;
  min-width: 7em;
}
/* txtList
-----------------------------------------------*/
.txtList {
  margin-top: 20px;
}
.txtList li {
  font-size: 16px;
  line-height: 1.75;
}
.txtList li:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width:767px) {
  .txtList li {
    font-size: 14px;
  }
}
/* selectBtn
-----------------------------------------------*/
.selectBtn {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.selectBtn select {
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  background: #f2f2f2;
  padding: 15px 40px 15px 20px;
  border-radius: 6px;
  min-width: 250px;
}
.selectBtn::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  transform: rotate(135deg) translateX(-13px);
  pointer-events: none;
}
.selectBtn select option {
  font-size: 12px !important;
}
@media only screen and (max-width:767px) {
  .selectBtn {
    display: block;
    margin-bottom: 10px;
  }
  .selectBtn select {
    width: 100%;
    font-size: 16px;
  }
  .selectBtn::before {
    width: 10px;
    height: 10px;
    right: 25px;
    transform: rotate(135deg) translateX(-10px);
  }
}
/* noteRight
-----------------------------------------------*/
.noteRight {
  text-align: right;
  font-size: 13px;
}
/* historyList
-----------------------------------------------*/
.historyList {
  margin-top: 20px;
}
.historyList li {
  font-size: 16px;
  line-height: 1.75;
}
.historyList li:not(:first-child) {
  margin-top: 30px;
}
.historyList li span {
  display: block;
  font-weight: bold;
  color: #002e70;
}
@media only screen and (max-width:767px) {
  .historyList li {
    font-size: 14px;
  }
}
/* pdfBox
-----------------------------------------------*/
.pdfBox {
  display: flex;
}
.pdfBox + .pdfBox {
  margin-top: 30px;
}
#backNumber .pdfBox .img {
  max-width: 80px;
  width: 100%;
}
.pdfBox .txt {
  padding-left: 30px;
}
#new{
  margin-top: 0;
}
@media only screen and (max-width:767px) {
#new .pdfBox .img {
  max-width: 100px;
  width: 100%;
}
}
/* adobeReader
-----------------------------------------------*/
#adobeReader {
  background: #f2f2f2;
  padding: 30px;
  margin-top: 40px;
}
#adobeReader p {
  font-size: 14px;
}
/* tablePdf
-----------------------------------------------*/
.tablePdf td {
  padding: 8px 10px;
}
.tablePdf td a {
  font-size: 16px;
}
.tablePdf td {}
/* tableHole
-----------------------------------------------*/
.tableHole {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tableHole th, .tableHole td {
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.tableHole .bg {
  background: #e6e6e6;
  color: #b3b3b3;
}
.tableHole th {
  background: #f2f2f2;
}
@media only screen and (max-width:767px) {
  .tableHole th, .tableHole td {
    padding: 10px 15px;
    font-size: 13px;
  }
}
/* list
-----------------------------------------------*/
.list_indent li {
  margin-left: 1em;
  text-indent: -1em;
}
.list_indent li:not(:first-child) {
  margin-top: 0px;
}
.selectBox h2 span {
  margin-left: 0.5em;
}


/* fBnr
-----------------------------------------------*/
.fBnr {
 /* margin-top: 100px;*/
  text-align: center;
  position: absolute;
  top: 0;
  right:40px;
}
.fBnr a {
  display: inline-block;
 /*  width: 322px;*/
  width: 250px;
  border: 1px solid #e6e6e6;
}
.fBnr a img {
  width: 100%;
}
@media only screen and (max-width:850px) {
.fBnr {
  position: static;
  margin-top: 60px;
}
}
@media only screen and (max-width:767px) {
  .fBnr {
    margin-top: 40px;
  }
 /* .fBnr a {
    width: 190px;
  }*/
}