@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700|Noto+Sans+JP:400,700&display=swap&subset=japanese');
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*--------------------------*/
/*共通 start*/

p, li, a {
  color: #5e5546;
  font-weight: bold;
  line-height: 1.4em;
}

.manga_container_image {
  max-width: 800px;
  width: 95%;
  margin: auto;
}

.manga_container_image img {
  display: block;
  margin: 40px auto 0;
  width: 100%;
}

/*共通 end*/
/*--------------------------*/
/*header start*/

header {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 10000;
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.6);
}

.head_width {
  max-width: 960px;
  margin: auto;
  position: relative;
  text-align: center;
  height: 60px;
}

.head_width img {
  width: 140px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
  display: block;
}


/*header end*/
/*--------------------------*/
/*main visual start*/

#mainVisual {
  position: relative;
  background: url(../img/fv/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

#mainVisual .mainvisual_container {
  max-width: 960px;
  margin: 60px auto 0;
  display: block;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background-color: #FBF7EE;
  height: 100%;
}

#mainVisual .mainvisual_container_image {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
}

#mainVisual .mainvisual_container_image img {
  width: calc(95% - 0px);
  padding: 0px 0px;
  margin: auto;
  bottom: 0;
  position: relative;
  left: 0;
  right: 0;
}

#mainVisual .intro_container {
  text-align: center;
  position: absolute;
  bottom: -21px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}

#mainVisual .intro_container img {
  width: 28px;
}


/*main visual end*/
/*--------------------------*/
/*problem start*/

#problem_content {
  max-width: 700px;
  margin: auto;
  text-align: center;
  width: 95%;
}

#problem_content img.title {
  width: 530px;
  display: block;
  margin: auto;
  margin-top: 40px;
}

#problem_content p.under_line.problem {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(transparent 50%, #fbd908 50%);
}

#problem_content .problem_flex {
  margin: 20px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#problem_content .problem_icon {
  width: calc(20% - 10px);
}

#problem_content .problem_icon img {
  width: 100%;
}

#problem_content .problem_box {
  width: calc(80% - 10px);
  text-align: left;
}

#problem_content .problem_box .balloon {
  position: relative;
  padding: 20px;
  background-color: #FAF6EA;
  border: 3px solid #E02020;
  border-radius: 12px;
  list-style: none;
}

#problem_content .problem_box .balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-right: 15px solid #E02020;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#problem_content .problem_box .balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  margin: auto;
  top: 0px;
  bottom: 0;
  border-right: 15px solid #FAF6EA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#problem_content .problem_box .balloon li {
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

#problem_content .problem_box .balloon li:first-child {
  margin-top: 0px;
}

#problem_content .arrow_2 {
  display: block;
  width: 100%;
}

#problem_content img.arrow_2 {
  width: 84%;
  margin: -10px auto 0;
}

#problem_content p.under_line.solution {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  margin-top: 12px;
  background: linear-gradient(transparent 50%, #fbd908 50%);
}

#problem_content .online_merit {
  position: relative;
  margin-top: 48px;
}

#problem_content .online_merit .merit_title {
  background-color: #FBD908;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 60%;
  top: -16px;
  border-radius: 20px;
  padding: 4px;
  font-size: 20px;
}

#problem_content .online_merit ul {
  list-style: none;
  text-align: left;
  background-color: #FAF6EA;
  border: 3px solid #FBD908;
  border-radius: 10px;
  padding: 28px 20px 20px;
  line-height: 1.6em;
}

#problem_content .online_merit ul li {
  margin-top: 4px;
  text-indent: -1.3em;
  padding-left: 1em;
  font-size: 16px;
}

/*problem end*/
/*--------------------------*/
/*performance start*/

#performance_content {
  background-color: #faf6ea;
  margin-top: 40px;
}

#performance_content .performance_container {
  padding: 40px 0;
  margin: auto;
  max-width: 800px;
  width: 95%;
}

#performance_content img.title {
  width: 200px;
  display: block;
  margin: auto;
}

#performance_content .performance_box .performance_number {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#performance_content .performance_box .performance_border {
  margin-top: 4px;
  padding: 20px;
  background-color: #ffffff;
  border: 3px solid #5d5444;
  border-radius: 12px;
}

#performance_content .performance_box .performance_border p {
  font-weight: bold;
  font-size: 20px
}

#performance_content .performance_box .performance_border img {
  width: 100%;
  margin-top: 9px;
}

/*performance end*/
/*--------------------------*/
/*good start*/

#good_content {
  background-color: #faf6ea;
  margin-top: 40px;
}

#good_content .good_container {
  padding: 40px 0;
  margin: auto;
  max-width: 960px;
  width: 95%;
}

#good_content img.title {
  width: 530px;
  display: block;
  margin: auto;
}

#good_content .good_content_1 {
  width: 520px;
  display: block;
  margin: 20px auto 0;
}

#good_content p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 32px;
}

#good_content .good_content_2 {
  width: 100%;
  display: block;
  margin: 20px auto 0;
}

/*good end*/
/*--------------------------*/
/*inquiry start*/

#inquiry_content {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
}

#inquiry_content a {
  font-size: 24px;
  background-color: #FBD908;
  height: 60px;
  line-height: 60px;
  width: 300px;
  display: block;
  margin: auto;
  border-radius: 100px;
  font-weight: bold;
}

#inquiry_content a:hover {
  background-color: #74ceff;
  transition: 0.4s;
  filter: drop-shadow(0px 0px 4px #fbd908);
}

/*good end*/
/*--------------------------*/
/*footer start */

footer {
  background-color: #FAF6EA;
  height: 60px;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}

