@charset "UTF-8";
.bg0,
main.info {
  background: url(../images/bg_0.gif), #e8fcde;
  background-size: 14px 14px; }
  @media screen and (max-width: 600px) {
    .bg0,
    main.info {
      background-size: 10px 10px; } }

main.recommend {
  background: url(../images/bg_recommend.gif), #def1fc;
  background-size: 14px 14px; }
  @media screen and (max-width: 600px) {
    main.recommend {
      background-size: 10px 10px; } }

main.original {
  background: url(../images/bg_original.gif), #fcf5d4;
  background-size: 14px 14px; }
  @media screen and (max-width: 600px) {
    main.original {
      background-size: 10px 10px; } }

main.magic {
  background: url(../images/bg_magic.gif), #fce6e6;
  background-size: 14px 14px; }
  @media screen and (max-width: 600px) {
    main.magic {
      background-size: 10px 10px; } }

main.training {
  background: url(../images/bg_training.gif), #eee6fa;
  background-size: 14px 14px; }
  @media screen and (max-width: 600px) {
    main.training {
      background-size: 10px 10px; } }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  background: #fff; }

body {
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: normal;
  color: #333333;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body .bold {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック",  sans-serif;
    font-weight: bold; }

header, main, section {
  width: 100%;
  margin: 0 auto; }
  header::after, main::after, section::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

header .wrap, section .wrap, footer .wrap, #contents03 main .wrap {
  padding: 0 24px; }

@media screen and (max-width: 600px) {
  header .wrap, section .wrap, footer .wrap, #contents03 main .wrap {
    padding: 0 14px; } }

@media screen and (max-width: 600px) {
  header .wrap {
    padding: 0 4px; } }

header .newwrap {
  position: relative;
  display: inline-block; }
  header .newwrap .new {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 3px;
    left: 5px; }
    @media screen and (max-width: 600px) {
      header .newwrap .new {
        width: 24px;
        height: 24px;
        top: 0;
        left: 2px; } }

a:hover {
  opacity: 0.7; }
  @media screen and (max-width: 600px) {
    a:hover {
      opacity: 1; } }

