@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

em {
    color: #f00;
    font-style: normal;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/* -----------------------------------------------------
 * font
 * -------------------------------------------------- */

@font-face {
    font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSansCJKjp-Regular.otf'), local('NotoSansJP-Regular.otf'), url('/public/entry_tutorial/font/NotoSansCJKjp-Jxck-Regular.woff') format('woff');
}

@font-face {
    font-family: 'NotoSansCJKjp-Jxck';
  font-weight: 700;
  font-style: normal;
  src: local('NotoSansCJKjp-Bold.otf'), local('NotoSansJP-Bold.otf'), url('/public/entry_tutorial/font/NotoSansCJKjp-Jxck-Bold.woff') format('woff');
}

/* -----------------------------------------------------
 * init
 * -------------------------------------------------- */

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* normalize overwrite */

html {
    position: relative;
    min-height: 100%;
    font-family: Roboto, 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 62.5%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fdfdf7;
    color: #212121;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

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

a:hover {
    color: #44af35;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * utilities
 * -------------------------------------------------- */

/* text-align
---------------------------------------- */

.u-left {
    text-align: left !important;
}

.u-center {
    text-align: center !important;
}

.u-right {
    text-align: right !important;
}

/* display
---------------------------------------- */

.is-br-sp-show {
    display: none;
}

.is-br-pc-show {
    display: none;
}

/* -----------------------------------------------------
 * components
 * -------------------------------------------------- */

/* btn
---------------------------------------- */

.c-btn {
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    height: 4em;
    margin: 0 12px;
    padding: 0 3.8em 0 2.4em;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    font-size: 1.25rem;
    font-weight: 500;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn:hover {
    opacity: 0.7;
}

.c-btn,
.c-btn:hover {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.c-btn-icon {
    width: 1.8em;
    height: 1.8em;
    margin: 0 1em 0 0;
}

.c-btn-icon--ss {
    width: 2.4em;
    height: 2.4em;
}

.c-btn-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.c-btn-text {
    display: inline-block;
    min-width: 10em;
    text-align: left;
}

.c-btn-text--ss {
    padding: 0 0 0 2.3em;
}

.c-btn-process {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 940px;
    margin: 40px auto;
    padding: 8px 0;
    border-radius: 2px;
    background-color: #44af35;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
}

.c-btn-process:hover {
    opacity: 0.7;
}

.c-btn-process span {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.0rem;
    font-weight: 700;
}

.c-btn-process span:before {
    content: '';
    display: inline-block;
    width: 7.5rem;
    height: 8.1rem;
    margin: 0 26px 0 0;
    background-image: url(/public/entry_tutorial/img/ico_title.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    vertical-align: top;
}

.c-btn-process span:after {
    content: '';
    width: 0;
    height: 0;
    margin: 0 0 0 36px;
    border-style: solid;
    border-top: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid transparent;
    border-left: 26.43px solid #fff;
}

/* title
---------------------------------------- */

.p-heading {
    max-width: 900px;
    margin: 0 auto;
}

.c-heading-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #888;
}

.c-heading-main a {
    color: #44af35;
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: 0;
}

.c-heading-main:before {
    content: '';
    display: inline-block;
    width: 7.9rem;
    height: 8.5rem;
    margin: 0 0.25em 0 0;
    background-image: url(/public/entry_tutorial/img/ico_title.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    vertical-align: top;
}

.c-heading-main.page {
    margin: 0 0 40px;
}

.c-heading-sub {
    font-size: 2.138rem;
    font-weight: 700;
    text-align: center;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * header
 * -------------------------------------------------- */

.l-header {
    padding: 50px 0;
}

.l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    margin: 0 auto;
}

.l-header-logo {
    display: block;
    overflow: hidden;
    width: 220px;
    height: 0;
    padding: 40px 0 0;
    background: url(/public/entry_tutorial/img/header_logo.png) no-repeat 0 50%;
    background-size: auto 40px;
}

.l-header-fs {
    display: flex;
    align-items: center;
    padding: 0 17px 0 0;
}

.l-header-fs .p-fs-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 24px 0 0;
}

.l-header-fs .p-fs-container .c-fs-text {
    padding: 0 17px 0 0;
    font-size: 1.6rem;
}

.l-header-fs .p-fs-container .c-fs-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin: 0 8px 0 0;
    border: none;
    border-radius: 2px;
    background-color: #555;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    color: #fff;
    font-weight: 500;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header-fs .p-fs-container .c-fs-btn:hover {
    background-color: #ffe507;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.87);
}

.l-header-fs .p-fs-container .c-fs-btn.is-active {
    cursor: default;
    background-color: #ffe507;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    transition: 0;
}

.l-header-fs .c-close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    background-color: #efefef;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header-fs .c-close-btn:hover {
    opacity: 0.7;
}

.l-header-fs .c-close-btn .c-close-icon {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0 15px 0 0;
}

.l-header-fs .c-close-btn .c-close-icon:hover {
    opacity: 0.7;
}

.l-header-fs .c-close-btn .c-close-icon:before,
.l-header-fs .c-close-btn .c-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.87);
}

.l-header-fs .c-close-btn .c-close-icon:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.l-header-fs .c-close-btn .c-close-icon:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

/* -----------------------------------------------------
 * footer
 * -------------------------------------------------- */

.l-footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25em;
    background-color: #e8e8e8;
}

.l-footer__copyright {
    width: 100%;
    margin: 0;
    padding: 0.7142857143em 24px;
    background-color: #d3d3d3;
    font-size: 0.875rem;
    text-align: center;
}

.pagetop {
    display: flex;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 10px;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #555;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.pagetop__txt {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.pagetop__icon {
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
}

.pagetop__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.pagetop.-startup {
    background-color: #43a047;
    opacity: 0;
    transition: all 0.5s linear;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.pagetop.-startup.-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* -----------------------------------------------------
 * layout
 * -------------------------------------------------- */

body {
    display: flex;
    flex-direction: column;
}

.l-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.l-section-inner {
    max-width: 1366px;
    margin: 0 auto;
}

.l-section-bg-green {
    padding: 8.4rem 0 10rem;
    background-color: #c9eab7;
}

.l-section-bg-white {
    background-color: #fff;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * home
 * -------------------------------------------------- */

/* panel
---------------------------------------- */

.p-panel {
    padding: 0 50px;
}

.p-panel-container {
    display: flex;
    justify-content: space-between;
    padding: 6rem 0 0;
}

.p-panel .c-panel-item-wrap {
    width: calc(100% / 3 - 120px / 3);
}

.p-panel .c-panel-item {
    display: block;
    position: relative;
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
}

.p-panel .c-panel-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-right: 0;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-panel .c-panel-item .c-step-label figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 147px;
    -webkit-transform: translate(-33px, -65px);
    transform: translate(-33px, -65px);
}

.p-panel .c-panel-item .c-step-label figure img {
    width: 100%;
    height: auto;
}

.p-panel .c-panel-item .c-title-step h2 {
    margin: 0 0 1.25rem;
    padding: 0 0 1.25rem 0;
    border-bottom: 1px solid #555;
}

.p-panel .c-panel-item .c-title-step figure {
    position: absolute;
}

.p-panel .c-panel-item .c-title-step figure img {
    width: 100%;
    height: auto;
}

.p-panel .c-panel-item.blue {
    border-top: 8px solid #0e62ba;
}

.p-panel .c-panel-item.blue .c-title-step figure {
    top: -40px;
    right: 30px;
    width: 86px;
}

.p-panel .c-panel-item.sky-blue {
    border-top: 8px solid #01b5e0;
}

.p-panel .c-panel-item.sky-blue .c-title-step figure {
    top: -40px;
    right: 22px;
    width: 80px;
}

.p-panel .c-panel-item.pink {
    border-top: 8px solid #f25a9a;
}

.p-panel .c-panel-item.pink::before {
    content: none;
}

.p-panel .c-panel-item.pink .c-title-step figure {
    top: -50px;
    right: 10px;
    width: 71px;
}

.p-panel .c-panel-item p {
    margin: 20px 0 0;
    font-weight: 700;
    line-height: 1.375;
}

.p-panel .c-panel-item p a {
    color: #44af35;
}

.p-panel .c-panel-item p a:hover {
    opacity: 0.7;
}

.p-panel .c-btn-link {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    margin: 20px auto 0;
    padding: 12px 0;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
}

.p-panel .c-btn-link:hover {
    opacity: 0.7;
}

.p-panel .c-btn-link.blue {
    background-color: #0e62ba;
}

.p-panel .c-btn-link.sky-blue {
    background-color: #01b5e0;
}

.p-panel .c-btn-link.pink {
    background-color: #f25a9a;
}

.p-panel .c-btn-link span {
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: 700;
}

.p-panel .c-btn-link span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-right: 0;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* nav
---------------------------------------- */

.p-nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 0;
    width: 100%;
}

.p-nav-inner {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
    background-color: #fdfdf7;
}

.p-nav-wrap {
    display: flex;
    flex-wrap: wrap;
}

.p-nav-label {
    cursor: pointer;
    position: relative;
    z-index: 1;
    flex: 1;
    order: -1;
    padding: 8px 10px;
    border-top: 7px solid #0e62ba;
    background-color: #e5e5e5;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    color: #7e7e7e;
    font-size: 1.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.p-nav-label:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
}

.p-nav-label.is-current {
    background-color: #fff;
    color: #212121;
}

.p-nav-label.is-current:after {
    opacity: 1;
}

.p-nav-label:hover {
    color: #0e62ba;
}

.p-nav-label:hover:nth-of-type(2) {
    color: #01b5e0;
}

.p-nav-label:hover:nth-of-type(3) {
    color: #f25a9a;
}

.p-nav-label:hover:after {
    opacity: 1;
}

.p-nav-label:not(:last-of-type) {
    margin: 0 5px 0 0;
}

.p-nav-label:nth-of-type(2) {
    border-top-color: #01b5e0;
}

.p-nav-label:nth-of-type(3) {
    border-top-color: #f25a9a;
}

.p-nav-content {
    z-index: 3;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}

.c-nav-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 150px;
    margin: 0;
    padding: 12px 0 4px;
}

