@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  margin: 0;
  padding: 0; }

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

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  line-height: 1;
  color: #1A1A1A;
  background: white;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 829px) {
    body {
      font-size: 1.6rem; }
      body.is-nav-fixed {
        padding-top: 80px; } }
  @media screen and (max-width: 828px) {
    body {
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #808080; }

a:not([class]) {
  color: #808080;
  text-decoration: underline; }
  a:not([class]):hover {
    text-decoration: none;
    opacity: 0.8; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

ul, ol {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

hr {
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 1px 0 0; }
  @media screen and (min-width: 829px) {
    hr {
      margin: 60px 0; } }
  @media screen and (max-width: 828px) {
    hr {
      margin: 24px 0; } }

button, input, select, textarea {
  font-family: sans-serif; }

.l-header {
  background: white;
  z-index: 1001; }

.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 829px) {
    .l-header__contents {
      max-width: 1020px;
      height: 100px;
      margin: auto;
      padding: 0 20px; } }
  @media screen and (max-width: 828px) {
    .l-header__contents {
      height: 50px;
      padding: 0 15px; } }

.l-header__logo {
  display: inline-block; }
  @media screen and (min-width: 829px) {
    .l-header__logo {
      width: 150px; } }
  @media screen and (max-width: 828px) {
    .l-header__logo {
      width: 75px; } }

.l-header__nav-container {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  border-left: 1px solid #E6E6E6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 1002;
  overflow-y: scroll; }
  .is-global-nav__open .l-header__nav-container {
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    right: 0; }

@media screen and (min-width: 829px) {
  .l-header__nav-cotents {
    max-width: 1020px;
    margin: auto;
    padding: 120px 20px 20px; } }

@media screen and (max-width: 828px) {
  .l-header__nav-cotents {
    padding: 65px 30px 30px; } }

@media screen and (min-width: 829px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 829px) {
  .l-header__nav-item {
    width: 30%;
    margin-top: 80px; } }

@media screen and (max-width: 828px) {
  .l-header__nav-item:not(:first-child) {
    margin-top: 40px; } }

.l-header__nav-link {
  color: #1A1A1A; }

.l-header__nav-text {
  font-weight: bold;
  font-size: 2rem;
  display: block; }

.l-header__nav-caption {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem; }

.l-header__nav-button-wrap {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1003;
  cursor: pointer;
  position: fixed; }
  @media screen and (min-width: 829px) {
    .l-header__nav-button-wrap {
      top: 25px;
      right: calc((100% - 1020px) / 2); } }
  @media screen and (max-width: 828px) {
    .l-header__nav-button-wrap {
      top: 0;
      right: 0; } }

.l-header__nav-button {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 25px;
  height: 22px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
  .l-header__nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #808080;
    border-radius: 2px; }
    .l-header__nav-button span:nth-of-type(1) {
      top: 0;
      -webkit-animation: menu-bar01 0.75s forwards;
              animation: menu-bar01 0.75s forwards; }
    .l-header__nav-button span:nth-of-type(2) {
      top: 10px;
      -webkit-transition: all 0.25s 0.25s;
      transition: all 0.25s 0.25s;
      opacity: 1; }
    .l-header__nav-button span:nth-of-type(3) {
      bottom: 0;
      -webkit-animation: menu-bar02 0.75s forwards;
              animation: menu-bar02 0.75s forwards; }
  .is-global-nav__open .l-header__nav-button span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
            animation: active-menu-bar01 0.75s forwards; }
  .is-global-nav__open .l-header__nav-button span:nth-of-type(2) {
    opacity: 0; }
  .is-global-nav__open .l-header__nav-button span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
            animation: active-menu-bar03 0.75s forwards; }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg); } }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg); } }




/* Utility */
.u-free{
  display:inline-block;
  font-weight: bold;
  color: #E01428;
}
.u-tax{
display:inline-block;
}


.u-mb8{margin-bottom: 8px!important;}
.u-mb16{margin-bottom: 16px!important;}
.u-mb24{margin-bottom: 24px!important;}
.u-mb32{margin-bottom: 32px!important;}
.u-mb40{margin-bottom: 40px!important;}
.u-mb48{margin-bottom: 48px!important;}
.u-mb56{margin-bottom: 56px!important;}
.u-mb64{margin-bottom: 64px!important;}
.u-mb72{margin-bottom: 72px!important;}
.u-mb80{margin-bottom: 80px!important;}
.u-mb88{margin-bottom: 88px!important;}
.u-mb96{margin-bottom: 96px!important;}
.u-mb104{margin-bottom: 104px!important;}
.u-mb112{margin-bottom: 112px!important;}
.u-mb120{margin-bottom: 120px!important;}

