@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body {
  font-size: 14px;
  text-align: justify;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

a:hover img {
  opacity: 70%;  
}

.red {
  color: #D80003;
}



/*　footer　*/
footer {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #fff;
  /*background-color: #830002;*/
  background-color: #111;
}
footer .copy {
	font-size: 0.9em;
}




/* tapestry */

#t_text {
  margin-bottom: 30px;
}

#t_text .title {
  text-align: center;
  font-size: 28px;
  background-color: #222;
  color: #fff;
  padding: 15px;
}

#t_text .title2 {
  text-align: center;
  font-size: 24px;
  color: #D90043;
  font-weight: 700;
}

#t_text .txt {
  font-size: 17px;
  line-height: 1.6em;
}

#t_text .shime {
	font-size: 25px;
	background-color: #FF66A8;
	border: 2px solid #D90043;
  color: #fff;
  margin: 5px;
  text-align: center;
  padding: 5px;
}
@media(max-width:767.98px) {
  #t_text .shime {
    font-size: 23px;
  }
}
@media(max-width:575.98px) {
  #t_text .shime {
    font-size: 21px;
  }
}

#t_text .shime .small {
  font-size: 0.75em;
}

#t_list {
  margin-bottom: 30px;
}

#t_list .list-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

#t_list .list-box .list-name {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#t_text ul {
  padding-left: 2em;
}
#t_text .txt2 {
  font-size: 15px;
  line-height: 1.5em;
}
#t_text ul li {
  margin-bottom: 0.5em;
}

#t_sample .tape-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
#t_sample .tape-btn .btn{
  font-size: 1.6em;
  font-weight: 700;
}


