
#oralcare {
  /* 共通項目 */
  margin: 0 auto;
  font-family: 'Noto Sans', sans-serif;
  color: #302420;
}

#oralcare p {
  font-weight: 500;
}

#oralcare .image_item {
  max-width: 100%;
}

#oralcare .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #oralcare .inner {
    padding: 0 20px;
  }
}

#oralcare .inner.-wide {
  max-width: 1020px;
}

#oralcare .button_area_item {
  min-width: 320px;
  border: 3px solid #008bcc;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}

#oralcare .button_area_item::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-top: 3px solid #008BCC;
  border-right: 3px solid #008BCC;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

#oralcare .button_area_item:nth-child(1) {
  margin-right: 20px;
}

#oralcare .button_area_item:nth-child(1)::after {
  right: 78px;
}

@media screen and (max-width: 768px) {
  #oralcare .button_area_item:nth-child(1)::after {
    right: 65px;
  }
}

#oralcare .button_area_item:nth-child(2) {
  margin-left: 20px;
}

#oralcare .button_area_item:nth-child(2)::after {
  right: 46px;
}

@media screen and (max-width: 768px) {
  #oralcare .button_area_item:nth-child(2)::after {
    right: 30px;
  }
}

#oralcare .button_area_item a {
  color: #008BCC;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #oralcare .button_area_item {
    min-width: 280px;
    max-width: 280px;
  }
  #oralcare .button_area_item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #oralcare .button_area_item:nth-child(2) {
    margin-left: 0;
  }
}

#oralcare .text_md {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  #oralcare .text_md {
    font-size: 18px;
  }
}

#oralcare .bottom_item {
  margin-top: 40px;
}

#oralcare .bottom_item .image {
  width: 180px;
  margin-right: 40px;
  float: left;
}

@media screen and (max-width: 768px) {
  #oralcare .bottom_item .image {
    float: none;
    margin: 0 auto;
  }
}

#oralcare .bottom_item > p, #oralcare .bottom_item small {
  width: calc(100% - 220px);
  float: right;
}

@media screen and (max-width: 768px) {
  #oralcare .bottom_item > p, #oralcare .bottom_item small {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
}

#oralcare .bottom_item > p {
  color: #008BCC;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 55px;
}

#oralcare .bottom_item > small {
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  #oralcare .button_area_item:hover {
    opacity: 0.5;
  }
}

#oralcare .main_visual {
  background-color: #ABE0FA;
}

#oralcare .top_contents {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #oralcare .top_contents .text_md {
    text-align: left;
  }
}

#oralcare .top_contents .title {
  margin: 30px auto 20px;
  padding: 0 10px;
}

#oralcare .top_contents .title .image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #oralcare .top_contents .title {
    margin-top: 10px;
    max-width: 335px;
  }
}

#oralcare .top_contents .button_area {
  margin-top: 60px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #oralcare .top_contents .button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

#oralcare .top_contents_line {
  background: url(../image/pc_top_item.svg);
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
  height: 27px;
  display: block;
}

@media screen and (max-width: 768px) {
  #oralcare .top_contents_line {
    background: url(../image/sp_top_item.svg);
    height: 44px;
  }
}

#oralcare .main_contents .wrapper {
  background-size: contain;
  background-repeat: repeat;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents .wrapper {
    padding: 60px 0;
  }
}

#oralcare .main_contents .title {
  text-align: center;
}

#oralcare .main_contents .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#oralcare .main_contents .media_text {
  font-size: 16px;
  line-height: 1.875;
  width: calc(61% - 30px);
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents .media_text {
    width: 100%;
  }
}

#oralcare .main_contents.-method .wrapper {
  background: url(../image/method_bg.jpg);
}

#oralcare .main_contents.-method .main_contents_line {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .main_contents_line {
    margin: 0;
  }
}

#oralcare .main_contents.-method .main_contents_line::before, #oralcare .main_contents.-method .main_contents_line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}

#oralcare .main_contents.-method .main_contents_line::before {
  background: url(../image/method_border_1.png) repeat-x 0 0, url(../image/method_border_1.png) repeat-x 0 100%;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .main_contents_line::before {
    background: url(../image/method_border_3.png) repeat-x 0 0, url(../image/method_border_3.png) repeat-x 0 100%;
    background-size: contain;
  }
}

#oralcare .main_contents.-method .main_contents_line::after {
  top: 0;
  background: url(../image/method_border_2.png) repeat-y 100% 0, url(../image/method_border_2.png) repeat-y 0 100%;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .main_contents_line::after {
    background-size: auto;
  }
}

#oralcare .main_contents.-method .main_contents_lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .main_contents_lead {
    text-align: left;
  }
}

#oralcare .main_contents.-method .inner_sub {
  padding: 70px 40px 35px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .inner_sub {
    padding: 70px 20px 35px;
  }
  #oralcare .main_contents.-method .inner_sub .image {
    text-align: center;
    display: block;
  }
}