/*footer end*/
/*--------------------------*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*mobile start*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/

@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /*--------------------------*/
  /*共通 start*/

  p, li, a {
    color: #5e5546;
  }
  .manga_container_image img {
    width: 90%;
    display: block;
    margin: 40px auto 0;
  }

  /*共通 end*/
  /*--------------------------*/
  /*header start*/

  header {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    z-index: 10000;
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.6);
  }

  .head_width {
    max-width: 960px;
    margin: auto;
    position: relative;
    text-align: center;
    height: 60px;
  }

  .head_width img {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    bottom: 0;
    margin: auto;
    display: block;
    cursor: pointer;
  }

  /*header end*/
  /*--------------------------*/
  /*main visual start*/

  #mainVisual {
    position: relative;
    background: url(../img/fv/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }

  #mainVisual .mainvisual_container {
    max-width: 960px;
    margin: 60px auto 0;
    display: block;
    background-color: #FBF7EE;
    height: auto;
  }
  #mainVisual .mainvisual_container_image {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }
  #mainVisual .mainvisual_container_image img {
    width: calc(95% - 0px);
    padding: 0px 0px;
    margin: auto;
    bottom: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  #mainVisual .intro_container {
    text-align: center;
    position: absolute;
    bottom: -21px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
  }

  #mainVisual .intro_container img {
    width: 28px;
  }

  /*main visual end*/
  /*--------------------------*/
  /*problem start*/

  #problem_content {
    max-width: 700px;
    margin: auto;
    text-align: center;
    width: 90%;
  }
  #problem_content img.title {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 40px;
  }

  #problem_content p.under_line.problem {
    font-size: 7vw;
    font-weight: bold;
    display: inline-block;
    margin-top: 12px;
    background: linear-gradient(transparent 50%, #fbd908 50%);
  }

  #problem_content .problem_flex {
    margin: 20px auto 0;
    padding: 0;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #problem_content .problem_icon {
    width: calc(40% - 0px);
    margin: auto;
  }
  #problem_content .problem_icon img {
    width: 100%;
  }
  #problem_content .problem_box {
    width: calc(100% - 0px);
    text-align: left;
  }

  #problem_content .problem_box .balloon {
    position: relative;
    padding: 20px;
    background-color: #FAF6EA;
    border: 3px solid #E02020;
    border-radius: 12px;
    list-style: none;
    margin-top: 12px;
    font-size: 14px;
  }

  #problem_content .problem_box .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0px;
    right: 0;
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e02020;
    border-left: 15px solid transparent;
    border-top: 0;
    margin: 0 auto;
  }
  #problem_content .problem_box .balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0px;
    right: 0;
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f9f6ea;
    border-left: 15px solid transparent;
    border-top: 0;
    margin: 0 auto;
  }

  #problem_content .problem_box .balloon li {
    margin-top: 8px;
  }
  #problem_content .problem_box .balloon li:first-child {
    margin-top: 0px;
  }
  #problem_content .arrow_2 {
    display: block;
    width: 100%;
  }
  #problem_content img.arrow_2 {
    width: 100%;
    margin: 0px auto 0;
  }

  #problem_content p.under_line.solution {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 12px;
    background: #fad904;
    padding: 8px;
  }
  #problem_content .online_merit {
    position: relative;
    margin-top: 52px;
  }
  #problem_content .online_merit .merit_title {
    background-color: #FBD908;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
    top: -28px;
    border-radius: 50px;
    padding: 8px 4px;
    line-height: 1.2em;
    font-size: 18px;
  }

  #problem_content .online_merit ul {
    list-style: none;
    text-align: left;
    background-color: #FAF6EA;
    border: 3px solid #FBD908;
    border-radius: 10px;
    padding: 40px 20px 20px;
    line-height: 1.4em;
  }
  #problem_content .online_merit ul li {
    margin-top: 12px;
    text-indent: -1.3em;
    padding-left: 1em;
    font-size: 14px;
  }

  /*problem end*/
  /*--------------------------*/
  /*performance start*/

  #performance_content {
    background-color: #faf6ea;
    margin-top: 40px;
  }
  #performance_content .performance_container {
    padding: 40px 0;
    margin: auto;
    max-width: 800px;
    width: 90%;
  }
  #performance_content img.title {
    width: 45%;
    display: block;
    margin: auto;
  }

  #performance_content .performance_box .performance_number {
    margin-top: 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #performance_content .performance_box .performance_border {
    margin-top: 4px;
    padding: 16px;
    background-color: #ffffff;
    border: 3px solid #5d5444;
    border-radius: 12px;
    font-size: 0;
  }
  #performance_content .performance_box .performance_border p {
    font-weight: bold;
    font-size: 14px;
  }
  #performance_content .performance_box .performance_border img {
    width: 100%;
  }

  /*performance end*/
  /*--------------------------*/
  /*good start*/

  #good_content {
    background-color: #faf6ea;
    margin-top: 40px
  }
  #good_content .good_container {
    padding: 40px 0;
    margin: auto;
    max-width: 960px;
    width: 90%;
  }
  #good_content img.title {
    width: 100%;
    display: block;
    margin: auto;
  }
  #good_content .good_content_1 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  #good_content p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 22px;
  }
  #good_content .good_content_2 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }

  /*good end*/
  /*--------------------------*/
  /*inquiry start*/

  #inquiry_content {
    max-width: 400px;
    margin: 60px auto 0;
    text-align: center;
    width: 90%
  }
  #inquiry_content  a {
    font-size: 24px;
    background-color: #FBD908;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 100px;
    font-weight: bold;
  }

  /*inquiry end*/
  /*--------------------------*/
}