
body {
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
  width: 100%;


}
a {
  /* display:inline-block; */
  text-decoration: none;
  color:rgb(255, 255, 255);
  width:100%;


}

a:active {
  background: #667a877d;
}
input, textarea {
  font-size:medium;
}

.box_contents1 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
header {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 70px;
   background-image: url("http://3move-on.com/img/main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index:1;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
  .head_logo {
    font-size:small;
    width:55%;
    height:50px;
  }
  .head_top {
    position:absolute;
    top:30%;
    left:0;
  }
  .head_top img {
    height:35px;
  }
  menu {
  padding:0;
  margin:0;
  width:45%;
 display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  /* align-items: center; */
  background-color: rgba(255, 255, 255, 0.7);
  z-index:1;
  color: white;
  }
  .menu_list {
    font-family:monospace;
  /* padding-top:1rem; */
  width:37.75%;
  display:inline-block;
  justify-content: center;
  text-align:center;
  vertical-align:  middle;    /* 中央寄せ */
  color:black;
  font-size:small;
  border:none;
  border-width: 1px;
  border-style:outset;
  border-color:rgb(108, 108, 108);
  box-sizing: border-box;    

  }
 .menu_list a {
  display:inline-block;
  text-decoration: none;
  color: black;
  padding-top:1rem;
  width:100%;
  height:70%;
 }
 .menu_list a:active {
  animation: 0.5s menu_link;
  background-color: rgba(0, 255, 234, 1);
}
 @keyframes menu_link {
    0% {
      background-color: rgba(255, 255, 255, 0.7);
    }
    10% {
      background-color: rgba(215, 254, 251, 0.7);
    }
    20% {
      background-color: rgba(192, 255, 250, 0.7);
    }
    30% {
      background-color: rgba(158, 255, 247, 0.7);
    }
    40% {
      background-color: rgba(127, 255, 244, 0.7);
    }
    50% {
      background-color: rgba(100, 255, 242, 0.7);
    }
    60% {
      background-color: rgba(70, 255, 240, 0.7);
    }
    70% {
      background-color: rgba(0, 255, 234, 0.7);
    }
    80% {
      background-color: rgba(0, 255, 234, 0.8);
    }
    90% {
      background-color: rgba(0, 255, 234, 0.9);
    }
    100% {
      background-color: rgba(0, 255, 234, 1);
    }

}

  nav {
    box-sizing: border-box;
    position: fixed;
    top: 60px;
    display: none;
    width: 100%;
    height: 40%;
    background: rgba(207, 206, 206,0.9);
    z-index: 100;
}
#global_nav h2{
padding:0 0 0 0.5px;
  color:maroon;
}
#global_nav li {
  padding:0 0 0 0.5px;
  color:maroon;
  list-style-type: none;
  font-weight:bold;
}
#global_nav li a{
  padding: 0 3rem 0 3rem;
  color:maroon;
  text-decoration: none;
}
#global_nav li:hover {
  background-color:peachpuff;
  color:orchid;
}
/* ボタン設定 */
#drawer_toggle {
    position: fixed;
    top:50px;
    right:0;
    z-index: 200;
	box-sizing: border-box;
	display: block;
 margin-left:auto;
    width: 60px;
    height: 60px;


}
#drawer_toggle span {
    position: absolute;
    top: 19px;
    left: 17px;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: white;
    vertical-align: top;

}
#drawer_toggle span:nth-child(2) {
    margin-top: 10px;

}
#drawer_toggle span:last-child {
    margin-top: 20px;

}
/* open付与の挙動 */
#drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;

}
#drawer_toggle.open span:first-child {
    animation: 0.2s changecross1;
    transform: rotate(45deg);
}
#drawer_toggle.open span:nth-child(2) {
    display: none;
}
#drawer_toggle.open span:last-child {
    animation: 0.2s changecross2;
    transform: rotate(-45deg);
}
@keyframes changecross1 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(25deg);
    }
    75% {
        transform: rotate(35deg);
    }
    100% {
        transform: rotate(45deg);
    }

}
@keyframes changecross2 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(-25deg);
    }
    75% {
        transform: rotate(-35deg);
    }
    100% {
        transform: rotate(-45deg);
    }

}







