/*---------------------------------------------------------------------
 ↓add
---------------------------------------------------------------------*/
.redweight {
  font-weight: 700;
  color: #f00;
}

.add_model{
    text-align: center;
    color:#ff2e42;
    font-weight: bold;
    font-size:1.6rem;
}
@media print,
screen and (min-width: 1024px) {
    .add_model{
        font-size:2rem;
    }
}

/*---------------------------------------------------------------------
 ↑add
---------------------------------------------------------------------*/










/*---------------------------------------------------------------------
 introduction
---------------------------------------------------------------------*/

.contentbox p br:first-of-type {
  display: block;
}

.contentbox {
  padding: 20px 20px 60px;
}

.contentbox:before {
  top: 12%;
}

.contentbox p {
  letter-spacing: 1px;
  text-align: left;
}

.contentbox p strong {
  color: #ff6138;
  font-size: 2rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.contentbox p:after {
  display: none;
}

.contentbox .scrolldown:before {
  bottom: -20px;
}

.contentbox .scrolldown:after {
  bottom: -20px;
}

.anchor-link {
  padding: 0 20px;
  box-sizing: border-box;
}

.anchor-link ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.anchor-link ul li {
  width: calc((100% - 8px) / 2);
  position: relative;
}

.anchor-link ul li:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../common/img/svg/ar_or.svg") no-repeat center;
  background-size: 27px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto -14px;
  z-index: 1;
}

.anchor-link ul li:nth-child(even) {
  margin-left: 8px;
}

.anchor-link ul li:nth-child(n+3) {
  margin-top: 20px;
}

.anchor-link ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  font-size: 1.3rem;
  color: #ff6138;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

.anchor-link ul li a:before {
  border-radius: 23px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.anchor-link ul li a:after {
  border-radius: 23px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.anchor-link ul li a p {
  width: 100%;
  height: 86px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  position: relative;
  box-sizing: border-box;
  border-radius: 21px;
  z-index: 1;
  background: #FFF;
  line-height: 1.5;
  letter-spacing: 1px;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

  .anchor-link ul li {
    width: calc((100% - 15px) / 4);
  }

  .anchor-link ul li+li {
    margin-left: 5px !important;
  }

  .anchor-link ul li:nth-child(n+3) {
    margin-top: 0;
  }

  .contentbox:before {
    top: -3%;
  }

  .contentbox p {
    text-align: center;
  }



}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  .contentbox {
    padding: 70px 10px 90px;
  }

  .contentbox:before {
    top: -140px;
  }

  .contentbox p {
    font-size: 1.8rem;
  }

  .contentbox p strong {
    font-size: 4rem;
    line-height: 1.7;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .contentbox .scrolldown:before {
    bottom: -11px;
  }

  .contentbox .scrolldown:after {
    bottom: -10px;
  }

  .anchor-link ul {
    max-width: 1260px;
    margin: 0 auto;
  }

  .anchor-link ul li {
    width: calc((100% - 60px) / 4);
    max-width: 300px;
    transition: .3s all ease;
  }

  .anchor-link ul li+li {
    margin-left: 20px !important;
  }

  .anchor-link ul li:after {
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
  }

  .anchor-link ul li a {
    padding: 3px;
    border-radius: 40px;
    transition: .3s all ease;
    box-sizing: border-box;
    border: transparent 3px solid;
  }

  .anchor-link ul li a p {
    width: 100%;
    height: 150px;
    font-size: 1.8rem;
    border-radius: 36px;
    line-height: 1.7;
    letter-spacing: 1px;
    transition: .3s all ease;
    box-sizing: border-box;
  }

  .anchor-link ul li a:before {
    border-radius: 38px;
    transition: .3s all ease;
  }

  .anchor-link ul li a:after {
    border-radius: 36px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
  }

  .anchor-link ul li:after {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    margin: auto auto -23px;
  }

  .anchor-link ul li a:hover {
    color: #ff6138;
    boder: #FFF 3px solid;
  }

  .anchor-link ul li a:hover p {
    color: #FFF;
    background: transparent;
  }

  .anchor-link ul li a:hover:before {
    opacity: 1;
  }

  .anchor-link ul li a:hover:after {
    opacity: 0;
  }

  .anchor-link ul li:hover:after {
    background: url("../../common/img/svg/ar_or-hover.svg") no-repeat center;
    transition: .3s all ease;
  }


}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {

  .anchor-link ul li a p br.pc {
    display: none;
  }

}


/*---------------------------------------------------------------------
 contents_common
---------------------------------------------------------------------*/

section+section {
  padding: 50px 20px 0 !important;
}

h2.deco:before,
h2.deco:after {
  transform: rotate(18deg);
}

.sub-txt {
  display: flex;
  align-items: stretch;
  justify-content: center;

  width: 64px;
  height: 15px;
  font-size: 1.3rem;
  color: #7ac243;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -42px auto auto;
  text-align: center;
}

.sub-txt:before,
.sub-txt:after {
  content: "";
  display: block;
  width: 1px;
  background: #7ac243;
}

.sub-txt:before {
  transform: rotate(-32deg);
  margin-right: 10px;
}

.sub-txt:after {
  transform: rotate(32deg);
  margin-left: 9px;
}

.contentsframe {
  margin-top: 65px;
}

.contentsframe>div {
  padding: 35px 20px 30px;
  box-sizing: border-box;
  position: relative;
}

.contentsframe>div:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -28px auto auto;
}

.contentsframe h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

h3.deco {
  width: calc(100% - 16px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 40px;
  margin: -20px auto auto;
  border: 2px solid #FFF;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contentsframe a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 40px;
  margin: 25px auto 0;
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.contentsframe a:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px;
}

.contentsframe a .scrolldown {
  width: 21px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto 20px auto auto;
}

.contentsframe a .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: skewX(45deg);
}

.contentsframe a .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 1px;
  background: #fff;
}

