@charset "utf-8";
/* main
=========================================*/
.container{
	background-color:#fff;
}

.main-contents-contact {
  float: inherit;
  margin: 50px auto 40px;
}
　
/*ここまで削除禁止　スタイル追加はこの下へ
=========================================*/
.color-shikaku {
  color: #120e6a;
}

.weight-normal {
  font-weight: normal;
}

.boder p {
  font-family: bold;
  text-align: center;
}
.boder p {
  font-size: 19px;
}

.red-txt {
  color: #B70000;
}

.h6 {
  padding: 11px 0 11px 11px;
  font-size: 16px;
  font-weight: bold;
  color: #120e6a;
  background-color: #e8eeff;
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 4px 13px;
  color: #fff;
  font-size: 16px;
  background: #120e6a;
}

.balloon1-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 87%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 20px solid #120e6a;
}

.h7 {
  padding: 0 0 0 11px;
  font-size: 30px;
  font-weight: bold;
  color: #120e6a;
  border: solid 3px #e8eeff;
  margin: 40px 0 20px;
  display: flex;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 7px 20px 7px 0;
  padding: 4px 13px;
  color: #555;
  font-size: 16px;
  background: #120e6a;
}

.balloon2-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -24px;
  border: 24px solid transparent;
  border-left: 20px solid #120e6a;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.span_voice {
  margin-left: 20px;
}

.h8 {
  margin-left: 50px;
  display: flex;
  align-items: center;
  font-size: 30px;
}

.voice-flex{
    display: flex;
    justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-left: 1%;
}
.voice-flex_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px 45px;
  margin: 50px auto;
  padding-left: 2%;
}

.voice_spec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 480px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.voice_spec-title {
  width: 100px;
  text-align: center;
  color: #fff;
  background: #0E0253;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 12px;
}
.voice-flex.none_flex li p{
  max-width: 800px;
  width: 100%;
}
.voice_spec-detail {
  width: calc(100% - 120px);
  font-size: 14px;
}

.voice-flex_2{
    display: flex;
    justify-content: center;
}
.voice-flex li, .txt-3{
    padding: 10px 10px 0;
}

.voice-flex li p {
  max-width: 700px;
  width: 100%;
}

  .voice-flex li p.long {
    max-width: 100%;
  }

.product-flex li {
  width: 100%;
}

.voice-flex_2 p{
    padding-bottom: 10px;
    font-size: 15px;
}

.voice-flex_2 li{
    padding:0 20px;
}

.sale-list p{
    padding-top: -20px;
}
.voice-flex p{
    font-size: 15px;
}

.number{
    color: #120e6a;
    font-size: 24px;
  line-height: 1.5;
}
.flex{
    display: flex;
    margin: 35px 0;
}
.txt-3{
    padding-right: 40px;
}
.flex .boder,
.voice-flex .boder {
  border: solid 2px #0E0253;
  padding: 25px 10px;
  margin: 8px;
}
.voice-flex .boder

.boder p,
.voice-flex li .boder p {
  font-family: bold;
  width: 215px;
  text-align: center;
}
.voice-flex li .boder p {
  font-size: 19px;
}

.memo{
    border: solid 10px #e8eeff;
}

.memo ul{
    display: flex;
    padding: 30px;
}

.memo ul li{
    margin: auto;
    justify-content: center;
}

.memo ul li p{
    font-family: メイリオ bold;
    font-weight: 900;
}

.yellow{
    font-size: 24px;
}
.check{
    padding: 20px 0;
    font-size: 18px;
}

.check::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url("../img/icon_check.png")no-repeat center;
    background-size: contain;
    vertical-align: baseline;
}

.h4 {
  margin-bottom: 30px;
  padding: 20px;
  border: 3px solid #e8eeff;
  font-size: 126%;
  color: #000;
  box-sizing: border-box;
  max-width: 980px;
  margin: auto;
}

h3 {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 3px solid #e8eeff;
  color: #000000;
font-size: 20px;
margin-bottom: 20px;
}

.voice-flex_2 .sale-list {
  width: 80%;  
}

.product-flex {
  max-width: 830px;
  width: 100%;
  margin: auto;
}

.yellow {
  text-align: center;
  display: inline-block;
  background: linear-gradient(transparent 65%, #ffff99 0%);
}

.position_arrow {
  position: relative;
  text-align: center;
}

.position_arrow::after {
  content: url("../img/arrow.png");
  position: absolute;
  width: 90px;
  height: 59px;
  bottom: 70px;
  right: -30px;
  transform: rotate(-20deg);
}

.position_arrow.miyaco::after {
  bottom: 215px;
}

.homepage {
  font-weight: bold;
  font-size: 16px;
  max-width: 980px;
  margin: 15px auto 0;
  padding-left: 5px;
}

.pdl5 {
  padding-left: 2%;
}