/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/
a.icon-pdf-after::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../images/common/icon_pdf.png) left center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 4px;
}

.link-saki.bg-gray {
  background-color: rgba(128, 128, 128, .5);
  padding-bottom: 20px;
}

/*-- area-connection --*/
.area-connection {}

.area-connection.bg-title::before {
  left: 20px;
  content: "CONNECTION";
}

.area-connection .outline-area {
  margin-top: 60px;
  padding: 40px 8px;
  border-top: 1px solid #cccccc;
}
.area-connection .outline-area.bg-gray {
  background-color: rgba(128, 128, 128, .5);
}

.area-connection .outline-area .outline-wrap {
  max-width: 760px;
  padding-right: 40px;
  box-sizing: border-box;
}

.area-connection .outline-area figure {
  max-width: 320px;
  margin: 40px auto 0;
}

.area-connection .outline-area .outline-wrap dt {
  width: 100%;
}

.area-connection .outline-area .outline-wrap dd {
  width: calc(100%);
}

/*-- area-topics --*/
section + section {
  margin-top: 100px;
}

.area-topics .inner {
  width: 100%;
  padding: 24px;
  border: 1px solid #ccc;
}

.area-topics .inner h3 {
  padding-bottom: 48px;
}

.area-topics .inner dl {
  padding: 28px 4px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.area-topics .inner dl:first-of-type {
  padding-top: 0;
  border-top: none;
}

.area-topics .inner dl dt {
  padding-bottom: 8px;
  color: #004ea2;
}

.area-topics .inner dl dd {
  font-size: 1.6rem;
}

.area-opera-info {
  margin-top: 40px;
}
.area-opera-info-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.35;
}
.area-opera-info-title small {
  font-size: 1.6rem;
}
.area-opera-info-title a.blank {
  display: inline;
}
.area-opera-info-title a.blank:after {
  display: inline-block;
  margin-left: 4px;
}
.area-opera-info-table {
  margin-top: 30px;
}
.area-opera-info-table thead th {
  text-align: left;
  font-weight: normal;
}
.area-opera-info-table tbody td {
  padding-bottom: 0.5rem;
}
.area-opera-info-table tbody td:first-child {
  text-align: right;
  white-space: nowrap;
}
.area-opera-info-table tbody td:last-child {
  padding-left: 1rem;
  white-space: nowrap;
}
.area-opera-info-table tbody tr.__osaka td {
  color: #c00;
}
.area-opera-info-list {
  margin-top: 30px;
}
.area-opera-info-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.area-opera-info-list li.__osaka a {
  color: #c00;
}
.area-opera-info-note {
  display: inline-block;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: #fff2cc;
}
.area-opera-info-note a.blank {
  display: inline-flex;
  font-weight: bold;
}
.area-opera-info-note a.blank:after {
  margin-left: 4px;
  margin-right: 2px;
}

.area-opera-info-note2 {
  padding: 1em;
  background-color: #ffc;
}

.area-message-bg {
  background-image: url(../images/page-slovakia/bg01.png), url(../images/page-slovakia/bg02.png);
  background-position: left top, right bottom;
  background-size: 23.75% auto, 41.6875% auto;
  background-repeat: no-repeat, no-repeat;
  padding: 15% 5% 10%;
}


@media screen and (max-width: 767px) {
  .area-opera-info-table,
  .area-opera-info-table thead,
  .area-opera-info-table tbody,
  .area-opera-info-table tr,
  .area-opera-info-table th,
  .area-opera-info-table td {
    display: block;
  }
  .area-opera-info-table tbody tr {
    padding-bottom: 1.5rem;
  }
  .area-opera-info-table tbody td {
    padding-bottom: 0;
  }
  .area-opera-info-table tbody td:first-child {
    text-align: left;
  }
  .area-opera-info-table tbody td:last-child {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #ccc;
  }
  .area-opera-info-table tbody td:last-child a {
    display: block;
  }
  .area-opera-info-list li:not(:first-child) {
    margin-top: 1rem;
  }
}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-connection --*/
  .area-connection {}

  .area-connection.bg-title::before {
    left: 20px;
    content: "CONNECTION";
  }

  .area-connection .outline-area {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 40px 8px;
    border-top: 1px solid #cccccc;
  }

  .area-connection .outline-area .outline-wrap {
    max-width: 760px;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .area-connection .outline-area figure {
    margin: 0;
  }

  .area-connection .outline-area .outline-wrap dt {
    width: 160px;
  }

  .area-connection .outline-area .outline-wrap dd {
    width: calc(100% - 160px);
  }

  /*-- area-topics --*/
  section + section {
    margin-top: 100px;
  }

  .area-topics .inner {
    width: 100%;
    padding: 60px;
    border: 1px solid #ccc;
  }

  .area-topics .inner h3 {
    padding-bottom: 48px;
  }

  .area-topics .inner dl {
    padding: 28px 4px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
  }

  .area-topics .inner dl:first-of-type {
    padding-top: 0;
    border-top: none;
  }

  .area-topics .inner dl dt {
    padding-bottom: 8px;
    color: #004ea2;
  }

  .area-topics .inner dl dd {
    font-size: 1.6rem;
  }

  .area-message-bg {
    padding: 18% 10% 20%;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