.c-nav-list li {
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 0 8px;
    padding: 0 25px;
}

.c-nav-list li a {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
}

/* -----------------------------------------------------
 * page
 * -------------------------------------------------- */

/* process
---------------------------------------- */

.section {
    margin: -205px 0 0;
    padding: 205px 0 0;
}

.p-process-content {
    margin: 50px 0 0;
}

.p-process-inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.c-process-head {
    position: relative;
    margin: 0 0 34px;
    padding: 20px;
    border-bottom: 1px solid #adadad;
    background-color: #fff;
}

.c-process-head.blue {
    border-top: 7px solid #0e62ba;
}

.c-process-head.sky-blue {
    border-top: 7px solid #01b5e0;
}

.c-process-head.pink {
    border-top: 7px solid #f25a9a;
}

.c-process-head h1 {
    font-size: 2.8rem;
    font-weight: 700;
}

.c-process-head .c-process-head-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 10rem;
}

.c-process-head .c-process-head-icon img {
    display: block;
    width: 100%;
}

.p-process-entry h2 {
    margin: 0 0 30px;
    padding: 10px 22px;
    background-color: #c9eab7;
    font-size: 2.0rem;
    font-weight: 700;
}

.p-process-entry p {
    font-size: 1.8rem;
    font-weight: 700;
}

