@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main .layout-body {
  overflow: hidden;
  background: #f5fafc;
}

#main .layout-body > .body {
  display: flex;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px;
}

#main div.body {
  max-width: 1240px;
  padding:0 20px;
  margin: 0 auto;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body > .body {
    display: block;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px;
  }

 #main div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  #main .layout-body > .body {
    display: block;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
  }

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main #main-contents .section {
  padding-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main #main-contents .section {
  padding-top: 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 協会案内
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ****************************************************************************************************
   * 協会概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.overview {}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.overview .inner {
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin-top: 25px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

table.radius {
  width: 100%;
  border-collapse: separate;
  border-radius: 20px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
table.radius th {}
table.radius td {}

table.radius tbody tr:first-child th {
  border-radius:20px 0 0 0;
}
table.radius tbody tr:first-child td {
  border-radius:0 20px 0 0;
}

table.radius tbody tr:last-child th {
  border-radius:0 0 0 20px; 
}
table.radius tbody tr:last-child td:last-child {
  border-radius:0 0 20px 0; 
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  table.radius tbody tr:first-child th {
    border-radius:20px 20px 0 0;
  }
  table.radius tbody tr:first-child td {
    border-radius:0 0 0 0;
  }
  
  table.radius tbody tr:last-child th {
    border-radius:0 0 0 0; 
  }
  table.radius tbody tr:last-child td:last-child {
    border-radius:0 0 20px 20px; 
  }
}

/* ****************************************************************************************************
   * アクセスマップ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.map {}

.map.column {
  margin-top: 25px;
}


/* ****************************************************************************************************
   * ごあいさつ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.greeting {
  position: relative;
}

.greeting .body {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.greeting .inner {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .inner {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
}


/* ****************************************************************************************************
   * 組織図
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.organization {
  position: relative;
}

.organization .body {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.organization .inner {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .organization .inner {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
}


/* ****************************************************************************************************
   * 役員一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.officer {
  position: relative;
}

.officer .body {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.officer .inner {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .officer .inner {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
}

.officersbox .officer~.officer {
 margin-top:1em;
}

.officersbox .officer dt p {
  font-weight: bold;
}

.officersbox .officer dd p {
  letter-spacing: -.4em;
}

.officersbox .officer dd p .name {
  display: inline-block;
  letter-spacing: normal;
  width: 18%;
}
.officersbox .officer dd p .yaku {
  display: inline-block;
  letter-spacing: normal;
  margin-left:2%;
  width: 80%;
}