.title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #333333;
  margin-top: 25px; }
  @media screen and (max-width: 600px) {
    .title {
      margin-top: 12px; } }
  .title h2 {
    font-size: 2.8rem;
    letter-spacing: .04em; }
    @media screen and (max-width: 600px) {
      .title h2 {
        font-size: 2.3rem; } }
  .title h2 + p {
    font-size: 1.1rem;
    letter-spacing: .1em;
    margin-top: 10px;
    padding: 0 10px; }
    @media screen and (max-width: 600px) {
      .title h2 + p {
        font-size: 1rem;
        margin-top: 8px; } }
    .title h2 + p span {
      display: inline-block;
      vertical-align: 1px; }
    .title h2 + p span::before {
      content: "";
      display: block;
      margin: 0 5px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
      @media screen and (max-width: 600px) {
        .title h2 + p span::before {
          margin: 0 3px;
          width: 4px;
          height: 4px; } }
    .title h2 + p span.green::before {
      background: #61c38a; }
    .title h2 + p span.purple::before {
      background: #ad8edc; }
    .title h2 + p span.red::before {
      background: #ec7b7c; }
    .title h2 + p span.yellow::before {
      background: #f1d150; }
    .title h2 + p span.blue::before {
      background: #76c2e9; }
    .title h2 + p span.mr::before {
      margin-right: 12px; }
      @media screen and (max-width: 600px) {
        .title h2 + p span.mr::before {
          margin-right: 7px; } }
    .title h2 + p span.ml::before {
      margin-left: 12px; }
      @media screen and (max-width: 600px) {
        .title h2 + p span.ml::before {
          margin-left: 7px; } }

.link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #71c280 #71c280 transparent transparent;
  transform: rotate(45deg);
  margin-left: 4px; }

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px; }
  @media screen and (max-width: 600px) {
    .pagetop {
      right: 14px;
      bottom: 24px; } }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #71c280;
    position: relative; }
    @media screen and (max-width: 600px) {
      .pagetop a {
        width: 50px;
        height: 50px; } }
    .pagetop a::after {
      content: "";
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      margin-top: 26px;
      margin-left: 23px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media screen and (max-width: 600px) {
        .pagetop a::after {
          width: 12px;
          height: 12px;
          margin-top: 21px;
          margin-left: 19px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; } }

ol {
  list-style: none; }

header {
  display: block;
  width: 100%; }
  header .content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 12px 0; }
    header .content::after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media screen and (max-width: 600px) {
      header .content {
        padding: 6px 0; } }
    header .content .logo {
      float: left;
      display: block; }
      @media screen and (max-width: 720px) {
        header .content .logo {
          width: 31.5%; } }
      @media screen and (max-width: 600px) {
        header .content .logo {
          width: 100%; } }
      header .content .logo img {
        width: 100%;
        max-width: 193px; }
        @media screen and (max-width: 600px) {
          header .content .logo img {
            width: 165px; } }
    header .content nav ul {
      float: right;
      display: block;
      letter-spacing: -.4em;
      width: 65%;
      max-width: 600px; }
      @media screen and (max-width: 720px) {
        header .content nav ul {
          width: 66.5%; } }
      @media screen and (max-width: 600px) {
        header .content nav ul {
          position: relative;
          width: calc(100% - 12px);
          margin: 0 6px;
          padding-top: 10px; }
          header .content nav ul::before {
            content: "";
            display: block;
            position: absolute;
            top: 1px;
            width: 100%;
            height: 10px;
            background-size: 5px 5px;
            background-repeat: repeat-x;
            background-image: radial-gradient(circle, #bac7b4 25%, transparent 25%, transparent 100%); } }
      header .content nav ul li {
        display: inline-block;
        width: 20%;
        max-width: 120px;
        margin-top: 14px;
        position: relative; }
        header .content nav ul li::before {
          content: "";
          display: block;
          position: absolute;
          left: -3px;
          width: 10px;
          height: 65px;
          background-size: 10px 7px;
          background-repeat: repeat-y;
          background-image: radial-gradient(circle, #bac7b4 25%, transparent 25%, transparent 100%); }
        header .content nav ul li:last-child::after {
          content: "";
          display: block;
          position: absolute;
          right: -3px;
          top: 0;
          width: 10px;
          height: 65px;
          background-size: 10px 7px;
          background-repeat: repeat-y;
          background-image: radial-gradient(circle, #bac7b4 25%, transparent 25%, transparent 100%); }
        @media screen and (max-width: 600px) {
          header .content nav ul li {
            margin-top: 0;
            border-left: none;
            height: auto; }
            header .content nav ul li::before {
              display: none; }
            header .content nav ul li:last-child::after {
              display: none; } }
        header .content nav ul li a {
          display: block;
          margin-top: -14px; }
          @media screen and (max-width: 600px) {
            header .content nav ul li a {
              margin-top: 0; } }
          header .content nav ul li a img {
            width: 100%;
            max-width: 80px; }
            @media screen and (max-width: 600px) {
              header .content nav ul li a img {
                width: 85%; } }

main {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

#content {
  margin-bottom: 60px; }
  @media screen and (max-width: 600px) {
    #content {
      margin-bottom: 30px; } }
  #content .breadcrumbs {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.7;
    margin-top: 20px;
    letter-spacing: -.4em; }
    @media screen and (max-width: 600px) {
      #content .breadcrumbs {
        margin-top: 12px; } }
    #content .breadcrumbs li {
      letter-spacing: 0;
      display: inline; }
      #content .breadcrumbs li:not(:last-child)::after {
        content: '>';
        margin: 0 .5em; }
    #content .breadcrumbs a {
      text-decoration: underline;
      display: inline-block; }
  #content .lead {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: .06em;
    color: #666666;
    margin-top: 25px; }
    #content .lead span {
      color: #4bb577; }
    #content .lead br.sp {
      display: none; }
    @media screen and (max-width: 600px) {
      #content .lead {
        font-size: 1.8rem;
        margin-top: 12px;
        line-height: 1.5; }
        #content .lead br.sp {
          display: block; } }
  #content .title {
    padding: 16px 0 14px; }
  #content .content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto; }
    #content .content > ul {
      width: 100%;
      display: block;
      letter-spacing: -.4em;
      text-align: left; }
      #content .content > ul li + li {
        margin-left: 5%; }
      #content .content > ul li:nth-child(3n+1) {
        margin-left: 0; }
      #content .content > ul li {
        display: inline-block;
        width: 30%;
        margin-top: 40px;
        position: relative; }
        @media screen and (max-width: 600px) {
          #content .content > ul li {
            margin-top: 25px; } }
        #content .content > ul li a {
          display: block; }
        #content .content > ul li div.imgwrap {
          width: 100%;
          height: 0;
          padding-top: 61.8%;
          border: 1px solid #e3e3e3;
          box-sizing: content-box;
          margin-left: -1px;
          position: relative;
          overflow: hidden; }
          #content .content > ul li div.imgwrap img {
            width: auto;
            max-width: 100%;
            max-height: 180px;
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0; }
            @media screen and (max-width: 600px) {
              #content .content > ul li div.imgwrap img {
                max-height: 172px; } }
            @media screen and (max-width: 400px) {
              #content .content > ul li div.imgwrap img {
                max-height: 110px; } }
        #content .content > ul li p {
          font-size: 1.4rem;
          color: #333333;
          line-height: 1.7;
          text-align: left;
          letter-spacing: 0;
          font-weight: bold;
          margin-top: 10px; }
          @media screen and (max-width: 600px) {
            #content .content > ul li p {
              line-height: 1.6; } }
    #content .content nav {
      width: 100%;
      margin-top: 60px;
      padding-top: 50px;
      border-top: 1px solid #dfe0de; }
      @media screen and (max-width: 600px) {
        #content .content nav {
          margin-top: 30px;
          padding-top: 30px; } }