main {
  /* width: 100%;
  height: 60%; */
  background-image: url("http://3move-on.com/img/cool.jpg");
  /* background-size: cover; */
  /* background-repeat: no-repeat; */

}
.icon-img {
  width:1.5rem;
  border: none;
}
.main-title {
  font-size: 3rem;
}
.main-description {
  font-weight: bold;

}
.about-description {
  text-align: end;
  font-size: 0.8rem;
  line-height: 1.5;
}
.about-description a {
display:inline;
}
main {
  width: 100%;
  height: 60%;
}
.icon-img {
  width:1rem;
  border: none;
}
menu {
  display: flex;
  position: sticky;
  width: 100%;
  top:71px;
   justify-content: space-between;
  border: none;
  border-width: 2px 2px 2px 8px;
  border-style: inset; 
  border-color: teal; 
  border-radius: 2px;
  box-sizing: border-box;
  background-color:rgba(105, 105, 105, 0.9);
}
menu .menu_list {
  width:100%;
  font-family:monospace;
  /* padding-top:1rem; */
  display:inline-block;
  text-align:center;
  vertical-align:  middle;    /*中央寄せ */
  color:white; 
  font-size:xx-small;
  border:none;
  border-width: 2px;
  border-style:outset;
  border-color:teal;
  box-sizing: border-box;     
}
menu .menu_list.disable {
  color:gray;
  border-style:inset;

}
menu .menu_list a {
  color:white;
  padding-top:0; 
  width:100%;
  height:100%;
}
topic {
  width: 100%;
  display:flex;
  /* top:100px; */
  justify-content: center;
  align-items: center;
  text-align: center;  
    position: sticky;
    top: 110px;
}
  .topic-label {

    width:100%;
    font-size: large;
border: none;
border-width: 4px 4px 4px 10px;
border-style: inset; 
border-color:teal; 
    border-radius: 15px;
    background-color:rgba(105, 105, 105, 0.9);
  box-sizing: border-box;
}   
.topic-description {
border: none;
border-top: 2px dashed teal;
  font-size:larger;
line-height: 1.5;
  box-sizing: border-box; 
}
.pagetop {
  position: fixed;
  right: 2.5%;
  bottom: -400px;
  transition: .3s ease-out;
}
.pagetop.is-active {
  bottom: 80px;
}
.this-page {
  width: fit-content;
  padding-left: 15px;
  box-sizing: border-box;
  font-size:small;
  background: linear-gradient(transparent 60%, rgba(0, 140, 255,0.8) 25%);
}
.marker-blue {
  width: fit-content;
  padding-left: 15px;
  box-sizing: border-box;
  font-size:small;
  background: linear-gradient(transparent 60%, rgba(0, 140, 255,0.8) 25%);
}
.marker-red {
  width: fit-content;
  padding-left: 15px;
  padding-right:15px;
  box-sizing: border-box;
  font-size:small;
  background: linear-gradient(transparent 60%, rgb(255, 0, 0) 25%);
}
.this-page a{
  display:inline;
}










