/* Start of common.css */
* {
  margin: 0;
  padding: 0;
}
div {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  height: 100vh;
  counter-reset: number 0;
  background: linear-gradient(to bottom, #36B3D6, #0EA4CE);
}
a {
  color: #000;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
}
input[type="button"] {
  border: none;
}
a:hover,
input[type="button"]:hover,
button:hover {
  cursor: pointer;
  opacity: .7;
}
textarea {
  resize: none;
}

/* table */
table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  border-spacing: 0;
  white-space: normal;
  font-size: 16px;
}
table tr:nth-child(odd)  {
  background-color: #f9f9f9;
}
table th, table td {
  padding: 5px 8px;
}
table tr th {
  font-size: 0.85em;
  text-align: left;
}
.verticalTop {
  vertical-align: top;
}
/* background color fix for .message */
.message table tr:nth-child(odd)  {
  background-color: transparent;
}

/* outer */
.outer {
  padding: 60px 15px;
  box-sizing: border-box;
}
/* inner */
.inner,
.inner500,
.inner600,
.inner700,
.inner800,
.inner900 {
  margin: 0 auto;
}
.inner {
  max-width: 1000px;
  padding: 50px 15px;
  border-radius: 8.786px;
  box-sizing: border-box;
  background-color: #fff;
}
.innerPaddig {
  padding: 15px 15px!important;
}
.inner:nth-child(n+2) {
  margin-top: 20px;
}
.inner500 {
  max-width: 500px;
}
.inner600 {
  max-width: 600px;
  padding: 20px 0 0;
}
.inner700 {
  max-width: 700px;
}
.inner800 {
  max-width: 800px;
}
.inner900 {
  max-width: 900px;
}

/* title */
.commonTitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.commonTitle2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.commonTitle2.border {
  padding-left: 0.5em;
  border-left: 4px solid #007aff;
  margin-bottom: 20px;
  font-weight: 700;
}

/* color */
.blueBg {
  background-color: #9fd6ff;
}
.yellowBg {
  background-color: #FFD400;
}
/* color */
.blue {
  background-color: #9fd6ff;
}

/* btn */
.outerBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 -20px;
}
.outerBtns .answerBtn {
  margin-right: 10px;
}
.innerBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.answerBtn {
  box-shadow: 2px 2px 4px #d8d8d8;
  border-radius: 8px;
  background-color: #9fd6ff;
  font-size: 14px;
}
.reanswerBtn {
  display: inline-block;
  padding: 14px;
  background-color: #FFD400;
  box-shadow: 2px 2px 4px #d8d8d8;
  border-radius: 8px;
  font-size: 14px;
}
.editBtn {
  display: block;
  width: 40px;
  padding: 10px;
  margin: 0 0 10px auto;
  background-color: #FFD400;
  box-shadow: 2px 2px 4px #d8d8d8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.singleBtn .answerBtn {
  display: block;
  width: 96px;
  margin: 24px auto 0;
  background-color: #FFD400;
  text-align: center;
}
.selectBtn {
  display: inline-block;
}
.moveBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  box-shadow: 2px 2px 4px #d8d8d8;
  border-radius: 50%;
  background-color: #FFD400;
  font-size: 14px;
}
/* center */
.center {
  text-align: center;
}
.clickBtn {
  font-family: inherit !important;
  font-weight:inherit !important;
  background:transparent !important;
  border:none !important;
  height: 100% !important;
  width: 100% !important;
}
.clickBtnB {
  font-size: 16px !important;
  padding: 20px 24px !important;
}
.clickBtnS {
  font-size: 14px !important;
  padding: 9px 4px !important;
}
.btnDisabled {
  border-color: #c4c4c4 !important;
  color: #909090 !important;
  background: #c4c4c4 !important;
  font-size: 14px !important;
  margin: 1px !important;
  box-sizing: border-box !important;
  box-shadow: 2px 2px 4px #c4c4c4 !important;
}
@media (max-width: 600px) {

  /* btn */
  .answerBtn {
    /* padding: 14px 12px; */
  }
  .moveBtn {
    width: 60px;
    height: 60px;
  }
  /* table */
  table {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    white-space: normal;
  }
}
/* End of common.css */

/* Start of 06.css */
.form {
  max-width: 540px;
  margin: 0 auto;
}
.formBox {
  margin-top: 30px;
  font-size: 16px;
}
.loginBox {
  margin-top: 0;
}
.formBox label {
  display: block;
  margin: 0 0 4px;
}
.formBox input {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.formSub {
  margin: 5px 0 30px;
  font-size: 14px;
}
.formSub input {
  vertical-align: middle;
}
.formSub label {
  padding-left: 6px;
}
/* text */
.form p {
  text-align: center;
}
.formText {
  margin-bottom: 8px;
  font-size: 14px;
}
.formText span {
  display: inline-block;
}
/* links */
.links {
  text-align: center;
}
.links a {
  display: inline-block;
  font-size: 16px;
  color: #007aff;
  text-decoration: underline;
}
.links span {
  font-size: 16px;
}
.links .noneUnderLine {
  text-decoration: none;
}
.linkWeight{
  font-weight: bold;
}
.loginLink a {
  font-size: 20px;
}
.underLinks a {
  font-size: 14px;
}
.notRegister {
  margin-top: 20px;
}
.links .topLine {
  border-top: 1px solid #DAe2E5;
  padding-top: 13px;
}
.links .bottomLine {
  border-bottom: 1px solid #DAe2E5;
  padding-bottom: 13px;
  padding-left: 35px;
  padding-right: 35px;
}
.bottomLoginLine {
  border-bottom: 1px solid #DAe2E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.formBtn {
  box-sizing: border-box;
  box-shadow: 2px 2px 4px #d8d8d8;
  background-color: #FFD400;
  text-align: center;
}
.formBtn1 {
  max-width: 400px !important;
  margin: 25px auto !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.formBtn2 {
  width: 90px !important;
  margin: 10px 0 0 auto !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

body .btn {
  line-height: normal !important;
  font-size: 14px !important;
}

.formBtn:hover {
  opacity: .7;
}
/* End of 06.css */