<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 豎守畑繧ｹ繧ｿ繧､繝ｫ **/

body {
  color: #666;
  line-height: 1.6rem;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}

/** 隕句�縺怜� **/
.circle {
  width: 215px;
  height: 215px;
  text-align:center;
  border-radius: 50%;
  border: solid 3px #6c757d;
  padding: 3rem;
  margin: 0 auto;
}

/** 譌｢蟄倥せ繧ｿ繧､繝ｫ縺ｮ逍台ｼｼ荳頑嶌縺� **/
/** ol繧ｫ繧ｦ繝ｳ繧ｿ繝ｼ繧剃ｸｸ蝗ｲ縺�↓ **/

ol.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
} 
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;  
}
.num-list li:before {
content: counter(my-counter);
counter-increment: my-counter;
border: 2px solid #666;
color: #666;
float: left;
text-align: center;
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-top: -2px;
font-family: 'Big Shoulders Display', cursive;  
}

/** jumbotron縺ｮ閭梧勹縺ｫ謖�ｮ夂判蜒� **/
.jumbotron {
  background: url('../img/top_kouho5.png') center no-repeat;
  background-size: cover;
  height: 100%;
min-height: 500px;
}

/** 繝代Φ縺上★繝ｪ繧ｹ繝医�繧ｻ繝代Ξ繝ｼ繧ｿ螟画峩 **/
li.breadcrumb-item.wf-breadcrumb-separator::before {
  margin-left: 6px;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}

/** customized css **/
/** size-{蜊倅ｽ閤: 豁｣譁ｹ繧ｵ繧､繧ｺ謖�ｮ� **/
.wf-square-xs {
  width: 20px;
  height: 20px;
}
.wf-square-lg {
  width: 260px;
  height: 260px;
}

/** 蛯ｾ縺代ｉ繧後◆譁�ｭ� **/
.wf-slope-text {
  transform: rotate(-4deg) translateY(-20px);
}

/** 豁｣蜀�ｼ九ユ繧ｭ繧ｹ繝� **/
.wf-circle {
  transform: translateY(-50%);
}
.wf-circle &gt; span {
  position: absolute;
  display: inline-block;
  font-size: 1.3rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
}

/** 荳句�縺ｮ縺ｿ縺檎ｪ√″蜃ｺ縺励◆莠碑ｧ貞ｽ｢ **/
.wf-penta {
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}

/** 螢ｰ縺ｮ繝�く繧ｹ繝� **/
.comment-box {
  position: relative;
  display: inline-block;
  padding: 2rem;
  font-size: 16px;
  background: #f8f9fa;
}

/** 荳句�縺ｮ縺ｿ縺檎ｪ√″蜃ｺ縺励◆蜷ｹ縺榊�縺� **/

.down-balloon:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-top: 3rem solid #f8f9fa;
  z-index: 999;
}

.down-balloon p {
  margin: 0;
  padding: 0;
}

/** 荳雁�縺ｮ縺ｿ縺檎ｪ√″蜃ｺ縺励◆蜷ｹ縺榊�縺� **/

.up-balloon:before {
  content: "";
  position: absolute;
  top: -130px;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-bottom: 3rem solid #f8f9fa;
  z-index: 999;
}

.up-balloon p {
  margin: 0;
  padding: 0;
}

/** 蜷ｹ縺榊�縺� **/
.wf-balloon {
  position: relative;
  padding: 20px;
  border: 2px solid rgba(75, 75, 75, 0.85);
  border-radius: 12px;
}

.wf-balloon-left::before,
.wf-balloon-left::after,
.wf-balloon-right::before,
.wf-balloon-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.wf-balloon-left::before {
  left: -15px;
  border-right: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-left::after {
  left: -12px;
  border-right: 15px solid white;
}

.wf-balloon-right::before {
  right: -15px;
  border-left: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-right::after {
  right: -12px;
  border-left: 15px solid white;
}

/** 繝医ャ繝励∈謌ｻ繧九�繧ｿ繝ｳ **/
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}

/** 繧ｹ繝�ャ繝励ヵ繝ｭ繝ｼ **/

.step-bar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.step-bar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.step-bar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  left: calc(-50% + 32px);
  top: 50px;
}
.step-bar li:first-child:after {
  display: none;
}
.step-bar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}
.step-bar .visited:after {
  background: #4D648D;
}
.step-bar .visited span {
  background: #4D648D;
}


/** 繧ｰ繝ｼ繧ｰ繝ｫ繝槭ャ繝� **/
  #main {
    background-color: cadetblue;
    height: 300px;
  }
  #side {
    height: 300px;
  }

  @media (min-width:1000px) {
    #wrapper {
      display: flex;
      height: 300px;
    }

    #side {
      width: 40%;
    }

    #main {
      width: 60%;
    }
  }

/** youtube **/
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*繧｢繧ｹ繝壹け繝域ｯ� 16:9縺ｮ蝣ｴ蜷医�邵ｦ蟷�*/
    height: 0;
    overflow: hidden;
  }
  
  .movie-wrap iframe {
    max-width:100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  

/* 陋榊�繝壹Φ 邏ｰ */
.line_marker_orange_hoso {
  background: linear-gradient(transparent 60%,#ffa500 60%);
}
.line_marker_yellow_hoso {
  background: linear-gradient(transparent 60%,#ffff00 60%);
}
.line_marker_green_hoso {
  background: linear-gradient(transparent 60%,#00ff00 60%);
}
.line_marker_lightblue_hoso {
  background: linear-gradient(transparent 60%,#add8e6 60%);
}
/* 陋榊�繝壹Φ 螟ｪ */
.line_marker_orange_futo {
  background: linear-gradient(transparent 0%,#ffa500 0%);
}
.line_marker_yellow_futo {
  background: linear-gradient(transparent 0%,#ffff00 0%);
}
.line_marker_green_futo {
  background: linear-gradient(transparent 0%,#00ff00 0%);
}
.line_marker_lightblue_futo {
  background: linear-gradient(transparent 0%,#add8e6 0%);
}


@media screen and (min-width: 761px) { /*讓ｪ蟷�′761px莉･荳翫↓縺ｪ縺｣縺溘ｉ驕ｩ逕ｨ*/
	.sma{ display: none; }
}

html{
  scroll-behavior: smooth;
}

/*繝｡繝九Η繝ｼ繧偵�繝ｼ繧ｸ荳矩Κ縺ｫ蝗ｺ螳�*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*繝｡繝九Η繝ｼ繧呈ｨｪ荳ｦ縺ｳ縺ｫ縺吶ｋ*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*蟾ｦ蛛ｴ繝｡繝九Η繝ｼ繧堤ｷ題牡縺ｫ*/
#sp-fixed-menu li:first-child{
  background: #4602ff;
}

/*蟾ｦ蛛ｴ繝｡繝九Η繝ｼ繧偵が繝ｬ繝ｳ繧ｸ濶ｲ縺ｫ*/
#sp-fixed-menu li:last-child{
  background: #f3d424;
}

/*繝懊ち繝ｳ繧定ｪｿ謨ｴ*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:20px;
}

/*PC縺ｮ蝣ｴ蜷医↓縺ｯ繝｡繝九Η繝ｼ繧定｡ｨ遉ｺ縺輔○縺ｪ縺�*/
@media (min-width: 768px) {
  .for-sp{
     display:none;
   }
}</pre></body></html>