<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

h3.ttl {
  margin: 0 auto 1em;
	padding-top: 0.5em;
  font-size: 128.6%;
  font-weight: bold;
}


/* add */
.add {
	text-indent: -1em;
	margin-left: 1em;
}
.add3_5
{
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.add4
{
  text-indent: -4em;
  margin-left: 4em;
}
.add7{
  text-indent: -7em;
  margin-left: 7em;
}
.add7_5{
  text-indent: -7.5em;
  margin-left: 7.5em;
}
.add8{
  text-indent: -8em;
  margin-left: 8em;
}
.add10_5{
  text-indent: -10.5em;
  margin-left: 10.5em; 
}
.add10{
  text-indent: -10em;
  margin-left: 10em; 
}
.check-box {
  padding: 1em;
  margin: 2em 0;
  border: solid 1px #eee;
}

.check-box .bl {
	border-bottom: solid 1px #eee;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

.check-box strong.ttl {
  display: block;
  margin: 0 0 1em;
  font-size: 120%;
  color: #4ab9bf;
}
.check-box strong.ttl30{
  text-align: left;
}
.check {
  margin-bottom: -1em;
  text-align:center;
}
.check ul li ul {
	margin-top: 1em;
}
.check p {
	text-align: left;
}
.check li {
  padding-left: 1.5em;
  padding-bottom: 1em;
  text-indent: -.8em;
	text-align:left;
}
.check li.no {
  padding-left: 1.5em;
  padding-bottom: 1em;
  text-indent: -.7em;
}
.check li .square,
.check .square{
  display: inline-block;
  margin-right: .5em;
  color: #4ab9bf;
}
.check li .st,
.check .st{
	font-weight: bold;
	line-height: 2.5;
}

.check li.pb {
  padding-bottom: 1em;
}


/* check add */
.check .add {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.check .add .mr {
    margin-right: .5em;
}



.check img {
	padding: 1.5em 0 !important;
	margin:0 auto;
}

.check .or-and {
	background: #4ab9bf;
	padding: 0.05em 0.5em;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
}

.check p.divide {
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px #eee;
}
@media screen and (min-width: 768px) {
  .check-box {
    padding: 2em;
  }
  .check {
    margin-left: 1em;
  }
  #bottom_link .subttl{
        padding: .5em 0.8em .5em;
  }
}
</pre></body></html>