@charset "utf-8";a:hover img {
 -moz-opacity:0.7;
 opacity:0.7;
 filter:alpha(opacity=70);
}
#wrapper .button{
 width: 100%;
}
.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;
}

@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;
 } 

.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.related_item{
  font-size: 100%;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}

.txt_0508{
  font-size: 1.0em;
  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: .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%;
}

@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;
 }
 .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;
}
@media (min-width: 751px){
  .fitting_item {
    width: 55%;
  }
  .fitting_item_word {
    width: 45%;
    font-size: 1.8em;
  }
}
.line-br {
    width: 100%;
    padding-top: 20px;
    border-bottom: solid 1px #101010;
}