@charset "UTF-8";

/* ============================================ */
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
border-style: solid;
border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-webkit-tap-highlight-color: transparent; /* 3*/
-webkit-box-sizing: border-box;
        box-sizing: border-box;
overflow-y: scroll; /* All browsers without overlaying scrollbars */
-webkit-text-size-adjust: 100%; /* iOS 8+ */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
margin: 0;
padding: 0;
background: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
margin: 0;
padding: 0;
list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
text-decoration: none;
color: inherit;
}

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

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

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

/**
* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */

embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
-webkit-appearance: none;
-moz-appearance: none;
     appearance: none;
vertical-align: middle;
color: #1f1f1f;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
outline: 0;
border-radius: 0;
text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
display: none;
}

/**
* Remove padding
*/
option {
padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
margin: 0;
padding: 0;
min-width: 0;
}

/**
 * 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 {
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* 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 */
}

/**
* Clickable labels
*/
label[for] {
cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
outline: none;
}

/* Table */
/* ============================================ */
table {
border-collapse: collapse;
border-spacing: 0;
border: none;
}

caption {
text-align: left;
}

td,
th {
vertical-align: middle;
padding: 0;
}

th {
text-align: left;
font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}

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

.notosans.thin {
font-family: 'Noto Sans Japanese';
font-weight: 100;
}

.notosans.light {
font-family: 'Noto Sans Japanese';
font-weight: 200;
}

.notosans.demilight {
font-family: 'Noto Sans Japanese';
font-weight: 300;
}

.notosans.regular {
font-family: 'Noto Sans Japanese';
font-weight: 400;
}

.notosans.medium {
font-family: 'Noto Sans Japanese';
font-weight: 500;
}

.notosans.bold {
font-family: 'Noto Sans Japanese';
font-weight: 700;
}

.notosans.black {
font-family: 'Noto Sans Japanese';
font-weight: 900;
}

html {
font-size: 62.5%;
}

body {
font-size: 1.6em;
line-height: 1.8;
background-color: #fff;
font-family: "Noto Sans JP", sans-serif;
}

a {
text-decoration: none;
color: inherit;
}

img {
max-width: 100%;
/*vertical-align: bottom;*/
height: auto;
}

div,
p {
line-height: 1.8;
}

.l-main {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow: hidden;
}

/* FontFamily */
/* font-weight */
body {
font-family:"Noto Sans JP", sans-serif;
font-weight: 400;
color: #333;
}

.l-inner {
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.l-inner {
max-width: 600px !important;
padding-left: 20px;
padding-right: 20px;
}
}
/*.l-inner--s {
  max-width: 1150px;
}*/
/*.l-inner--l {
  max-width: 1334px;
}*/

/* -------------------------------------
        header
-----------------------------------------*/
.l-header {
width: 100%;
padding: 15px 0px;
background-color: #000;
}


.l-header__wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
color: #fff;
gap: 10px;
/*font-size: 23px;*/
font-weight: bold;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
line-height: 1;
}

@media screen and (max-width: 767px) {
.l-header__wrapper {
padding: 10px 16px;
gap:0;
}
}

.l-header__button-area {
display: flex;
align-items: center;
justify-content: center;
}

@media (max-width: 991px) {
.l-header__button-area a.c-button,
.l-header__button-area .header-movie_btn {
display: none;
}
}

.l-header__companylogo-sub {
font-size: 2rem;
}
@media screen and (max-width: 767px) {
.l-header__companylogo-sub {
font-size: 1.6rem;
}
}

.l-header__companylogo {
margin-right: 20px;
width: calc(104px * 0.9);
height:calc(36px * 0.9);
}
@media screen and (max-width: 767px) {
.l-header__companylogo {
width: calc(104px * 0.8);
height:calc(36px * 0.8);
}
}





