@charset "utf-8";

.main {
  padding-top: 100px;
}



.recommended {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.header1{
  margin-top:0px;
}

.title h1{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 45px;

}


.page2 {
  max-width: 930px;
  
  margin-left: auto;
  margin-right: auto;
  padding-top:55px;
  padding-bottom:45px;
}

.page2 h1 {
  font-size: 30px;
  text-align: left;
}

.page2 p {
  
  margin-top: 20px;

}

.page2-text {
  padding-bottom: 60px;
}

.page2-text h1 {
  
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  padding: 25px 5px 25px 10px;
  margin-bottom:5px;
  border-left: solid 5px #5c9ee7;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px 14px rgba(0, 10, 1, 1) ;
  -moz-box-shadow:10px 10px 14px rgba(0, 0, 0, 0.8) ;
  box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3) ;
}

.page2-text p {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin-left: 40px;
}

.box2 {
  display: flex;
  margin-bottom: 300px;
}

.box {
  max-width:1200px;
  width:930px;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom: 20px;
  
  padding: 0px 40px;
  align-items: center;
  line-height: 45px;
  font-weight: bold;
  font-size: 25px;
}


.box p {
  margin-top: 100px;
}


.li {
  font-size: 20px;
  font-weight: bold;
}

.box h3 {
  
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  padding: 7px 5px 7px 10px;
  margin-bottom:5px;
  border-left: solid 5px #5c9ee7;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  -webkit-box-shadow:5px 5px 7px rgba(0, 0, 1, 8) ;
  -moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.8) ;
  box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3) ;
  font-size: 20px;
}


.page2 img {
  width:350px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;

}

.item-list {
  
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 20px;

  
}


.box p {
  
  line-height:20px;
  text-align: left;
  justify-content: space-between;
  border-bottom: dotted 2px #000000;
   
 
}


.p p {
  margin-top: 40px;
  text-align: left;
  justify-content: space-between;
 
}


/*浮かび上がらせるアニメーション*/

.fedein{
  
  opacity: 0; 
  transform: translate(0,80px);
  transition: all 800ms;
}

.fedein.scrollin{
  opacity: 1;
  transform: translate(0,0);
}

/*　箇条書きに▶〇表示 */

ul.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding-top: 40px;
  padding-left:10px;
  
}

ul.sample1 li{
  
  position:relative;
  padding: 0 0 0 25px;
  margin: 0px 0 7px 0px;
  font-size:21px;
  
  line-height: 45px;
}

ul.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 20px;
  
  background: #8badf6;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow:1px 1px 2px rgba(0, 0, 0, 1) ;
}






.box2-2 p {
  width: 65%;
  margin: 0 auto;
}






@media (max-width: 743px) {

  .main {
    padding-top: 50px;
  }
  
  .sub-recommended{
    display: block;
  }

  .sub-recommended h1{
    justify-content: center;
    align-items: center;

  }

  .box2{
    display:block;
  }

  .box{
    width:100%;
  }

  .item-list{
    margin-left: 5px;
  }

  .page2-text h1{
    font-size: 30px;
  }

  .box h3{
    font-size: 20px;
  }

  .box ul li{
    font-size: 18px;

  }

  .box2 {
    
    margin-bottom: 100px;
  }


  
  .page2-text h1 {
  
    margin-left: 22px;
    margin-right: 40px;
    position: relative;
    padding: 15px 10px 20px 10px;
    margin-bottom:5px;
    border-left: solid 5px #5c9ee7;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    -webkit-box-shadow: 10px 10px 14px rgba(0, 10, 1, 1) ;
    -moz-box-shadow:10px 10px 14px rgba(0, 0, 0, 0.8) ;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3) ;
  }

  .item-list {
    padding-left:30px;
  }
  
  .box{
    padding-left:22px;
  }

 




}