@charset "UTF-8";
@import url("/assets/font/fontawesome.min.css");
@import url("//use.fontawesome.com/releases/v5.0.11/css/all.css");
/* ////////////////////////////////////////////////////////////////////
	help
//////////////////////////////////////////////////////////////////// */
/* ====================================================================
	base
==================================================================== */
body {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #444444;
  background-color: #f9f7e6;
  -webkit-print-color-adjust: exact;
}

@media all and (-ms-high-contrast: none) {
  body {
    /* IE11 */
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
}

body button, body input, body textarea, body select, body option {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

a {
  color: #444444;
  text-decoration: none;
}

#common-header {
  display: none;
}

/* ====================================================================
	module
==================================================================== */
.btn-pwr {
  display: inline-block;
  background-color: #FFF;
  color: #444444;
  padding: 1.5em 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #746d4f;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  background-color: #746d4f;
  color: #FFF;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.btnWhite {
  display: inline-block;
  background-color: #fff;
  color: #444444;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.btnGray {
  display: inline-block;
  background-color: #efede7;
  color: #444444;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.icnNewwin::before {
  display: inline-block;
  font-family: "Font Awesome\ 5 Pro";
  content: "";
  padding-right: 0.5em;
}

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 li {
  margin-bottom: 5em;
}

.clm3 li:nth-last-of-type(1), .clm3 li:nth-last-of-type(2), .clm3 li:nth-last-of-type(3), .clm3 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #cdc7a7 solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #cdc7a7 solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #cdc7a7 solid;
}

table.basic thead th {
  background-color: #444444;
  color: #fff;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #cdc7a7 solid;
}

table.basic th {
  background-color: #efede7;
}

.shadow {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.shadow-all {
  box-shadow: 2px 2px 4px #ccc;
}

button {
  cursor: pointer;
}

.ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  margin-left: 7px;
}

/* ====================================================================
	main
==================================================================== */
#main {
  width: 950px;
  margin: auto;
  align-self: center;
}

#main::after {
  content: "";
  display: block;
  clear: both;
}

#main a.back {
  color: #444444;
  display: inline-block;
  margin: 30px 2.5% 0;
  border-bottom: dotted 1px #CCC;
  letter-spacing: 0.25em;
}

#main #content {
  background-color: #fff;
  margin: 2% auto;
  padding: 0 2rem 2rem 2rem;
}

#main #content #helpHead {
  padding: 15px 0;
  text-align: center;
  line-height: 1em;
}

#main #content #helpHead h1 img {
  width: auto;
  height: 3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#main #content #helpNav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1em;
  border-left: 1px #cdc7a7 solid;
}

#main #content #helpNav ul li.helpNav {
  flex-grow: 1;
  border: 1px #cdc7a7 solid;
  border-left: none;
}

#main #content #helpNav ul li.helpNav a, #main #content #helpNav ul li.helpNav span {
  display: block;
  text-align: center;
  padding: 1em 0;
}

#main #content #helpNav ul li.helpNav.active a, #main #content #helpNav ul li.helpNav.active span, #main #content #helpNav ul li.helpNav:hover a, #main #content #helpNav ul li.helpNav:hover span {
  opacity: 1;
  background-color: #e9e7d6;
}

#main #content #helpContent {
  /* --------------------
				画面説明
			-------------------- */
  /* --------------------
				操作方法
			-------------------- */
  /* --------------------
				注意事項
			-------------------- */
}

#main #content #helpContent .screen h2 {
  text-align: center;
}

#main #content #helpContent .screen h2 img {
  width: 80%;
}

#main #content #helpContent .screen > ol {
  padding: 2em;
  overflow-y: scroll;
  height: 30vh;
}

#main #content #helpContent .screen > ol > li {
  padding-bottom: 1em;
  border-bottom: 1px #cdc7a7 solid;
  margin-bottom: 1em;
}

#main #content #helpContent .screen > ol > li:last-of-type {
  margin-bottom: 0;
}

#main #content #helpContent .screen > ol > li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

#main #content #helpContent .screen > ol > li dl dt {
  width: 30%;
  padding-right: 2em;
}

#main #content #helpContent .screen > ol > li dl dt span {
  color: #ec6e43;
  font-weight: bold;
  margin-right: 0.25em;
}

#main #content #helpContent .screen > ol > li dl dd {
  width: 70%;
  display: block;
  text-align: left;
}

#main #content #helpContent .howto > ol {
  padding: 0 2em;
}

#main #content #helpContent .howto > ol > li {
  padding: 2em;
  border-bottom: 1px #cdc7a7 solid;
}

#main #content #helpContent .howto > ol > li:last-of-type {
  border-bottom: none;
}

#main #content #helpContent .howto > ol > li h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

#main #content #helpContent .howto > ol > li h4 {
  position: relative;
}

#main #content #helpContent .howto > ol > li h4::before {
  content: "―";
  margin-right: 0.25em;
}

#main #content #helpContent .howto > ol > li figure {
  margin-top: 1em;
  padding: 1em;
  border: 1px rgba(205, 199, 167, 0.6) solid;
  text-align: center;
}

#main #content #helpContent .howto > ol > li figure img {
  margin: 0 auto;
}

#main #content #helpContent .howto > ol > li dl dt {
  position: relative;
}

#main #content #helpContent .howto > ol > li dl dd {
  margin-bottom: 3em;
}

#main #content #helpContent .notes > ol {
  padding: 0 2em;
}

#main #content #helpContent .notes > ol > li {
  padding: 2em;
  border-bottom: 1px #cdc7a7 solid;
}

#main #content #helpContent .notes > ol > li:last-of-type {
  border-bottom: none;
}

#main #content #helpContent .notes > ol > li h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

#main #content #helpContent .notes > ol > li h4 {
  position: relative;
}

#main #content #helpContent .notes > ol > li h4::before {
  content: "―";
  margin-right: 0.25em;
}

#main #content #helpContent .notes > ol > li figure {
  margin-top: 1em;
  padding: 1em;
  border: 1px rgba(205, 199, 167, 0.6) solid;
}

#main #content #helpContent .notes > ol > li dl {
  padding: 0 2em;
  margin-bottom: 2em;
}

#main #content #helpContent .notes > ol > li dl::after {
  content: "";
  display: block;
  clear: both;
}

#main #content #helpContent .notes > ol > li dl dt {
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
}

#main #content #helpContent .notes > ol > li dl dd {
  margin-bottom: 2em;
}

#main #content #helpContent .notes > ol > li dl dd img {
  margin-right: 1rem;
  vertical-align: middle;
}