@media screen and (min-width: 768px) {
  .pc-only{display: block!important;}
  .sp-only{display: none!important;}
  .u-pc_mb8{margin-bottom: 8px!important;}
  .u-pc_mb16{margin-bottom: 16px!important;}
  .u-pc_mb24{margin-bottom: 24px!important;}
  .u-pc_mb32{margin-bottom: 32px!important;}
  .u-pc_mb40{margin-bottom: 40px!important;}
  .u-pc_mb48{margin-bottom: 48px!important;}
  .u-pc_mb56{margin-bottom: 56px!important;}
  .u-pc_mb64{margin-bottom: 64px!important;}
  .u-pc_mb72{margin-bottom: 72px!important;}
  .u-pc_mb80{margin-bottom: 80px!important;}
  .u-pc_mb88{margin-bottom: 88px!important;}
  .u-pc_mb96{margin-bottom: 96px!important;}
  .u-pc_mb104{margin-bottom: 104px!important;}
  .u-pc_mb112{margin-bottom: 112px!important;}
  .u-pc_mb120{margin-bottom: 120px!important;}
}
@media screen and (max-width: 767px) {
  .sp-only{display: block!important;}
  .pc-only{display: none!important;}
  .u-sp_mb8{margin-bottom: 8px!important;}
  .u-sp_mb16{margin-bottom: 16px!important;}
  .u-sp_mb24{margin-bottom: 24px!important;}
  .u-sp_mb32{margin-bottom: 32px!important;}
  .u-sp_mb40{margin-bottom: 40px!important;}
  .u-sp_mb48{margin-bottom: 48px!important;}
  .u-sp_mb56{margin-bottom: 56px!important;}
  .u-sp_mb64{margin-bottom: 64px!important;}
  .u-sp_mb72{margin-bottom: 72px!important;}
  .u-sp_mb80{margin-bottom: 80px!important;}
  .u-sp_mb88{margin-bottom: 88px!important;}
  .u-sp_mb96{margin-bottom: 96px!important;}
  .u-sp_mb104{margin-bottom: 104px!important;}
  .u-sp_mb112{margin-bottom: 112px!important;}
  .u-sp_mb120{margin-bottom: 120px!important;}
}


/* Contents */
.l-contents{
  max-width: 1020px;
  margin: 0 auto;
}

.l-top__pc-eyecatch {
  background: url(../images/pc_eyecatch.png) center;
  background-size: cover;
  display: block;
  max-height: 631px;
}

.l-top__pc-eyecatch img {
  text-align: center;
  margin: 0 auto;
  padding: 50px;
  display: block;
}

.p-top__lead p{font-size: 2rem; line-height: 4rem;padding: 0 16px;}

.l-contents__title{
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
}

