@charset "UTF-8";

/**********************************
共通レイアウト
**********************************/
html {
	font-size:16px;
}
body {
  color: #333333;
  background-color: #ffffff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Meiryo UI', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*全体*/
.wrap {
	width:90%;
	margin:0 auto;
}


/**********************************
フォーム共通
**********************************/
input[type=text],input[type=password]{
	color:#555555;
	background-color:#eeeeee;
	width:100%;
	font-size:1rem;
	line-height:3rem;
	height:3rem;
	padding:3px;
	margin-bottom:10px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
input[type=radio],input[type=checkbox] {
	display:inline-box;
	width:auto;
}
select {
	background-color:#eeeeee;
	color: #555555;
	width:auto;
	display:inline-block;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	box-sizing: border-box;
	font-size:1.4em;
	line-height:2.2em;
	height:2.2em;
	text-align:right;
}
::placeholder {
  color: #888888;
}
label{
	display:inline-block;
	width:100%;
	text-align:left;
	margin-top:6px;
	box-sizing:border-box;
}


/**********************************
フィールドセット
**********************************/
fieldset{
	width:94%;
	margin-left:3%;
	margin-bottom:8px;
}
fieldset label{
	width:60%;
}


/**********************************
フォーム UI
**********************************/
.form_alert{
	color:#b71115;
	font-size:0.8em;
	margin-top:-6px;
}
.save_message {
	color:#2b90ed;
	font-size:0.8em;
	margin-top:-6px;
	text-align:center;
}
.alert{
	color:#b71115;
}
.input_condition{
	font-size:0.8em;
	text-align:right;
	margin-top:-10px;
}

/**********************************
占い１ｐボタン・リンク
**********************************/
/*ボタンのみエリア*/
.btn1p {
	 width:90%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn1p a, .btn1p button, .form_sct a, .form_sct button{
	background: linear-gradient(45deg, #f28226, #f9f9f9);
	color: #555555;
	font-size:1.4em;
  font-weight:bold;
	line-height:1.4em;
	display:block;
	width:100%;
	margin-top:14px;
	margin-bottom:24px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
}


/**********************************
ボタン・リンク
**********************************/
/*ボタンのみエリア*/
.btn {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn a, .btn button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #8fbc8f;
  -webkit-box-shadow: 0 4px 0 0 #2e8b57;
  box-shadow: 0 4px 0 0 #2e8b57;
  color: #fff;
}

/**********************************
退会　ボタン・リンク
**********************************/
/*ボタンのみエリア*/
.btn6 {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn6 a, .btn6 button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #ff4912;
  -webkit-box-shadow: 0 4px 0 0 #ad3410;
  box-shadow: 0 4px 0 0 #ad3410;
  color: #fff;
}

/**********************************
アンケートボタン
**********************************/
/*ボタンのみエリア*/
.btn2 {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn2 a, .btn2 button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #bb74bd;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #f200a7;
  -webkit-box-shadow: 0 4px 0 0 #8b2e74;
  box-shadow: 0 4px 0 0 #8b2e74;
  color: #fff;
}

/*ボタンのみエリア*/
.btn3 {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn3 a, .btn3 button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #80bd74;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #5d755c ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #00d22e;
  -webkit-box-shadow: 0 4px 0 0 #2e8b40;
  box-shadow: 0 4px 0 0 #2e8b40;
  color: #fff;
}

/*ボタンのみエリア*/
.btn4 {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn4 a, .btn4 button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #ff9900;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #93846e ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #f09000;
  -webkit-box-shadow: 0 4px 0 0 #985f09;
  box-shadow: 0 4px 0 0 #985f09;
  color: #fff;
}

/*ボタンのみエリア*/
.btn5 {
	 width:80%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn5 a, .btn5 button, .form_sct a, .form_sct button, input[type=submit], .form_sct input[type=submit]{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	/*color: #555555;*/
	font-size:1em;
  font-weight:bold;
	line-height:2em;
	display:block;
	width:100%;
	margin:14px auto 24px;
	border: 2px solid #009329;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #6f6f6f ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
	background: #00ac30;
  -webkit-box-shadow: 0 4px 0 0 #6f6f6f;
  box-shadow: 0 4px 0 0 #009329;
  color: #fff;
}


/**********************************
ヘッダー
**********************************/
header {
	width:98%;
	height:28px;
	margin:4px 1%;
	position:relative;
}
.header_top{
	width:98%;
	height:28px;
	margin:4px 1%;
	position:fixed;
	background-color: #fff;
	top:0;
}

/*ロゴ*/
.header_left{
	position:absolute;
	left:0;
	height:100%;
	width:40%;
}
.header_left img {
	height:100%;
}

/*会員メニュー*/
.header_right{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:60%;
	color:#54aefb;
}
.header_right a {
	width:35%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	border-radius:4px;
	padding:3px;
	box-sizing:border-box;
	font-weight:bold;
	font-size:0.7em;
	line-height:22px;
	text-align:center;
	margin:0;
}
/*ログイン・マイページ*/
.header_right a.header_login{
	background-color:#fea32c;
	color:white;
}
/*登録*/
.header_right a.header_register{
	background-color:#ee4040;
	color:white;
	right:36%;
}
/*ポイント表示*/
.header_nickname{
	position:absolute;
	top:0;
	right:35%;
	display:block;
	height:10px;
	padding-right:4px;
	font-size:8px;
	line-height:10px;
}
.header_point{
	position:absolute;
	top:10px;
	right:35%;
	display:block;
	height:18px;
	padding-right:4px;
	font-size:16px;
	line-height:18px;
}
.header_unit{
	font-size:10px;
	margin-left:4px;
}
/*罫線*/
.header_hr {
	margin:0px;
	margin-bottom:4px;
	border:none;
	border-bottom:1px solid #cccccc;
}
/*ヘッダーバナー*/
.header_banner{
	width:100%;
	margin-bottom:12px;
}
.header_banner img{
	width:100%;
}


/**********************************
タイトル
**********************************/
/*ヘッダー直下*/
h1 {
	margin-bottom:6px;
	background-color:#ffaf00;
	color:#ffffff;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align:center;
	border-bottom:2px solid #ffc547;
	padding: 1em 1em;
  border-top: 6px double #777777;
  border-bottom: 6px double #777777;
}
/*整理対象*/
h2 {
	width:96%;
	margin:15px auto 10px;

/*	background-color:#ffc547;*/
	color:#777777;
	padding:4px;
	font-size: 1em;
	line-height:1em;
	text-align:left;
	/*border-radius:2px;*/
	font-weight:normal;
	border-bottom: 3px dotted #777777;
}

/*ポイントコーナー見出し*/
h4 {
	margin-bottom:6px;
	background-color:#ffcf01;
	color:#494848;
	font-size: 1em;
	line-height: 1.2em;
	text-align:center;
	border-bottom:2px solid #ffc547;
	padding: 1em 1em;
  border-top: 6px double #777777;
  border-bottom: 6px double #777777;
}


/**********************************
フッター
**********************************/
footer {
	margin-top:10px;
	padding:6px;
	text-align:center;
	color:#999999;
	font-weight:normal;
	font-size: 0.9em;
  margin-bottom: 120px;
}

.footer_tab{
	position:fixed;
	z-index:99;
	bottom:0;
	width:100%;
	background-color:#ffffff;
	text-align:center;
}

.footer_tab a{
	width:20%;
	display:inline-block;
}
.footer_tab a img{
	width:100%;
}


/**********************************
dokidokiボタン
**********************************/

.button-simple {
	position: relative;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0px 5px;
	border-radius: 30px;/*角の丸み*/
	font-size: 18px;/*文字サイズ*/
	background-color: orange;/*背景色*/
	color: #fff;/*文字色*/
	display: inline-block;
	text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.3);
	box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
	width: 90%;
	text-align: center;
	margin: 3% 5%;
}
.button-simple:before {
	font-family: FontAwesome;
	/*content: '\f144';/*好きなアイコン*/
	color: lightgoldenrodyellow;/*アイコンの色*/
	margin-right: 3px;
}
a:hover .button-simple {
	background-color: #cc0000;/*触れたときの背景色*/
	color: #fff;/*触れたときの文字色*/
	box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
	animation-play-state: paused;
	top: 3px;
}

.dokidoki {
	animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
	0% {
		transform: scale(1.05)
	}
	5% {
		transform: scale(1)
	}
	95% {
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.05)
	}
}



@media (min-width: 768px) {
.footer_tab{
	display:none;
}
}

/**********************************
リスト
**********************************/
/*チェックリスト*/
ul.check_list, ol.check_list {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 1em;
}
ul.check_list li, ol.check_list li {
  line-height: 1.5;
  list-style-type: none;
}
ul.check_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em;
  color: #ffb03f;
  font-weight: 900;
}
ul.check_list p, ol.check_list p{
	text-align:center;
	color:#f75000;
}

/*プレゼントキャンペーン要項*/
ul.campaign_rule{
  background: #ffffff;
  font-size:0.9em;
}
ul.campaign_rule li, ol.campaign_rule li {
  line-height: 1.2em;
}
ul.campaign_rule p{
	background-color: #6b6b6b;
	text-align:center;
	color:#ffffff;
}

/*アラートリスト*/
ul.alert_list, ol.alert_list {
  background: #ffffff;
  box-shadow: 0px 0px 0px 10px #ffffff;/*線の外側 #ffe8f9 */
  border: dashed 2px #ff3e84;
  border-radius: 9px;
	width:84%;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0.5em 0.5em 0.5em 1.5em;
	box-sizing:border-box;
}
ul.alert_list li, ol.alert_list li {
  line-height: 1.5;
  list-style-type: none;
}
ul.alert_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 2.5em;
  color: #ff3e84;
  font-weight: 900;
}
ul.alert_list p, ol.alert_list p{
	text-align:center;
	color:#ff3e84;
	margin:4px 0;
}
ul.alert_list input[type=text], ol.alert_list input[type=text]{
	color:#555555;
	background-color:#ffffff;
	width:90%;
	margin-left:5%;
	font-size:1.3rem;
	line-height:3rem;
	height:3rem;
	padding:3px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
ul.alert_list a, ol.alert_list a{
	background: linear-gradient(45deg, #ffffff, #f9f9f9);
	color: #555555;
	width:90%;
	margin-left:5%;
	display:block;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	font-size:1.1em;
  font-weight:bold;
	line-height:1.1em;
	padding:0.3em 0;
	text-decoration:none;
	text-align:center;
}


/**********************************
ページング
**********************************/
ul.history_paging{
	list-style-type: none;
	text-align:right;
	margin-right:5%;
	color:#999999;
	font-size:0.7em;
}
ul.history_paging li{
	display: inline-block;
	width:10%;
	text-align:center;
}
ul.history_paging li a{
	width:96%;
	margin:0 3%;
	background-color:#fff1c6;
	border-radius:3px;
	padding:2px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}


/**********************************
メッセージ表示
**********************************/
/*通常メッセージ*/
.announce_normal {
	width:90%;
	margin:8px auto;
	color:#FD2264;
	box-sizing:border-box;
	text-align:center;
	font-size:0.9em;
}
/*強調メッセージ*/
.announce_attention{
	text-align:center;
	padding:8px 0;
	background-color:#eeeeee;
	border: 1px dotted #999999;
	width:80%;
	margin-left:10%;
	box-sizing:border-box;
}
/*変更対象*/
.status_message {
	background-color:#c9f1ff;
	width:90%;
	margin-left:;
	margin:10px 5%;
	color:#003481;
	padding:8px;
	box-sizing:border-box;
}

/*変更対象*/
.announce_notice {
	width:90%;
	margin:10px auto;
	color:#003481;
	font-size:0.8em;
}

.announce_kuma {
	background:url("/portal/img/top/announce_kuma.png") center center/cover no-repeat;
	height:50px;
	line-height:50px;
	text-align:center;
	padding-left:15%;
	font-weight:bold;
	font-size:1.2em;
	color:black;
}

.cts-list-post a .more {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/040/original/ico-more.png?1544581644") center center/cover no-repeat;
}

/**********************************
ガチャ・応募 獲得履歴表示
**********************************/
h3.history {
  width:85%;
  margin-left:10%;
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 16px;
  color: #474747;
  border-radius: 0 4px 4px 0;
  box-sizing:border-box;
}
h3.history:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  display: inline-block;
  line-height: 30px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #54aefb;
  font-weight: 400;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}


/**********************************
会員情報
**********************************/
/*SNSログイン*/
.sns_login{
	width:90%;
	margin:6px auto;
}
.sns_login a, .sns_login a img{
	width:100%;
}
/*登録・パスワード忘れ*/
.regist_now, .forgot_pass{
	margin-top:4px;
	margin-bottom:4px;
	padding:6px 0;
}
.regist_now a, .forgot_pass a{
	width:90%;
	margin:0 auto;
}
.regist_now {
	background-color:#f7f9b9;
}
.forgot_pass {
	background-color:#eeeeee;
}
/*利用規約*/
.regist_agreement {
	text-align:center;
}
.agreement_label{
	text-align:center;
}
.agreement{
	height:320px;
	width:90%;
	overflow-y:scroll;
	color:#777777;
	background-color:#fcfcfc;
	padding:6px;
	margin:10px auto;
	border:solid 2px #999999;
	border-radius: 4px;
	font-size:0.7em;
	text-align:justify;
}
.agreement_full{
	width:90%;
	color:#777777;
	margin:10px auto;
	font-size:0.7em;
	text-align:justify;
}

/*会員ランク比較表*/
.member_class {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-spacing: 1px 0;
	border-collapse: separate;
}
.member_class th, .member_class td {
	padding: 4px;
}
.member_class th {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	background: #eee;
	font-weight:normal;
}
.member_class th.group0 {
	background: #ffffff;
	width:40%;
}
.member_class th.group1 {
	background: #949494;
	width:30%;
}
.member_class th.group2 {
	background: #FF0063;
	width:30%;
	font-weight:bold;
}

.member_class tr td {
	text-align: center;
	border: none;
	height:40px;
}
.member_class tr:first-child td.group0 {
	border-radius: 5px 0 0 0;
}
.member_class tr:last-child td.group0 {
	border-radius: 0 0 0 5px;
}
.member_class tr:last-child td.group2 {
	border-radius: 0 0 5px 0;
}
.member_class tr:nth-child(2n+1) td.group0 {
	background: #e7e7e7;
}
.member_class tr:nth-child(2n+0) td.group0 {
	background: #f8f8f8;
}
.member_class tr:nth-child(2n+1) td.group1 {
	background: #e7e7e7;
}
.member_class tr:nth-child(2n+0) td.group1 {
	background: #f8f8f8;
}
.member_class tr:nth-child(2n+1) td.group2 {
	background: #ffc7dd;
	font-weight:bold;
}
.member_class tr:nth-child(2n+0) td.group2 {
	background: #ffdbe9;
	font-weight:bold;
}

/**********************************
トップページ（整理対象）
**********************************/
/*もっと見る*/
.top_see_more{
	display:block;
	background-color:#ffc547;
	border-radius:0 0 4px 4px;
	width:80%;
	padding:3px;
	margin:0 auto 20px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

/*ガチャメニュー*/
.top_gacha_menu{
	text-align:center;
	width:100%;
	border-top:1px solid #ffc547;
	border-bottom:1px solid #ffc547;
	padding:5px 0;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	margin-bottom:12px;
	margin-top:6px;
}
.top_gacha_menu span{
	display:inline-block;
	color:#FD2264;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 8px;
	background-color:rgba(255,255,255,0.6);
}
.top_gacha_menu a{
	display:inline-block;
	width:23%;
	margin:-1px;
}
.top_gacha_menu a img{
	width:100%;
	border-radius:2px;
}
.top_gacha_menu a.gacha_see_more{
	color:#FD2264;
	width:5%;
	height:34px;
	line-height:34px;
}


/*キャンペーンメニュー*/
.top_campaign_menu {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
  border-top:1px solid #ffc547;
	border-bottom:1px solid #ffc547;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.top_campaign_menu p{
	width:100%;
	background-color:#2da0ff;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.top_campaign_menu span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}

.top_campaign_limit{
	margin:0 2.5%;
	width:25%;
	padding:10px 0;
	box-sizing:border-box;
	font-size:0.6em;
	line-height:1.7em;
	text-align:center;
	color:#777777;
	background-color:rgba(255,255,255,0.6);
	border-radius:6px;
}
.top_campaign_limit span{
	color:#2da0ff;
	display:block;
	font-weight:bold;
	font-size:1.7em;
	margin-top:3px;
}
.top_campaign_limit span.time{
	color:#FD2264;
  font-size:1.2em;
}

.top_campaign_limit span.top_campaign_new{
	color:#FD2264;
}
.top_campaign_limit span.top_campaign_end{
	color:#717171;
}
.top_campaign_banner{
	display:inline-block;
	margin:5px 2.5%;
	width:65%;
	padding:0;
	max-height:90px;
	box-sizing:border-box;
}
.top_campaign_banner a, .top_campaign_banner a img{
	max-width:100%;
	max-height:90px;
}



/*FAQ2*/

.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}




@media (min-width: 768px) {

	.top_campaign_limit{
		margin:5px 1%;
		width:12.5%;
		padding:0;
		border-radius:4px;
	}

	.top_campaign_banner{
		margin:5px 1%;
		width:31%;
		padding:0;
		max-height:90px;
		box-sizing:border-box;
	}

}


/*会員限定キャンペーンメニュー*/
.member_campaign_menu {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
	border-top:1px solid #ffc547;
	border-bottom:1px solid #ffc547;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.member_campaign_menu p{
	width:100%;
	background-color:#FD2264;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.member_campaign_menu span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}

/*未成年など限定注意文*/
.limited_campaign{
	width:100%;
	color:#f73b00;
	text-align:right;
	font-size:0.7em;
	margin-top:-8px;
	margin-bottom:10px;
}

/*お知らせメニュー*/
.top_announce_menu{
	text-align:center;
	width:100%;
	border-top:1px solid #fea32c;
	border-bottom:1px solid #fea32c;
	padding:5px 0;
	box-sizing:border-box;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	margin:0;
	margin-bottom:12px;
}
ul.top_announce_list{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
ul.top_announce_list li{
	border:1px solid #a4a4a4;
	border-radius:4px;
	display:block;
	width:98%;
	margin:5px 1%;
	padding:0;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.5);
}
.top_announce_title, .top_announce_banner{
	width:100%;
}
.top_announce_menu span{
	display:inline-block;
	color:#fea32c;
	background-color:rgba(255,255,255,0.5);
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 8px;
}
.top_announce_menu a img{
	width:90%;
	margin:6px auto;
}


/*バナーリスト*/
.banner_list{
	width:90%;
	margin:6px auto;
}
.banner_list a img{
	width:100%;
	margin:5px 0;
}

/*バナーリスト ストライプタイプ*/
.banner_list_striped {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
	border-top:1px solid #ffc547;
	border-bottom:1px solid #ffc547;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.banner_list_striped p.everyone{
	width:100%;
	background-color:#2da0ff;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.banner_list_striped span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}
.banner_list_striped a img{
	width:100%;
	margin:6px 0;
}


/*コーナーバナーなど*/
.corner_banner{
	width:90%;
	margin:6px auto;
}
.corner_banner a, .corner_banner a img{
	width:100%;
}


/*Twitterバナーなど*/
.top_sns_banner{
	width:90%;
	margin:8px auto;
}
.top_sns_banner a img{
	width:100%;
	margin:4px 0;
}

/*今週のイチオシ*/
.weekly_recommend{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;
  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;
  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
	width:90%;
	background-color:#ffc547;
	margin:6px auto;
}
.weekly_recommend .weekly_item{
	width:45%;
	margin:6px 2%;
	position:relative;
}
.weekly_recommend img{
	width:100%;
}

.weekly_recommend img.weekly_product{
	position:absolute;
	z-index:2;
	width:50%;
	left:25%;
	top:13%;
}
.weekly_recommend .weekly_item span{
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
}
.weekly_name{
	top:55%;
	font-size:0.9em;
	color:black;
}
.weekly_condition{
	top:70%;
	font-size:0.9em;
	color:black;
}
.weekly_point{
	top:82%;
	font-size:1.4em;
	font-weight:bold;
	color:#ec5035;
}


/*登録バッジ*/
.top_badge{
	width:35%;
	position:fixed;
	bottom:8%;
	right:0;
	z-index:3;
}
.top_badge a{
	width:100%;
}
.top_badge a img{
	width:100%;
}

/**********************************
バッジ動き
**********************************/

@keyframes badge {
  0% { transform:translateX(0) rotate(-10deg);}
  2% { transform:translateX(-2px) rotate(-10deg); }
  4% { transform:translateX(0) rotate(-10deg); }
  6% { transform:translateX(-2px) rotate(-10deg); }
  8% { transform:translateX(0) rotate(-10deg);}
  10% { transform:translateX(-2px) rotate(-10deg); }
  12% { transform:translateX(0) rotate(-10deg); }
  14% { transform:translateX(-2px) rotate(-10deg); }
  16% { transform:translateX(0) rotate(-10deg); }
  84% { transform:translateX(0) rotate(-10deg); }
}

/**********************************
ガチャ
**********************************/
.gacha_detail, .gacha_icon {
	width:100%;
	text-align:center;
	position:relative;
}
.gacha_icon img{
	width:50%;
}
.gacha_icon a{
	/*background: linear-gradient(45deg, #ffffff, #f9f9f9);*/
	color: #ffffff;
	width:80%;
	margin-left:10%;
	margin-top:6px;
	margin-bottom:6px;
	display:block;
	/*border: 2px solid #aaaaaa;*/
	/*border-radius: 4px;*/
	/*-webkit-border-radius:4px;*/
  /*-moz-border-radius:4px;*/
  /*box-shadow:0px 2px 2px 1px #DEDEDE ;*/
	/*box-sizing: border-box;*/
	font-size:18px;
  font-weight:bold;
	line-height:3rem;
	/*height:3rem;*/
	text-decoration:none;
	text-align:center;
	background-color: orange;
border-radius: 30px;
text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.3);
box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
/*無効ボタン 整理対象*/
a.disabled, button.disabled {
	background: linear-gradient(45deg, #bdbdbd, #bdbdbd);
	background-color:#bdbdbd;
	color:#666666;
	pointer-events: none;
}

/*装飾リセット*/
.no_deco{
	background:none;
	width:100%;
	margin:0;
	border:none;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:none;
	box-sizing: border-box;
	text-decoration:none;
	text-align:center;
}
/*ガチャポイント獲得*/
.gacha_result_point{
	width:80%;
	margin:12px auto;
	background-color:#ffeacc;
	padding:5px;
	border-radius:3px;
	box-sizing:border-box;
	text-align:center;
}
.gacha_result img{
	width:80%;
	margin:0 auto;
	display:block;
}
/*ガチャ本日終了*/
.gacha_icon img.gacha_over{
	opacity:0.5;
}
.gacha_icon .gacha_over_message{
  position: absolute;
  color: white;
  background: rgba(100, 100, 100, 0.8);
  width: 70%;
  left:15%;
  text-align: center;
  padding:8px 0;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*ガチャ獲得賞品リスト*/
.gacha_prize_list {
	width:90%;
	margin:10px auto;
  background: linear-gradient(to bottom,#f6f0bf,#fff9cb 50%,#f6f0bf);
	border-radius: 12px;
	height:100px;
	padding:6px 2%;
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position:relative;
}
.gacha_prize_list_image{
	width:90%;
	margin:6px auto;
}
.gacha_prize_list_image img{
	width:100%;
}
.list_rank_sp{
	background: linear-gradient(to bottom,#d8c385,#fff9cb 50%,#d8c385);
}
.gacha_prize_circle{
	position:absolute;
	z-index:2;
	width:28px;
	height:28px;
	border-radius:100%;
	background-color:white;
}
.circle_tl{
	top:-14px;
	left:-14px;
}
.circle_tr{
	top:-14px;
	right:-14px;
}
.circle_bl{
	bottom:-14px;
	left:-14px;
}
.circle_br{
	bottom:-14px;
	right:-14px;
}
.gacha_prize_tag{
	width:9%;
	text-align:center;
	display:table;
	box-sizing:border-box;
}
.gacha_prize_tag span{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}
.gacha_prize_rank{
	width:11%;
	height:100%;
	padding-right:3%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	display:table;
	border-right: 2px solid #ffc366;
	box-sizing:border-box;
}
.gacha_prize_rank span{
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.rank_sp span{
	color:#9c741f;
}
.rank_1 span{
	color:#fd3274;
}
.rank_2 span{
	color:#1987e4;
}
.rank_3 span{
	color:#00af00;
}

.gacha_prize_name{
	width:48%;
	padding-left:14px;
	box-sizing:border-box;
}
.gacha_prize_image{
	width:32%;
	height:78px;
	margin:5px 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index:3;
}

/*ガチャ獲得賞品リスト*/
.gacha_won_item, .apply_history {
	text-align:left;
	margin-bottom:10px;
	background-color:rgba(200,200,200,0.3);
	width:90%;
	font-size:0.9em;
	margin-left:5%;
	padding:5px;
	box-sizing:border-box;
}
.gacha_won_item a {
	margin-bottom:4px;
	width:90%;
	margin-left:5%;
}
.won_image{
	width:30%;
	margin:0 auto;
}
.won_image img{
	width:100%;
}
.won_date{
	font-size:0.7em;
}
.won_date span{
	background-color:#cccccc;
	padding:3px;
}
.won_limit{
	display:block;
	text-align:center;
	margin:3px 0;
	color:#b71115;
	background-color:white;
	width:100%;
	font-size:0.9em;
}
/*使用期限切れ*/
.expired {
	text-decoration: line-through;
}


/**********************************
マイページ
**********************************/
input.mypage_edit[type="text"]{
	display:inline-block;
	width:50%;
	margin:6px 0;
	border-radius:3px;
	padding:3px;
	font-size:1.2rem;
	line-height:1.2rem;
	box-sizing:border-box;
}


/**********************************
ポイント表示
**********************************/
.info_point {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0.5em 1em;
    border: solid 2px #54aefb;
    border-radius: 4px;
}
.info_point .box_title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #54aefb;
}
.info_point p {
    margin: 0;
    padding: 0;
	text-align:right;
}
.info_point .point_display{
	font-size:2em;
}
.info_point_small {
    color: #54aefb;
    border-bottom: 1px solid #54aefb;
	width:100%;
	text-align:right;
	font-size:0.8em;
	margin-bottom:10px;
}


/**********************************
応募
**********************************/
.lottery_title{
	width:90%;
	margin-left:5%;
	border-radius:3px;
	padding:6px;
	font-size:1.2em;
	ligne-height:1.2em;
	box-sizing:border-box;
	background-color:#fcf5c5;
	color:#333333;
	text-align:center;
	margin-bottom:4px;
	margin-top:4px;
}
.lottery_image{
	width:90%;
	margin:0 auto;
}
.lottery_image img{
	width:100%;
}
/*応募ポイント*/
.apply_point{
	border: 1px solid #fe8551;
	border-radius:4px;
	padding:3px;
	font-size:0.9em;
	text-align:center;
	width:60%;
	margin-left:20%;
	color:#fe8551;
	margin-top:10px;
	margin-bottom:8px;
}
.apply_option{
	width:100%;
	text-align:center;
	margin:6px 0;
}
.apply_option_text {
	text-align:center;
}
.apply_option span{
	font-size:1.3em;
	line-height: 2.2em;
	height:2.2em;
	background-color:#eeeeee;
	width:45%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
}
.apply_option select{
	display:inline-block;
	width:45%;
}
.apply_option select option{
	text-align:right;
}
/*閲覧中*/
.campaign_looking{
	text-align:center;
	color:#555555;
}

.lottery_info{
	padding:4px;
	font-size:0.8em;
	background-color:#f1f1f1;
	border: 1px dotted #999999;
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
}
.lottery_info_title{
	text-align:center;
	margin:4px 0;
}


/*応募履歴*/
.apply_history {
	padding-top:6px;
	padding-bottom:0;
}
.apply_history ul {
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0 0.5em 0 1em;
  margin-top:0;
  margin-bottom:0;
}
.apply_history ul li {
  line-height: 1;
  list-style-type: none!important;
}
.apply_history ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 2em;
  color: #ffb03f;
  font-weight: 900;
}
.apply_history .applied_count{
	text-align:right;
}
.apply_history hr{
	border-top: 1px dashed #bbb;
}


/**********************************
編集対象
**********************************/
.result_lose, .result_win {
	margin:4px 0;
	padding:6px;
	box-sizing:border-box;
}
.result_lose p, .result_win p{
	width:100%;
	padding:2px;
	text-align:center;
	margin:0;
}
.result_lose span.result_title, .result_win span.result_title{
	display:block;
	text-align:center;
	font-size:1.2em;
	margin:3px 25%;
	width:50%;
}

.result_lose {
	background-color:#eeeeee;
}
.result_win {
	background-color:#fffdc4;
}
.result_lose p{
	background-color:#cccccc;
}
.result_win p{
	background-color:#fbf65f;
}
.result_win span{
	color:#b71115;
}
.result_win .result_product_image{
	width:50%;
	max-width:50vw;
	margin:6px auto;
}
.result_win .result_product_image img{
	width:100%;
}
span.result_limit{
	display:block;
	text-align:center;
	margin:3px 0;
	background-color:white;
	width:100%;
	font-size:1em;
}


/**********************************
ポイント交換所
**********************************/
.catalog_list{
	padding: 2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size:0.7em;
  line-height:1em;
}
.catalog_item {
  width: 48%;
  height:48vw;
  margin: 1%;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  background-color:#eeeeee;
}
 .catalog_item .catalog_thmb {
	width:100%;
	height:70%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog_item a{
	width:100%;
	height:100%;
  text-decoration:none;
  color: #767676;
}
.catalog_item a.catalog_exe{
	display:block;
	margin:3px auto;
	width:90%;
	background-color:#54aefb;
	color:#ffffff;
	text-align:center;
	padding:3px;
	height:auto;
}

.catalog_item .catalog_product{
	margin:6px 0;
	background-color:#dddddd;
	color:#333333;
	text-align:left;
	box-sizing: border-box;
	display:block;
	display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog_item .catalog_point{
	display:block;
	width:50%;
	margin:3px auto;
	background-color:#555555;
	color:#ffffff;
	text-align:center;
	padding:3px;
}


/**********************************
プロモーション
**********************************/
.promo_prize{
	width:90%;
	margin-left:5%;
	background-color:#ffcfff;
	padding:10px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.prize_name{
	margin-bottom:10px;
}
.promo_point{
	text-align:center;
}


/**********************************
利用規約・プライバシーポリシー
**********************************/
.info_title{
	text-align:center;
	margin:16px 0 8px 0;
	font-size:1.5em;
	font-weight:bold;
}
.info_subtitle{
	width:90%;
	margin:4px 5%;
	font-size:1.5em;
	font-weight:bold;
}
.info_sign{
	width:90%;
	margin:4px 5%;
	font-size:1.5em;
	text-align:right;

}
.info_small{
	width:90%;
	margin:4px 5%;
	font-size:1.5em;
	text-align:justify;
}
.info_small ul, .info_small ol{
	padding-left:5%;
	margin-top:0;
}
.info_small ol li ol{
  list-style-type:lower-roman;
}


/**********************************
当選者発表
**********************************/
span.result_alert{
	display:inline-block;
	color:#b71115;
}

h2.announce_lottery_title {
	width:96%;
	margin:0 auto;
	margin-bottom:4px;
	background-color:#777777;
	color:#ffffff;
	padding:4px;
	font-size: 1em;
	line-height:1em;
	text-align:center;
	border-bottom:2px solid #555555;
	border-radius:2px;
	font-weight:normal;
}
.announce_lottery_block {
	width:96%;
  border: dashed 2px #777777;/*破線*/
  border-radius: 3px;
  margin:10px auto;
	margin-bottom:18px;
	box-sizing:border-box;
	padding:2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	-webkit-align-items: top;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.announce_lottery_block .item{
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
}
.announce_lottery_block .item_1_2{
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
.announce_lottery_block .item_1_3{
	width:31%;
	margin-left:1%;
	margin-right:1%;
}
ul.announce_lottery, ol.announce_lottery {
	width:100%;
	padding:2px;
	margin:0;
}
ul.announce_lottery li, ol.announce_lottery li {
  line-height: 1.2em;
  list-style-type: none;
	width:100%;
	display:block;
	vertical-align: middle;
	background:#ffffff;
	text-align:left;
	box-sizing:border-box;
	font-size:1em;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.announce_lottery li::after, ol.announce_lottery li::after {
    content: "様";
		color:#999999;
		font-size:0.6em;
}

.announce_lottery_block .announce_lottery_link a{
	font-size:1em;
	line-height:1em;
	width:80%;
	margin:12px auto;
	box-shadow:0px 1px 3px 2px #DEDEDE ;
	background: linear-gradient(153deg, #eff342, #f3b142);
	background-size: 400% 400%;
	box-sizing:border-box;
	-webkit-animation: link_flame 1.5s ease infinite;
	-moz-animation: link_flame 1.5s ease infinite;
	animation: link_flame 1.5s ease infinite;
}

@-webkit-keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}
@-moz-keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}
@keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}

/**********************************
FAQ
**********************************/
.faq_category {
  width:90%;
  margin-left:5%;
  margin-bottom:16px;
}
.faq_category_title {
  color:#fea32c;
	text-indent:-9px;
	padding-left:9px;
}
.faq_category_body{
	background: #f5f5f5;
	padding:6px;
	border-radius:3px;
	box-sizing:border-box;
}
.faq_category_body p{
	text-align:center;
}
.faq_category details {
	padding-left:1em;
	font-size:0.9em;
}
.faq_category details p{
	margin:0;
	padding:0;
}
.faq_category details input[type=text]{
	color:#555555;
	background-color:#ffffff;
	width:90%;
	margin-left:5%;
	font-size:1.1em;
	line-height:2em;
	height:2em;
	padding:3px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
.faq_category details p{
	text-align:center;
}
.faq_category details ul{
	width:100%;
  margin: 0;
  padding: 0;
}
.faq_category details ul li{
  line-height: 1.5;
  list-style-type: none;
	padding:3px 0 3px 16px;
	text-indent:-10px;
	box-sizing:border-box;
}
.faq_category summary {
  display: block;
  outline: none;
  color:#444444;
	text-indent:-20px;
}
.faq_category summary::-webkit-details-marker {
	display:none;
}
.faq_category summary:before {
  display: inline-block;
  content: ">";
	color:#444444;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-indent: 0em;
  font-weight: bold;
  font-size: 1em;
  transition: all 300ms ease;
}
/*答え部分が開いている場合の処理*/
.faq_category details[open] summary {
  color: #444444;
  transition: all 150ms ease;
}
.faq_category details[open] div {
  background: #f5f5f5;
  padding:4px;
	border-radius:3px;
}
.faq_category details[open] summary::before {
  transform: rotate(90deg);
}


/**********************************
紹介ページ（整理対象）
**********************************/
.manual{
	width:90%;
	margin-left:5%;
}
.manual img{
	width:100%;
	margin:12px 0;
}


/**********************************
整理対象
**********************************/
.flexbox{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;
  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;
  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}
.item_1_2{
	width:50%;
	box-sizing:border-box;
}
.item_1_2 button{
	width:90%;
	margin-left:5%;
}


/**********************************
広告
**********************************/
/*i-mobile*/
.ad_imobile{
	background-color:#ffffff;
}

/**********************************
clipkit
**********************************/
.ttlA {
  color:#999999;
	border:none;
	background-color:#ffffff;
  font-size:1em;
  font-weight:normal;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.ttlA:after {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  background: #767676;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.cts-list-post {
  background: #dadada;
  padding: 2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size:0.7em;
  line-height:1em;
}

.cts-list-post a {
  width: 48%;
  height: 180px;
  margin: 1%;
  padding: 5px;
  color: #767676;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  text-decoration:none;
}

.cts-list-post a .cat {
  padding: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #000; }

.cts-list-post a .tmb {
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cts-list-post a strong {
  display: block;
  padding: 6px 2px 0 2px; }

.cts-list-post a .date {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px; }

.cts-list-post a .more {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/040/original/ico-more.png?1544581644") center center/cover no-repeat;
}

.catA {
  background: #fe639a !important; }

.catB {
  background: #a03dc3 !important; }

.catC {
  background: #2F4F4F !important; }

.catD {
  background: #47ad30 !important; }

.catE {
  background: #ed3f5a !important; }

.catF {
  background: #828282 !important; }

.catG {
  background: #6666FF !important; }

.catH {
  background: #298bd2 !important; }

.catI {
  background: #483D8B !important; }

.catJ {
  background: #FF8C00 !important; }

/*フッター clipkit*/
.ft-list-menu {
  border-top: 1px solid #d7d7d7;
  font-size:0.7em;}

.ft-list-menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style:none;
  padding:0;}

.ft-list-menu ul li {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

.ft-list-menu ul li:nth-of-type(2n) {
  border-right: none; }

.ft-list-menu ul li a {
  color: #aaa;
  background: #fff;
  padding: 12px 20px;
  display: block;
  position: relative;}

.ft-list-menu ul li:nth-of-type(1) a,
.ft-list-menu ul li:nth-of-type(2) a {
  color: #fea32c; }

.ft-list-menu ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/038/original/ico-menu-more.png?1544581644") center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px; }


.ft-sns {
  text-align: center;
  color: #fff;
  background: #fea32c;
  padding: 4px; }

.ft-sns img {
  width: 100%; }

.ft-sns strong {
  display: block;
  font-size: 1em;
  letter-spacing: 0.075em;
  margin-bottom: 8px; }

.ft-sns ul {
  padding:0;
  margin:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.ft-sns ul li {
  margin: 0 2px;
  list-style-type: none;
  width: 22%;
 }


 /*フォーム*/
 .form_sct, .form_sct_text {
 	width:85%;
 	margin:0 auto;
 }


 /**********************************
 整理対象
 **********************************/

 .item{
 	display:inline-block;
 }


 .form_sct label{
 	font-size:1rem;
 }

 .form_sct input{
 	color:#555555;
 	background-color:#eeeeee;
 	width:100%;
 	font-size:1rem;
 	line-height:3rem;
 	height:3rem;
 	padding:3px;
 	margin-bottom:10px;
 	box-sizing:border-box;
 	border: 2px solid #aaaaaa;
 	border-radius: 3px;
 }

/**********************************
広告
**********************************/

.ad_center{
text-align:center;

}

/**********************************
7preTOP
**********************************/
h3{
	width:90%;
	color:#ffc547;
	text-align:left;
	font-size:1.3em;
	margin:4px auto;
}
h3.footer_top{
	color:#afafaf;
	border-bottom:1px solid #afafaf;
}

hr{
	background-color:#999999;
}

.banner_full{
	width:90%;
	margin:5%;
}
.banner_full img{
	display:block;
	width:95%;
	margin:4px auto;
}
.banner_1_2{
	width:100%;
	margin:6px 0;
}
.banner_1_2 img{
	float:left;
	width:45%;
	margin:4px 2.5%;
}

.table_wrap{
 display:flex;
 width:100%;
}
.table_item_1_2{
 width: calc(50% - 1px);
 margin: 0;
 text-align:center;
}
.table_item_1_2 img{
 display:block;
 width:90%;
 margin:4px auto;
}
img.table_item_1_4{
 width: 80%;
 margin: 4px 10%;
}
.table_item_border{
	width:1px;
  border-left: 1px solid #38546d;
}

.stamp_list{
	width:90%;
	margin:10px auto;
}


ul.footer_top{
	list-style-type: none;
	width:90%;
	margin:5% auto;
	padding:0;
	color:#afafaf;
	line-height: 3em;
	font-size: 0.9em;
}
ul.footer_top a{
color:#afafaf;
}
ul.footer_top li{
/**border-bottom:1px solid #afafaf;**/
}


.stamp_dl{
	width:60%;
	margin:10px auto;
}
.stamp_dl img{
	width:100%;
}

.stamp_list_1_4{
	width:22%;
	border:1px solid #999999;
	border-radius:4px;
	padding:4px;
	margin:6px 1.5%;
}
.stamp_list_1_4 img{
	width:100%;
}

/*もっと見る*/
.see_more{
	display:block;
	width:90%;
	margin:5% auto;
	color:#999999;
	text-align:right;
	line-height: 2em;
}
.see_more a{
	color:#999999;
}
.see_more span{
	font-size:0.5em;
}

/**********************************
7pre ハンバーガーメニュー
**********************************/

@media (max-width: 768px) {
	#mobile-body{
		background-color:rgba(0,0,0,0.5);
		display:none;
		width:100%;
		height:100%;
		position:fixed;
		z-index: 2;
	}

#top-head {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 998;
  box-sizing: border-box;
}

#top-head-fix {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 998;
  box-sizing: border-box;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}


/*ロゴ*/
.header_left{
	position:absolute;
	left:30%;
	width:40%;
	height:50px;
	padding:13px 0;
	text-align:center;
}
.header_left img {
	height:30px;
}

#head-mypage{
	position:absolute;
	top:10px;
	color:#ffc547;
	right:3%;
	text-align:center;
	font-size:28px;
}
#head-mypage span i{
	color:#ffc547;
}

#head-mypage2{
	width:15px
	position:absolute;
	top:12vw;
	color:#ffc547;
	right:3%;
	padding:1px 0;
	text-align:center;
	font-size:11px;
}


#top-head a, #top-head {
  color: #fff;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

  #mobile-head {
    background: #ffffff;
    width: 100%;
    height: 50px;
    position: relative;
  }



  #global-nav {
	  		z-index: 901;
    position: absolute;
    /* 開いてないときは画面外に配置 */
		top:0;
    left: -288px;
    background: #ffffff;
    opacity: 1;
    width: 250px;
    text-align: left;
    padding: 1px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
	    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
    padding: 0;
    margin: 0;
  }

  #global-nav ul a{
	  width:100%;
  }

   #global-nav ul a img{
	  width:100%;
  }

  #global-nav ul li {
	    color: #fff;
  vertical-align: top;
    float: none;
    position: static;
    margin: 0;
    padding: 0;
  }

  #global-nav ul li:after {
	    position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
    display: none;
  }
  #global-nav ul li a, #global-nav ul li a {
    width: 100%;
		height:50px;
		line-height:50px;
		font-size:1rem;
    display: block;
    color: #777777;
    padding-left: 14px;


	box-sizing:border-box;
  }

    #global-nav ul li a span{
	display:inline-block;
    width: 24px;
	text-align:center;
  }

     #global-nav ul li a span i{
    width: 100%;
  }

  #nav-toggle {
    display: block;
  position: absolute;
  		z-index: 9999;
  left: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  color: #ffc547;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  }

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 90%;
  background: #c0c0c0;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

  /* #nav-toggle 切り替えアニメーション */

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav, .open #nav-toggle {
    -moz-transform: translateX(288px);
    -webkit-transform: translateX(288px);
    transform: translateX(288px);
  }

  .open #nav-toggle {
     -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
	color: white;
    transition: .5s ease-in-out, color .5s linear;
  }

    .open #nav-toggle span{
	background-color: #fff;
  }

  .open #mobile-body{
	display:block;
  }

  /* #横並び画像 */
	.image_50 {
	width: 100%;
}
.image_size_m{
	width: 300px;
	height: 200px;
}


/* シンプル角丸 枠 1 */
.kakomi-maru1 {
 margin: 2em auto;
 padding: 1em;
 width: 90%; /*幅の調節*/
 color: #tomato; /*文字色*/
 background-color: #f7f7f7; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/
}

}


/**********************************
PC stylesheet
**********************************/



@media (min-width: 768px) {
	#global-nav {
		z-index: 1;
    position: relative;
    width: 100%;
		height:auto;
  }
	.inner{
		height:auto;
	}
	header{
		height:auto;
	}
	.header_left {
		position:relative;
	}

	/*ロゴ*/
	.header_left{
		left:30%;
		width:40%;
		height:80px;
		padding:5px 0;
		text-align:center;
	}
	.header_left img {
		width:25%;
		height:auto;
	}

	#global-nav ul {
    float: none;
		text-align:center;
		width:80%;
		margin:10px auto;
  }

	#global-nav ul li {
    float: none;
		display:inline-block;
		width:18%;
  }


  #global-nav ul li:after {
		position: relative;
		content: '';
		width: 0;
  }
  #global-nav ul li a, #global-nav ul li a {
		width: 100%;
		height:40px;
		line-height:40px;
		font-size:20px;
		color: #777777;
	}

	@media (max-width: 1126px) {
		#global-nav ul li, #global-nav ul li a {
			font-size:12px;
		}
 	}

	#head-mypage{
		display:none;
	}

	/* シンプル角丸 枠 1 */
	.kakomi-maru1 {
	 margin: 2em auto;
	 padding: 1em;
	 width: 90%; /*幅の調節*/
	 color: #tomato; /*文字色*/
	 background-color: #f7f7f7; /*背景色*/
	 border: 2px solid #ccc; /*線の太さ・色*/
	 border-radius: 8px; /*角の丸み*/
	}

	}
	/**********************************
	横並びリストbox
	**********************************/

	/*PC;*/

	@media (min-width: 768px) {

	.box_banner {
	    background-color: #ffffff;
	}

	.box_banner {
	    margin: 6px auto;
	}
	.box, .box_banner {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

	.box_banner li {
	    border: none;
	    border-radius: 0 0 0 0;
	}

	.box_banner li {
	    padding: 1px;
	}
	.box li, .box_banner li {
	    display: inline-block;
	    background: #ffffff;
	    color: #ffc547;
	    /*width: 100px;*/
	    margin: 0;
	    padding: 10px;
	    box-sizing: border-box;
	    cursor: pointer;
	    list-style: none;
	    transition: .3s;
	    font-size: 12px;
	    font-weight: bold;
	    text-align: center;
	    border: 1px solid #ffc547;
	    border-radius: 6px 6px 0 0;
	}
	/*横並びBOX image*/
		.image_50 {
		width: 100%;
	}
	.image_size_m{
		width: 300px;
		height: 200px;
	}


}

/**********************************
スマートフォン　横並びリストbox
**********************************/

@media screen and (min-width:480px) {

	/**********************************
	横並びリストbox
	**********************************/

	.box_banner {
	    background-color: #ffffff;
	}

	.box_banner {
	    margin: 6px auto;
	}
	.box, .box_banner {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

	.box_banner li {
	    border: none;
	    border-radius: 0 0 0 0;
	}

	.box_banner li {
	    padding: 1px;
	}
	.box li, .box_banner li {
	    display: inline-block;
	    background: #ffffff;
	    color: #ffc547;
	    width: 45%;
	    margin: 0 auto 5px;
	    padding: 10px;
	    box-sizing: border-box;
	    cursor: pointer;
	    list-style: none;
	    transition: .3s;
	    font-size: 12px;
	    font-weight: bold;
	    text-align: center;
	    border: 1px solid #ffc547;
	    border-radius: 6px 6px 0 0;
	}

	/*横並びBOX image*/
		.image_50 {
		width: 100%;
	}
	.image_size_m{
		width: 300px;
		height: 200px;
	}




	}


	/**********************************
	一般
	**********************************/


	.box_banner {
	    background-color: #ffffff;
	}

	.box_banner {
	    margin: 6px auto;
	}
	.box, .box_banner {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

	.box_banner li {
	    border: none;
	    border-radius: 0 0 0 0;
	}

	.box_banner li {
	    padding: 1px;
	}
	.box li, .box_banner li {
	    display: inline-block;
	    background: #ffffff;
	    color: #ffc547;
	    width: 45%;
	    margin: 0 auto 5px;
	    padding: 10px;
	    box-sizing: border-box;
	    cursor: pointer;
	    list-style: none;
	    transition: .3s;
	    font-size: 12px;
	    font-weight: bold;
	    text-align: center;
	    border: 1px solid #ffc547;
	    border-radius: 6px 6px 0 0;
	}

	/*横並びBOX image*/
		.image_50 {
		width: 100%;
	}
	.image_size_m{
		width: 300px;
		height: 200px;
	}

	/**********************************
	横並びBOX　2023リニューアル
	**********************************/


	.box_banner01 {
	    background-color: #ffffff;
	}

	.box_banner01 {
	    margin: 6px auto;
	}
	.box, .box_banner01 {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

	.box_banner01 li {
	    border: none;
	    border-radius: 0 0 0 0;
	}

	.box_banner01 li {
	    padding: 1px;
	}
	.box li, .box_banner01 li {
	    display: inline-block;
	    background: #ffffff;
	    color: #ffc547;
	    width: 45%;
	    margin: 0 auto;
	    padding: 5px;
	    box-sizing: border-box;
	    cursor: pointer;
	    list-style: none;
	    transition: .3s;
	    font-size: 12px;
	    font-weight: bold;
	    text-align: center;
	    border-radius: 6px 6px 0 0;
	}

	/*横並びBOX image*/
		.image_50 {
		width: 100%;
	}
	.image_size_m{
		width: 300px;
		height: 200px;
	}

	/**********************************
	横並びBOX　3つ並び
	**********************************/

	.box_banner02 {
	    background-color: #ffffff;
	}

	.box_banner02 {
	    margin: 6px auto;
	}
	.box, .box_banner02 {
	    width: 100%;
	    padding: 0px 20px 0px 20px;
	    margin: 0;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}

	.box_banner02 li {
	    border: none;
	    border-radius: 0 0 0 0;
	}

	.box_banner02 li {
	    padding: 1px;
	}
	.box li, .box_banner02 li {
	    display: inline-block;
	    background: #ffffff;
	    color: #ffc547;
	    width: 32%;
	    margin: 0 auto;
	    padding: 5px;
	    box-sizing: border-box;
	    cursor: pointer;
	    list-style: none;
	    transition: .3s;
	    font-size: 12px;
	    font-weight: bold;
	    text-align: center;
	    border-radius: 6px 6px 0 0;
	}


	/*slider*/
}
.slider-wrapper {
width: 300%;
position: relative;
left: 0;
will-change: transform;
animation: slider 10s infinite;
}
@keyframes slider {
0% { transform: translateX(0); }
33% { transform: translateX(-300px); }
66% { transform: translateX(-600px); }
100% { transform: translateX(0); }
}

Resources
