@charset "UTF-8";
@media screen and (max-width: 767px) {
  * {
    max-width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

header {
  background-color: #fff;
  text-align: center;
  display: block;
  padding: 10px;
  width: 100%;
}

header img {
  width: 320px;
}

@media screen and (max-width: 767px) {
  header img {
    width: 240px;
  }
}

.xtAc {
  text-align: center !important;
}

.float_bnr{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(0,0,0,0.3);
  z-index: 9999;
}
.float_bnr .float_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:15px;
  max-width: 1040px;
  margin: 0 auto;
}
.float_bnr .float_inner .btn_float{
  background-color: #40ac07;
  width: 100%;
  border:1.5px solid #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.float_bnr .float_inner .btn_float:first-of-type{
  margin-right: 60px;
}
.float_bnr .float_inner .btn_float::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.float_bnr .float_inner .btn_float a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 15px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 767px){
  .float_bnr{
    height: 100px;
  }
  .float_bnr .float_inner .btn_float:first-of-type{
    margin-right: 20px;
  }
  .float_bnr .float_inner .btn_float a{
    padding: 10px 20px;
    font-size: 14px;
  }
  .float_bnr .float_inner .btn_float::after{
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
#mv img {
  width: 100%;
}

#first_block {
  background-image: url(../img/first_block_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 75px;
}

@media screen and (max-width: 767px) {
  #first_block {
    padding: 35px 0;
  }
}

#first_block .h2_wrap {
  text-align: center;
  position: relative;
}

#first_block .h2_wrap:before, #first_block .h2_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

@media screen and (max-width: 767px) {
  #first_block .h2_wrap:before, #first_block .h2_wrap:after {
    display: block;
  }
}

#first_block .h2_wrap:before {
  background-image: url(../img/first_block_p_img01.png);
  width: 160px;
  height: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  #first_block .h2_wrap:before {
    width: 50px;
    height: 105px;
    background-image: url(../img/first_block_p_img01_sp.png);
  }
}

#first_block .h2_wrap:after {
  background-image: url(../img/first_block_p_img02.png);
  width: 145px;
  height: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 767px) {
  #first_block .h2_wrap:after {
    width: 50px;
    height: 105px;
    background-image: url(../img/first_block_p_img02_sp.png);
  }
}

#first_block .h2_wrap h2 {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  color: #214E65;
}

@media screen and (max-width: 767px) {
  #first_block .h2_wrap h2 {
    font-size: 22px;
  }
}

#first_block .h2_wrap h2 span {
  border-bottom: dotted 4px #214E65;
}

@media screen and (max-width: 767px) {
  #first_block .h2_wrap h2 span {
    border-bottom: dotted 3px #214E65;
  }
}

#first_block p.read {
  margin-top: 34px;
  text-align: center;
  font-size: 18px;
  color: #214E65;
  position: relative;
}

@media screen and (max-width: 767px) {
  #first_block p.read {
    font-size: 16px;
    text-align: left;
  }
}

#first_block p.read:before, #first_block p.read:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #first_block p.read:before, #first_block p.read:after {
    display: none;
  }
}

#first_block p.read:before {
  background-image: url(../img/first_block_p_img01.png);
  width: 160px;
  height: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#first_block p.read:after {
  background-image: url(../img/first_block_p_img02.png);
  width: 145px;
  height: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

#first_block .first_block_course h2 {
  text-align: center;
  display: block;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course h2 {
    margin-top: 30px;
  }
}

#first_block .first_block_course h2 img {
  width: 448px;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course h2 img {
    width: 286px;
  }
}

#first_block .first_block_course .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap {
    display: block;
  }
}

#first_block .first_block_course .btns_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 3px #EB922E;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  width: calc(50% - 15px);
  position: relative;
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap a {
    width: 100%;
    padding: 13px 16px;
    border: solid 2px #EB922E;
    border-radius: 10px;
  }
  #first_block .first_block_course .btns_wrap a:last-of-type {
    margin-top: 10px;
  }
}

#first_block .first_block_course .btns_wrap a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: #EB922E 3px solid;
  border-bottom: #EB922E 3px solid;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap a:before {
    width: 8px;
    height: 8px;
  }
}