/*　冠ヘッダー h3用 */

.headh3 {}

.headh3>div {
  padding-top: 35px !important;
}

.headh3 .headh3_inr {
  position: absolute;
  width: calc(94%);
  top: -1.2em;
  left: 3%;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 60px;
  padding: 7px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.7rem;
}

/*　冠ヘッダー h3 2clm用 */

.headh3_2clm {}

.headh3_2clm>div {
  padding-top: 55px !important;
}

.headh3_2clm .headh3_2clm_inr {
  position: absolute;
  width: calc(94%);
  top: -33px;
  left: 3%;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 60px;
  padding: 7px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 66px;
  font-size: 1.7rem;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

  .contentsframe {
    width: calc((100% - 20px) / 2);
  }

  .contentsframe>div {
    height: 100%;
  }

  .contentsframe h3 br {}

  /*　冠ヘッダー h3用 */

  .headh3 {}

  .headh3 .headh3_inr {
    position: absolute;
    width: 60%;
    top: -1.2em;
    left: 20%;
    color: #fff;
    border: 3px #fff solid;
    border-radius: 60px;
    padding: 7px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }



}


/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  section+section {
    padding: 100px 20px 0 !important;
  }

  .contentsframe {
    width: calc((100% - 40px) / 2);
    margin-top: 120px;
  }

  .contentsframe>div {
    padding: 80px 30px 50px;
    border-radius: 6px;
  }

  .contentsframe>div:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -56px auto auto;
    background-size: 100px auto !important;
  }

  h2.deco {
    font-size: 4.2rem;
  }

  .sub-txt {
    width: 120px;
    height: 30px;
    font-size: 2.2rem;
    margin: -85px auto auto;
  }

  .sub-txt:before {
    margin-right: 15px;
  }

  .sub-txt:after {
    margin-left: 14px;
  }

  .sub-txt:before,
  .sub-txt:after {
    width: 2px;
  }

  .contentsframe h3 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .contentsframe h3+p {
    font-size: 1.8rem;
    text-align: center;
  }

  .contentsframe h3.deco {
    height: 80px;
    border-radius: 40px;
    margin: -45px auto auto;
    border: 6px solid #FFF;
  }

  .contentsframe a {
    max-width: 460px;
    height: 74px;
    border-radius: 45px;
    margin: 30px auto 0;
    font-size: 2.2rem;
    line-height: 1.3;
    transition: .3s all ease;
    border: #FFF 3px solid;
    background: #FFF;
  }

  .contentsframe a:after {
    border-radius: 45px;
    opacity: 1;
    transition: .3s all ease;
  }

  .contentsframe a:hover:after {
    opacity: 0;
  }

  .contentsframe a .scrolldown {
    width: 42px;
    height: 8px;
    margin: auto 30px auto auto;
  }

  .contentsframe a .scrolldown:before {
    right: 3px;
    width: 1px;
    height: 8px;
    transition: .3s all ease;
  }

  .contentsframe a .scrolldown:after {
    bottom: 0;
    right: 0;
    width: 42px;
    height: 1px;
    transition: .3s all ease !important;
  }

  /*　冠ヘッダー h3用 */

  .headh3 {}

  .headh3>div {
    padding-top: 80px !important;
  }

  .headh3 .headh3_inr {
    position: absolute;
    width: 66%;
    top: -1.7em;
    left: 17%;
    color: #fff;
    border: 6px #fff solid;
    border-radius: 60px;
    padding: 15px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 2.6rem;
    min-height: 85px;
  }

  /*　冠ヘッダー h3 2clm用 */

  .headh3_2clm {}

  .headh3_2clm>div {
    padding-top: 90px !important;
  }

  .headh3_2clm .headh3_2clm_inr {
    position: absolute;
    width: calc(94%);
    top: -65px;
    left: 3%;
    color: #fff;
    border: 6px #fff solid;
    border-radius: 60px;
    padding: 7px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 125px;
    font-size: 2.6rem;
  }


}


