.common-article .l_main-visual01 {
  padding: 0.16rem 0 0.18rem;
  font-size: 0;
}

.common-article .l_main-visual01 span {
  font-size: 0.24rem;
  line-height: 0.38rem;
  padding: 0 0 0.06rem;
}

.common-article .l_main-visual01 h1 {
  font-size: 0.44rem;
  line-height: 0.58rem;
  margin-top: 0.13rem;
  width: 92%;
  margin: 0.13rem auto 0;
}

/* ------------------
about
------------------- */

#company .l_main-visual02 {
  height: 3.2rem;
  background: url(../../common/img/company/main-sp.jpg) no-repeat center;
}
#company .l_main-visual02 h1 {
  font-size: 0.52rem;
  line-height: 0.6rem;
}

#company .link-box {
  margin: 0.4rem auto 1.4rem;
}

#company .link-box li {
  width: 47.82%;
}

#company .link-box li:nth-of-type(n + 3) {
  margin-top: 0.3rem;
}

#company .link-box li:not(:nth-of-type(3n + 1)) {
  margin-left: 0;
}

#company .link-box li:nth-of-type(even) {
  margin-left: 4.34%;
}

#company .link-box li .title {
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding: 0.16rem;
  font-weight: 500;
}

/* -------------------------------------------------
president
-------------------------------------------------- */

#president .message {
  margin: 0.6rem auto 0;
  overflow: hidden;
}

#president .message h2 {
  font-size: 0.4rem;
  line-height: 0.54rem;
  text-align: center;
  padding: 0.5rem 0 0.35rem;
}

#president .message .content {
  overflow: hidden;
}

#president .message .text-block {
  float: none;
  width: 100%;
  margin: 0.4rem 0 0;
}

#president .message .text-block p {
  font-size: 0.28rem;
  line-height: 0.44rem;
}

#president .message .text-block p:nth-child(n + 2) {
  margin: 20px 0 0;
}

#president .message .image-block {
  float: none;
  width: 75%;
  margin: 0.4rem auto 0;
}
#president .message .image-block .text {
  padding: 0 0 0.2rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 500;
}

#president .message .image-block .text .name {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
#president .message .image-block .text .detail {
  font-size: 0.3rem;
}

#president .btns {
  margin: 1rem 0 0;
}

#president .btns .left-arrow-btn {
  margin: 0 auto 1.4rem;
}

/* ------------------
outline
------------------- */

#outline section.general {
  padding: 0.6rem 0;
}

#outline section.general .heading {
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 0.36rem;
}

#outline section.general table {
  width: 100%;
  border-collapse: collapse;
}
#outline section.general table th,
#outline section.general table td {
  display: block;
  padding: 0.1rem;
  width: 100%;
  border: none;
  font-size: 0.28rem;
  line-height: 0.44rem;
}

#outline section.general table th {
  background: #edf0f6;
  text-align: left;
  /* border-bottom: 1px solid #959aa7; */
}
#outline section.general table.general th {
  width: 100%;
  border-bottom: 2px solid #d6dcea;
  border-top: 2px solid #d6dcea;
}

#outline section.general table.employ tr {
  border-bottom: 2px solid #d6dcea;
}
#outline section.general table.employ th,
#outline section.general table.employ td {
  display: inline-block;
  width: 50%;
  line-height: 1.1rem;
}
#outline section.general table.employ th[rowspan] {
  width: 100%;
  border-bottom: 2px solid #d6dcea;
}

/* ------------------
organization
------------------- */

#organization .organization {
  padding: 0.6rem 0;
}
#organization .organization .image img {
  width: 100%;
}

/* ------------------
history
------------------- */

#history section {
  padding: 0.6rem 0;
}

#history section .heading {
  font-weight: 400;
  font-size: 0.36rem;
  padding-bottom: 0.1rem;
}
#history section table {
  width: 100%;
  border-collapse: collapse;
}
#history section table tbody {
  display: block;
  border-top: 1px solid #d6dcea;
  padding: 0.1rem;
}
#history section table tbody tr {
  border-bottom: 1px solid #d6dcea;
}

