@charset "utf-8";
/* CSS Document */
.main {
  background-color: #fff;
}
.section-top__image {
  background-image: url("images/company/company_,main_img.png")
}
.wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
.report-container {
  width: 70%;
  height: 100%;
  background-color: #eaeaea;
  display: block;
  margin-bottom: 50px;
  padding: 50px 0 30px;
}
.title {
  width: 70%;
  font-size: 2.2rem;
  font-weight: 300;
  color: #0f0f0f;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 2px solid #333333;
  margin: 10px auto;
}
.date {
  font-size: 1.7rem;
  color: #ff0000;
  text-align: center;
	
}
.text {
  width: 70%;
  font-size: 1.7rem;
  color: #0f0f0f;
  padding-top: 20px;
  text-align: left;
  border-top: 2px solid #333333;
  margin: 0 auto;
	margin-top: 10px;
}
.wp-block-image{
	margin: 20px auto;
}

.sidebar__item {
  width: 300px;
  margin: 0 auto;
}
.sidebar__title {
  font-size: 2.2rem;
  font-weight: 300;
  background-color: #eaeaea;
  text-align: center;
  height: 50px;
  width: auto;
  line-height: 50px;
}
.sidebar__list li {
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  width: auto;
  padding: 10px 0 10px 10px;
  list-style: none;
}
.sidebar__list li a {
  text-decoration: none;
  color: #0f0f0f;
}
.sid-date {
  font-size: 1.5rem;
  color: #828282;
}
@media(max-width:1040px) {
  .wrapper {
    width: 100%;
    flex-flow: column nowrap;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .report-container {
    width: 100%;
  }
  .title {
    font-size: 2.0rem;
  }
  .date {
    font-size: 1.5rem;
  }
  .text {
    font-size: 1.5rem;
  }
  .sidebar__item {
    width: 100%;
    margin: 0 auto;
  }
  .sidebar__title {
    width: 100%;
    font-size: 2.0rem;
  }
  .sid-date {
    font-size: 1.5rem;
  }
}
@media(max-width:480px) {
  .report-container {
    height: auto;
    width: auto;
    margin: 30px 0 ;
    padding: 30px 0 15px;
  }
  .text {
    width: 300px;
    magrin: 0 auto;
    text-align: left;
  }
  .date {
    width: 300px;
    margin: 0 auto;
    color: #ff0000;
  }
  .title {
    font-size: 1.7rem;
    color: #0f0f0f;
    margin: 10px auto;
    width: 300px;
    padding: 0 0 20px;
  }
  .discription-img {
    width: 250px;
    height: 190px;
  }
  p {
    padding: 0;
  }
  .sidebar__title {
    width: 100%;
    font-size: 1.7rem;
  }
  .sidebar__list {
    font-size: 1.5rem;
  }
  .sidebar__list li {
    padding: 10px 0 10px 10px;
  }
  .sid-date {
    font-size: 1.3rem;
  }
}
.btn {
  margin: 0 auto;
  width: 600px;
	
  display: flex;
  justify-content:space-between;
}
.button_solid {
  width: 230px;
  height: 60px;
  transition: 0.3s ease-in-out;
  background: #ff0000;
  border-radius: 50px;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid a {
  text-decoration: none;
  letter-spacing: 5px;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  height: 100%;
}
.button_solid a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-width: 5px;
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  left: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}
.button_solid-1 {
  margin: 0 auto;
  width: 230px;
  height: 60px;
  transition: 0.3s ease-in-out;
  background: #ff0000;
  border-radius: 50px;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid-1 a {
  text-decoration: none;
  letter-spacing: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  height: 100%;
}
.button_solid-1 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid-1 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-width: 5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-top: 8px;
  margin-right: 15px;
}
@media(max-width:1040px) {
  .btn {
    margin: 0 auto;
    width: 400px;
  }
  .button_solid {
    width: 180px;
    height: 50px;
  }
  .button_solid a {
    font-size: 1.5rem;
    padding-left: 5px;
  }
  .button_solid a:after {
    width: 8px;
    height: 8px;
    border-width: 3px;
    left: 15px;
    margin-top: 12px;
    margin-right: 7.5px;
  }
  .button_solid-1 {
    width: 180px;
    height: 50px;
  }
  .button_solid-1 a {
    font-size: 1.5rem;
  }
  .button_solid-1 a:after {
    width: 8px;
    height: 8px;
    border-width: 3px;
    right: 10px;
    margin-top: 6px;
    margin-right: 7.5px;
  }
}
@media(max-width:480px) {
  .btn {
    width: 300px;
  }
  .button_solid {
    width: 135px;
    height: 40px;
  }
  .button_solid a {
    font-size: 1.3rem;
    padding-left: 5px;
  }
  .button_solid a:after {
    display: none;
  }
  .button_solid-1 {
    width: 135px;
    height: 40px;
  }
  .button_solid-1 a {
    font-size: 1.3rem;
  }
  .button_solid-1 a:after {
    display: none;
  }
}