@charset "UTF-8";
/*
Theme Name: サワムラガク川崎 教習サービス契約書
Author: Munenori Kojima
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
  background-color: #f4f1df;
}
.h1_wrapper h1 {
  padding: 0 0 0 80px;
}
.h1_wrapper h1::before {
  content: "";
  background: url(../images/top/peterpan.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 108px;
  display: block;
  position: absolute;
  left: 300px;
  top: -17px;
}
@media screen and (max-width: 750px) {
  .h1_wrapper h1::before {
    left: 125px;
    top: -12px;
  }
}
/*=======================================================
h2
=======================================================*/
.contents .inner h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  display: flex;
  align-items: center;
  background: #3c2a10;
  border-radius: 10px;
  padding: 4px 0 0 25px;
  position: relative;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 42px;
  }
}
/*=======================================================
p
=======================================================*/
.contents .inner p {
  line-height: 1.67;
  margin: 20px;
}
@media screen and (max-width: 750px) {
  .contents .inner p {
    margin: 20px 20px 30px 20px;
  }
}
/*=======================================================
ul,li
=======================================================*/
.contents .inner ul {
  padding: 0 0 10px 0;
}
.contents .inner ul li {
  margin: 0 0 20px;
  padding: 4px 0 0 25px;
}
@media screen and (max-width: 750px) {
  .contents .inner ul {
    padding: 0 0 20px 0;
  }
}
