@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
p {
  letter-spacing: 0.02rem;
}
#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

/*title*/
.title {
  width: 70%;
  overflow: hidden;
}
.float-left {
  float: left;
  padding-right: 20px;
}
.float-left p {
  text-align: center;
  font-size: small;
  font-style: italic;
}
.float-left img {
  width: 350px;
  height: 200px;
  object-fit: contain;
}

.clearfix {
  clear: both;
}
.details-contents::after,
.details-contents::before {
  content: "";
  clear: both;
  display: block;
}

.title-name {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin-bottom: 20px;
}
.title-name h1 {
  font-size: 40px;
  margin: 0;
}
.title-name h2 {
  margin: 0;
}
.title-date {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  width: 600px;
}
.title-date p {
  margin: 10px 0;
}
.title-img {
  width: 600px;
}
.img-160px {
  width: 19%;
  margin-right: 10px;
}

.img-160px img {
  width: 100%;
}

.img-160px p {
  font-size: small;
  text-align: center;
}

/*details summary*/
.headline {
  margin: 0;
  padding: 0;
}
.headline>summary {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: sticky;
  top: 0;
  z-index: 10;
  letter-spacing: 0.2rem;
}
.headline>summary::after {
  content: "＋";
  float: right;
  font-weight: normal;
}
.headline[open]>summary::after {
  content: "\2212";
}
.headline>summary:hover {
  background-color: #ccc;
}
.headline[open]>summary {
  background-color: #fff;
  border-bottom: initial;
}

/*report-contents*/
.report-contents,
.report-details {
  margin: 0;
  padding: 0;
}
.report-contents>summary {
  padding: 10px 20px 10px 30px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: sticky;
  top: 0;
  z-index: 10;
  letter-spacing: 0.2rem;
}
.report-details>summary {
padding: 10px 20px 10px 40px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: sticky;
  top: 0;
  z-index: 10;
  letter-spacing: 0.2rem;
}
.report-contents>summary::after,
.report-details>summary::after {
  content: "＋";
  float: right;
  font-weight: normal;
}
.report-contents[open]>summary::after,
.report-details[open]>summary::after {
  content: "\2212";
}
.report-contents>summary:hover,
.report-details>summary:hover {
  background-color: #ccc;
}
.report-contents[open]>summary,
.report-details[open]>summary {
  background-color: #fff;
  border-bottom: initial;
}
.report-details table {
  width: 100%;
}
.report-details td {
  padding: 10px 0;
}
.report-details td:first-of-type {
  width: 150px;
}
.report-details td:nth-of-type(2) {
  border-bottom: 1px solid #ccc;
}
.report-details td>img {
  width: 600px;
}

