@charset "UTF-8";
main {
  position: relative;
  padding: 82px 0 0 0;
  margin: 0;
  display: block;
}

.title_box {
  font-size: 1.5em;
  width: 100%;
  max-width: 1200px;
  padding: 1em 0.5em;
  font-weight: 600;
  margin: 50px auto 20px;
  padding-left: 1em;
  background-color: #dfdfdf;
  color: #013686;
}

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 106px 0;
  box-sizing: border-box;
}

.tab {
  display: none;
}
.tab .select_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.tab .select_box select {
  width: 10em;
  /* 右側に余白（矢印分）を多めに取る */
  font-size: 1.8rem;
  padding: 1em 1em 1em 2em;
  background: #fff;
  color: #113686;
  cursor: pointer;
  appearance: none;
  /* デフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/ir/arrow.svg") no-repeat right 24px center;
  background-size: 20px auto;
  /* 矢印の大きさ調整 */
  border: 1px solid #113686;
}
.tab .select_box select option {
  border-bottom: 1px solid #113686;
}

.select_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.select_box select {
  width: 10em;
  /* 右側に余白（矢印分）を多めに取る */
  font-size: 1.8rem;
  padding: 1em 1em 1em 2em;
  background: #fff;
  color: #113686;
  cursor: pointer;
  appearance: none;
  /* デフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/ir/arrow.svg") no-repeat right 24px center;
  background-size: 20px auto;
  /* 矢印の大きさ調整 */
  border: 1px solid #113686;
}
.select_box select option {
  border-bottom: 1px solid #113686;
}

.tab.active {
  display: block;
}

.btn_box {
  display: flex;
  justify-content: center;
  margin: 100px 0 30px;
}
.btn_box li {
  width: 10em;
  text-align: center;
  margin-right: 30px;
  font-size: 1.8em;
  font-weight: 600;
  padding: 15px 0;
  border: 1px solid #013686;
  cursor: pointer;
  background: #fff;
  color: #013686;
}
.btn_box li.on {
  background: #013686;
  color: #fff;
}
.btn_box li:hover {
  background: #013686;
  color: #fff;
}
.btn_box li:last-child {
  margin-right: 0;
}
.btn_box li.active {
  background: #013686;
  color: #fff;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  padding-top: 500px;
  margin-top: -500px;
}

.list {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 20px 0 86px;
  justify-content: space-between;
}
.list h2 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 30px;
}
.list .origin-box {
  margin-bottom: 40px;
}
.list .origin-box h3 {
  margin-bottom: 40px;
}
.list .origin-box h3 span {
  font-size: 2.4em;
  font-weight: 600;
  border-bottom: 1px solid #323232;
}
.list .origin-box .origin-text {
  font-size: 2em;
  line-height: 1.75;
  color: #323232;
  font-weight: 700;
}
.list .origin-box .origin-text span {
  font-size: 2.6rem;
  color: #013686;
}
.list .origin-box .note {
  font-size: 1.6rem;
  line-height: 2;
  color: #323232;
  font-weight: 400;
  margin-top: 26px;
}
.list tbody {
  width: 100%;
  max-width: 1200px;
}
.list tbody tr {
  display: flex;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
}
.list tbody tr th {
  width: 15%;
  min-width: 150px;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.75;
  color: #323232;
  align-items: center;
}
.list tbody tr td {
  width: 75%;
  font-size: 1.6em;
  line-height: 1.75;
  color: #323232;
}
.list tbody tr td span {
  color: #323232;
  font-size: 1.6rem;
  margin-left: 5px;
}
.list tbody tr td span.iconNew {
  color: #013686;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 25px;
}
.list tbody tr td a {
  text-decoration: none;
  color: #323232;
}
.list tbody tr td.label {
  width: 13%;
}
.list tbody tr td.label span {
  text-align: center;
  padding: 0.25em 2em 0.45em;
  color: #013686;
  width: 150px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #efeff2;
}
.list tbody tr td.label span.cat_1,
.list tbody tr td.label span.cat_3 {
  padding: 0.25em 3em 0.45em;
}
.list tbody tr td.label span.cat_4 {
  padding: 0.25em 2.5em 0.45em;
}
.list tbody tr:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.list table.end {
  border-bottom: 1px solid #d1d1d1;
}
.list .second {
  border-top: none;
  padding: 0 0 25px;
}

.list_eng {
  margin: 0 auto;
  padding: 20px 0 0;
}
.list_eng tbody tr:first-child {
  padding: 0 0 30px;
  border-top: none;
}

.list.show {
  display: flex;
  opacity: 1;
}

table.tblXJ01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 170px;
}
table.tblXJ01 tr {
  display: flex;
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid #d1d1d1;
}
table.tblXJ01 th {
  width: 15%;
  min-width: 150px;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.75;
  color: #323232;
  align-items: center;
}
table.tblXJ01 td {
  width: 75%;
  font-size: 1.6em;
  line-height: 1.75;
  color: #323232;
}
table.tblXJ01 td span {
  color: #323232;
}

