/* 共通 */
@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
a{
  display:inline-block;
  transition:.3s;
  cursor:pointer;
}
a:hover{
  transition:.3s;
  opacity:0.9;
}
img{
  width:100%;
}
h1{
  margin-block-start: 0;
  margin-block-end: 0;
}

.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
}
/* ボタン */
.btn-wrap{
  text-align:center;
  margin-top: 2vw;
}
.btn{
  display:inline-block;
}
@media screen and (max-width:812px) {
  .btn{
    max-width:300px;
    width:60%;
  }
 }
/* テキスト01 */
.text-01{
  margin-top: 1.8em;
}
@media screen and (max-width:812px) {
  .text-01{
    width: 95%;
    margin: auto;
    margin-top: 3vw;
  }   
 }
/* features */
@media screen and (max-width:812px) {
  .features{
    width: 95%;
    margin: auto;
    margin-top: 8px;
  }   
 }
/* color */
.color{
  margin-top: 2em;
}
@media screen and (max-width:812px) {
  .color{
    margin-top: 0.2em;
  }   
 }
/* text02 */
.text-02{
  margin-top: 2.2em;
}
@media screen and (max-width:812px) {
  .text-02{
    width:95%;
    margin:auto;
    margin-top: 2.5vw;
  }   
 }
/* set */
.set{
  width:100%;
  box-sizing:border-box;
  background:#F7FDFF;
  margin-top: 2em;
}
.set__title{
  display: inline-block;
  font-size: 28px;
  color:#fff;
  background:#428ECC;
  padding:17px 10px 7px 45px;
  width:100%;
  box-sizing:border-box;
  margin:0;
  font-weight: normal;
  letter-spacing: -0.02em;
}
.set__inner{
  padding:3em 4.3em 2.4em;
  border-right:4px solid #428ECC;
  border-bottom:4px solid #428ECC;
  border-left:4px solid #428ECC;
}
.set__inner img{
  width:100%;
}
.set__bottom{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding-top: 0.7em;
}
.set__bottom img{
  width:50%;
}
.set__bottom a{
  display: inline-block;
  width:40%;
}
.set__bottom a img{
  width:100%;
  vertical-align:bottom;
  position:relative;
  top:8px;
}
@media screen and (max-width:812px) {
  .set{
    width:95%;
    margin:auto;
    margin-top: 2.1vw;
  }   
  .set__title{
    font-size: 3.1vw;
    padding: 2vw 1vw 1.5vw 4vw;
  }
  .set__inner{
    padding:6vw 4vw 4vw;
  }
  .set__bottom{
    padding-top: 1vw;
  }
  .set__bottom img{
    width:55%;
  }
  .set__bottom a{
    width:45%;
  }
 }