#history section table th,
#history section table td {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  line-height: 0.44rem;
  font-weight: 400;
}

#history section table th {
  width: 20%;
}

#history section table td {
  width: 80%;
}

/* ------------------
board_list
------------------- */

#board_list section {
  padding: 0.6rem 0 0;
}
#board_list section .heading {
  font-weight: bold;
  padding-bottom: 0.1rem;
  text-align: center;
  font-size: 0.36rem;
}

#board_list section table:not(:last-child) {
  margin-bottom: 0.6rem;
}

#board_list section .boardlist {
  width: 100%;
  border-collapse: collapse;
}

#board_list section .boardlist tbody {
  border-top: 1px solid #d6dcea;
}

#board_list section .boardlist tbody tr {
  border-bottom: 1px solid #d6dcea;
}

#board_list section .boardlist th,
#board_list section .boardlist td {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  line-height: 0.44rem;
  font-weight: 400;
}
#board_list section .boardlist th {
  font-weight: bold;
  text-align: left;
}

#board_list section .boardlist td {
  text-align: left;
  width: 3rem;
}

#board_list section .boardlist td .box {
  flex-direction: column;
}
#board_list section .boardlist td .box p {
  margin-top: 0;
}

#board_list section .boardlist.officers tr:last-child td {
  width: 3rem;
}
#board_list section .boardlist td .box .common-text01 + .common-text01 {
  margin: 0;
}

/*　↓↓↓　20200129TKS追加　↓↓↓　*/
#board_list section .date {
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: right;
}
/*　↑↑↑　20200129TKS追加　↑↑↑　*/



/* ------------------
past record
------------------- */
#past_record .container .section {
  padding: 0.6rem 0;
}

#past_record .container .image {
  margin-bottom: 0.8rem;
}
#past_record .container .image img {
  width: 100%;
}
#past_record .container .image .heading {
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
}
#past_record .container .image .common-text01 {
  font-size: 0.28rem;
}

#past_record .breakdown > .common-text01 {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
#past_record .breakdown .year-box {
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding: 0.38rem 0.1rem;
}
#past_record .breakdown .year-box span {
  right: 0.2rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
}
#past_record .breakdown .year-box span:before {
  right: 0.13rem;
  height: 0.04rem;
  width: 0.35rem;
  margin-top: -0.02rem;
}
#past_record .breakdown .year-box span:after {
  right: 0.28rem;
  width: 0.04rem;
  height: 0.35rem;
  margin-top: -0.17rem;
}

#past_record .breakdown .open-box {
  padding-top: 0.3rem;
}

#past_record .breakdown .open-box section > .heading {
  font-size: 0.32rem;
  padding: 0 0 0.2rem 0.1rem;
  margin-bottom: 0.2rem;
}

#past_record .breakdown .open-box section .image {
  margin-bottom: 0.2rem;
}

/*-------------------------------
Policy
--------------------------------*/
#policy .l_main-visual02 .container .common-text01 {
  margin-bottom: 0.1rem;
}
#policy .l_main-visual02 .container .title {
  font-size: 0.52rem;
}

#policy .tab-change {
  padding: 0.4rem 0;
}
#policy .tab-change .tab {
  width: calc(50% - 0.3rem);
  line-height: 1.1;
  font-size: 0.3rem;
  padding: 0.2rem 0;
}

#policy .tab-change .tab:after {
  background-size: 0.12rem 0.2rem;
  width: 0.12rem;
  height: 0.2rem;
  right: 0.15rem;
}
#policy .tab-change .tab + .tab {
  margin-left: 0.25rem;
}

#policy .page-links {
  justify-content: space-around;
  margin-bottom: 0.2rem;
}
#policy .page-links li + li {
  margin-left: 0.4rem;
}
#policy .page-links li {
  padding: 0 0 0 0.1rem;
  font-size: 0.28rem;
}

#policy .page-links li:before {
  top: 0.1rem;
  left: -0.2rem;
  border: 0.1rem solid transparent;
  border-top: 0.13rem solid #003c9c;
}

