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

.box26 {
    position: relative;
  display: inline-block;
    
    width:30%;
    margin: 60px 150px 0 0px;
    padding: 10px 30px ;
    border: solid 3px #d67547;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e34942;
    font-weight: bold;
}
.box26 p { 
   text-align:center;
    font-size:18px;
    font-weight:bold;
    color:black;
    margin: 0; 
    padding: 0;
}
.box_pic1 {
text-align:center;
}
.box_pic1 img{
    width:40px;
 }
@media (max-width: 767px) {
.box26 {
    position: relative;
  display: inline-block;
    
    width:80%;
    margin: 60px 40px 0 40px;
    padding: 0px 30px ;
    border: solid 3px #d67547;
    border-radius: 8px;
}   
 .box26 p { text-align:center;
           padding-top:15px;
          }
}
@media (min-width: 768px) and (max-width: 1520px){
.box26 {
    position: relative;
  display: inline-block;
    
    width:50%;
    margin: 60px 40px 0 40px;
    padding: 0px 30px ;
    border: solid 3px #d67547;
    border-radius: 8px;
}   
 .box26 p { text-align:center;
           padding-top:15px;
          }
}


.simple5col-row {
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple5col-col {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
  min-width: 0;
}
@media (max-width: 991px) {
  .simple5col-col { width: 50%; }
}
@media (max-width: 767px) {
  .simple5col-col { width: 100%; 
  padding-bottom: 70px;}
}

.simple5col-row {
   margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.simple5col-col {
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 991px) {
  .simple5col-col { width: 50%; }
}
@media (max-width: 767px) {
  .simple5col-col { width: 100%; }
}
/* ä»¥ä¸‹ã¯ä»Šã¾ã§é€šã‚Š */
.simple5col-inner {
  background: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.simple5col-title {
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  font-weight: bold;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  letter-spacing: 0.01em;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
@media (max-width: 767px) {
  .simple5col-title {
      font-size: 2rem;
    }
}
.simple5col-text {
  margin-bottom: 1em;
  color: #555;
  font-size: 1.08em;
  line-height: 1.7;
  flex-grow: 1;
}
.simple5col-btn {
  display: block;          /* æ¨ªå¹…æŒ‡å®šã‚’åŠ¹ã‹ã›ã‚„ã™ãã™ã‚‹ */
  width: 50%;              /* å¹…ã‚’åŠåˆ†ã« */
  margin: 0 auto 1em auto; /* ä¸­å¤®å¯„ã›ï¼†ä¸‹ã«ä½™ç™½ */
  padding: 6px 0;          /* ä¸Šä¸‹ã®ã¿ä½™ç™½ï¼ˆå·¦å³ã¯æ¶ˆã™ï¼‰ */
  background: #11b47b;
  color: #fff !important;
  border: none;
  border-radius: 2px;
  font-size: 1.06em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: background .2s;
  text-align: center;
}
.simple5col-btn:hover { background: #099c6a; }
.simple5col-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  overflow: hidden;
  margin-top: auto;
  display: flex;
  background: none !important;
}
.simple5col-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
</pre></body></html>