/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {

  h2.deco {
    font-size: 4.8rem;
  }

  /*　冠ヘッダー h3用 */

  .headh3 {}

  .headh3>div {
    padding-top: 80px !important;
  }

  .headh3 .headh3_inr {
    position: absolute;
    width: 66%;
    top: -1.4em;
    left: 17%;
    color: #fff;
    border: 6px #fff solid;
    border-radius: 60px;
    padding: 15px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 3.2rem;
    min-height: 85px;
  }

  /*　冠ヘッダー h3 2clm用 */

  .headh3_2clm {}

  .headh3_2clm>div {
    padding-top: 90px !important;
  }

  .headh3_2clm .headh3_2clm_inr {
    position: absolute;
    width: calc(100% - 30px);
    top: -65px;
    left: 15px;
    color: #fff;
    border: 6px #fff solid;
    border-radius: 60px;
    padding: 7px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 125px;
    font-size: 3.2rem;
  }

}



/*---------------------------------------------------------------------
 contents01
---------------------------------------------------------------------*/

#contents01 {}

#contents01 h2.deco {
  letter-spacing: 0;
}

#contents01 h2.deco div {
  padding: 4px 15px;
}


/* contents01-1 */

#contents01 .contents01-1 h3 {
  letter-spacing: 0;
}

#contents01 .contents01-1>div:before {
  background: url(../../common/img/svg/content01.svg) no-repeat center;
  background-size: 50px auto;
}

#contents01 .contents01-1>div p+span {
  display: block;
  margin-top: 15px;
}


/* contents01-2 */

#contents01 .contents01-2>div:before {
  background: url(../../common/img/svg/content02.svg) no-repeat center;
  background-size: 50px auto;
}

#contents01 .contents01-2>div p:first-of-type {
  color: #ff6138;
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

#contents01 .contents01-2>div p+span {
  display: block;
  width: 100%;
  padding: 0 4% 0 4%;
  margin: 20px auto 0;
}

/* contents01-3 */

#contents01 .contents01-3>div:before {
  background: url(../../common/img/svg/content03.svg) no-repeat center;
  background-size: 50px auto;
}

#contents01 .contents01-3>div p+span {
  display: block;
  margin-top: 30px;
}


/* contents01-4 */

#contents01 .contents01-4>div:before {
  background: url(../../common/img/svg/content04_sin.svg) no-repeat center;
  background-size: 50px auto;
}

#contents01 .contents01-4>div p+span {
  display: block;
  margin-top: 30px;
}


/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {


  #contents01>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }


  /* contents01-1 */

  #contents01 .contents01-1 p:first-of-type {
    text-align: center;
  }

  #contents01 .contents01-1>div p+span {
    max-width: 86%;
    margin: 20px auto 0 auto;
  }

  /* contents01-2 */


  #contents01 .contents01-2>div p:first-of-type .br--pc {
    display: none !important;
  }


  /* contents01 wide100per */

  .wide100per {
    width: 100%;
  }

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  #contents01 h2.deco div {
    padding: 4px 25px;
  }

  #contents01 h2.deco:before,
  #contents01 h2.deco:after {
    transform: rotate(32deg);
  }

  #contents01 .contentsframe>div p+span {
    margin-top: 40px !important;
  }

  /* contents01-1 */
  #contents01 .contents01-1>div p+span {
    max-width: inherit;
    margin: inherit;
  }

  /* contents01-2 */
  #contents01 .contents01-2>div p:first-of-type {
    font-size: 2.4rem;
    text-align: center;
  }

  #contents01 .contents01-2>div p:first-of-type .br--pc {
    display: block !important;
  }

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {

  /* contents01-1 */

  #contents01 .contents01-1>div p+span {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;

  }

}


/*---------------------------------------------------------------------
 contents02
---------------------------------------------------------------------*/

#contents02 {}

#contents02 h2.deco {
  letter-spacing: 0;
}

#contents02 h2.deco div {
  padding: 4px 15px;
}

/* mealcard_bx */

.mealcard_bx {
  margin-top: 25px
}

.mealcard_bx .meal_intro1 {
  background: #fdefcc;
  border-radius: 5px;
  padding: 20px;

}


.meal_intro1 span {
  display: block;
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
}

.meal_intro1 span+p {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 700;
}

.meal_intro2 {
  border-top: 2px solid #ff2e42;
  border-bottom: 2px solid #ff2e42;
  padding: 20px 0;
  margin-top: 25px;

}

