/* 基本パーツの再定義 */
h1 {
  font-size: 2rem;
  text-align: center;
}

h2 {
  font-size: 2rem;
  text-align: center;
}

h3 {
  font-weight: 500;
  font-size: 1.5rem;
}

hr {
  border: none;
  border-top: 1.7px solid silver;
}

label {
  display: inline-block;
}

svg {
  width: 100%;
  vertical-align: top;
}


/* 基本パーツの再定義ここまで */

.bg-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23d9d9d9' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ヘッダー */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  height: 50px;
  box-shadow: 0px 0px 4px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left > a {
	display: flex;
    align-items: center;
}

.header-icon {
  width: 60px;
  height: 60px;
  color: white;
  box-sizing: border-box;
  line-height: 4.2;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 3px;
}

.header-logo {
  max-height: 60px;
  margin-left: 20px;
  font-size: 1.2rem;
}

.header-nav {
  width: 40%;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-category {
  background: gray;
  border-radius: 15px;
  width: max-content;
  padding: 0 5px;
  font-size: 0.8rem;
}

.maru-icon {
  border-radius: 50%;
  border: 2px solid lightgray;
  background-color:lightsalmon;
  display: block;
  padding: 0;
}

nav {
  padding: 10px 0;
}

nav > a{
  margin:0 10px;
}

/* ヘッダーここまで */

.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  position: relative;
  padding:5vw;
}

.container-top {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  position: relative;
  padding-top:5vw;
  padding-left:5vw;
  padding-right:5vw;
  padding-bottom:0;
}

.container-bottom {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  position: relative;
  padding-top: 0;
  padding-left:5vw;
  padding-right:5vw;
  padding-bottom:5vw;
}

.main-container-max900{
  margin: 0 auto;
  width:100%;
  max-width:900px;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.main-container-700{
  margin: 0 auto;
  width:100%;
  padding: 0 3%;
  box-sizing: border-box;
  max-width:700px;
  display: flex;
  flex-direction: column;
}

.container-700 {
  margin: 0 auto;
  width:100%;
  max-width:700px;
  box-shadow: 0 5px 5px;
}
/* body- トップ-index.html */

.top-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.sub-container {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #75ab6a;
  align-items: center;
}

.top-main {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  display: flex;
  padding:50px 50px 0 50px;
  z-index: 1;
}

.top-image {
  width: 50%;
  max-width: 500px;
  height:50%;
  max-height: 495px;
  position: relative;
  top: 0;
  left: -5%;
}

.top-title {
  width: 100%;
  margin-bottom:2vw;
}

.title-logo {
  font-size: 3rem;
  font-weight: 700;
  font-family: monospace;
}

.title-logo-h1 {
  font-size: 2rem;
  font-weight: 600;
}

.subtitle-logo {
  font-size: 1rem;
  color: grey;
}

.top-btn {
  display: block;
  outline: none;
  border: none;
  border-radius: 45px;
  padding: 10px 25px;
  margin: 40px 20px;
  width: max-content;
  z-index: 1;
  box-shadow: 2px 2px 8px darkgrey;
  cursor: pointer;
  background-color:#ffb31a;
  color: white;
  text-align: center;
  font-size:1.2rem;
  transition: all .3s ease;
}

.top-svg {
  position: absolute;
  bottom: 0;
}

.svg-base {
  background-color: #75ab6a;
  width: 100vw;
  height: 50px;
}

.top-btn:hover {
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 40%);
  transform: translateY(-2px);
  color:white;
}