footer {
  background-image: linear-gradient(180deg, rgba(0,0,0,0), #fff4ee 35%);

  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  z-index:1;
  padding-top: 25px;
  color: brown;
  }
  footer a {
    color:steelblue;
  }
  footer a:hover {
    color:slategray;
  }
  .foot_logo {
    margin: 0 auto;
    font-size: small;
    text-align: center;
  }
.footer-height {
  margin-bottom:100px;
}

  



 

  .news-title {
    width: 100%;
    border: none;
    border-bottom:dotted white;
    box-sizing: border-box;
                font-size: 1.1rem;

  }

  .news-description {
    width: 100%;
    line-height: 1.2;
  }

  .news-link {
    font-size: 1.5rem;
   
  }

/*　フォーム関連　*/    

  .content-title {
    font-size: 1.8rem;
    line-height: 1.5;
    
  }    
 .text-label {
    padding-left: 10px;
      font-size: large;
      background-color:rgba(5, 5, 5, 0.7);
      border: none;
  border-width: 2px 2px 2px 8px;
  border-style: inset; 
  border-color: teal; 
      border-radius: 2px;
    box-sizing: border-box;
}   
.text-description {
  padding-left: 10px;
  border-left: 8px inset teal;
  background-color:rgba(104, 93, 93, 0.7);
    font-size: medium;
line-height: 1.5;
    box-sizing: border-box; 
    margin-bottom: 5px; 
}




main .text-label::before {
  /* position:absolute; */
  display:inline-block;
  content: "";  
  width:1.5rem;
  height:1.5rem;
  background-image: url('http://3move-on.com/img/up.png');
  background-position: center;
  background-size: contain;
  /* margin-left:15px; */
}
main .text-label.open::before {
  content: "";
  width:1.5rem;
  height:1.5rem;
  background-image: url('http://3move-on.com/img/down.png');
  background-position: center;
  background-size: contain;
  /* margin-left:15px; */
}

.contact-label {
      width: fit-content;
      align-items: center;
      font-size: large;
      border: none;
      padding-left:10px;
      border-left: 8px solid teal;
      /* border-right: 8px solid teal; */
      /* border-bottom: 3px dotted teal; */
      border-radius:2px;
      margin-bottom:8px;
      box-sizing: border-box;

 }
.contact-input {
    color: white;
    width: 100%;
    padding-left:10px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 5px;
    margin-bottom:8px;
    box-sizing: border-box;
  }
.contact-input:focus {
  outline: 0;
  border-left: 2px solid steelblue;
  border-bottom: 2px solid steelblue;
  }
.contact-textarea {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
 border-radius: 5px;
box-sizing: border-box;
}
.contact-textarea:focus {
  outline: 0;
  border-left: 2px solid steelblue;
  border-bottom: 2px solid steelblue;

}
.contact-btn {
width: 50%;
color: white;
background-color: steelblue;
border-color:steelblue;
border-radius:25px;
margin-left:25%;
 }
 .liq-add{
  width: 30%;
color: white;
background-color: teal;
border-color:steelblue;
border-radius:25px;
margin-left:25%;  
 }
 #liq-list {
  list-style-type: none;
  padding:0;

 }
 .add-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color:rgba(104, 93, 93, 0.7);
  margin-bottom: 5px;
  border-bottom: 2px solid blue;
  padding-left: 10px;
  box-sizing: border-box;
  }
 #del-btn {
  width: 30%;
  color: white;
  background-color: rgb(15, 0, 128);
  border-color:steelblue;
  border-radius:25px;
  margin-left:25%;  
 }
 .contact-btn:disabled {
  background-color:slategray;
  color:rgb(215, 215, 215);
  opacity:0.5;
}
 .input-btn {
  text-align:center;

 }
 
  .syll-parrent {/*親１*/
      width: 100%;
      /* align-items: center; */
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      text-align: center;
      vertical-align: center;
      column-gap: 10px;
      row-gap: 10px;
      }
  .syll-icon {/*子要素(アイコン)*/
      background-color: slategray;

      /* margin: 3px 3px; */
      border: 1px solid white;
      border-radius: 3px;
      }
  .syll-icon:active {/*子要素(アイコン)*/
      background-color:white;
      border: 1px solid steelblue;
      border-radius: 3px;
      /* opacity:0.4; */
      }
  .syll-icon a {/*子要素(アイコン)*/
      color:white;
      }
  .syll-icon a:active {/*子要素(アイコン)*/
      color:slategray;
      }
      .is-hidden {
    display: none;
      }
  .syll-description dt {
    background-color: slategray;

    /* margin: 3px 3px; */
    border: 1px solid white;
    border-radius: 3px;
  }
  .syll-description dd {
    background-color:white;
    border-bottom:3px solid deepskyblue;
    border-left:3px solid deepskyblue;
    border-right:3px solid deepskyblue;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left:0;
    margin-right:50px;
    padding-left:10px;
    box-sizing: border-box;
        opacity: 0.8;

  }
  .syll-description .syll-text {
    border-bottom:1px dashed deepskyblue;
    color:maroon;
    font-size:large;
    line-height: 1.75;
    border-radius: 1px;
  }
  .syll-description .syll-text a {
    /* display:inline; */
    color:maroon;
    text-decoration: none;
    width:100%;
    height:100%;
  

      }
  .syll-description .syll-text:active {
background-color:deepskyblue;
color:orchid;
  }