.meal_intro2 p:first-child {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.meal_intro2 p:first-child>span:first-of-type {
  display: block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;

}

.meal_intro2 p>span:nth-child(2) {
  font-size: 2.7rem;
  color: #ff2e42;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.meal_intro2 p:nth-child(2) {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #ff2e42;
}

.meal_intro2 p:nth-child(2)>span {
  font-size: 2.7rem;
}

.meal_intro2>span {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 5px;
}


/* contents02-1 */

#contents02 .contents02-1 h3 {
  letter-spacing: 0;
}

#contents02 .contents02-1>div:before {
  background: url(../../common/img/svg/content01.svg) no-repeat center;
  background-size: 50px auto;
}

#contents02 .contents02-1>div p+span {
  display: block;
  margin-top: 30px;
}


/* contents02-2 */

#contents02 .contents02-2>div:before {
  background: url(../../common/img/svg/content02.svg) no-repeat center;
  background-size: 50px auto;
}

#contents02 .contents02-2>div p+span {
  display: block;
  width: 80%;
  margin: 30px auto 0;
}

/* contents02-3 */

#contents02 .contents02-3>div:before {
  background: url(../../common/img/svg/content03.svg) no-repeat center;
  background-size: 50px auto;
}

#contents02 .contents02-3>div p+span {
  display: block;
  margin-top: 30px;
}


/* contents02-4 */

#contents02 .contents02-4>div:before {
  background: url(../../common/img/svg/content04_sin.svg) no-repeat center;
  background-size: 50px auto;
}

#contents02 .contents02-4>div p+span {
  display: block;
  margin-top: 15px;
}

#contents02 .contents02-4>div>h4 {
  margin-top: 15px;
  font-weight: bold;
}

#contents02 .contents02-4>div>h4:before {
  content: "■";
  color: #7ac243;
  font-weight: bold;
}

#contents02 .contents02-4>div>h4+p {
  font-size: 1.6rem;
  font-weight: 700;
}

/* contents02-5 */

#contents02 .contents02-5>div>article>div>span {
  display: block;
  margin-top: 15px;
  padding: 0 10px;
}

#contents02 .contents02-5>div>article>span {
  display: block;
  margin-top: 20px;

}

/* contents02-7 */

#contents02 .contents02-7>div>p:first-of-type>span {
  color: #f7bd82;
  display: inline;
  margin: 0;
  padding: 0;
}

#contents02 .contents02-7>div span {
  display: block;
  margin-top: 10px;
}

#contents02 .contents02-7 .point_cap {
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}

/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {


  #contents02>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }

  /* contents02 wide100per */

  .wide100per {
    width: 100%;
  }

  /* mealcard_bx */

  .mealcard_bx {
    margin-top: 25px
  }

  .mealcard_bx .meal_intro1 {
    background: #fdefcc;
    border-radius: 10px;
    padding: 15px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .meal_intro1 span {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: inherit !important;
  }

  .meal_intro1 span+p {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 30px;
  }

  /* contents02-5 */

  #contents02 .contents02-5>div {}

  #contents02 .contents02-5>div>article {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #contents02 .contents02-5>div>article>div {
    max-width: 640px;
    padding: 0;
  }

  #contents02 .contents02-5>div>article>div>p {
    text-align: left;
  }

  #contents02 .contents02-5>div>article>div>span {
    display: block;
    padding: 0;
    max-width: inherit;
    margin: 15px 0 0 0;
    max-width: 590px;
  }

  #contents02 .contents02-5>div>article>span {
    display: block;
    max-width: inherit;
    max-width: 460px;
    margin: 0;
  }

  #contents02 .contents02-5>div>article>span>img {
    width: 100%;
    height: auto;
  }

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  #contents02 h2.deco div {
    padding: 4px 25px;
  }

  #contents02 h2.deco:before,
  #contents02 h2.deco:after {
    transform: rotate(32deg);
  }

  #contents02 .contentsframe>div p+span {
    margin-top: 1rem;
  }

  #contents02 .contentsframe>div h4 {
    font-size: 1.8rem;
  }

  #contents02 .contentsframe>div h4+p {
    font-size: 2.4rem;
  }

  /* mealcard_bx */

  .mealcard_bx {
    max-width: 1040px;
    margin: 50px auto auto auto;
  }

  .mealcard_bx .meal_intro1 {
    background: #fdefcc;
    border-radius: 10px;
    padding: 15px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

  }

  .meal_intro1 span {
    display: block;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
  }

  .meal_intro1 span+p {
    font-size: 2.4rem;
    margin-top: 0;
    margin-left: 40px;
    line-height: 1.6;
  }

  .meal_intro2 {
    border-top: 4px solid #ff2e42;
    border-bottom: 4px solid #ff2e42;
    padding: 40px 0;
    margin-top: 40px;

  }

  .meal_intro2 p:first-child {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }

  .meal_intro2 p:first-child>span:first-of-type {
    display: inline;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;

  }

  .meal_intro2 p>span:nth-child(2) {
    font-size: 4.8rem;
    color: #ff2e42;
    margin: 0;
    padding: 0;
    line-height: 1.3;
  }

  .meal_intro2 p:nth-child(2) {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #ff2e42;
  }

  .meal_intro2 p:nth-child(2)>span {
    font-size: 4.8rem;
  }

  .meal_intro2>span {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  /* contents02-1 */
  #contents02 .contents02-1>div>p {
    text-align: left;
  }

  /* contents02-2 */
  #contents02 .contents02-2>div>p {
    text-align: left;
  }

  /* contents02-3 */
  #contents02 .contents02-3>div>p {
    text-align: left;
  }

  /* contents02-4 */
  #contents02 .contents02-4>div>p {
    text-align: left;
  }

  /* contents02-5 */

  #contents02 .contents02-5>div {}

  #contents02 .contents02-5>div>article {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #contents02 .contents02-5>div>article>div {
    max-width: 640px;
    padding: 0;
  }

  #contents02 .contents02-5>div>article>div>p {
    text-align: left;
    font-size: 1.8rem;
  }

  #contents02 .contents02-5>div>article>div>span {
    display: block;
    padding: 0;
    max-width: inherit;
    margin: 15px 0 0 0;
    max-width: 590px;
  }

  #contents02 .contents02-5>div>article>span {
    display: block;
    max-width: inherit;
    max-width: 460px;
    margin: 0;
  }

  #contents02 .contents02-5>div>article>span>img {
    width: 100%;
    height: auto;
  }

  /* contents02-7 */

  #contents02 .contents02-7>div>p:first-of-type {
    font-size: 1.8rem;
    text-align: center;
  }

  #contents02 .contents02-7>div span {
    display: block;
    margin-top: 0 !important;
  }

  #contents02 .contents02-7 .point_cap {
    font-size: 1.7rem;
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
  }



}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}


