@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* ¥«¥é©` */
/* ±¡¤¤¥Ö¥ë©` */
/* ¥°¥ì©`±³¾° */
/* ¥¿¥¤¥È¥ë±³¾° */
/* media query */
/* ÒÛÂš†T
*****************************************************************/
.tab_menu {
  display: none;
}
@media all and (max-width: 896px) {
  .tab_menu {
    display: block;
  }
}

.box_detail img {
  width: 100%;
  height: auto;
}

.cell_president {
  display: flex;
  flex-wrap: wrap;
}
.cell_president .side_img {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  box-sizing: border-box;
  padding: 5px;
}
@media all and (max-width: 896px) {
  .cell_president .side_img {
    width: 60%;
    padding: 5px 0;
  }
}
.cell_president .side_img > div {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .cell_president .side_img > div {
    width: 100%;
    padding: 5px 0px;
  }
}
.cell_president .side_img > div img {
  width: 100%;
  height: auto;
}
.cell_president .side_txt {
  width: 20%;
  padding: 5px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .cell_president .side_txt {
    width: 40%;
    padding: 5px 0 0 5px;
  }
}

.job {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.name {
  font-size: 1.8rem;
  line-height: 1.3em;
}

.profile {
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-top: 10px;
  padding-top: 8px;
  border-top: #CECECE dotted 1px;
}

.cell_director {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cell_director .detail_derector {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .cell_director .detail_derector {
    width: 33.3333%;
  }
}
@media all and (max-width: 480px) {
  .cell_director .detail_derector {
    width: 50%;
  }
}
.cell_director .detail_derector .box_img img {
  width: 100%;
  height: auto;
}
.block_detail .box_detail table.half th, .block_detail .box_detail table.half td {
  width: 50%;
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.half th, .block_detail .box_detail table.half td {
    width: 100%;
  }
}