/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height:400px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	width: 100%;
	text-align: center;
	line-height: 40px;
}

/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #fff;
	height:320px;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #fff;
	height:320px;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #fff;
	height:320px;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #fff;
	height:320px;
}
.swimg2 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: -10px;
}
.swiper-pagination {
  margin-bottom: -10px;
}
.swiper-slide p {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #01cccc;
  font-size:12px;
  border-radius: 90px;
  line-height:30px;
  width:180px;
  text-align: center;
}
.swiper-slide span {
  color: #333;
}
.swtext {
  line-height:140%;
  font-size: 80%;
}
h1 {
  position: relative;
  padding: 1rem .5rem;
  line-height: 2;
  font-size: 1.2em;
}
h2 {
  position: relative;
  padding: 1rem .5rem;
  line-height: 2;
  font-size: 1.2em;
}
h3{
  margin-top: 0;
  margin-bottom: -4px;
  padding: 0;
  line-height: 1.6;
  font-size: 1em;
}
.sp-slide-img {
  width: 160%;
  margin-left: -44px;
  border-radius:20px;}

.multiple-items {
  width: 100%;
  margin-top: -40px;
  margin-bottom: -30px;
}
.tkdtop {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 0.8em;
  padding:0 40px;
}
.tkd {
  padding:20px 10px 0px 10px;
  background-color: #fff4fc;
  font-size:12px;
  margin-bottom: 10px;
}
.tkdlist {
  padding:10px;
  background-color: #fff;
  font-size:12px;
  border-radius:10px;
  color:#333;
  text-align: left;
  line-height:17px;
}
.boldm {
  font-weight: bold;
  font-size:14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color:#83a0ff;
}
.boldw {
  font-weight: bold;
  font-size:14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color:#ff98c1;
}
.tkdpp {
  font-size:11px;
  color: #bbb;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: right;
}
.container-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top:60px;
}
.box-menuss {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
  text-align: left;
  color:#333;
  padding-left:10px;
  line-height:480%;
  font-size:11px;
  text-decoration: none;
}
.box-menuss-left {
  width: 50%;
  height: 50px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
  text-align: left;
  color:#333;
  padding-left:10px;
  line-height:480%;
  font-size:11px;
  text-decoration: none;
}
.box-menuss-top {
  width: 50%;
  height: 50px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
  text-align: left;
  color:#333;
  padding-left:10px;
  line-height:480%;
  font-size:11px;
  text-decoration: none;
}
.box-menuss-top-left {
  width: 50%;
  height: 50px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
  text-align: left;
  color:#333;
  padding-left:10px;
  line-height:480%;
  font-size:11px;
  text-decoration: none;
}
.end {
  margin-bottom:-20px;
}
.asaz {
  width: 100px;
}
.asaztxt {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 0.8em;
  padding:0 40px;
}
.msgs {
  margin-top: 4px;
  margin-bottom: -36px;
  color:#dc143c;
  font-size:24px;
}