/*---------------------------------------------------------------------
 contents03
---------------------------------------------------------------------*/

#contents03 {}

#contents03 .course_bx {
  margin-top: 25px;
}


/* otoku */

#contents03 .otoku_bx {
  margin-top: 30px;
}

#contents03 .otoku_bx>h3 {
  font-size: 2.4rem;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}

#contents03 .otoku_bx>h3:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url("../img/d_arrow.svg") no-repeat;
  vertical-align: middle;
  margin-top: -1px;
}

#contents03 .otoku_bx>span {
  display: block;
  overflow-x: auto;
}

#contents03 .otoku_bx>span>img {
  width: auto;
  height: 200px;
}


/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 400px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 400px) {

  #contents03 .otoku_bx>h3 {
    font-size: 2.2rem;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
  }

  #contents03 .otoku_bx>h3:after {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    display: inline-block;
    background: url("../img/d_arrow.svg") no-repeat;
    vertical-align: middle;
    margin-top: -1px;
  }

}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {



  /* otoku */

  #contents03 .otoku_bx>span {
    display: block;
    overflow-x: hidden;
  }

  #contents03 .otoku_bx>span>img {
    width: 100%;
    height: auto;
  }

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  #contents03 {}

  /* course_bx */

  #contents03 .course_bx {
    max-width: 1040px;
    margin: 50px auto 0 auto;
  }

  /* otoku */

  #contents03 .otoku_bx {
    max-width: 1040px;
    margin: 40px auto 0 auto;
  }

  #contents03 .otoku_bx>h3 {
    font-size: 4rem;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
  }

  #contents03 .otoku_bx>h3:after {
    content: "";
    width: 4rem;
    height: 4rem;
    display: inline-block;
    background: url("../img/d_arrow.svg") no-repeat;
    vertical-align: middle;
    margin-top: -1px;
  }
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}



/*---------------------------------------------------------------------
 contents04
---------------------------------------------------------------------*/

#contents04 {}

#contents04 .contentsframe {
  margin-top: 45px !important;
}

#contents04 h2.deco {
  letter-spacing: 0;
}

#contents04 h2.deco div {
  padding: 4px 15px;
}


/* contents04-1 */

#contents04 .contents04-1 h3 {
  letter-spacing: 0;
}

#contents04 .contents04-1>div:before {
  background: url(../../common/img/svg/content01.svg) no-repeat center;
  background-size: 50px auto;
}

#contents04 .contents04-1 .img_type1 {
  display: block;
  margin-top: 20px;
  border-radius: 5px;
}

#contents04 .contents04-1 .img_type1 img {
  border-radius: 5px;
}


/* contents04-2 */

#contents04 .contents04-2>div:before {
  background: url(../../common/img/svg/content02.svg) no-repeat center;
  background-size: 50px auto;
}

