<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.back{
  background:url(../../img/lemon.jpg) #fff left top repeat;
  padding:60px 0 50px;
}
.content-index {
  width: 100%;
  padding: 20px 10px 10px;
}
.content-s img{
  width: 180px;
}
.content-p{
  display: none;
}
.content{
  margin: 0 10px;
}
.content-nav{
  position: relative;
}
/*-----ボタン-----*/
.bott {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #a0cbed;/*左線*/
  color: #a0cbed;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 5px;
  margin: 10px 0 15px 15px;
}
.b1{
  border-left: solid 6px #c3d600;/*左線*/
  color: #c3d600;/*文字色*/
}
.b2{
  border-left: solid 6px #f5b2b2;/*左線*/
  color: #f5b2b2;/*文字色*/
}
.b3{
  border-left: solid 6px #fabe00;/*左線*/
  color: #fabe00;/*文字色*/
}
/*----ボタンここまで-----*/

.bott{
  float: left;
}

/*--見出しストライプ--*/
h1 {
  position: relative;
  font-size: 16px;
}
h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #a0cbed, #a0cbed 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #a0cbed, #a0cbed 2px, #fff 2px, #fff 4px);
}
.ala h1::after {
  background: -webkit-repeating-linear-gradient(-45deg, #c3d600, #c3d600 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #c3d600, #c3d600 2px, #fff 2px, #fff 4px);
}
.vac h1::after {
  background: -webkit-repeating-linear-gradient(-45deg, #f5b2b2, #f5b2b2 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f5b2b2, #f5b2b2 2px, #fff 2px, #fff 4px);
}
.exa h1::after {
  background: -webkit-repeating-linear-gradient(-45deg, #fabe00, #fabe00 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fabe00, #fabe00 2px, #fff 2px, #fff 4px);
}

.inner-index{
  padding: 10px 50px 10px 10px;
}

/*----コメント-----*/
p{
  font-size: 13px;
  line-height: 20px;
}
.content-comment{
  margin: 10px;
  padding: 10px 18px 20px;
}
a.jump{
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
.stro-comme {
border: 2px dotted #a0cbed;
background: #fdebc1;
border-radius: 5px;
padding: 5px;
margin: 50px 10px;
}
.stro-comme p{
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.bold{
  font-weight: 600;
}
.o{
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 7px;
}
.o::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.comme-p{
  margin: 5px 0 0 46px;
  line-height: 15px;
  padding-top: 1px;
}

.stro-li{
  margin:30px;
}


.alle-stro p{
  text-align: center;
  margin-bottom: 10px;
}
.alle-stro{
  text-align: center;
  margin: 50px 0 ;
}
.alle-stro a{
  font-size: 14px;
}
.alle-btn {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #FFF;
  background: #c3d600;/*背景色*/
  border-bottom: solid 2px #8c9900;/*少し濃い目の色に*/
  border-radius: 3px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.exa-stro{
  margin: 30px 0 ;
}
.exa-btn{
  background: #fabe00;/*背景色*/
}


h2{
  font-size: 14px;
  border-bottom: 0;
}
.ken-index{
  margin-left: 30px;
}
h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #783410;
}
h2:before {
  left:0;
}
h2:after {
  right: 0;
}
.ken{
  padding-bottom: 0;
}
.recom{
  padding-bottom: 30px;
}

/*-----予防接種テーブル-----*/
.price-table{
  width:78%;
  margin: 0 auto 30px;
}
caption{
  font-size: 14px;
}
thead{
  background-color: #f5b2b2;
  padding: 5px 0 3px;
  color:#fff;

}
th,td{
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
}
tbody th,td{
  background-color: #f9f1c0;
  padding: 8px 5px 8px 10px;
  vertical-align: middle;
}
.txt{
  text-align: center;
}
.vac{
  padding-bottom: 10px;
}

/*-----スライドボックス-----*/
.slidebox {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 50px auto;
    width: 80%;
}

.slidebox-title {
    background-color: #f9f1c0;
    cursor: pointer;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
}

.slidebox-body {
    display: none;
    border-radius: 5px;
}
.price{
  width:100%;
  margin: 20px auto 30px;
}





/*-----PC設定-----*/
@media print,screen and (min-width: 768px){
.content-index{
    width: 1100px;
    margin: 0 auto;
  }
  .content-s{
    display: none;
  }
  .content-p{
    display: block;
    margin-bottom: 30px;
  }
.content-nav{
  margin-left: 70px;
}
h1::after {
  height: 8px;
}

  /*-----ボタン-----*/
  .bott {
    padding: 8px 40px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 22px;
  }
  .bott:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  /*----ボタンここまで-----*/

.content{
  width:1100px;
  margin: 0 auto;
}
  h1 {
    position: relative;
    font-size: 30px;
  }
  .inner-index{
    padding: 30px 70px 20px 60px;
    margin: 30px 30px 30px;
  }
  a.jump{
    padding-top: 20px;
    margin-top: -20px;
  }

/*----コメント-----*/
p{
  font-size: 18px;
  line-height: 30px;
}
.content-comment{
  margin: 0 100px 50px;
  padding: 10px 50px 20px;
}
.stro-comme{
  width: 300px;
}
.stro-comme p{
  font-size: 16px;
}
h2{
  font-size: 20px;
}
.ken-index{
  margin-left: 130px;
}

.o{
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.o::after {
  top: 3px;
  width: 12px;
  height: 5px;
}
.comme-p{
  margin: 7px 0 0 66px;
  line-height: 18px;
}

.stro-li{
  margin:30px;
}


.alle-stro p{
  text-align: center;
  margin-bottom: 10px;
}
.alle-stro{
  margin: 70px 0 ;
}
.alle-stro a{
  font-size: 20px;
}
.alle-btn {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #FFF;
  background: #c3d600;/*背景色*/
  border-bottom: solid 2px #8c9900;/*少し濃い目の色に*/
  border-radius: 3px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.gather{
  margin-left: 60px;
  padding-top: 10px;
}
.exa-btn{
  background: #fabe00;/*背景色*/
}






/*-----予防接種テーブル-----*/
.price-table{
  width:40%;
  margin: 0 auto 90px;
}
caption{
  font-size: 20px;
  margin-bottom: 15px;
}
th,td{
  font-size: 18px;
  border: 2px solid #fff;
  line-height: 1.8;
}

/*-----スライドボックス-----*/
.slidebox {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    margin: 50px auto;
    width: 40%;
}
.slidebox-title {
    font-size: 15px;
}
.price{
  width:90%;
  margin: 20px auto 30px;
}
</pre></body></html>