/*/////////////////
//    横並び     //
////////////////*/
.container {/*親要素*/
width: 100%;
display:flex;
justify-content: center;
  align-items: center;
  text-align: center;
  overflow-x: scroll;

}

.scroll-box{
  width:100%;
  overflow-x: scroll;
  display: flex;
  height: 125px;
justify-content:space-between;
}
.left-btn {
  display: inline-block;
  width:20px;
  height:40px;
  padding: 15px 8px 0 15px;
  background: rgba(255,255,255,0.4);
  align-items: center;
  color: white;
  border-radius: 3px;
}
.left-btn:active {
  background: rgba(186, 186, 247,0.6);
  color:yellow;
}
/* .left-btn:hover {
  background:rgba(186, 186, 247,0.7);
} */
.right-btn {
  display: inline-block;
  width:20px;
  height:40px;
  padding: 15px 8px 0 15px;
  align-items: center;
  background: rgba(255,255,255,0.4);
  color: white;
  border-radius: 3px;
}
.right-btn:active {
  background: rgba(186, 186, 247,0.6);
  color:yellow;
}
/* .right-btn:hover {
  background:rgba(186, 186, 247,0.7);
} */
.item {/*子要素*/
width: 15%;
margin: auto 5rem;
flex-shrink: 0;
}
.file-link {/*子要素*/
text-align: center;
vertical-align:middle;
border: 1px solid white;
line-height:11px
}

.img-item {
  width:2rem;
        border: none;
}
.extension {
 font-size: 10px;
}
/*   ユーザー表示    */
.user-display {

  position: fixed;

}

.prev-btn {
  position: sticky;
  top: 110px;
  left: 0;
  z-index:999;
    background-color:black;
  border:1px solid white;
  border-radius:8px;
  text-align:center;
}
.prev-btn:hover {
  background-color: steelblue;
  color:slategray;
}
.prev-btn a {
  color:white;
}
.comment-list {
  width:100%;
  font-size:medium;
}
.comment-list dd {
  width:100%;
  display: none;
  border-left:1px solid white;
  border-bottom-left-radius: 10px;
  margin-left: 0;
  margin-bottom:3px;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
.comment-list dt{
  font-size:small;
  background:rgba(120, 120, 120, 0.7);
  border-bottom:1px solid white;
  border-bottom-left-radius: 10px;
  margin-bottom:3px;
}
.comment-list dt::before {
  content: "▼";
}
.comment-list dt.open::before {
  content: "▲";
}
.comment-list .parrent {
background:rgba(125, 125, 125, 0.7);
border-radius:5px;
}
.comment-list .child {
  background:rgba(68, 68, 68, 0.7);
  border-radius:5px;
}
.comment-list .com-box {
  border-bottom:1px dotted white;
}
.comment-list dt {
  color:rgb(0, 4, 255);
}

.comment-list dt:active {
  color:rgb(0, 2, 121);
  background: #667a87;
}
comment dd {
  margin:0;
}
.time {
  text-align:end;
  font-size:small;
}
  /* 続きを読むボタンの表記 */
  .is-open::before {
   content: "続きを読む";
background-color:rgba(130, 199, 255, 0.7);
  }
  .is-open {
    display: inline-block;
   width: 80px;
    z-index: 1;
    }
  .is-open:hover {
    background-color: rgb(157, 220, 230);
  }
  .read-more {
    display:flex;
    margin: 0 auto;
    width:50%;
         padding:15px;

    border-width: 2px;
    border-style: solid;
    border-color: rgba(120, 120, 120, 0.7);
    border-radius:3px;
    text-align: center;
    vertical-align:middle;
    justify-content: center;
    align-items: center;
      }
      .read-more a{
        color:white;
        padding:15px;

    }
      .font-small {
        font-size:small;
      }
      .fit-link {
        width: fit-content;
      }

.img-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;  
  position: relative; 
  overflow: hidden;   
}

