@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*---------- 以上リセット ----------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* button reset */

body {
  font-size: 90%;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; 
	max-width: 500px;
	margin: 0 auto;
	background: #e2e22c;
	line-height: 1.2;
}
header h1{
	margin: 0;
}
img{
	max-width: 100%;
}
input[type="text"] {
    font-size: 130%;
    padding: 0.3em;
}
input[type="submit"]{
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 110%;
}

._center{text-align: center;}
._emphasis{font-size: 120%;}
._small{font-size: 90%;}
._bold{font-weight: bold;}

body section{
	padding: 16px 16px 0;
}

/*status*/
.status{
	background: #221;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.status-user,
.status-point{
	display: flex;
	padding: 0.8em;
}
.status-user .content,
.status-point .content{
	color: #e2e22c;
}
.status .material-symbols-outlined{
	vertical-align: top;
	font-size: 1.2em;
	padding-right: .5em;
}

/*menu*/
.menu{
}
.menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu ul li{
	width: calc(50% - 2.5px);
	margin: 0 0 7px;
}
.menu ul li a{
	display: block;
	border: 2px solid #000;
	text-decoration: unset;
	text-align: center;
	padding: .8em;
	border-radius: 4px;
	background: #fff;
	color: #000;
	font-weight: bold;
	box-shadow: 0 2px 0 #000;
}
.menu ul li a._temp{
	color: #f00;
}
.menu ul li.big{
	width: 100%;
}
.menu ul li.big a{
	font-size: 120%;
}

/*section*/
section.main{
	background: #fff;
	margin: 16px 16px 0;
	padding: 16px;
	border-radius: 8px;
	line-height: 1.6;
}
section.main h1{
	background: #14acc6;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: .8em;
	font-size: 120%;
	margin: -16px -16px 16px;
	border-radius: 8px 8px 0 0;
}
section.main h1 + h2{
	margin-top: 0;
}
section.main h2{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	padding: .4em;
	color: #13acc6;
	border: 2px solid #13acc6;
	border-radius: 100px;
	margin-top: 20px;
	margin-bottom: 16px;
}

/*mission result*/
.mission_result{
  color: #13acc6;
	font-weight: bold;
	padding: 10px;
	margin: 6px 0;
	font-size: 120%;
	background: #13acc622;
}
.mission_comment{
	color: #333;
	font-size: 90%;
}
.mission_comment .material-symbols-outlined{
	font-size: 1em;
	margin: 0 .3em 0 0;
}

a.totop {
    display: block;
    width: 60%;
    color: #fff;
    background: #221;
    border-radius: 100px;
    padding: .8em;
    font-size: 1em;
    margin: 24px auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

/*member*/
.member-list li{
	margin: 0 0 8px;
	padding: 8px;
	padding-left: 36px;
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius: 8px;
}
.member-list li.you{
	background: #fffbca;
}
section.main h2.member-name{
	font-size: 120%;
	font-weight: bold;
	border: unset;
	color: #000;
	padding: unset;
	text-align: left;
	margin: unset;
	margin-left: -24px;
}
.member-name .material-symbols-outlined{
	position: relative;
	bottom: -.15em;
}
.member-point,
.member-place{
	font-size: 80%;
	display: inline-block;
	margin:0 4px;
}
.member-point .material-symbols-outlined,
.member-place .material-symbols-outlined{
	font-size: 1.2em;
	vertical-align: baseline;
}

/*wallet*/

.wallet-table th{
    padding: .4em .2em;
    background: #ddd;
}
.wallet-table td{
    padding: .4em;
    border-bottom: 1px solid #aaa;
}
.wallet-table .points{
    text-align: right;
}

/*card-table*/

.card-table tr{position: relative;}
.card-table tr.unavailable::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.5);
}
.card-table th{
    padding: .4em;
    background: #ddd;
}
.card-table td{
    padding: 1em .4em;
    border-bottom: 1px solid #aaa;
}