#contents04 .contents04-2>div p+span {
  display: block;
  width: 80%;
  margin: 30px auto 0;
}

#contents04 .contents04-2>div>p {
  text-align: center;
}

/* contents04-3 */

#contents04 .contents04-3>div:before {
  background: url(../../common/img/svg/content03.svg) no-repeat center;
  background-size: 50px auto;
}

#contents04 .contents04-3>div p+span {
  display: block;
  margin-top: 30px;
}


/* contents04-4 */

#contents04 .contents04-4>div:before {
  background: url(../../common/img/svg/content04_sin.svg) no-repeat center;
  background-size: 50px auto;
}

#contents04 .contents04-4>div p+span {
  display: block;
  margin-top: 30px;
}

#contents04 .contents04-4 .clm2_inr span {
  display: block;
  margin-top: 20px;
  padding: 2%;
}

#contents04 .contents04-4>div h3 {
  text-align: left;
  position: relative;
}

#contents04 .contents04-4>div h3:after {
  content: "";
  display: block;
  background: url("../img/contents04/icon_imeal.svg") no-repeat;
  width: 95px;
  height: 95px;
  margin: 15px auto 0 auto;
}

#contents04 .contents04-4 dl {
  margin-top: 20px;
}

#contents04 .contents04-4 dl dt {
  background: #ff6138;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;

  margin-bottom: 5px;
}

#contents04 .contents04-4 dl dd {}

#contents04 .contents04-4 dl dd>ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#contents04 .contents04-4 dl dd>ul>li {
  font-size: 1.5rem;
  width: 9.5em;
}

#contents04 .contents04-4 dl dd>ul>li:before {
  content: "●";
  color: #ff6138;
}


/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {


  #contents04>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }

  /* contents04 wide100per */

  .wide100per {
    width: 100%;
  }

  /* contents04-1 */

  #contents04 .contents04-1>div>article>p {
    text-align: center;
  }

  #contents04 .contents04-1 .img_type1 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /* contents04-2 */

  #contents04 .contents04-2>div>p {
    text-align: center;
  }

  /* contents04-4 */

  #contents04 .contents04-4 .clm2_inr span {
    display: block;
    padding: 2%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #contents04 .contents04-4 dl dd ul {
    justify-content: center;
  }

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  #contents04 .contentsframe {
    margin-top: 100px !important;
  }

  #contents04 h2.deco div {
    padding: 4px 25px;
  }

  #contents04 h2.deco:before,
  #contents04 h2.deco:after {
    transform: rotate(32deg);
  }

  #contents04 .contentsframe>div p+span {
    margin-top: 40px !important;
  }

  /* contents04 wide100per */

  .wide100per {
    width: 100%;
  }

  .wide100per>div {
    padding: 80px 70px 50px;
  }

  /* contents04-1 */

  #contents04 .contents04-1>div {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
  }

  #contents04 .contents04-1>div>article>h3 {
    text-align: left;
    letter-spacing: -1px;
  }

  #contents04 .contents04-1>div>article {
    width: calc(50% - 5px);
  }

  #contents04 .contents04-1>div>article>p {
    text-align: left;
  }

  #contents04 .contents04-1 .img_type1 {
    max-width: inherit;
    margin-left: 25px;
    margin-right: inherit;

    width: calc(50% - 5px);
    margin-top: 0;
  }

  #contents04 .contents04-1 .img_type1 img {
    border-radius: 10px;
  }

  /* contents04-4 */

  #contents04 .contents04-4 .clm2_inr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #contents04 .contents04-4 .clm2_inr>div {
    width: 60%;
    max-width: 630px;
    margin-right: 6%;
    padding-right: 10px;
  }

  #contents04 .contents04-4 .clm2_inr>span {
    width: 33%;
    min-width: 370px;
    padding: 0;


    max-width: inherit;
    margin-top: 0;
    margin-left: inherit;
    margin-right: inherit
  }

  #contents04 .contents04-4>div h3 {
    text-align: left;
    position: relative;
    padding-right: 100px;
    letter-spacing: -1px;
  }

  #contents04 .contents04-4>div h3:after {
    content: "";
    display: inline-block;
    background: url("../img/contents04/icon_imeal.svg") no-repeat;
    width: 95px;
    height: 95px;
    margin: inherit;
    position: absolute;
    top: 0;
    right: 1%;
  }

  #contents04 .contents04-4 dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  #contents04 .contents04-4 dl dt {
    width: 180px;
    min-height: 113px;
    margin-right: 25px;
    font-size: 2.2rem;
  }

  #contents04 .contents04-4 dl dd ul {
    display: block;
  }

  #contents04 .contents04-4 dl dd ul>li {
    font-size: 1.8rem;
  }



}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}