footer nav {
  background: #71c280; }
  footer nav ul {
    display: block;
    letter-spacing: -.4em;
    padding: 23px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 940px; }
    @media screen and (max-width: 600px) {
      footer nav ul {
        padding: 10px 0;
        margin: 0 -14px;
        width: calc(100% + 28px); } }
    footer nav ul li {
      display: inline-block;
      width: 25%;
      position: relative; }
      footer nav ul li::before {
        content: "";
        display: block;
        position: absolute;
        left: -3px;
        width: 10px;
        height: 100%;
        background-size: 10px 7px;
        background-repeat: repeat-y;
        background-image: radial-gradient(circle, #fff 25%, transparent 25%, transparent 100%); }
      footer nav ul li:last-child::after {
        content: "";
        display: block;
        position: absolute;
        right: -3px;
        top: 0;
        width: 10px;
        height: 100%;
        background-size: 10px 7px;
        background-repeat: repeat-y;
        background-image: radial-gradient(circle, #fff 25%, transparent 25%, transparent 100%); }
      @media screen and (max-width: 600px) {
        footer nav ul li:first-child::before {
          display: none; }
        footer nav ul li:last-child::after {
          display: none; }
        footer nav ul li::before {
          left: -3px;
          width: 4px;
          background-size: 5px 5px;
          background-repeat: repeat-y;
          background-image: radial-gradient(circle, #fff 25%, transparent 25%, transparent 100%); } }
      footer nav ul li a {
        display: block; }
        footer nav ul li a img {
          width: 100%;
          max-width: 110px; }
          @media screen and (max-width: 600px) {
            footer nav ul li a img {
              width: 88%; } }

footer .content {
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin: 26px auto 22px; }
  @media screen and (max-width: 600px) {
    footer .content {
      margin: 12px auto; } }
  footer .content a.lab {
    position: absolute;
    display: block;
    margin-top: 8px;
    width: 25%;
    text-align: left; }
    footer .content a.lab img {
      width: 100%;
      max-width: 171px; }
  footer .content .logo {
    width: 36%;
    margin: 0 auto; }
    footer .content .logo img {
      width: 100%;
      max-width: 193px; }

footer .copy {
  font-size: 1rem;
  color: #666666;
  display: block;
  border-top: 1px solid #dfe0de;
  padding: 16px 0; }

#contents01 main .content {
  width: 100%;
  max-width: 940px;
  max-height: 380px;
  margin: 0 auto;
  background: url(../images/main.jpg) no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 40.425%; }
  @media screen and (min-width: 940px) {
    #contents01 main .content {
      padding-top: 0;
      height: 380px; } }
  @media screen and (max-width: 600px) {
    #contents01 main .content {
      padding-top: 80%;
      background-size: cover;
      background-position: center;
      background-position: 73%; } }
  #contents01 main .content .text h1, #contents01 main .content .text p {
    margin: 0 auto;
    display: block;
    position: absolute; }
    #contents01 main .content .text h1 img, #contents01 main .content .text p img {
      width: 100%; }
  #contents01 main .content .text p {
    width: 33.82%;
    top: 25%;
    left: 10.5%; }
    @media screen and (max-width: 600px) {
      #contents01 main .content .text p {
        width: 52%;
        left: 6.5%;
        top: 25%; } }
  #contents01 main .content .text h1 {
    width: 46.48%;
    top: 53%;
    left: 6%; }
    @media screen and (max-width: 600px) {
      #contents01 main .content .text h1 {
        width: 66.5%;
        left: 4%;
        top: 45%; } }

