@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 20px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 50px 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 14%;
}

h2:after {
  right: 14%;
}

.h2_2:before {
  left: 23%;
}

.h2_2:after {
  right: 23%;
}

/*==========▼▼▼世界のフラーレンは日本のフラーレン▼▼▼==========*/
.world_full_img_container img {
  width: 60%;
}

/*==========▼▼▼フラーレン化粧品原料▼▼▼==========*/
.full_material_container {
  width: 80%;
  margin: 0 auto;
  line-height: 1.4;
}

.full_materia_img_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.full_materia_img_container img {
  width: 80%;
  padding-bottom: 35px;
}

/*==========▼▼▼サイズ調整▼▼▼==========*/
@media screen and (max-width: 699px) {
  
  h2:before {
    left: 9%;
  }
  
  h2:after {
    right: 9%;
  }
  
  .h2_2:before {
    left: 16%;
  }
  
  .h2_2:after {
    right: 16%;
  }
  
  .beginner_img_container img {
    width: 80%;
  }
  
  .world_full_img_container img {
    width: 60%;
  }
  
  .full_materia_img_container img {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
   
  h2 {
    padding: 50px 40px;
    font-size: 18px;
  }
  
  h2:before {
    left: 4%;
  }
  
  h2:after {
    right: 4%;
  }
  
  .h2_2:before {
    left: 12%;
  }
  
  .h2_2:after {
    right: 12%;
  }
  
  .full_is_container h3 {
    font-size: 16px;
    padding: 3px 12px;  
    background: transparent;
    border-left: solid 5px rgb(194,161,68);
    border-bottom: solid 1px rgb(194,161,68);
    text-align: left;
    margin-bottom: 40px;
  }
  
  p {
    font-size: 14px;
  }
  
  .full_materia_img_container img {
    width: 95%;
  }
}

@media screen and (max-width: 499px) {
  
  h2:before, h2:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgb(194,161,68);
  }
   
  h2 {
    padding: 50px 20px;
    font-size: 18px;
  }
  
  h2:before {
    left: 1%;
  }
  
  h2:after {
    right: 1%;
  }
  
  .h2_2:before {
    left: 10%;
  }
  
  .h2_2:after {
    right: 10%;
  }
  
  .full_is_container h3 {
    font-size: 16px;
    padding: 3px 12px;  
    background: transparent;
    border-left: solid 5px rgb(194,161,68);
    border-bottom: solid 1px rgb(194,161,68);
    text-align: left;
    margin-bottom: 40px;
  }
  
  p {
    font-size: 14px;
  }
  
  .full_materia_img_container img {
    width: 95%;
  }
}

@media screen and (max-width: 439px) {
  
  h2:before, h2:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: rgb(194,161,68);
  }
   
  h2 {
    padding: 50px 20px;
    font-size: 17px;
  }
  
  h2:before {
    left: -2%;
  }
  
  h2:after {
    right: -2%;
  }
  
  .h2_2:before {
    left: 10%;
  }
  
  .h2_2:after {
    right: 10%;
  }
  
  .full_is_container h3 {
    font-size: 15px;
    padding: 3px 12px;  
    background: transparent;
    border-left: solid 5px rgb(194,161,68);
    border-bottom: solid 1px rgb(194,161,68);
    text-align: left;
    margin-bottom: 40px;
  }
  
  p {
    font-size: 13px;
  }
  
  .full_materia_img_container img {
    width: 98%;
  }
}

@media screen and (max-width: 399px) {
  
  h2:before, h2:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: rgb(194,161,68);
  }
   
  h2 {
    padding: 50px 0px;
    font-size: 16px;
  }
  
  h2:before {
    left: -4%;
  }
  
  h2:after {
    right: -4%;
  }
  
  .h2_2:before {
    left: 8%;
  }
  
  .h2_2:after {
    right: 8%;
  }
  
  .full_is_container h3 {
    font-size: 14px;
    padding: 3px 12px;  
    background: transparent;
    border-left: solid 5px rgb(194,161,68);
    border-bottom: solid 1px rgb(194,161,68);
    text-align: left;
    margin-bottom: 40px;
  }
  
  p {
    font-size: 12px;
  }
  
  .full_materia_img_container img {
    width: 98%;
  }
}