/* Scss Document */
.wrapper{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.m-sub_title {
    color: #fff;
    padding: 6px 0;
    margin: 0 0 50px 0;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.seian_top-bottom_flower {
  width: 151px;
  height: auto;
  position: absolute;
  bottom: 46px;
  left: calc(50% - 75px);
  margin: 0 0 0 -440px;
}
@media (max-width: 750px) {
  .seian_top-bottom_flower {
    left: 0;
    margin-left: 0;
    width: 83px;
    bottom: 0;
  }
}
@media print {
  .seian_top-bottom_flower {
    left: 0;
    margin-left: 0;
    width: 83px;
    bottom: 0;
  }
}

.seian_top-features--flower_right {
  position: absolute;
  top: 430px;
  right: 5%;
  width: 154px;
  height: auto;
}
@media (max-width: 750px) {
  .seian_top-features--flower_right {
    display: none;
  }
}
@media print {
  .seian_top-features--flower_right {
    display: none;
  }
}

.planList {
  width: 100%;
  margin: 0 auto 40px auto;
    justify-content: center;
}
@media (max-width: 750px) {
  .planList {
    width: 100%;
  }
}
@media print {
  .planList {
    width: 100%;
  }
}
.planList > li {
  width: calc(50% - 6%);
    margin: 0 3%;
}
.planList > li:first-of-type{
  padding: 2%;
  position: relative;
  border: 3px solid #85C3E5;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .planList > li {
  }
}
@media print {
  .planList > li {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 750px) {
  .planList > li:first-child {
    margin: 0;
  }
}
@media print {
  .planList > li:first-child {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .planList > li:last-child {
    margin: 20px 0 0 0;
  }
}
@media print {
  .planList > li:last-child {
    margin: 20px 0 0 0;
  }
}
.planList > li:last-child .circle {
  background: #E79998;
}
.planList > li:last-child h4 {
  color: #E79998;
}
.planList .appeal {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: #FF912E;
  padding: 5px 10px;
  width: calc(100% - 110px);
}
.planList h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #85C3E5;
    border-bottom: solid 2px #85C3E5;
    padding-bottom: 10px;
}
.planList .h4txt {
  width: 170px;
  font-size: 13px;
}
@media (max-width: 750px) {
  .planList .h4txt {
    width: 62%;
  }
}
@media print {
  .planList .h4txt {
    width: 62%;
  }
}
.planList h5 {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}
.planList li ul li {
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
.planList li ul li.attention {
  margin: 10px 0 20px 0;
  font-size: 14px;
}
.ryokin_column{
    display: flex;
    align-items: flex-end; 
}
.ryokin_list{
    width: 60%;
    box-sizing: border-box;
    padding-right: 5%;
}
.ryokin_list p{
    color: #fff;
    background-color: #FF912E;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}
.ryokin_list div{
    padding: 15px 0;
    background-color: #FFE9D3;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.ryokin_list div ul{
    padding-bottom: 5px;
    display: inline-block;
}
.ryokin_list div ul li{

    text-align: left;
    padding-left: 45px;
    position: relative;
    text-indent: -1em;
}
.ryokin_list div ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF912E;
}
.ryokin_list div span{
    text-align: center;
    display: block;
    font-size: 14px;
}
.ryokin_column>p{
    width: 40%;
}
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 160px;
  height: 160px;
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  position: absolute;
  top: -25px;
  right: -8%;
  color: #fff;
  background: #85C3E5;
  border: 6px solid #fff;
  border-radius: 50%;
}
.circle .cTtl {
  margin: 0 0 8px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.circle .cTtl span{
    display: block;
    font-size: 13px;
}
.circle .block {
  font-size: 11px;
}
.circle .price {
  font-size: 16px;
  text-align: center;
    position: relative;
}
.circle .price span {
  font-size: 40px;
}
.circle .tax {
  font-size: 11px!important;
  position: absolute;
  top: 5px;
  right: 10px;
}
.dog_box{
    padding: 25px;
    position: relative;
    border: 3px solid #E79998;
    border-radius: 10px;
    margin-bottom: 30px;
}
.dog_box h4{
    color: #E79998;
    font-size: 20px;
    border-bottom: solid 2px #E79998;
}
.dog_box div p{
    font-size: 18px;
    padding-left: 30px;
    background: url("../img/saikeiji/pow.png")left center/ 20px auto no-repeat;
}
.dog_box div span{
    font-size: 14px;
}
.dog_img{
    position: absolute;
    right: 25px;
    top: -20px;
    width: 20%;
}









.selectBox {
  width: 628px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #9E9E9F;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .selectBox {
    width: 100%;
    padding: 10px;
  }
}
@media print {
  .selectBox {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 750px) {
  .selectBox .flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  .selectBox .flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.selectBox h4 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
.selectBox h5 {
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.selectBox ul {
  margin: 6px 0 0 0;
}
.selectBox ul li {
  width: 112px;
  margin: 0 6px 0 0;
}
.selectBox ul li:last-child {
  margin: 0;
}
@media (max-width: 750px) {
  .selectBox ul li {
    width: calc(100% / 2 - 6px);
    margin: 0 6px 6px 0;
  }
  .selectBox ul li:nth-child(2n) {
    margin: 0 0 6px 0;
  }
}
@media print {
  .selectBox ul li {
    width: calc(100% / 2 - 6px);
    margin: 0 6px 6px 0;
  }
  .selectBox ul li:nth-child(2n) {
    margin: 0 0 6px 0;
  }
}
.selectBox p {
  margin: 10px 0 0 0;
  font-size: 12px;
}

.plusBox {
  width: 80px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  position: relative;
}
.plusBox p {
  margin: auto;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 22px;
  z-index: 1;
}
.plusBox .plus {
  width: 0.4em;
  height: 1.6em;
  margin: 30px 0 0 0;
  font-size: 50px;
  position: relative;
  background-color: #B4B4B5;
}
.plusBox .plus::before {
  width: 1.6em;
  height: 0.4em;
  position: absolute;
  top: 0.6em;
  left: -0.6em;
  content: "";
  background-color: #B4B4B5;
}

.supportBox {
  width: 90%;
  margin: 30px auto 76px auto;
  padding: 30px 30px 45px;
  font-size: 13px;
  border: 3px solid #61ACBE;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .supportBox {
    width: 100%;
    margin: 30px auto;
    padding: 18px 15px 50px;
  }
}
@media print {
  .supportBox {
    width: 100%;
    margin: 30px auto;
    padding: 14px 10px 40px 10px;
  }
}
.supportBox h4 {
    font-size: 15px;
  margin: 0 0 20px 0;
  color: #61ACBE;
  text-align: center;
}
.supportBoxInner{
    margin: 0 auto;
    max-width: 840px;
    font-size: 16px;
    line-height: 1.6em;
}
.supportBox h4 span {
  font-size: 26px;
}
.supportBox h5 {
  margin: 15px 0 10px 0;
  font-size: 18px;
  font-weight: normal;
}
.supportBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.supportBox ul li.attention {
  margin: 10px 0 0 0;
    font-size: 14px;
}
.supportBox::before {
  content: url(../img/seian/sei_supportbox_br.png);
  position: absolute;
  right: -3px;
  bottom: -7px;
}
.supportBox .sBa {
  font-weight: bold;
  position: absolute;
  right: 46px;
  bottom: 10px;
}
.supportBox .sBa a {
  color: #61ACBE;
    font-size: 15px;
}
.anshin{
    margin-bottom: 40px;
    font-size: 16px;
}
.m-contact_button{
    font-size: 16px;
}
.m-contact_button--image {
    margin: 0 20px 0 0;
}


@media (max-width: 750px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .m-sub_title{
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.3;
        padding: 12px 0;
    }
    .planList{
        display: block;
        margin: 0 auto 25px auto;
    }
    .planList > li {
        width: 100%;
    }
    .planList > li:first-of-type {
        padding: 15px;
    }
    .circle{
        width: 145px;
        height: 145px;
        top: -30px;
        right: -15px;
    }
    .circle .cTtl{
        margin-bottom: 5px;
    }
    .planList .appeal {
      font-size: 18px;
    }
    .planList h4{
        font-size: 20px;
        line-height: 1.4em;
        padding-right: 118px;
    }
    .planList li ul li{
        font-size: 16px;
    }
    .ryokin_list div ul li{
        padding-left: 35px;
    }
    .ryokin_list {
        width: 55%;
        box-sizing: border-box;
        padding-right: 10px;
    }
    .ryokin_column>p {
        width: 45%;
    }
    .dog_box {
        padding: 15px;
        position: relative;
        border: 3px solid #E79998;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .dog_img {
        position: absolute;
        right: 5px;
        top: -15px;
        width: 80px;
    }
    .planList > li:last-child h4{
        padding-right: 90px;
        font-size: 18px;
    }
    .supportBox h4{
        margin-bottom: 10px;
    }
    .supportBox h5{
        margin-bottom: 5px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    








}

/*# sourceMappingURL=sei_plan.css.map */
