@charset "UTF-8";
/*------------------------------------------------------------content*/
/*------------------------------------------------------------pagetitle*/
#pagetitle {
  background: url(../img/kodawari_img/pagetitle.jpg) no-repeat;
  background-size: cover;
}
/*-------------------------section01*/
#sec01 .title01 span {
  line-height: 140%;
}
#sec01 figure {
  margin-bottom: 20px;
}
#sec01 figure img {
  border-top: 15px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#sec01 p {
  margin-bottom: 15px;
}
#sec01 p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #sec01 .title01 {
    padding-bottom: 40px;
  }
  #sec01 .title01 span {
    line-height: 140%;
    font-size: 20px;
    margin-top: 10px;
  }
  #sec01 figure {
    float: right;
    margin-bottom: 0;
    margin-left: 30px;
  }
  #sec01 p {
    margin-bottom: 20px;
    text-align: left;
  }
}
/*-------------------------section03*/
#sec03 .inbox {
  background: url(../img/common_img/bg_flower.png) no-repeat center;
}
#sec03 .c8_top {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#sec03 .c8_top > figure {
  margin: 0 -20px 20px;
  background: #c51f1f;
}
#sec03 .c8_top .c8jan_tx p {
  margin-bottom: 20px;
}
#sec03 .c8_top .c8jan_tx > figure {
  max-width: 180px;
  margin: 0 auto;
}
#sec03 ul {
  margin-bottom: 30px;
}
#sec03 ul li {
  background: url("../img/common_img/bg_wave.jpg") center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 15px;
}
#sec03 ul li:last-child {
  margin-bottom: 0;
}
#sec03 ul li p {
  color: #fff;
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  #sec03 .c8_top {
    margin-bottom: 30px;
    padding: 40px;
  }
  #sec03 .c8_top > figure {
    margin: 0 -40px -30px;
  }
  #sec03 .c8_top .c8jan_tx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec03 .c8_top .c8jan_tx p {
    margin-bottom: 0;
  }
  #sec03 .c8_top .c8jan_tx > figure {
    max-width: 100%;
  }
  #sec03 ul {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  #sec03 ul li {
    padding: 20px;
    width: 32%;
    margin-bottom: 0;
  }
}