/*---------------------------------------------------------------------
 contact2
---------------------------------------------------------------------*/

#contact2 {
  padding: 50px 20px 0 !important;
}

#contact2>div {
  padding: 3px 0;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 97, 56, 1) 0%, rgba(255, 100, 57, 1) 20.36%, rgba(255, 110, 60, 1) 36.27%, rgba(255, 127, 64, 1) 50.68%, rgba(255, 150, 71, 1) 64.2%, rgba(255, 180, 80, 1) 77.1%, rgba(255, 217, 90, 1) 89.36%, rgba(255, 255, 101, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 97, 56, 1) 0%, rgba(255, 100, 57, 1) 20.36%, rgba(255, 110, 60, 1) 36.27%, rgba(255, 127, 64, 1) 50.68%, rgba(255, 150, 71, 1) 64.2%, rgba(255, 180, 80, 1) 77.1%, rgba(255, 217, 90, 1) 89.36%, rgba(255, 255, 101, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(255, 97, 56, 1)), color-stop(0.2036, rgba(255, 100, 57, 1)), color-stop(0.3627, rgba(255, 110, 60, 1)), color-stop(0.5068, rgba(255, 127, 64, 1)), color-stop(0.642, rgba(255, 150, 71, 1)), color-stop(0.771, rgba(255, 180, 80, 1)), color-stop(0.8936, rgba(255, 217, 90, 1)), color-stop(1, rgba(255, 255, 101, 1)));
}

#contact2>div .box_outer {
  background: #fff5ee;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}

#contact2>div .box_outer:after,
#contact2>div .box_outer:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../../common/img/svg/obj_triangle.svg") no-repeat center;
  background-size: 100px auto;
  position: absolute;
}

#contact2>div .box_outer:before {
  top: 0;
  left: 0;
}

#contact2>div .box_outer:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}



#contact2>div strong {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  display: block;
  letter-spacing: 0px;
}

#contact2>div p {
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: #ff6138;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

#contact2>div p:before,
#contact2>div p:after {
  content: "";
  display: block;
  width: 3px;
  background: #ff6138;
}

#contact2>div p:before {
  transform: rotate(-32deg);
  margin-right: 15px;
}

#contact2>div p:after {
  transform: rotate(32deg);
  margin-left: 10px;
}

#contact2>div a {
  width: calc(100% - 20px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;

  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}

#contact2>div a:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px;
}


#contact2>div a .scrolldown {
  width: 21px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto 20px auto auto;
}

#contact2>div a .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: skewX(45deg);
}

#contact2>div a .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 1px;
  background: #fff;
}



/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* 320px以下用
---------------------------------------------------------------------*/

@media print,
screen and (max-width: 320px) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

  #contact2>div a {
    width: 60%;
    max-width: 420px;
    height: 60px;
  }



}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {

  #contact2 {
    padding: 100px 20px 0 !important;
    width: 100%;
  }

  #contact2>div {
    padding: 6px 0;
  }

  #contact2>div .box_outer {
    padding: 80px 0;
  }

  #contact2>div .box_outer:after,
  #contact2>div .box_outer:before {
    width: 200px;
    height: 200px;
    background: url("../../common/img/svg/obj_triangle.svg") no-repeat center;
    background-size: 200px auto;
  }

  #contact2>div p {
    font-size: 2.4rem;
  }

  #contact2>div p:before,
  #contact2>div p:after {
    width: 5px;
  }

  #contact2>div p:before {
    margin-right: 30px;
  }

  #contact2>div p:after {
    margin-left: 20px;
  }

  #contact2>div a {
    width: 100%;
    max-width: 600px;
    height: 74px;
    border-radius: 45px;
    margin: 20px auto 0;
    font-size: 2.4rem;
    border: #FFF 3px solid;
    background: #FFF;
    transition: .3s all ease;
    box-sizing: border-box;
  }

  #contact2>div a:hover {
    color: #ff6138;
    border: #ff6138 3px solid;
  }

  #contact2>div a:after {
    border-radius: 45px;
    transition: .3s all ease;
  }

  #contact2>div a:hover:after {
    opacity: 0;
  }

  #contact2>div a .scrolldown {
    width: 42px;
    height: 8px;
    margin: auto 30px auto auto;
  }

  #contact2>div a .scrolldown:before {
    right: 3px;
    width: 1px;
    height: 8px;
    transition: .3s all ease;
  }

  #contact2>div a .scrolldown:after {
    width: 42px;
    height: 1px;
    background: #fff;
    transition: .3s all ease;
  }

  #contact2>div a:hover .scrolldown:before {
    background: #ff6138;
  }

  #contact2>div a:hover .scrolldown:after {
    background: #ff6138;
  }

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}




































/* -------------------------- add20221213 -------------------------- */


