<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.barh2 {
  position: relative;
}

.barh2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #87DAA0, #87DAA0 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #87DAA0, #87DAA0 2px, #fff 2px, #fff 4px);
}

.barh2-2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.barh2-2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #87DAA0;
}

.barh2-2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.barh3{
  width:100%;
  border-left:double 10px #222BD7;
  padding-left:10px;
}
.barh4 {
  padding: 1rem 2rem;
  border-bottom: 3px dotted #87DAA0;
}
.sbarh3 {
  color: #364e96;/*æ–‡å­—è‰²*/
  border: solid 3px #364e96;/*ç·šè‰²*/
  padding: 0.5em;/*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  border-radius: 0.5em;/*è§’ä¸¸*/
}
.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*â†ç”»åƒã‚’æ¨ªã«4ã¤ä¸¦ã¹ã‚‹å&nbsp;´åˆ*/
	padding:0 5px;/*â†ç”»åƒã®å·¦å³ã«5pxã®ä½™ç™½ã‚’å…¥ã‚Œã‚‹å&nbsp;´åˆ*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*ç”»åƒã®ã¯ã¿ã&nbsp;ã—ã‚’é˜²ã*/
	height: auto; /*ç”»åƒã®ç¸¦æ¨ªæ¯”ã‚’ç¶­æŒ */
	border:solid 1px #ccc; /*â†ç”»åƒã‚’1pxã®ã‚°ãƒ¬ãƒ¼ã®æž&nbsp;ç·šã§å›²ã‚€æŒ‡å®šã®å&nbsp;´åˆ*/
}
/*ãƒªãƒ³ã‚¯ã®ä½ç½®èª¿æ•´*/
.link-t-a {
position: relative;
top: -150px;
display: block;
}
/*å–¶æ¥­æ™‚é–“*/
.title p{
    font-size: 1.5rem;
    font-weight: 600;
}
.title p:last-child{
    font-size: 1.2rem;
}
/*æ¦‚è¦*/
.about tr{
    border-bottom: 1px dotted #000;
}
/*å…¥æµ´æ–™é‡‘ãƒ»å¤§æµ´å&nbsp;´*/
.cost-dai{
    width: 80%;
    margin: 0 auto;
}
.cost-dai, .cost-dai th, .cost-dai td{
    border: 1px solid #999999;
}
.cost-dai caption{
    caption-side: bottom;
}
.cost-dai th,.cost-dai td{
    width: 50%;
    padding: 15px 5px;
    text-align: center;
}
.cost-dai th{
    background-color: #F4F4F4;
}
/*å…¥æµ´æ–™é‡‘ãƒ»å®¶æ—æ¹¯*/
.cost-kazoku{
    width: 80%;
    margin: 0 auto;
}
.cost-kazoku, .cost-kazoku th, .cost-kazoku td{
        border: 1px solid #999999;
}
.cost-kazoku th,.cost-kazoku td{
    padding: 5px 5px;
    text-align: center;
}
.cost-kazoku th{
    background-color: #000;
    width: 30%;
}
.cost-kazoku tr{
    width: 70%;
}
.yen-big{
    font-size: 1.5rem;
}
/*é¤¨å†…ãƒžãƒƒãƒ—*/
@media screen and (max-width:768px){
    .cost-dai, .cost-kazoku{
    width: 100%;
}
}
/*æ–°ç€æƒ…å&nbsp;±*/
.news_box{
  width:100%;
  line-height:180%;
  height:300px; 
  overflow:auto; 
  overflow-x: hidden;
}
.acp {
	width: 100%;
	float: left;
	display: block;
	height: 8em;
}</pre></body></html>