<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	transition: .5s ease;
	border: none;
}

a:hover {
	opacity: 0.6;
	text-decoration: underline;
}

p {
  margin: 0;
}

ul,ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

header {
	margin: 20px 0 0 0;
}
footer {
	margin: 20px 0;
}
header ul,
footer ul {
	text-align: center;
	letter-spacing: -.4em;
}
header ul li,
footer ul li {
	display: inline-block;
}


.wrap {
	max-width: 800px;
	margin: 0 auto;
}

#faq h1,
#kiyaku h1 {
	text-align: center;
	margin: 30px 0 10px 0;
}

#faq h2,
#kiyaku h2 {
	text-align: center;
	margin: 0 0 20px 0;
}

#faq a,
#kiyaku a,
#campaign a {
	color: #F30;
	text-decoration: underline;
}

/**戻るボタン**/
footer .gotop{
	width:100%;
	text-align:center;
	margin-bottom:6%;}


/**クリア**/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ***************************************************************** 
*	よくあるご質問
* ***************************************************************** */

#faq h3 {
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 10px;
}

#faq .tab {
	text-align: center;
	margin-bottom: 30px;
}
#faq .tab li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 10px auto 0 auto;
	width: 20em;
}
#faq .tab li a {
	display: block;
	color: #000;
	padding: 10px;
}

#faq .displayNone {
	display: none;
}
#faq .accordion li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
/*#faq .accordion a {
	display: block;
}*/
#faq .contentWrap {
	background-color: #FFF;
	background-image: url(img/icon-a.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 10px 10px 50px;
}
#faq .switch {
	cursor:pointer;
	font-weight: bold;
	padding:10px 40px 10px 50px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	position: relative;
	background-image: url(img/icon-q.png);
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}

#faq .switch:after {
position: absolute;
top: 60%;
right: 10px;
margin-top: -18px;
content: '＞';
font-size: 18px;
font-weight: bold;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: all, 0.25s, linear;
-o-transition: all, 0.25s, linear;
-webkit-transition: all, 0.25s, linear;
transition: all, 0.25s, linear;
font-family: sans-serif;
color: #999;
}
#faq .switch.open:after {
-moz-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

#faq table {
	border-collapse: collapse;
}
#faq th,
#faq td {
	border: 1px solid #000;
	padding: 5px 15px;
}
#faq th {
	background-color: #E9E9E9;
}
#faq .gbox {
	background-color: #F5F5F5;
	padding: 20px;
	display: inline-block;
	margin-bottom: 1em;
}

#faq .indent {
	text-indent: -1em;
	margin-left: 1em;
}
#faq .small {
	font-size: 80% !important;
}
#faq .uline {
	text-decoration: underline;
}
#faq figure {
	margin: 20px 0;
	padding: 0;
}
#faq figure img {
	max-width: 100%;
}


/* ***************************************************************** 
*	アプリ利用規約
* ***************************************************************** */

#kiyaku .ybox {
	padding: 20px;
}
#kiyaku .wbox {
	background-color: #FFF;
	padding: 20px;
}
#kiyaku h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin: 50px 0 10px 0;
	padding-bottom: 10px;
}
#kiyaku h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#kiyaku ul {
	margin-left: 20px;
}
#kiyaku ul li {
	list-style-type: decimal;
}
#kiyaku ol li {
	list-style-type: none !important;
	padding-left: 1em;
	text-indent: -1em;
}
#kiyaku ol li:before {
    content: "・";
    color: grey;
}
#kiyaku table {
	border-collapse: collapse;
}
#kiyaku th,
#kiyaku td {
	font-size: 13px;
	border: 1px solid #000;
	padding: 5px;
}

#kiyaku th.midashi{
	text-align: center;
}

#kiyaku td.day{
	text-align: center;
}

#kiyaku th {
	background-color: #E9E9E9;
}
#kiyaku .indent {
	text-indent: -1em;
	margin-left: 1em;
}
#kiyaku .small {
	font-size: 13px;
}
#kiyaku .mt10 {
	margin-top: 10px !important;
}

#kiyaku .font_s{
	font-size: 10px;
}


/* ***************************************************************** 
*	キャンペーン　2019.04.24
* ***************************************************************** */

#campaign {
	background-image: url(img/camp/bg.png);
	background-size: 100% auto;
}
#campaign h1 {
	text-align: center;
}
#campaign h1 img {
	width: 100%;
}
#campaign h2 {
	font-weight: normal;
	color: #FFF;
	background: #000;
	text-align: center;
	padding:15px;
	font-size: 18px;
}
#campaign .wrap {
	max-width: 700px;
	margin: 2% auto;
}
#campaign .wrap2 {
	max-width: 920px;
	margin: 2% auto;
}
#campaign .wrap3 {
	background-image: url(img/camp/fbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 7% 0 3% 0;
}

#campaign .slide{
    width:auto !important;
	margin-top:1%;
}
#campaign .menuList {
    width:auto !important;
}
#campaign .bodertop {
	border-top: 3px solid #CCC;
}
#campaign .main_menu {
	background:#F4DC25;
	color:#000;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
	border-right: 3px solid #CCC;
}
#campaign .main_menu span {
    display:block;
    background:url('img/camp/arrow.png') 100% 0% no-repeat !important;
}
#campaign .main_menu02 {
    background:#fffccc;
	color:#000;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
	border-right: 3px solid #CCC;
}

#campaign .main_menu span.open {
    background:url('img/camp/arrow02.png') 100%  no-repeat !important;
}
#campaign .main_menu02 span {
    display:block;
    background:url('img/camp/arrow.png') 100% 0% no-repeat !important;
}

#campaign .main_menu02 span.open {
    background:url('img/camp/arrow02.png') 100%  no-repeat !important;
}

#campaign .sub_menu li{
	border-top: none;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
	border-right: 3px solid #CCC;
    margin:0 !important;
}
#campaign footer .gotop{
	margin-bottom:0;}





/* スマホ用
---------------------------------------------------- */
@media only screen and (max-width: 767px) {

header ul li,
footer ul li {
	display: inline-block;
	margin-bottom: 10px;
}
header ul li img,
footer ul li img {
	height: 20px !important;
	width: auto !important;
}

#faq h1 img,
#kiyaku h1 img {
	width:90%;
}

/*table スクロールバー*/
table{
	width:100%;
}
th, td {
	font-size: 90%;
	padding: 5px!important;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 5px;
}
.scroll::-webkit-scrollbar{
 	height: 5px;
}
.scroll::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}

#campaign .wrap,
#campaign .wrap2 {
	width: 70%;
	margin: 2% auto;
}
#campaign .wrap img,
#campaign .wrap2 img{
	width:100%;
}
#campaign .gotop img{
	width:50%;
}

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