.img-prev img {
  position: absolute;  
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit:cover;   
}
.prof-edit {
  padding-left:10px;
  font-size:medium;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.prof-edit h4 {
  margin-top:0;
  margin-bottom:5px;
}
.logout {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-left: 2px outset rgb(7, 19, 98);
  vertical-align:middle;
  text-align:center;
  box-sizing: border-box;
}
.logout a {
  background-color:cadetblue;
  color:navy;
  border-radius:50px;
}
.logout a:active {
  background-color:rgb(83, 226, 231);
}
.grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
client {
  display:block;
  background-color:rgb(122 129 169 / 50%);
  margin: 0 auto;
  width: 99%;
  height: 140px;
  overflow-y: scroll;
  scrollbar-color: rgb(0 255 255 / 50%) rgb(255 255 255 / 50%);
  border-width: 4px 4px 4px 8px;
  border-style:inset;
  border-color: teal;
  box-sizing: border-box;
}
client .client-text-top {
  background-color:rgb(122 129 169 / 50%);
}
client .client-text-top.head {
  padding-top: 3px;
  padding-left:20px;
}
client .client-text-top.foot {
  padding-left:20px;
  font-size:x-small;
  padding-top: 10px;
}
client .client-text {
  background-color:rgb(122 129 169 / 50%);
  border-top: 1px dashed white;
}
client .client-text.head {
  padding-top: 3px;
  padding-left:20px;
}
client .client-text.foot {
  padding-left:20px;
  font-size:x-small;
  padding-top: 10px;
}
client .end {
  width:100%;
  border-top: 4px groove teal;
}
.grid2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
comments {
  background-color:rgb(255 144 0 / 35%);
  display:block;
  margin: 0 auto;
  width: 99%;
  height: 140px;
  overflow-y: scroll;
  scrollbar-color: rgb(0 255 255 / 50%) rgb(255 255 255 / 50%);
  border-width: 4px 4px 4px 8px;
  border-style:inset;
  border-color: teal;
  box-sizing: border-box;
}
  comments .client-text-top {
    background-color:rgb(255 144 0 / 35%);
  }
  comments .client-text-top.head {
    padding-top: 3px;
    padding-left:20px;
  }
  comments .client-text-top.foot {
    padding-left:20px;
    font-size:x-small;
    padding-top: 10px;
  }
  comments .client-text {
    background-color:rgb(255 144 0 / 35%);
    border-top: 1px dashed white;
  }
  comments .client-text.head {
    padding-top: 3px;
    padding-left:20px;
  }
  comments .client-text.foot {
    padding-left:20px;
    font-size:x-small;
    padding-top: 10px;
  }
  .grid3 {
      display: grid;
      grid-template-columns: 0.7fr 1fr 0.6fr;
    }
  .imgchange > input {
    display:none; /* アップロードボタンのスタイルを無効にする */
    }
    .imgchange {
      padding: 0 8px;
      color: white;
      font-size:smaller;
      background-color:steelblue;
      border:4px outset steelblue;
       border-radius:25px;
      text-align: center;
      }
      .reset {
        font-size:small;

        color: white;
        background-color: teal;
        border-color:rgb(255, 255, 255);
        border-radius:15px;
        }
      .continue {
        color: white;
        padding-left:10px;
        background-color: transparent;
        border: none;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        border-radius: 5px;
        margin-bottom:8px;
        box-sizing: border-box;
      }
    .continue:focus {
      outline: 0;
      border-left: 2px solid steelblue;
      border-bottom: 2px solid steelblue;
      }
      .margin {
        width: 50%;
        color: white;
        background-color: steelblue;
        border-color: steelblue;
        border-radius: 25px;
      }
  com-prof {
    display:flex;
  }
  com-prof .name {
    padding-left:10px;
    margin-top: auto;
  }
  news {
    display:block;
    background-color:rgb(122 129 169 / 50%);
    margin: 0 auto;
    width: 99%;
    height: 250px;
    overflow-y: scroll;
    scrollbar-color: rgb(0 255 255 / 50%) rgb(255 255 255 / 50%);
    border-width: 8px;
    border-style:inset;
    border-radius:5px;
    border-color: teal;
    box-sizing: border-box;
    font-size:smaller;
  }
  news a {
    display:inline;
  }
  news .crient-text {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgb(122 129 169 / 50%);
  }
  news .crient-text.foot {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgba(74, 78, 102, 0.5);
    border-bottom: 1px dashed white;
  }
  news .com-text {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgb(255 144 0 / 35%);
  }
  news .com-text.foot {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgba(116, 66, 0, 0.35);
    border-bottom: 1px dashed white;
  }
  news .news-text {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgba(0, 255, 221, 0.5);
  }
  news .news-text.foot {
    padding-top: 3px;
    padding-left:20px;
    box-sizing: border-box;
    background-color:rgba(0, 114, 99, 0.5);
    border-bottom: 1px dashed white;
  }
  .menu {
    display:flex;
    width:100%;
    margin:0;
    padding:0;
  }
  .dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    position: absolute;
    padding:0;
}
.menu_list:hover .dropdown__lists {
  transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
  background-color: rgb(0, 63, 63);
  transition: all .3s;
  position: relative;
  list-style-type: none;
  text-align: start;
  box-sizing: border-box;
  top:7px;
  padding-top:5px;
  font-size:small;
  border: 2px outset teal;
}
.dropdown__list a {
display:inline-block;
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
}
.swiper {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  /* height: 40vw; */
  max-height: 600px; 
  /* min-height: 400px;  */
    
  .swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start; 
    justify-content: center;

    img {
      display: inline; 
      width: auto; 
      max-width: 100%;
      max-height: 100%;
      align-self: center; 
    }
  }
}
.swiper-slide:nth-child(3n + 1) {
  background-color: #de44397d;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd6007f;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #52c63878;
}
.swiper-pagination {
  background-color:#1eff0148;
  
}
/* ダイアログ */
.modeless,
.dialog {
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: #595959 2px 2px 5px 2px;
}