#first_block .first_block_course .btns_wrap a .ph {
  width: 90px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap a .ph {
    width: 60px;
  }
}

#first_block .first_block_course .btns_wrap a h3 {
  color: #EB922E;
  font-size: 34px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap a h3 {
    font-size: 22px;
  }
}

#first_block .first_block_course .btns_wrap a p {
  font-size: 20px;
  color: #214E65;
}

@media screen and (max-width: 767px) {
  #first_block .first_block_course .btns_wrap a p {
    font-size: 14px;
  }
}

#first_block .worries {
  background-color: #fff;
  margin-top: 40px;
  padding: 45px 40px 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #first_block .worries {
    margin-top: 30px;
    padding: 25px 20px 35px;
  }
}

#first_block .worries:before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #214E65;
  display: block;
}

#first_block .worries h3 {
  font-size: 30px;
  color: #214E65;
  text-align: center;
  display: inline-block;
  color: #214E65;
  margin-bottom: 30px;
}

#first_block .worries h3 span {
  border-bottom: dotted 4px #214E65;
}

@media screen and (max-width: 767px) {
  #first_block .worries h3 span {
    border-bottom: dotted 3px #214E65;
  }
}

@media screen and (max-width: 767px) {
  #first_block .worries h3 {
    font-size: 20px;
  }
}

#first_block .worries .ph_wrap {
  margin: 0 35px;
}

#first_block .worries .recommend {
  text-align: center;
  color: #EB922E;
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #first_block .worries .recommend {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

#first_block .worries .recommend .recommend_inner {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #first_block .worries .recommend .recommend_inner {
    padding: 0 15px;
  }
}

#first_block .worries .recommend .recommend_inner:before, #first_block .worries .recommend .recommend_inner:after {
  content: "";
  width: 4px;
  height: 90%;
  background-color: #EB922E;
  position: absolute;
  display: block;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #first_block .worries .recommend .recommend_inner:before, #first_block .worries .recommend .recommend_inner:after {
    width: 2px;
  }
}

#first_block .worries .recommend .recommend_inner:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#first_block .worries .recommend .recommend_inner:after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#first_block .worries p {
  font-size: 26px;
  color: #214E65;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #first_block .worries p {
    font-size: 18px;
  }
}

#first_block .worries p span {
  font-size: 32px;
  color: #CB2B2B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEC81));
  background: linear-gradient(transparent 70%, #FFEC81 0%);
}

@media screen and (max-width: 767px) {
  #first_block .worries p span {
    font-size: 22px;
  }
}

.food .price {
  text-align: center;
  margin-bottom: 15px;
}

.food .price span {
  background-color: #CB2B2B;
  color: #ffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .food .price span {
    font-size: 16px;
  }
}

.food .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px -18px 0;
}

@media screen and (max-width: 767px) {
  .food .point_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px -8px;
  }
}

.food .point_wrap div {
  margin: 0 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .food .point_wrap div {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .food .point_wrap div:first-of-type {
    width: calc(50% - 6px);
    padding: 5px;
    margin-bottom: 0;
  }
}

.food .board {
  background-color: #fff;
}

.btn_wrap {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin-top: 30px;
  }
}

.btn_wrap .koe {
  text-align: center;
  margin-bottom: 6px;
}

.btn_wrap .koe .koe_inner {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #CB2B2B;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .btn_wrap .koe .koe_inner {
    font-size: 14px;
  }
}

.btn_wrap .koe .koe_inner:before, .btn_wrap .koe .koe_inner:after {
  content: "";
  width: 2px;
  height: 90%;
  background-color: #CB2B2B;
  position: absolute;
  display: block;
  bottom: 0;
}

.btn_wrap .koe .koe_inner:before {
  left: -15px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.btn_wrap .koe .koe_inner:after {
  right: -15px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.btn_wrap .koe .koe_inner span {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .btn_wrap .koe .koe_inner span {
    font-size: 20px;
  }
}

.btn_wrap a {
  background-color: #40AC07;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 16px;
  width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_wrap a {
    font-size: 14px;
    padding: 10px;
  }
}

.btn_wrap a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
}

@media screen and (max-width: 767px) {
  .btn_wrap a:before {
    right: 15px;
    width: 7px;
    height: 7px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
  }
}

.btn_wrap a span {
  font-size: 22px;
  color: #FFE762;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .btn_wrap a span {
    font-size: 20px;
  }
}