/*details-contents*/
.details-contents {
  padding: 0 20px;
}
.details-contents>h3 {
  position: sticky;
  top: 50px;
  z-index: 11;
  background: #fff;
  border-top: 1px solid #aaa;
  letter-spacing: 0.1rem;
}
.details-contents>h4 {
  position: sticky;
  top: 50px;
  z-index: 11;
  background: #fff;
  letter-spacing: 0.1rem;
}
.details-contents dt {
  font-weight: bold;
  padding-bottom: 10px;
}
.details-contents dd {
  padding-bottom: 10px;
}
.details-contents dd a {
  padding-bottom: 10px;
  text-decoration: underline;
}
.details-contents dd::before {
  content: "－";
  margin-right: 5px;
}
.details-contents p {
  margin-bottom: 40px;
  margin-top: 0;
}
.details-contents p a {
  text-decoration: underline;
}
.details-contents table {
  width: 100%;
}
.details-contents th {
  width: 49%;
  border-bottom: 1px solid #ccc;
}
.details-contents td {
  width: 49%;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
.charts-details {
  margin: 0;
  padding: 0;
}

/*animation settings*/
.headline[open] .details-contents,
.headline[open] .video-contents,
.headline[open] .pres-contents,
.headline[open] .report-contents,
.report-contents[open] .report-details {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*pres-contents*/
.pres-contents {
  border-top: 1px solid #ccc;
  display: flex;
  padding-top: 20px;
  margin-bottom: 10px;
}
.pres-contents-icon {
  padding-right: 20px;
}
.pres-contents-details {
  width: auto;
}
.pres-contents-details>h4 {
  margin-top: 0;
}
.pres-contents-details p a {
  text-decoration: underline;
}
.pres-contents-details>a::before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(/image/p29/rz_fritsch_sprite.png) no-repeat -15px -15px;
  width: 25px;
  height: 20px;
  top: 3px;
}

/*menu*/
.menu {
  margin-top: 40px;
  width: 30%;
}
/*item-now*/
.item-now {
 color:  #D21213;
}
/*item*/
.item {
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
  font-size: small;
}
.item a::before {
  content: "〉";
}
/*contact*/
.contact {
  border-bottom: 1px solid #ccc;
}
.contact h5 {
  margin: 10px;
}
.contact h5::before {
  content:"\232A";
}
.contact p {
  margin: 0 10px;
  font-size: small;
}
/*company*/
.company>summary {
  font-size: small;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border-top: 1px solid #ccc;
  list-style: none;
}
.company summary::before {
  content: "\232A";
}
.company[open]>summary::before {
  content: "－";
}
.company[open] .office,.company>a {
  animation: fadeIn 0.5s ease;
}
/*office*/
.office {
  margin: 0;
  padding: 0;
}
.address {
  padding-left: 20px;
}
.office[open] {
  height: 190px;
  transition: all 1s;
}
.office summary {
  font-size: small;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.office summary::before {
  content: "〉";
}
.office[open]>summary::before {
  content: "－";
}
.office[open] .address {
  animation: fadeIn 0.5s ease;
}

/*contents*/
.contents {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.contents a {
  text-decoration: none;
  color: initial;
}
.contents a:hover {
  color: #D21213;
  text-decoration: none;
}


/*dl dt dd*/
.glance dl, .ideal dl {
  text-align: left;
  padding: 20px;
}
.glance dt, .ideal dt {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: large;
}
.glance dd, .ideal dd {
  margin-left: 0;
  padding-top: 10px;
}
.glance dd::before, .ideal dd::before {
  content: "－";
  padding-right: 10px;
}
/*glance*/
.glance {
  background-color: #555;
  color: white;
}
/*ideal*/
.ideal {
  background-color: #f5f5f5;
}
/*view*/
.view {
  margin-bottom: 50px;
}
.view a::before {
  content: "▶";
  color: #D21213;
  padding-right: 5px;
}
/*return*/
.return {
  margin: 20px 0;
}

.return a::before {
  content: "◀";
  color: #D21213;
  padding-right: 5px;
}

/*technical-data page*/
.technical-data table {
  width: 100%;
  border-collapse: collapse;
}
.technical-data td {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-right: solid 10px #fff;
  padding: 15px 10px 5px 10px;
}


/*lineup*/
.lineup {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}
.lineup::after {
  display: block;
  content: "";
  width: 32%;
}

/*line5*/
.line5 {
  width: 19%;
}
.line5 img {
  width: 100%;
}
.line5 h4 {
  margin: 0 10px;
}
.line5 p {
  margin: 0 10px;
}


/*line3*/
.line3 {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  text-align: center;
  width: 32%;
  overflow: hidden;
  position: relative;
}
.line3 p {
  margin: 10px;
  text-align: justify;
}
.detail {
  background: #800;
  font-size: 0.7em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.detail a {
  display: block;
  height: 100%;
  text-align: none;
  color: #fff;
  padding: 10px;
}
.line3 table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
.line3 th {
  padding: 5px;
  background-color: #f5f5f5;
  border-top: solid 1px #aaa;
  font-weight: 100;
  width: 35%;
}
.line3 td {
  border-top: solid 1px #aaa;
  padding: 5px;
  background: #fff;
}

/*line2*/
.line2 {
  width: 49%;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.line2 table {
  width: 100%;
  border-collapse: collapse;
}

.line2 td {
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #aaa;
}

.line2 th {
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #aaa;
  background-color: #f5f5f5;
}


/*line1*/
.line1 {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

/*datas-table*/
.datas-table {
  border-collapse: collapse;
  text-align: center;
  width: auto;
  text-align: right;
  margin-bottom: 20px;
}
.datas-table th, .datas-table td {
  border: solid 1px #aaa;
  padding: 5px 10px;
  width: initial;
}

/*tooltip*/
.tooltip {
  position: relative;
  cursor: pointer;
  color: #20a31b;
  font-weight: bold;
}
.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}
.tooltip-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.3;
  background: #333;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: initial;
}
.tooptip::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom: 7px solid #333;
}