/* モーダルダイアログの背後 */
.dialog::backdrop {
  background-color: #12121290;
  /* backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); Safari */
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  padding: 0 10px 0 10px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #0d7df5;
}
.dialog-header p {
  font-size: 15px;
}

/* ダイアログを閉じるボタン */
.close-button {
  width: 25px;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  margin-left: auto;
  background-color: #e6e6e6;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.close-button:hover {
  color: #ffffff;
  font-weight: bold;
  background-color: #ed7e07;
}

.title {
  font-size: 15px;
  margin: 10px;
}

.message {
  font-size: 13px;
  /* margin: 30px 20px; */
    display: flex; /* 子要素をフレックスアイテムとして配置 */
    flex-direction: row; /* フレックスアイテムを行方向に配置 */
    gap: 5px 15px; /* フレックスアイテム間の隙間を20px(縦)と25px(横)に設定 */
    flex-wrap: wrap; /* フレックスアイテムがコンテナの幅を超えた場合、折り返しを許可 */
    border-bottom: solid 1px #eee; /* 下部に1pxの固体の境界線を追加 */
    padding-bottom: 25px; /* 下部のパディングを25pxに設定 */}
/* ラジオボタンとチェックボックスを非表示に設定 */
.message input[type="radio"], .message input[type="checkbox"] {
    display: none; /* 表示しない */
}