#baby_food .baby_food_first {
  padding: 70px 0 100px;
  background-color: #FFFEE6;
}

@media screen and (max-width: 767px) {
  #baby_food .baby_food_first {
    padding: 70px 0 42px;
  }
}

#baby_food .baby_food_first h2 {
  width: 714px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #baby_food .baby_food_first h2 {
    width: 278px;
  }
}

#baby_food .baby_food_first h3 {
  text-align: center;
  color: #214E65;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #baby_food .board_wrap .container {
    padding: 0;
  }
}

#baby_food .board {
  margin-top: 88px;
  padding: 54px 50px;
  border-top: solid 4px #EB922E;
  border-bottom: solid 4px #EB922E;
  position: relative;
}

@media screen and (max-width: 767px) {
  #baby_food .board {
    padding: 20px 28px;
    margin-top: 40px;
  }
}

#baby_food .board:before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  background-image: url(../img/baby_food_clip.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  #baby_food .board:before {
    width: 50px;
    height: 30px;
  }
}

#baby_food .board h3 {
  width: 342px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #baby_food .board h3 {
    width: 198px;
  }
}

#baby_food .board .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #baby_food .board .step {
    margin-bottom: 0;
  }
}

#baby_food .board .step:before {
  content: "";
  width: 100%;
  height: 4em;
  width: 90%;
  display: block;
  background-color: #FFFCBE;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #baby_food .board .step:before {
    height: 2em;
  }
}

#baby_food .board .step:after {
  content: "";
  width: 15px;
  height: 4rem;
  display: block;
  background-image: url(../img/ribbon_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #baby_food .board .step:after {
    height: 2em;
  }
}

#baby_food .board .step .ph, #baby_food .board .step .txt {
  position: relative;
  z-index: 1;
}

#baby_food .board .step .ph {
  width: 100px;
}

@media screen and (max-width: 767px) {
  #baby_food .board .step .ph {
    width: 40px;
  }
}

#baby_food .board .step .txt {
  font-size: 26px;
  font-weight: bold;
  color: #214E65;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #baby_food .board .step .txt {
    font-size: 14px;
    margin-left: 10px;
  }
}

#baby_food .board .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  max-width: unset !important;
}

@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}

#baby_food .board .box_wrap .box {
  margin: 0 16px;
  width: calc(25% - 16px);
}

@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap .box {
    margin: 0 10px;
    width: calc(50% - 20px);
    margin-top: 20px !important;
  }
}

#baby_food .board .box_wrap .box .month {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap .box .month {
    margin-top: 5px;
  }
}

#baby_food .board .box_wrap .box .month span {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap .box .month span {
    font-size: 18px;
  }
}

#baby_food .board .box_wrap .box p {
  color: #214E65;
}

@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap .box p {
    font-size: 14px;
  }
}

#baby_food .board .box_wrap .box.box01 .month {
  color: #EA91A2;
}

#baby_food .board .box_wrap .box.box02 .month {
  color: #91D0AC;
}

#baby_food .board .box_wrap .box.box03 .month {
  color: #CEA785;
}

#baby_food .board .box_wrap .box.box04 .month {
  color: #92B1D6;
}

#baby_food .board .box_wrap .box .month_btm {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #214e65;
  line-height: 1.3;
}
#baby_food .board .box_wrap .box .month_menu {
  background-color: #f7f7f7;
  padding: 15px 12px;
  border-radius: 10px;
  margin: 10px 0 10px;
}
#baby_food .board .box_wrap .box .month_menu .menu_ttl {
  width: 70px;
  margin: 0 auto;
  display: flex;
}
#baby_food .board .box_wrap .box .month_menu p {
  font-size: 15px;
  text-align: center;
  line-height: 1.375;
  margin-top: 7px;
}
#baby_food .board .box_wrap .box .month_menu p span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #baby_food .board .box_wrap .box .month_btm {
    font-size: 14px;
  }
  #baby_food .board .box_wrap .box .month_menu .menu_ttl {
    width: 58px;
  }
  #baby_food .board .box_wrap .box .month_menu p {
    font-size: 13px;
  }
  #baby_food .board .box_wrap .box .month_menu {
    padding: 10px 6px;
  }  
}
#baby_food .everyone_worry {
  padding: 70px 0 35px;
}

