@charset "UTF-8";
/* CSS Document */
.h2Area {
	background-image: url(../img/starting/h2_bg.jpg);
}
.underbar01 {
  font-size: 37px;
  font-weight: bold;
  color: #0099CC;
  text-align: center;;
  position: relative;
  margin-bottom: 50px;
}
.underbar01:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0099CC;
}
.startingBox01 .h3Area p {
  text-align: center;
  padding: 0 30px 50px;
}
.startingBox02 .inner h4 {
  color: #0099CC;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.startingBox02 .inner {
  width: 930px;
  padding: 35px 0;
}
.startingBox02 .inner ul {
  margin: 30px auto 0;
}
.startingBox02 .inner ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    padding: 0 0 20px 35px;
}
.startingBox02 .inner ul li:before {
  content: "\f046";
  position: absolute;
  color: #0099CC;
  display: block;
  font-size: 20px;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lgBg {
	background-color: #F6F6ED;
}
.rightTxt {
	text-align: right;
}
.pinkMedMin {
  color: #FF9999;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.startingBox03 .inner {
  width: 900px;
}
.startingBox03, .startingBox04 {
  margin-top: 70px;
}
.startingBox03 .inner p {
  padding: 0 20px;
}
.startingBox03 .inner p.txt01 {
  padding: 0 20px 50px;
}
.startingBox03 .inner h5 {
  font-weight: bold;
  padding: 0 20px;
}
.startingBox03 .inner p.txt02 {
  padding: 0 20px 20px;
}
.startingBox03 .inner p.txt03 {
  padding: 0 20px 20px 40px;
}
.startingBox04 .inner {
  width: 1140px;
}
.startingBox04 .inner ul {
  width: 100%;
  overflow-x: hidden;
}
.startingBox04 .inner ul li {
  width: 100%;
  display: inline-block;
  padding: 30px 50px 20px;
  margin-bottom: 30px;
  border: 2px solid #0099CC;
}
.startingBox04 .inner ul li .left {
  float: left;
  width: 80%;
  margin-top: 6px;
}
.foursquwareTit {
  text-align: left;
}
.foursquwareTit p.tit {
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 37px;
  position: relative;
  letter-spacing: 0.12em;
  line-height: 1;
}
.foursquwareTit p.tit:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background-image: url(../img/sub/mark.png);
  background-position: top left;
  background-size: 50%;
  background-repeat: no-repeat;
}
.foursquwareTit p.tit span {
  letter-spacing: inherit;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}
.startingBox04 .inner ul li .right {
  float: right;
  width: 20%;
}
.startingBox04 .inner ul li .right .kadomaruBtn a {
  width: 200px;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0099CC;
  border-radius: 30px;
}
.startingBox04 .inner ul li .right .kadomaruBtn a:hover {
  background-color: #FF9999;
  color: #000;
}

@media screen and (max-width: 736px) {
  .startingBox01 .h3Area .inner h4 {
    font-size: 3vw;
  }
  .startingBox01 .inner,.startingBox02 .inner,.startingBox03 .inner {
    width: 100%;
    padding: 50px 5vw;
  }
  .startingBox01 .h3Area p {
    font-size: 3.4vw;
    line-height: 1.3;
    text-align: left;
    padding: 0;
  }
  .startingBox02 .inner {
    width: 100%;
    padding: 35px 5vw;
  }
  .startingBox02 .inner ul li {
    width: 100%;
  }
  .startingBox04 .inner ul li .left, 
  .startingBox04 .inner ul li .right {
    float: none;
    width: 100%;
  }
  .startingBox03, .startingBox04 {
    margin-top: 2vh;
    display: inline-block;
  }
  .pinkMedMin {
    padding: 0 0 20px;
    font-size: 1.3em;
    line-height: 1.3;
  }
  .startingBox04 .inner {
    width: 100%;
    padding: 0 5vw;
  }
  .startingBox04 .inner ul li {
    padding: 2vh 5vw;
  }
  .startingBox04 .inner ul li .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .foursquwareTit p.tit {
    padding-bottom: 2vw;
    padding-left: 8.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.12em;
    border-bottom: 2px dotted #0099CC;
    margin-bottom: 2vh;
  }
  .foursquwareTit p.tit:before {
    background-size: 36%;
  }
  .foursquwareTit p.tit span {
    padding-left: 2vw;
    font-size: 3vw;
    letter-spacing: 0;
  }
  .startingBox03 .inner p.txt01 {
    padding: 0 0px 50px;
  }
  .startingBox03 .inner p.txt02 {
    padding: 0 0 20px;
  }
  .startingBox03 .inner h5 {
    padding: 0;
  }
  .startingBox03 .inner p.txt03 {
    padding: 0px 0px 20px 0px;
  }
}

