<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { 
overflow-y:scroll;
}

.clear{
clear: both;
}

.pc{ display:block; }
.sp{ display:none; }
@media only screen and (max-width: 640px) {
.pc{ display:none; }
.sp{ display:block; }	
}

a:link,
a:visited{
color: #005fc3;
text-decoration: none;
}

a:hover{
color: #6296ca;
text-decoration: none;
font-weight: normal;
}

body{
text-align:left;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333; 
}
@media only screen and (max-width: 767px) {
body{
width:100%;
background:none;
}
}


/*ヘッダー*/
@media only screen and (min-width: 768px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 100%;
max-width: 960px;
margin: 30px auto;
padding:0px 10px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 767px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: flex-end;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
#head .logo img{
width: 170px;
}
#head .back img{
width: 130px;
}
}
@media only screen and (max-width: 540px) {
#head .logo img{
width: 150px;
}
#head .back img{
width: 115px;
}
}


/*カード会員限定*/
#komeri_aqua{
background-color:#FFFFFF;
color:#000;
font-size:1.8em;
font-weight:bold;
padding:10px 0;
margin:0;
padding-left:2.0em;
text-align:left;
position:relative;
}
@media only screen and (max-width: 767px) {
#komeri_aqua{
font-size:3.8vw;
text-align:left;
padding-left:1.0em;
padding-bottom:5px;
}
}
#komeri_aqua span{
text-align:center;
background: #000;
color: #fff;
padding: 2px 0;
display: block;
width: 5.0em;
position: absolute;
top: 7px;
right: 2%;
}
@media only screen and (max-width: 767px) {
#komeri_aqua span{
font-size:0.8em;
}
}


/*コンテンツ*/
#contents{
max-width: 960px;
margin: 0 auto;
padding-bottom: 10px;
background-color: #eff3c0;
clear: both;
}

#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align:center;
}

#contents a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

div.image{
text-align:center;
}

#contents .mainImage{
margin: 0;	
}
#wrapper{
width: 100%;
max-width: 840px;
margin: 20px auto;
overflow: hidden;
padding: 0 8px;
box-sizing: border-box;
}

.flame{
border:solid 4px #02a29a; 
border-radius:12px;
-webkit-border-radius:16px;
-moz-border-radius:16px;
box-sizing: border-box;
background-color:#fff;
margin:0 auto 20px;
overflow:hidden;
width:100%;
padding:20px;
box-sizing:border-box;
}

.flameHead{
background-color:#01a29a; 
border-top-left-radius:12px;
-webkit-border-top-left-radius:12px;
-moz-border-top-left-radius:12px;
border-top-right-radius:12px;
-webkit-border-top-right-radius:12px;
-moz-border-top-right-radius:12px;
box-sizing: border-box;
color:#fff;
font-size:1.5em;
font-weight:bold;
text-align:center;
padding: 10px 8px;
/*text-shadow: 1px 1px 3px #333;*/
 margin-bottom: -4px; 
}

.flameContent{
border:solid 4px #01a29a;	 
border-bottom-left-radius:12px;
-webkit-border-bottom-left-radius:12px;
-moz-border-bottom-left-radius:12px;
border-bottom-right-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-bottom-right-radius:12px;
box-sizing: border-box;
background-color:#fff;
width:100%;
margin:0 auto 20px;
overflow:hidden;
}

.flameContent p {
text-align: center;
font-weight: bold;
font-size: 1.4em;
margin-top: 10px; 
}

ul.note{
font-size:1.0em;
text-align:justify;
margin: 0 10px 20px;
}
ul.note li{
text-indent: -12px;
margin-left: 12px;
}

ul.note li:before {
content: '';
width: 14px;
height: 14px;
display: inline-block;
border-radius: 100%;
background: #333;
position: relative;
left: -5px;
top: 0;
}

ul.btnBox {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
margin: 18px;
overflow: hidden;
margin-top: 25px; 
}

ul.btnBox li {
width: calc(33.33% - 7px);
margin-bottom: 10px;
text-align: center;
}

ul.btnBox li a {
background: #EA6D0D;
border-radius: 40px;
font-weight: bold;
width: auto;
height: auto; 
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 0.85em;
}

