@charset "utf-8";

#main-contents .section~.section{
  margin-top: 40px;
  padding: 30px 0 0 0;
  border-top: 1px solid #dde5e8;
}

table a{
  color: #009fe8;
}
table a:hover{
  opacity: 0.7;
  cursor: pointer;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #353535;
  font-weight: bold;
  font-size: 1.2em;
}

h3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #dde5e8;
}

.memberbox.column{
  margin-top: 0;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#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: 40px 20px;
  }

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.memberlist {
  position: relative;
}

.memberlist .body {
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.memberlist .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以下の時*/
  .memberlist .inner {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    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; 
  }
}


/*1社分*/

div.memberbox table.radius tbody tr th {
  border-radius:20px 20px 0 0 !important;
  display:block;
  width: 100%;
}
div.memberbox table.radius tbody tr td {
  border-radius:0 0 0 20px !important;
  display:inline-block;
  width: 50%;
}
div.memberbox table.radius tbody tr td:last-child {
  border-radius:0 0 20px 0 !important;
  display:inline-block;
  width: 50%;
  border-left: 2px solid #f9f9f9;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  div.memberbox table.radius tbody tr th {
    border-radius:20px 20px 0 0 !important;
    display:block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1.1em;
  }
  div.memberbox table.radius tbody tr td {
    border-radius:0 0 0 0 !important;
    display:block;
    width: 100%;
    padding: 10px 20px;
  }
  div.memberbox table.radius tbody tr td:last-child {
    border-radius:0 0 20px 20px !important;
    display:inline-block;
    width: 100%;
    border-left: 0 !important;
    padding: 10px 20px;
  }
}

/*マップ*/
.membersmap {
position: relative;
width: 100%;
max-width: 800px;
margin: 0 auto;
}
.membersmap .img {
width: 100%;
height: auto;
}
.membersmap .hov {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
opacity: 0;
transition: opacity 0.3s ease;
}
.membersmap .click {
cursor: pointer;
fill: transparent;
}
@media screen and (max-width:900px) {
  .membersmap {
  width: 100%;
  }
}

/*募集中*/
div.memberbox table.radius tbody tr th.bosyu{
border-radius: 20px !important;
color: #9f9f9f;
text-align: center;
font-size: 1.2em;
}
@media screen and (max-width:736px) {
    div.memberbox table.radius tbody tr th.bosyu{
        font-size: 1.1em;
    }
}
