<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {
  max-width: 100%;
  margin: auto;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

main {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

section.sec_01 {
    width: 96%;
    margin: 1rem auto 2rem;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

section.sec_01 h2 {
    margin: .5rem 0;
}

section.sec_01 h2 p::before {
    content: "";
    padding-right: 5px;
    margin-right: .5rem;
    background-color: #00A98B;
}

section.sec_01 h2 p {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    color: #42210B;
    padding: 1rem 0;
    border-bottom: 1px solid #42210B;
}

section.sec_01 h2 p a {
    font-size: .9rem;
    text-decoration: none;
    color: #00A98B;
    float: right;
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 0;
}

section.sec_01 h2 p a::after {
    content: "â–¶";
    color: #00A98B;
    padding-left: .1rem;
}

section.sec_01 h2 p a:hover {
    color: #43E8C8;
}

section.sec_01 ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 1.5rem 0;
    border-bottom: 1px solid #42210B;
    margin-bottom: .5rem;
}

section.sec_01 ul li:first-child {
    display: flex;
    margin-right: 1rem;
}

section.sec_01 ul li a {
    text-decoration: none;
    color: #00A98B;
}

section.sec_01 ul li a:hover {
    color: #43E8C8;
}

section.sec_01 ul li dl {
    display: flex;
    justify-content: space-between;
    height: 1.5rem;
}

section.sec_01 ul li dl dt {
    color: #666;
}

section.sec_01 ul li dl dd {
    min-width: 60px;
    color: #fff;
    background-color: #00A99D;
    border-radius: 4px;
    margin-left: 1rem;
    padding: .1rem 1rem;
    text-align: center;
    font-size: .8rem;
}

section.sec_01 ul li dl dd.orange {
    background-color: #F7931E;
}

section.sec_01 ul li dl dd.skyblue {
    background-color: #00BFFF;
}

section.sec_01 ul li span {
    position: absolute;
    color: #fff;
    background-color: #F24379;
    border-radius: 4px;
    margin:0;
    padding: .1rem 1rem;
    text-align: center;
    font-size: .8rem;
    height: 1.3rem;
    top: 0;
    right: 0;
}

.MainVis {
  margin: 0px auto 5px;
  padding-top: 30px;
}

.breadcrumb {
  margin: 0 .5rem 30px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li, .breadcrumb a {
  font-size: 11px;
  color: #666;
  line-height: 1.8;
}

p.back_top {
    padding: 1rem 0 0;
    text-align: right;
}

p.back_top a {
    font-size: .9rem;
    text-decoration: none;
    color: #00A98B;
}

p.back_top a:hover {
    color: #43E8C8;
}


@media only screen and (max-width: 800px) {
    
section.sec_01 h2 p {
    font-size: 1.5rem;
}    

section.sec_01 h2 p a {
    font-size: .8rem;
}     
    
section.sec_01 ul {
    flex-wrap: wrap;
    margin-bottom: 0;
}
   
section.sec_01 ul li {
    margin-bottom: .5rem;
}    

section.sec_01 ul li:first-child {
    flex-flow: row;
    margin-right: 1rem;
}       
    
section.sec_01 ul li span {
    margin: 0;
    top:1.5rem;
}
}


@media only screen and (max-width: 400px) {
section.sec_01 h2 p {
    font-size: 1.3rem;
} 
}</pre></body></html>