/* チェックが入ったラジオボタンとチェックボックスのラベルのスタイルを設定 */
.message input[type="radio"]:checked + label, .message input[type="checkbox"]:checked + label {
    background: #707070; /* 背景色を#707070に設定 */
    color: #fff; /* 文字色を#fff(白)に設定 */
}
/* チェックが入ったラジオボタンとチェックボックスのラベルのスタイルを設定 */
.message .label:active {
    background: #707070; /* 背景色を#707070に設定 */
    color: #fff; /* 文字色を#fff(白)に設定 */
}
  /* ラベルに対するスタイル */
.message label {
    display: flex; /* 子要素をフレックスアイテムとして配置 */
    flex-direction: column; /* フレックスアイテムを列方向に配置 */
    align-items: center; /* フレックスアイテムを中央に配置 */
    padding: 5px 5px; /* パディングを上下15px、左右5pxに設定 */
    transition: 0.3s ease-in-out; /* トランジション効果を0.3秒で適用 */
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 9%); /* 影を設定 */
    border-radius: 3px; /* ボーダーの半径を3pxに設定 */
    cursor: pointer; /* マウスカーソルをポインターに設定 */
    font-weight: 600; /* フォントの太さを600に設定 */
    /* font-size: 1.2rem; フォントサイズを1.2remに設定 */
    gap: 3px;/*フレックスアイテム間の隙間を3pxに設定 */
    background: #fff; /* 背景色を#fff(白)に設定 */
}
  /* ラベルに対するスタイル */
.message .label {
    display: flex; /* 子要素をフレックスアイテムとして配置 */
    flex-direction: column; /* フレックスアイテムを列方向に配置 */
    align-items: center; /* フレックスアイテムを中央に配置 */
    padding: 5px 5px; /* パディングを上下15px、左右5pxに設定 */
    transition: 0.3s ease-in-out; /* トランジション効果を0.3秒で適用 */
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 9%); /* 影を設定 */
    border-radius: 3px; /* ボーダーの半径を3pxに設定 */
    cursor: pointer; /* マウスカーソルをポインターに設定 */
    font-weight: 600; /* フォントの太さを600に設定 */
    /* font-size: 1.2rem; フォントサイズを1.2remに設定 */
    gap: 3px;/*フレックスアイテム間の隙間を3pxに設定 */
    background: #fff; /* 背景色を#fff(白)に設定 */
}
/* ラベルにマウスをホバーすると影を強調、上に少し浮き上がる、透明度を0.8に、背景色を薄灰色に設定 */
.message label:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%); /* ホバー時の影を設定 */
    transform: translateY(-4px); /* ホバー時に上に4px移動 */
    opacity: 0.8; /* 透明度を0.8に設定 */
    background: #f5f5f5; /* 背景色を#f5f5f5に設定 */
}
/* ラベルにマウスをホバーすると影を強調、上に少し浮き上がる、透明度を0.8に、背景色を薄灰色に設定 */
.message .label:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%); /* ホバー時の影を設定 */
    transform: translateY(-4px); /* ホバー時に上に4px移動 */
    opacity: 0.8; /* 透明度を0.8に設定 */
    background: #f5f5f5; /* 背景色を#f5f5f5に設定 */
}
textArea {
field-sizing: content;
    max-width: 100%;
    padding: 0 5px;
    min-height: min-content;
    box-sizing: border-box;
    font-size:larger;
  }
keyword {
         line-height: 2;
}
  .hashtag {
      display: inline-block;
      padding: 0 8px;
      color: rgb(4, 57, 252);
      font-size:small;
      background-color:rgba(144, 144, 144, 0.448);
      border:1px solid steelblue;
       border-radius:15px;
       line-height: 1.6;
      }