@charset "utf-8";
/* /////////////////////////////
      TOP
///////////////////////////// */
.top h2{
  color: #0046A9;
  font-weight: 900;
  font-size: 48px;
}
.top h2 span{
  font-size: 60px;
}
.maker_list h2{
  align-items: center;
  display: flex;
}
.maker_list h2::before,
.maker_list h2::after {
content: "";
height:4px;
flex-grow: 1;
background-color:#0046A9;
}
.maker_list h2:before {
margin-right: 10px;
}
.maker_list h2:after {
margin-left: 10px;
}
.maker_list li{
  border: 2.5px solid #CBD5DC;
  border-radius: 6px;
  box-sizing: border-box;
  width: 12%;
  padding: 4px;
}
.maker_list li p{
  text-align: center;
  font-size: 18px;
  font-weight:bold;
}
.point h2,.point h2 span{
  text-align: center;
  font-weight: 900;
  letter-spacing: 6px;
}
.point ul{
  max-width:900px;
  width: 100%;
  margin: auto;
}
.point li{
  border: 4px solid #0096FF;
  border-radius: 10px;
  background: #0096FF;
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}
.point li p:first-child{
  color: #0096FF;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  font-family: din;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  padding: 0 20px 0 20px;
  position: relative;
}
/* .point_number::before{
  content: "";
 display: block;
 padding-top: 100%;
} */

/* .point li p:first-child::after{
  content: "";
  border-bottom: 60px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 0;
  right: -30px;
} */

.point li p:nth-child(2){
  font-size: 36px;
  font-weight: bold;
  margin-left: 30px;
}
.point li .color_yellow{
  font-weight: 900;
}
.point .more a{
  background: #FF6481;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 0 #595757;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 900;
  padding: 4px 20px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.top_img02{
  position: absolute;
  display: block;
  max-width: 130px;
  right: 160px;
  bottom: 0;
}
.blog h2{
  align-items: center;
  display: flex;
}
.blog h2::before,
.blog h2::after {
  content: "";
  height:4px;
  width: 100px;
  background-color:#0046A9;
  margin: 20px auto;
}
.blog h2:before {
  margin-right: 10px;
}
.blog h2:after {
  margin-left: 10px;
}

.blog li{
  border-bottom: 1px solid #0096FF;
  padding: 10px 0;
  box-sizing: border-box;
}
.blog .thumbnail {
  box-sizing: border-box;
  margin-right: 20px;
  max-width: 100px;
  width: 100%;
}
.blog .thumbnail_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100px;
}
@media screen and (max-width: 1100px) {
  .top_img02{
    max-width: 10vw;
    right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top h2{
    display: block;
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
  }
  .top h2 span{
    line-height: 1;
    font-size: 35px;
  }
  .maker_list h2::before, .maker_list h2::after{
    content: none;
  }
  .maker_list li{
    width: 48%;
    margin-bottom: 10px;
  }
  .point li{
    align-items: center;
  }
  .point li p:first-child{
    font-size: 28px;
    padding: 20px;
  }
  .point li p:last-child{
    font-size: 24px;
    margin-left: 10px;
  }
  .point li p.thr{
    padding: 40px 20px;
  }
  .point li p:first-child::after {
    border-bottom: 35px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
  }
  .point .more a{
    font-size: 20px;
  }
  .blog h2::before, .blog h2::after{
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (max-width: 320px) {
  .point li p.four{
    padding: 40px 20px;
  }
}


.slider_wrapper{
  width: 100%;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .slider_wrapper{
    width: 100%;
    margin: 20px auto;
  }
}