<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family:'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', sans-serif;
  margin: 0 !important;
}

.fv{
  width: 100%
}

.main{
  width: 100%;
}

.contents{
  margin: 10px;
}

p{  font-size:16px;
}

h1{
    padding: 5px;
    border-bottom: 10px solid #950100;
    font-size: 25px;
}

h2{
  text-align: center;
  font-size: 22px;
  height: 120%;
  padding: 5px;
  border-bottom: 2px solid #950100;
  border-left: 15px solid #950100;
  margin-top: 30px
}

h3{
  text-align: center;
  font-size: 20px;
  height: 120%;
  padding: 10px;
  border-bottom: 2px solid #D9D9D9;
  margin-top: 30px
}

h4{
  text-align: center;
  background-color: yellow;
  width: 90%;
  margin: 0 auto;
}

img{
  width: 95%;
  margin: 20px;
}

.img_card {
    width: 60%;
    margin:20px auto;
    text-align: center;
}

.red{
  color: #ED1442;
}

.blue{
  color:blue;
}

.yellow{
  color:#FEF22B;
}

.big{
  font-size: 25px;
}

.middle{
  font-size: 20px;
}

.small{
  font-size: 12px;
}

.right{
  text-align: right;
}

.b{
  font-weight: bold;
}

.y_b{
  background-color: #FEF17E;
  height: 70%;
}

.b_w{
  margin-top: -10px;
  text-align: center;
  background-color: black;
  height: 120%;
  color: #FEF22B;
  padding: 5px;
}

.center{
  text-align: center;
}

.conditions{
  margin:0 auto;
  width: 95%;
  text-align: left;
}

.spec_point {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    font-weight: bold;
    background-color: black;
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    border: 1px solid black;
    border-bottom: none;
}

.spec{
  width: 90%;
  margin: 0 auto;
  border: 1px solid black;
}

.list{
  font-size: 14px;
  text-align: left;
  margin: 15px auto;
  padding: 20px;
  padding-left: 15px;
  background-color: #fdf9ee;
}

.list_2{
  font-size: 14px;
  text-align: left;
  margin: 15px auto;
  padding: 2px;
  padding-left: 15px;
  background-color: #F1F1F1;
}

table,tr,th,td {
    border-collapse: collapse;
    border: 0px solid white;
    text-align: center;
    margin: 5px;
    padding: 10px;

}



.money{
  width: 100px;
}

table{
  margin: auto;

}

.table_white{
    border: 0px solid white;
    background-color: white;
}

.point_list{
  margin: auto;
  margin-top: 10px;
  width: 90%;
}

.h5_point {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #fdf9ee;
    color: black;
    font-size: 14px;
    margin-bottom: 0;
    border: 1px solid black;
    border-bottom: none;
}


.list_design004 {
    margin-top: 0 ;
    padding:20px  5px;
    border: 1px solid black;
}

.list_design004 li {
  list-style: none;
  font-size: 14px;
}

.list_design004 li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  padding: 0 5px;
  color:#0D7C94;
}

.comment{
  text-align: center;
}

.comment img{
    vertical-align: middle;
    display: inline-block;
}
.comment span{
    display: inline-block;
    margin-left: 30px;
}

.comment2{
  margin: 5px;
  padding: 15px;
}

.comment3{
  font-size: 12px;
}

.arrow_box2{
    margin: auto;
    position:relative;
    width:60%;
    height:100%;
    background:#e8eaff;
    padding:10px;
    text-align:center;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(229, 239, 207, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#e8eaff;
    right:100%;
    top:50%;
}

.answer{
  margin: 0 auto;
  width: 80%;
  background-color: #fcfbd7;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  padding: 5px 10px;
}

.img_icon2{
  width: 60px;
  height: auto;
  vertical-align: middle;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 750;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #40C784;
  border-radius: 0.5rem;
}

/*CTA*/

.CTA{
  text-align: center;
  animation: anime1 0.5s ease 0s infinite alternate;
  margin:20px;
}

@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.btn--orange,
a.btn--orange {
  font-size: 16px;
  color: #fff;
  background-color: #FD7208;
}
.btn--orange:hover,
a.btn--orange:hover {
  font-size: 16px;
  color: #fff;
  background: #FD7208;
}

.hwhw{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  animation: move-y .5s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.flash{
  animation: flash 1s linear infinite;
  width:50px;
  height:50px;
  margin:20px;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.btn01__wrap {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .59);
}

.btn01__link {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 14px 0;
  border-radius: 5px;
  text-decoration: none;
  background: linear-gradient(to bottom, #ffbd00 0%, #ff4b00 100%);
}

.btn01__link::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn01 {
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1rem/*14px*/;
    font-weight: bold;
    cursor: pointer;
}


@media screen and (min-width: 767px) { /*ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦å¹…ãŒ767pxä»¥ä¸Šã®å&nbsp;´åˆã«é©ç”¨*/
  main {
    background-color: #00FFFF; /*é’è‰²*/
  }

  .main_pc{
    width: 750px ;
    margin: auto;
  }

  }

  @media screen and (max-width: 479px) { /*ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦å¹…ãŒæœ€å¤§479pxã¾ã§ã®å&nbsp;´åˆã«é©ç”¨*/

    p{  font-size:14px;
      line-height:1.7;
    }

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