/* 狭間の記述
========================================================= */
@media screen and (min-width: 961px) and (max-width: 1720px) {
  .tab .select_box {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .list {
    width: 90%;
    margin: 0 auto 100px;
  }
  .select_box {
    width: 90%;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (min-width: 767px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 65px 0 0 0;
  }
  .contents {
    padding: 60px 20px 0;
  }
  .tab {
    display: none;
  }
  .tab .select_box {
    width: 88%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .tab .select_box .select_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #113686;
    border-radius: 4px;
    background: #fff url("../img/ir/arrow.svg") no-repeat right 24px center;
    background-size: 20px auto;
    overflow: hidden;
  }
  .tab .select_box .select_wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    color: #113686;
    font-weight: 600;
    padding: 0.75em;
    text-align: center;
    cursor: pointer;
  }
  .tab .select_box .select_wrap select option {
    font-size: 1.4rem;
  }
  .select_box {
    width: 96%;
    margin: 0 auto;
  }
  .list,
  .list_eng {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px 30px;
    justify-content: space-between;
  }
  .list h2,
  .list_eng h2 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .list .origin-box,
  .list_eng .origin-box {
    margin-bottom: 40px;
  }
  .list .origin-box h3,
  .list_eng .origin-box h3 {
    margin-bottom: 40px;
  }
  .list .origin-box h3 span,
  .list_eng .origin-box h3 span {
    font-size: 2.4em;
    font-weight: 600;
    border-bottom: 1px solid #323232;
  }
  .list .origin-box .origin-text,
  .list_eng .origin-box .origin-text {
    font-size: 2em;
    line-height: 1.75;
    color: #323232;
    font-weight: 700;
  }
  .list .origin-box .origin-text span,
  .list_eng .origin-box .origin-text span {
    font-size: 2.6rem;
    color: #013686;
  }
  .list .origin-box .note,
  .list_eng .origin-box .note {
    font-size: 1.6rem;
    line-height: 2;
    color: #323232;
    font-weight: 400;
    margin-top: 26px;
  }
  .list tbody,
  .list_eng tbody {
    width: 100%;
  }
  .list tbody tr,
  .list_eng tbody tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5em 0;
    border-top: 1px solid #d1d1d1;
  }
  .list tbody tr th,
  .list_eng tbody tr th {
    margin-top: 50px;
    margin-left: 0;
    min-width: 100px;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.75;
    color: #323232;
    opacity: 1;
    align-items: flex-start;
    text-align: left;
  }
  .list tbody tr td,
  .list_eng tbody tr td {
    width: auto;
    font-size: 1.8em;
    line-height: 1.75;
    padding-left: 5%;
    color: #323232;
  }
  .list tbody tr td span,
  .list_eng tbody tr td span {
    color: #323232;
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: 0;
  }
  .list tbody tr td span.iconNew,
  .list_eng tbody tr td span.iconNew {
    font-size: 1.8rem;
  }
  .list tbody tr td.label,
  .list_eng tbody tr td.label {
    position: absolute;
    width: 30%;
    padding-top: 5px;
  }
  .list tbody tr td.label span,
  .list_eng tbody tr td.label span {
    font-size: 1.5rem;
  }
  .list tbody tr.end,
  .list_eng tbody tr.end {
    border-bottom: 1px solid #d1d1d1;
  }
  .list tbody .second,
  .list_eng tbody .second {
    border-top: none;
    padding: 0 0 25px;
  }
  #tab2 .list tbody tr td {
    width: 100%;
    padding-left: 20px;
  }
  .list_eng tbody tr th {
    margin-left: 0;
    width: 37%;
    min-width: 120px;
    opacity: 1;
  }
  .btn_box {
    width: 90%;
    margin: 50px auto 0;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 45px 0 0 0;
  }
  .btn_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px auto;
  }
  .btn_box li {
    width: 48%;
    text-align: center;
    margin: 1%;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #013686;
    cursor: pointer;
    background: #fff;
    color: #013686;
  }
  .btn_box li.on {
    background: #013686;
    color: #fff;
  }
  .btn_box li:hover {
    background: #013686;
    color: #fff;
  }
  .btn_box li:last-child {
    margin: 1%;
  }
  .title_box {
    font-size: 1.5em;
    width: 90%;
    padding: 0.75em 0.5em;
    font-weight: 600;
    margin: 0 auto 20px;
    padding-left: 1em;
    background-color: #dfdfdf;
    color: #013686;
  }
  .contents {
    width: 96%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .tab {
    display: none;
  }
  .tab .select_box {
    width: 88%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .tab .select_box .select_wrap {
    position: relative;
    width: 100%;
    border: 1px solid #113686;
    border-radius: 4px;
    background: #fff url("../img/ir/arrow.svg") no-repeat right 24px center;
    background-size: 20px auto;
    overflow: hidden;
  }
  .tab .select_box .select_wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: #113686;
    font-weight: 600;
    padding: 0.75em;
    text-align: center;
    cursor: pointer;
  }
  .tab.active {
    display: block;
  }
  .select_box select {
    width: 90%;
    font-size: 1.4rem;
    margin-left: 5%;
    text-align: center;
    padding: 0.75em 1em 0.75em;
  }
  .list {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 30px;
    justify-content: space-between;
  }
  .list h2 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .list .origin-box {
    margin-bottom: 40px;
  }
  .list .origin-box h3 {
    margin-bottom: 40px;
  }
  .list .origin-box h3 span {
    font-size: 2.4em;
    font-weight: 600;
    border-bottom: 1px solid #323232;
  }
  .list .origin-box .origin-text {
    font-size: 2em;
    line-height: 1.75;
    color: #323232;
    font-weight: 700;
  }
  .list .origin-box .origin-text span {
    font-size: 2.6rem;
    color: #013686;
  }
  .list .origin-box .note {
    font-size: 1.6rem;
    line-height: 2;
    color: #323232;
    font-weight: 400;
    margin-top: 26px;
  }
  .list tbody {
    width: 100%;
  }
  .list tbody tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5em 0;
    border-top: 1px solid #d1d1d1;
  }
  .list tbody tr th {
    display: block;
    margin-top: 0;
    margin-left: 0;
    min-width: 100px;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.75;
    color: #323232;
    opacity: 1;
    align-items: flex-start;
    text-align: left;
  }
  .list tbody tr td {
    width: auto;
    font-size: 1.4em;
    line-height: 1.75;
    color: #323232;
  }
  .list tbody tr td span {
    color: #323232;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 0;
  }
  .list tbody tr td span.iconNew {
    font-size: 1.3rem;
    margin-left: 5px;
  }
  .list tbody tr td.label {
    position: absolute;
    width: 100%;
    padding-top: 5px;
  }
  .list tbody tr td:last-child {
    width: 100%;
    padding-left: 0;
  }
  .list tbody tr.end {
    border-bottom: 1px solid #d1d1d1;
  }
  .list tbody .second {
    border-top: none;
    padding: 0 0 25px;
  }
  .list_eng {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 30px;
    justify-content: space-between;
  }
  .list_eng h2 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .list_eng .origin-box {
    margin-bottom: 40px;
  }
  .list_eng .origin-box h3 {
    margin-bottom: 40px;
  }
  .list_eng .origin-box h3 span {
    font-size: 2.4em;
    font-weight: 600;
    border-bottom: 1px solid #323232;
  }
  .list_eng .origin-box .origin-text {
    font-size: 2em;
    line-height: 1.75;
    color: #323232;
    font-weight: 700;
  }
  .list_eng .origin-box .origin-text span {
    font-size: 2.6rem;
    color: #013686;
  }
  .list_eng .origin-box .note {
    font-size: 1.6rem;
    line-height: 2;
    color: #323232;
    font-weight: 400;
    margin-top: 26px;
  }
  .list_eng tbody {
    width: 100%;
  }
  .list_eng tbody tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5em 0;
    border-top: 1px solid #d1d1d1;
  }
  .list_eng tbody tr th {
    display: block;
    margin-top: 0;
    margin-left: 0;
    min-width: 100px;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.75;
    color: #323232;
    opacity: 1;
    align-items: flex-start;
    text-align: left;
  }
  .list_eng tbody tr td {
    width: auto;
    font-size: 1.4em;
    line-height: 1.75;
    color: #323232;
  }
  .list_eng tbody tr td span {
    color: #323232;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 0;
  }
  .list_eng tbody tr td span.iconNew {
    font-size: 1.3rem;
    margin-left: 5px;
  }
  .list_eng tbody tr td.label {
    position: absolute;
    width: 100%;
    padding-top: 5px;
  }
  .list_eng tbody tr td:last-child {
    width: 100%;
    padding-left: 0;
  }
  .list_eng tbody tr.end {
    border-bottom: 1px solid #d1d1d1;
  }
  .list_eng tbody .second {
    border-top: none;
    padding: 0 0 25px;
  }
  #tab2 .list tbody tr td {
    padding-left: 20px;
  }
  .list_eng tbody tr th {
    margin-left: 0;
    width: 37%;
    min-width: 120px;
    opacity: 1;
  }
  table.tblXJ01 {
    width: 90%;
    margin: 0 auto;
  }
  table.tblXJ01 tr {
    display: flex;
  }
  table.tblXJ01 th {
    display: block;
    width: 47%;
    min-width: 100px;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.75;
    color: #323232;
    align-items: center;
    text-align: left;
  }
  table.tblXJ01 td {
    text-align: left;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
  }
}