@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
h1 , h2 , h3 , h4 , p , ul{
  margin:0;
  padding: 0;
}

ul{
  list-style: none;
}

/* パンくず */
.breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}

.breadcrumb ul li {
  position: relative;
}

.breadcrumb ul li:after {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  content: '>';
}

.breadcrumb ul li:first-child,
.breadcrumb ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb ul li:first-child:after {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #444;
}

/*メインコンテンツ*/
.mv-area {
  width: 100%;
  margin: 0 auto 40px;
}

.pcmv{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-bottom: 6px solid #1D3F8E;
}

.pcmv img{
  display: block;
}

section img{
  width: 100%;
  margin: 0 auto;
}

.mv-text-cont {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
}

.mv-ttl{
  width: 100%;
  margin: 0 auto 34px;
  font-size: 20px;
  font-weight: 800;
  color:#26499C;
  text-align: center;
  background: #fff;
}

.mv-text {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  color: #444;
  line-height: 1.8;
}

.color-flex{
  display: flex;
  width:100%;
  justify-content: flex-start;
  margin: 0 auto 28px;
}

.color-flex div{
  max-width: 98px;
  width: 50%;
  margin-right:18px;
}

.color-flex div figure{
  width: 100%;
  max-width: 80px;
  margin: 0 auto 8px;
}

.color-flex div p{
  font-size:12px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .none-750{
    display: none;
  }
}

.cont{
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px;
}

.tl-bg{
  background-color: #2996D2;
  padding: 16px 0;
  width: 100%;
  margin: 0 auto 30px;
}

.midashi{
  color: #fff;
  font-size: 22px;
  border-bottom: none;
  font-weight: 800;
  text-align: center;
}

.inner{
 display:flex;
 justify-content: space-between;
}

.img-l{
  text-align: left;
  width: 50%;
  padding-right: 2.3%;
}

.text-r{
    text-align: left;
    line-height: 1.8;
    width: 50%;
}

.pt-m{
  color: #26499C;
  padding-top: 0;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.txt{
  font-size: 16px;
  margin: 0 auto 36px;
  font-weight: 600;
}

.ditails{
  font-size: 16px;
  padding: .4% 0 .4% 16px;
  border-left: 6px solid #221714;
  line-height: 1.8;
  background: #fff;
}

.product-price{
  font-size: 22px;
  font-weight: 600;
}

.tax{
  font-size: 13px;
}

.btn-ks{
  position: relative;
  display: block;
  background:#B39E5F;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 48px;
  margin-bottom:28px;
  text-align: center;
  padding: 12px 0;
  width: 100%;
}

.dtl{
  max-width: 298px;
}

a.btn-ks::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    content: '';
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.btn-ks:hover{
 opacity: 0.6;
 color: #fff;
}

.souldout{
  font-size: 20px;
  font-weight: 600;
  background-color: #EFF1F2;
  padding: 12px 0;
  text-align: center;
}

.ud-l{
  width: 100%;
  background:#aaa;
  height: 1px;
  margin: 0 auto 40px;
}

.w-400{
  max-width: 400px;
  margin: 0 auto;
}

.pd-30{
  padding-bottom: 30px;
}

.mb-80{
  margin: 0 auto 80px;
}

.mb-60{
  margin: 0 auto 60px;
}

.mb-40{
  margin: 0 auto 40px;
}

.mb-30{
  margin: 0 auto 30px;
}

.mb-20{
  margin: 0 auto 20px;
}

.mb-15{
  margin: 0 auto 15px;
}

.mb-8{
  margin: 0 auto .8%;
}