@media screen and (max-width: 600px) {
  #contents01 #content .content > ul li + li,
  #contents01 #content .content > ul li:nth-child(3n+1) {
    margin-left: 4%; }
  #contents01 #content .content > ul li:nth-child(odd) {
    margin-left: 0; }
  #contents01 #content .content > ul li {
    width: 48%; } }

#contents01 #content .content > ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: -10px;
  left: -5px; }
  @media screen and (max-width: 600px) {
    #contents01 #content .content > ul li::after {
      width: 30px;
      height: 30px; } }

#contents01 #content .content > ul li.recommend::after {
  background: url(../images/icon_1.png) 0 0/contain no-repeat; }

#contents01 #content .content > ul li.original::after {
  background: url(../images/icon_2.png) 0 0/contain no-repeat; }

#contents01 #content .content > ul li.magic::after {
  background: url(../images/icon_3.png) 0 0/contain no-repeat; }

#contents01 #content .content > ul li.training::after {
  background: url(../images/icon_4.png) 0 0/contain no-repeat; }

#contents01 #content .content nav {
  border-top: none;
  padding-top: 20px; }
  @media screen and (max-width: 600px) {
    #contents01 #content .content nav {
      padding-top: 0; } }
  #contents01 #content .content nav ul {
    display: block;
    letter-spacing: -.4em; }
    @media screen and (max-width: 740px) {
      #contents01 #content .content nav ul {
        margin: 0 0 0 -24px; } }
    @media screen and (max-width: 600px) {
      #contents01 #content .content nav ul {
        margin: 0; } }
    #contents01 #content .content nav ul li {
      display: inline-block;
      width: 25%;
      position: relative; }
      #contents01 #content .content nav ul li::before {
        content: "";
        display: block;
        position: absolute;
        left: -3px;
        width: 10px;
        height: 100%;
        background-size: 10px 7px;
        background-repeat: repeat-y;
        background-image: radial-gradient(circle, #bac7b4 25%, transparent 25%, transparent 100%); }
      #contents01 #content .content nav ul li:last-child::after {
        content: "";
        display: block;
        position: absolute;
        right: -3px;
        top: 0;
        width: 10px;
        height: 100%;
        background-size: 10px 7px;
        background-repeat: repeat-y;
        background-image: radial-gradient(circle, #bac7b4 25%, transparent 25%, transparent 100%); }
      @media screen and (max-width: 740px) {
        #contents01 #content .content nav ul li::before {
          display: none; }
        #contents01 #content .content nav ul li:last-child::after {
          display: none; } }
      @media screen and (max-width: 600px) {
        #contents01 #content .content nav ul li {
          text-align: left;
          width: 50%;
          margin-top: 20px; } }
      #contents01 #content .content nav ul li a {
        display: block;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        color: #666666; }
        #contents01 #content .content nav ul li a img {
          margin: 0 auto;
          vertical-align: middle;
          width: 35px;
          margin-right: 8px; }
          @media screen and (max-width: 740px) {
            #contents01 #content .content nav ul li a img {
              margin-right: 5px;
              width: 27px; } }

