<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========= 繝ｬ繧､繧｢繧ｦ繝医�縺溘ａ縺ｮCSS ===============*/


.span{display:block;}

.flex{
  display:flex;
  flex-wrap: wrap;
}

.box_title{
     font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

  width: 1200px;
  padding: 0px;
    margin-top: 50px;
  margin-left: auto;
    margin-right: auto;
        margin-bottom: 10px;
height: 120px;
}


.box_f1{
     font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
        font-size: 1em;
  width: 1200px;
  padding: 20px;
  margin-left: auto;
    margin-right: auto;

}

.title-border {
display: flex;
align-items: center;
    width: 100%;
}

.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}

.title-border:after {
margin-left: 1%;
}

.title-border_s {
display: flex;
align-items: center;
    width: 80%;
}

.title-border_s:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}

.title-border_s:after {
margin-left: 1%;
}


.h0 {
    font-size: 60px;
    margin-top: 2%;
    margin-bottom: 8%;
  position: relative;
  padding: 0 1px;
  text-align: left;
}

.h0:before {
  position: absolute;
  top: calc(70% - 1px);
  right: 5%;
  width: 30%;
  height: 1px;
  content: '';
  background: #000;
}

.h0 span {
  position: relative;
  padding: 0 0.8em;
  background: #fff;
}


span.he{
    font-size: 30px;
    margin-left: 0%;
    }

.box_title_im {
  width: 100%;
  padding: 0px;
    margin-top: 0px;
  margin-left: auto;
    margin-right: auto;
}


img.imtn{/* 繝弱�繝槭Ν */
 width: 100%;
  height: 120px;
  object-fit: cover; /* 繝医Μ繝溘Φ繧ｰ */
    }


img.imt{/* 縺帙�縺�*/
 width: 100%;
  height: 120px;
    filter: sepia(90%);/* 縺帙�縺�*/
  object-fit: cover; /* 繝医Μ繝溘Φ繧ｰ */
    }

p.ca{/*螟ｧ繧ｭ繝｣繝励す繝ｧ繝ｳ*/
    font-size: 2.3em;
    line-height: 1.2;
    margin-top: 2%;
    margin-bottom: 0%;
    width: 90%;
    }

p.cae{/*蟆上く繝｣繝励す繝ｧ繝ｳ闍ｱ*/
    font-family: "EB Garamond";
    font-style: italic;
    font-size: 1em;
    line-height: 1.2;
    margin-top: 1%;
    margin-bottom: 0%;
    width: 90%;
    }


p.ha{/*蟆剰ｦ句�縺�*/
    font-size: 1.6em;
    margin-top: 2%;
    margin-bottom: 6%;
    width: 450px;
    }

p.fdtxa{/*譛ｬ譁�*/
	font-size: 1em;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 1.5;
    }

p.fdtxcen{/*譛ｬ譁�そ繝ｳ繧ｿ繝ｼ*/
	font-size: 1em;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 2.5;
    text-align: center;
    }

p.fdtxl{/*譛ｬ譁�Μ繧ｹ繝�*/
	font-size: 1em;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 1.2;
    }

.number ol {
  counter-reset: count 0;
}
.number li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

.number li {
 margin-top: 2%;
	margin-bottom: 2%;
    margin-left: 1.1em;
	text-indent: -1.1em;
}


p.fdtxb{/*繧ｵ繧､繝ｳ*/
	font-size: 0.9em;
	margin-top: 8%;
    margin-left: 2%;
	margin-bottom: 2%;
	line-height: 1.5;
    }

p.fdtxc{/*繧ｵ繧､繝ｳ蜿ｳ蟇�○*/
	font-size: 0.9em;
	margin-top: 8%;
    margin-left: 2%;
	margin-bottom: 2%;
	line-height: 1.5;
    text-align: right;
    }


p.fdtxc2{/*繧ｵ繧､繝ｳ蜿ｳ蟇�○*/
	font-size: 0.9em;
	margin-top: 3%;/*縺薙％驕輔≧*/
    margin-left: 2%;
	margin-bottom: 2%;
	line-height: 1.5;
    text-align: right;
    }



p{
  margin:50px 0;
}


.box{
  width: 220px;
  padding: 20px;
  margin:0 20px 20px 20px;
  background: #666;
  color: #fff;
}



/*==================================================
縺ｵ繧上▲
===================================*/

/* 縺昴�蝣ｴ縺ｧ */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 荳九°繧� */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 荳翫°繧� */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 蟾ｦ縺九ｉ */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

/* 蟾ｦ縺九ｉ2 */

.fadeLeft2{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}


@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}



@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 蜿ｳ縺九ｉ */

.fadeRight{
        display: block;
        text-decoration: none;
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

</pre></body></html>