#contents .noticeTxt {
font-size: 1.25em;
text-align: justify;
/*font-weight: 400;*/
margin-left: 20px;
margin-top: 20px 
}

#contents .text_summary {
font-size: 1.5em;
padding: 5px 0 10px;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

ul.cam_botton_box1 {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around; 
}
ul.cam_botton_box1 li {
width: calc(40% - 7px);
margin-right: calc(21px / 2);
margin-bottom: 10px;
text-align: center;
}

ul.cam_botton_box1 li a {
border-radius: 40px;
font-weight: bold;
background: #EA6D0D;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 2.85em;
}


@media only screen and (max-width: 835px) {
#wrapper{
padding: 0 55px;
}
.flame {
border: solid 3px #02a29a; 
}
.flameContent {
border: solid 3px #01a29a; 
}
#contents .text_summary {
font-size: 1.25em; 
font-weight: bold
}
}  
 

@media only screen and (max-width: 767px) {
#contents{
width: 100%;
margin: 0 auto;
}	
#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
height:auto;
}	 

#wrapper{
width: 92%;
margin: 15px auto 0;
padding: 0;
}	
.flame{
width:100%;
padding:20px;
} 
.flameHead{
font-size:1.1em;
padding: 10px; 
}
.flameContent p {
font-size: 1em;
} 
ul.note{
font-size:0.9em;
padding: 0;
margin: 10px 10px 25px; 
} 

ul.note li:before {
width: 10px;
height: 10px;
}

ul.btnBox li { 
width: 100%;
margin-right: 0px;
margin-bottom: 15px; 
}
 
#contents .text_summary {
font-size: 1.0em;
margin: 10px 8px;
font-weight: 400; 
}

#contents .noticeTxt {
font-size: 0.95em;
margin: 10px 8px; 
} 

ul.cam_botton_box1 li {
width: 100%;
margin: 10px;  
}  
}

@media only screen and (max-width: 540px) {
.flame{
padding:10px;
margin: 0 auto
}
}


/*アプリ誘導*/
ul.appBox{
border-bottom:none;
overflow:hidden;
clear:both;
}

ul.appBox li{
display:block;
float:left;
width:48%;
margin:10px 1% 5px;
}
ul.appBox li span.heading{
display:block;
width:100%;
color:#fff;
text-align:center;
background-color:#01a29a;	 
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
padding:5px 2%;
font-size:1.2em;
font-weight:bold;
margin-bottom:5px;
box-sizing: border-box;
}

ul.appBox li span.heading br{
display:none;
}
ul.appBox li span.bnrImage{
display:block;
float:left;
width:100%;
margin-top:5px;
}

@media only screen and (max-width: 640px) {
ul.appBox li span.heading{
font-size:0.75em;
line-height:1.2;
margin-bottom:0;
}
ul.appBox li span.heading br{
display:block;
} 
}


@media only screen and (max-width: 767px) {
ul.appBox li span.bnrImage{
width:100%;
}
}
ul.appBox li span.image img{
width:100%;
height:auto;	
}




a.topPage{
display:block;
margin:40px auto 60px;
width:18.0em;
text-align:center;
font-size: 18px;
font-weight: bold;
background-color: #969494;
padding: 10px 0;
border-radius: 30px;
color: #fff;
text-decoration: none;
}

a.topPage:link,
a.topPage:visited,
a.topPage:hover,
a.topPage:active{
color: #fff;
}
a.topPage:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 540px) {
a.topPage{
width:90%;
margin:20px 5% 40px;
}	
}

/*コピーライト
--------------------------------------*/
@media only screen and (min-width: 768px) {
#copyright {
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
clear: both;;
}
} 
@media (max-width: 767px) and (min-width: 320px){
#copyright {
width: 100%;
margin: 0 auto; 
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
font-size: 0.8em;
clear: both;
}
}

/*ページトップ
--------------------------------------*/
#pageTop img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
#pageTop {
display: block;
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 80px;
height: 80px;
z-index: 9999;
} 
}
@media (max-width: 767px) and (min-width: 320px) {
#pageTop {
display: block;
position: fixed;
bottom: 25px;
right: 10px;
width: 42px;
height: 42px;
}
}



/*マージン等
--------------------------------------*/
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}

.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
.mb50{
margin-bottom:50px;
}</pre></body></html>