@charset "UTF-8";
/*
File Name : style.css
Url : https://www.oreyaku.com/omamori_memo/css/style.css
Author : Coding Design
Description : 薬剤師のお守りメモのcss設定
Version/Corrector :
  1.0 2020/03/05 FUMINORI MORI
*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700");
/*doc
---
title: omamoriMemo
name: omamoriMemo
category: omamoriMemo
---

薬剤師のお守りメモにひもづけるスタイルです。

*/
.omamoriMemo {
  letter-spacing: 0;
  /* header */
  /* character */
  /* nav */
  /* pagelink */
  /* section */
  /* section content */
  /* lesson */
  /* contentsOmamoriMemo__matome */
  /* banner */
}

.omamoriMemo .centering-850 {
  margin: 0 auto;
  max-width: 850px;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .urlHashLink {
    top: -75px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .urlHashLink {
    top: -120px;
  }
}

.omamoriMemo .contents-individual {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background: #ECECEC;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contents-individual {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contents-header + .centering-960 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.omamoriMemo .contents-header__top {
  padding: 0;
  margin: 0 -10px;
  text-align: center;
}

.omamoriMemo .contents-header__top img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contents-header__top {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__character {
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__character {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

.omamoriMemo .contentsOmamoriMemo__character-item {
  background-color: #fff;
  padding: 0 10px 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.omamoriMemo .contentsOmamoriMemo__character-item:last-child {
  padding-bottom: 10px;
}

.omamoriMemo .contentsOmamoriMemo__character-item:last-child dt {
  height: 60px;
}

.omamoriMemo .contentsOmamoriMemo__character-item:last-child dd {
  margin-top: -5px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7142857143;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__character-item {
    margin-top: 10px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__character-item {
    width: calc( (100% - 30px) / 2);
  }
}

.omamoriMemo .contentsOmamoriMemo__character-heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.omamoriMemo .contentsOmamoriMemo__character-img {
  text-align: center;
}

.omamoriMemo .contentsOmamoriMemo__character-text {
  position: relative;
}

.omamoriMemo .contentsOmamoriMemo__character-text dl {
  margin: 0;
}

.omamoriMemo .contentsOmamoriMemo__character-text dt {
  text-align: center;
  margin-top: 0;
  color: #0066CC;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.omamoriMemo .contentsOmamoriMemo__character-text dd {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.omamoriMemo .contentsOmamoriMemo__nav {
  width: 290px;
  margin: -15px auto -25px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__nav {
    width: auto;
    max-width: 870px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__nav li:nth-child(n+2) {
    margin-top: -53px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__nav li {
    width: 33.3333333333%;
  }
}

.omamoriMemo .contentsOmamoriMemo__nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 290px;
  height: 160px;
  padding-left: 18.9655172414%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #333333;
  text-decoration: none;
  background: url(../img/bg_nav.png) no-repeat left center;
  background-size: 100% auto;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__nav a {
    font-size: 1.4583333333vw;
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  .omamoriMemo .contentsOmamoriMemo__nav a {
    font-size: 14px;
  }
}

.omamoriMemo .contentsOmamoriMemo__nav a span {
  display: block;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__nav a:hover {
    background-image: url(../img/bg_nav_ov.png);
  }
}

.omamoriMemo .contentsOmamoriMemo__pagelink {
  text-align: center;
}

.omamoriMemo .contentsOmamoriMemo__pagelink ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
  margin-bottom: 17px;
}

.omamoriMemo .contentsOmamoriMemo__pagelink li {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.omamoriMemo .contentsOmamoriMemo__pagelink li:nth-child(n+2)::before {
  content: '|　';
  display: inline-block;
  color: #0066FF;
}

.omamoriMemo .contentsOmamoriMemo__pagelink li.up a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.omamoriMemo .contentsOmamoriMemo__pagelink li a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #0066ff;
}

.omamoriMemo .contentsOmamoriMemo__pagelink li a::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow_down.png) no-repeat center center;
  background-size: 12px 7px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__pagelink li a:hover {
    text-decoration: underline;
    color: #e72a31;
  }
  .omamoriMemo .contentsOmamoriMemo__pagelink li a:hover::after {
    background-image: url(../img/arrow_down_ov.png);
  }
}

.omamoriMemo .contentsOmamoriMemo__section {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section {
    padding-bottom: 30px;
  }
}

.omamoriMemo .contentsOmamoriMemo__section::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 16px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.omamoriMemo .contentsOmamoriMemo__section-heading {
  background: url(../img/bg_h1.png) no-repeat 0 0;
  background-size: 100% auto;
  font-weight: bold;
  text-align: center;
  padding-top: 83.3333333333%;
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading {
    margin-bottom: -25px;
  }
  .omamoriMemo .contentsOmamoriMemo__section-heading.is1L {
    background-image: url(../img/bg_h1_pc.png);
    padding-top: 28.75%;
  }
  .omamoriMemo .contentsOmamoriMemo__section-heading.is1L h3 {
    line-height: 47.6 / 28;
  }
  .omamoriMemo .contentsOmamoriMemo__section-heading.is2L {
    background-image: url(../img/bg_h1_2L_pc.png);
    padding-top: 30.8333333333%;
  }
  .omamoriMemo .contentsOmamoriMemo__section-heading.is2L h3 {
    line-height: 42 / 28;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-heading-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 23.3333333333%;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading-inner {
    padding-top: 10.4166666667%;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-heading-number {
  font-size: 6.25vw;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading-number {
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 960px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading-number {
    font-size: 20px;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-heading h3 {
  font-size: 22px;
  line-height: 1.6363636364;
  font-size: 6.875vw;
  margin: 10% 10px 0;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading h3 {
    font-size: 2.9166666667vw;
    margin-top: 3.9583333333%;
  }
}

@media screen and (min-width: 960px) {
  .omamoriMemo .contentsOmamoriMemo__section-heading h3 {
    font-size: 28px;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content {
  padding: 0 10px 20px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding-top: 70px;
  padding-right: 0;
  position: relative;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl {
    font-size: 18px;
    line-height: 1.6944444444;
    max-width: 820px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 25px 118px;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewer dt img {
  border-radius: 40px;
  background-color: #EBEBEB;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewer dt {
    left: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewer dd {
  border: 3px solid #9B9B9B;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewer dd::before {
    border-right-color: #9B9B9B;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewee b {
  color: #0066CC;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewee dt {
  color: #0066CC;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewee dd {
  border: 3px solid #0066CC;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl.interviewee dd::before {
    border-right-color: #0066CC;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl em {
  background-color: #F8E71C;
  color: #000;
  font-weight: bold;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl b {
  color: #000;
  font-weight: bold;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl dt {
  margin: 0;
  position: absolute;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 20px;
    left: 10px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dt {
    width: 80px;
    top: 25px;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dt span {
    margin-right: 10px;
    -webkit-flex: 60px 0 0;
        -ms-flex: 60px 0 0px;
            flex: 60px 0 0;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dt span {
    display: block;
    width: 80px;
  }
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl dt b {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.7142857143;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl dd {
  margin: 0;
  padding: 10px 13px;
  border-radius: 10px;
}

.omamoriMemo .contentsOmamoriMemo__section-content > dl dd .img {
  margin-top: 13px;
  padding: 0 4px 4px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dd .img {
    width: 36.036036036%;
    margin-left: 20px;
    padding: 3px 0;
    margin-top: 0;
    margin-right: -5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dd {
    padding: 7px 15px;
    min-height: 100px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dd::before {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: -20px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 20px solid #9B9B9B;
  }
  .omamoriMemo .contentsOmamoriMemo__section-content > dl dd::after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: -14px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 20px solid #fff;
  }
}

.omamoriMemo .contentsOmamoriMemo__lesson {
  margin-top: 20px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__lesson {
    margin: 0 auto 20px;
    max-width: 820px;
  }
}

.omamoriMemo .contentsOmamoriMemo__lesson-heading {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 0;
  color: #0066CC;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__lesson-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__lesson-img {
  text-align: center;
}

.omamoriMemo .contentsOmamoriMemo__lesson .note {
  font-size: 12px;
  line-height: 2;
  color: #0066CC;
  font-weight: bold;
  margin: -10px 0 10px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__lesson .note {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome {
    margin-top: 50px;
    position: relative;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-heading {
  text-align: center;
  position: relative;
  color: #0066CC;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-heading {
    padding-bottom: 18px;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-heading span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.omamoriMemo .contentsOmamoriMemo__matome-heading b {
  display: block;
  font-size: 30px;
  line-height: 1.4;
}

.omamoriMemo .contentsOmamoriMemo__matome-heading-img {
  margin-top: -35px;
}

.omamoriMemo .contentsOmamoriMemo__matome-heading-img--01 {
  position: absolute;
  bottom: 0;
  left: 7.2916666667%;
}

.omamoriMemo .contentsOmamoriMemo__matome-heading-img--02 {
  position: absolute;
  bottom: 0;
  right: 6.6666666667%;
}

.omamoriMemo .contentsOmamoriMemo__matome-content {
  background-color: #FFF7B2;
  padding: 10px 10px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-content {
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-content h3 {
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background-color: #7cd0b2;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-content h3 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-item {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__matome-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-item {
    width: calc( (100% - 30px) / 2);
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-list {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 0%, transparent 94%, #7cd0b2 94%, #7cd0b2 100%) repeat-y 0 0;
  background-size: 100% 32px;
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-list {
    margin-top: 30px;
    border-top: 2px solid #7cd0b2;
  }
}

.omamoriMemo .contentsOmamoriMemo__matome-list li {
  padding-left: 25px;
  position: relative;
}

.omamoriMemo .contentsOmamoriMemo__matome-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 30px;
  background: url(../img/icon_check.png) no-repeat center center;
  background-size: 10px 8px;
}

@media screen and (max-width: 639px) {
  .omamoriMemo .contentsOmamoriMemo__matome-bottom-img {
    text-align: center;
    margin-top: 20px;
  }
  .omamoriMemo .contentsOmamoriMemo__matome-bottom-img img {
    width: 240px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome .bottom-img-pc, .omamoriMemo .contentsOmamoriMemo__matome .contentsOmamoriMemo__matome-bottom-img-1, .omamoriMemo .contentsOmamoriMemo__matome .contentsOmamoriMemo__matome-bottom-img-2 {
    position: absolute;
    width: 130px;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-bottom-img-1 {
    left: 5px;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__matome-bottom-img-2 {
    right: 1px;
    bottom: 5px;
  }
}

.omamoriMemo .contentsOmamoriMemo__banner {
  margin: 30px 0 0;
}

.omamoriMemo .contentsOmamoriMemo__banner a {
  position: relative;
  display: block;
}

.omamoriMemo .contentsOmamoriMemo__banner a:hover::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 640px) {
  .omamoriMemo .contentsOmamoriMemo__banner {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .omamoriMemo .contentsOmamoriMemo__banner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .secRegister {
    background-image: none;
  }
}
