@charset "utf-8";
/* CSS Document */
em {
  font-style: normal !important;
}
h2.c-hdg-level2-03 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#section1, #section3, #section5 {
  background-color: #fdd000;
}
#section1 .c-hdg-level2-03 {
  font-weight: bold;
}
#section1 .c-hdg-level3-02 {
  font-weight: normal;
}
#section1 .column_h .c-hdg-level4-02 {
  padding: 10px 0 5px;
  align-content: center !important;
  font-weight: normal;
  line-height: 1.2;
}
#section1 .c-lyt-column-01.pc-col-margin .column {
  margin-bottom: 0;
}
#section1 .column .img-border {
  width: 100%;
  margin: 0 auto;
}
#section1 .column .img-border img {
  border: 1px solid #000000;
  border-radius: 20px;
}
#section2 {
  background-color: #f0f0f0;
}
#section2 tbody {
  border: 3px solid #595757;
}
#section2 .c-tbl-data-01 tbody th, #section2 .c-tbl-data-01 tbody td {
  padding: 10px 5px;
}
#section2 table tbody tr th {
  background-color: #595757;
  color: #ffffff;
  width: 14%;
  line-height: 1.2;
}
#section2 table tbody tr td {
  width: 10.75%;
  text-align: center;
  border-bottom: 1px solid #797676;
  border-left: 1px solid #797676;
}
#section2 table tbody tr td:nth-of-type(even) {
  background-color: #ebebec;
}
#section2 table tbody tr.line02 td span {
  font-weight: bold;
  letter-spacing: -0.06em;
}
#section2 table tbody tr.line02 td span, #section2 table tbody tr.line04 td div span {
  /*font-size: 1.933333333333333vw;*/
  font-size: 1.3em;
}
#section2 table tbody tr.line04 td div span {
  -webkit-text-stroke: 1px #ee2700;
  paint-order: stroke;
}
#section2 table tbody tr.line04 td div {
  /*background-color: #ee7800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  color: #ee2700;
  line-height: 1.2;
  font-weight: bold;
  /*padding: 24px 0;*/
}
#section3 .column {
  margin-top: 10px;
  background-color: #ffffff;
}
#section3 .column .column_h {
  padding: 8px 28px 20px;
}
#section3 .column .column_h p {
  border-top: 1px solid #d9d9d9;
}
#section4 .column .column_h h3 {
  border-left: 4px solid #fdd000;
}
#section4 .column .column_h .c-list-bullet-01 > li {
  padding-bottom: 0;
}
#section4 .column .column_h .float li {
  float: left;
  width: 50%;
}
#section4 .column .column_h .float::after {
  content: "";
  display: block;
  clear: both;
}
#section5 .column {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 26px;
}
#section5 .column figure img {
  display: block;
  margin: 0 auto;
}
#section5 nav.c-nav-btn-01 a, #section6 nav.c-nav-btn-01 a {
  max-width: 370px;
  padding: 20px 0;
}
#section2 nav.c-nav-btn-01 a, #section4 .column nav.c-nav-btn-01 a, #section5 nav.c-nav-btn-01 a, #section6 nav.c-nav-btn-01 a {
  opacity: inherit;
  border-radius: 50px;
}
#section4 .column nav.c-nav-btn-01 a, #section6 nav.c-nav-btn-01 a {
  background-color: #fdd000;
}
/*=========================================================================
                                pc体裁
=========================================================================*/
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
  .Header__body {
    height: 90px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  #section4 .column .column_h {
    height: 68%;
  }
  [data-size-pc="2col"] {
    width: calc((100% - 300px) / 2 - 0.1px) !important;
  }
  .column {
    margin: 1.2em 0 0;
  }
  .c-lyt-column-01.col-margin {
    margin-bottom: 0 !important;
  }
  .Footer__inner {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 65px 40px !important;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer-copyright {
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.2rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
  }
  .footer-utility__list > li {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #d8d8d8;
    font-size: 1.3rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:first-of-type {
    border-left: none;
  }
}
/*=========================================================================
                                sp体裁
=========================================================================*/
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
  .sp-a-left {
    text-align: left !important;
  }
  #l-container #l-content {
    padding-top: 0 !important;
  }
  .Header img {
    width: 100%;
  }
  .Header__body {
    justify-content: space-between;
  }
  .Header__body .c-doc-plain-01 {
    text-align: right;
    font-size: 14px;
  }
  .Header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .Header__inner {
    width: 100%;
    padding: 5px 4%;
  }
  .header-logo--body {
    width: 53%
  }
  .c-hdg-level2-03 {
    font-size: 5.315789473684211vw !important;
  }
	.c-hdg-level3-02{
		font-size: 4.894736842105264vw !important;
	}
  .c-hdg-level4-02 {
    font-size: 4.436842105263158vw !important;
  }
  /*.c-doc-plain-01 {
    font-size: 3.210526315789473vw !important;
  }*/
  .c-list-bullet-01 > li {
    font-size: 3.410526315789473vw !important;
  }
  h2.c-hdg-level2-03 {
    text-align: center;
  }
  #section1 .c-lyt-column-01.col-margin {
    margin-bottom: 0;
  }
  #section2 .table-wrap {
    overflow-x: scroll;
  }
  #section2 .table01 {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
  }
  #section2 .table01 > caption {
    margin: 0 0 1.2em;
  }
  #section2 table tbody tr.line04 td div {
    line-height: 1.2;
  }
  #section2 table tbody tr.line02 td span, #section2 table tbody tr.line04 td div span {
    font-size: 1.8rem;
  }
  #section4 {
    padding-top: 26px !important;
  }
  .Footer__inner {
    margin: 0 auto;
    padding: 50px 10% 25px;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .footer-copyright {
    margin-top: 30px;
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.1rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer-utility__list > li {
    margin-top: 17px;
    padding: 3px 18px;
    border-right: 1px solid #d8d8d8;
    font-size: 1.2rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:nth-of-type(2) {
    border-left: 1px solid #d8d8d8;
  }
  .footer-utility__list > li:last-of-type {
    border-right: none;
  }
  .footer-utility__list__label {
    font-size: 1.2rem;
    color: #4c4c4c;
  }
}
/*=========================================================================
                                他
=========================================================================*/
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .Footer__body {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1500px) {
  .Header__body {
    max-width: 1620px;
    height: 90px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  #section2 table tbody tr.line02 td span, #section2 table tbody tr.line04 td div span {
    font-size: 25px;
  }
  #section4 .column .column_h {
    height: 168px;
  }
}