#baby_food .everyone_worry .h3_wrap {
  text-align: center;
}

#baby_food .everyone_worry .h3_wrap .fukidashi {
  padding: 5px 30px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  background-color: #EB922E;
  color: #fff;
  border-radius: 500px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .h3_wrap .fukidashi {
    font-size: 16px;
    padding: 2px 20px;
  }
}

#baby_food .everyone_worry .h3_wrap .fukidashi:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #EB922E transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .h3_wrap .fukidashi:before {
    border-width: 7px 5px 0 5px;
  }
}

#baby_food .everyone_worry .h3_wrap h3 {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .h3_wrap h3 {
    margin-top: 5px;
  }
}

#baby_food .everyone_worry .h3_wrap h3 span {
  font-size: 30px;
  border-bottom: dotted 4px #214E65;
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .h3_wrap h3 span {
    font-size: 19px;
  }
}

#baby_food .everyone_worry .table_wrap {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .table_wrap {
    overflow: scroll;
  }
}

#baby_food .everyone_worry .table_wrap .sub {
  font-size: 11px;
  color: #214E65;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .table_wrap .sub {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #baby_food .everyone_worry .table_wrap .table_inner {
    width: 800px;
    max-width: 800px !important;
  }
  #baby_food .everyone_worry .table_wrap .table_inner img {
    width: 100%;
  }
}

#baby_food .matome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #baby_food .matome {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#baby_food .matome .ph {
  max-width: 117px;
}

@media screen and (max-width: 767px) {
  #baby_food .matome .ph {
    width: 70px;
    margin: 0 10px 15px;
  }
  #baby_food .matome .ph.ph_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #baby_food .matome .ph.ph_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#baby_food .matome .h_text, #baby_food .matome p {
  color: #214E65;
  text-align: center;
}

#baby_food .matome .h_text {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #baby_food .matome .h_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #baby_food .matome .p_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#baby_food .matome p {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 30px 0;
  line-height: 1.57;
  position: relative;
}

@media screen and (max-width: 767px) {
  #baby_food .matome p {
    font-size: 20px;
    margin: 5px 0 0;
  }
}

#baby_food .matome p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFEC81));
  background: linear-gradient(transparent 70%, #FFEC81 0%);
}

@media screen and (max-width: 767px) {
  #baby_food .matome p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFEC81));
    background: linear-gradient(transparent 80%, #FFEC81 0%);
  }
}

#baby_food .steps {
  padding: 75px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #baby_food .steps {
    padding: 60px 0 10px;
  }
}

#baby_food .steps:before, #baby_food .steps:after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../img/steps_border.png);
  background-size: auto 100%;
  display: block;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #baby_food .steps:before, #baby_food .steps:after {
    height: 18px;
  }
}

#baby_food .steps:before {
  top: 0;
}

#baby_food .steps:after {
  bottom: 0;
}

#baby_food .steps .h3_wrap {
  text-align: center;
}

#baby_food .steps .h3_wrap .fukidashi {
  padding: 5px 30px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  background-color: #CB2B2B;
  color: #fff;
  border-radius: 500px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .h3_wrap .fukidashi {
    font-size: 16px;
    padding: 0 20px;
  }
}

#baby_food .steps .h3_wrap .aida, #baby_food .steps .h3_wrap h3 {
  color: #214E65;
  line-height: 1.4;
}

#baby_food .steps .h3_wrap .aida {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .h3_wrap .aida {
    font-size: 18px;
  }
}

#baby_food .steps .h3_wrap h3 {
  text-align: center;
}

#baby_food .steps .h3_wrap h3 span {
  font-size: 40px;
  border-bottom: dotted 4px #214E65;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .h3_wrap h3 span {
    font-size: 22px;
    line-height: 2;
  }
}