#topics {
  padding: 15px 0 40px; }
  @media screen and (max-width: 600px) {
    #topics {
      padding: 20px 0 30px; } }
  #topics .content {
    width: 100%;
    max-width: 740px;
    text-align: left;
    margin: 40px auto 0; }
    @media screen and (max-width: 600px) {
      #topics .content {
        margin: 25px auto 0; } }
    #topics .content div {
      display: block;
      margin-top: 20px;
      letter-spacing: -.4em; }
      @media screen and (max-width: 600px) {
        #topics .content div {
          margin-top: 15px; } }
      #topics .content div p {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
        display: inline-block;
        letter-spacing: 0; }
        #topics .content div p.date {
          color: #309359;
          width: 140px; }
          @media screen and (max-width: 600px) {
            #topics .content div p.date {
              width: 100%;
              font-size: 1.2rem;
              display: block; } }
        #topics .content div p.text {
          width: calc(100% - 140px); }
          @media screen and (max-width: 600px) {
            #topics .content div p.text {
              width: 100%;
              margin-top: 4px;
              display: block; } }
        #topics .content div p.noinfo {
          text-align: center;
          display: block; }
        #topics .content div p a {
          display: block; }
  #topics .link {
    display: inline-block;
    margin-top: 35px;
    font-size: 1.6rem;
    letter-spacing: .04em;
    color: #666666;
    font-family: 'M PLUS Rounded 1c', sans-serif; }
    @media screen and (max-width: 600px) {
      #topics .link {
        font-size: 1.5rem; } }

#contents02 main {
  height: 200px; }
  @media screen and (max-width: 600px) {
    #contents02 main {
      height: 150px; } }
  #contents02 main h1 {
    top: 32%;
    position: relative;
    font-size: 3.6rem;
    padding-right: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .1em; }
    @media screen and (max-width: 600px) {
      #contents02 main h1 {
        font-size: 2.8rem;
        top: 30%;
        padding-right: 5px;
        letter-spacing: 0.02em; } }
    #contents02 main h1 img {
      vertical-align: middle;
      width: 68px;
      margin-right: 20px; }
      @media screen and (max-width: 600px) {
        #contents02 main h1 img {
          width: 54px;
          margin-right: 14px; } }

#contents02 main.original h1 img,
#contents02 main.magic h1 img {
  width: 67px;
  margin-right: 12px; }
  @media screen and (max-width: 600px) {
    #contents02 main.original h1 img,
    #contents02 main.magic h1 img {
      width: 55px;
      margin-right: 6px; } }

#contents02 main.training h1 img {
  width: 78px;
  margin-right: 12px; }
  @media screen and (max-width: 600px) {
    #contents02 main.training h1 img {
      width: 66px;
      margin-right: 7px; } }

#contents02 main.info h1 img {
  width: 46px; }
  @media screen and (max-width: 600px) {
    #contents02 main.info h1 img {
      width: 36px;
      margin-right: 10px; } }

#contents02 #content .lead {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media screen and (max-width: 600px) {
    #contents02 #content .lead {
      text-align: left;
      font-size: 1.7rem;
      line-height: 1.7;
      margin-top: 20px; }
      #contents02 #content .lead .pc {
        display: none; } }

@media screen and (max-width: 600px) {
  #contents02 #content .content > ul li + li {
    margin-left: 0; }
  #contents02 #content .content > ul li {
    width: 100%; }
    #contents02 #content .content > ul li a > div, #contents02 #content .content > ul li a p {
      display: inline-block; }
    #contents02 #content .content > ul li a > div {
      width: 46%; }
    #contents02 #content .content > ul li a p {
      width: 50%;
      margin-left: 4%;
      margin-top: 0; } }

#contents02 #content .content nav.paging {
  border-top: none;
  padding-top: 20px; }
  @media screen and (max-width: 600px) {
    #contents02 #content .content nav.paging {
      padding-top: 0; } }
  #contents02 #content .content nav.paging ul {
    display: block;
    letter-spacing: -.4em; }
    #contents02 #content .content nav.paging ul li + li {
      margin-left: 20px; }
      @media screen and (max-width: 600px) {
        #contents02 #content .content nav.paging ul li + li {
          margin-left: 6px; } }
    #contents02 #content .content nav.paging ul li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: relative;
      font-size: 1.5rem;
      letter-spacing: 0;
      line-height: 40px; }
      @media screen and (max-width: 600px) {
        #contents02 #content .content nav.paging ul li {
          width: 36px;
          height: 36px;
          line-height: 36px; } }
      #contents02 #content .content nav.paging ul li a {
        display: block; }
      #contents02 #content .content nav.paging ul li a.prev::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-radius: 2px;
        border-color: #71c280 #71c280 transparent transparent;
        transform: rotate(-135deg);
        position: absolute;
        top: 40%;
        left: 44%; }
      #contents02 #content .content nav.paging ul li a.next::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-radius: 2px;
        border-color: #71c280 #71c280 transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        top: 40%;
        left: 32%; }
      #contents02 #content .content nav.paging ul li .current {
        color: #fff;
        background: #4bb577;
        display: block;
        border-radius: 50%; }

