@charset "utf-8";a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#wrapper .button {
  width: 300px;
}
.child {
  line-height: 180%;
}
.pad-left {
  padding-left: 10px;
}
.pad-right {
  padding-right: 10px;
}
.pad-left-right {
  padding-left: 5px;
  padding-right: 5px;
}
.item-height {
  margin-bottom: 20px;
}
.container_sp {
  display: block;
  text-align: center;
}
@media (min-width: 751px) {
  .container .child {
    width: calc(50% - 30px);
  }
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.wrapper2 {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.wrapper3 {
  padding: 20px;
}
.container2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.container3 {
  margin: 0 50px;
}
.container4 {
  max-width: 910px;
  margin: auto;
}
.container5 {
  margin: 0 40px 40px 40px;
}
h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-left: 1%;
  font-weight: bolder;
}
h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 1%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  background-color: black;
  border-radius: 2px;
}
.sub_ttl0508 {
  font-size: 1.4em;
  font-weight: bolder;
}
p {
  font-size: 100%;
  font-weight: normal;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
.txt_0508 {
  font-size: 1em;
  line-height: 150%;
  text-align: center;
  margin: 5px;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #000000;
  border: solid 2px #000000;
  border-radius: 3px;
  transition: 0.4s;
}
.btn-flat-border:hover {
  background: #000000;
  color: white;
}
.li_more0508 {
  font-size: 1.1em;
  font-weight: bolder;
}
.container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.child2 {
  padding: 20px 10px 10px 10px;
  line-height: 180%;
  margin:0 auto;
}
@media (min-width: 751px) {
  .wrapper3 {
    padding: 0 90px;
  }
  .row {
    padding-left: 0;
  }
  .profile-box {
    align-items: center;
    justify-content: space-between;
  }
  .profile-box .profile__photo {
    width: 50%;
    padding: 30px;
  }
  .profile-box .profile_photo {
    width: 45%;
    padding: 0 20 0 0px;
  }
  .profile-box .profile__info {
    text-align: left;
    width: 50%;
    line-height: 1.5;
    padding: 50px;
  }
  .profile-box .profile_info {
    padding: 0 10px;
    text-align: left;
    width: 55%;
    line-height: 1.5;
  }
  #wrapper .post-page {
    max-width: 1024px;
    margin: auto;
  }
  .container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}
.pc-show {
  display: block;
}
.sp-show {
  display: none;
}
@media (max-width: 750px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .profile-box .profile__info {
    text-align: left;
    line-height: 1.5;
    margin-top: 30px;
  }
  .container {
    flex-flow: row wrap;
  }
  .pad-left {
    padding: 0px 20px 0px 20px;
  }
  .pad-right {
    padding: 0px 20px 0px 20px;
  }
  .pad-left-right {
    padding: 0px 20px 0px 20px;
  }
}
h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bolder;
  padding-top: 20px;
}
h1:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s;
}
#wrapper .button:after,
#wrapper .btn-style:after {
  border-bottom: none;
}
#wrapper .aig-btn:after {
  border-bottom: solid 4px #101010;
}
.row {
  width: 100%;
}
.col-7 {
  width: 70%;
  float: left;
  padding-top: 25px;
}
.col-3 {
  width: 30%;
  float: right;
  padding-top: 20px;
}
.more-btn {
  width: 80px !important;
  height: 40px !important;
}
@media (min-width: 751px) {
  .mainContents {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
.text-title {
  font-size: 1.6em;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.text-desc {
  padding-left: 60px;
  padding-right: 60px;
}
.rep-left {
  padding: 0 0 10px 1%;
  margin-left: 28px;
}
@media only screen and (max-width: 768px) {
  .rep-left {
    padding: 0px;
    margin-left: 0px;
  }
  .text-desc {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-text {
    padding: 10px 20px 0px 23px;
  }
  .top-section{
    padding-inline: 10px;
  }
}
