#app_txtarea--abtest {
  display: none; }

#tokusyu {
  color: #154043;
  box-sizing: border-box;
  margin: 0 -10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  overflow: hidden; }
  #tokusyu *,
  #tokusyu *:before,
  #tokusyu *:after {
    box-sizing: border-box; }
  #tokusyu i {
    font-style: normal; }
  #tokusyu figure {
    margin: 0; }
  #tokusyu img {
    vertical-align: top;
    width: auto;
    height: auto; }
  #tokusyu .p-contents {
    background: #f0d437; }
  #tokusyu .p-list li {
    text-indent: -1em;
    margin-left: 1em; }
  #tokusyu .p-list-offer {
    font-size: 12px;
    font-size: 0.75rem; }
    #tokusyu .p-list-offer li {
      text-indent: -1em;
      margin-left: 1em; }
  #tokusyu .p-mv {
    background: url(../img/bg-mv.png) 50% 50%/cover no-repeat;
    padding-bottom: 50px; }
  #tokusyu .p-mv-shoulder {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center; }
    #tokusyu .p-mv-shoulder img {
      margin-left: 10px; }
  #tokusyu .p-mv-ttl img {
    width: 100%; }
  #tokusyu .p-mv-lead {
    margin: 0 30px;
    font-weight: bold; }
  #tokusyu .p-mv-author {
    margin: 40px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #tokusyu .p-mv-author dt {
      flex: 0 0 100px;
      margin-right: 20px; }
      #tokusyu .p-mv-author dt img {
        max-width: 100%; }
  #tokusyu .p-index {
    background: #f2f3e4;
    padding-bottom: 20px; }
  #tokusyu .p-index-ttl {
    margin-bottom: -30px; }
    #tokusyu .p-index-ttl img {
      width: 100%; }
  #tokusyu .p-index-item {
    padding: 20px; }
    #tokusyu .p-index-item:not(:last-child) {
      border-bottom: 2px dotted #fff; }
  #tokusyu .p-index-item-ttl {
    margin-bottom: 10px;
    font-weight: bold; }
  #tokusyu .p-index-item-ttl-link {
    display: block;
    color: inherit;
    padding-right: 40px;
    position: relative; }
    #tokusyu .p-index-item-ttl-link:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-right: 2px solid currentcolor;
      border-bottom: 2px solid currentcolor;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0, calc(-50% + 12px)) rotate(45deg); }
  #tokusyu .p-index-item-ttl-label {
    display: inline-block;
    background: #e56000;
    color: #fff;
    line-height: 1.2;
    padding: 5px 10px;
    font-size: 10px;
    font-size: 0.625rem; }
    @media print, screen and (min-width: 900px) {
      #tokusyu .p-index-item-ttl-label {
        font-size: 12px;
        font-size: 0.75rem; } }
  #tokusyu .p-index-item-ttl-txt {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    text-decoration: underline; }
  #tokusyu .p-index-item-hl {
    margin-top: 10px; }
  #tokusyu .p-index-item-hl-link {
    display: block;
    color: inherit;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    text-decoration: none; }
    #tokusyu .p-index-item-hl-link:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: .85em;
      transform: translate(0, -50%); }
    #tokusyu .p-index-item-hl-link:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #e56000;
      border-bottom: 1px solid #e56000;
      position: absolute;
      top: .85em;
      left: 10px;
      transform: translate(-50%, -60%) rotate(45deg); }
  #tokusyu .p-sec {
    margin-top: 80px; }
  #tokusyu .p-sec-ttl {
    margin-bottom: -70px; }
    #tokusyu .p-sec-ttl img {
      width: 100%; }
  #tokusyu .p-sec-item {
    margin: 25px 25px;
    background: #f2f3e4;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative; }
  #tokusyu .p-sec-hl-temp {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .8em;
    padding-top: 40px;
    position: relative; }
    #tokusyu .p-sec-hl-temp:before {
      content: "";
      display: block;
      width: 16px;
      height: 32px;
      background: url(../img/icon-temp.png) 50% 50%/contain no-repeat;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate3d(-50%, 0, 0) rotate(-30deg); }
  #tokusyu .p-sec-hl-q {
    font-size: 19px;
    font-size: 1.1875rem;
    color: #e56000;
    font-weight: bold;
    text-align: center;
    margin-bottom: .8em;
    padding-top: 40px;
    position: relative; }
    #tokusyu .p-sec-hl-q:before {
      content: "";
      display: block;
      width: 33px;
      height: 35px;
      background: url(../img/icon-q.png) 50% 50%/contain no-repeat;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate3d(-50%, 0, 0); }
  #tokusyu .p-sec-hl-a {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
    line-height: 1.4; }
    #tokusyu .p-sec-hl-a:before {
      content: "";
      display: block;
      width: 18px;
      height: 13px;
      background: url(../img/icon-a.png) 50% 50%/contain no-repeat;
      position: absolute;
      left: 0;
      top: .7em;
      transform: translate3d(0, -6px, 0); }
  #tokusyu .p-sec-txt p {
    margin: 1em 0; }
  #tokusyu .p-sec-txt:last-child p:last-child {
    margin-bottom: 0; }
  #tokusyu .p-sec-txt b {
    color: #e56000; }
  #tokusyu .p-sec-img {
    margin: 1.5em 0;
    text-align: center; }
    #tokusyu .p-sec-img:last-child {
      margin-bottom: 0; }
    #tokusyu .p-sec-img img {
      width: 100%; }
  #tokusyu .p-author {
    position: relative;
    overflow: hidden;
    padding: 50px 0; }
  #tokusyu .p-author-inr {
    position: relative;
    z-index: 1;
    padding: 0 25px; }
  #tokusyu .p-author-img {
    text-align: center; }
    #tokusyu .p-author-img figcaption {
      margin-top: 10px;
      font-weight: bold;
      line-height: 1.6; }
  #tokusyu .p-author-name {
    font-size: 22px;
    font-size: 1.375rem; }
  #tokusyu .p-author-div {
    text-align: center; }
  #tokusyu .p-author-lead {
    margin-top: 2em; }
  #tokusyu .p-author-copy {
    margin: 1.2em 0;
    padding-top: 1.2em;
    border-top: 1px solid #000; }
  #tokusyu .p-matome {
    padding: 50px 0 60px;
    margin-top: 50px;
    border-top: 2px dotted #fff; }
  #tokusyu .p-matome-ttl {
    text-align: center;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 900px) {
      #tokusyu .p-matome-ttl img {
        height: 120px; } }
  #tokusyu .p-matome-inr {
    margin: 0 25px; }
  #tokusyu .p-matome-body p {
    font-weight: bold; }
    #tokusyu .p-matome-body p:not(:first-child) {
      margin-top: 1em; }

/*# sourceMappingURL=index.css.map */