#contents02 #content.info .content > ul {
  margin-top: 40px; }
  @media screen and (max-width: 600px) {
    #contents02 #content.info .content > ul {
      margin-top: 25px; } }
  #contents02 #content.info .content > ul li {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    letter-spacing: -.4em; }
    @media screen and (max-width: 600px) {
      #contents02 #content.info .content > ul li {
        margin-top: 15px; } }
    #contents02 #content.info .content > ul li p {
      letter-spacing: 0;
      display: inline-block;
      line-height: 1.5;
      font-size: 1.5rem; }
      @media screen and (max-width: 600px) {
        #contents02 #content.info .content > ul li p {
          display: block;
          font-size: 1.4rem;
          margin-left: 0; } }
    #contents02 #content.info .content > ul li .date {
      color: #309359;
      width: 140px; }
      @media screen and (max-width: 600px) {
        #contents02 #content.info .content > ul li .date {
          width: 100%;
          font-size: 1.2rem;
          margin-top: 0; } }
    #contents02 #content.info .content > ul li .text {
      width: calc(100% - 140px);
      font-weight: normal; }
      @media screen and (max-width: 600px) {
        #contents02 #content.info .content > ul li .text {
          width: 100%;
          margin-top: 4px; } }

#contents02 #content.info .content > div {
  margin-top: 40px; }
  @media screen and (max-width: 600px) {
    #contents02 #content.info .content > div {
      margin-top: 25px; } }
  #contents02 #content.info .content > div p.noinfo {
    letter-spacing: 0;
    display: block;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #contents02 #content.info .content > div p.noinfo {
        font-size: 1.4rem; } }

#contents03 main .term {
  text-align: left; }
  #contents03 main .term p {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    font-size: 2.3rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 60px;
    letter-spacing: .04em; }
    #contents03 main .term p img {
      width: 36px; }
    @media screen and (max-width: 600px) {
      #contents03 main .term p {
        line-height: 42px;
        font-size: 1.9rem; }
        #contents03 main .term p img {
          width: 28px; } }

#contents03 main .main {
  width: 100%; }
  #contents03 main .main .content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    display: block;
    letter-spacing: -.4em;
    text-align: left;
    padding: 30px 0; }
    @media screen and (max-width: 600px) {
      #contents03 main .main .content {
        padding: 14px 0 18px; } }
    #contents03 main .main .content div {
      display: inline-block;
      width: 50%;
      vertical-align: middle;
      text-align: center; }
      #contents03 main .main .content div img {
        width: auto;
        max-width: 100%;
        max-height: 300px; }
    #contents03 main .main .content h1 {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 0 0 3%;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-size: 2.6rem;
      color: #333333;
      line-height: 1.5;
      text-align: left;
      letter-spacing: .04em;
      font-weight: bold; }
    @media screen and (max-width: 600px) {
      #contents03 main .main .content {
        display: flex;
        flex-direction: column; }
        #contents03 main .main .content div, #contents03 main .main .content h1 {
          display: block;
          width: 100%;
          margin: 0;
          padding: 0; }
        #contents03 main .main .content div {
          order: 1;
          z-index: 1; }
        #contents03 main .main .content h1 {
          font-size: 2.1rem;
          line-height: 1.4;
          padding-bottom: 12px; } }

#contents03 main.recommend .term {
  background: #cbedfb;
  border-bottom: 1px solid #8bd6f7; }
  #contents03 main.recommend .term p img {
    margin-right: 10px;
    vertical-align: -8px; }
    @media screen and (max-width: 600px) {
      #contents03 main.recommend .term p img {
        margin-right: 8px;
        vertical-align: -6px; } }

#contents03 main.recommend .main .wrap .content {
  position: relative;
  overflow: hidden; }
  #contents03 main.recommend .main .wrap .content::after {
    content: '';
    display: inline-block;
    background: url(../images/main_pic_recommend.png);
    background-repeat: no-repeat;
    background-position: right 0px bottom -20px;
    display: block;
    width: 15%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
  #contents03 main.recommend .main .wrap .content h1 {
    padding: 0 9% 0 3%;
    position: relative;
    z-index: 1;
    vertical-align: middle; }

