@charset "UTF-8";
.pcCnt {
  display: block;
}

.spCnt {
  display: none;
}

/*===========================================
	wrapper
=============================================*/
#wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

/* ▼▼ wrapper ▼▼ */
#wrapper {
  /* itemTitle */
  /*===========================================
  	w470
  =============================================*/
  /*===========================================
  	アイコン
  =============================================*/
  /*===========================================
  	itemArea
  =============================================*/
  /* txtB */
}
#wrapper #h1MainT {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
#wrapper .h2Title {
  font-size: 21px;
  font-weight: bold;
}
#wrapper .itemTitle {
  height: 25px;
  font-size: 17px;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
}
#wrapper .w470 .imgMax {
  width: 100%;
  height: auto;
}
#wrapper .icoArrow:before {
  content: "\f0da";
  font-family: 'icon';
  color: #333;
}
#wrapper .itemArea .itemBox {
  width: 277px;
  margin-bottom: 40px;
}
#wrapper .itemArea .itemBox .item {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .itemArea .itemBox .item img {
  width: 100%;
  height: auto;
}
#wrapper .itemArea .itemBox .itemName {
  font-size: 18px;
  font-weight: bold;
}
#wrapper .itemArea .itemBox .itemName2 {
  height: 60px;
  font-size: 18px;
  font-weight: bold;
}
#wrapper .itemArea .itemBox .itemWord {
  height: 35px;
  position: relative;
}
#wrapper .itemArea .itemBox .itemWord span {
  position: absolute;
  bottom: 0;
}
#wrapper .txtB {
  vertical-align: sub;
}

/* ▲▲ wrapper ▲▲ */
/*===========================================
	youtubeArea
=============================================*/
.youtubeArea iframe {
  width: 100%;
}

/* youtubeList */
.youtubeList li {
  width: 48%;
  margin-bottom: 20px;
}

@media (max-width: 740px) {
  #wrapper {
    width: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    /* itemTitle */
    /*===========================================
    	itemArea
    =============================================*/
  }
  #wrapper .imgMax {
    width: 100%;
    height: auto;
  }
  #wrapper .img90 {
    width: 90%;
    height: auto;
  }
  #wrapper .img80 {
    width: 80%;
    height: auto;
  }
  #wrapper .img70 {
    width: 70%;
    height: auto;
  }
  #wrapper .img60 {
    width: 60%;
    height: auto;
  }
  #wrapper .img20 {
    width: 20%;
    height: auto;
  }
  #wrapper .img05 {
    width: 5%;
    height: auto;
  }
  #wrapper .pcCnt {
    display: none;
  }
  #wrapper .spCnt {
    display: block;
  }
  #wrapper .w675 {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  #wrapper .w470 {
    width: 100%;
    order: 2;
  }
  #wrapper #h1MainT {
    font-size: 5.5vw;
  }
  #wrapper .h2Title {
    font-size: 5vw;
    font-weight: bold;
  }
  #wrapper .itemTitle {
    height: 32px;
    font-size: 3vw;
  }
  #wrapper .itemArea .itemBox {
    width: 49%;
    margin-bottom: 40px;
  }
  #wrapper .itemArea .itemBox .item {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .itemArea .itemBox .item img {
    width: 100%;
    height: auto;
  }
  #wrapper .itemArea .itemBox .itemName {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
  }
  #wrapper .itemArea .itemBox .itemName2 {
    line-height: 150%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
  }
  #wrapper .itemArea .itemBox .itemWord {
    height: 35px;
    position: relative;
  }
  #wrapper .itemArea .itemBox .itemWord span {
    position: absolute;
    bottom: 0;
  }
}
