@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
.p-link {
  padding-left: 15px;
  position: relative;
}

.p-link:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #f3be00;
  border-right: 2px solid #f3be00;
}

@media only screen and (max-width: 768px) {
  .p-link:before {
    top: 6px;
  }
}

.p-link.-pdf::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-details {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .m-details {
    margin-top: 30px;
  }
}

.m-details:first-child {
  margin-top: 0;
}

.m-details .m-details-summary {
  position: relative;
  display: inline-block;
  font-size: 2.398rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  color: #333;
  background-color: #f5f6f9;
  padding-left: 15px;
  border-bottom: none;
  list-style: none;
}

.m-details .m-details-summary::-webkit-details-marker {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .m-details .m-details-summary {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .m-details .m-details-summary:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .m-details .m-details-summary {
    font-size: 2.398rem;
    font-size: 2rem;
    padding: 15px 0;
    padding-left: 20px;
  }
}

.m-details .m-details-summary span {
  padding-left: 15px;
  border-left: 3px solid #f3be00;
}

.m-details .m-details-summary::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 32px;
  height: 32px;
  background-image: url(/common/img/ico-plus.png);
  background-size: contain;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .m-details .m-details-summary::after {
    width: 25px;
    height: 25px;
  }
}

.m-details .m-details-content {
  padding: 40px 33px;
}

@media only screen and (max-width: 768px) {
  .m-details .m-details-content {
    padding: 30px 0;
  }
}

.m-details[open] summary::after {
  background-image: url(/common/img/ico-minus.png);
}

.m-presentationTable {
  border-collapse: collapse;
  width: 100%;
  margin-top: 60px;
  table-layout: fixed;
}

@media only screen and (max-width: 768px) {
  .m-presentationTable {
    margin-top: 40px;
  }
}

.m-presentationTable:first-child {
  margin-top: 0;
}

.m-presentationTable .m-presentationTable-caption {
  text-align: left;
}

.m-presentationTable .m-presentationTable-th,
.m-presentationTable .m-presentationTable-td {
  border: 1px solid #dcdde0;
}

.m-presentationTable .m-presentationTable-th {
  background-color: #f5f6f9;
  font-size: 1.6rem;
  padding: 10px 33px;
  text-align: left;
  white-space: nowrap;
  width: 135px;
}

@media only screen and (max-width: 768px) {
  .m-presentationTable .m-presentationTable-th {
    font-size: 1.4rem;
    width: 80px;
    padding: 10px 10px;
  }
}

.m-presentationTable .m-presentationTable-td {
  padding: 10px 20px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .m-presentationTable .m-presentationTable-td {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .m-presentationTable .m-presentationTable-td p.p-txt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .m-presentationTable .m-presentationTable-td .p-link {
    font-size: 1.4rem;
  }
}

.m-presentationTable .m-presentationTable-td img {
  height: auto;
  max-width: 100%;
}

html[lang="en"] .m-presentationTable-th {
  width: 160px;
}

@media only screen and (max-width: 768px) {
  html[lang="en"] .m-presentationTable-th {
    width: 110px;
  }
}

html[lang="en"] .m-presentationTable-td .p-link::before {
  top: 6px;
}

@media only screen and (max-width: 768px) {
  html[lang="en"] .m-presentationTable-td .p-link::before {
    top: 5px;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-main {
  min-height: 200px;
}

.c-main-ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    margin-bottom: 60px;
  }
}

.c-main-ttl .p-ttl {
  margin-bottom: 0;
}

.c-presentationContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-presentationContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-presentationContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-presentationContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-presentationContainer {
    margin-bottom: 60px;
  }
}