@media screen and (max-width: 600px) {
  #contents03 main.recommend .main .wrap .content::after {
    display: none; }
  #contents03 main.recommend .main .wrap .content div {
    z-index: 2; }
  #contents03 main.recommend .main .wrap .content h1 {
    padding-right: 21%;
    padding-bottom: 12px;
    position: relative;
    min-height: 60px; }
    #contents03 main.recommend .main .wrap .content h1::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      max-width: 100px;
      width: 18%;
      height: 100%;
      background: url(../images/main_pic_recommend_sp.png) no-repeat;
      background-size: 100% auto; } }

#contents03 main.original .term {
  background: #feeeab;
  border-bottom: 1px solid #fcd42d; }
  #contents03 main.original .term p img {
    margin-right: 9px;
    vertical-align: -9px; }
    @media screen and (max-width: 600px) {
      #contents03 main.original .term p img {
        margin-right: 5px;
        vertical-align: -6px; } }

#contents03 main.original .main .content h1 {
  padding: 0 3% 0 0; }
  @media screen and (max-width: 600px) {
    #contents03 main.original .main .content h1 {
      padding: 0;
      padding-bottom: 12px; } }

#contents03 main.magic .term {
  background: #fbd4d4;
  border-bottom: 1px solid #f09c9c; }
  #contents03 main.magic .term p img {
    margin-right: 7px;
    vertical-align: -10px; }
    @media screen and (max-width: 600px) {
      #contents03 main.magic .term p img {
        margin-right: 5px;
        vertical-align: -8px; } }

#contents03 main.magic .main .content {
  text-align: center; }
  #contents03 main.magic .main .content h1 {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center; }
  #contents03 main.magic .main .content div {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 10px auto 0; }
    #contents03 main.magic .main .content div img {
      width: auto;
      max-width: 100%;
      max-height: 400px; }
  #contents03 main.magic .main .content div.movie {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    max-width: 660px;
    border: 10px solid #fff;
    background: #fff; }
    @media screen and (max-width: 600px) {
      #contents03 main.magic .main .content div.movie {
        border: 5px solid #fff; } }
    #contents03 main.magic .main .content div.movie div.iframewrap {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      display: block;
      width: 100%;
      margin: 0; }
      #contents03 main.magic .main .content div.movie div.iframewrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

#contents03 main.training .term {
  background: #e5daf5;
  border-bottom: 1px solid #b79bde; }
  #contents03 main.training .term p img {
    width: 44px;
    margin-right: 6px;
    vertical-align: -11px; }
    @media screen and (max-width: 600px) {
      #contents03 main.training .term p img {
        width: 36px;
        margin-right: 3px;
        vertical-align: -9px; } }

#contents03 main.training .main .content {
  text-align: center; }
  #contents03 main.training .main .content h1 {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center; }
  #contents03 main.training .main .content div {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 10px auto 0; }
    #contents03 main.training .main .content div img {
      width: auto;
      max-width: 100%;
      max-height: 400px; }
  #contents03 main.training .main .content div.movie {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    max-width: 660px;
    border: 10px solid #fff;
    background: #fff; }
    @media screen and (max-width: 600px) {
      #contents03 main.training .main .content div.movie {
        border: 5px solid #fff; } }
    #contents03 main.training .main .content div.movie div.iframewrap {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      display: block;
      width: 100%;
      margin: 0; }
      #contents03 main.training .main .content div.movie div.iframewrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

#contents03 main.info .term {
  background: #e4f7da;
  border-bottom: 1px solid #72c293; }
  #contents03 main.info .term p img {
    width: 26px;
    margin-right: 10px;
    vertical-align: -7px; }
    @media screen and (max-width: 600px) {
      #contents03 main.info .term p img {
        width: 22px;
        margin-right: 7px;
        vertical-align: -6px; } }