#baby_food .steps .step_list {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .step_list {
    margin-top: 40px;
  }
}

#baby_food .steps .step_list > li {
  position: relative;
}

#baby_food .steps .step_list > li:last-of-type dl:after {
  content: none;
}

#baby_food .steps .step_list > li:not(:last-child)::after {
  content: "";
  background: url(../img/arrow_gray.svg) repeat-y top center/contain;
  width: 17px;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 36px;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .step_list > li:not(:last-child)::after {
    display: none;
  }
}

#baby_food .steps .step_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

#baby_food .steps .step_list li dl::after {
  content: "";
  width: 88%;
  height: 1px;
  border-bottom: 1px dashed #707070;
  position: absolute;
  bottom: 0;
  right: 0;
}

#baby_food .steps .step_list li dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#baby_food .steps .step_list li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  padding-bottom: 40px;
}

#baby_food .steps .step_list li:first-child dl dd {
  padding-bottom: 46px;
}

#baby_food .steps .step_list li dl dd .txt_red {
  color: #FF2727;
  font-weight: bold;
}

#baby_food .steps .step_list .step {
  width: 100px;
}

#baby_food .steps .step_list .icon {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  width: 66px;
  margin-top: -17px;
}

#baby_food .steps .step_list .txt_org {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 28px;
  line-height: 1;
}

#baby_food .steps .txt_org {
  color: #DE6700;
  font-weight: bold;
}

#baby_food .steps .step_list .txt_org ul li {
  font-size: 17px;
}

#baby_food .steps .step_list .txt_inner {
  display: block;
}

#baby_food .steps .step_list .border_btn a {
  border: 1px solid #707070;
  padding: 20px 45px 20px 25px;
  position: relative;
}

#baby_food .steps .step_list .border_btn a:after {
  content: "";
  background: url(../img/arrow_blk.svg) no-repeat top center/contain;
  width: 11px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #baby_food .steps .step_list li dl {
    display: block;
  }
  #baby_food .steps .step_list li:first-child dl dd {
    padding-bottom: 20px;
  }
  #baby_food .steps .step_list li dl dd {
    padding-bottom: 20px;
  }
  #baby_food .steps .step_list li dl::after {
    width: 100%;
  }
  #baby_food .steps .step_list > li:nth-child(3) dl dd {
    padding-bottom: 50px;
  }
  #baby_food .steps .step_list .mb20 {
    margin-bottom: 30px;
  }
}

#baby_food .voice {
  background-color: #FFFEE6;
  padding: 80px 0 70px;
}

@media screen and (max-width: 767px) {
  #baby_food .voice {
    padding: 40px 0 50px;
  }
}

#baby_food .voice h3 {
  text-align: center;
  color: #214E65;
}

#baby_food .voice h3 span {
  font-size: 40px;
  border-bottom: dotted 4px #214E65;
}

@media screen and (max-width: 767px) {
  #baby_food .voice h3 span {
    font-size: 22px;
  }
}

#baby_food .voice .voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #baby_food .voice .voice_wrap {
    display: block;
  }
}

#baby_food .voice .voice_wrap .voice_man {
  margin: 0 16px;
  width: calc((100% / 3) - 32px);
}

@media screen and (max-width: 767px) {
  #baby_food .voice .voice_wrap .voice_man {
    margin: 30px auto;
    width: 100%;
  }
}

#baby_food .voice .voice_wrap .voice_man p {
  background-color: #FFE762;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #baby_food .voice .voice_wrap .voice_man p {
    padding: 12px 15px;
  }
}

#baby_food .voice .voice_wrap .voice_man p:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #FFE762 transparent transparent transparent;
}

#baby_food .voice .voice_wrap .voice_man .ph {
  width: 180px;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  #baby_food .voice .voice_wrap .voice_man .ph {
    width: 150px;
  }
}

#online_lesson .online_lesson_first {
  padding: 70px 0 70px;
  background-color: #FCF2F2;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first {
    padding: 50px 0 40px;
  }
}

#online_lesson .online_lesson_first h2 {
  width: 714px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first h2 {
    width: 278px;
  }
}

