<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (max-width: 768px) {
  #headImg h1{
    width:  auto;
  }
}
div#main h2 {
	clear: both;
	margin: 0 0 15px 0;
	padding: 20px 0 2px 0;
	color: #009949;
	font-size: 1.5em;
	border-bottom: 1px solid #009949;
	font-weight: bold;
}

div#main h3 {
	font-size: 1.125em;
	font-weight: bold;
	background-image: url(/img/item/arrowMaru.gif);
	background-repeat: no-repeat;
	background-position: left 0.45em;
	padding-left: 15px;
	margin: 20px 0 1em 230px;
}
p.indent4 {
  text-indent: -4em;
  padding-left: 4em;
  padding-bottom: 7px;
}
p.indent1 {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 7px;
}
p.indent4 span, p.indent1 span {
  font-weight: bold;
}
p.emphasis {
  font-weight: bold;
  padding-bottom: 7px;
}
div.btn_anke a.anke {
  background: #00777C;
  border-radius: 100px;
  padding: 10px 5px;
  display: block;
  font-weight: bold;
  color: #fff;
  width: 60%;
  margin: 20px auto 60px auto;
  text-decoration: none;
  text-align: center;
  box-shadow: 1px 2px 0px 0 rgb(0, 56, 60);
}
div.btn_anke a.anke:hover {
  background: #40999d;
}
.ribbon8 {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #95c4aa;/*背景色*/
  margin-bottom: 30px;
}
.ribbon8:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.ribbon8:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.photo{
  margin: 20px;
}

#news .subBox{
  width: 100%;
}

.smalltext{
  font-size: 0.8125rem;
}
.smalltext-imp{
  font-size: 0.8125rem !important;
}

#news .twocolumn + .column-text{
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .twocolumn {
    margin-right: 0;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    width: 100%;

  }
}

.p00023{

  span:not(:first-child){
    padding-left: 2.4rem;
  }
  /* padding-left: 4em; */
}
</pre></body></html>