@charset "UTF-8";
/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --theme-color-3: #f77172;
  --theme-color-4: #eee;
  --theme-color-5: #f77172;
  --theme-color-6: #e23c3d;
  --theme-color-7: #faeedd;
  --theme-color-8: #e13c60;
  --theme-color-9: #5eaade;
  --theme-color-10: #d7505f;
  --theme-color-11: #f7eede;
  --theme-color-12: #eee;
  --theme-color-13: #feeee7;
  --theme-color-14: #ffe5e5;
  --theme-color-15: #e1697e;
  --theme-color-16: #f4800e;
  --theme-color-17: #8bca5b;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

.app-info-v2 {
  width: auto !important;
  /*
#overview
共通スタイル（_common.scss）

*/
  /* ==========================================================================
   RESET STYLE
   ========================================================================== */
  /* ==========================================================================
   FONT SET
   ========================================================================== */
  /* ==========================================================================
   HTML / BODY
   ========================================================================== */
  /* ==========================================================================
   LIST
   ========================================================================== */
  /* ==========================================================================
   LINK
   ========================================================================== */
  /* ==========================================================================
   MEDIA
   ========================================================================== */
  /* ==========================================================================
   TABLE
   ========================================================================== */
  /* ==========================================================================
   HORIZONTAL RULE
   ========================================================================== */
  /* ==========================================================================
   ゴシック体
   ========================================================================== */
  /*
#styleguide
ゴシック体

テキストをゴシック体にする場合はこのclassを使う
```
<p class="ff-gothic">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
  /* ==========================================================================
   明朝体
   ========================================================================== */
  /*
#styleguide
明朝体

テキストを明朝体にする場合はこのclassを使う
```
<p class="ff-mincho">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
  /* ==========================================================================
   ARIALフォント
   ========================================================================== */
  /*
#styleguide
ARIAL

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arial">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
  /* ==========================================================================
   ARIAL BLACKフォント
   ========================================================================== */
  /*
#styleguide
ARIAL BLACK

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arialBlack">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
  /*
#styleguide
マージン

marginに5pxずつ50pxまで
```
<div class="mt0">テキスト</div>
<div class="mt5">テキスト</div>
<div class="mt10">テキスト</div>
<div class="mt50">テキスト</div>
```
*/
  /* ==========================================================================
   IMPORTANT MARGIN
   ========================================================================== */
  /*
#styleguide
パディング

paddingに5pxずつ50pxまで
```
<div class="pt0">テキスト</div>
<div class="pt5">テキスト</div>
<div class="pt10">テキスト</div>
<div class="pt50">テキスト</div>
```
*/
  /* ==========================================================================
   IMPORTANT PADDING
   ========================================================================== */
  /*
#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
   ========================================================================== */
  /* ==========================================================================
   IMPORTANT CLASS
   ========================================================================== */
  /* ==========================================================================
   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


```
```
*/
  /* ==========================================================================
   センターボックス
   ========================================================================== */
  /* ==========================================================================
   モーダルウィンドウなど上に被せた場合、htmlタグにclassをつけることによって
   htmlのスクロールさせないようにする
   参考: https://qiita.com/ShintaroKoizumi/items/82107fe292f3847d634e
   ========================================================================== */
  /*
#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>
```
*/
  /* ==========================================================================
 *  
 *  _btn.scss
 *
 *  Last Modified: 2019/04/18
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
ボタン

テキストテキスト
*/
  /*
#styleguide

プロにおまかせボタン

ヘッダに設置
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
```
*/
  /*
#styleguide

フォームの高さに合わせたボタン
```
<a href="" class="btn btn--form-parts btn--block"><i class="fas fa-search"></i>検索</a>
```
*/
  /*
#styleguide

お花の形から選ぶ で使われるボタン
```
<a href="" class="btn btn--type btn--block">ボタン</a>
```
*/
  /*
#styleguide

ページトップボタン
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
<a href="" class="btn btn--card-detail">ボタン</a>
<a href="" class="btn btn--card-cart">ボタン</a>
<input type="button" value="ボタン" class="btn btn--success btn--shadow">
<button class="btn btn--list btn--block">ボタン</button>
```
*/
  /*
#styleguide

ページトップボタン
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
<a href="" class="btn btn--card-detail">ボタン</a>
<a href="" class="btn btn--card-cart">ボタン</a>
<input type="button" value="ボタン" class="btn btn--success btn--shadow">
<button class="btn btn--list btn--block">ボタン</button>
```
*/
  /* ==========================================================================
 *  
 *  _headline.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
ヘッドライン


*/
  /*
#styleguide


```
<h3 class="headline"><span>ヘッドライン</span></h3>
```
*/
  /* ==========================================================================
 *  
 *  _service-info.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
サービス紹介


*/
  /*
#styleguide


```

```
*/
  /* ==========================================================================
   ページ全体
   ========================================================================== */
  /* ==========================================================================
   hero
   ========================================================================== */
  /* ==========================================================================
   headline
   ========================================================================== */
  /* ==========================================================================
   local-nav
   ========================================================================== */
  /* ==========================================================================
   intro
   ========================================================================== */
  /* ==========================================================================
   cp1-box
   ========================================================================== */
  /* ==========================================================================
   cp2-box
   ========================================================================== */
  /* ==========================================================================
   sns-box
   ========================================================================== */
  /* ==========================================================================
   bnr-box
   ========================================================================== */
  /* ==========================================================================
   box-sns
   ========================================================================== */
  /* ==========================================================================
   indent5
   ========================================================================== */
}

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

.app-info-v2 article, .app-info-v2 aside, .app-info-v2 details, .app-info-v2 figcaption, .app-info-v2 figure,
.app-info-v2 footer, .app-info-v2 header, .app-info-v2 main, .app-info-v2 menu, .app-info-v2 nav, .app-info-v2 section {
  display: block;
}

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

@font-face {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    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 {
  .app-info-v2 {
    font-family: 'MyYuGothicM';
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
    /* Mediumがない場合 */
  }
}

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

.app-info-v2 html {
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.app-info-v2 *, .app-info-v2 *::before, .app-info-v2 *::after {
  box-sizing: inherit;
}

.app-info-v2 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, .app-info-v2 body {
    font-family: Meiryo, sans-serif;
  }
}

.app-info-v2 ul, .app-info-v2 ol {
  list-style: none;
}

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

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

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

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

.app-info-v2 a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  vertical-align: baseline;
  background-color: transparent;
}

