/* ---- reset.css ---- */

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;
}
b {font-weight: bold;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* ---- lightgrid.css ---- */

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 744px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 744px) {
  .container {
    max-width: 744px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  /*
  padding-right: 10px;
  padding-left: 10px;
  */
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 744px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ---- style.css ---- */

body {
  background-color: #f1f2f3;
  color: #333;
  font-size: 12px;
  font-family:
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴシック",
    "メイリオ",
    "Meiryo",
    "Yu Gothic UI",
    "Lucida Grande",
    "Arial",
    "MS P Gothic",
    "Osaka",
    system-ui,
    sans-serif,
    monospace;
}
@media screen and (min-width: 300px) {
  body {font-size: 14px;}
}
@media screen and (min-width: 320px) {
  body {font-size: 15px;}
}
@media screen and (min-width: 375px) {
  body {font-size: 16px;}
}

a {
  text-decoration: none;
  color: #69c;
}

a:hover {
  color: #333;
}

hr {
  height: 1px;
  color: #ddd;
  background-color: #ddd;
  border: none;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}

.decor {
  margin: 0 0 24px 0;
  font-weight: bold;
  border-left: solid 8px #69c;
  padding: 0 0 0 8px;
  line-height: 1.1;
}

.decor a {
  color: #333;
}

strong {
  font-weight: bold;
}

header {
  width: 100%;
  background-color: #69c;
  color: #fff;
  border-bottom: solid 2px #69c;
  padding: 12px 0;
  text-align: center;
}

header a,
header a:hover,
header a:visited {
  color: #fff;
  text-decoration: none;
}

.site-logo,
.site-title {
  display: inline-block;
  vertical-align: middle;
}
.site-logo {
  width: 16px;
  height: 14px;
  margin-right: 2px;
}
.site-title {
  font-size: 16px;
}
.site-url  {
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (min-width: 375px) {
  .site-logo {
    width: 22px;
    height: 18px;
  }
  .site-title {
    font-size: 22px;
  }
  .site-url  {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 744px) {
  .site-logo {
    width: 24px;
    height: 20px;
  }
  .site-title {
    font-size: 24px;
  }
  .site-url  {
    font-size: 16px;
    margin-top: 2px;
  }
}

main,
aside {
  padding: 0px 8px;
}

/* LIST-GROUP */

.list-group {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px 0;
}

.list-group > .list-group-item {
  display: block;
  background-color: #fff;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 24px;
}

.list-group > .list-group-item-head {
  background-color: #69c;
  border: solid 1px #69c;
  color: #fff;
  padding: 24px;
}

/* CBOX */

.cbox {
  border-radius: 12px;
  padding: 24px 24px 0 24px;
  margin: 0 auto 24px auto;
  background-color: #fff;
  border: solid 1px #ddd;
  line-height: 1.6em;
}

/* TEXT */

.text {
  line-height: 1.6em;
  margin: 0 0 24px 0;
}

.text p {
  margin: 0 0 24px 0;
}

/* FOOTER */

footer {
  background-color: #69c;
  color: #fff;
  border-top: solid 2px #69c;
  text-align: center;
  padding: 48px 0;
}

footer .container {
  margin: 0 auto;
}

footer p {
  margin: 0 0 8px 0;
}

footer a,
footer a:hover,
footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer ul {
  margin: 0 auto 24px auto;
}

footer ul li {
  margin: 8px 0;
}

footer .footer-title {
  margin: 0 0 24px 0;
}

footer .footer-menu {
  font-size: 1.0em;
}

footer .footer-menu-sub {
  font-size: 0.8em;
}

footer .footer-menu li {
  display: block;
  padding: 8px 0;
}

footer .footer-qrcode img {
  width: 128px;
  height: 128px;
}

footer .footer-cright {
  font-size: 0.8em;
  margin: 0 auto;
}

/* STRIPING */

.striping {
  height: 8px;
  background: repeating-linear-gradient(
    -45deg,
    #69c,
    #69c 8px,
    #fff 8px,
    #fff 16px
  );
}

.container-base,
.container,
.row,
.main,
.aside {
  overflow: hidden;
}

.container-base {
  padding: 24px 0 0 0;
}

.route {
  margin: 0 0 24px 0;
  padding: 0 8px;
  line-height: 1.2;
  font-size: 0.8em;
}

.route > li {
  display: inline-block;
}

.route li+li:before {
  content: '»';
  margin-right: 8px;
}

/* TABLE-DECOR */

.table-decor-base {
  margin: 0 0 24px 0;
}

.table-decor {
  width: 100%;
  background-color: #fff;
}

.table-decor th,
.table-decor td {
  border: solid 1px #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}

.table-decor th {
  font-weight: bold;
  background-color: #69c;
  border: solid 1px #69c;
  color: #fff;
}

/* HIGHLIGHT */

.hl,
.hlb {
  color: #f00;
}

.hlb {
  font-weight: bold;
}

.highlight {
  color: #69c;
}

/* TEXT-ALIGN */

.text-center {text-align: center !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}

.font-small {font-size: 0.8em !important;}

.warn {
  color: #777;
  font-weight: normal;
  font-size: 0.7em;
}

.error {
  line-height: 1.6;
  color: #f00;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* IMG-INSTALL */

.img-install {
  width: 200px;
  border: solid 1px #ddd;
}

/* DEBUG */

.debug {
  background-color: #aaa;
}

/* ---- form.css ---- */

/* FORM */

form {
  margin: 0 0 24px 0;
}

.form-btn,
.form-label,
.form-radio,
.form-unit,
.form-input,
.form-select,
.form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1px 0;
  padding: 0px 12px;
  line-height: 2.0em;
  font-size: 1.3em;
  white-space: nowrap;
  overflow: hidden;
}

.form-btn:focus,
.form-radio:focus,
.form-select:focus,
.form-input:focus {
  outline: none;
}

.form-label {
  background-color: #567;
  color: #fff;
  border: solid 1px #567;
}

.form-unit {
  background-color: #5f9ea0;
  color: #fff;
  border: solid 1px #5f9ea0;
  padding: 0 2px;
  text-align: center;
  /* border-radius: 0px 4px 4px 0px; */
}

.form-btn,
.form-input,
.form-radio,
.form-select {
  border: solid 1px #ddd;
  background-color: #fff;
  color: #456;
}

.form-select {
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 1.2em;
}

.form-submit {
  background-color: #ff8000;
  border-top: solid 1px #ff8000;
  border-right: solid 1px #ff8000;
  border-left: solid 1px #ff8000;
  border-bottom: solid 3px #ff4000;
  color: #fff;
  border-radius: 4px;
}

.form-btn-del,
.form-btn-add,
.form-btn-reset,
.form-btn-clear {
  text-align: center;
  /* border-radius: 0 4px 4px 0; */
  color: #fff;
  padding: 0;
}

.form-btn-del {
  background-color: #cd5c5c;
  border: solid 1px #cd5c5c;
}

.form-btn-add {
  background-color: #4682b4;
  border: solid 1px #4682b4;
  /*
  background-color: #00a0dc;
  border: solid 1px #00a0dc;
  */
}

.form-btn-reset {
  background-color: #3cb371;
  border: solid 1px #3cb371;
}

.form-btn-clear {
  background-color: #3cb371;
  border: solid 1px #3cb371;
}

/* Input form hide arrow */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* iOS/safari input raidus none */

input {
  -webkit-border-radius:0;
  border-radius: 0;
}

/* FORM RADIO */

.form-radio-base input {
  display: none;
}

.form-radio-base input[type="radio"]:checked + .radio-switch-on {
  background-color: #a1b91d;
  border: solid 1px #a1b91d;
  color: #fff;
}

.form-radio-base input[type="radio"]:checked + .radio-switch-off {
  background-color: #a1b91d;
  border: solid 1px #a1b91d;
  color: #fff;
}

.form-radio {
  cursor: pointer;
  text-align: center;
  transition: .2s;
  background-color: #d3d3d3;
  color: #777;
}

/* ---- answer.css ---- */

.ans {
  margin: 0 0 24px 0;
}

.ans-title {
  text-align: center;
  margin: 0 0 8px 0;
  font-weight: bold;
  font-size: 1.0em;
  color: #69c;
}

.ans-msg {
  margin: 0 auto 24px auto;
  padding: 12px;
  text-align: center;
  color: #666;
  font-weight: bold;
  line-height: 1.6;
  background-color: #fff;
  border: solid 1px #69c;
  border: solid 1px #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.ans-msg p {
  margin: 0;
  padding: 2px 0px;
}

.ans-msg p.date,
.ans-msg p.days {
  font-size: 1.0em;
  font-weight: bold;
}

.ans-msg p.days-age {
  font-size: 1.0em;
}

.ans-msg p.date {
  color: #69c;
}

.ans-msg p.days {
  color: #f66;
}

.ans-msg p.date-stats {
  font-size: 1.0em;
}

.ans-msg {font-size: 1.0em;}
@media screen and (min-width: 576px) {
  .ans-msg {font-size: 1.2em;}
}

.date-stats-today {
  color: #e60033;
}

.date-stats-notyet {
  color: #cc7700;
}

.date-stats-already {
  color: #6b8e23;
}

.row-already {
  background-color: #fff;
}

/* ANS-SHARE */

.ans-share {
  margin: 0 auto 24px auto;
}

.ans-share textarea {
  width: 100%;
  padding: 8px;
  margin: 0 0 2px 0;
  line-height: 1.2;
  background-color: #fff;
  border: solid 1px #69c;
  border: solid 1px #ddd;
  word-break: break-all;
  font-size: 1.0em;
}

.ans-share button {
  display: inline-block;
  background-color: #ff8000;
  border-top: solid 1px #ff8000;
  border-left: solid 1px #ff8000;
  border-right: solid 1px #ff8000;
  border-bottom: solid 2px #ff4000;
  border-radius: 4px;
  padding: 4px 12px;
  margin: 0 0 8px 0;
  color: #fff;
  appearance: none;
  font-size: 0.9em;
}

/* ---- recommend_install.css ---- */

.recommend-install {
  margin: 0 0 24px 0;
  text-align: center;
  animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

/* ---- snsbox.css ---- */

/* SNSBOX */

.snsbox-base {
  margin: 0 0 24px 0;
  text-align: center;
}

.snsbox {
  display: inline-block;;
  width: 18%;
  max-width: 80px;
  font-weight: bold;
  font-size: 0.85em;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 1px;
  text-align: center;
  transition: .3s;
}

.snsbox:hover {
  opacity: 0.8;
}

.snsbox,
.snsbox:visited,
.snsbox:hover {
  text-decoration: none;
  color: #fff;
}

.sb-line {
  background-color: #1DCD00;
  border: solid 1px #1DCD00;
}

.sb-twitter {
  background-color: #55ACEE;
  border: solid 1px #55ACEE;
}

.sb-twitter-x {
  background-color: #111111;
  border: solid 1px #111111;
}

.sb-facebook {
  background-color: #315096;
  border: solid 1px #315096;
}

.sb-hatena {
  background-color: #008FDE;
  border: solid 1px #008FDE;
}

.sb-pocket {
  background-color: #EE4056;
  border: solid 1px #EE4056;
  background-image: url("https://static.awsnw.com/snsbox/icon/pocket.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}

/* ---- tweet.css ---- */

.tweet-base {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.tweet-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tweet-icon img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover; /* 画像を切り取る */
  border: 1px solid #ddd;
}

.tweet-user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tweet-user-name {
  font-weight: bold;
}

.tweet-user-id,
.tweet-date {
  color: #777;
  font-size: 0.8em;
}

.tweet-text {
  white-space: pre-wrap;
  font-family: inherit; 
  line-height: 1.6;
}

.tweet-footer {
}

.tweet-date {
  text-align: right;
}

/* ---- icons.css ---- */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* https://icons.getbootstrap.com/ */

.bi-apple::before { content: "\f65b"; }
.bi-android2::before { content: "\f7d1"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart::before { content: "\f417"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-book-half::before { content: "\f193"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-envelope::before { content: "\f32f"; }
.bi-search::before { content: "\f52a"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-facebook::before { content: "\f344"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-download::before { content: "\f30a"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-txt::before { content: "\f766"; }

/* ---- burger_menu.css ---- */
/*============
Body stop scroll for adsense anker
=============*/
/*
body.open {
  overflow: hidden;
}
*/
/*============
.burger-menu-nav
=============*/
.burger-menu-nav {
  display: block;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #6699cc;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  transition: left .5s, opacity .5s;
  z-index: 3;
  opacity: 0;
}
.open .burger-menu-nav {
  left: 0;
  opacity: 1;
}
.burger-menu-nav .inner {
  padding: 4px;
}
.burger-menu-nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.burger-menu-nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.burger-menu-nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.burger-menu-nav .inner ul li a:hover {
  background-color: #fff;
  color: #6699cc;
}

.burger-menu-nav {
  left: -240px;
  width: 240px;
}
@media screen and (min-width: 744px) {
  .burger-menu-nav {
    left: -300px;
    width: 300px;
  }
}
/*============
.burger-menu-toggle-btn
=============*/
.burger-menu-toggle-btn {
  display: block;
  /* position: fixed; */
  position: absolute;
  top: 18px;
  right: 16px;
  width: 30px;
  height: 30px;
  transition: left .5s, opacity .5s;
  cursor: pointer;
  z-index: 3;
}
.burger-menu-toggle-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: left .5s, opacity .5s;
}
.burger-menu-toggle-btn span:nth-child(1) {
  top: 4px;
}
.burger-menu-toggle-btn span:nth-child(2) {
  top: 14px;
}
.burger-menu-toggle-btn span:nth-child(3) {
  bottom: 4px;
}
.open .burger-menu-toggle-btn span {
  background-color: #fff;
}
.open .burger-menu-toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .burger-menu-toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .burger-menu-toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#burger-menu-mask {
  display: none;
  transition: left .5s, opacity .5s;
}
.open #burger-menu-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

