@charset "utf-8";.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:10px;
  }
 .wrapper2 { 
    max-width:980px; 
    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: center;
    align-items: center; 
}
p {
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
}
@media (min-width: 1100px) {
    #wrapper .post-page {
        max-width: 950px;
        margin: auto;
    }
}
h1 {
  position: relative;
  display: inline-block;
  font-weight: bolder;
}

h2 {
    padding-bottom: 20px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}
.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 2s;
}
.horizontal-line {
 height: 1px;
 border: none;
 color: #000;
 background-color: #000;
 margin-top: 25px;
 margin-bottom: 30px;
}
.info_txt{ 
   display: inline-block; 
   text-align: left; 
   font-size: 1.1em;
   line-height: 180%;
}
@media (min-width: 751px) {
    .main_image {
        padding-bottom: 20px;
    }
    .ip_width {
        display: none;
    }
    .fir_text p {
        text-align: justify;
    }
    .last_paragraph p {
        text-align: justify;
        padding-left: 54px;
    }
    .sec_txt p {
        text-align: justify;
    }
}
@media (max-width: 750px) {
    .info_txt {
        padding: 20px 35px;
    }
    .info_txt_sp {
        text-align: justify;
        padding-left: 35px;
    }
    .fir_text p {
        text-align: justify;
        padding: 0px 10px;
    }
    .last_paragraph p {
        text-align: justify;
        padding:0px 10px;
    }
    .sec_txt p {
        text-align: justify;
    }
    .i_sp_only {
        padding: 0px 20px !important;
    }
}
.fst_ipad_only p {
    padding-left: 25px;
}
.i_pc_text {
    text-align: justify;
    padding: 0px 74px;
}
@media (max-width: 1024px) {
    .i_pc {
        display: none !important;
    }
    .i_sp {
        display: block !important;
        text-align: justify;
        padding: 0px 10px;
    }
    .i_pad_only {
        display: none !important;
    }
    .i_sp_only {
        display: block !important;
        padding: 0px 30px;
    }
    .double_img {
        width: 500px !important;
    }
}
@media (min-width: 1024px) {
    .i_pc {
        display: block !important;
    }
    .i_sp {
        display: none !important;
    }
    .i_pad_only {
        display: block !important;
        text-align: justify;
        padding: 0 50px;
    }
    .i_sp_only {
        display: none !important;
    }
}