.app-info-v2 a:link, .app-info-v2 a:visited, .app-info-v2 a:hover, .app-info-v2 a:focus, .app-info-v2 a:active {
  color: #000;
}

.app-info-v2 a:hover, .app-info-v2 a:focus {
  text-decoration: underline;
}

.app-info-v2 img, .app-info-v2 embed, .app-info-v2 object, .app-info-v2 audio, .app-info-v2 video, .app-info-v2 iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

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

.app-info-v2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.app-info-v2 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.app-info-v2 .ff-mincho {
  font-family: true;
}

.app-info-v2 .ff-mincho {
  font-family: "Noto Serif JP", YuMincho, Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.app-info-v2 .ff-arial {
  font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}

.app-info-v2 .ff-arialBlack {
  font-family: Arial Black, sans-serif;
}

.app-info-v2 .m0 {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m5 {
  margin: 5px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m10 {
  margin: 10px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m15 {
  margin: 15px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m20 {
  margin: 20px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m25 {
  margin: 25px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m30 {
  margin: 30px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m35 {
  margin: 35px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m40 {
  margin: 40px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m45 {
  margin: 45px !important;
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .m50 {
  margin: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

.app-info-v2 .p0 {
  padding: 0px !important;
}

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

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

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

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

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

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

.app-info-v2 .p5 {
  padding: 5px !important;
}

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

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

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

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

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

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

.app-info-v2 .p10 {
  padding: 10px !important;
}

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

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

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

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

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

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

.app-info-v2 .p15 {
  padding: 15px !important;
}

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

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

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

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

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

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

.app-info-v2 .p20 {
  padding: 20px !important;
}

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

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

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

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

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

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

.app-info-v2 .p25 {
  padding: 25px !important;
}

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

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

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

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

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

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

.app-info-v2 .p30 {
  padding: 30px !important;
}

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

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

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

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

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

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

.app-info-v2 .p35 {
  padding: 35px !important;
}

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

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

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

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

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

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

.app-info-v2 .p40 {
  padding: 40px !important;
}

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

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

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

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

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

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

.app-info-v2 .p45 {
  padding: 45px !important;
}

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

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

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

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

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

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

.app-info-v2 .p50 {
  padding: 50px !important;
}

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

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

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

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

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

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

.app-info-v2 .border {
  border-style: solid;
  border-color: transparent;
}

.app-info-v2 .border--0 {
  border-width: 0px;
}

.app-info-v2 .border--top-0 {
  border-top-width: 0px;
}

.app-info-v2 .border--right-0 {
  border-right-width: 0px;
}

.app-info-v2 .border--bottom-0 {
  border-bottom-width: 0px;
}

.app-info-v2 .border--left-0 {
  border-left-width: 0px;
}

.app-info-v2 .border--1 {
  border-width: 1px;
}

.app-info-v2 .border--top-1 {
  border-top-width: 1px;
}

.app-info-v2 .border--right-1 {
  border-right-width: 1px;
}

.app-info-v2 .border--bottom-1 {
  border-bottom-width: 1px;
}

.app-info-v2 .border--left-1 {
  border-left-width: 1px;
}

.app-info-v2 .border--2 {
  border-width: 2px;
}

.app-info-v2 .border--top-2 {
  border-top-width: 2px;
}

.app-info-v2 .border--right-2 {
  border-right-width: 2px;
}

.app-info-v2 .border--bottom-2 {
  border-bottom-width: 2px;
}

.app-info-v2 .border--left-2 {
  border-left-width: 2px;
}

.app-info-v2 .border--3 {
  border-width: 3px;
}

.app-info-v2 .border--top-3 {
  border-top-width: 3px;
}

.app-info-v2 .border--right-3 {
  border-right-width: 3px;
}

.app-info-v2 .border--bottom-3 {
  border-bottom-width: 3px;
}

.app-info-v2 .border--left-3 {
  border-left-width: 3px;
}

.app-info-v2 .border--4 {
  border-width: 4px;
}

.app-info-v2 .border--top-4 {
  border-top-width: 4px;
}

.app-info-v2 .border--right-4 {
  border-right-width: 4px;
}

.app-info-v2 .border--bottom-4 {
  border-bottom-width: 4px;
}

.app-info-v2 .border--left-4 {
  border-left-width: 4px;
}

.app-info-v2 .border--5 {
  border-width: 5px;
}

.app-info-v2 .border--top-5 {
  border-top-width: 5px;
}

.app-info-v2 .border--right-5 {
  border-right-width: 5px;
}

.app-info-v2 .border--bottom-5 {
  border-bottom-width: 5px;
}

.app-info-v2 .border--left-5 {
  border-left-width: 5px;
}

.app-info-v2 .border--radius-0 {
  border-radius: 0px;
}

.app-info-v2 .border--radius-2 {
  border-radius: 2px;
}

.app-info-v2 .border--radius-4 {
  border-radius: 4px;
}

.app-info-v2 .border--radius-6 {
  border-radius: 6px;
}

.app-info-v2 .border--radius-8 {
  border-radius: 8px;
}

.app-info-v2 .border--radius-10 {
  border-radius: 10px;
}

.app-info-v2 .border--radius-12 {
  border-radius: 12px;
}

.app-info-v2 .border--radius-14 {
  border-radius: 14px;
}

.app-info-v2 .border--radius-16 {
  border-radius: 16px;
}

.app-info-v2 .border--radius-18 {
  border-radius: 18px;
}

.app-info-v2 .border--radius-20 {
  border-radius: 20px;
}

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

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

.app-info-v2 .fz12 {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.app-info-v2 .x-small {
  font-size: 80% !important;
}

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

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

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

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

.app-info-v2 .bold {
  font-weight: bold !important;
}

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

.app-info-v2 .center {
  text-align: center !important;
}

.app-info-v2 .left {
  text-align: left !important;
}

.app-info-v2 .right {
  text-align: right !important;
}

.app-info-v2 .att {
  color: #ff0000 !important;
}

.app-info-v2 .borderNone {
  border: 0 !important;
}

.app-info-v2 .block {
  display: block !important;
}

.app-info-v2 .inline-block {
  display: inline-block;
}

.app-info-v2 .none {
  display: none !important;
}

.app-info-v2 .show {
  visibility: visible !important;
}

.app-info-v2 .hide {
  visibility: hidden !important;
}

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

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

.app-info-v2 .underline {
  text-decoration: underline !important;
}

.app-info-v2 .h100p {
  height: 100%;
}

.app-info-v2 .lh1 {
  line-height: 1;
}

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

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

.app-info-v2 .d-none {
  display: none !important;
}

.app-info-v2 .d-block {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.app-info-v2 .cb {
  max-width: 1000px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.app-info-v2 .cb__inr {
  padding: 0 40px;
}

.app-info-v2 .scroll-prevent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.app-info-v2 .nowrap {
  white-space: nowrap;
}

.app-info-v2 .font-tc1 {
  color: #fff !important;
}

.app-info-v2 .bg-tc1 {
  background-color: #fff !important;
}

.app-info-v2 .border-tc1 {
  border-color: #fff !important;
}

.app-info-v2 .font-tc2 {
  color: #000 !important;
}

.app-info-v2 .bg-tc2 {
  background-color: #000 !important;
}

.app-info-v2 .border-tc2 {
  border-color: #000 !important;
}

.app-info-v2 .font-tc3 {
  color: #f77172 !important;
}

.app-info-v2 .bg-tc3 {
  background-color: #f77172 !important;
}

.app-info-v2 .border-tc3 {
  border-color: #f77172 !important;
}

.app-info-v2 .font-tc4 {
  color: #eee !important;
}

.app-info-v2 .bg-tc4 {
  background-color: #eee !important;
}

.app-info-v2 .border-tc4 {
  border-color: #eee !important;
}

.app-info-v2 .font-tc5 {
  color: #f77172 !important;
}

.app-info-v2 .bg-tc5 {
  background-color: #f77172 !important;
}

.app-info-v2 .border-tc5 {
  border-color: #f77172 !important;
}

.app-info-v2 .font-tc6 {
  color: #e23c3d !important;
}

.app-info-v2 .bg-tc6 {
  background-color: #e23c3d !important;
}

.app-info-v2 .border-tc6 {
  border-color: #e23c3d !important;
}

.app-info-v2 .font-tc7 {
  color: #faeedd !important;
}

.app-info-v2 .bg-tc7 {
  background-color: #faeedd !important;
}

.app-info-v2 .border-tc7 {
  border-color: #faeedd !important;
}

.app-info-v2 .font-tc8 {
  color: #e13c60 !important;
}

.app-info-v2 .bg-tc8 {
  background-color: #e13c60 !important;
}

.app-info-v2 .border-tc8 {
  border-color: #e13c60 !important;
}

.app-info-v2 .font-tc9 {
  color: #5eaade !important;
}

.app-info-v2 .bg-tc9 {
  background-color: #5eaade !important;
}

.app-info-v2 .border-tc9 {
  border-color: #5eaade !important;
}

.app-info-v2 .font-tc10 {
  color: #d7505f !important;
}

.app-info-v2 .bg-tc10 {
  background-color: #d7505f !important;
}

.app-info-v2 .border-tc10 {
  border-color: #d7505f !important;
}

.app-info-v2 .font-tc11 {
  color: #f7eede !important;
}

.app-info-v2 .bg-tc11 {
  background-color: #f7eede !important;
}

.app-info-v2 .border-tc11 {
  border-color: #f7eede !important;
}

.app-info-v2 .font-tc12 {
  color: #eee !important;
}

.app-info-v2 .bg-tc12 {
  background-color: #eee !important;
}

.app-info-v2 .border-tc12 {
  border-color: #eee !important;
}

.app-info-v2 .font-tc13 {
  color: #feeee7 !important;
}

.app-info-v2 .bg-tc13 {
  background-color: #feeee7 !important;
}

.app-info-v2 .border-tc13 {
  border-color: #feeee7 !important;
}

.app-info-v2 .font-tc14 {
  color: #ffe5e5 !important;
}

.app-info-v2 .bg-tc14 {
  background-color: #ffe5e5 !important;
}

.app-info-v2 .border-tc14 {
  border-color: #ffe5e5 !important;
}

.app-info-v2 .font-tc15 {
  color: #e1697e !important;
}

.app-info-v2 .bg-tc15 {
  background-color: #e1697e !important;
}

.app-info-v2 .border-tc15 {
  border-color: #e1697e !important;
}

.app-info-v2 .font-tc16 {
  color: #f4800e !important;
}

.app-info-v2 .bg-tc16 {
  background-color: #f4800e !important;
}

.app-info-v2 .border-tc16 {
  border-color: #f4800e !important;
}

.app-info-v2 .font-tc17 {
  color: #8bca5b !important;
}

.app-info-v2 .bg-tc17 {
  background-color: #8bca5b !important;
}

.app-info-v2 .border-tc17 {
  border-color: #8bca5b !important;
}

.app-info-v2 .page-top {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 60px;
}

.app-info-v2 .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;
}

.app-info-v2 .page-top a:hover {
  background-color: #F49FCE;
}

.app-info-v2 .gs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-info-v2 .gs--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.app-info-v2 .gs--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.app-info-v2 .gs--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.app-info-v2 .gs--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-info-v2 .gs--middle {
  -ms-flex-align: center;
  align-items: center;
}

.app-info-v2 .gs--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.app-info-v2 .gs--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.app-info-v2 .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) {
  .app-info-v2 .gs__col--xs-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .app-info-v2 .gs__col--xs-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .app-info-v2 .gs__col--xs-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .app-info-v2 .gs__col--xs-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .app-info-v2 .gs__col--xs-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .app-info-v2 .gs__col--xs-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .app-info-v2 .gs__col--xs-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .app-info-v2 .gs__col--xs-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .app-info-v2 .gs__col--xs-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .app-info-v2 .gs__col--xs-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .app-info-v2 .gs__col--xs-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .app-info-v2 .gs__col--xs-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .app-info-v2 .gs__col--push-xs-1 {
    left: 8.33333%;
  }
  .app-info-v2 .gs__col--push-xs-2 {
    left: 16.66667%;
  }
  .app-info-v2 .gs__col--push-xs-3 {
    left: 25%;
  }
  .app-info-v2 .gs__col--push-xs-4 {
    left: 33.33333%;
  }
  .app-info-v2 .gs__col--push-xs-5 {
    left: 41.66667%;
  }
  .app-info-v2 .gs__col--push-xs-6 {
    left: 50%;
  }
  .app-info-v2 .gs__col--push-xs-7 {
    left: 58.33333%;
  }
  .app-info-v2 .gs__col--push-xs-8 {
    left: 66.66667%;
  }
  .app-info-v2 .gs__col--push-xs-9 {
    left: 75%;
  }
  .app-info-v2 .gs__col--push-xs-10 {
    left: 83.33333%;
  }
  .app-info-v2 .gs__col--push-xs-11 {
    left: 91.66667%;
  }
  .app-info-v2 .gs__col--push-xs-12 {
    left: 100%;
  }
  .app-info-v2 .gs__col--pull-xs-1 {
    right: 8.33333%;
  }
  .app-info-v2 .gs__col--pull-xs-2 {
    right: 16.66667%;
  }
  .app-info-v2 .gs__col--pull-xs-3 {
    right: 25%;
  }
  .app-info-v2 .gs__col--pull-xs-4 {
    right: 33.33333%;
  }
  .app-info-v2 .gs__col--pull-xs-5 {
    right: 41.66667%;
  }
  .app-info-v2 .gs__col--pull-xs-6 {
    right: 50%;
  }
  .app-info-v2 .gs__col--pull-xs-7 {
    right: 58.33333%;
  }
  .app-info-v2 .gs__col--pull-xs-8 {
    right: 66.66667%;
  }
  .app-info-v2 .gs__col--pull-xs-9 {
    right: 75%;
  }
  .app-info-v2 .gs__col--pull-xs-10 {
    right: 83.33333%;
  }
  .app-info-v2 .gs__col--pull-xs-11 {
    right: 91.66667%;
  }
  .app-info-v2 .gs__col--pull-xs-12 {
    right: 100%;
  }
  .app-info-v2 .gs__col--offset-xs-1 {
    margin-left: 8.33333%;
  }
  .app-info-v2 .gs__col--offset-xs-2 {
    margin-left: 16.66667%;
  }
  .app-info-v2 .gs__col--offset-xs-3 {
    margin-left: 25%;
  }
  .app-info-v2 .gs__col--offset-xs-4 {
    margin-left: 33.33333%;
  }
  .app-info-v2 .gs__col--offset-xs-5 {
    margin-left: 41.66667%;
  }
  .app-info-v2 .gs__col--offset-xs-6 {
    margin-left: 50%;
  }
  .app-info-v2 .gs__col--offset-xs-7 {
    margin-left: 58.33333%;
  }
  .app-info-v2 .gs__col--offset-xs-8 {
    margin-left: 66.66667%;
  }
  .app-info-v2 .gs__col--offset-xs-9 {
    margin-left: 75%;
  }
  .app-info-v2 .gs__col--offset-xs-10 {
    margin-left: 83.33333%;
  }
  .app-info-v2 .gs__col--offset-xs-11 {
    margin-left: 91.66667%;
  }
  .app-info-v2 .gs__col--offset-xs-12 {
    margin-left: 100%;
  }
}

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

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

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

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

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

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

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

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

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

.app-info-v2 .btn {
  min-width: 1em;
  margin: 0;
  padding: 0.26em 0.3em;
  position: relative;
  display: inline-block;
  font: 700 18px/1.5 YakuHanJP, "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  border-radius: 0.5em;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}

.app-info-v2 .btn:link, .app-info-v2 .btn:visited, .app-info-v2 .btn:hover, .app-info-v2 .btn:focus, .app-info-v2 .btn:active {
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .app-info-v2 .btn {
    font-family: Meiryo, sans-serif;
  }
}

.app-info-v2 .btn:hover, .app-info-v2 .btn:focus {
  color: white;
  text-decoration: none;
  background-color: #cccccc;
}

.app-info-v2 .btn--block {
  width: 100%;
  display: block;
}

.app-info-v2 .btn--ico .fa, .app-info-v2 .btn--ico .fas {
  position: absolute;
  top: calc(50% - .5em);
  left: 0.5em;
}

.app-info-v2 .btn--ico-right .fa, .app-info-v2 .btn--ico-right .fas {
  position: absolute;
  top: calc(50% - .5em);
  right: 0.5em;
}

.app-info-v2 .btn--disabled, .app-info-v2 .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .3;
}

.app-info-v2 .btn--shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.app-info-v2 .btn--pro {
  color: #eee;
  background-color: #fff;
  border-color: #eee;
  font-size: 18rem;
  border-radius: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  min-width: 190px;
}

.app-info-v2 .btn--pro:link, .app-info-v2 .btn--pro:visited, .app-info-v2 .btn--pro:hover, .app-info-v2 .btn--pro:focus, .app-info-v2 .btn--pro:active {
  color: #eee;
}

.app-info-v2 .btn--pro:hover, .app-info-v2 .btn--pro:focus {
  color: white;
  background-color: white;
  border-color: white;
}

.app-info-v2 .btn--card {
  font-size: 16rem;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  border: 0;
}

.app-info-v2 .btn--list {
  color: #fff;
  background-color: #f77172;
  border-color: #f77172;
  font-size: 18rem;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.app-info-v2 .btn--list:link, .app-info-v2 .btn--list:visited, .app-info-v2 .btn--list:hover, .app-info-v2 .btn--list:focus, .app-info-v2 .btn--list:active {
  color: #fff;
}

.app-info-v2 .btn--list:hover, .app-info-v2 .btn--list:focus {
  color: white;
  background-color: #fcd2d2;
  border-color: #fcd2d2;
}

.app-info-v2 .btn--item {
  color: #757575;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-size: 14rem;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.app-info-v2 .btn--item:link, .app-info-v2 .btn--item:visited, .app-info-v2 .btn--item:hover, .app-info-v2 .btn--item:focus, .app-info-v2 .btn--item:active {
  color: #757575;
}

.app-info-v2 .btn--item:hover, .app-info-v2 .btn--item:focus {
  color: #a8a8a8;
  background-color: white;
  border-color: white;
}

.app-info-v2 .btn--type {
  color: #fff;
  background-color: #f77172;
  border-color: #f77172;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.app-info-v2 .btn--type:link, .app-info-v2 .btn--type:visited, .app-info-v2 .btn--type:hover, .app-info-v2 .btn--type:focus, .app-info-v2 .btn--type:active {
  color: #fff;
}

.app-info-v2 .btn--type:hover, .app-info-v2 .btn--type:focus {
  color: white;
  background-color: #fcd2d2;
  border-color: #fcd2d2;
}

.app-info-v2 .btn--form-parts {
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  border: 0;
}

.app-info-v2 .btn--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.app-info-v2 .btn--danger:link, .app-info-v2 .btn--danger:visited, .app-info-v2 .btn--danger:hover, .app-info-v2 .btn--danger:focus, .app-info-v2 .btn--danger:active {
  color: #fff;
}

.app-info-v2 .btn--danger:hover, .app-info-v2 .btn--danger:focus {
  color: white;
  background-color: #e27c79;
  border-color: #e27c79;
}

.app-info-v2 .btn--bg-tc-1 {
  background-color: #fff;
}

.app-info-v2 .btn--bg-tc-1:hover, .app-info-v2 .btn--bg-tc-1:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-1 {
  border-color: #fff;
}

.app-info-v2 .btn--border-tc-1:hover, .app-info-v2 .btn--border-tc-1:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-1 {
  color: #fff;
}

.app-info-v2 .btn--font-tc-1:link, .app-info-v2 .btn--font-tc-1:visited {
  color: #fff;
}

.app-info-v2 .btn--font-tc-1:hover, .app-info-v2 .btn--font-tc-1:focus, .app-info-v2 .btn--font-tc-1:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-2 {
  background-color: #000;
}

.app-info-v2 .btn--bg-tc-2:hover, .app-info-v2 .btn--bg-tc-2:focus {
  background-color: #333333;
}

.app-info-v2 .btn--border-tc-2 {
  border-color: #000;
}

.app-info-v2 .btn--border-tc-2:hover, .app-info-v2 .btn--border-tc-2:focus {
  border-color: #333333;
}

.app-info-v2 .btn--font-tc-2 {
  color: #000;
}

.app-info-v2 .btn--font-tc-2:link, .app-info-v2 .btn--font-tc-2:visited {
  color: #000;
}

.app-info-v2 .btn--font-tc-2:hover, .app-info-v2 .btn--font-tc-2:focus, .app-info-v2 .btn--font-tc-2:active {
  color: #333333;
}

.app-info-v2 .btn--bg-tc-3 {
  background-color: #f77172;
}

.app-info-v2 .btn--bg-tc-3:hover, .app-info-v2 .btn--bg-tc-3:focus {
  background-color: #fcd2d2;
}

.app-info-v2 .btn--border-tc-3 {
  border-color: #f77172;
}

.app-info-v2 .btn--border-tc-3:hover, .app-info-v2 .btn--border-tc-3:focus {
  border-color: #fcd2d2;
}

.app-info-v2 .btn--font-tc-3 {
  color: #f77172;
}

.app-info-v2 .btn--font-tc-3:link, .app-info-v2 .btn--font-tc-3:visited {
  color: #f77172;
}

.app-info-v2 .btn--font-tc-3:hover, .app-info-v2 .btn--font-tc-3:focus, .app-info-v2 .btn--font-tc-3:active {
  color: #fcd2d2;
}

.app-info-v2 .btn--bg-tc-4 {
  background-color: #eee;
}

.app-info-v2 .btn--bg-tc-4:hover, .app-info-v2 .btn--bg-tc-4:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-4 {
  border-color: #eee;
}

.app-info-v2 .btn--border-tc-4:hover, .app-info-v2 .btn--border-tc-4:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-4 {
  color: #eee;
}

.app-info-v2 .btn--font-tc-4:link, .app-info-v2 .btn--font-tc-4:visited {
  color: #eee;
}

.app-info-v2 .btn--font-tc-4:hover, .app-info-v2 .btn--font-tc-4:focus, .app-info-v2 .btn--font-tc-4:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-5 {
  background-color: #f77172;
}

.app-info-v2 .btn--bg-tc-5:hover, .app-info-v2 .btn--bg-tc-5:focus {
  background-color: #fcd2d2;
}

.app-info-v2 .btn--border-tc-5 {
  border-color: #f77172;
}

.app-info-v2 .btn--border-tc-5:hover, .app-info-v2 .btn--border-tc-5:focus {
  border-color: #fcd2d2;
}

.app-info-v2 .btn--font-tc-5 {
  color: #f77172;
}

.app-info-v2 .btn--font-tc-5:link, .app-info-v2 .btn--font-tc-5:visited {
  color: #f77172;
}

.app-info-v2 .btn--font-tc-5:hover, .app-info-v2 .btn--font-tc-5:focus, .app-info-v2 .btn--font-tc-5:active {
  color: #fcd2d2;
}

.app-info-v2 .btn--bg-tc-6 {
  background-color: #e23c3d;
}

.app-info-v2 .btn--bg-tc-6:hover, .app-info-v2 .btn--bg-tc-6:focus {
  background-color: #ef9595;
}

.app-info-v2 .btn--border-tc-6 {
  border-color: #e23c3d;
}

.app-info-v2 .btn--border-tc-6:hover, .app-info-v2 .btn--border-tc-6:focus {
  border-color: #ef9595;
}

.app-info-v2 .btn--font-tc-6 {
  color: #e23c3d;
}

.app-info-v2 .btn--font-tc-6:link, .app-info-v2 .btn--font-tc-6:visited {
  color: #e23c3d;
}

.app-info-v2 .btn--font-tc-6:hover, .app-info-v2 .btn--font-tc-6:focus, .app-info-v2 .btn--font-tc-6:active {
  color: #ef9595;
}

.app-info-v2 .btn--bg-tc-7 {
  background-color: #faeedd;
}

.app-info-v2 .btn--bg-tc-7:hover, .app-info-v2 .btn--bg-tc-7:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-7 {
  border-color: #faeedd;
}

.app-info-v2 .btn--border-tc-7:hover, .app-info-v2 .btn--border-tc-7:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-7 {
  color: #faeedd;
}

.app-info-v2 .btn--font-tc-7:link, .app-info-v2 .btn--font-tc-7:visited {
  color: #faeedd;
}

.app-info-v2 .btn--font-tc-7:hover, .app-info-v2 .btn--font-tc-7:focus, .app-info-v2 .btn--font-tc-7:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-8 {
  background-color: #e13c60;
}

.app-info-v2 .btn--bg-tc-8:hover, .app-info-v2 .btn--bg-tc-8:focus {
  background-color: #ef94a8;
}

.app-info-v2 .btn--border-tc-8 {
  border-color: #e13c60;
}

.app-info-v2 .btn--border-tc-8:hover, .app-info-v2 .btn--border-tc-8:focus {
  border-color: #ef94a8;
}

.app-info-v2 .btn--font-tc-8 {
  color: #e13c60;
}

.app-info-v2 .btn--font-tc-8:link, .app-info-v2 .btn--font-tc-8:visited {
  color: #e13c60;
}

.app-info-v2 .btn--font-tc-8:hover, .app-info-v2 .btn--font-tc-8:focus, .app-info-v2 .btn--font-tc-8:active {
  color: #ef94a8;
}

.app-info-v2 .btn--bg-tc-9 {
  background-color: #5eaade;
}

.app-info-v2 .btn--bg-tc-9:hover, .app-info-v2 .btn--bg-tc-9:focus {
  background-color: #b3d7ef;
}

.app-info-v2 .btn--border-tc-9 {
  border-color: #5eaade;
}

.app-info-v2 .btn--border-tc-9:hover, .app-info-v2 .btn--border-tc-9:focus {
  border-color: #b3d7ef;
}

.app-info-v2 .btn--font-tc-9 {
  color: #5eaade;
}

.app-info-v2 .btn--font-tc-9:link, .app-info-v2 .btn--font-tc-9:visited {
  color: #5eaade;
}

.app-info-v2 .btn--font-tc-9:hover, .app-info-v2 .btn--font-tc-9:focus, .app-info-v2 .btn--font-tc-9:active {
  color: #b3d7ef;
}

.app-info-v2 .btn--bg-tc-10 {
  background-color: #d7505f;
}

.app-info-v2 .btn--bg-tc-10:hover, .app-info-v2 .btn--bg-tc-10:focus {
  background-color: #eaa3ab;
}

.app-info-v2 .btn--border-tc-10 {
  border-color: #d7505f;
}

.app-info-v2 .btn--border-tc-10:hover, .app-info-v2 .btn--border-tc-10:focus {
  border-color: #eaa3ab;
}

.app-info-v2 .btn--font-tc-10 {
  color: #d7505f;
}

.app-info-v2 .btn--font-tc-10:link, .app-info-v2 .btn--font-tc-10:visited {
  color: #d7505f;
}

.app-info-v2 .btn--font-tc-10:hover, .app-info-v2 .btn--font-tc-10:focus, .app-info-v2 .btn--font-tc-10:active {
  color: #eaa3ab;
}

.app-info-v2 .btn--bg-tc-11 {
  background-color: #f7eede;
}

.app-info-v2 .btn--bg-tc-11:hover, .app-info-v2 .btn--bg-tc-11:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-11 {
  border-color: #f7eede;
}

.app-info-v2 .btn--border-tc-11:hover, .app-info-v2 .btn--border-tc-11:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-11 {
  color: #f7eede;
}

.app-info-v2 .btn--font-tc-11:link, .app-info-v2 .btn--font-tc-11:visited {
  color: #f7eede;
}

.app-info-v2 .btn--font-tc-11:hover, .app-info-v2 .btn--font-tc-11:focus, .app-info-v2 .btn--font-tc-11:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-12 {
  background-color: #eee;
}

.app-info-v2 .btn--bg-tc-12:hover, .app-info-v2 .btn--bg-tc-12:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-12 {
  border-color: #eee;
}

.app-info-v2 .btn--border-tc-12:hover, .app-info-v2 .btn--border-tc-12:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-12 {
  color: #eee;
}

.app-info-v2 .btn--font-tc-12:link, .app-info-v2 .btn--font-tc-12:visited {
  color: #eee;
}

.app-info-v2 .btn--font-tc-12:hover, .app-info-v2 .btn--font-tc-12:focus, .app-info-v2 .btn--font-tc-12:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-13 {
  background-color: #feeee7;
}

.app-info-v2 .btn--bg-tc-13:hover, .app-info-v2 .btn--bg-tc-13:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-13 {
  border-color: #feeee7;
}

.app-info-v2 .btn--border-tc-13:hover, .app-info-v2 .btn--border-tc-13:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-13 {
  color: #feeee7;
}

.app-info-v2 .btn--font-tc-13:link, .app-info-v2 .btn--font-tc-13:visited {
  color: #feeee7;
}

.app-info-v2 .btn--font-tc-13:hover, .app-info-v2 .btn--font-tc-13:focus, .app-info-v2 .btn--font-tc-13:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-14 {
  background-color: #ffe5e5;
}

.app-info-v2 .btn--bg-tc-14:hover, .app-info-v2 .btn--bg-tc-14:focus {
  background-color: white;
}

.app-info-v2 .btn--border-tc-14 {
  border-color: #ffe5e5;
}

.app-info-v2 .btn--border-tc-14:hover, .app-info-v2 .btn--border-tc-14:focus {
  border-color: white;
}

.app-info-v2 .btn--font-tc-14 {
  color: #ffe5e5;
}

.app-info-v2 .btn--font-tc-14:link, .app-info-v2 .btn--font-tc-14:visited {
  color: #ffe5e5;
}

.app-info-v2 .btn--font-tc-14:hover, .app-info-v2 .btn--font-tc-14:focus, .app-info-v2 .btn--font-tc-14:active {
  color: white;
}

.app-info-v2 .btn--bg-tc-15 {
  background-color: #e1697e;
}

.app-info-v2 .btn--bg-tc-15:hover, .app-info-v2 .btn--bg-tc-15:focus {
  background-color: #f2bec7;
}

.app-info-v2 .btn--border-tc-15 {
  border-color: #e1697e;
}

.app-info-v2 .btn--border-tc-15:hover, .app-info-v2 .btn--border-tc-15:focus {
  border-color: #f2bec7;
}

.app-info-v2 .btn--font-tc-15 {
  color: #e1697e;
}

.app-info-v2 .btn--font-tc-15:link, .app-info-v2 .btn--font-tc-15:visited {
  color: #e1697e;
}

.app-info-v2 .btn--font-tc-15:hover, .app-info-v2 .btn--font-tc-15:focus, .app-info-v2 .btn--font-tc-15:active {
  color: #f2bec7;
}

.app-info-v2 .btn--bg-tc-16 {
  background-color: #f4800e;
}

.app-info-v2 .btn--bg-tc-16:hover, .app-info-v2 .btn--bg-tc-16:focus {
  background-color: #f8b370;
}

.app-info-v2 .btn--border-tc-16 {
  border-color: #f4800e;
}

.app-info-v2 .btn--border-tc-16:hover, .app-info-v2 .btn--border-tc-16:focus {
  border-color: #f8b370;
}

.app-info-v2 .btn--font-tc-16 {
  color: #f4800e;
}

.app-info-v2 .btn--font-tc-16:link, .app-info-v2 .btn--font-tc-16:visited {
  color: #f4800e;
}

.app-info-v2 .btn--font-tc-16:hover, .app-info-v2 .btn--font-tc-16:focus, .app-info-v2 .btn--font-tc-16:active {
  color: #f8b370;
}

.app-info-v2 .btn--bg-tc-17 {
  background-color: #8bca5b;
}

.app-info-v2 .btn--bg-tc-17:hover, .app-info-v2 .btn--bg-tc-17:focus {
  background-color: #c2e3a8;
}

.app-info-v2 .btn--border-tc-17 {
  border-color: #8bca5b;
}

.app-info-v2 .btn--border-tc-17:hover, .app-info-v2 .btn--border-tc-17:focus {
  border-color: #c2e3a8;
}

.app-info-v2 .btn--font-tc-17 {
  color: #8bca5b;
}

.app-info-v2 .btn--font-tc-17:link, .app-info-v2 .btn--font-tc-17:visited {
  color: #8bca5b;
}

.app-info-v2 .btn--font-tc-17:hover, .app-info-v2 .btn--font-tc-17:focus, .app-info-v2 .btn--font-tc-17:active {
  color: #c2e3a8;
}

.app-info-v2 .headline {
  display: -ms-flexbox;
  display: flex;
  background-color: #f77172;
}

.app-info-v2 .headline span {
  width: 100%;
  min-height: 65px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .headline span {
    min-height: 44px;
    padding: 8px 0;
    font-size: 22px;
  }
}

.app-info-v2 .service-info {
  padding: 45px 0 70px;
}

.app-info-v2 .service-info__intro {
  line-height: 1.6;
  font-size: 20px;
  color: #e13c60;
  text-align: center;
}

.app-info-v2 .service-info__text {
  margin-top: 30px;
  line-height: 1.556;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .service-info {
    padding: 22px 5.33333% 50px;
  }
  .app-info-v2 .service-info__intro {
    line-height: 1.375;
    font-size: 16px;
  }
  .app-info-v2 .service-info__text {
    margin-top: 18px;
    line-height: 1.4;
    font-size: 15px;
  }
}

.app-info-v2 .feature-box {
  margin-top: 40px;
}

.app-info-v2 .feature-box__head {
  position: relative;
}

.app-info-v2 .feature-box__title {
  width: 100%;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  background-color: #de726e;
}

.app-info-v2 .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.app-info-v2 .feature-box__logo img {
  width: 143px;
}

.app-info-v2 .feature-box__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .feature-box {
    margin-top: 20px;
  }
  .app-info-v2 .feature-box__title {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    font-size: 18px;
  }
  .app-info-v2 .feature-box__logo {
    width: 110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    text-align: center;
  }
  .app-info-v2 .feature-box__logo img {
    width: 110px;
  }
  .app-info-v2 .feature-box__body {
    margin-top: 15px;
  }
}

.app-info-v2 .feature-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.app-info-v2 .feature-list__item:not(:first-child) {
  margin-left: 10px;
}

.app-info-v2 .feature-list__item p {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .feature-list {
    display: block;
  }
  .app-info-v2 .feature-list__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .app-info-v2 .feature-list__item:not(:first-child) {
    margin-top: 5px;
    margin-left: 0;
  }
  .app-info-v2 .feature-list__item img {
    width: 138px;
  }
  .app-info-v2 .feature-list__item p {
    height: 88px;
    margin-top: 0;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.357;
    font-size: 14px;
  }
}

.app-info-v2 .youtube-box {
  margin-top: 45px;
}

.app-info-v2 .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.app-info-v2 .youtube-box iframe,
.app-info-v2 .youtube-box .youtube-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 999px) {
  .app-info-v2 .youtube-box {
    margin: 25px calc(50% - 50vw) 0;
  }
}

.app-info-v2 .link-howto {
  margin-top: 45px;
  text-align: center;
}

.app-info-v2 .link-howto a {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ed404f;
}

.app-info-v2 .link-howto a:link, .app-info-v2 .link-howto a:visited, .app-info-v2 .link-howto a:hover, .app-info-v2 .link-howto a:focus, .app-info-v2 .link-howto a:active {
  color: #ed404f;
}

.app-info-v2 .link-howto a:hover, .app-info-v2 .link-howto a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .link-howto {
    margin-top: 30px;
  }
  .app-info-v2 .link-howto a {
    font-size: 14px;
  }
}

.app-info-v2 .shadow {
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.12);
}

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

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

.app-info-v2 .bubble::before, .app-info-v2 .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;
}

.app-info-v2 .bubble::before {
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.app-info-v2 .bubble::after {
  right: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.app-info-v2 .bubble--tc-8 {
  color: #d14b62;
}

.app-info-v2 .bubble--tc-8::before, .app-info-v2 .bubble--tc-8::after {
  border-color: #d14b62;
}

.app-info-v2 .bubble--tc-2 {
  color: #000;
}

.app-info-v2 .bubble--tc-2::before, .app-info-v2 .bubble--tc-2::after {
  border-color: #000;
}

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

.app-info-v2 .marker {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #feea15 65%, #feea15 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.app-info-v2 .cp-140 {
  overflow: hidden;
}

.app-info-v2 .hero {
  height: 410px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.app-info-v2 .hero__img {
  width: 2000px;
  height: 410px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

@media screen and (max-width: 767px) {
  .app-info-v2 .hero {
    height: auto;
  }
  .app-info-v2 .hero__img {
    width: auto;
    height: auto;
    position: static;
  }
}

.app-info-v2 .headline--arrow {
  position: relative;
  background-color: #bc5157;
}

.app-info-v2 .headline--arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #bc5157 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
}

.app-info-v2 .local-nav {
  padding: 40px 0;
}

.app-info-v2 .local-nav__item {
  height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f77172;
  border-radius: 10px;
}

.app-info-v2 .local-nav__item i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #f8aaab;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .local-nav {
    padding: 35px 0 20px;
  }
  .app-info-v2 .local-nav__item {
    height: 60px;
    font-size: 17px;
  }
  .app-info-v2 .local-nav__item i {
    right: 5px;
  }
  .app-info-v2 .local-nav__item span {
    margin-left: -3px;
  }
  .app-info-v2 .local-nav .m-n10 {
    margin: -5px;
  }
  .app-info-v2 .local-nav .p10 {
    padding: 5px !important;
  }
}

.app-info-v2 .intro {
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
}

.app-info-v2 .intro__text-1 {
  margin-top: 5px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 32px;
  color: #e75200;
}

.app-info-v2 .intro__text-2 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}

.app-info-v2 .intro__text-2 span {
  color: #f08e95;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .intro {
    height: auto;
    display: block;
    padding: 0 5.33333% 35px;
  }
  .app-info-v2 .intro__text-1 {
    font-size: 22px;
  }
  .app-info-v2 .intro__text-2 {
    margin-top: 20px;
    font-size: 17px;
  }
}

.app-info-v2 .cp-140-box {
  overflow: hidden;
}

.app-info-v2 .cp-140-box__head {
  font-weight: 900;
  font-size: 30px;
}

.app-info-v2 .cp-140-box__body {
  padding: 40px 0 80px;
}

.app-info-v2 .cp-140-box__body--app-campaign {
  padding-bottom: 0;
}

.app-info-v2 .cp-140-box--line {
  padding-bottom: 70px;
  border-bottom: 4px solid #f77172;
}

@media screen and (max-width: 999px) {
  .app-info-v2 .cp-140-box__body {
    padding: 20px 20px 40px;
  }
  .app-info-v2 .cp-140-box__body--app-campaign {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .app-info-v2 .cp-140-box__body {
    padding: 20px 20px 40px;
  }
  .app-info-v2 .cp-140-box--line {
    padding-bottom: 50px;
    border-width: 2px;
  }
}

.app-info-v2 .cp2-box {
  position: relative;
}

.app-info-v2 .cp2-box__head {
  font-size: 30px;
}

.app-info-v2 .cp2-box__ribon-img {
  padding: 0 10px;
  display: block;
  position: relative;
  top: -60%;
  left: 0;
}

.app-info-v2 .cp2-box__body {
  padding: 40px 0 80px;
}

.app-info-v2 .cp2-box__body--w {
  padding-bottom: 40px;
  background-color: #f8f3e8;
}

.app-info-v2 .cp2-box__bubble {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #fff;
}

.app-info-v2 .cp2-box__bubble::before, .app-info-v2 .cp2-box__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;
}

.app-info-v2 .cp2-box__bubble::before {
  left: 0;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.app-info-v2 .cp2-box__bubble::after {
  right: 0;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.app-info-v2 .cp2-box__bubble--tc-8 {
  color: #d14b62;
}

.app-info-v2 .cp2-box__bubble--tc-8::before, .app-info-v2 .cp2-box__bubble--tc-8::after {
  border-color: #d14b62;
}

.app-info-v2 .cp2-box__bubble--tc-2 {
  color: #000;
}

.app-info-v2 .cp2-box__bubble--tc-2::before, .app-info-v2 .cp2-box__bubble--tc-2::after {
  border-color: #000;
}

@media screen and (max-width: 999px) {
  .app-info-v2 .cp2-box__body {
    padding: 20px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .app-info-v2 .cp2-box {
    font-size: 22px;
  }
  .app-info-v2 .cp2-box__body {
    padding: 20px 20px 40px;
  }
  .app-info-v2 .cp2-box__body--w {
    padding: 30px 20px;
  }
}

.app-info-v2 .app-description {
  margin-bottom: 60px;
}

.app-info-v2 .app-description__title {
  padding-bottom: 5px;
  font-size: 24px;
  color: #e93435;
  border-bottom: 2px solid #e93435;
}

.app-info-v2 .app-description__img {
  margin-top: 45px;
}

.app-info-v2 .app-description__body {
  margin-top: 45px;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .app-description {
    margin-bottom: 35px;
  }
  .app-info-v2 .app-description__title {
    font-size: 20px;
  }
  .app-info-v2 .app-description__img {
    margin-top: 25px;
  }
  .app-info-v2 .app-description__img--2 {
    max-width: 146px;
    margin-left: auto;
    margin-right: auto;
  }
  .app-info-v2 .app-description__body {
    margin-top: 25px;
    font-size: 16px;
  }
}

.app-info-v2 .description-foot {
  margin-top: 60px;
  padding-top: 45px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 20px;
  color: #e93435;
  border-top: 2px solid #e93435;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .description-foot {
    margin-top: 40px;
    padding-top: 25px;
    font-size: 17px;
  }
}

.app-info-v2 .sns-box {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .sns-box {
    padding: 20px 20px 40px;
  }
}

.app-info-v2 .bnr-box {
  padding: 55px 0 75px;
}

.app-info-v2 .bnr-box__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #cc0033;
  text-align: center;
}

.app-info-v2 .bnr-box__item {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .bnr-box__inr {
    padding: 0 20px;
  }
  .app-info-v2 .bnr-box__item:not(:first-child) {
    margin-top: 15px;
  }
  .app-info-v2 .bnr-box__title {
    font-size: 16px;
  }
}

.app-info-v2 .indent5 {
  padding-left: 5em;
  position: relative;
}

.app-info-v2 .indent5 span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .indent5 {
    padding: 0;
  }
  .app-info-v2 .indent5 span {
    position: static;
    display: block;
  }
}

.app-info-v2 .fz20boldfont-tc8 {
  font-size: 20px;
  font-weight: bold;
  color: #e13c60;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .fz20boldfont-tc8 {
    font-size: 16px;
  }
}

.app-info-v2 .fz18boldfont-tc1 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .app-info-v2 .fz18boldfont-tc1 {
    font-size: 16px;
  }
}

.app-info-v2 .box-interview__btn_outer.app_campaign_bnr {
  position: relative;
}
.app-info-v2 a p.btn_detail_slick.app_campaign_btn {
  display: block;
  position: absolute;
  z-index: 6;
  right: 2%;
  bottom: 5%;
  display: block;
  width: 155px;
  padding: 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .app-info-v2 a p.btn_detail_slick.app_campaign_btn {
    width: 120px;
    font-size: 14px;
  }
}

/* ==========================================================================
 *  
 *  _mothers-fix.scss
 *
 *  Last Modified: 2020/02/06
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
#page-top {
  display: none;
}

/*# sourceMappingURL=maps/style-app-info-v2.css.map */
