@charset "utf-8";

.style4Mv{
  background: url("../../../images/pi_gakusyu/4style/mv.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
  margin-top: 32px;
  margin-bottom: 150px;
}

.style4Mv h2{
  text-align: center;
  position: relative;
  top: -32px;
}

.style4Contents .movie{
  display: flex;
  justify-content: space-between;
}

.style4Contents h3{
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.style4Contents .movie .btn{
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}

.style4Contents .movie .btn a{
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  width: 200px;
  text-decoration: none;
}

.style4Contents .movie .btn a:before{
  content: "";
  background: url("../../../images/pi_gakusyu/4style/arrow.png");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

.style4Contents .styleNav{
  background: #f8f8f8;
  margin-top: 80px;
  margin-bottom: -80px;
}

.style4Contents .styleNav ul{
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.style4Contents .styleNav li{
  border-right: 1px dotted #666666;
  text-align: center;
  padding: 0 20px;
  flex-grow: 1;
}

.style4Contents .styleNav li:last-child{
  border: none;
}

.style4Contents .styleNav li img{
  width: auto;
  height: 150px;
}

.style4Contents .style{
  margin-top: 160px;
}

.style4Contents .style .styleMain{
  display: flex;
  justify-content: space-between;
}

.style4Contents .style#style2 .styleMain,
.style4Contents .style#style4 .styleMain{
  flex-direction: row-reverse;
}

.style4Contents .style .styleMain > .img{
  width: 580px;
  position: relative;
}

.style4Contents .style .styleMain > .img .fukidashi{
  position: absolute;
  left: -30px;
  top: -15px;
}

.style4Contents .style .styleMain .contents{
  width: 500px;
}

.style4Contents .style#style4 .styleMain .contents{
  width: 540px
}

.style4Contents .style .styleMain .contents h3{
  line-height: 1.4;
  position: relative;
  margin-top: -20px;
}

.style4Contents .style .styleMain .contents h3 .num{
  font-size: 56px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.style4Contents .style .styleMain .contents h3 .cat{
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.style4Contents .style .styleMain .contents .txt,
.style4Contents .style .styleBottom .change .contents .txt{
  line-height: 2.4;
}

.style4Contents .style .styleMain .contents .usingItem{
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
}

.style4Contents .style .styleMain .contents .usingItem .itemTxt{
   margin-left: 50px;
}

.style4Contents .style .itemTxt li,
.style4Contents .style p.itemTxt{
  line-height: 1.8;
  font-weight: bold;
  font-size: 12px;
}

.style4Contents .style .styleMain .contents .usingItem .itemTxt li:not(:last-child){
  margin-bottom: 10px;
}

.style4Contents .style .itemTxt a{
  color: #1c6bac;
}

.style4Contents .style .styleBottom{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.style4Contents .style#style2 .styleBottom,
.style4Contents .style#style4 .styleBottom{
  flex-direction: row-reverse;
}

.style4Contents .style .styleBottom .change{
  width: 620px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  border-right: 1px dashed #000;
}

.style4Contents .style#style2 .styleBottom .change,
.style4Contents .style#style4 .styleBottom .change{
  padding-right: 0;
  padding-left: 40px;
  border-right: none;
  border-left: 1px dashed #000;
  flex-direction: row-reverse;
}

.style4Contents .style .styleBottom .change .contents{
  width: 240px;
}

.style4Contents .style .styleBottom .change .img{
  position: relative;
  width: 300px;
}

.style4Contents .style .styleBottom .change .img .fukidashi{
  position: absolute;
}

.style4Contents .style#style1 .styleBottom .change .img .fukidashi{
  left: -22px;
  top: -36px;
}

.style4Contents .style#style2 .styleBottom .change .img .fukidashi{
  right: 22px;
  top: -36px;
}

.style4Contents .style#style3 .styleBottom .change .img .fukidashi{
  left: -20px;
  top: -36px;
}

.style4Contents .style#style4 .styleBottom .change .img .fukidashi{
  left: 15px;
  top: -36px;
}

.style4Contents .style .styleBottom .change .contents .itemTxt{
  margin-top: 20px;
}

.style4Contents .style .styleBottom .recommend{
  width: 480px;
}

.style4Contents .style .styleBottom .recommend h4{
  font-size: 18px;
}

.style4Contents .style .styleBottom .recommend .itemTxt{
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin: 20px 0;
}

.style4Contents .style .styleBottom .recommend .itemTxt.flexStart{
  justify-content: flex-start;
}

.style4Contents .style .styleBottom .recommend .itemTxt li{
  display: flex;
  align-items: flex-end;
}

.style4Contents .style .styleBottom .recommend .itemTxt.noFlex li{
  display: block;
  text-align: center;
}

.style4Contents .style .styleBottom .recommend .itemTxt li img{
  margin-right: 30px;
}

.style4Contents .style .styleBottom .recommend .itemTxt.noFlex li img{
  margin-right: 0;
}