@charset "UTF-8";
/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --theme-color-3: #57b855;
  --theme-color-4: #eee;
  --theme-color-5: #57b855;
  --theme-color-6: #eb6364;
  --theme-color-7: #fffdee;
  --theme-color-8: #eaf6e9;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

/*
#overview
共通スタイル（_common.scss）

*/
/* ==========================================================================
   RESET STYLE
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

button,
[type="reset"],
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

/* ==========================================================================
   FONT SET
   ========================================================================== */
@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: YakuHanJP;
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.eot);
  src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

/* ==========================================================================
   HTML / BODY
   ========================================================================== */
html {
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  height: 100%;
  font: 16px/1.6 YakuHanJP, "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Meiryo, sans-serif;
  }
}

/* ==========================================================================
   LIST
   ========================================================================== */
ul, ol {
  list-style: none;
}

.list-style-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-style-disc li::before {
  content: '・';
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.list-style-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-style-asterisk li::before {
  content: '※';
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* ==========================================================================
   LINK
   ========================================================================== */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  vertical-align: baseline;
  background-color: transparent;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #000;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
img, embed, object, audio, video, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

img[src$=".svg"] {
  width: 100%;
}

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

/* ==========================================================================
   HORIZONTAL RULE
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   ゴシック体
   ========================================================================== */
/*
#styleguide
ゴシック体

テキストをゴシック体にする場合はこのclassを使う
```
<p class="ff-gothic">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
.ff-mincho {
  font-family: true;
}

/* ==========================================================================
   明朝体
   ========================================================================== */
/*
#styleguide
明朝体

テキストを明朝体にする場合はこのclassを使う
```
<p class="ff-mincho">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
.ff-mincho {
  font-family: false;
}

/* ==========================================================================
   ARIALフォント
   ========================================================================== */
/*
#styleguide
ARIAL

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arial">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
.ff-arial {
  font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}

/* ==========================================================================
   ARIAL BLACKフォント
   ========================================================================== */
/*
#styleguide
ARIAL BLACK

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arialBlack">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
.ff-arialBlack {
  font-family: Arial Black, sans-serif;
}

/*
#styleguide
マージン

marginに5pxずつ50pxまで
```
<div class="mt0">テキスト</div>
<div class="mt5">テキスト</div>
<div class="mt10">テキスト</div>
<div class="mt50">テキスト</div>
```
*/
/* ==========================================================================
   IMPORTANT MARGIN
   ========================================================================== */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m-n0 {
  margin: 0px !important;
}

.mx0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m5 {
  margin: 5px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m-n5 {
  margin: -5px !important;
}

.mx5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.m10 {
  margin: 10px !important;
}

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

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

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

.ml10 {
  margin-left: 10px !important;
}

.m-n10 {
  margin: -10px !important;
}

.mx10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.m15 {
  margin: 15px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m-n15 {
  margin: -15px !important;
}

.mx15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.m20 {
  margin: 20px !important;
}

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

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

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

.ml20 {
  margin-left: 20px !important;
}

.m-n20 {
  margin: -20px !important;
}

.mx20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m-n25 {
  margin: -25px !important;
}

.mx25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.m30 {
  margin: 30px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mx30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m-n35 {
  margin: -35px !important;
}

.mx35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important;
}

.my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.m40 {
  margin: 40px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mx40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m-n45 {
  margin: -45px !important;
}

.mx45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mx50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.mx-auto {
  margin: 0 auto !important;
}

/*
#styleguide
パディング

paddingに5pxずつ50pxまで
```
<div class="pt0">テキスト</div>
<div class="pt5">テキスト</div>
<div class="pt10">テキスト</div>
<div class="pt50">テキスト</div>
```
*/
/* ==========================================================================
   IMPORTANT PADDING
   ========================================================================== */
.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.border {
  border-style: solid;
  border-color: transparent;
}

.border--0 {
  border-width: 0px;
}

.border--top-0 {
  border-top-width: 0px;
}

.border--right-0 {
  border-right-width: 0px;
}

.border--bottom-0 {
  border-bottom-width: 0px;
}

.border--left-0 {
  border-left-width: 0px;
}

.border--1 {
  border-width: 1px;
}

.border--top-1 {
  border-top-width: 1px;
}

.border--right-1 {
  border-right-width: 1px;
}

.border--bottom-1 {
  border-bottom-width: 1px;
}

.border--left-1 {
  border-left-width: 1px;
}

.border--2 {
  border-width: 2px;
}

.border--top-2 {
  border-top-width: 2px;
}

.border--right-2 {
  border-right-width: 2px;
}

.border--bottom-2 {
  border-bottom-width: 2px;
}

.border--left-2 {
  border-left-width: 2px;
}

.border--3 {
  border-width: 3px;
}

.border--top-3 {
  border-top-width: 3px;
}

.border--right-3 {
  border-right-width: 3px;
}

.border--bottom-3 {
  border-bottom-width: 3px;
}

.border--left-3 {
  border-left-width: 3px;
}

.border--4 {
  border-width: 4px;
}

.border--top-4 {
  border-top-width: 4px;
}

.border--right-4 {
  border-right-width: 4px;
}

.border--bottom-4 {
  border-bottom-width: 4px;
}

.border--left-4 {
  border-left-width: 4px;
}

.border--5 {
  border-width: 5px;
}

.border--top-5 {
  border-top-width: 5px;
}

.border--right-5 {
  border-right-width: 5px;
}

.border--bottom-5 {
  border-bottom-width: 5px;
}

.border--left-5 {
  border-left-width: 5px;
}

.border--radius-0 {
  border-radius: 0px;
}

.border--radius-2 {
  border-radius: 2px;
}

.border--radius-4 {
  border-radius: 4px;
}

.border--radius-6 {
  border-radius: 6px;
}

.border--radius-8 {
  border-radius: 8px;
}

.border--radius-10 {
  border-radius: 10px;
}

.border--radius-12 {
  border-radius: 12px;
}

.border--radius-14 {
  border-radius: 14px;
}

.border--radius-16 {
  border-radius: 16px;
}

.border--radius-18 {
  border-radius: 18px;
}

.border--radius-20 {
  border-radius: 20px;
}

.border--radius-pill {
  border-radius: 50rem !important;
}

.font-space {
  letter-spacing: .5em;
}

/*
#styleguide
フォントサイズ

font-sizeを2pxずつ50pxまで
```
<div class="fz12">テキスト</div>
<div class="fz18">テキスト</div>
<div class="fz24">テキスト</div>
<div class="fz30">テキスト</div>
<div class="fz36">テキスト</div>
<div class="fz42">テキスト</div>
```
*/
/* ==========================================================================
   IMPORTANT FONT SIZE
   ========================================================================== */
.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz50 {
  font-size: 50px !important;
}

/* ==========================================================================
   IMPORTANT CLASS
   ========================================================================== */
.x-small {
  font-size: 80% !important;
}

.small {
  font-size: 91% !important;
}

.large {
  font-size: 120% !important;
}

.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.bold {
  font-weight: bold !important;
}

.normal,
.regular {
  font-weight: 400 !important;
}

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

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

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

.att {
  color: #ff0000 !important;
}

.borderNone {
  border: 0 !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none !important;
}

.show {
  visibility: visible !important;
}

.hide {
  visibility: hidden !important;
}

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

.disabled {
  cursor: default !important;
  pointer-events: none !important;
  opacity: .3 !important;
}

.underline {
  text-decoration: underline !important;
}

.h100p {
  height: 100%;
}

.lh1 {
  line-height: 1;
}

.medium {
  font-weight: 500 !important;
}

.black {
  font-weight: 900 !important;
}

/* ==========================================================================
   viewportによって改行
   ========================================================================== */
/*
#styleguide

5つのブレイクブレイクポイント（xs, sm ,md, lg, xl）による表示/非表示
<br>タグに使うと表示幅によって改行したり、改行を取ったりできる

0px以上で非表示・・・d-none
0px以上で表示・・・d-block
xs以上で非表示・・・d-xs-none
xs以上で表示・・・d-xs-block
sm以上で非表示・・・d-sm-none
sm以上で表示・・・d-sm-block
md以上で非表示・・・d-md-none
md以上で表示・・・d-md-block
lg以上で非表示・・・d-lg-none
lg以上で表示・・・d-lg-block
xl以上で非表示・・・d-xl-none
xl以上で表示・・・d-xl-block


```
```
*/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-xs-none {
  display: block !important;
}

@media screen and (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
}

.d-xs-block {
  display: none !important;
}

@media screen and (min-width: 320px) {
  .d-xs-block {
    display: block !important;
  }
}

.d-sm-none {
  display: block !important;
}

@media screen and (min-width: 560px) {
  .d-sm-none {
    display: none !important;
  }
}

.d-sm-block {
  display: none !important;
}

@media screen and (min-width: 560px) {
  .d-sm-block {
    display: block !important;
  }
}

.d-md-none {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

.d-md-block {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.d-lg-none {
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
}

.d-lg-block {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .d-lg-block {
    display: block !important;
  }
}

.d-xl-none {
  display: block !important;
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.d-xl-block {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

/* ==========================================================================
   センターボックス
   ========================================================================== */
.cb {
  max-width: 1000px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.cb__inr {
  padding: 0 40px;
}

/* ==========================================================================
   モーダルウィンドウなど上に被せた場合、htmlタグにclassをつけることによって
   htmlのスクロールさせないようにする
   参考: https://qiita.com/ShintaroKoizumi/items/82107fe292f3847d634e
   ========================================================================== */
.scroll-prevent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.nowrap {
  white-space: nowrap;
}

.wall-paper {
  padding-bottom: 100px;
  /*
#overview
テーマカラーについて（cp-140）

他にも使っているけど、だいたいこんな感じ
*/
  /*
#colors
@theme-color1 #fff
@theme-color2 #000
@theme-color3 #ec6465
@theme-color4 #db4c4e
@theme-color5 #f6ccd2
@theme-color6 #e65869
@theme-color7 #faeedd
@theme-color8 #d14b62
@theme-color9 #5eaade
@theme-color10 #d0889a
@theme-color11 #dbc6cc
@theme-color12 #b9142f
@theme-color13 #e77e90
@theme-color14 #cc6781
@theme-color15 #e1697e
@theme-color16 #f4800e
@theme-color17 #8bca5b
*/
  /*
#styleguide
フォントカラーのclass

font-tc●のばんごうはテーマカラーの番号
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="font-tc3">テキストテキストテキストテキストテキストテキスト</p>
<p class="font-tc5">テキストテキストテキストテキストテキストテキスト</p>
<p class="font-tc7">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /*
#styleguide
背景色のclass

bg-tc●のばんごうはテーマカラーの番号
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="bg-tc3">テキストテキストテキストテキストテキストテキスト</p>
<p class="bg-tc5">テキストテキストテキストテキストテキストテキスト</p>
<p class="bg-tc7">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /*
#styleguide
ボーダーカラーのclass

フォントカラーと背景色、ボーダーの色がテーマカラーごとclassに設定される
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="border-tc3" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
<p class="border-tc5" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
<p class="border-tc7" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /* ==========================================================================
   page-top_i879
   ========================================================================== */
  /* ==========================================================================
 *  
 *  _grid.scss
 *
 *  Last Modified: 2019/07/18
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
グリッドシステム

BootstrapのGrid systemとほぼ同じ

*/
  /*
#styleguide


```
<div class="gs" style="border:2px solid #000;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999; height: 50px;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">3</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">4</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">5</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">6</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">7</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-2 gs__col--sm-2 gs__col--xs-12" style="border:2px solid #999;">8</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-3 gs__col--xs-12" style="border:2px solid #999;">9</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-5 gs__col--sm-1 gs__col--xs-12" style="border:2px solid #999;">10</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-1 gs__col--sm-5 gs__col--xs-12" style="border:2px solid #999;">11</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-1 gs__col--sm-1 gs__col--xs-12" style="border:2px solid #999;">12</div>
</div>
```
*/
  /*
#styleguide
パディングとネガティブマージンを使ったレイアウト

要素間に隙間を作るため、gs__colをパディングで隙間を作りたいが
両端には隙間はいらない時はgsにネガティブマージンで相殺する

```
テスト
<div class="" style="border:2px solid #ff0000;">
	<div class="gs m-n10" style="background-color: rgba(153,153,153, .5);">
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">1</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">2</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">3</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">4</div></div>
	</div>
</div>
```
*/
  /*
#styleguide
.gs--center

flexboxのjustify-content: center;

```
<div class="gs gs--center mt30" style="border:2px solid #000;">
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999; height: 50px;">1</div>
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--around

flexboxのjustify-content: space-around;

```
<div class="gs gs--around mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--between

flexboxのjustify-content: space-between;

```
<div class="gs gs--between mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--middle

flexboxのalign-items: center;

```
<div class="gs gs--middle" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999; height: 30px;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--stretch

flexboxのalign-items: stretch;
itemの高さを指定しない場合、高さを揃えて表示します。
```
<div class="gs gs--stretch" style="border:2px solid #000;height: 100px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--reverse

flexboxのflex-direction: row-reverse;

```
<div class="gs gs--reverse" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
offset

```
<div class="gs mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--md-1 gs__col--offset-md-3" style="border:2px solid #999;">1</div>
</div>
```
*/
  /* ==========================================================================
 *  
 *  _app-rule.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
サービス紹介


*/
  /*
#styleguide


```

```
*/
  /* ==========================================================================
   ページ全体
   ========================================================================== */
  /* ==========================================================================
   hero
   ========================================================================== */
  /* ==========================================================================
   lead
   ========================================================================== */
  /* ==========================================================================
   intro
   ========================================================================== */
  /* ==========================================================================
   box
   ========================================================================== */
  /* ==========================================================================
   gs-m-n30
   ========================================================================== */
  /* ==========================================================================
   gs-p30
   ========================================================================== */
  /* ==========================================================================
   headline
   ========================================================================== */
  /* ==========================================================================
   card
   ========================================================================== */
  /* ==========================================================================
   regist-box
   ========================================================================== */
  /* ==========================================================================
   regist-form
   ========================================================================== */
  /* ==========================================================================
   msg
   ========================================================================== */
  /* ==========================================================================
   regulations
   ========================================================================== */
  /* ==========================================================================
   btn-wrap
   ========================================================================== */
  /* ==========================================================================
   lbl
   ========================================================================== */
  /* ==========================================================================
   sns-box
   ========================================================================== */
  /* ==========================================================================
   page-top
   ========================================================================== */
}

.wall-paper .font-tc1 {
  color: #fff !important;
}

.wall-paper .bg-tc1 {
  background-color: #fff !important;
}

.wall-paper .border-tc1 {
  border-color: #fff !important;
}

.wall-paper .font-tc2 {
  color: #000 !important;
}

.wall-paper .bg-tc2 {
  background-color: #000 !important;
}

.wall-paper .border-tc2 {
  border-color: #000 !important;
}

.wall-paper .font-tc3 {
  color: #57b855 !important;
}

.wall-paper .bg-tc3 {
  background-color: #57b855 !important;
}

.wall-paper .border-tc3 {
  border-color: #57b855 !important;
}

.wall-paper .font-tc4 {
  color: #eee !important;
}

.wall-paper .bg-tc4 {
  background-color: #eee !important;
}

.wall-paper .border-tc4 {
  border-color: #eee !important;
}

.wall-paper .font-tc5 {
  color: #57b855 !important;
}

.wall-paper .bg-tc5 {
  background-color: #57b855 !important;
}

.wall-paper .border-tc5 {
  border-color: #57b855 !important;
}

.wall-paper .font-tc6 {
  color: #eb6364 !important;
}

.wall-paper .bg-tc6 {
  background-color: #eb6364 !important;
}

.wall-paper .border-tc6 {
  border-color: #eb6364 !important;
}

.wall-paper .font-tc7 {
  color: #fffdee !important;
}

.wall-paper .bg-tc7 {
  background-color: #fffdee !important;
}

.wall-paper .border-tc7 {
  border-color: #fffdee !important;
}

.wall-paper .font-tc8 {
  color: #eaf6e9 !important;
}

.wall-paper .bg-tc8 {
  background-color: #eaf6e9 !important;
}

.wall-paper .border-tc8 {
  border-color: #eaf6e9 !important;
}

.wall-paper .page-top {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 60px;
}

.wall-paper .page-top a {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding-top: 40px;
  font-size: 1em;
  font-family: Folk Bold;
  font-weight: bold;
  background: #df5d5d url(//images.i879.com/image/i879_momoclo/i879_arrows_down.png) top center no-repeat;
}

.wall-paper .page-top a:hover {
  background-color: #F49FCE;
}

.wall-paper .gs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wall-paper .gs--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.wall-paper .gs--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wall-paper .gs--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wall-paper .gs--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wall-paper .gs--middle {
  -ms-flex-align: center;
  align-items: center;
}

.wall-paper .gs--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wall-paper .gs--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wall-paper .gs__col {
  max-width: 100%;
  min-height: 1px;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 320px) {
  .wall-paper .gs__col--xs-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .wall-paper .gs__col--xs-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .wall-paper .gs__col--xs-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .wall-paper .gs__col--xs-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .wall-paper .gs__col--xs-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .wall-paper .gs__col--xs-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wall-paper .gs__col--xs-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .wall-paper .gs__col--xs-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .wall-paper .gs__col--xs-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .wall-paper .gs__col--xs-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .wall-paper .gs__col--xs-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .wall-paper .gs__col--xs-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .wall-paper .gs__col--push-xs-1 {
    left: 8.33333%;
  }
  .wall-paper .gs__col--push-xs-2 {
    left: 16.66667%;
  }
  .wall-paper .gs__col--push-xs-3 {
    left: 25%;
  }
  .wall-paper .gs__col--push-xs-4 {
    left: 33.33333%;
  }
  .wall-paper .gs__col--push-xs-5 {
    left: 41.66667%;
  }
  .wall-paper .gs__col--push-xs-6 {
    left: 50%;
  }
  .wall-paper .gs__col--push-xs-7 {
    left: 58.33333%;
  }
  .wall-paper .gs__col--push-xs-8 {
    left: 66.66667%;
  }
  .wall-paper .gs__col--push-xs-9 {
    left: 75%;
  }
  .wall-paper .gs__col--push-xs-10 {
    left: 83.33333%;
  }
  .wall-paper .gs__col--push-xs-11 {
    left: 91.66667%;
  }
  .wall-paper .gs__col--push-xs-12 {
    left: 100%;
  }
  .wall-paper .gs__col--pull-xs-1 {
    right: 8.33333%;
  }
  .wall-paper .gs__col--pull-xs-2 {
    right: 16.66667%;
  }
  .wall-paper .gs__col--pull-xs-3 {
    right: 25%;
  }
  .wall-paper .gs__col--pull-xs-4 {
    right: 33.33333%;
  }
  .wall-paper .gs__col--pull-xs-5 {
    right: 41.66667%;
  }
  .wall-paper .gs__col--pull-xs-6 {
    right: 50%;
  }
  .wall-paper .gs__col--pull-xs-7 {
    right: 58.33333%;
  }
  .wall-paper .gs__col--pull-xs-8 {
    right: 66.66667%;
  }
  .wall-paper .gs__col--pull-xs-9 {
    right: 75%;
  }
  .wall-paper .gs__col--pull-xs-10 {
    right: 83.33333%;
  }
  .wall-paper .gs__col--pull-xs-11 {
    right: 91.66667%;
  }
  .wall-paper .gs__col--pull-xs-12 {
    right: 100%;
  }
  .wall-paper .gs__col--offset-xs-1 {
    margin-left: 8.33333%;
  }
  .wall-paper .gs__col--offset-xs-2 {
    margin-left: 16.66667%;
  }
  .wall-paper .gs__col--offset-xs-3 {
    margin-left: 25%;
  }
  .wall-paper .gs__col--offset-xs-4 {
    margin-left: 33.33333%;
  }
  .wall-paper .gs__col--offset-xs-5 {
    margin-left: 41.66667%;
  }
  .wall-paper .gs__col--offset-xs-6 {
    margin-left: 50%;
  }
  .wall-paper .gs__col--offset-xs-7 {
    margin-left: 58.33333%;
  }
  .wall-paper .gs__col--offset-xs-8 {
    margin-left: 66.66667%;
  }
  .wall-paper .gs__col--offset-xs-9 {
    margin-left: 75%;
  }
  .wall-paper .gs__col--offset-xs-10 {
    margin-left: 83.33333%;
  }
  .wall-paper .gs__col--offset-xs-11 {
    margin-left: 91.66667%;
  }
  .wall-paper .gs__col--offset-xs-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 560px) {
  .wall-paper .gs__col--sm-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .wall-paper .gs__col--sm-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .wall-paper .gs__col--sm-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .wall-paper .gs__col--sm-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .wall-paper .gs__col--sm-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .wall-paper .gs__col--sm-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wall-paper .gs__col--sm-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .wall-paper .gs__col--sm-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .wall-paper .gs__col--sm-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .wall-paper .gs__col--sm-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .wall-paper .gs__col--sm-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .wall-paper .gs__col--sm-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .wall-paper .gs__col--push-sm-1 {
    left: 8.33333%;
  }
  .wall-paper .gs__col--push-sm-2 {
    left: 16.66667%;
  }
  .wall-paper .gs__col--push-sm-3 {
    left: 25%;
  }
  .wall-paper .gs__col--push-sm-4 {
    left: 33.33333%;
  }
  .wall-paper .gs__col--push-sm-5 {
    left: 41.66667%;
  }
  .wall-paper .gs__col--push-sm-6 {
    left: 50%;
  }
  .wall-paper .gs__col--push-sm-7 {
    left: 58.33333%;
  }
  .wall-paper .gs__col--push-sm-8 {
    left: 66.66667%;
  }
  .wall-paper .gs__col--push-sm-9 {
    left: 75%;
  }
  .wall-paper .gs__col--push-sm-10 {
    left: 83.33333%;
  }
  .wall-paper .gs__col--push-sm-11 {
    left: 91.66667%;
  }
  .wall-paper .gs__col--push-sm-12 {
    left: 100%;
  }
  .wall-paper .gs__col--pull-sm-1 {
    right: 8.33333%;
  }
  .wall-paper .gs__col--pull-sm-2 {
    right: 16.66667%;
  }
  .wall-paper .gs__col--pull-sm-3 {
    right: 25%;
  }
  .wall-paper .gs__col--pull-sm-4 {
    right: 33.33333%;
  }
  .wall-paper .gs__col--pull-sm-5 {
    right: 41.66667%;
  }
  .wall-paper .gs__col--pull-sm-6 {
    right: 50%;
  }
  .wall-paper .gs__col--pull-sm-7 {
    right: 58.33333%;
  }
  .wall-paper .gs__col--pull-sm-8 {
    right: 66.66667%;
  }
  .wall-paper .gs__col--pull-sm-9 {
    right: 75%;
  }
  .wall-paper .gs__col--pull-sm-10 {
    right: 83.33333%;
  }
  .wall-paper .gs__col--pull-sm-11 {
    right: 91.66667%;
  }
  .wall-paper .gs__col--pull-sm-12 {
    right: 100%;
  }
  .wall-paper .gs__col--offset-sm-1 {
    margin-left: 8.33333%;
  }
  .wall-paper .gs__col--offset-sm-2 {
    margin-left: 16.66667%;
  }
  .wall-paper .gs__col--offset-sm-3 {
    margin-left: 25%;
  }
  .wall-paper .gs__col--offset-sm-4 {
    margin-left: 33.33333%;
  }
  .wall-paper .gs__col--offset-sm-5 {
    margin-left: 41.66667%;
  }
  .wall-paper .gs__col--offset-sm-6 {
    margin-left: 50%;
  }
  .wall-paper .gs__col--offset-sm-7 {
    margin-left: 58.33333%;
  }
  .wall-paper .gs__col--offset-sm-8 {
    margin-left: 66.66667%;
  }
  .wall-paper .gs__col--offset-sm-9 {
    margin-left: 75%;
  }
  .wall-paper .gs__col--offset-sm-10 {
    margin-left: 83.33333%;
  }
  .wall-paper .gs__col--offset-sm-11 {
    margin-left: 91.66667%;
  }
  .wall-paper .gs__col--offset-sm-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wall-paper .gs__col--md-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .wall-paper .gs__col--md-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .wall-paper .gs__col--md-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .wall-paper .gs__col--md-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .wall-paper .gs__col--md-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .wall-paper .gs__col--md-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wall-paper .gs__col--md-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .wall-paper .gs__col--md-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .wall-paper .gs__col--md-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .wall-paper .gs__col--md-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .wall-paper .gs__col--md-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .wall-paper .gs__col--md-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .wall-paper .gs__col--push-md-1 {
    left: 8.33333%;
  }
  .wall-paper .gs__col--push-md-2 {
    left: 16.66667%;
  }
  .wall-paper .gs__col--push-md-3 {
    left: 25%;
  }
  .wall-paper .gs__col--push-md-4 {
    left: 33.33333%;
  }
  .wall-paper .gs__col--push-md-5 {
    left: 41.66667%;
  }
  .wall-paper .gs__col--push-md-6 {
    left: 50%;
  }
  .wall-paper .gs__col--push-md-7 {
    left: 58.33333%;
  }
  .wall-paper .gs__col--push-md-8 {
    left: 66.66667%;
  }
  .wall-paper .gs__col--push-md-9 {
    left: 75%;
  }
  .wall-paper .gs__col--push-md-10 {
    left: 83.33333%;
  }
  .wall-paper .gs__col--push-md-11 {
    left: 91.66667%;
  }
  .wall-paper .gs__col--push-md-12 {
    left: 100%;
  }
  .wall-paper .gs__col--pull-md-1 {
    right: 8.33333%;
  }
  .wall-paper .gs__col--pull-md-2 {
    right: 16.66667%;
  }
  .wall-paper .gs__col--pull-md-3 {
    right: 25%;
  }
  .wall-paper .gs__col--pull-md-4 {
    right: 33.33333%;
  }
  .wall-paper .gs__col--pull-md-5 {
    right: 41.66667%;
  }
  .wall-paper .gs__col--pull-md-6 {
    right: 50%;
  }
  .wall-paper .gs__col--pull-md-7 {
    right: 58.33333%;
  }
  .wall-paper .gs__col--pull-md-8 {
    right: 66.66667%;
  }
  .wall-paper .gs__col--pull-md-9 {
    right: 75%;
  }
  .wall-paper .gs__col--pull-md-10 {
    right: 83.33333%;
  }
  .wall-paper .gs__col--pull-md-11 {
    right: 91.66667%;
  }
  .wall-paper .gs__col--pull-md-12 {
    right: 100%;
  }
  .wall-paper .gs__col--offset-md-1 {
    margin-left: 8.33333%;
  }
  .wall-paper .gs__col--offset-md-2 {
    margin-left: 16.66667%;
  }
  .wall-paper .gs__col--offset-md-3 {
    margin-left: 25%;
  }
  .wall-paper .gs__col--offset-md-4 {
    margin-left: 33.33333%;
  }
  .wall-paper .gs__col--offset-md-5 {
    margin-left: 41.66667%;
  }
  .wall-paper .gs__col--offset-md-6 {
    margin-left: 50%;
  }
  .wall-paper .gs__col--offset-md-7 {
    margin-left: 58.33333%;
  }
  .wall-paper .gs__col--offset-md-8 {
    margin-left: 66.66667%;
  }
  .wall-paper .gs__col--offset-md-9 {
    margin-left: 75%;
  }
  .wall-paper .gs__col--offset-md-10 {
    margin-left: 83.33333%;
  }
  .wall-paper .gs__col--offset-md-11 {
    margin-left: 91.66667%;
  }
  .wall-paper .gs__col--offset-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .wall-paper .gs__col--lg-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .wall-paper .gs__col--lg-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .wall-paper .gs__col--lg-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .wall-paper .gs__col--lg-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .wall-paper .gs__col--lg-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .wall-paper .gs__col--lg-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wall-paper .gs__col--lg-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .wall-paper .gs__col--lg-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .wall-paper .gs__col--lg-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .wall-paper .gs__col--lg-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .wall-paper .gs__col--lg-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .wall-paper .gs__col--lg-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .wall-paper .gs__col--push-lg-1 {
    left: 8.33333%;
  }
  .wall-paper .gs__col--push-lg-2 {
    left: 16.66667%;
  }
  .wall-paper .gs__col--push-lg-3 {
    left: 25%;
  }
  .wall-paper .gs__col--push-lg-4 {
    left: 33.33333%;
  }
  .wall-paper .gs__col--push-lg-5 {
    left: 41.66667%;
  }
  .wall-paper .gs__col--push-lg-6 {
    left: 50%;
  }
  .wall-paper .gs__col--push-lg-7 {
    left: 58.33333%;
  }
  .wall-paper .gs__col--push-lg-8 {
    left: 66.66667%;
  }
  .wall-paper .gs__col--push-lg-9 {
    left: 75%;
  }
  .wall-paper .gs__col--push-lg-10 {
    left: 83.33333%;
  }
  .wall-paper .gs__col--push-lg-11 {
    left: 91.66667%;
  }
  .wall-paper .gs__col--push-lg-12 {
    left: 100%;
  }
  .wall-paper .gs__col--pull-lg-1 {
    right: 8.33333%;
  }
  .wall-paper .gs__col--pull-lg-2 {
    right: 16.66667%;
  }
  .wall-paper .gs__col--pull-lg-3 {
    right: 25%;
  }
  .wall-paper .gs__col--pull-lg-4 {
    right: 33.33333%;
  }
  .wall-paper .gs__col--pull-lg-5 {
    right: 41.66667%;
  }
  .wall-paper .gs__col--pull-lg-6 {
    right: 50%;
  }
  .wall-paper .gs__col--pull-lg-7 {
    right: 58.33333%;
  }
  .wall-paper .gs__col--pull-lg-8 {
    right: 66.66667%;
  }
  .wall-paper .gs__col--pull-lg-9 {
    right: 75%;
  }
  .wall-paper .gs__col--pull-lg-10 {
    right: 83.33333%;
  }
  .wall-paper .gs__col--pull-lg-11 {
    right: 91.66667%;
  }
  .wall-paper .gs__col--pull-lg-12 {
    right: 100%;
  }
  .wall-paper .gs__col--offset-lg-1 {
    margin-left: 8.33333%;
  }
  .wall-paper .gs__col--offset-lg-2 {
    margin-left: 16.66667%;
  }
  .wall-paper .gs__col--offset-lg-3 {
    margin-left: 25%;
  }
  .wall-paper .gs__col--offset-lg-4 {
    margin-left: 33.33333%;
  }
  .wall-paper .gs__col--offset-lg-5 {
    margin-left: 41.66667%;
  }
  .wall-paper .gs__col--offset-lg-6 {
    margin-left: 50%;
  }
  .wall-paper .gs__col--offset-lg-7 {
    margin-left: 58.33333%;
  }
  .wall-paper .gs__col--offset-lg-8 {
    margin-left: 66.66667%;
  }
  .wall-paper .gs__col--offset-lg-9 {
    margin-left: 75%;
  }
  .wall-paper .gs__col--offset-lg-10 {
    margin-left: 83.33333%;
  }
  .wall-paper .gs__col--offset-lg-11 {
    margin-left: 91.66667%;
  }
  .wall-paper .gs__col--offset-lg-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .wall-paper .gs__col--xl-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .wall-paper .gs__col--xl-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .wall-paper .gs__col--xl-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .wall-paper .gs__col--xl-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .wall-paper .gs__col--xl-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .wall-paper .gs__col--xl-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wall-paper .gs__col--xl-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .wall-paper .gs__col--xl-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .wall-paper .gs__col--xl-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .wall-paper .gs__col--xl-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .wall-paper .gs__col--xl-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .wall-paper .gs__col--xl-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .wall-paper .gs__col--push-xl-1 {
    left: 8.33333%;
  }
  .wall-paper .gs__col--push-xl-2 {
    left: 16.66667%;
  }
  .wall-paper .gs__col--push-xl-3 {
    left: 25%;
  }
  .wall-paper .gs__col--push-xl-4 {
    left: 33.33333%;
  }
  .wall-paper .gs__col--push-xl-5 {
    left: 41.66667%;
  }
  .wall-paper .gs__col--push-xl-6 {
    left: 50%;
  }
  .wall-paper .gs__col--push-xl-7 {
    left: 58.33333%;
  }
  .wall-paper .gs__col--push-xl-8 {
    left: 66.66667%;
  }
  .wall-paper .gs__col--push-xl-9 {
    left: 75%;
  }
  .wall-paper .gs__col--push-xl-10 {
    left: 83.33333%;
  }
  .wall-paper .gs__col--push-xl-11 {
    left: 91.66667%;
  }
  .wall-paper .gs__col--push-xl-12 {
    left: 100%;
  }
  .wall-paper .gs__col--pull-xl-1 {
    right: 8.33333%;
  }
  .wall-paper .gs__col--pull-xl-2 {
    right: 16.66667%;
  }
  .wall-paper .gs__col--pull-xl-3 {
    right: 25%;
  }
  .wall-paper .gs__col--pull-xl-4 {
    right: 33.33333%;
  }
  .wall-paper .gs__col--pull-xl-5 {
    right: 41.66667%;
  }
  .wall-paper .gs__col--pull-xl-6 {
    right: 50%;
  }
  .wall-paper .gs__col--pull-xl-7 {
    right: 58.33333%;
  }
  .wall-paper .gs__col--pull-xl-8 {
    right: 66.66667%;
  }
  .wall-paper .gs__col--pull-xl-9 {
    right: 75%;
  }
  .wall-paper .gs__col--pull-xl-10 {
    right: 83.33333%;
  }
  .wall-paper .gs__col--pull-xl-11 {
    right: 91.66667%;
  }
  .wall-paper .gs__col--pull-xl-12 {
    right: 100%;
  }
  .wall-paper .gs__col--offset-xl-1 {
    margin-left: 8.33333%;
  }
  .wall-paper .gs__col--offset-xl-2 {
    margin-left: 16.66667%;
  }
  .wall-paper .gs__col--offset-xl-3 {
    margin-left: 25%;
  }
  .wall-paper .gs__col--offset-xl-4 {
    margin-left: 33.33333%;
  }
  .wall-paper .gs__col--offset-xl-5 {
    margin-left: 41.66667%;
  }
  .wall-paper .gs__col--offset-xl-6 {
    margin-left: 50%;
  }
  .wall-paper .gs__col--offset-xl-7 {
    margin-left: 58.33333%;
  }
  .wall-paper .gs__col--offset-xl-8 {
    margin-left: 66.66667%;
  }
  .wall-paper .gs__col--offset-xl-9 {
    margin-left: 75%;
  }
  .wall-paper .gs__col--offset-xl-10 {
    margin-left: 83.33333%;
  }
  .wall-paper .gs__col--offset-xl-11 {
    margin-left: 91.66667%;
  }
  .wall-paper .gs__col--offset-xl-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 320px) {
  .wall-paper .gs__col--xs-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 560px) {
  .wall-paper .gs__col--sm-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 768px) {
  .wall-paper .gs__col--md-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1000px) {
  .wall-paper .gs__col--lg-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .wall-paper .gs__col--xl-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.wall-paper .app-rule {
  padding: 50px 0 70px;
}

.wall-paper .app-rule__body {
  height: 652px;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.wall-paper .app-rule dl:not(:first-child) {
  margin-top: 25px;
}

.wall-paper .app-rule dt {
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #57b855;
}

.wall-paper .app-rule dd {
  padding-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .wall-paper .app-rule {
    padding: 20px 0 40px;
  }
  .wall-paper .app-rule__body {
    height: 326px;
    padding: 15px;
  }
}

.wall-paper .shadow {
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.12);
}

.wall-paper .lbl-p {
  margin-right: 5px;
  padding: .1em .2em;
  line-height: 1;
  display: inline-block;
  transform: matrix3d(1, -0.09, 0, 0, 0.09, 0.87, 0.5, 0.002, 0, -0.5, 0.87, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, -0.09, 0, 0, 0.09, 0.87, 0.5, 0.002, 0, -0.5, 0.87, 0, 0, 0, 0, 1);
}

.wall-paper .gradient {
  background: #bc791e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bc791e 0%, #e0cb63 50%, #bc791e 100%);
}

.wall-paper .bubble {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #fff;
}

.wall-paper .bubble::before, .wall-paper .bubble::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border: 1px solid #fff;
}

.wall-paper .bubble::before {
  left: 0;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.wall-paper .bubble::after {
  right: 0;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.wall-paper .bubble--tc-8 {
  color: #d14b62;
}

.wall-paper .bubble--tc-8::before, .wall-paper .bubble--tc-8::after {
  border-color: #d14b62;
}

.wall-paper .bubble--tc-2 {
  color: #000;
}

.wall-paper .bubble--tc-2::before, .wall-paper .bubble--tc-2::after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .wall-paper .bubble__bubble {
    font-size: 23px;
  }
}

.wall-paper .wall-paper {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wall-paper .wall-paper__body {
    padding: 0 5.33333%;
  }
}

.wall-paper .lead {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
}

.wall-paper .lead--conf, .wall-paper .lead--comp {
  margin-top: 65px;
  font-weight: bold;
  color: #da393f;
  text-align: center;
}

.wall-paper .lead--conf {
  font-size: 16px;
}

.wall-paper .lead--comp {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .wall-paper .lead {
    margin-top: 30px;
    padding: 0 5.33333%;
  }
  .wall-paper .lead--conf, .wall-paper .lead--comp {
    margin-top: 35px;
    padding: 0;
  }
  .wall-paper .lead--comp {
    font-size: 22px;
  }
}

.wall-paper .intro {
  margin-top: 40px;
  padding: 3%;
  font-weight: 500;
  background-color: #f5f5f5;
}

.wall-paper .intro__inr {
  min-height: 190px;
  padding-left: 220px;
  position: relative;
}

.wall-paper .intro__img {
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}

.wall-paper .intro__labels {
  margin-top: -13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wall-paper .intro__kanji {
  font-size: 24px;
}

.wall-paper .intro__kana {
  padding: 0 20px 7px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #5e5e5e;
}

.wall-paper .intro__sign {
  width: 142px;
}

.wall-paper .intro__detail {
  margin-top: 12px;
  padding-top: 12px;
  font-weight: 400;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .wall-paper .intro {
    margin-top: 30px;
    padding: 5.33333%;
  }
  .wall-paper .intro__inr {
    padding-left: 0;
  }
  .wall-paper .intro__person {
    display: -ms-flexbox;
    display: flex;
  }
  .wall-paper .intro__img {
    width: 155px;
    position: relative;
  }
  .wall-paper .intro__name {
    padding-left: 20px;
  }
  .wall-paper .intro__labels {
    margin: 0;
    display: block;
  }
  .wall-paper .intro__kana {
    padding: 0;
  }
  .wall-paper .intro__sign {
    width: 100%;
  }
  .wall-paper .intro__detail {
    border: 0;
    padding-top: 0;
  }
}

.wall-paper .box {
  padding-top: 65px;
}

.wall-paper .box__body {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .wall-paper .box {
    padding-top: 40px;
  }
  .wall-paper .box__body {
    padding-top: 40px;
  }
}

.wall-paper .gs-m-n30 {
  margin: -30px;
}

@media screen and (max-width: 767px) {
  .wall-paper .gs-m-n30 {
    margin: -15px;
  }
}

.wall-paper .gs-p30 {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .wall-paper .gs-p30 {
    padding: 15px;
  }
}

.wall-paper .headline {
  padding-bottom: 10px;
  margin-bottom: 26px;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #de5c5d;
  text-align: center;
  border-bottom: 2px solid #f06e6c;
}

.wall-paper .headline span {
  width: 100%;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: #de5c5d;
  text-align: center;
}

.wall-paper .card {
  text-align: center;
}

.wall-paper .card__img {
  margin-bottom: 15px;
}

.wall-paper .card__img img {
  vertical-align: middle;
  border: 1px solid #ddd;
}

.wall-paper .card__cat {
  font-weight: 500;
  margin-bottom: 5px;
}

.wall-paper .card__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
}

.wall-paper .card__btn {
  width: 100%;
  height: 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #eb5b5c;
  border-radius: 10px;
}

.wall-paper .card__btn:link, .wall-paper .card__btn:visited, .wall-paper .card__btn:hover, .wall-paper .card__btn:focus, .wall-paper .card__btn:active {
  color: #fff;
}

.wall-paper .card__btn i {
  position: absolute;
  top: calc(50% - .5em);
  left: 15px;
  font-size: 16px;
  color: #fff;
}

.wall-paper .card__btn:hover {
  text-decoration: none;
  background-color: #f5adae;
}

@media screen and (max-width: 767px) {
  .wall-paper .card {
    padding: 0 20px;
  }
  .wall-paper .card__img {
    width: 165px;
    margin: 0 auto;
    display: block;
  }
}

.wall-paper .regist-box {
  margin-top: 50px;
}

.wall-paper .regist-box--conf {
  margin-top: 20px;
}

.wall-paper .regist-box--comp {
  margin-top: 20px;
  border: 1px solid #000;
}

.wall-paper .regist-box__form {
  width: 100%;
  height: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background-color: #fee0e0;
  border-bottom: 2px solid #fff;
}

.wall-paper .regist-box__form span {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}

.wall-paper .regist-box__form input {
  width: 600px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #747474;
}

@media screen and (max-width: 767px) {
  .wall-paper .regist-box__form {
    height: auto;
    padding: 18px 0;
    padding: 2.66667%;
    display: block;
  }
  .wall-paper .regist-box span {
    margin-bottom: 5px;
  }
  .wall-paper .regist-box input {
    width: 100%;
    margin: 5px 0;
  }
}

.wall-paper .regist-form {
  width: 100%;
  height: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background-color: #fee0e0;
  border-bottom: 2px solid #fff;
}

.wall-paper .regist-form__label {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}

.wall-paper .regist-form__input {
  width: 600px;
  font-size: 16px;
}

.wall-paper .regist-form__input input {
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #747474;
}

@media screen and (max-width: 767px) {
  .wall-paper .regist-form {
    padding: 0 20px;
    height: 100px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wall-paper .regist-form__label {
    width: 100%;
    padding: 0;
  }
  .wall-paper .regist-form__input {
    width: 100%;
  }
}

.wall-paper .msg {
  display: -ms-flexbox;
  display: flex;
}

.wall-paper .msg__text {
  width: 100%;
  min-height: 64px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #e8797a;
}

.wall-paper .msg__text::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  display: block;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #e8797a transparent transparent transparent;
}

.wall-paper .msg--comp {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .wall-paper .msg__text {
    display: block;
    padding: 15px 0;
    font-size: 20px;
  }
}

.wall-paper .regulations {
  background-color: #fee0e0;
  padding: 30px 20px 50px;
  text-align: center;
  font-size: 1.1em;
}

.wall-paper .regulations--conf {
  padding: 60px 0 0;
  background-color: #fff;
}

.wall-paper .regulations dt {
  font-weight: bold;
  padding-bottom: 10px;
}

.wall-paper .regulations .ifbox {
  height: 200px;
  width: 100%;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.wall-paper .regulations iframe {
  width: 100%;
  height: 200px;
  background: #FFFFFF;
}

.wall-paper .regulations .btn-submit {
  width: 100%;
  height: 70px;
  max-width: 492px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #da393f;
  border: 0;
  border-radius: 3px;
}

.wall-paper .regulations .btn-submit span span {
  font-size: 16px;
}

.wall-paper .regulations .btn-submit i {
  position: absolute;
  top: calc(50% - .5em);
  right: 18px;
}

.wall-paper .regulations .btn-submit:hover {
  text-decoration: none;
  background-color: #ed9c9f;
}

.wall-paper .regulations .btn-back {
  width: 100%;
  height: 50px;
  max-width: 228px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #9d887d;
  background-color: #fff;
  border: 1px solid #9d887d;
  border-radius: 3px;
}

.wall-paper .regulations .btn-back i {
  position: absolute;
  top: calc(50% - .5em);
  left: 18px;
}

.wall-paper .regulations .btn-back:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .wall-paper .regulations button {
    width: 100%;
    height: auto;
    padding: 12px 0;
    display: block;
  }
}

.wall-paper .mw_wp_form_preview .regulations {
  padding: 60px 0 0;
  background-color: #fff;
}

.wall-paper .mw_wp_form_preview .regulations dl {
  display: none;
}

.wall-paper .mw_wp_form_complete {
  display: none;
}

.wall-paper .btn-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.wall-paper .btn-wrap__item {
  width: 50%;
}

.wall-paper .btn-wrap__item--first, .wall-paper .btn-wrap__item--last {
  width: 25%;
}

.wall-paper .btn-wrap__item--first {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .wall-paper .btn-wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wall-paper .btn-wrap__item {
    width: 100%;
  }
  .wall-paper .btn-wrap__item--first {
    padding-top: 25px;
  }
}

.wall-paper .lbl {
  min-width: auto;
  padding: calc(0.2em - (1em * 1.2 - 1em) / 2) 0.35em;
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #999;
  border: 1px solid transparent;
  border-radius: 0.313em;
}

.wall-paper .lbl--required {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.wall-paper .sns-box {
  margin-top: 70px;
  padding: 40px 0 80px;
  border-top: 4px solid #ec6d7b;
}

@media screen and (max-width: 767px) {
  .wall-paper .sns-box {
    margin-top: 35px;
    padding: 20px 20px 40px;
  }
}

.wall-paper .page-top a {
  box-sizing: border-box;
}

@media screen and (min-width: 641px), print {
  .crumb_box {
    width: 1000px;
    margin: 0 auto;
    clear: both;
  }
}

.crumb_box {
  padding: 10px 0px;
}

.crumb_box:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.crumb_list li {
  margin: 0;
  display: inline;
  font-size: 12px;
  /*12px相当*/
}

.crumb_list li + li:before {
  content: "  ＞ ";
}

.crumb_list li a:link,
.crumb_list li a:visited {
  color: #3E3A39;
  text-decoration: none;
}

.crumb_list li a:hover {
  color: #3E3A39;
  text-decoration: underline;
}

.crumb_list li a:active {
  color: #3E3A39;
}

#historybackicon,
#pageTop {
  display: none;
}

/* ==========================================================================
   header-simple
   ========================================================================== */
.header-simple {
  width: 100%;
  height: 91px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #eb6465;
}

.header-simple__logo {
  width: 295px;
}

.header-simple__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

@media screen and (max-width: 767px) {
  .header-simple {
    height: 64px;
  }
  .header-simple__logo {
    width: 240px;
  }
}

/* ==========================================================================
   footer-simple
   ========================================================================== */
.footer-simple {
  width: 100%;
  height: 73px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb6465;
}

.footer-simple p {
  font-size: 12px;
  color: #fff;
}

.footer-simple a {
  font-weight: bold;
  text-decoration: underline;
}

.footer-simple a:link, .footer-simple a:visited, .footer-simple a:hover, .footer-simple a:focus, .footer-simple a:active {
  color: #fff;
}

/*# sourceMappingURL=maps/style-wall-paper-regist.css.map */