#contents03 #content .content .editor {
  text-align: left;
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    #contents03 #content .content .editor {
      margin-top: 30px; } }
  #contents03 #content .content .editor h2 {
    font-size: 2.3em;
    line-height: 1.4;
    margin-top: 40px;
    letter-spacing: .04em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    clear: both; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor h2 {
        font-size: 1.9rem; } }
    #contents03 #content .content .editor h2:first-child {
      margin-top: 0; }
    #contents03 #content .content .editor h2::after {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background-size: 10px 6px;
      background-repeat: repeat-x;
      background-image: radial-gradient(circle, #8bd6f7 35%, transparent 35%, transparent 100%);
      margin-top: 16px; }
      @media screen and (max-width: 600px) {
        #contents03 #content .content .editor h2::after {
          margin-top: 30px;
          background-size: 8px 6px;
          margin-top: 8px; } }
  #contents03 #content .content .editor p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 3%; }
    #contents03 #content .content .editor p:first-child {
      margin-top: 0; }
    #contents03 #content .content .editor p::after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor p {
        margin-top: 4%;
        font-size: 1.4rem;
        line-height: 1.7; } }
    #contents03 #content .content .editor p a {
      text-decoration: underline;
      color: #309359; }
  #contents03 #content .content .editor h2 + p {
    margin-top: 2.5%; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor h2 + p {
        margin-top: 4%; }
        #contents03 #content .content .editor h2 + p img:first-child {
          margin-top: 0; } }
  #contents03 #content .content .editor img {
    width: 44.7%;
    max-width: 420px;
    height: auto;
    margin: 1% auto 2%; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor img {
        width: 100%;
        max-width: none; } }
  #contents03 #content .content .editor img.wolf {
    width: 72.34%;
    max-width: 680px;
    display: block;
    margin: -10px auto 60px; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor img.wolf {
        width: 98%;
        margin: -20px auto 0; } }
  #contents03 #content .content .editor img.aligncenter {
    display: block;
    margin: 1% auto 2%; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor img.aligncenter {
        margin: 5% auto; } }
  #contents03 #content .content .editor img.alignright {
    float: right;
    margin-left: 4%; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor img.alignright {
        display: block;
        margin: 5% auto;
        float: none; } }
  #contents03 #content .content .editor img.alignleft {
    float: left;
    margin-right: 4%; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content .editor img.alignleft {
        display: block;
        margin: 5% auto;
        float: none; } }

#contents03 #content .content nav.otherposts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  #contents03 #content .content nav.otherposts .prev a, #contents03 #content .content nav.otherposts .next a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.9rem;
    color: #333333; }
    @media screen and (max-width: 600px) {
      #contents03 #content .content nav.otherposts .prev a, #contents03 #content .content nav.otherposts .next a {
        font-size: 1.6rem; } }
  #contents03 #content .content nav.otherposts .prev a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 2px;
    border-color: #71c280 #71c280 transparent transparent;
    margin-right: 8px;
    vertical-align: 1px;
    transform: rotate(-135deg); }
  #contents03 #content .content nav.otherposts .next a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 2px;
    border-color: #71c280 #71c280 transparent transparent;
    margin-left: 8px;
    vertical-align: 1px;
    transform: rotate(45deg); }

#contents03 #content.original .content .editor h2::after {
  background-image: radial-gradient(circle, #fcd42d 35%, transparent 35%, transparent 100%); }

#contents03 #content.original .content .editor img {
  width: 100%;
  max-width: none;
  height: auto;
  box-sizing: content-box;
  border: 1px solid #dfe0de;
  margin: 3% auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
  display: block; }
  #contents03 #content.original .content .editor img:first-child {
    margin-top: 0; }
  @media screen and (max-width: 600px) {
    #contents03 #content.original .content .editor img {
      width: 100%;
      max-width: none;
      margin: 3% auto; } }

#contents03 #content.magic .content .editor h2::after {
  background-image: radial-gradient(circle, #ef5252 35%, transparent 35%, transparent 100%); }

#contents03 #content.magic .content .editor div.movie {
  display: block;
  width: 100%;
  margin: 3% auto 0;
  max-width: 640px; }
  #contents03 #content.magic .content .editor div.movie div.iframewrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    width: 100%;
    margin: 0; }
    #contents03 #content.magic .content .editor div.movie div.iframewrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

#contents03 #content.training .content .editor h2::after {
  background-image: radial-gradient(circle, #aa86de 35%, transparent 35%, transparent 100%); }

#contents03 #content.info .content .editor p.date {
  color: #309359; }
  @media screen and (max-width: 600px) {
    #contents03 #content.info .content .editor p.date {
      font-size: 1.3rem; } }
  #contents03 #content.info .content .editor p.date + h2 {
    margin-top: 15px; }
    @media screen and (max-width: 600px) {
      #contents03 #content.info .content .editor p.date + h2 {
        margin-top: 10px; } }

#contents03 #content.info .content .editor h2::after {
  background-image: radial-gradient(circle, #60c389 35%, transparent 35%, transparent 100%); }

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