#online_lesson .online_lesson_first h2:before {
  content: "";
  width: 165px;
  height: 120px;
  background-image: url(../img/issaikara.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first h2:before {
    width: 76px;
    height: 57px;
    -webkit-transform: translateX(50%) translateY(-37%);
            transform: translateX(50%) translateY(-37%);
  }
}

#online_lesson .online_lesson_first h3 {
  text-align: center;
  color: #214E65;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first h3 {
    font-size: 20px;
  }
}

#online_lesson .online_lesson_first .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px -18px 0;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first .point_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px -8px;
  }
}

#online_lesson .online_lesson_first .point_wrap div {
  margin: 0 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first .point_wrap div {
    margin: 8px;
    width: calc(50% - 16px);
  }
  #online_lesson .online_lesson_first .point_wrap div:first-of-type {
    width: calc(50% - 6px);
    padding: 5px;
    margin-bottom: 0;
  }
}

#online_lesson .online_lesson_first .point_wrap + p {
  text-align: center;
  font-size: 18px;
  color: #214E65;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #online_lesson .online_lesson_first .point_wrap + p {
    font-size: 16px;
    text-align: left;
  }
}

#online_lesson .learn_point {
  padding: 70px 0 65px;
  background-image: url(../img/learn_point.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #online_lesson .learn_point {
    padding: 50px 0 50px;
  }
}

/*　■ SNS リンク
------------------------------------------- */
footer #sns h2.title {
  display: block;
  margin: 0 0 45px;
  font-size: 28px;
  text-align: center;
  position: relative;
}

footer #sns h2.title:after {
  content: "";
  width: 30px;
  border-bottom: 4px solid #BC5137;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  left: 50%;
}

#sns {
  max-width: 470px;
  background: #fff;
  padding: 40px 0 60px;
  margin: 0 auto;
}

#sns .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80vw;
  margin: 0 auto;
}

#sns .icon_box li {
  text-align: center;
  min-width: 60px;
}

#sns .icon_box li p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#sns .icon_box li img {
  width: 45px;
  height: 45px;
}

/*　■ フッター
============================================ */
footer {
  width: 100%;
  background: #fff;
  clear: both;
  color: #4A340A;
  overflow: hidden;
}

.footer_nav {
  background: #FAF2EC;
  padding: 50px 0;
  font-size: 14px;
  font-weight: 500;
}

.footer_nav nav {
  border-top: 1px solid #EFE6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.footer_nav nav > div {
  width: 50%;
}

.footer_nav nav > div:first-child {
  border-right: 1px solid #EFE6DF;
}

.footer_nav nav ul li {
  display: table;
  border-bottom: 1px solid #EFE6DF;
  height: 50px;
  width: 100%;
  position: relative;
}

.footer_nav nav ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 10px;
}

.footer_nav nav ul li a::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #4A340A;
  border-right: 1px solid #4A340A;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.sub_nav ul {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

footer .footer_bottom {
  position: relative;
}

.sp.group_link {
  width: 100px;
  margin: 0 auto 10px;
}

.comingsoon li {
  font-weight: bold;
}

/*　■ ページ上部へ戻る
------------------------------------------- */
.pagetop {
  position: relative;
  text-align: center;
  height: 50px;
  z-index: 2000;
  cursor: pointer;
  padding: 15px 0 0 0;
  background: url("../img/footer.png") no-repeat center bottom;
  background-size: cover;
  bottom: 50px;
  right: 0;
}

footer .pagetop::before,
footer .pagetop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer .pagetop:before {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 2px;
  border: 6px solid transparent;
  border-left: 6px solid #4A340A;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* コピーライト */
#copyright {
  font-size: 10px;
  color: #AFAFAF;
  padding: 0 0 15px 0;
  text-align: center;
}

section#cont02 {
  padding: 0px 0 30px;
}

.cookVisual img {
  width: 100%;
  margin: 0 0 10px;
}

.cookVisual p {
  font-weight: bold;
}




@media screen and (max-width: 767px) {
  footer #sns {
    font-family: 'Noto Sans JP', sans-serif;
  }
  footer #sns h2.title{
    margin: 0 0 30px;
    color: #4A340A;
    font-size: 20px;
    text-align: center;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
}