<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html{
  width:100%;
  height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}
img{
  border:0;
}
body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"MS Pゴシック", sans-serif;
  line-height:1.6;
  width:100%;
  font-size:14px;
  height:100%;
  background:#FFF;
  background-image:url(../images/bg.jpg);
}
p{
  color:#212121;
}
h1{
  font-size: 40px;
  text-align:center;
  color:#111;
}
h2{
  font-size:30px;
  font-weight:bold;
  line-height:1em;
  margin-bottom:10px;
}
h3{
  font-size:19px;
  text-decoration: underline;
}
.wapper{
  width: 100%;
}
.block-red{
  text-align: center;
  background: #cf2323;
}
.block-red h1{
  font-size: 60px;
  color:#FFF;
  letter-spacing: 0.2em;
}
.header-img{
  width:100%;
  max-width: 960px;
  margin: 0 auto 20px;
  position: relative;
  top:0;
}
.img-pt2{
  position: absolute;
  top:0;
  left:655px;
}
.contents{
  width:100%;
  max-width: 960px;
  background:#FFF;
  margin:0 auto;
  box-shadow: inset 1px 2px 13px 0px rgba(0, 0, 0, 0.5);
}
.contents-inner{
  padding:50px;
}
.section{
  margin-bottom: 50px;
}
.section h2:before{
  content: "■";
  display: inline-block;
  padding-right:8px;
  vertical-align: center;
  color:#cf2323;
}
.section p{
  font-size: 25px;
  margin-bottom:15px;
}
.section-detail{
  border:1px dashed #cfcfcf;
  background:#FFF;
  border-radius: 5px;
}
.section-detail ul{
  list-style: none;
  padding:25px;
}
.section-detail li{
  font-size: 18px;
}
.section-detail .fo-r{
  color:#cf2323;
}
.t-red{
  font-size: 15px;
  color:#cf2323;
  font-weight: bold;
}
.section-cation{
  background: #e4e4e4;
}
.section-cation ul{
  list-style: none;
  padding:25px;
}
.section-cation li{
  font-size: 15px;
  margin-bottom:5px;
}
.section-cation li:before{
  content:"●";
  display: inline-block;
  color:#000;
  padding-right:5px; 
  font-size: 13px;
  vertical-align: center;
}
.section-cation2{
  padding:15px 21px;
  border:2px solid #cf2323;
  margin-bottom:15px;
}
.section-cation2 p{
  color:#cf2323;
  margin-bottom: 0;
}
.close-btn{
  margin:25px auto;
  width:20%;
}
.close-btn a{
  display: block;
  text-align: center;
  color:#FFF;
  font-size: 25px;
  background:#0212eb;
  text-decoration: none;  
  border-radius:5px;
  transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay:0.2s;
  box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.close-btn a:hover{
  background:#3541ef;
  box-shadow:0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay:0;
}
.form-btn {
    display: block;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 24px 0 15px;
    position: relative;
    background-color: #cf2323;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #991a1a;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.form-btn:hover {
    background-color: #991a1a;
    box-shadow: 0 3px 0 #991a1a;
}
.form-btn:active {
    top: 3px;
    box-shadow: none;
}
/*smp用*/
@media only screen and (max-width: 480px){
h1{
  font-size: 20px;
}
h2{
  font-size:18px;
}
.blick-red{
  padding:3px;
}
.block-red h1{
  font-size: 40px;
}
.header-img{
  width:90%;
  max-width: 480px;
  margin:0 auto 10px;
}
.header-img img{
  width:100%;
}
.contents{
  width:90%;
  max-width: 480px;
}
.contents-inner{
  padding:20px;
}
.section{
  margin-bottom: 20px;
}
.section-cation li:before{
  font-size: 12px;
}
.section-cation2 p{
  margin-bottom: 0!important;
}
.section p{
  font-size: 15px;
  margin-bottom:10px;
}
.section-detail{
  background:#FFF;
  border-radius: 5px;
}
.section-detail ul{
  list-style: none;
  padding:10px;
}
.section-detail li{
  font-size: 14px;
}
.t-red{
  font-size: 12px;
}
.section-cation{
  background: #e4e4e4;
}
.section-cation ul{
  list-style: none;
  padding:10px;
}
.section-cation li{
  font-size: 12px;
  margin-bottom:5px;
}
.close-btn a{
  font-size: 18px; 
}
} 
</pre></body></html>