#oralcare .main_contents.-method .title {
  z-index: 1;
  position: relative;
  margin-bottom: -39px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .title {
    margin-bottom: 0px;
  }
  #oralcare .main_contents.-method .title img {
    max-width: 280px !important;
    margin-bottom: -30px;
  }
}

#oralcare .main_contents.-method .sub-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .sub-title {
    text-align: left;
    margin-left: 48px;
    font-size: 20px;
    margin: 40px 0 20px 40px;
  }
}

#oralcare .main_contents.-method .sub-title span {
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .sub-title span {
    padding-left: 0;
  }
}

#oralcare .main_contents.-method .sub-title span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 36px;
  height: 36px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .sub-title span::before {
    left: -40px;
  }
}

#oralcare .main_contents.-method .sub-title:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .sub-title:not(:first-of-type) {
    margin-top: 40px;
  }
}

#oralcare .main_contents.-method .sub-title:first-of-type span::before {
  background: url(../image/method_icon_1.svg);
}

#oralcare .main_contents.-method .sub-title:nth-of-type(2) span::before {
  background: url(../image/method_icon_2.svg);
}

#oralcare .main_contents.-method .sub-title:nth-of-type(3) span::before {
  background: url(../image/method_icon_3.svg);
}

#oralcare .main_contents.-method .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .media {
    margin-top: 20px;
  }
}

#oralcare .main_contents.-method .media .media_image {
  margin-right: 30px;
  width: 39%;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .media .media_image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

#oralcare .main_contents.-method .media .media_image img {
  width: 100%;
}

#oralcare .main_contents.-method .card {
  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: 768px) {
  #oralcare .main_contents.-method .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

#oralcare .main_contents.-method .card_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% / 3 - 18px);
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .card_contents {
    width: 100%;
    margin-top: 40px;
  }
}

#oralcare .main_contents.-method .card_contents_text {
  font-size: 16px;
}

#oralcare .main_contents.-method .card_contents_image {
  max-width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .card_contents_image {
    width: 100%;
  }
}

#oralcare .main_contents.-method .card_contents_image img {
  width: 100%;
}

#oralcare .main_contents.-method .card_contents_item {
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .card_contents_item {
    text-align: center;
  }
}

#oralcare .main_contents.-method .card_contents_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-method .card_contents_item img {
    width: 228px;
  }
}

#oralcare .main_contents.-qa .inner {
  padding: 0 20px;
}

#oralcare .main_contents.-qa .wrapper {
  background: url(../image/qa_bg.png);
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#oralcare .main_contents.-qa .title img {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-qa .title img {
    max-width: 335px;
  }
}

#oralcare .main_contents.-qa .media {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-qa .media {
    margin-top: 40px;
  }
}

#oralcare .main_contents.-qa .media_image {
  width: 36%;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-qa .media_image {
    width: 100%;
  }
}

#oralcare .main_contents.-qa .media_image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-qa .media_image img {
    width: 100%;
  }
}

#oralcare .main_contents.-qa .media_text_item_1, #oralcare .main_contents.-qa .media_text_item_2 {
  margin-left: 44px;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

#oralcare .main_contents.-qa .media_text_item_1::before, #oralcare .main_contents.-qa .media_text_item_2::before {
  top: 4px;
  position: absolute;
  background-size: cover;
  content: '';
  left: -44px;
}

#oralcare .main_contents.-qa .media_text_item_1 {
  color: #707070;
  font-size: 20px;
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.45;
}

#oralcare .main_contents.-qa .media_text_item_1::before {
  width: 28px;
  height: 28px;
  background: url(../image/qa_icon_q.svg);
}

#oralcare .main_contents.-qa .media_text_item_2 {
  color: #302420;
  letter-spacing: 0.06em;
  font-size: 24px;
}

#oralcare .main_contents.-qa .media_text_item_2::before {
  background: url(../image/qa_icon_a.svg);
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 768px) {
  #oralcare .main_contents.-qa .media_text_item_3 {
    margin-bottom: 20px;
  }
}

#oralcare .banner_area {
  clear: both;
}

#oralcare .banner_area .inner {
  max-width: 788px;
  padding: 60px 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #oralcare .banner_area .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#oralcare .banner_area_item {
  width: calc(50% - 17px);
  display: block;
}

@media screen and (max-width: 768px) {
  #oralcare .banner_area_item {
    width: 77.3333333333vw;
  }
}

#oralcare .banner_area_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #oralcare .banner_area_item:first-child {
    margin-bottom: 16px;
  }
}

#pageTop.oralcare_pagetop {
  width: 96px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  #pageTop.oralcare_pagetop {
    width: 64px;
    height: 80px;
  }
}
/*# sourceMappingURL=style.css.map */