@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap");
#titlearea .pagetitle {
  background-image: url("../outline/img/main.jpg");
}

.outline.f_inner {
  align-items: stretch;
}
.outline.f_inner .tbl {
  width: 100%;
}
.outline.f_inner .tbl table {
  border-collapse: collapse;
  font-size: 18px;
}
.outline.f_inner .tbl table tr:nth-child(odd) {
  background-color: rgba(0, 125, 195, 0.1);
}
.outline.f_inner .tbl table th, .outline.f_inner .tbl table td {
  padding: 20px 30px;
}
.outline.f_inner .tbl table th {
  white-space: nowrap;
  font-weight: bold;
  color: #007DC3;
}
.outline.f_inner .tbl table td {
  font-weight: 400;
}
.outline.f_inner .tbl table td ul li {
  position: relative;
  padding-left: 17px;
}
.outline.f_inner .tbl table td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #C8C8C8;
}
.outline.f_inner .tbl table td ul.float {
  overflow: hidden;
}
.outline.f_inner .tbl table td ul.float li {
  float: left;
  margin-right: 20px;
}
.outline.f_inner .tbl table td ul.float li::before {
  background-color: rgba(0, 125, 195, 0.6);
}
.outline.f_inner .googlemap {
  flex-shrink: 0;
  width: 400px;
  position: relative;
}
.outline.f_inner .googlemap p {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  background-color: #007DC3;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.outline.f_inner .googlemap .map_inner {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.outline.f_inner .googlemap .map_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.history {
  margin: 100px 0 70px;
}
.history h3 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #007DC3;
  margin-bottom: 35px;
}
.history .yeartbl table {
  border-collapse: collapse;
  font-size: 18px;
}
.history .yeartbl table tr {
  border-top: 1px solid rgba(0, 125, 195, 0.1);
  position: relative;
}
.history .yeartbl table tr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  border-left: 10px solid #007DC3;
  border-top: 10px solid #007DC3;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.history .yeartbl table th, .history .yeartbl table td {
  padding: 15px 30px 25px;
}
.history .yeartbl table th {
  vertical-align: top;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding-right: 0;
}
.history .yeartbl table td {
  padding-left: 0;
}
.history .yeartbl table td p {
  display: flex;
  margin-left: 10px;
}
.history .yeartbl table td p .moth {
  display: block;
  flex-shrink: 0;
  width: 50px;
  padding-right: 30px;
  text-align: right;
}
.history .yeartbl table td p .text {
  width: 100%;
  font-weight: 400;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .outline.f_inner .tbl table {
    font-size: 16px;
  }
  .outline.f_inner .tbl table td ul li::before {
    top: 10px;
  }
  .outline.f_inner .googlemap {
    width: 40%;
  }

  .history .yeartbl table {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .outline.f_inner .tbl table th, .outline.f_inner .tbl table td {
    padding: 15px 25px;
  }
  .outline.f_inner .googlemap {
    margin-top: 25px;
    width: 100%;
    position: static;
  }
  .outline.f_inner .googlemap p {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .outline.f_inner .googlemap .map_inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 45%;
    height: 0;
  }

  .history {
    margin: 70px 0 50px;
  }
  .history h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .history .yeartbl table th, .history .yeartbl table td {
    padding: 10px 25px 20px;
  }
  .history .yeartbl table th {
    font-size: 20px;
    padding-right: 0;
  }
  .history .yeartbl table td {
    padding-left: 0;
  }
  .history .yeartbl table td p .moth {
    width: 40px;
    padding-right: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .outline.f_inner .tbl table tr:nth-child(odd) {
    background-color: transparent;
  }
  .outline.f_inner .tbl table th, .outline.f_inner .tbl table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .outline.f_inner .tbl table th {
    background-color: rgba(0, 125, 195, 0.1);
    padding: 10px 15px;
    text-align: center;
  }
  .outline.f_inner .tbl table td {
    padding: 7px 15px 25px;
  }
  .outline.f_inner .tbl table td ul li {
    padding-left: 14px;
  }
  .outline.f_inner .tbl table td ul li::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  .outline.f_inner .tbl table td ul.float li {
    margin-right: 15px;
  }
  .outline.f_inner .googlemap p {
    font-size: 17px;
    height: 46px;
    line-height: 46px;
  }
  .outline.f_inner .googlemap .map_inner {
    padding-top: 50%;
  }

  .history {
    margin: 50px 0 35px;
  }
  .history h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .history .yeartbl table {
    width: 100%;
  }
  .history .yeartbl table tr::before {
    border-left: 7px solid #007DC3;
    border-top: 7px solid #007DC3;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .history .yeartbl table th, .history .yeartbl table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .history .yeartbl table th {
    text-align: center;
    font-size: 19px;
    padding: 5px;
  }
  .history .yeartbl table td {
    padding: 0 5px 25px;
  }
  .history .yeartbl table td p {
    line-height: 1.5;
    margin-left: 0;
  }
  .history .yeartbl table td p .moth {
    padding-right: 15px;
  }
  .history .yeartbl table td p + p {
    margin-top: 5px;
  }
}