/* -------------------------------------
        header button
-----------------------------------------*/
@media (max-width: 991px) {
  /*========= ボタンのためのCSS ===============*/
.openbtn {
position: fixed;
z-index: 9999;
/*ボタンを最前面に*/
right: 10px;
top:20px;
cursor: pointer;
width: 46px;
height: 46px;
border-radius: 50%;
background: #fff;
-webkit-box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
}
/*×に変化*/
.openbtn span {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
position: absolute;
left: 13px;
height: 3px;
border-radius: 2px;
background-color: #7a7a7a;
width: 45%;
}
.openbtn span:nth-of-type(1) {
top: 14px;
}
.openbtn span:nth-of-type(2) {
top: 22px;
}
.openbtn span:nth-of-type(3) {
top: 30px;
}
.openbtn.active span:nth-of-type(1) {
top: 17px;
left: 17px;
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
top: 29px;
left: 17px;
-webkit-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
}


/* -------------------------------------
        global navigation
-----------------------------------------*/
.l-gnav {
background-color: #2c2c2c;
}

.l-gnav__inner {
max-width: 1200px;
height: 100%;
margin: 0 auto;
}

.l-gnav__list {
display: flex;
justify-content: space-around;
width: 100%;
height: 100%;
}

.l-gnav__item {
width: calc(100% / 7);
text-align: center;
}


.l-gnav__item a {
color: #fff;
display: block;
justify-content: center;
height: 100%;
  -webkit-transition: 0.2s;
transition: 0.2s;
font-size: 1.8rem;
padding: 10px 0px;
}

.l-gnav__item a:hover {
color: #0083c4;
}


@media (max-width: 991px) {
.l-gnav {
position: fixed;
top: 0;
right:-70vw;
width: 70vw;
height: 100%;
opacity: 0.97;
color: #fcab00;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 1000;
}

.l-gnav.panelactive {
right: 0;
}

.l-gnav__list {
display: block;
height: auto;
}

.l-gnav__inner {
display: block;
max-width: 100%;
margin-top: 60px;
padding: 40px 20px;
}

.l-gnav__item {
width: 100%;
padding: 0;
text-align: left;
}
.l-gnav__item::after {
display: none;
}

.l-gnav__item a {
display: block;
width: 100%;
height: 100%;
font-weight: bold;
padding: 10px 0 10px;
font-size: 1.8rem;
}

.l-gnav .l-gnav__btn {
display: block;
margin:10px 0;
padding: 10px 0;
text-align: left;
box-shadow: none;
font-size: 1.8rem;
color: #fff;
font-weight: 700;
}
}


/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
padding-top: 80px;
padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
.l-section {
padding-top: 40px;
padding-bottom: 40px;
}
}


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

.l-footersec {
padding: 0;
background: #fff;
}

@media (max-width: 767px) {
.l-footersec {
  padding: 0 0;
}
}
.l-footer {
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
padding: 40px 15px 40px;
color: #000;
display: flex;
align-items: end;
justify-content: space-between;
}
@media (max-width: 767px) {
.l-footer {
padding: 20px 15px 20px;
display: block;
}
}

@media (max-width: 991px) {
.footer__logo img {
width: calc(400px* 0.7);
height: calc(41px* 0.7);
}
}

.l-footer__copy {
display: block;
margin-top: 0;
font-size: 1.6rem;
}
@media (max-width: 767px) {
.l-footer__copy {
font-size: 1.2rem;
}
}

@media (max-width: 767px) {
.l-footer {
padding: 40px 20px;
}
}


/* -------------------------------------
        c-button
-----------------------------------------*/

.c-button {
border-radius: 50px;
  -webkit-box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
color: #fff;
/*z-index: 100;*/
font-family:"Noto Sans JP", sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

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


/* -------------------------------------
        c-definition
-----------------------------------------*/

/*リンクを右下に固定*/
#mail {
position: fixed;
right: 20px;
bottom: 300px;
width: 125px;
height: 85px;
cursor: pointer;
z-index: 1000;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
@media (max-width: 768px) {
#mail {
width: calc(125px* 0.7);
height: calc(85px* 0.7);
bottom: 210px;
}
}

#buy {
position: fixed;
right: 20px;
bottom: 200px;
width: 125px;
height: 95px;
cursor: pointer;
z-index: 1000;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}

@media (max-width: 768px) {
#buy {
width: calc(125px* 0.7);
height: calc(95px* 0.7);
bottom: 140px;
}
}