.info {
  width: 50%;
  text-align: center;
  margin-top: 50px ;
  align-self: baseline;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* トップ-index.htmlここまで */


.main-container-h1 {
  font-size: 5rem;
  color: white;
  text-align: center;
}


/* footer */
footer {
  padding: 30px 10px 80px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.footer-g {
  background-color: #75ab6a;
  color: white;
}

.wave-line {
  position: absolute;
  top: -70px;
  z-index: -10;
}

.share-btn {
  display: flex;
}

.share-btn > div {
  margin: 0 10px;
}

.footer-logo {
  font-size: 1.2rem;
  font-weight: 600;
}

/* footer ここまで */

/* sign up */

.binder-container {
  margin: 30px auto;
  width:700px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4%;
  background: burlywood;
  border-radius: 30px;
  box-shadow: 1px 1px 5px;
  position: relative;
}

.paper-container {
  width: 100%;
  height: 850px;
  padding: 50px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 3px 8px;
  position: relative;
}

.error-p {
  background: #ff4d4d;
  border-radius: 10px;
  padding: 0 5px;
  margin: 5px 0;
  color: white;
  width: max-content;
  font-size: 0.8rem;
}

/* sign up ここまで */

/* surveyコンテナー */

.contents-container {
  margin: 0;
  height: 800px;
  padding: 50px;
  background-color:whitesmoke;
  position: relative;
}

.post-data {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  font-size: 0.5rem;
  color: gray;
}

.post-category {
  margin-left: 3px;
  background-color: silver;
  color: white;
  border-radius: 15px;
  padding: 3px 5px;
  font-size: 0.7rem;
}

.sort-item {
  display: flex;
  align-items: center;
  align-self:flex-end;
}

.sort {
  background-color: antiquewhite;
  border: 1px solid darkgray;
  padding: 0 5px;
  border-radius: 30px;
}

.heading-bar {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  color: white;
}

.page-back {
  color: white;
  font-size: 1.7rem;
  margin-right: 10px;
  white-space: nowrap;
}

.thread-title {
  font-size: 2rem;
}

.category-nav {
  display: flex;
  position: static;
  height: 60px;
  align-items: flex-end;
  background-color: oldlace;
  box-sizing: border-box;
  overflow-x: scroll;
  padding: 10px 5px 0 5px;
}

.category-tab {
  color: white;
  background: silver;
  border-radius: 10px 10px 0 0;
  height: 80%;
  opacity: 0.6;
  line-height: 2.5;
  padding: 0px 12px;
  margin: 0;
  word-break: keep-all;
}

.thread-tab {
  padding: 0 10px
}

.category-tab:not(:last-child) {
  border-right: 1px solid #9b9faa;
}

.category-tab.active {
  color: white;
  border-radius: 10px 10px 0 0;
  height: 110%;
  opacity: 1;
  line-height: 2.5;
  font-weight: 500;
}

.dropdawn-menu {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.dropdawn-menu > select {
  border: none;
  outline: none;
  background-color: transparent;

}

.thread-area {
  margin-top: 10px;
  min-height: 50vh;
  height:max-content;
}

.thread {
  padding:10px 0;
}

.edit-flag {
  font-size: 0.8rem;
  color: gray;
}

.not-target {
opacity: 0.5;
}

.comment {
  padding:5px 0;
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}

.name-tag {
  display: flex;
  flex-direction: column;
  margin: 15px;
  font-weight: 600;
}

.zodiac-tag {
  width: 18px;
  margin-right: 5px;
}

.thread-item-top {
  display: flex;
  align-items: center;
}

.thread-top-left {
  display: flex;
  align-items: center;
}

.thread-top-right {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  color: gray;
}

.thread-item-down {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.thread-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 7px;
}

.thread-item-bottom {
  color: gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thread-item-category {
  margin-left: 5px;
  height: fit-content;
  background-color: silver;
  color: white;
  border-radius: 15px;
  padding: 0px 5px;
  font-size: 0.7rem;
}

.thread-item-text {
  margin: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(100% -58px);
  width: -webkit-calc(100% - 58px);
  background: white;
  border-radius: 10px;
  box-shadow: 0px 1px 2px grey;
  padding: 10px;
}

.survey-item-text {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0px 1px 2px grey;
  padding: 10px;
}


.thread-item-balloon {
  /* marginとavatarの幅 */
  width: calc(100% -80px);
  width: -webkit-calc(100% - 80px);
  box-sizing: border-box;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  border-radius: 15px;
  background-color:whitesmoke;
}

.thread-item-balloon:after {
  top: 15px;
  right: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  border-width: 5px 10px 5px 10px;
}

.balloon-top {
  font-size: 1.2rem;
}

.balloon-bottom {
  font-size:0.8rem;
  color: darkgray;
}

.ps-line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  margin: 20px 0 10px 0;
  width: 100%;
}

.ps-line::after {
  content: "";
  flex-grow: 1;
  border-top: dashed 1px gray;
  margin:0 .4em;
}

.ps-line::before {
  content: "";
  flex-grow: 1;
  border-top: dashed 1px gray;
  margin:0 .4em;
}

.comment-item-balloon {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  background-color:whitesmoke;
}
/* 
.comment-item-balloon:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 30px;
  margin-left: -15px;
  border: 7px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}

.comment-item-balloon:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 30px;
  margin-left: -16px;
  border: 8px solid transparent;
  border-bottom: 14px solid #999;
  z-index: 1;
} */

.comment-item-balloon:after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f5f5f5;
  border-width: 10px 5px 10px 5px;
}

.thread-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.page-list {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-allow {
  margin: 0 10px;
  padding: 0 10px;
}

.paging-allow:first-child {
  border-right: 1px solid gray;
}
.paging-allow:last-child {
  border-left: 1px solid gray;
}

.paging {
   border-radius: 50%;
  background-color: skyblue;
  color: white;
  pointer-events: none;
}

.create-form {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 15px;
  margin: 10px auto;
  border-radius: 10px;
  line-height: 30px;
  max-height:400px;
  color: #576071;
  transition: border-color .1s ease-in-out;
}

.text-form {
  min-height: 150px;
}

.category-form {
  padding: 10px 30px;
  background: ghostwhite;
}

.create-option {
  display: flex;
  justify-content:space-between;
  align-items:center;
}

.div-radio {
  display: flex;
  justify-content:flex-end;
  align-items: baseline;
  width: auto;
  margin-bottom: 30px;
}

.radio-options{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 5px 5px;
  margin: 10px 0;
  cursor: pointer;
}

.radio-option {
  padding: 4px 8px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  min-width: 30px;
}

.radio-check:checked + label{
  background-color: #fff;
  color: #576071;
}

.radio-option.active {
  background-color: #fff;
  color: #576071;
}

.target-type{
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px;
}

.type-group{
  align-items: center;
  flex: 1;
  width: calc(25% - 10px);
  margin: 5px;
  display: flex;
  flex-direction: column;
  background-color: rgba(245, 245, 245,0.8);
  padding: 10px;
}

.question-window {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid gainsboro;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  background-color: rgba(255,255,255,0.5);
}

.question-h {
  background: mediumseagreen;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 auto 0 0;
  font-size: 0.8rem;
}

.questions {
  margin:30px 0;
}

.question {
  margin: 40px 0;
  position: relative;
}

.create-choice {
  display: flex;
  align-items: flex-end;
}

.choice-list {
  width: 50%;
}

.choice-item {
  display: flex;
  align-items: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
}

.choice-form {
  box-sizing: border-box;
  width: 100%;
  border: solid 1px;
  padding: 10px 20px 10px;
  border-radius: 10px;
  transition: border-color .1s ease-in-out;
  line-height: 1.3;
  color: #576071;
  outline: none;
}

.add-choice {
  opacity: 0.6;
}

.remove-choice {
  position: absolute;
  right: -35px;
  color:gray;
}

.remove-question {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 30px;
  color:gray;
}

.add-question {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-bottom: 14px;
  border-radius: 50%;
  background-color: olivedrab;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.form-required {
  background: indianred;
  color: white;
  border: none;
  border-radius: 60px;
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 0.8rem;
}

.question-sentence {
  margin-bottom: 5px;
}

.answer-question-item {
  border-bottom: 1px solid;
  margin: 10px;
  width: 80%;
  display: flex;
  justify-content: center;
}

.answer-question{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.answer-list-head {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.answer-icon {
  width: 60px;
  height: 60px;
  font-size: 11px;
  border: 3px solid gainsboro;
}

.answer-q {
  flex: 1;
  font-size: 1.2rem;
  padding: 5px;
}

.answer-answer {
  margin: 10px;
  word-break: break-all;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.no-answer {
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.piechart {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
}

.comment-badge {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: dimgray;
  line-height: 1px;
  margin: 0;
}

.subcomment-modal {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  padding: 30px;
  right: 0px;
  width: 50%;
  height: 100vh;
  top: 0px;
}

.edit-modal {
  top: 50%;
  left: 50%;
  width: 50%;
  max-height: 80vh;
  padding: 20px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.subcomment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.subcomment-title {
  border-bottom: 1px solid;
  padding: 8px;
  width: 100%;
}

.subcomment-body {
  width: calc(100% - 70px);
}

.subcomments {
  flex: 1;
  overflow: scroll;
}

.subcomment-form {
  display: flex;
  align-items: center;
  position: sticky;
}

.subcomment-textarea {
  margin: 0px;
  height: 50px;
  max-height: 200px;
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  border-radius:5px;
  line-height: 26px;
  outline: none;
}

.subcomment-btn {
  width: 70px;
  padding: 10px;
  border-radius: 30px;
  background-color: lightskyblue;
  color: #fff;
  align-self: flex-end;
  margin: 10px;
}

.base-svg {
  position: absolute;
  width: 100%;
  top: -70px;
  left: 0;
}

.mypage-head {
  justify-content: space-around;
  background-color:#75ab6a;
}

.mypage-head-item {
  width: 30%;
  text-align: center;
}

.mypage-head-item > a {
  color: #fff;
}

.mypage-head-item:not(:last-child) {
  border-right: 1px solid white;
  padding: 0 10px;
}

.mypage-top {
  align-self: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
}

.mypage-title {
  font-size: 4rem;
  font-weight: 900;
  font-family: auto;
  opacity: 0.5;
}

.mypage-top-down {
  display: none;
  width: 90%;
}

.mypage-top-right {
  width: 300px;
  padding: 10px;
}

.follow {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 0px;
  padding: 7px 15px;
  border-radius: 20px;
  width: 130px;
}

.follow-off {
  color: white;
  background-color:#75ab6a;
  border: 1px solid #75ab6a;
}

.follow-on {
  color: dimgray;
  background-color:white;
  border: 1px solid dimgray;
}

.follow-list {
  box-sizing: border-box;
  width: 100%;
  font-size: 0.7rem;
}

.follow-h {
  border-bottom: 1px solid silver;
  padding: 5px;
}

.followlist-modal {
  top: 50%;
  left: 50%;
  width: 95vw;
  max-width: 500px;
  height:100%;
  min-height:400px;
  max-height: 80vh;
  padding:7px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.follow-avatar {
  width: 40px;
  height: 40px;
  background-color: antiquewhite;
  clip-path: polygon(53% 4%, 88% 18%, 100% 43%, 95% 81%, 68% 100%, 32% 100%, 4% 87%, 3% 47%, 17% 21%);
}

.scroll {
  overflow: scroll;
  height: 100%;
}

.timeline {
  border-top: 1px solid silver;
  margin-top: 25px;
}

.timeline-h {
  background-color: darkseagreen;
  display: block;
  width: 150px;
  border-radius: 0px 0px 5px 5px;
  color: white;
  padding: 0 10px;
  text-align: center;
  margin: auto;
}

.profile-box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.mypage-avatar {
  height: 425px;
  z-index: 1;
}

.activity {
  width: 80%;
  margin:auto;
  padding: 20px;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

.myreport {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px 5px 0px;
  position: relative;
  background-color: darkgray;
  color: white;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.myreport-title {
  font-size: 3rem;
  font-weight: 900;
  font-family: auto;
}

.report-title {
  font-size: 3rem;
  font-weight: 900;
  font-family: auto;
}

.symbol-text {
  font-size: 2rem;
  color: white;
}

.symbol-line {
  width: 20%;
  border-top: 3px solid;
  margin: 0 auto;
}

.prefe-li {
  margin: 20px 0;
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content:space-between;
  align-items: baseline;
}

.icon-list-pre {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 30px;
}

.icon-pre + label{
  opacity: 0.5;
}

.icon-pre:checked + label {
  opacity: 1;
  box-shadow: 0px 0px 5px yellowgreen;
  padding: 0px;
  border-radius: 50%;
  position: relative;
}
.icon-pre:checked + label::after {
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -15px;
  left: -6px;
  color: yellowgreen;
}

.preferences-modal {
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 500px;
  padding:25px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}

.prefe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  color: dimgray;
  font-size: 1.2rem;
}

.prefe-item {
  border: none;
  outline: none;
  border-radius:0;
  border-bottom: 1px solid darkgray;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  color: dimgray;
  text-align: center;
  margin: 20px;
  background-color: transparent;
  width: -webkit-fill-available;
}

.prefe-item:hover {
  color: black;
  border-bottom-color: darkgreen;
}

.prefe-birth {
  border: none;
  outline: none;
  margin: 0 5px;
  color: dimgray;
  padding: 10px;
  background-image: none;
}

.prefe-y {
  width: 100px;
  flex: 1;
}

.prefe-pass {
  border: none;
  outline: none;
  border-bottom: 1px solid darkgray;
  padding: 10px;
  font-size: 1.5rem;
  color: dimgray;
  margin: 20px;
  width: -webkit-fill-available;
}

.rule-modal {
  top: 50%;
  left: 50%;
  width:70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 20px 20px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}

.rule-title {
  font-size: 1.5rem;
  font-weight:500;
  margin:20px;
}

.rule-p {
  width: 100%;
  text-align: center;
}

  /* テスト */

  .others-top {
    width: 200px;
  }

  .test-info {
  border-radius: 5px;
  border: 1px solid;
  margin: 0 20px 50px 20px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 0.9rem;
  }

.test-form {
  display: flex;
  align-items: center;
  width: 100%;
}


.test-choice {
  border-radius: 10px;
  border: 1px solid;
  width: 90%;
  height: 250px;
  background: white;
  margin: 60px 25px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-choice:hover {
  background: rgba(0, 128, 0, 0.2);

}

.test-list {
  padding: 5px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-weight: 800;
  background-color: gray;
  color: white;
}

.test-select {
  user-select: none;
  display: inline-block;
  height: 43px;
  width: 45px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin: 8px;
  font-weight: 800;
  font-size: 1.8rem;
  color: white;
  background: darkseagreen;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px darkolivegreen;
  transition: .4s;
}

.test-select:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.test-select:checked {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}


.page-base {
  position: relative;
  width:650px;
  height:800px;
}

.test-page {
  position: absolute;
  width:100%;
  left: 0;
  border-radius: 20px;
  border: 1px solid gainsboro;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 600ms 0s ease;
}

.q-badge {
  background: cornflowerblue;
  width: max-content;
  box-sizing: border-box;
  color: white;
  padding: 2px 10px;
  margin: 5px 0px 10px 0px;
  border-radius: 25px;
  align-self: flex-start;
}

.q-badge2 {
  background: cornflowerblue;
  width: max-content;
  box-sizing: border-box;
  color: white;
  padding: 2px 10px;
  border-radius: 25px;
  position:absolute;
  left:30px;
}

.q-hr {
  border-bottom: 1px dashed;
  width: 95%;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
}

.q-li {
  font-size: 1rem;
  line-height: 2.5;
  margin: 0;
  padding: 20px;
  list-style: none;
}


.page-index {
  text-align: center;
  padding: 15px;
  border-top: 1px dashed;
  width: 95%;
  box-sizing: border-box;
  margin: 20px auto;
}

.report-eyecatch {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: whitesmoke;
  justify-content: center;
}

.report-container{
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.report-container-info{
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.report-container{
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.report-container-top {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px 5px 0px;
  position: relative;
  background-color: gainsboro;
  color:white;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.report-container-bottom {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color: white;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background: white;
}


.report-avatar {
  width: 65%;
  max-width:400px;
  height: 100%;
}

.report-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 30px;
  font-family: fantasy;
  width:35%;
  position: relative;
  left: 10%;
}

.report-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: floralwhite;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 30px;
  margin: 20px 7px 0px 7px;
}

.welcome-m {
  border-bottom: 1px dashed orange;
  margin-bottom: 16px;
  font-weight: 600;
}

.report-h {
  position: relative;
  margin: 0px 0 30px 0;
  text-shadow: 0 0 2px white;
  text-shadow: 4px 4px 8px lightgrey;
}

.report-span {
  font-size: 2rem;
  margin: 5px;
}

/* サインアップ */
.signup-form {
  display: flex;
  flex-direction: column;
}

.signup-form > label {
  margin-top: 20px;
}

.others-report-h1 {
  border-bottom: 1px solid gainsboro;
  width: 100%;
  margin: 10px;
}

.border-box {
  border: 1px solid dimgray;
  border-radius: 5px;
  padding: 10px;
}

.li-margin {
  margin-top: 30px;
  margin-bottom: 50px;
}

.li-margin > li{
  margin: 10px;
}

.signup-btn {
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
  transition: background-color .218s,border-color .218s,box-shadow .218s;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  color: #262626;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 5px 10px;
  font-size: 13px;
  color: #757575;
  font-family: Roboto,arial,sans-serif;
  font-weight: 500;
  letter-spacing: .21px;
}

.signup-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
}

/* ログイン */

.white-container {
  margin: 5vw auto;
  max-width: 600px;
  width: 70%;
  padding: 30px;
  background-color:white;
  border-radius: 20px;
  box-shadow: 0px 3px 8px darkgrey;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form {
  width: 65%;
  margin: 20px 0;
}

.login-icon {
  width: 20vw;
  height: 20vw;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 10px;
}

.login-signup {
  font-size: 1rem;
  color: gray;
}

/* フッター */

.box-clear {
  width: 85%;
  margin: 20px auto;
}

/* タイプリスト */
.types {
  width:25%;
  margin: 15px 0;
}

.type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.type-list-h1 {
  font-size: 2rem;
  font-family: serif;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 20px;
}

.type-list-h2 {
  margin: 50px 0 20px 0;
  font-weight: 200;
}

.type-list-h4 {
  font-size: 1.5rem;
  margin: 5px;
}

.type-list-span {
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  color: gray;
}

.theory>p{
  margin-top: 10px;
}

.test-card{
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  border-radius: 30px;
  margin: 10px 0 40px 0;
  overflow: hidden;
  box-shadow: 0 5px 5px darkgrey;
  line-height: 2;
  font-size: 0.9rem;
}

.test-index-h1{
  font-size: 2rem;
  margin-top: 40px;
  position: relative;
}

.test-index-h1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  font-size: 5rem;
  color: rgba(135, 206,250,0.5 );
}


/* 日記 */
.fixed {
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom:0px;
}

.diary-container {
  width: 100vw;
  max-width: 620px;
  margin: auto;
  background-color: white;
  box-shadow: 0px 1px 2px silver;
}

.diary-timeline {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.diary-head {
  height: auto;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}

.diary-head-space {
  width: 99%;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height:42px;
  gap: 5px;
}

.diary-menu {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: gray;
  margin: 0 5px;
}

.diary-footer {
  border-top: 1px solid silver;
  border-bottom: 1px solid gray;
  padding:20px 20px 40px 20px;
  background-color:white;
  width:100%;
  box-sizing: border-box;
}

.diary-form {
  overflow-y: scroll;
  height:100%;
  width: 100%;
  scroll-behavior: smooth;
  border-bottom: 1px solid silver;
}

.diary-view {
  overflow: scroll;
  width: 100%;
}

.diary-post {
  height: 100%;
  box-sizing: border-box;
  outline: none;
  width: 100vw;
  border: none;
  padding: 20px;
  margin: 0 auto;
  color: black;
  resize: none;
  max-width: 620px;
  background-color: transparent;
  position: relative;
  overflow-anchor: none;
}

.diary-post:focus {
  border: none;
}


.diary-font {
  font-size: 18px;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
  color: #4c4c4c;
  line-height: 2;
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
}

.diary-save {
  margin: 6px 5px;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px;
  color: yellowgreen;
  display: block;
}

.diary-pull {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  width: max-content;
  padding: 10px;
  z-index: 101;
  box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px, rgb(101 119 134 / 15%) 0px 0px 3px 1px;
  border-radius: 5px;
}

.diary-pull > a {
  padding: 10px;
}

.diary-pull > form {
  padding: 10px;
}

.diary-pull > button {
  padding: 10px;
}

.modal-bg-pull {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.diary-state {
  margin: 0px 5px;
  border: 1px solid;
  border-radius: 15px;
  padding: 0px 7px;
  display: block;
}

.diary-border {
  border-bottom: 1px solid;
}

.diary-comment-form {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 34px;
  border: 1px solid silver;
  border-radius: 15px;
  padding: 0px 15px;
  color: black;
  resize: none;
  max-height: 400px;
  margin-right: 10px;
}

.diary-comment {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  margin: 15px 0;
  padding: 10px;
}

.dairy-nametag {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.diary-bottom {
  width: 100%;
  padding: 25px;
  background-color: whitesmoke;
  box-sizing: border-box;
}

.balloon-right {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 3px 5px;
  color: #999;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #999;
  border-radius: 5px;
  box-sizing: border-box;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 10px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 10px solid #999;
  z-index: 1;
}

.balloon-right p {
  margin: 0;
  padding: 0;
}

.diary-day {
  width: 45px;
  height: 45px;
  margin: 10px;
}

.diary-day-in {
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.diary-create {
  width:60px;
  height: 60px;
  border-radius: 50%;
  background-color: burlywood;
  color: #fff;
  position: fixed;
  z-index: 3;
  bottom: 70px;
  right: 5vw;
  border: 4px double white;
  box-shadow: rgb(101 119 134 / 10%) 0px 0px 8px, rgb(101 119 134 / 20%) 0px 1px 3px 1px;
}

.diary-avatar {
  width: 20px;
  height: 20px;
  background-color: antiquewhite;
  border-radius: 50%;
}

.diary-config {
  display: block;
  color: gray;
  border: 1px solid gray;
  padding: 2px 9px;
  border-radius: 20px;
}

.diary-user {
  border-radius: 30px;
  padding: 1px 5px;
  gap: 5px;
}

.diary-space-head {
  position: absolute;
  top: -30px;
}

.type-index {
  border-left: 5px solid;
  padding-left: 5px;
  margin-left: 5px;
}

.form-end {
  border-top: 1px solid silver;
  height: 0px;
  width: 99%;
  background-color: white;
  margin: 0 auto;
}

/* 各種ページここまで */

/* 各種パーツ */

.relative {
  position: relative;
}

.disable {
  color:lightgrey;
  pointer-events: none;
}

.kadomaru-btn {
  display: block;
  border-radius: 45px;
  text-align: center;
  padding: min(3vw, 15px);
  margin: 3vw;
  width: max-content;
  min-width: 90px;
  z-index: 1;
  outline: none;
  border:none;
  box-shadow: 2px 2px 4px grey;
  cursor: pointer;
  transition: all .3s ease;
}

.kadomaru-btn:disabled {
  background-color: gainsboro;
}

.kadomaru-top {
  padding-top: 70px;
  border-radius: 20px 20px 0 0;
}

.kadomaru-bottom {
  padding-bottom: 70px;
  border-radius: 0 0 20px 20px;
}

.survey-btn {
  text-align: left;
  font-size: 2rem;
  margin: 20px;
  width: 250px;
  display: inline-block;
  border-bottom: 1px solid #b2b2b2;
}

.btn{
  cursor: pointer;
}

.right {
  float: right;
}

.margin-right{
  margin-left: auto;
  margin-right: 0px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-flex {
  display: flex;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-column-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  align-self: center;
}

.flex-end {
  align-self: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

.flex-1 {
  flex: 1;
  width: 50%;
}


.between {
  display: flex;
  align-items: center;
  justify-content:space-between;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.absolute-center {
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
}

.absolute-pin {
  position: absolute;
    top: -20px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
}

.text-center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.text-area {
  min-height: 100px;
  border-radius: 8px;
  padding: 15px;
  background-color: whitesmoke
}

.text-overflow {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.avatar {
  width: 70px;
  height: 70px;
  background-color: antiquewhite;
  clip-path: polygon(53% 4%, 88% 18%, 100% 43%, 95% 81%, 68% 100%, 32% 100%, 4% 87%, 3% 47%, 17% 21%);
}

.create {
  border-radius: 30px;
  background-color: olivedrab;
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-weight: 600;
}

.font-tos {
  font-size: 1.7rem;
  margin:20px;
}

.font-05x {
  font-size: 0.5rem;
}

.font-07x {
  font-size: 0.7rem;
}

.font-08x {
  font-size: 0.8rem;
}

.font-1x {
  font-size: 1rem;
}

.font-12x{
  font-size:1.2rem;
}

.font-15x{
  font-size:1.5rem;
}

.font-17x {
  font-size: 1.7rem;
}

.font-2x {
  font-size: 2rem;
}

.font-25x {
  font-size: 2.5rem;
}


.font-3x {
  font-size: 3rem;
}

.font-4x {
  font-size: 4rem;
}

.font-5x {
  font-size: 5rem;
}

.font-bold {
  font-weight: 600;
}

.hr-dot {
  border-bottom: 1px dashed;
  width: 100%;
  border-top: none;
}

.dot-hr {
  border-bottom: 1px dashed silver;
  border-top: none;
}

.hr-bottom {
  border-bottom: 1px solid;
}

.dot-blue {
  border-bottom: 2px dashed skyblue;
  border-top: none;
  margin-bottom: 10px;
}

.font-gray {
  color: gray;
}

.font-darkgray {
  color: darkgray;
}

.font-black {
  color: #4c4c4c;
}

.skyblue {
  background-color: deepskyblue;
  color: whitesmoke;
}

.yamabuki {
  background-color: #F7D28D;
  color: whitesmoke;
}

.dimgray {
  color: dimgray;
}

.wakaba {
  background-color:#8DAC6B;
  color: white;
}

.thema-color {
  background-color: #75ab6a;
}

.opacity1 {
  opacity: 1;
}

.sandy {
  background-color: sandybrown;
  color: white;
}

.firered {
  background-color: firebrick;
  color: white;
}

.bg-gainsboro{
  background-color: gainsboro;
  color: white;
}

.bg-antiquewhite {
  background-color: antiquewhite;
}


.bg-pink {
  background-color: pink;
  color: white;
}

.color-pink {
  color: pink;
}

.color-twitter {
  color: #1D9BEF;
}

.bg-white{
  background-color: white;
}

.bg-ws{
  background-color: whitesmoke;
}

.bg-lightsteelblue {
  background: lightsteelblue;
}

.low-key {
  color: darkgray;
}

.font-white {
  color: white;
}

.error-red {
  color: #ed4956;;
}

.tomato-red {
  color:tomato;
}

.f-color {
  color: indianred;
}

.e-color {
  color: olive;
}

.a-color {
  color: goldenrod;
}

.w-color {
  color: cornflowerblue;
}
.tan {
  color: tan;
}

.f-bcolor {
  background-color: indianred;
  color:white;
}

.e-bcolor {
  background-color: olive;
  color:white;
}

.a-bcolor {
  background-color: goldenrod;
  color:white;
}

.w-bcolor {
  background-color: cornflowerblue;
  color:white;
}

.admin-blue {
  color: cornflowerblue;
}

.y-green {
  color: yellowgreen;
}

.bg-ygreen {
  background-color: yellowgreen;
  color:white;
}

.b-dsg {
  background-color: darkseagreen;
}

.b-oliverad {
  background-color: olivedrab;
}

.shadow {
  box-shadow: 2px 2px 4px grey;
}

.cadetblue {
  background-color: cadetblue;
  color: whitesmoke;
}

.marker-blue {
  border-bottom: solid 4px #87CEFA;
  margin-bottom: 15px;
}

.marker-khaki {
  border-bottom: dashed 2px khaki;
  margin-bottom: 15px;
  font-weight: 600;
}

.padding-0 {
  padding: 0;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-5tb {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-7tb {
  padding-top: 7px;
  padding-bottom: 7px;
}

.padding-10tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-20lr {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-20l {
  padding-left: 20px;
}


.padding-0222{
  padding: 0 20px 20px 20px;
}

.padding-80t {
  padding-top: 80px;
}

.margin-10 {
  margin: 10px;
}

.margin-5r {
  margin-right: 5px;
}

.margin-10r {
  margin-right: 10px;
}

.margin-10lr {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-5t {
  margin-top: 5px;
}

.margin-10t {
  margin-top: 10px;
}

.margin-10b {
  margin-bottom: 10px;
}

.margin-10tb {
  margin: 10px 0px;
}

.margin-15trl {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.margin-15t {
  margin-top: 15px;
}

.margin-15tb {
  margin: 15px 0px;
}

.margin-20tb {
  margin: 20px 0px;
}

.margin-20t {
  margin-top: 20px;
}

.margin-20r {
  margin-right: 20px;
}

.margin-20lr {
  margin-left: 20px;
  margin-right: 20px;
}


.margin-20b {
  margin-bottom: 20px;
}

.margin-30tb {
  margin: 30px 0;
}

.margin-30t {
  margin-top: 30px;
}

.margin-30b {
  margin-bottom: 30px;
}

.margin-25b {
  margin-bottom: 25px;
}

.margin-15lr {
  margin-left: 15px;
  margin-right: 15px
}

.margin-lr20 {
  margin-left: 20px;
  margin-right: 20px
}

.margin-50b{
  margin-bottom:50px;
}

.margin-60t {
  margin-top: 60px;
}

.min-height100 {
  min-height: 100px;
}

.min-height450 {
  min-height: 450px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.size-100 {
  width: 100%;
}

.size-half {
  width: 50%;
}

.size-25 {
  width: 25%;
}

.p-relative {
  position: relative;
}

.kadomaru-form {
  box-sizing: border-box;
  width: 100%;
  border: solid 1px;
  padding: 10px 20px 10px;
  border-radius: 10px;
  transition: border-color .1s ease-in-out;
  line-height: 1.3;
  color: #576071;
  outline: none;
}

.kadomaru-form:focus {
  border: 2px solid darkseagreen;
}


.kadomaru-form-date {
  border: 1px solid;
  border-radius: 10px;
  outline: none;
  border-bottom: 1px solid darkgray;
  padding: 10px;
  color: dimgray;
  text-align: center;
  background-color: transparent;
}

.kadomaru-textarea {
  box-sizing: border-box;
  width: 100%;
  height:200px;
  border: solid 1px;
  padding: 10px 20px 10px;
  border-radius: 10px;
  transition: border-color .1s ease-in-out;
  line-height: 1.3;
  color: #576071;
  outline: none;
}

.kadomaru-select {
  box-sizing: border-box;
  width: 50%;
  border: solid 1px;
  padding: 10px 20px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: border-color .1s ease-in-out;
  line-height: 1.3;
  color: #576071;
  outline: none;
}

.hidden-radio {
  opacity: 0;
  position: absolute;
}

.hidden-radio:checked + .kadomaru-select {
  background-color: #8DAC6B;
  color: white;
}

/* JS */
.error-flag {
  border-bottom: 1px solid red;
}

.error-flag:hover {
  border-bottom-color: salmon;
}

.error-message {
  color: red;
  position: absolute;
}

.error-r {
  border: 1px solid red;
}

.error-login {
  color: red;
  font-size: 0.8rem;
}

.error-m {
  font-size: 0.8rem;
}

.yet {
  margin: 8px 10px;
  color: gray;
  cursor: default;
}

/* ハンバーガーメニュー開閉ボタン */


.hbg-btn {
  position: relative;
  right: 1vw;
  cursor: pointer;
}

.hbg-menu {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}

.hbg-bg {
  background: rgba(255, 255, 255, 0.2);
  height: 100vh;
  width: 100%;
}

.hbg-content {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  right: 0px;
  width: 50%;
  max-width: 300px;
  height: 100vh;
  top: 0px;
  background: rgba(0,0,0,0.9);
  color: white;
}

.hbg-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.hbg-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hbg-list > a {
  color:white;
  margin: 8px 10px;
}

.hbg-list > p {
  margin: 8px 10px;
}

/* アニメーション部分 */

/* アニメーション前のメニューの状態 */


/* アニメーション後のメニューの状態 */
.hbg-menu.is-active{
  pointer-events: auto;
  opacity: 1;
}

/* JSモーダルウィンドウ */
.modal {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 101;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;

}

.modal-content {
  background: #fff;
  box-sizing: border-box;
  position: absolute;
}

.btn-animation:hover {
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 40%);
  transform: translateY(-2px);
  color:white;
}
