@charset "utf-8";a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter:alpha(opacity=70);
}
#wrapper .button {
  width: 100%;
}
.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;

  } 
.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;
}
p {
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: inline-block;
    text-align: left;
}
.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%;

}
@media (min-width: 751px) {
.profile-box {
    align-items: center;
    justify-content: space-between;
}
.profile-box .profile__photo {
    width: 50%; 
}
.profile-box .profile___photo {
    width: 60%;
    padding: 0 20px 0 0;
 }
.profile-box .profile_photo {
    width: 45%;
    padding: 0 20px 0 0; 
}
.profile-box .profile__info {
    text-align: left;
    width: 45%;
    line-height: 1.5;
}
.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: flex-start;
}
}

@media (max-width: 750px) {
.profile-box .profile__info{
    text-align: left;
    line-height: 1.5;
    margin-top: 30px;
    padding-left:10px;
}
.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;
}

@media (min-width: 751px){
  .fitting_item {
    width: 55%;
  }
  .fitting_item_word {
    width: 45%;
    font-size: 1.8em;
  }
}
@media (min-width: 1024px) {
    .i_sp {
        display: none !important;
    }
    .i_pc {
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .i_sp {
        display: block !important;
    }
    .i_pc {
        display: none !important;
    }
}