/* EC-CUBEのリセットCSS */

a:hover{
  opacity: 0.5;
}
table {
  margin: 0;
  border-top: none;
  border-left: none;
  width: 100%;
  border-collapse: unset;
  text-align: left;
}

table td{
  padding: 0;
  border-right: none;
  border-bottom: none;
}
/* img{ */
/* width: 100%;
height: auto;
max-width: max-content;
display: block; */
/* } */
figure{
  padding: 0;
  margin:0;
}
p{
  margin:0;
}
/*
*
*
*
*
*/

/* テンプレートCSS */

.txtali{
  text-align: center;
}
dl {
  /* width:300px; */
}
dt {
  float:left;
}
dd {
}

.spNo{
  display: none!important;
}

.mb20{
  margin-bottom: 20px;
}

.mt0{
  margin-top: 0px!important;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.ma{
  margin: auto;
}
.wi100{
  width:100%;
  height:auto!important;
}
.wi90{
  width:90%;
  height:auto!important;
}
.wi80{
  width:80%;
  height:auto!important;
}
.wi70{
  width:calc(70% - 10px);
  height:auto!important;
}
.wi60{
  width:calc(60% - 10px);
  height:auto!important;
}
.wi50{
  width:calc(50% - 15px);
  height:auto!important;
}
.wi40{
  width:calc(40% - 15px);
  height:auto!important;
}
.wi30{
  width:calc(30% - 15px);
  height:auto!important;
}
.wi20{
  width:calc(20% - 15px);
  height:auto!important;
}
.flbSp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}
.ff2{
  padding: 20px;
  background: #E8F3FB;
  border-radius: 10px;
  margin-bottom: 50px;
}
.ff3{
  padding: 20px;
  background: #FDF3E6;
  border-radius: 10px;
  margin-bottom: 50px;
}
.childsapo{

}
.childsapo h3{
  text-align: center;
  font-weight:bold;
  font-size:1.9rem;
  color:#0097D6;
}

.childsapo2 h3{
  text-align: center;
  font-weight:bold;
  font-size:1.9rem;
  color:#F08D1D;
}

/* figure img{
width: 100%;
max-width: 100%;
} */

.childsapo p,.childsapo2 p{
  text-align: left;
  line-height: 1.5;
  width: 80%;
  margin:0 auto 30px;
}

.flbPc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

@media screen and (min-width:780px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  .pcNo{
    display:none!important;
  }
  .spNo{
    display: block!important;
  }
  .flbPc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
  .wi40pc{
    width: calc(40% - 5px);
  }
  .wi60pc{
    width: calc(59% - 5px);
  }
}


.price{
  font-size: 2rem;
  color:red;
  font-weight: bold;
  padding-top: 0px;
  /* padding-left: 65px; */
}

.price::before{
  content: "¥";
  font-size: 1.1rem;
}

.price:after{
  content: "+税";
  font-size: 1.1rem;
}

.maruM {
  font-size: 1.0rem;
  max-width: 110px;
  color: #000;
  text-align: right;
  padding-left: 18px;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190225/marum.png) left bottom 5px no-repeat;
}

.open {
  font-size: 1.0rem;
  max-width: 110px;
  color: #000;
}
.def {
  font-size: 1.0rem;
  max-width: 110px;
  color: #000;
}


.open::before{
  content:"オープン価格 ¥";
  font-size:1rem;
}


.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


/*
*
*
*
*
*/
.main{
  max-width: 900px;
  margin:auto;
}
.titleSec{
  width: 100%;
}
.titleSec img,.titleSec figure{
  display: block;
  width: 100%;
}

.ribbon1,.ribbon1:before,.ribbon1:after {
  background-color: #ffe600;
  color:#189343;
  font-weight:bold;
  text-align: center;
}
.midashi{

}
.midashi p{
  text-align: center;
  color:#189343;
  font-weight:bold;
}
.ribbon1{
  display: block;
  font-size: 1.6rem;
}
.secCl{

}
.secCl img{
  display: block;
  width:90%;
  max-width:300px;
  margin:20px auto 0;
}
.secs{
  margin-top:100px;
}
.midases{

}
.midases h2{
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #1993D1;
  color:#fff;
  border-radius: 25px;
  text-align: center;
  padding: 10px 10px 6px 10px;
}
.midases p{
  font-weight: bold;
  text-align: center;
  color: #1993D1;
}
.midases a img{
  display: block;
  width: 95%;
  max-width: 300px;
  margin:20px auto 0;
}
.proArt{
  /* width: 90%; */
  margin:auto;
  margin-top:50px;
  max-width: 260px;
}
.proArt a{
  text-decoration: none;
  text-align: center;
}
.btn{
  background-color: #1993D1;
  color: #fff;
  display: block;
  padding: 10px 10px 8px 10px;
  border-radius: 10px;
  font-weight: bold;
  width: 80%;
  max-width: 200px;
  margin:10px auto 0;
}
.procd{
  margin: auto;
  display: block;
  width: 100%;
  /* max-width: 220px; */
}
.proArtH2{
      background: none;
      font-weight: bold;
  margin: 0;
  height: 78px;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0;
  display: table-cell;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.proArtH2 span{
  font-size:0.8rem;
}
.proArtP{
  height: 60px;
  font-size: 0.9rem;
  color:#14A3BF;
  margin: 0 auto 15px;
}
.price{
  text-align: center;
}
.maruM{
  margin: auto;
}
.midases h2.pink{
  background-color: #E8528D;
}
.midases p.pinkP{
  color: #E8528D;
}
.midases h2.orenji{
  background-color: #EA9413;
}
.midases p.orenjiP{
  color: #EA9413;
}
.og .btn{
  background-color: #EA9413;
}
.pin .btn{
  background-color: #E8528D;
}
.gazou{
  margin:30px auto 0;
  display: block;
}
.pdfbtn {
    display: block;
    width: 90%;
    margin: 60px auto;
    max-width: 600px;
}
.ribbon1 {
    font-size: 1.2rem;
}

@media screen and (min-width:780px) {
  .ribbon1 {
      font-size: 1.6rem;
  }
.proArtH2{
  width: 260px;
}

  .kojin a{
    width: 33%;
    display:block;
  }
  .midases p{
    font-size: 1.3rem;
  }
}
