@charset "UTF-8";
/* CSS Document */
.inner {
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
}
.anchor{
  margin-top:-50px;
  padding-top:50px;
}
.section_title{
  font-size: 2rem;
  text-align: center;
  margin: 40px auto 20px;
}
.section_title div{
  width: 120px;
  border-bottom: solid #707070 3px;
  margin: 0 auto;
}

/*----------------------------------------------

course

------------------------------------------------*/
#course{
  margin-top: 100px;
}
#course .section_title div{
  width: 200px;
}
#course h3{
  text-align: center;
  margin-bottom: 20px;
}
.course_title{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #FAF4D3;/*背景色*/
  border-left: solid 5px #EA5514;/*左線（実線 太さ 色）*/
  margin: 50px auto 20px;
}
.course_text{
  width: 90%;
  margin: 0 auto 10px;
}
.course_last_text{
  padding: 10px;
  border: double red;
}
.course_notes{
  font-size: 1.4rem;
}
.space_16{
  margin-left: 16px;
}
.space_5{
  margin-left: 5px;
}
.clean_otherbox{
  border: dashed #a8d4ff 3px;
  margin: 50px 0;
  border-radius: 20px;
}
.clean_other{
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  width: 200px;
  text-align: center;
  margin: -10px auto 30px;
}
.clean_other:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.clean_otherbox .course_text{
  margin-bottom: 30px;
}
.clean_course_title{
  background: linear-gradient(#ffffff 70%, #a7d6ff 70%);
  margin: 10px 0;
}
.clean_course_title_notes{
  font-size: 1.2rem;
}
.table_list{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.table_list dt{
  padding: 0 10px;
  
  background-color: #F4F8FB;
}
.table_list dd{
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.list_new:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/new_icon.png);
  background-size: contain;
  vertical-align: middle;
}
.shop_clean_title{
  text-align: center;
}
.shop_clean_title span{
  background:linear-gradient(transparent 70%, #FFC778 0%);
  text-align: center;
}
.point{
  padding: 0 10px;
}

/*----------------------------------------------

pc

------------------------------------------------*/
@media screen and (min-width:450px){
  .course_last_text{
    text-align: center;
    width: 80%;
  }
  .clean_otherbox{
    width: 90%;
    margin: 50px auto;
  }
  .shop_list_box{
    width: 90%;
    margin: 0 auto;
  }
  
  
  
  
}