.l-contents__ganre-contents {padding: 16px;max-width: 1020px;margin: 0 auto;}
.l-contents__ganre-contents._blue{background-color: #D8F6FF;}
.l-contents__ganre-contents._orange{background-color: #FEE7C4;}
.l-contents__ganre-contents._pink{background-color: #FFEDF6;}
.l-contents__ganre-contents._green{background-color: #EDFFEF;}
.l-contents__ganre-contents._yerrow{background-color: #FFFDE9;}
.l-contents__ganre-contents._purple{background-color: #EAECFF;}

.l-contents__title-h3{
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  font-feature-settings: "palt";
}

.l-contents__title-h3::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: '';
  background: #4d4d4d;
}
.l-contents__title-h3._blue::before{  background: #45BBE0;}
.l-contents__title-h3._orange::before{background-color: #F59E1B;}
.l-contents__title-h3._pink::before{background-color: #F25CA7;}
.l-contents__title-h3._green::before{background-color: #56C862;}
.l-contents__title-h3._yerrow::before{background-color: #EDA823;}
.l-contents__title-h3._purple::before{background-color: #5561CF;}


.l-line-box{
  background-color: #fff;
  border: #333 solid 1px;
  padding: 24px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.l-mail-title{ 
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: bold;

}

.l-contents__flexbox{
  display: flex;
  justify-content: space-between;
}
.l-contents__flexbox._info{
  align-items: center;
  width: auto;
  justify-content: flex-start;
}
.l-contents__flexbox._info li {width: 100%!important; padding-right: 16px;margin-bottom: 16px;}
.l-contents__flexbox._info li:nth-child(2n) {padding-right: 0;}
.l-content__info-img{max-width: 201px;}
.l-content__info-img img{border-radius: 1000px;}
.l-contents__flexbox li{width: calc(( 100% - 16px ) / 2);}
.l-mail-info{font-size: 1.4rem;}
.l-mail-explain{line-height: 3rem;}

.l-btn__try{
  display:block;
  color: #E01428;
  border: #E01428 solid 1px;
  height: 50px;
  width: 100%;
  font-weight: bold;
  position: relative;
  border-radius: 1000px;
  margin-top: 24px;
}
.l-btn__try a{
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  color: #E01428;
  position: absolute;
  padding: 15px 40px;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 1000px;
  position: relative;
}
.l-btn__try a::after{
  background-image: url(../images/arrow.svg);
  content: "";
  display: block;
  height: 12px;
  width: 8px;
  position: absolute;
  top: calc(50% + -6px);
  right: 24px;
  color: #E01428;
}
.l-btn__try:hover{ background-color: #FFEFF1;}
.l-btn__try a:hover{ opacity: 1;}

.l-btn__try._try2{ background-color: #E01428;}
.l-btn__try._try2 a{color: #fff;}
.l-btn__try._try2 a::after{ background-image: url(../images/arrow2.svg);}
.l-btn__try._try2:hover{ background-color: #E01428; opacity: 0.6;}


.l-contents__ganre-btn{
  display: block;
  background-color: #4d4d4d;
  height: 50px;
  max-width: 500px;
  font-weight: bold;
  position: relative;
  border-radius: 1000px;
  margin: 24px auto;
}
.l-ganre-btn{
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 17px 40px;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 1000px;
}

.l-ganre-btn::after{
  background-image: url(../images/arrow_under.svg);
  content: "";
  display: block;
  height: 8px;
  width: 12px;
  position: absolute;
  top: calc(50% + -4px);
  right: 24px;
}

.l-contents__ganre-btn:hover{opacity: 0.6;}

.l-contents__ganre-btn._blue{background-color: #45BBE0;}
.l-contents__ganre-btn._orange{background-color: #F59E1B;}
.l-contents__ganre-btn._pink{background-color: #F25CA7;}
.l-contents__ganre-btn._green{background-color: #56C862;}
.l-contents__ganre-btn._yerrow{background-color: #EDA823;}
.l-contents__ganre-btn._purple{background-color: #5561CF;}


.l-contents__maillist{width: 100%; padding: 56px 0;}
.l-contents__maillist._blue{background-color: #D8F6FF;}
.l-contents__maillist._orange{background-color: #FEE7C4;}
.l-contents__maillist._pink{background-color: #FFEDF6;}
.l-contents__maillist._green{background-color: #EDFFEF;}
.l-contents__maillist._yerrow{background-color: #FFFDE9;}
.l-contents__maillist._purple{background-color: #EAECFF;}

.l-line2-wapper{max-width: 1020px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between;padding: 0 16px;}
.l-line-box._line2{width: calc(50% - 8px);margin-bottom: 48px;}

.l-contents__award-contents{background-color: #333;width: 100%;padding: 56px;}
.l-contents__award-wapper{max-width: 1020px; display: flex;flex-wrap: wrap; justify-content: space-between;margin: 0 auto;}
.l-contents__award-card{max-width: calc((100% / 3) - 8px); background-color: #fff; padding: 8px; border-radius: 5px;margin-bottom: 16px;color: #333; display: block;}
.award-card__title{text-align: center;font-weight: bold;margin-top: 8px;font-size: 1.5rem;}
.award-card__img img{max-width: 100%;width: 100%;}


@media screen and (max-width: 767px) {

  .l-contents{margin: 0 16px;}
  .p-top__lead p{font-size: 1.5rem; line-height: 3rem;}
  
  .l-contents__title{font-size: 2.4rem;}
  .l-contents__title-h3{font-size: 2rem;}

  .l-line-box{padding: 16px;}

  .l-contents__flexbox._sp-noflex{display: block;}
  .l-contents__flexbox._sp-noflex li{width: 100%;}

  .l-contents__ganre-btn{max-width: 100%;}

  .l-contents__maillist{padding: 16px 0 0 0;}
  .l-line-box._line2{width: 100%;margin-bottom: 16px;}

  .l-contents__award-wapper{display: block;}
  .l-contents__award-card{max-width: 100%;}
}