/*リンクを右下に固定*/
#page-top {
position: fixed;
right: 20px;
bottom: 60px;
width: 125px;
height: 35px;
cursor: pointer;
z-index: 1000;
/*はじめは非表示*/
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}

@media (max-width: 768px) {
#page-top {
width: calc(125px* 0.7);
height: calc(35px* 0.7);
}
}

#mail a,#page-top a {
display: block;
}

#mail a:hover,#page-top a:hover,#buy a:hover {
opacity: 0.7;
}



/*　上に上がる動き　*/
#page-top.UpMove {
-webkit-animation: UpAnime 0.5s forwards;
animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
from {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes UpAnime {
from {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
from {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
opacity: 1;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
}
@keyframes DownAnime {
from {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
opacity: 1;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
/*    font-family: "Noto Sans JP", sans-serif;*/
background: #eaf6fc url(../img/mv_bg.png) no-repeat left top /cover;
padding: 40px 0;
}
@media screen and (min-width: 768px) {
.p-mv {
padding: 60px 0;
}
}
@media screen and (min-width: 1200px) {
.p-mv {
padding: 50px 0;
}
}

.p-mv .p-mv__inner {
padding: 0 15px 0;
max-width: 1200px;
}
@media screen and (min-width: 768px) {
.p-mv .p-mv__inner {
padding: 0 15px 0;
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
align-items: center;
margin: auto;
position: relative;
}
}
@media screen and (min-width: 1200px) {
.p-mv .p-mv__inner {
padding: 50px 0px 0;
}
}

.p-mv .p-mv__text {
padding-bottom: 0px;
color: #333;
text-align: center;
}

.p-mv .p-mv__text_sub {
display: inline-block;
margin-bottom: 10px;
color: #333;
font-size: 5vw;
font-weight: bold;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
.p-mv .p-mv__text_sub {
font-size: 2.3rem;
}
}

.p-mv .p-mv__text_lead {
margin-bottom: 20px;
width: 90%;
margin-inline: auto;
}
@media screen and (min-width: 768px) {
.p-mv .p-mv__text_lead {
margin-bottom: 40px;
}
}

.p-mv .p-mv__text1 {
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: bold;
}

.p-mv__text2 a {
font-size: 1.6rem;
font-weight: normal;
padding-bottom: 2px;
border-bottom: 1px solid #333;
}

.p-mv__text2 a:hover {
color: #0083c4;
}

.p-mv .p-mv__button {
display: block;
margin: 0px auto 15px;
padding: 10px;
width: 100%;
max-width: 320px;
background-color:#333;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
border-radius: 35px;
}

.p-mv .p-mv__button:hover {
opacity: 0.7;
}

@media screen and (min-width: 768px) {
.p-mv .p-mv__text_lead {

}
.p-mv .p-mv__title {
/*font-size: 41px;*/
}
}

.p-mv .p-mv__tv {
width: 100%;
text-align: center;
}
@media screen and (min-width: 768px) {
.p-mv .p-mv__tv {
width: 55%;
}
}


@media screen and (min-width: 768px) {
.p-mv__tv > figure {
position: absolute;
top: 30px;
width: 55%;
}
}

.p-mv__tv > figure img {
padding-right: 0px;
}
@media screen and (min-width: 768px) {
.p-mv__tv > figure img {
padding-right: 20px;
}
}

@media screen and (min-width: 768px) {
.p-mv .p-mv__text {
width: 45%;
display: flex;
align-items: center;
flex-direction: column;
padding-left: 20px;
}
}


/* -------------------------------------
cta-area
-----------------------------------------*/
.cta-area {
background-color: #2C2C2C;
text-align: center;
padding:80px 0;
color: #fff;
}
@media screen and (max-width: 767px) {
.cta-area {
padding:40px 0;
}
}

.document_dl {
/*display: flex;
align-items: flex-start;
justify-content: space-around;
gap: 20px;
max-width: 1000px;*/
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.document_dl {
flex-direction: column;
}
}

.document_dl_txt {
text-align: center;
/*width: 50%;*/
}
@media screen and (max-width: 767px) {
.document_dl_txt {
margin-bottom: 20px;
/*width: 100%;*/
}
}

.cta-lead > p {
font-size: 3rem;
font-weight: 700;
margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.cta-lead > p {
font-size: 2.4rem;
}
}

.cta-lead > p + p {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 10px;
}

.document_dl_img {
/*width: 50%;*/
padding: 10px 0;
display: flex;
align-items: center;
justify-content: center;
gap:60px;
}
@media screen and (max-width: 767px) {
.document_dl_img {
margin-bottom: 20px;
width: 100%;
gap:10px;
}
}

.document_dl_img img {
min-width: 0;
}

.cta_btn {
margin-top: 30px;
}

.c-button--cta {
background-color: #0083c4;
width: 100%;
max-width: 380px;
padding: 2rem;
padding: 20px 20px;
font-size: 28px;
border-radius: 50px;
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
color: #fff;
-webkit-transition: all 0.2s;
transition: all 0.2s;
display: inline-block;
}
@media (max-width: 991px) {
.c-button--cta {
padding: 20px 20px;
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.c-button--cta {
/*font-size: 18px;*/
}
}

.c-button.c-button--cta.cta-btn-mail{
max-width: 480px;
}
@media screen and (max-width: 767px) {
.c-button.c-button--cta.cta-btn-mail{

}
}

.c-button.c-button--cta.cta-btn-mail::before{
content: "";
background: url(../img/mail_ico.png) no-repeat left center;
padding: 0 50px 0 0px;
}

.mail-lead {
font-size: 30px;
padding-top: 20px;
}
@media screen and (max-width: 767px) {
.mail-lead {
font-size: 20px;
}
}


/* -------------------------------------
        モーダル
-----------------------------------------*/


/* -------------------------------------
        utility
-----------------------------------------*/
.onliy-pc {
display: block !important;
}
@media screen and (max-width: 767px) {
.onliy-pc {
display: none !important;
}
}

.onliy-sp {
display: none !important;
}
@media screen and (max-width: 767px) {
.onliy-sp {
display: block !important;
}
}

.small-text {
font-size: 11px;
}

.u-mt5 {
margin-top: 5px !important;
}

.u-mt10 {
margin-top: 10px !important;
}

.u-mt15 {
margin-top: 15px !important;
}

.u-mt20 {
margin-top: 20px !important;
}

.u-mt30 {
margin-top: 30px !important;
}

.u-mt40 {
margin-top: 40px !important;
}

.u-mr10 {
margin-right: 10px !important;
}

.u-mr20 {
margin-right: 20px !important;
}

.u-mb10 {
margin-bottom: 10px !important;
}

.u-mb20 {
margin-bottom: 20px !important;
}

.u-mb30 {
margin-bottom: 30px !important;
}


.u-pc-mt60 {
margin-top: 60px !important;
}

.u-pc-mt80 {
margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
.u-sp-mt20 {
  margin-top: 20px !important;
}
}

/*.u-border-bottom-none {
  border-bottom-width: 0 !important;
}

.u-bg-yellow {
  background-color: #fffcdf !important;
}

.u-bg-orange {
  background-color: #fe883a !important;
}

.u-bg-gray {
  background-color: #f3f3f3 !important;
}*/

.u-fs12 {
font-size: 1.2rem !important;
}

.u-fs18 {
font-size: 1.8rem !important;
}

.u-sp-fs14 {
font-size: 1.4rem !important;
}

.u-text-small {
font-size: 1.2rem;
font-weight: 400;
margin-top: auto;
margin-bottom: 4px;
}

.u-text-nowrap {
white-space: nowrap;
}

.u-underline {
text-decoration: underline;
}

.u-indent {
padding-left: 1em;
text-indent: -1em;
}

.u-text-nomal {
font-weight: 400;
}
.u-text-bold {
font-weight: 700;
}

.txt-center {
text-align: center;
}
.txt-red {
color: #fa1544;
}

.txt-yellow {
color:#e9f343 !important;
}

.marker {
display: inline;
background-image: linear-gradient(transparent 70%, #fcab00 0%);
}