.p-process-entry a {
    color: #44af35;
}

.p-process-entry a:hover {
    opacity: 0.7;
}

.p-process-entry figure {
    width: 100%;
}

.p-process-entry figure img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-process-entry .c-process-arrow {
    display: flex;
    justify-content: center;
    margin: 55px 0;
}

.p-process-entry .c-process-arrow span {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 26px solid #555;
    border-right: 40px solid transparent;
    border-bottom: 0;
    border-left: 40px solid transparent;
}

.p-process-qa {
    margin: 34px 0 70px;
}

.p-process-qa .c-process-qa {
    display: flex;
    align-items: center;
}

.p-process-qa .c-process-qa.question figure {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 22px 0 0;
    border-radius: 50%;
    background-color: #ffda00;
}

.p-process-qa .c-process-qa.question figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 43px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.p-process-qa .c-process-qa.answer {
    flex-direction: row-reverse;
}

.p-process-qa .c-process-qa.answer figure {
    width: 101px;
    margin: 0 0 0 19px;
}

.p-process-qa .c-process-qa.answer figure img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-process-qa .c-process-qa .c-process-comment {
    position: relative;
    max-width: 560px;
    padding: 20px 27px;
    border: 2px solid #44af35;
    border-radius: 10px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375;
}

.p-process-qa .c-process-qa .c-process-comment.question:before {
    content: '';
    position: absolute;
    top: 60%;
    left: -16px;
    width: 16px;
    height: 15px;
    background: url(/public/entry_tutorial/img/ico_hukidashi.svg) no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-process-qa .c-process-qa .c-process-comment.answer:before {
    content: '';
    position: absolute;
    top: 60%;
    right: -16px;
    width: 16px;
    height: 15px;
    background: url(/public/entry_tutorial/img/ico_hukidashi.svg) no-repeat;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}

.p-pagenation {
    width: 100%;
    max-width: 930px;
    margin: 80px auto 60px;
    padding: 30px 0 0;
    border-top: 1px solid #606060;
}

.p-pagenation-inner {
    display: flex;
    justify-content: space-between;
}

.p-pagenation-inner.next {
    justify-content: flex-end;
}

.p-pagenation-inner .c-pagenation {
    width: calc(50% - 5px);
}

.p-pagenation-inner .c-pagenation p {
    margin: 0 0 8px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn {
    display: flex;
    padding: 16px 56px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.14);
    font-size: 1.6rem;
    line-height: 1;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn:hover {
    opacity: 0.7;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn span {
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn.blue {
    background-color: #0e62ba;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn.skyblue {
    background-color: #01b5e0;
}

.p-pagenation-inner .c-pagenation .c-pagenation-btn.pink {
    background-color: #f25a9a;
}

.p-pagenation-inner .c-pagenation.prev {
    text-align: left;
}

.p-pagenation-inner .c-pagenation.prev .c-pagenation-btn {
    position: relative;
}

.p-pagenation-inner .c-pagenation.prev .c-pagenation-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-pagenation-inner .c-pagenation.next {
    text-align: right;
}

.p-pagenation-inner .c-pagenation.next .c-pagenation-btn {
    position: relative;
    justify-content: flex-end;
}

.p-pagenation-inner .c-pagenation.next .c-pagenation-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-right: 0;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-warning {
    margin: 2em 0;
    border: 1px solid #e57b7b;
}

.p-warning h3 {
    display: block;
    padding: 10px 16px;
    background-color: #fad8d8;
    font-weight: 700;
    line-height: 1.75;
}

.p-warning .c-warning-text {
    padding: 16px;
    background-color: #fff;
}

.p-warning .c-warning-text ul {
    padding: 0 0 0 1em;
}

.p-warning .c-warning-text ul li {
    list-style-type: disc;
    margin: 0 0 5px;
}

.p-warning .c-warning-text p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
}

.p-note {
    margin: 2em 0;
    padding: 1em;
    border: 1px solid #adadad;
    background-color: #eee;
}

.p-note ul {
    padding: 0 0 0 1em;
}

.p-note ul li {
    list-style-type: disc;
    margin: 0 0 5px;
}

.p-note p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
}

@media print, screen and (min-width: 1281px) {
    .is-pc-hide {
        display: none !important;
    }

    .is-pc-show {
        display: block !important;
    }

    .is-br-pc-show {
        display: inline-block !important;
    }
}

@media (max-width: 1366px) {
    .l-header-inner {
        padding: 0 0 0 1.25rem;
    }
}

@media screen and (max-width: 1280px) {
    .is-sp-show {
        display: block !important;
    }

    .is-sp-hide {
        display: none !important;
    }

    .is-br-sp-show {
        display: inline-block !important;
    }

    .p-panel-container {
        display: block;
        max-width: 700px;
        margin: 0 auto;
    }

    .p-panel .c-panel-item-wrap {
        width: 100%;
        margin: 0 0 100px;
    }

    .p-panel .c-panel-item:before {
        top: inherit;
        right: inherit;
        bottom: -50px;
        left: 50%;
        border-top: 20px solid #000;
        border-right: 30px solid transparent;
        border-bottom: 0;
        border-left: 30px solid transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .p-panel .c-btn-link {
        margin: 40px auto 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
