:root{
  --color01:#F5F5F5;
  --color02:#8CD3FC;
  --color03:#888888;
}
img{
  max-width: 100%;
}
div.wrapper_ > div.container_{
  width: 100%;
}
.teikiset-inner{
  width: 1094px;
  margin: 0 auto;
}
.mv-inner{
  width: 1094px;
  margin: 0 auto;
}
.mv{
  background: #E5F2FA;
  margin: 0 0 40px;
  padding: 54px 0 80px;
}
.mv h1{
  font-size: 34px;
  font-weight: 500;
  color: #0064B4;
  text-align: center;
  background: #FFF;
  padding: 10px;
  position: relative;
  margin:0 20px 40px;
}
.mv h1::before, .mv h1::after {
  position: absolute;
  content: '';
  width:20px;
	height:100%;
  top:0;
  z-index: 1;
}
.mv h1:before {
	right:-20px;
	background:linear-gradient(to bottom right, #FFF 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, #FFF 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.mv h1::after {
	left:-20px;
	background:linear-gradient(to bottom left, #FFF 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #FFF 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.mv h2{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin:0 0 25px;
}
.mv-list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
}
.mv-list li{
  width: 133px;
}
a.teikiset-anc{
  font-size: 14px;
  text-align: center;
  color: #FFF;
  width: 236px;
  display: block;
  background: #0064B4;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity .3s;
}
a.teikiset-anc:hover{
  opacity: 0.7;
}
a.teikiset-anc::after{
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: block;
  transform: translateY(-2px) rotate(45deg);
}
.mv-title{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
}
.mv-text{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px;
}
.mv-text sup{
  font-size: 10px;
  vertical-align: super;
}
.mv-text .line{
  background:linear-gradient(transparent 40%, #FFFB90 40%);
}
.nav .notes{
  font-size: 13px;
  text-align: center;
  line-height: 2;
}
.nav{
  margin: 0 0 80px;
}
.nav h2{
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 60px;
}
.nav-list{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 60px;
}
.nav-list__item{
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 260px;
  border-radius: 4px;
}
.nav-list__item a{
  height: 80px;
  color: #676767;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  transition: opacity .3s;
}
.nav-list__item a:hover{
  opacity: 0.7;
}
.nav-list__item a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #676767;
  border-bottom: 2px solid #676767;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: rotate(45deg);
}
.nav-list__item.set02 a::after,.nav-list__item.set03 a::after{
  border-color: #FFF;
}
.nav-list__item.set02 a,.nav-list__item.set03 a{
  color: #FFF;
}
.set01{
  background: var(--color01);
}
.set02{
  color: #FFF;
  background: var(--color02);
}
.set03{
  color: #FFF;
  background: var(--color03);
}
.teikiset-cont{
  margin: 0 0 60px;
}
.teikiset-cont#set03{
  margin-bottom: 90px;
}
.teikiset-cont h2{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px;
  padding: 20px;
}
.set-list{
  display: flex;
  flex-wrap: wrap;
  gap: 25px 16px;
}
.set-list__item{
  width: calc((100% - 16px) / 2);
  border: 1px solid #DDD;
  border-radius: 18px;
  padding: 42px 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.set-list__item-name{
  font-size: 20px;
  font-weight: 500;
  color: #0064B4;
  margin: 0 0 30px;
}
.set-list__item-box{
  display: flex;
  gap: 45px;
  margin: 0 0 20px;
}
.set-list__item-img{
  width: 200px;
  flex-shrink: 0;
  margin-top: 30px;
}
.set-list__item-desc h3{
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin: 0 0 15px;
}
.set-list__item-desc h3::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.set-list__item-desc h3 span{
  background: #FFF;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.set-list__item-desc ul li{
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.2;
  letter-spacing: 0;
}
.set-list__item-purchase{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
.set-list__item-purchase-coupon{
  background: #D9EEFF;
  padding: 12px;
  margin: 0 0 5px;
}
.set-list__item-purchase-coupon p{
  font-size: 11px;
  font-weight: 500;
}
.set-list__item-purchase-price{
  font-size: 16px;
  font-weight: 500;
  color: #0064B4;
  letter-spacing: 0;
  text-align: center;
}
.set-list__item-purchase-price .large{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-left: 10px;
}
.set-list__item-purchase-price .small{
  font-size: 14px;
  font-weight: 500;
}
.set-list__item-purchase-default .set-list__item-purchase-price .large{
  font-size: 24px;
}
.set-list__item-purchase-default .set-list__item-purchase-price .small{
  font-size: 15px;
}
.set-list__item-purchase-right{
  width: 187px;
}
.set-list__item-purchase-right p{
  font-size: 12px;
  color: #0064B4;
  text-align: center;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.set-list__item-purchase-right p::before{
  content: "";
  width: 10.5px;
  height: 13.5px;
  background: url(./deco.png) center center / contain no-repeat;
  display: block;
  margin-right: 2px;
}
.set-list__item-purchase-right p::after{
  content: "";
  width: 10.5px;
  height: 13.5px;
  background: url(./deco.png) center center / contain no-repeat;
  display: block;
  margin-left: 2px;
  transform: scale(-1, 1);
}
a.set-list__item-cart{
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background: #0064B4;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  display: block;
  transition: opacity .3s;
}
a.set-list__item-cart:hover{
  opacity: 0.7;
}
.set-list__item-cart::after{
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
#merit01 h2{
  margin: 0 0 20px;
}
#merit01 ul{
  width: 916px;
  margin: 0 auto;
}
#merit01 ul li{
  padding: 15px 0;
}

@media (max-width: 834px){
.pc-only{
  display: none;
}
.sp-only{
  display: block;
}
.teikiset-inner{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.mv-inner{
  width: 100%;
}
.mv{
  margin-bottom: 26px;
  padding: 30px 17px 48px;
}
.mv h1{
  font-size: 22px;
}
.mv-list{
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 0 30px;
}
.mv-list li{
  width: calc((100% - 20px) / 3);
}
.nav{
  margin-bottom: 50px;
}
.nav h2{
  margin-bottom: 30px;
}
.nav-list{
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.nav-list__item{
  font-size: 12px;
  width: calc((100% - 10px) / 2);
}
.nav-list__item a{
  height: 55px;
  letter-spacing: 0;
}
.nav-list__item a::after{
  width: 6px;
  height: 6px;
  border-width: 1px;
}
.teikiset-cont {
  margin-bottom: 30px;
}
.teikiset-cont#set03 {
  margin-bottom: 30px;
}
.teikiset-cont h2 {
  font-size: 17px;
  padding: 10px;
}
.set-list {
  gap: 30px;
}
.set-list__item {
  width: 100%;
  padding: 39px 25px;
}
.set-list__item-name {
  letter-spacing: 0;
  margin-bottom: 50px;
}
.set-list__item-box {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
.set-list__item-img {
  text-align: center;
}
.set-list__item-desc{
  width: 100%;
}
.set-list__item-desc ul li {
  font-size: 15px;
}
.set-list__item-purchase{
  flex-direction: column;
  align-items: center;
  margin-top: 0 !important;
}
.set-list__item-purchase-left{
  margin: 0 0 10px;
}
.set-list__item-purchase-coupon{
  margin-bottom: 10px;
}
.set-list__item-purchase-price {
  line-height: 1.2;
}
.set-list__item-purchase-default{
  text-align: center;
}
.set-list__item-purchase-right {
  width: 240px;
}
#merit01 h2 {
  margin-bottom: 10px;
}
#merit01 ul {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

}