<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒ‘ã‚½ã‚³ãƒ³ã§è¦‹ãŸã¨ãã¯"pc"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
.pc { display: block !important; }
.sp { display: none !important; }
 
.pc2 { display: block !important; }
.sp2 { display: none !important; }

.pc-top {
  display: block !important;
}
.sp-top {
  display: none !important;
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§è¦‹ãŸã¨ãã¯"sp"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	
	  .pc2 { display: none !important; }
    .sp2 { display: block !important; }
	
		.pc-top {
      display: none !important;
    }
    .sp-top {
      display: block !important;
    }
  }

/*==================================================
ã‚¹ã‚¿ãƒ¼ãƒˆæ™‚ã¯è¦ç´&nbsp;è‡ªä½“ã‚’é€éŽ0ã«ã™ã‚‹ãŸã‚ã®opacity:0;ã‚’æŒ‡å®šã™ã‚‹
===================================*/

.box{
	opacity: 0;
}

/*==================================================
å‹•ã‹ã—ãŸã„å‹•ãï¼ˆä»Šå›žã¯â€ ãµã‚ã£â€ ã‚’æŽ¡ç”¨ï¼‰
===================================*/

.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);
  }
}

body {
  background-color: #ffffff;
  text-align: center;
}
img, object, embed {
  max-width: 100%;
  height: auto
}
img {
  -ms-interpolation-mode: bicubic;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
a:hover img {
  opacity: .6;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s
}
#main {
  width: 100%;
  margin: 0 auto
}


.wrap {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.inner {
  width: 85%;
  margin: 0 auto;
}
.mb70 {
  margin-bottom: 70px;
}
.mb100 {
  margin-bottom: 100px;
}
.pd100 {
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .mb100 {
    margin-bottom: 50px;
  }
  .pd100 {
    padding: 30px 0;
  }
  .mb70 {
    margin-bottom: 40px;
  }
}

/* -----ãµã‚ã£ã¨ã—ãŸå‹•ã----- */
.mv,
.list,
.ctabtn,
.voice-ttl,
.voice-img,
.step-subttl {
  opacity: 0;
  vertical-align: top;
}

/* -----CTA----- */
.cta-area_bg {
  background: #FFFCE6;
}

/* -----FV----- */
#ttl {
  width:100%;
  height: auto;
  overflow: hidden;
}

/* -----VOICE----- */
#voice {
	background: url("../images/voice-bg.jpg");
	background-size: cover;
	background-position: top;
  background-repeat: repeat-y;
}
.voice-ul {
  width: 75%;
  margin: 0 auto;
}
.voice-img {
  margin-bottom: 20px;
}

/* -----STEP----- */
#step {
	background: url("../images/step-bg.jpg");
	background-size: cover;
	background-position: top;
  background-repeat: repeat-y;
}
.step-subttl {
  width: 85%;
  margin: 0 auto;
}

.description {
  width: 65%;
  margin: 0 auto;
}

/* -----FOOTER----- */
.copyright {
	 color: #ffffff;
}
#page-footer {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
	background-color: #222;
}
#page-footer p {
  margin-bottom: 15px;
}
#page-footer p a {
  color: #ffffff;
}

.btn:hover{
    transition: 0.5s;
    opacity: 0.7;
}

.red{color: #d21b39; font-weight:bold;}
.red_u{color: #d21b39; font-weight:bold; border-bottom: 2px solid;}

.animated.infinite{
	width:90%;
}

@media only screen and (max-width: 750px) {
  .inner {
    width: 95%;
  }
  .voice-ul {
    width: 93%;
  }
  .step-subttl {
    width: 100%;
  }
}


/* å€‹äººæƒ…å&nbsp;±ä¿è­·æ–¹é‡ */
#privacy {
  margin: 0px; 
  padding: 0px; 
  font-size: 14px;
  background-color: rgb(238, 238, 238);
}
#wrapper {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(89, 74, 66);
}
#container {
  margin: 0px;
  padding: 15px 75px;
}
#containerhd {
  background-color: #04b984;
}
#privacy .style_01 {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  margin: 0px;
  padding: 15px 0px 11px;
  border-top: 1px solid #04b984;
  border-bottom: 1px solid #04b984; 
}
.contents {
  margin: 0px 0px 75px;
  padding: 0px;
  text-align: left;
}
table.spec {
  width: 100%;
  border-collapse: separate;
  margin: 0px 0px 30px;
}
table.spec td {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
  border-bottom: 1px solid rgb(153, 153, 153);
  padding: 10px;
}
table.spec th {
  padding: 10px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
  vertical-align: top;
  text-align: left;
  background-color: rgb(241, 241, 241);
  border-right: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
}
.caption {
  font-size: 12px;
  color: rgb(102, 102, 102);
  font-weight: normal;
  line-height: 150%;
}
#link {
  margin: 0px 45px;
  padding: 15px;
  font-size: 12px;
  line-height: 150%;
  color: rgb(153, 153, 153);
  border-top: 1px dotted rgb(153, 153, 153);
}
#footer {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  padding: 15px;
  color: #000;
  background-color: #04b984;
}</pre></body></html>