/* #contents01 */
#contents01 .contents01-3 > div > p {
  color: #ff6138;
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
#contents01 .contents01-3 > div > span:nth-of-type(2) {
  margin-top: 20px;
}
/* /#contents01 */


/* #contents02 */
#contents02 .contents02-5 {
  margin-top: 45px;
}
#contents02 .contents02-7 > div {
  padding-top: 50px !important;
}
#contents02 .contents02-7 > div > span {
  margin-top: 0;
}
/* /#contents02 */


/* #contents03 */
#contents03 > div > strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458;
  display: inline-block;
  margin-top: 20px;
}
#contents03 > div > strong > span {
  display: inline-grid;
  transform: translateY(1px);
}
#contents03 > div > strong > span > img {
  display: inline-block;
  width: 23px;
}
#contents03 .otoku_bx>span>img {
  height: 232px;
}
#contents03 .otoku_bx>p {
  margin-top: 15px;
  line-height: 1.25;
}
/* /#contents03 */


/* #contents04 */
#contents04 .contents04-2>div:before {
  background: url(../../common/img/svg/content01.svg) no-repeat center center / 50px auto;
}
#contents04 .contents04-3>div:before {
  background: url(../../common/img/svg/content02.svg) no-repeat center center / 50px auto;
}
#contents04 .contents04-4>div:before {
  background: url(../../common/img/svg/content03.svg) no-repeat center center / 50px auto;
}
#contents04 .contents04-3 h3 {
  margin-bottom: 0;
}
#contents04 .contents04-4>div h3:before {
  content: "";
  display: block;
  background: url(../img/contents04/icon_imeal.svg) no-repeat;
  width: 95px;
  height: 95px;
  margin: 15px auto 0 auto;
}
#contents04 .contents04-4>div h3:after {
  content: none;
}
#contents04 .contents04-4 .clm2_inr>div>h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #ff6138;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 40px;
  margin-top: 30px;
}
#contents04 .contents04-4 .clm2_inr>div>ul {
  margin-top: 15px;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li {
  background: #fdefcc;
  border-radius: 5px;
  padding: 7px;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li:not(:first-of-type) {
  margin-top: 10px;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li>h5 {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li>h5>span {
  color: #ff6138;
  display: inline;
  margin: 0;
  padding: 0;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(3)>p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(3)>h5 {
  margin-bottom: 5px;
}
#contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(4)>h5 {
  margin-bottom: 5px;
}
/* /#contents04 */


@media print,
screen and (min-width: 768px) {
  #contents02 .contents02-7 {
    height: 100%;
  }
  #contents03 > div > strong {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #contents03 .otoku_bx>span>img {
    height: 153px;
  }
  #contents04 .contents04-4>div h3 {
    padding-right: 0;
    text-align: center;
  }
  #contents04 .contents04-4 .clm2_inr>div>img {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  #contents04 .contents04-4>div h3:before {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li {
    width: calc((100% - 20px) / 2);
    border-radius: 12px;
    padding: 14px 25px;
    height: 100%;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li>h5 {
    font-weight: 700;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:not(:first-of-type) {
    margin-top: 0;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(3)>h5 {
    margin-bottom: 10px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(4)>h5 {
    margin-bottom: 10px;
  }
}



@media print,
screen and (min-width: 1024px) {

  /* #contents01 */
  #contents01 .contents01-3 > div > p {
    font-size: 2.4rem;
  }
  /* #contents01 */


  /* #contents02 */
  #contents02 .contents02-5 {
    margin-top: 100px;
  }
  #contents02 .contents02-7 > div {
    padding-top: 90px !important;
  }
  /* #contents02 */


  /* #contents03 */
  #contents03 > div > strong {
    font-size: 4rem;
    line-height: 1.25;
    margin-top: 40px;
  }
  #contents03 > div > strong > span {
    transform: translateY(5px);
  }
  #contents03 > div > strong > span > img {
    width: 43px;
  }
  #contents03 .course_bx {
    margin-top: 20px;
  }
  #contents03 .otoku_bx>span>img {
    height: 222px;
  }
  #contents03 .otoku_bx>p {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  /* #contents03 */


  /* #contents04 */
  #contents04 .contents04-4 .clm2_inr {
    display: block;
  }
  #contents04 .contents04-4 .clm2_inr>div {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  #contents04 .contents04-4 .clm2_inr>div>h4 {
    height: 60px;
    font-size: 2.8rem;
    border-radius: 40px;
    margin-top: 40px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li {
    width: calc((100% - 40px) / 2);
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li>h5 {
    font-size: 2.2rem;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul>li:nth-of-type(3)>p {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #contents04 .contents04-4 .clm2_inr>div>ul {
    margin-top: 30px;
  }
  /* #contents04 */
}


/* -------------------------- /add20221213 -------------------------- */