<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#floatingBnr {
  display: none;
}


/* 繧ｹ繝医Μ繝ｼ繝溘Φ繧ｰ繧ｵ繝ｼ繝舌� 繝輔Ο繝ｼ繝�ぅ繝ｳ繧ｰ */

@media print, screen and (min-width: 768px) {
  #ss_floatingBnr #sp_bnr {
    display: none
  }
  #ss_floatingBnr #pc_bnr {
    position: fixed;
    right: 0;
    top: 101px;
    z-index: 120;
    transform: translateX(260px)
  }
  #ss_floatingBnr #pc_bnr ul {
    list-style-type: none;
    margin: 0
  }
  #ss_floatingBnr #pc_bnr ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: translateX(0);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #ss_floatingBnr #pc_bnr ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 60px;
    box-sizing: border-box;
    position: relative
  }
  #ss_floatingBnr #pc_bnr ul li a {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #ss_floatingBnr #pc_bnr ul li a:hover {
    background: #fff
  }
  #ss_floatingBnr #pc_bnr ul li:hover {
    transform: translateX(-260px)
  }
  #ss_floatingBnr #pc_bnr ul li.contact {
    background: #1e9eab
  }
  #ss_floatingBnr #pc_bnr ul li.trial {
    background: #b11534
  }
  #ss_floatingBnr #pc_bnr ul li.school {
    background: #1e9eab;
    display: none
  }
}

@media screen and (max-width: 767px) {
  #ss_floatingBnr #pc_bnr {
    display: none
  }
  #ss_floatingBnr #sp_bnr {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 120;
    width: 100%;
  }
  #ss_floatingBnr #sp_bnr ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    width: 100%;
  }
  #ss_floatingBnr #sp_bnr ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 33.3%;
    box-sizing: border-box
  }
  #ss_floatingBnr #sp_bnr ul li a {
    display: block;
    padding: 4% 25%
  }
  #ss_floatingBnr #sp_bnr ul li img {
    width: 100%;
  }
  #ss_floatingBnr #sp_bnr ul li.phone {
    background: #1e9eab
  }
  #ss_floatingBnr #sp_bnr ul li.contact {
    background: #0c3391
  }
  #ss_floatingBnr #sp_bnr ul li.trial {
    background: #b11534
  }
  #ss_floatingBnr #sp_bnr ul li.school {
    background: #1e9eab;
    display: none
  }
}


/* mainvisual縲highres_btn */

#mainvisual .inner #highres_btn * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mainvisual .inner #highres_btn a {
  display: block;
  width: 456px;
  background: #232323;
  border-radius: 10px;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
  margin: 30px 0;
  position: relative;
  transition: .3s;
}

#mainvisual .inner #highres_btn a:hover {
  opacity: 0.5;
}

#mainvisual .inner #highres_btn a:before {
  content: '';
  width: 70px;
  height: 70px;
  background: url(../images/icon_highres_new.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainvisual .inner #highres_btn a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainvisual .inner #highres_btn a p {
  color: #FFF;
}

#mainvisual .inner #highres_btn a p:last-child {
  font-size: 180%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #mainvisual .inner #highres_btn a {
    width: 100%;
    padding: 15px;
    margin: 30px 0 0 0;
  }
  #mainvisual .inner #highres_btn a:before {
    width: 50px;
    height: 50px;
  }
  #mainvisual .inner #highres_btn a:after {
    right: 20px;
  }
}



/* estimates */

#estimates *{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#estimates {
  margin: 100px 0 0 0;
  padding: 50px 0;
  background: #FEFFE4;
}

#estimates .inner {
  width: 1200px;
  margin: auto;
}

#estimates h2 {
  font-size: 2.7rem;
  font-weight: 900;

  text-align: center;
  margin-bottom: 20px;
}

#estimates #estimates_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#estimates #estimates_list .estimates_box {
  width: 32%;
  padding: 15px;
  border: #CCC 1px solid;
  background: #FFF;
}

#estimates #estimates_list .estimates_box h3 {
  font-size: 2.4rem;
  color: #c7365e;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

#estimates #estimates_list .estimates_box .img {
  width: 50%;
  margin: 0 auto 20px auto;
}

#estimates #estimates_list .estimates_box dl {
  margin: 0 auto 10px auto;
  padding-bottom: 10px;
  display: flex;
	justify-content: center;
	align-items: stretch;
  font-size: 1.6rem;
}

#estimates #estimates_list .estimates_box dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#estimates #estimates_list .estimates_box dl dt {
  align-self: flex-start;
  display: inline-block;
  width: 30%;
  color: #FFF;
  background: #c7365e;
  text-align: center;
  font-weight: 900;
  padding: 5px 10px;
  margin-right: 10px;
}

#estimates #estimates_list .estimates_box dl dd {
  align-self: flex-start;
  font-size: 2.0rem;
}

#estimates #estimates_list .estimates_box dl dd.pl10 {
  padding-left: 10px;
}

#estimates + .offerArea {
  margin-top: 0;
}

#estimates #estimates_list .estimates_box dl + p{
	text-align: center;
}

@media screen and (max-width: 767px) {

  #estimates .inner {
    width: 100%;
    padding: 0 15px;
  }
	
	#estimates #estimates_list{
		display: block;
	}
	
	#estimates #estimates_list .estimates_box:nth-child(-n+2){
	margin-bottom: 15px;
}
	

  #estimates #estimates_list .estimates_box {
    width: 100%;
    padding: 10px;
	  margin-bottom: 15px;
  }
	
	
	#estimates #estimates_list .estimates_box:last-child{
		margin-bottom: 0;
	}

}</pre></body></html>