@charset "UTF-8";
/*----------------------------------------------------
　Setting
----------------------------------------------------*/
/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### 文字サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### マージン
----------------------------------------------------*/
/*----------------------------------------------------
### 角丸
----------------------------------------------------*/
/*----------------------------------------------------
　影幅
----------------------------------------------------*/
/*----------------------------------------------------
　Base
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

li {
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
---
name: Baseディレクトリ
tag:
  - Base
category:
  - 1 Base
---
Baseディレクトリにはreset.cssなど基礎的なスタイルを格納します。
*/
/*
---
name: Reboot.scss
tag:
  - Base
category:
  - 1 Base/1 Reboot.scss
---
reset.cssです。**基本的にこのファイルは編集しません。**
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 1.6;
}

/*----------------------------------------------------
　フォント
----------------------------------------------------*/
/* Google Fonts */
/* ここに追加 */
/*----------------------------------------------------
　フルードイメージ
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*
---
name: Basic.scss
tag:
  - Base
category:
  - 1 Base/2 Basic.scss
---
Reset.cssで設定されていない基礎的なスタイルを定義するscssです。
*/
/*----------------------------------------------------
　Mixin 
----------------------------------------------------*/
/*----------------------------------------------------
　下方向マージン
----------------------------------------------------*/
.mb-a {
  margin: 0 auto auto !important;
}

.mb-xxxs {
  margin: 0 auto 0.2rem !important;
}

.mb-xxs {
  margin: 0 auto 0.5rem !important;
}

.mb-xs {
  margin: 0 auto 1rem !important;
}

.mb-s {
  margin: 0 auto 1.5rem !important;
}

.mb-m {
  margin: 0 auto 2rem !important;
}

.mb-l {
  margin: 0 auto 3rem !important;
}

.mb-xl {
  margin: 0 auto 5rem !important;
}

.mb-xxl {
  margin: 0 auto 7rem !important;
}

/*----------------------------------------------------
　文字、背景カラー
----------------------------------------------------*/
.color-bk {
  color: #222222 !important;
}

.bg-bk {
  background: #222222 !important;
}

.color-wh {
  color: #FFFFFF !important;
}

.bg-wh {
  background: #FFFFFF !important;
}

.color-pri {
  color: #54787C !important;
}

.bg-pri {
  background: #54787C !important;
}

.color-sec {
  color: #FF9B9B !important;
}

.bg-sec {
  background: #FF9B9B !important;
}

.color-line {
  color: #F0F0F0 !important;
}

.bg-line {
  background: #F0F0F0 !important;
}

.color-bg {
  color: #CDDFE1 !important;
}

.bg-bg {
  background: #CDDFE1 !important;
}

.color-success {
  color: #51A30A !important;
}

.bg-success {
  background: #51A30A !important;
}

.color-danger {
  color: #DE3401 !important;
}

.bg-danger {
  background: #DE3401 !important;
}

.color-warning {
  color: #CB9400 !important;
}

.bg-warning {
  background: #CB9400 !important;
}

.color-info {
  color: #F0F0F0 !important;
}

.bg-info {
  background: #F0F0F0 !important;
}

.color-light {
  color: #efefef !important;
}

.bg-light {
  background: #efefef !important;
}

.color-dark {
  color: #666666 !important;
}

.bg-dark {
  background: #666666 !important;
}

.color-muted {
  color: #F0F0F0 !important;
}

.bg-muted {
  background: #F0F0F0 !important;
}

.color-link {
  color: #3B8FF2 !important;
}

.bg-link {
  background: #3B8FF2 !important;
}

/*----------------------------------------------------
name: 書体
----------------------------------------------------*/
.font-xs {
  font-size: 1.4rem !important;
}

.font-s {
  font-size: 1.6rem !important;
}

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

.font-l {
  font-size: 2.4rem !important;
}

.font-xl {
  font-size: 3rem !important;
}

.font-b {
  font-weight: bold;
}

/*----------------------------------------------------
name: 文字揃え
----------------------------------------------------*/
.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

/*----------------------------------------------------
　シャドウ
----------------------------------------------------*/
/*
---
name: Utillity.scss
tag:
  - Mixin
category:
  - 4 Mixin/1 Utillity.scss
---
## ユーティリティ
Variableで指定された変数を、ユーティリティクラスとして利用できるようにするMixin。

※ユーティリティクラスは限られた場面でのみ使用することを推奨。
***
`.mb-m //下方向マージン`

`.color-pri //文字色`

`.bg-pri //背景色`

`.font-m //文字サイズ`

`.font-b //太字`

`.text-c //センタリング`
***

*凡例*
```html
<p class="mb-xs">XSサイズの下方向マージン</p>
<p class="color-pri">文字色をプライマリカラー</p>
<p class="bg-sec">背景色をセカンダリカラー</p>
<p class="font-m">Mサイズの文字</p>
<p class="font-b">太字</p>
<p class="text-r">右寄せ</p>

```
*/
/*----------------------------------------------------
　メディアクエリ
----------------------------------------------------*/
@media (max-width: 768px) {
  .sp-kill {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .pc-kill {
    display: none !important;
  }
}

/*
---
name: MediaQuery.scss
tag:
  - Mixin
category:
  - 4 Mixin/2 MediaQuery.scss
---
## メディアクエリ
メディアクエリを記述するためのmixin。

クラスの中でメディアクエリ用のスタイルを定義することができます。

引数を省略した場合、デフォルトは*pc*になります。
***
`@include mq( ブレークポイント );`
***

*凡例*
```scss
//SCSS
.example_mq_title {
  font-size: 2rem;
  @include mq(){
    font-size: 1.4rem;
  };
}
```
```html
<h1 class="example_mq_title">SPでは2remでオレンジ、PCでは1.4remで黒になります</h1>
```




### SP/PCのみ適用
SP/PCどちらかをdisplay:noneに指定するクラス。
***
`.sp-kill //SPで非表示`


`.pc-kill //PCで非表示`
***

*凡例*
```scss
//SCSS
.example_mq_title {
  font-size: 2rem;
  @include mq(){
    font-size: 1.4rem;
  };
}
```
```html
<h2 class="sp-kill">PCのみ表示されてます</h2>
<h2 class="pc-kill">SPのみ表示されてます</h2>
```
*/
.example_mq_title {
  font-size: 2rem;
  color: #FF9B9B;
}

@media (min-width: 769px) {
  .example_mq_title {
    font-size: 1.4rem;
    color: #222222;
  }
}

/*----------------------------------------------------
  ボタン
----------------------------------------------------*/
.button {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #54787C;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

/*
---
name: Mixinディレクトリ
tag:
  - Mixin
category:
  - 4 Mixin
---
Mixinディレクトリにはmixinを定義したscssを格納します。
ここでは特に汎用的に使用するmixinを格納し、使用範囲が限定されるようなmixinは格納しなくても構いません。
*/
/*
---
name: Button.scss
tag:
  - Mixin
category:
  - 4 Mixin/3 Button.scss
---
## ボタンスタイル
汎用的なボタンスタイルのmixin。

引数を省略した場合、デフォルトではプライマリカラーの角丸ボタンになります
***
`@include buttonstyle( 文字色, 背景色, ボーダー色, 文字サイズ );`
***

*凡例*
```scss
//SCSS
.example_button {
  @include buttonstyle( $color-wh, $color-pri );
}
```
```html
<button class="example_button">ボタン</button>
```
*/
.example_button {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #54787C;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

/*----------------------------------------------------
 テキスト入力（text,number,tell,email,url,password,search）
----------------------------------------------------*/
input[type="text"],
input[type="number"],
input[type="date"],
input[type="tell"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  margin: 0 auto;
  padding: 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0;
  border-radius: 0.6rem;
  cursor: pointer;
}

input[type="text"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="tell"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand {
  display: none;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="tell"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder {
  color: #e6e6e6;
}

/*----------------------------------------------------
 スタイルだけ
----------------------------------------------------*/
.input {
  margin: 0 auto;
  padding: 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0;
  border-radius: 0.6rem;
  margin: 0 auto;
  padding: 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0;
  border-radius: 0.6rem;
  cursor: pointer;
}

.input::placeholder {
  color: #e6e6e6;
}

.input::placeholder {
  color: #e6e6e6;
}

/*
---
name: Input.scss
tag:
  - Mixin
category:
  - 4 Mixin/4 Input.scss
---
## 入力エリアのスタイル
テキスト入力エリアのスタイルを定義したmixin。

**全てのinput要素に適用させています。**


*凡例*
```html
<input type="text" placeholder="テキスト入力"></input>
```


### Inputクラス
見た目だけ、Input以外の要素に入力エリアのスタイルを適用させるクラス。
```html
<p class="input">テキスト入力と同じスタイル</p>
```
*/
/*----------------------------------------------------
 セレクト（select/option）
----------------------------------------------------*/
select {
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0 url("./fonts/pulldown_enabled.svg") no-repeat;
  background-position: right 2% top 50%;
  background-size: 1.6rem;
  border-radius: 0.6rem;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select::placeholder {
  color: #e6e6e6;
}

/*----------------------------------------------------
 スタイルだけ
----------------------------------------------------*/
.select {
  margin: 0 auto;
  padding: 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0;
  border-radius: 0.6rem;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
  color: #666666;
  font-size: 1.8rem;
  background: #F0F0F0 url("./fonts/pulldown_enabled.svg") no-repeat;
  background-position: right 2% top 50%;
  background-size: 1.6rem;
  border-radius: 0.6rem;
  cursor: pointer;
}

.select::placeholder {
  color: #e6e6e6;
}

.select::placeholder {
  color: #e6e6e6;
}

/*
---
name: Select.scss
tag:
  - Mixin
category:
  - 4 Mixin/5 Select.scss
---
## プルダウンのスタイル
プルダウンのスタイルを定義したmixin。

**全てのselect要素に適用させています。**


*凡例*
```html
<select>
  <option>オプションA</option>
  <option>オプションB</option>
</select>
```


### Selectクラス
見た目だけ、select以外の要素にプルダウンのスタイルを適用させるクラス。
```html
<p class="select">プルダウンと同じスタイル</p>
```
*/
/*----------------------------------------------------
 スイッチ
----------------------------------------------------*/
/*
---
name: Switch.scss
tag:
  - Mixin
category:
  - 4 Mixin/6 Switch.scss
---
## スイッチのスタイル
スイッチのスタイルを定義したmixin。

通常時のスタイルと、アクティブ時のスタイルで分けて記述します。

アクティブ時のスタイルに引数で色を指定します。省略した場合はプライマリカラーになります。
***
`@include switch();`

`@include switch-enabled( アクティブ時の色 );`
***
*凡例*
```scss
.example_switch {
  display: none; //inputは非表示
  & + label { //input直後にlabelにスタイル付け
    @include switch;
  }
  &:checked + label { //チェックが入ったら
    @include switch-enabled;
  }
}
```
```html
<input type="checkbox" class="example_switch" id="example">
<label for="example">
```
*/
.example_switch {
  display: none;
}

.example_switch + label {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  width: 4.2rem;
  height: 2.2rem;
  background: rgba(102, 102, 102, 0.1);
  border: solid 0.1rem rgba(102, 102, 102, 0.1);
  border-radius: 10rem;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.example_switch + label::before {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  left: 0;
  background: #FFFFFF;
  border: solid 0.1rem rgba(102, 102, 102, 0.15);
  border-radius: 50%;
  box-shadow: rgba(102, 102, 102, 0.15) 0 1px 0 0;
  transition: all .2s ease-in-out;
}

.example_switch:checked + label {
  background: #FF9B9B;
}

.example_switch:checked + label::before {
  left: 2rem;
}

/*----------------------------------------------------
  ホバー
----------------------------------------------------*/
/*
---
name: Hover.scss
tag:
  - Mixin
category:
  - 4 Mixin/7 Hover.scss
---
## ホバーのスタイル
ホバーのスタイルを定義したmixin。

PCではホバー、SPではPRESS時にホバー状態にするためのmixin。**hover.jsが必須**

全ての:hover要素に適用されます。


*凡例*
```scss
.example_hover {
  display: block;
  color: $color-wh;
  background: $color-pri;
  &:hover {
    background: $color-sec;
  }
}
```
```html
<a class="example_hover">ホバー</a>
```
*/
.example_hover {
  display: block;
  color: #FFFFFF;
  background: #54787C;
}

.example_hover:hover {
  background: #FF9B9B;
}

.hiddentext {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------
　下方向マージン
----------------------------------------------------*/
.mb-a {
  margin: 0 auto auto !important;
}

.mb-xxxs {
  margin: 0 auto 0.2rem !important;
}

.mb-xxs {
  margin: 0 auto 0.5rem !important;
}

.mb-xs {
  margin: 0 auto 1rem !important;
}

.mb-s {
  margin: 0 auto 1.5rem !important;
}

.mb-m {
  margin: 0 auto 2rem !important;
}

.mb-l {
  margin: 0 auto 3rem !important;
}

.mb-xl {
  margin: 0 auto 5rem !important;
}

.mb-xxl {
  margin: 0 auto 7rem !important;
}

/*----------------------------------------------------
　文字、背景カラー
----------------------------------------------------*/
.color-bk {
  color: #222222 !important;
}

.bg-bk {
  background: #222222 !important;
}

.color-wh {
  color: #FFFFFF !important;
}

.bg-wh {
  background: #FFFFFF !important;
}

.color-pri {
  color: #54787C !important;
}

.bg-pri {
  background: #54787C !important;
}

.color-sec {
  color: #FF9B9B !important;
}

.bg-sec {
  background: #FF9B9B !important;
}

.color-line {
  color: #F0F0F0 !important;
}

.bg-line {
  background: #F0F0F0 !important;
}

.color-bg {
  color: #CDDFE1 !important;
}

.bg-bg {
  background: #CDDFE1 !important;
}

.color-success {
  color: #51A30A !important;
}

.bg-success {
  background: #51A30A !important;
}

.color-danger {
  color: #DE3401 !important;
}

.bg-danger {
  background: #DE3401 !important;
}

.color-warning {
  color: #CB9400 !important;
}

.bg-warning {
  background: #CB9400 !important;
}

.color-info {
  color: #F0F0F0 !important;
}

.bg-info {
  background: #F0F0F0 !important;
}

.color-light {
  color: #efefef !important;
}

.bg-light {
  background: #efefef !important;
}

.color-dark {
  color: #666666 !important;
}

.bg-dark {
  background: #666666 !important;
}

.color-muted {
  color: #F0F0F0 !important;
}

.bg-muted {
  background: #F0F0F0 !important;
}

.color-link {
  color: #3B8FF2 !important;
}

.bg-link {
  background: #3B8FF2 !important;
}

/*----------------------------------------------------
name: 書体
----------------------------------------------------*/
.font-xs {
  font-size: 1.4rem !important;
}

.font-s {
  font-size: 1.6rem !important;
}

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

.font-l {
  font-size: 2.4rem !important;
}

.font-xl {
  font-size: 3rem !important;
}

.font-b {
  font-weight: bold;
}

/*----------------------------------------------------
name: 文字揃え
----------------------------------------------------*/
.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

/*----------------------------------------------------
　シャドウ
----------------------------------------------------*/
/*
---
name: Utillity.scss
tag:
  - Mixin
category:
  - 4 Mixin/1 Utillity.scss
---
## ユーティリティ
Variableで指定された変数を、ユーティリティクラスとして利用できるようにするMixin。

※ユーティリティクラスは限られた場面でのみ使用することを推奨。
***
`.mb-m //下方向マージン`

`.color-pri //文字色`

`.bg-pri //背景色`

`.font-m //文字サイズ`

`.font-b //太字`

`.text-c //センタリング`
***

*凡例*
```html
<p class="mb-xs">XSサイズの下方向マージン</p>
<p class="color-pri">文字色をプライマリカラー</p>
<p class="bg-sec">背景色をセカンダリカラー</p>
<p class="font-m">Mサイズの文字</p>
<p class="font-b">太字</p>
<p class="text-r">右寄せ</p>

```
*/
/*----------------------------------------------------
　Module
----------------------------------------------------*/
.asc {
  /*----------------------------
 ナビ
----------------------------*/
}

.asc nav {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: none;
  box-shadow: none;
  z-index: 999;
  /*---------------
  //ナビヘッダー格納時
  ---------------*/
  /*---------------
  //ナビヘッダー展開時
  ---------------*/
  /*---------------
  //ナビ本体
  ---------------*/
}

@media (min-width: 769px) {
  .asc nav {
    position: relative;
    width: 100%;
    height: 5rem;
    background: #e7eff0;
    box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.3);
  }
}

.asc nav .navi_head {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 25%;
  height: 100%;
  color: #54787C;
  font-size: 1.6rem;
  background: #CDDFE1;
  transition: all 0.1s ease-out;
}

.asc nav .navi_head i {
  margin-right: 0.5rem;
}

@media (min-width: 769px) {
  .asc nav .navi_head {
    display: none;
  }
}

.asc nav .navi_head.hover {
  -webkit-tap-highlight-color: transparent;
  background: #9dc0c4;
}

@media (min-width: 769px) {
  .asc nav .navi_head:hover {
    background: #9dc0c4;
  }
}

.asc nav .navi_head-In {
  display: flex;
}

@media (min-width: 769px) {
  .asc nav .navi_head-In {
    display: none;
  }
}

.asc nav .navi_head_expand {
  display: none;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  background: #FFFFFF;
  opacity: 0;
}

.asc nav .navi_head_expand h3 a {
  color: #484848;
  font-weight: normal;
}

.asc nav .navi_head_expand h3 a.hover {
  -webkit-tap-highlight-color: transparent;
  color: #54787C;
}

@media (min-width: 769px) {
  .asc nav .navi_head_expand h3 a:hover {
    color: #54787C;
  }
}

.asc nav .navi_head_expand .navi_head_close {
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #3c3c3c;
  font-size: 3rem;
}

@media (min-width: 769px) {
  .asc nav .navi_head_expand {
    display: none;
  }
}

.asc nav .navi_head_expand-In {
  display: flex;
  opacity: 1;
  animation: navi_head_expand-In-frames 0.3s ease-out 0s 1 alternate none running;
  animation-fill-mode: forwards;
}

@media (min-width: 769px) {
  .asc nav .navi_head_expand-In {
    display: none;
  }
}

@keyframes navi_head_expand-In-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.asc nav .navi {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
  opacity: 0;
}

@media (min-width: 769px) {
  .asc nav .navi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 980px;
    opacity: 1;
  }
}

.asc nav .navi-In {
  display: flex;
  animation: navi-In-frames 0.3s ease-out 0s 1 alternate none running;
  animation-fill-mode: forwards;
}

@keyframes navi-In-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.asc nav .navi a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  width: 100%;
  color: #484848;
  background: #e7eff0;
  border-bottom: solid 0.1rem #CDDFE1;
  transition: all 0.1s ease-out;
}

@media (max-width: 768px) {
  .asc nav .navi a::before {
    content: '\e91e';
    font-family: 'icomoon';
    margin-right: 1rem;
    color: #54787C;
    transition: all 0.1s ease-out;
  }
  .asc nav .navi a:nth-of-type(even) {
    background: #FFFFFF;
  }
}

@media (min-width: 769px) {
  .asc nav .navi a {
    justify-content: center;
    width: auto;
    height: 5rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
}

.asc nav .navi a.hover {
  -webkit-tap-highlight-color: transparent;
  color: #54787C;
}

.asc nav .navi a.hover::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc nav .navi a.hover {
    color: #FFFFFF;
    background: #b4cfd2;
  }
}

@media (min-width: 769px) {
  .asc nav .navi a:hover {
    color: #54787C;
  }
  .asc nav .navi a:hover::before {
    transform: translateX(0.3rem);
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .asc nav .navi a:hover {
    color: #FFFFFF;
    background: #b4cfd2;
  }
}

.asc.asc_index nav .navi a:nth-of-type(1) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_index nav .navi a:nth-of-type(1)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_index nav .navi a:nth-of-type(1) {
    border-style: none none solid;
  }
}

.asc.asc_about nav .navi a:nth-of-type(2) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_about nav .navi a:nth-of-type(2)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_about nav .navi a:nth-of-type(2) {
    border-style: none none solid;
  }
}

.asc.asc_interview nav .navi a:nth-of-type(3) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_interview nav .navi a:nth-of-type(3)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_interview nav .navi a:nth-of-type(3) {
    border-style: none none solid;
  }
}

.asc.asc_episode nav .navi a:nth-of-type(4) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_episode nav .navi a:nth-of-type(4)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_episode nav .navi a:nth-of-type(4) {
    border-style: none none solid;
  }
}

.asc.asc_faq nav .navi a:nth-of-type(5) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_faq nav .navi a:nth-of-type(5)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_faq nav .navi a:nth-of-type(5) {
    border-style: none none solid;
  }
}

.asc.asc_check nav .navi a:nth-of-type(6) {
  pointer-events: none;
  color: #54787C;
  border: solid 0.4rem #54787C;
  border-style: none none none solid;
}

.asc.asc_check nav .navi a:nth-of-type(6)::before {
  transform: translateX(0.3rem);
}

@media (min-width: 769px) {
  .asc.asc_check nav .navi a:nth-of-type(6) {
    border-style: none none solid;
  }
}

.header {
  background: #FFFFFF;
}

.footer {
  width: 100%;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}

@media (min-width: 769px) {
  .footer {
    padding: 0;
    width: 980px;
  }
}

.footer .title {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 1.5rem;
}

.footer .sitemap {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  width: 100%;
}

@media (min-width: 769px) {
  .footer .sitemap {
    flex-direction: row;
  }
}

.footer .sitemap > div {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  margin-bottom: 2rem;
  margin-right: 0;
}

@media (min-width: 769px) {
  .footer .sitemap > div {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

.footer .sitemap > div:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

@media (min-width: 769px) {
  .footer .sitemap > div:first-of-type {
    flex-basis: 25%;
  }
}

.footer .sitemap > div a {
  display: flex;
  align-items: flex-start;
  color: #666666;
  font-size: 1.4rem;
  text-decoration: none;
}

.footer .sitemap > div a::after {
  content: '\e91d';
  font-family: 'icomoon';
  margin-left: 1rem;
  transition: all 0.1s ease-out;
}

.footer .sitemap > div > h5 {
  margin-bottom: 1.5rem;
}

.footer .sitemap > div > ul > li {
  margin-bottom: 1rem;
}

.footer .adviser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .footer .adviser {
    flex-direction: row;
  }
  .footer .adviser span:first-of-type {
    text-align: left;
  }
  .footer .adviser span:last-of-type {
    text-align: right;
  }
}

.asc {
  /*----------------------------
 他の記事
----------------------------*/
}

.asc .recomend {
  width: 100%;
  margin: 0 auto 3rem;
  padding: 1.5rem;
}

@media (min-width: 769px) {
  .asc .recomend {
    padding: 1.5rem 0;
    width: 980px;
  }
}

.asc .recomend > .title {
  margin-bottom: 2rem;
  color: #666666;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.asc .recomend > article {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .asc .recomend > article {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.asc .recomend .bnr_article {
  position: relative;
  display: block;
  color: #54787C;
  background: #FFFFFF;
  border: solid 0.1rem transparent;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  margin-bottom: 2rem;
  width: 100%;
  font-weight: normal;
  text-align: left;
  border-radius: 0.6rem;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .asc .recomend .bnr_article {
    margin-bottom: 0;
    margin-right: 3rem;
    width: calc((100% - 3rem)/2);
  }
  .asc .recomend .bnr_article:nth-of-type(even) {
    margin-right: 0;
  }
}

.asc .recomend .bnr_article.hover {
  -webkit-tap-highlight-color: transparent;
  background: rgba(205, 223, 225, 0.4);
  box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
}

@media (min-width: 769px) {
  .asc .recomend .bnr_article:hover {
    background: rgba(205, 223, 225, 0.4);
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

.asc .recomend .bnr_article > span {
  flex-grow: 1;
  font-size: 1.8rem;
}

.asc .recomend .bnr_article::after {
  content: '\e91d';
  margin-left: 1rem;
  font-family: 'icomoon';
  width: 1.8rem;
}

.asc .recomend .bnr_article::before {
  content: '';
  display: block;
  margin-right: 1.5rem;
  width: 10rem;
  height: 6.6rem;
  background: #54787C no-repeat;
  background-position: center center;
  background-size: cover;
}

.asc .recomend .bnr_article.bnr_about::before {
  background-image: url("/asc/img/about1_thum.jpg");
}

.asc .recomend .bnr_article.bnr_interview::before {
  background-image: url("/asc/img/interview1_thum.jpg");
}

.asc .recomend .bnr_article.bnr_episode::before {
  background-image: url("/asc/img/episode1_mv.jpg");
}

.asc {
  /*----------------------------
 病院リンク
----------------------------*/
}

.asc .hospital_wrap {
  padding: 5rem 0 3rem;
  background: rgba(255, 155, 155, 0.1);
}

@media (min-width: 769px) {
  .asc .hospital_wrap {
    padding: 7rem 0 5rem;
  }
}

.asc .hospital_wrap .title {
  margin: 0 2rem 2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .title {
    margin: 0 auto 1.5rem;
    width: 980px;
  }
}

.asc .hospital_wrap .title > h2 {
  margin-bottom: 1.5rem;
  color: #ff6868;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .title > h2 {
    font-size: 4.8rem;
  }
}

.asc .hospital_wrap .title > p {
  margin-bottom: 1rem;
  color: #666666;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .title > p {
    font-size: 2.4rem;
  }
}

.asc .hospital_wrap .title > small {
  display: block;
  color: #666666;
  font-size: 1.4rem;
}

.asc .hospital_wrap .hospital {
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .hospital {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 980px;
  }
}

.asc .hospital_wrap .hospital .hospital_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  border-bottom: solid 0.1rem rgba(255, 155, 155, 0.3);
}

@media (min-width: 769px) {
  .asc .hospital_wrap .hospital .hospital_list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    border-bottom: none;
  }
  .asc .hospital_wrap .hospital .hospital_list.half-l {
    width: 50%;
    justify-content: flex-start;
  }
  .asc .hospital_wrap .hospital .hospital_list.half-r {
    width: 50%;
    justify-content: flex-end;
  }
  .asc .hospital_wrap .hospital .hospital_list.half-r .subtitle {
    margin-left: 3rem;
  }
}

.asc .hospital_wrap .subtitle {
  margin: 0 0 1rem;
  color: #666666;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .subtitle {
    margin: 0 0.5rem 1rem;
    width: 100%;
  }
}

.asc .hospital_wrap a {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #FFFFFF;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  margin: 0 auto 3rem;
  padding: 2rem 0 0;
  width: 100%;
  text-align: left;
  border-radius: 0.6rem;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .asc .hospital_wrap a {
    margin: 0 0 1.5rem;
    padding: 3rem 0 0;
    width: calc((980px - 3rem)/2);
  }
}

.asc .hospital_wrap a h4 {
  display: block;
  margin: 0 2rem 1rem;
  color: #54787C;
  font-size: 2.304rem;
  line-height: 1;
}

.asc .hospital_wrap a small {
  display: block;
  margin: 0 2rem 1.5rem;
  color: #222222;
  font-size: 1.4rem;
  font-weight: normal;
}

@media (min-width: 769px) {
  .asc .hospital_wrap a small {
    margin: 0 2rem 2rem;
  }
}

.asc .hospital_wrap a .more {
  display: block;
  padding: 0.5rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #54787C;
}

.asc .hospital_wrap a.hover {
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.1);
}

@media (min-width: 769px) {
  .asc .hospital_wrap a:hover {
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.1);
  }
}

.asc .hospital_wrap .disabled {
  pointer-events: none;
  padding: 2rem 0 1.5rem;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  box-shadow: none;
}

.asc .hospital_wrap .disabled h4 {
  color: #666666;
}

.asc .hospital_wrap .disabled .more {
  display: none;
}

.asc .hospital_wrap .teaser {
  position: static;
  display: block;
  margin-top: 1rem;
  padding: 0.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  background: rgba(84, 120, 124, 0.8);
  border-radius: 0.6rem;
}

@media (min-width: 769px) {
  .asc .hospital_wrap .teaser {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    font-size: 1.3rem;
    border-radius: 0 0 0 0.6rem;
  }
}

.asc {
  /*----------------------------
 病院リンク
----------------------------*/
}

.asc .callcenter {
  margin-bottom: 5rem;
  padding: 5rem 0;
  background: rgba(84, 120, 124, 0.05);
}

@media (min-width: 769px) {
  .asc .callcenter {
    padding: 7rem 0;
  }
}

.asc .callcenter .title {
  margin: 0 2rem 2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .asc .callcenter .title {
    margin: 0 auto 1.5rem;
    width: 980px;
  }
}

.asc .callcenter .title h2 {
  margin-bottom: 3rem;
  color: #54787C;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .asc .callcenter .title h2 {
    font-size: 4.8rem;
  }
}

.asc .callcenter .title h2 + p {
  margin-bottom: 1rem;
  color: #666666;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .asc .callcenter .title h2 + p {
    font-size: 2rem;
  }
}

.asc .callcenter > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  color: #54787C;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: 'Roboto';
  line-height: 1;
}

@media (min-width: 769px) {
  .asc .callcenter > a {
    font-size: 8.2rem;
  }
}

.asc .callcenter > a img {
  margin-right: 1rem;
  width: 3.8rem;
  height: auto;
}

@media (min-width: 769px) {
  .asc .callcenter > a img {
    width: 6.9rem;
  }
}

.asc .callcenter > a + small {
  display: block;
  color: #666666;
  font-size: 1.8rem;
  text-align: center;
}

.asc {
  /*----------------------------
 パンくず
----------------------------*/
}

.asc .followlink {
  display: none;
}

@media (min-width: 769px) {
  .asc .followlink {
    display: block;
    margin: 0 auto;
    padding: 3rem 0 2rem;
    width: 980px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .asc .followlink a {
    color: #54787C;
  }
}

.asc {
  /*----------------------------
 記事インデックス
----------------------------*/
  /*----------------------------
 体験談記事
----------------------------*/
}

.asc .articleList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto 5rem;
}

@media (min-width: 769px) {
  .asc .articleList {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100% !important;
  }
}

.asc .articleList .title {
  margin: 0 auto 3rem;
  text-align: center;
}

@media (min-width: 769px) {
  .asc .articleList .title {
    font-size: 3rem;
  }
}

.asc .articleList .title > p {
  margin-bottom: 1.5rem;
  color: #666666;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .asc .articleList .title > p {
    font-size: 2.4rem;
  }
}

.asc .articleList .title > h2 {
  color: #54787C;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .asc .articleList .title > h2 {
    font-size: 4.8rem;
  }
}

.asc .articleList article {
  display: flex;
  width: 100%;
  margin: 0 auto 2rem;
  /*----------------------------
    サムネあり記事
    ----------------------------*/
  /*----------------------------
    アイコン記事
    ----------------------------*/
}

@media (min-width: 769px) {
  .asc .articleList article {
    margin: 0 0 3rem;
    width: calc((100% - 3rem)/2);
  }
}

.asc .articleList article > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
  transition: all 0.2s ease-in-out;
}

.asc .articleList article > a.hover {
  -webkit-tap-highlight-color: transparent;
  background: rgba(205, 223, 225, 0.4);
  box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
}

@media (min-width: 769px) {
  .asc .articleList article > a:hover {
    background: rgba(205, 223, 225, 0.4);
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

.asc .articleList article > a::before {
  content: '';
  display: block;
  margin-bottom: 1.5rem;
  height: 15rem;
  background: #54787C no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 769px) {
  .asc .articleList article > a::before {
    margin-bottom: 2rem;
    height: 18rem;
  }
}

.asc .articleList article > a > h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.5rem 0.5rem;
  color: #54787C;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .asc .articleList article > a > h3 {
    margin: 0 2rem 1rem;
    font-size: 2.8rem;
  }
}

.asc .articleList article > a > h3::after {
  content: '\e91d';
  margin-left: 1rem;
  font-family: 'icomoon';
  width: 2.8rem;
}

.asc .articleList article > a > p {
  margin: 0 1.5rem 2rem;
  flex-grow: 2;
  color: #222222;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .asc .articleList article > a > p {
    display: block;
    margin: 0 2rem 3rem;
  }
}

.asc .articleList article .about1::before {
  background-image: url("/asc/img/about1_thum.jpg");
}

.asc .articleList article .about2::before {
  background-image: url("/asc/img/about2_thum.jpg");
}

.asc .articleList article .interview1::before {
  background-image: url("/asc/img/interview1_thum.jpg");
}

.asc .articleList article .interview2::before {
  background-image: url("/asc/img/interview2_thum.jpg");
}

.asc .articleList article .episode1::before {
  background-image: url("/asc/img/episode1_mv.jpg");
}

.asc .articleList article .episode2::before {
  background-image: url("/asc/img/episode2_mv.jpg");
  background-position: top;
}

.asc .articleList article > a.iconArticle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
}

.asc .articleList article > a.iconArticle::before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
  width: 6rem;
  height: 4.7rem;
  background: no-repeat;
  background-size: contain;
}

.asc .articleList article > a.iconArticle > h3 {
  margin: 0;
  color: #54787C;
  font-size: 1.8rem;
  font-weight: normal;
}

.asc .articleList article > a.qna::before {
  background-image: url("/asc/img/icon_qa.svg");
}

.asc .articleList article > a.checksheet::before {
  background-image: url("/asc/img/icon_checksheet.svg");
}

.asc .articleList.episode {
  margin: 0 auto 5rem;
}

.asc .articleList.episode > .title {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .asc .articleList.episode > .title {
    margin-bottom: 3rem;
  }
}

.asc .articleList.episode > .title > h2 {
  display: inline-block;
  margin: 0 auto 3rem;
  padding: 0.5rem 1.5rem;
  color: #54787C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border: solid 0.1rem #54787C;
  border-radius: 10rem;
}

.asc .articleList.episode > .title > p {
  color: #666666;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .asc .articleList.episode > .title > p {
    font-size: 2.4rem;
  }
}

.asc .articleList.episode > article {
  display: flex;
  margin: 0 auto 2rem;
  /*----------------------------
    体験談記事
    ----------------------------*/
}

@media (min-width: 769px) {
  .asc .articleList.episode > article {
    margin: 0 0 2rem;
    width: 100%;
  }
}

.asc .articleList.episode > article > a.episodeArticle {
  width: 100%;
}

@media (min-width: 769px) {
  .asc .articleList.episode > article > a.episodeArticle {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.asc .articleList.episode > article > a.episodeArticle::before {
  height: 10rem;
}

@media (min-width: 769px) {
  .asc .articleList.episode > article > a.episodeArticle::before {
    margin-right: 5%;
    margin-bottom: 0;
    width: 25%;
    height: 14rem;
  }
}

.asc .articleList.episode > article > a.episodeArticle > h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .asc .articleList.episode > article > a.episodeArticle > h3 {
    margin-bottom: 0;
    width: 70%;
    font-size: 2.4rem;
  }
}

.asc .articleList.episode > article .episode1::before {
  background-image: url("/asc/img/episode1_mv.jpg");
}

.asc {
  /*----------------------------
 記事本体
----------------------------*/
}

.asc .articleBody {
  margin: 0 auto 6rem;
  width: 100%;
}

@media (min-width: 769px) {
  .asc .articleBody {
    padding: 0;
    max-width: 780px;
  }
}

.asc .articleBody .separate {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .asc .articleBody .separate {
    flex-direction: row;
  }
}

.asc .articleBody .separate > *:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .asc .articleBody .separate > *:first-child {
    margin-bottom: 0;
    margin-right: 5%;
    flex-basis: 40%;
  }
}

@media (min-width: 769px) {
  .asc .articleBody .separate > *:last-child {
    flex-basis: 55%;
  }
}

@media (min-width: 769px) {
  .asc .articleBody .separate.separate-s > *:first-child {
    flex-basis: 30%;
  }
}

@media (min-width: 769px) {
  .asc .articleBody .separate.separate-s > *:last-child {
    flex-basis: 65%;
  }
}

@media (min-width: 769px) {
  .asc .articleBody .separate.separate-s-reverse > *:first-child {
    flex-basis: 65%;
  }
}

@media (min-width: 769px) {
  .asc .articleBody .separate.separate-s-reverse > *:last-child {
    flex-basis: 30%;
  }
}

.asc .articleBody .hilight {
  color: #54787C;
  font-weight: bold;
  font-style: normal;
}

.asc {
  /*----------------------------
 記事フッター
----------------------------*/
}

.asc .articleFooter {
  display: flex;
  flex-direction: column;
  margin: 0 auto 5rem;
}

@media (min-width: 769px) {
  .asc .articleFooter {
    flex-direction: row;
    justify-content: space-between;
  }
}

.asc .articleFooter .next,
.asc .articleFooter .prev {
  margin-bottom: 2rem;
  display: flex;
  flex-basis: 100%;
}

@media (min-width: 769px) {
  .asc .articleFooter .next,
  .asc .articleFooter .prev {
    margin-bottom: 0;
    flex-basis: 35%;
  }
}

.asc .articleFooter .next > .title,
.asc .articleFooter .prev > .title {
  display: flex;
  flex-grow: 2;
  flex-basis: 68%;
  color: #54787C;
  font-weight: bold;
}

.asc .articleFooter .next > .title::before,
.asc .articleFooter .prev > .title::before {
  flex-basis: 22%;
  flex-shrink: 0;
  margin-right: 2%;
  color: #666666;
  font-size: 1.4rem;
  font-weight: normal;
}

.asc .articleFooter .next::after,
.asc .articleFooter .prev::after {
  color: #54787C;
  font-family: 'icomoon';
  font-size: 1.6rem;
  flex-basis: 1.6rem;
}

.asc .articleFooter .next {
  flex-direction: row;
}

@media (min-width: 769px) {
  .asc .articleFooter .next {
    margin-left: auto;
  }
}

.asc .articleFooter .next > .title::before {
  content: '次の記事';
}

.asc .articleFooter .next::after {
  content: '\e91d';
  margin-left: 5%;
}

@media (min-width: 769px) {
  .asc .articleFooter .prev {
    margin-right: auto;
    flex-direction: row-reverse;
  }
}

.asc .articleFooter .prev > .title::before {
  content: '前の記事';
}

.asc .articleFooter .prev::after {
  content: '\e911';
  margin-right: 5%;
}

.asc {
  /*----------------------------
 記事フッター
----------------------------*/
}

.asc .articleToggleBtn {
  display: none;
}

.asc .articleToggleBtn + label {
  position: relative;
  display: block;
  color: #54787C;
  background: #FFFFFF;
  border: solid 0.1rem transparent;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: column;
  margin-bottom: 7rem;
  padding: 3rem 2rem 2rem;
  border-radius: 1.2rem;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
  transition: all 0.3s ease-out;
}

.asc .articleToggleBtn + label::before {
  content: '治療法を表示';
  display: block;
}

.asc .articleToggleBtn + label::after {
  content: '\e905';
  display: block;
  font-family: 'icomoon';
}

.asc .articleToggleBtn:checked + label {
  flex-direction: column-reverse;
  padding: 2rem 2rem 3rem;
  color: #666666;
}

.asc .articleToggleBtn:checked + label::before {
  content: '治療法を非表示';
}

.asc .articleToggleBtn:checked + label::after {
  content: '\e929';
}

.asc .articleToggle {
  overflow: hidden;
  padding: 0;
  height: 0;
  transition: all 0.3s ease-out;
}

.asc .articleToggle.toggle-In {
  height: auto;
}

.asc .categoriesTitle {
  display: flex;
  flex-direction: column;
  margin: 0 auto 3rem;
  padding: 7rem 2rem 0;
}

@media (min-width: 769px) {
  .asc .categoriesTitle {
    padding: 3rem 0 0;
    width: 980px;
  }
}

.asc .categoriesTitle > h1 {
  margin-bottom: 2rem;
  color: #222222;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width: 769px) {
  .asc .categoriesTitle > h1 {
    font-size: 3rem;
  }
}

.asc .categoriesTitle > p {
  color: #666666;
  font-size: 1.6rem;
}

.asc .pageTitle {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding: 7rem 0 0;
}

@media (min-width: 769px) {
  .asc .pageTitle {
    margin-bottom: 5rem;
    padding: 5rem 0;
    background: rgba(205, 223, 225, 0.2);
  }
}

.asc .pageTitle > .adviser {
  display: block;
  margin: 0 auto 1.5rem;
  width: 100%;
  color: #666666;
  font-size: 1.4rem;
  text-align: right;
}

@media (min-width: 769px) {
  .asc .pageTitle > .adviser {
    max-width: 980px;
  }
}

.asc .pageTitle > .pageTitleBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0 2rem;
  width: 100%;
}

@media (min-width: 769px) {
  .asc .pageTitle > .pageTitleBlock {
    flex-direction: row;
    padding: 0;
    max-width: 980px;
  }
}

.asc .pageTitle > .pageTitleBlock > .title {
  margin-right: 0;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .asc .pageTitle > .pageTitleBlock > .title {
    margin-right: 3rem;
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.asc .pageTitle > .pageTitleBlock > .title > h1 {
  margin-bottom: 2rem;
  color: #54787C;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .asc .pageTitle > .pageTitleBlock > .title > h1 {
    font-size: 4rem;
  }
}

.asc .pageTitle > .pageTitleBlock > .title > p {
  color: #666666;
  font-size: 1.6rem;
}

.asc .pageTitle > .pageTitleBlock > .title > .episodeTag {
  display: inline-block;
  margin: 0 auto 2rem;
  padding: 0.5rem 1.5rem;
  width: auto;
  color: #54787C;
  font-size: 1.6rem;
  border: solid 0.1rem #54787C;
  border-radius: 10rem;
}

.asc .pageTitle > .pageTitleBlock > .keyvisual {
  width: 100%;
  height: 14rem;
  background: #54787C no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 769px) {
  .asc .pageTitle > .pageTitleBlock > .keyvisual {
    flex-shrink: 0;
    width: 44rem;
    height: 25rem;
  }
}

.asc .headding1 {
  display: flex;
  margin: 0 auto 3rem;
  padding: 0 0 0.8rem;
  color: #222222;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: solid 0.2rem #222222;
}

.asc .headding2 {
  display: flex;
  margin: 0 auto 3rem;
  color: #54787C;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}

.asc .headding2::before {
  content: '';
  display: block;
  margin-right: 1rem;
  width: 0.7rem;
  background: #79a0a4;
}

@media (min-width: 769px) {
  .asc .headding2::before {
    width: 0.5rem;
  }
}

.asc .headding-q {
  margin: 0 0 2rem;
  color: #54787C;
  font-size: 1.98rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5;
}

.asc .headding-q::before {
  content: '――';
}

.asc {
  /*----------------------------
 ミニコラム
----------------------------*/
}

.asc .miniColumn {
  margin-bottom: 5rem;
  padding: 3rem 2rem;
  background: rgba(205, 223, 225, 0.3);
  border-radius: 0.6rem;
}

@media (min-width: 769px) {
  .asc .miniColumn {
    padding: 3rem;
  }
}

.asc .miniColumn > .title {
  margin-bottom: 1rem;
  color: #54787C;
  font-size: 1.8rem;
  font-weight: bold;
}

.asc .miniColumn > p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.65;
}

.asc .miniColumn figure {
  margin-top: 1.5rem;
}

.asc {
  /*----------------------------
 ミニコラム
----------------------------*/
}

.asc .episodeProfile {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  padding: 3rem 2rem;
  background: rgba(205, 223, 225, 0.3);
  border-radius: 0.6rem;
}

@media (min-width: 769px) {
  .asc .episodeProfile {
    flex-direction: row;
    padding: 3rem;
  }
}

.asc .episodeProfile > figure {
  margin-bottom: 1.5rem;
  text-align: center;
  height: 12rem;
}

@media (min-width: 769px) {
  .asc .episodeProfile > figure {
    margin-bottom: 0;
    flex-basis: 18%;
    flex-shrink: 0;
    margin-right: 4%;
    height: auto;
  }
}

.asc .episodeProfile > figure img {
  width: auto;
  height: 100%;
}

@media (min-width: 769px) {
  .asc .episodeProfile > figure img {
    height: auto;
  }
}

@media (min-width: 769px) {
  .asc .episodeProfile > .profile {
    flex-basis: 78%;
  }
}

.asc .episodeProfile > .profile > .title {
  margin-bottom: 1rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: bold;
}

.asc .episodeProfile > .profile > p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.65;
}

.asc {
  /*----------------------------
 資料ダウンロードバナー
----------------------------*/
}

.asc .bannerArea {
  width: 100%;
  margin: 3rem auto 5rem;
  padding: 0 1.5rem;
}

@media (min-width: 769px) {
  .asc .bannerArea {
    padding: 0;
    width: 980px;
  }
}

.asc .bannerArea > .bnr-download {
  display: block;
  width: 100%;
  text-align: center;
  border: solid 0.1rem #54787C;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
}

@media (min-width: 769px) {
  .asc .bannerArea > .bnr-download {
    border: none;
  }
}

.asc {
  /*----------------------------
 医院プロフィール
----------------------------*/
}

.asc .clinic_profile {
  margin: 3rem auto 5rem;
  padding: 2rem 1.5rem;
  background: rgba(102, 102, 102, 0.1);
}

@media (min-width: 769px) {
  .asc .clinic_profile {
    padding: 3rem 5rem;
  }
}

.asc .clinic_profile .profile {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .asc .clinic_profile .profile {
    flex-direction: row;
  }
}

.asc .clinic_profile .profile .pic {
  margin: 0 auto 1.5rem;
  width: 50%;
}

@media (min-width: 769px) {
  .asc .clinic_profile .profile .pic {
    margin: 0 3rem 0 0;
    width: 35rem;
  }
}

@media (min-width: 769px) {
  .asc .clinic_profile .profile .clinic {
    width: 100%;
  }
}

.asc .clinic_profile .profile .clinic h4 {
  margin: 0 auto 1.5rem;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.4;
}

.asc .clinic_profile .profile .clinic h4 small {
  font-size: 1.5rem;
}

.asc .clinic_profile .profile .clinic p {
  margin: 0 auto 3rem;
  font-size: 1.472rem;
}

.asc .clinic_profile .profile .clinic dl {
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.3;
}

.asc .clinic_profile .profile .clinic dl dt {
  margin-right: 2%;
  width: 28%;
  font-weight: normal;
}

@media (min-width: 769px) {
  .asc .clinic_profile .profile .clinic dl dt {
    width: 18%;
  }
}

.asc .clinic_profile .profile .clinic dl dd {
  margin-bottom: 0.5rem;
  width: 70%;
}

@media (min-width: 769px) {
  .asc .clinic_profile .profile .clinic dl dd {
    width: 80%;
  }
}

.asc .clinic_profile .banner a.detail {
  display: flex;
  flex-direction: column;
  margin: 0 auto 1rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .asc .clinic_profile .banner a.detail {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 3rem;
    height: 10rem;
    background: #FFFFFF url("/asc/img/interview_profile_shape.svg") no-repeat right -8rem center;
    background-size: contain;
    border: solid 0.1rem #54787C;
    box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
  }
  .asc .clinic_profile .banner a.detail::before {
    content: '';
    display: block;
    flex-grow: 0;
    margin-right: 1.5rem;
    width: 3.5rem;
    height: 2.8rem;
    background: url("/asc/img/asc_icon_hospital_bl.svg") no-repeat;
    background-size: contain;
  }
  .asc .clinic_profile .banner a.detail.hover {
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(205, 223, 225, 0.4);
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .asc .clinic_profile .banner a.detail:hover {
    background-color: rgba(205, 223, 225, 0.4);
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

.asc .clinic_profile .banner a.detail .detail_name {
  line-height: 1.1;
}

.asc .clinic_profile .banner a.detail .detail_name h4 {
  display: block;
  margin: 0 0 0.5rem;
  color: #54787C;
  font-size: 1.98rem;
}

@media (min-width: 769px) {
  .asc .clinic_profile .banner a.detail .detail_name h4 {
    font-size: 2rem;
  }
}

.asc .clinic_profile .banner a.detail .detail_name span {
  color: #222222;
  font-size: 1.4rem;
}

.asc .clinic_profile .banner a.detail small {
  width: 40%;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: right;
}

.asc .clinic_profile .banner a.detail small::after {
  content: ' \e985';
  font-family: 'icomoon';
}

.asc .clinic_profile .banner a.number {
  position: relative;
  display: block;
  color: #54787C;
  background: #FFFFFF;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  font-family: 'Roboto';
  font-size: 2.5rem;
  line-height: 1.2;
  border-radius: 0.6rem;
  box-shadow: 0 0 3px 3px rgba(34, 34, 34, 0.15);
}

.asc .clinic_profile .banner a.number::before {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.9rem;
}

.asc .clinic_profile .banner a.number.hover {
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(205, 223, 225, 0.4);
  box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
}

@media (min-width: 769px) {
  .asc .clinic_profile .banner a.number:hover {
    background-color: rgba(205, 223, 225, 0.4);
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

.asc .clinic_profile .banner .notice {
  display: block;
  text-align: center;
}

/*----------------------------------------------------
　Layout
----------------------------------------------------*/
/*----------------------------------------------------
name: レイアウト
----------------------------------------------------*/
.wrap {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 320px;
  max-width: 768px;
}

@media (min-width: 769px) {
  .wrap {
    min-width: 769px;
    max-width: 100%;
  }
}

.main {
  width: 100%;
  margin: auto;
  padding: 0 1.5rem;
}

@media (min-width: 769px) {
  .main {
    padding: 0;
    width: 980px;
  }
}

/*----------------------------------------------------
　Page
----------------------------------------------------*/
.asc {
  /*----------------------------
 概要
----------------------------*/
  /*
.overview {
  margin: 0 auto $m-xl;
  padding: 6rem $m-s 0;
  width: 100%;
  font-size: $fs-m;
  font-weight: normal;
  line-height: 1.6;
  @include mq() {
    padding: $m-m 0 $m-l;
    width: $deviceWidth-pcmax;
  }

  .adviser {
    display: block;
    margin: 0 0 $m-m;
    font-size: $fs-xs;
    text-align: right;   
    line-height: 1.2; 
    @include mq {
      margin: 0 0 $m-l;
    }
  }
  .page_thum {
    margin: 0 auto $m-s;
    width: 100%;
    @include mq {
      float: right;
      margin: 0 $m-m $m-m;
      width: 45%;
    }
  }
  
  @include mq {
    &::after {
      content: '';
      display: block;
      clear: both;
      height: 0;
    }
  }
}
*/
}

.asc .pagetitle {
  margin: 0 auto 2rem;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .asc .pagetitle {
    font-size: 3rem;
  }
}

.asc .notice {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.asc {
  /*----------------------------
 メインビジュアル
----------------------------*/
}

.asc .mv {
  position: relative;
  display: block;
  margin: auto 0 2rem;
  width: 100%;
}

@media (min-width: 769px) {
  .asc .mv {
    height: 42rem;
  }
}

.asc .mv::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 23rem;
  background: #CDDFE1 url("/asc/img/top_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

@media (min-width: 769px) {
  .asc .mv::after {
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}

.asc .mv .mv_content {
  position: relative;
  margin: 0;
  padding: 8.5rem 0 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 769px) {
  .asc .mv .mv_content {
    margin: auto;
    height: 100%;
    width: 980px;
  }
}

.asc .mv h1 {
  position: relative;
  margin: 0 3rem 5rem;
  width: 30rem;
  height: 11rem;
  background: url("/asc/img/top_mv_title.svg") no-repeat;
  background-size: contain;
  z-index: 2;
}

@media (min-width: 769px) {
  .asc .mv h1 {
    position: absolute;
    margin: 0;
    top: 8rem;
    width: 56rem;
    height: 15rem;
  }
}

.asc .mv .hospital {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #FF9B9B;
  border: solid 0.1rem #FF9B9B;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  margin: auto auto 1.5rem;
  width: calc(100% - 2rem);
  height: 7.5rem;
  border-radius: 0.6rem;
}

@media (min-width: 769px) {
  .asc .mv .hospital {
    position: absolute;
    margin: 0;
    bottom: 4rem;
    width: 51rem;
    height: 12rem;
    z-index: 3;
    box-shadow: 0 0 7px 7px rgba(205, 223, 225, 0.9);
  }
}

.asc .mv .hospital::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26rem;
  height: 4.3rem;
  background: url("/asc/img/top_mv_hospital_wh.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .asc .mv .hospital::before {
    width: 35rem;
    height: 5.9rem;
  }
}

.asc .mv .hospital.hover {
  -webkit-tap-highlight-color: transparent;
  background: #FFFFFF;
}

.asc .mv .hospital.hover::before {
  background-image: url("/asc/img/top_mv_hospital_pk.svg");
}

@media (min-width: 769px) {
  .asc .mv .hospital:hover {
    background: #FFFFFF;
  }
  .asc .mv .hospital:hover::before {
    background-image: url("/asc/img/top_mv_hospital_pk.svg");
  }
}

.asc .mv .download {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #FFFFFF;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  margin: auto;
  width: calc(100% - 2rem);
  height: 7.5rem;
  border-radius: 0.6rem;
}

@media (min-width: 769px) {
  .asc .mv .download {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 4rem;
    width: 8.4rem;
    height: 23rem;
    border-style: solid none solid solid;
    border-radius: 0.6rem 0 0 0.6rem;
    box-shadow: 0 0 7px 7px rgba(205, 223, 225, 0.9);
    z-index: 4;
  }
}

.asc .mv .download::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26rem;
  height: 3.7rem;
  background: url("/asc/img/top_mv_download_sp_bl.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .asc .mv .download::before {
    width: 5.7rem;
    height: 19rem;
    background: url("/asc/img/top_mv_download_pc_bl.svg") no-repeat;
  }
}

.asc .mv .download.hover {
  -webkit-tap-highlight-color: transparent;
  background: #54787C;
}

.asc .mv .download.hover::before {
  background-image: url("/asc/img/top_mv_download_sp_wh.svg");
}

@media (min-width: 769px) {
  .asc .mv .download.hover::before {
    background-image: url("/asc/img/top_mv_download_pc_wh.svg");
  }
}

@media (min-width: 769px) {
  .asc .mv .download:hover {
    background: #54787C;
  }
  .asc .mv .download:hover::before {
    background-image: url("/asc/img/top_mv_download_sp_wh.svg");
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .asc .mv .download:hover::before {
    background-image: url("/asc/img/top_mv_download_pc_wh.svg");
  }
}

.asc .mv + .main > .overview {
  margin: 5rem 0 7rem;
  padding-top: 0;
}

.asc {
  /*----------------------------
 よくある質問
----------------------------*/
}

.asc .faq_wrap {
  margin: 0 auto 5rem;
}

.asc .faq_wrap .faq {
  display: block;
  margin: 0 auto 3rem;
  padding: 1.5rem 0;
  background: #CDDFE1;
  transition: all 0.2s ease-out;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq {
    padding: 0;
  }
}

.asc .faq_wrap .faq.hover {
  -webkit-tap-highlight-color: transparent;
  background: #bdd5d7;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq:hover {
    background: #bdd5d7;
  }
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq.toggle-In {
    padding: 0 0 1.5rem;
  }
}

.asc .faq_wrap .faq input[type='checkbox'] {
  display: none;
}

.asc .faq_wrap .faq input[type='checkbox'] + label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.5rem;
  color: #54787C;
  font-style: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq input[type='checkbox'] + label {
    margin: 0 3rem;
    padding: 2rem 0;
  }
}

.asc .faq_wrap .faq input[type='checkbox'] + label h4 {
  width: 100%;
  margin-right: 2%;
  font-size: 1.8rem;
}

.asc .faq_wrap .faq input[type='checkbox'] + label::before {
  content: '';
  display: block;
  margin-right: 2%;
  width: 6rem;
  height: 3.6rem;
  background: url("/asc/img/icon_qa.svg") no-repeat;
  background-size: contain;
}

.asc .faq_wrap .faq input[type='checkbox'] + label::after {
  content: '\e900';
  display: block;
  font-family: 'icomoon';
  font-size: 2rem;
  width: 2.2rem;
  height: 3rem;
  transition: all 0.2s ease-out;
}

.asc .faq_wrap .faq input[type='checkbox']:checked + label {
  border-radius: 1.2rem 1.2rem 0 0;
}

.asc .faq_wrap .faq input[type='checkbox']:checked + label::after {
  content: '\e924';
}

.asc .faq_wrap .faq .answer {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0 1.5rem;
  padding: 0 1.5rem;
  background: #FFFFFF;
  transition: all 0.2s ease-out;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq .answer {
    margin: 0 3rem;
    padding: 0 3rem;
  }
}

.asc .faq_wrap .faq .answer.toggle-In {
  height: auto;
  margin: 1.5rem 1.5rem 0;
  padding: 1.5rem;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq .answer.toggle-In {
    margin: 0 3rem 2rem;
    padding: 3rem;
  }
}

.asc .faq_wrap .faq .answer p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.asc .faq_wrap .faq .answer p:last-of-type {
  margin-bottom: 0;
}

.asc .faq_wrap .faq .answer em {
  font-style: normal;
  font-weight: bold;
}

.asc .faq_wrap .faq .answer_close {
  position: relative;
  display: block;
  color: #54787C;
  background: #FFFFFF;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  margin: 2rem auto 0;
  width: 60%;
  padding: 0.6rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 0;
}

@media (min-width: 769px) {
  .asc .faq_wrap .faq .answer_close {
    width: 15%;
    margin: 2rem auto 0;
    padding: 1rem 2rem;
  }
}

.asc {
  /*----------------------------
 チェックシート
----------------------------*/
}

.asc .check_wrap {
  margin: 0 auto 5rem;
  /*--------------
  //冒頭
  --------------*/
  /*--------------
  //チェックシート
  --------------*/
  /*--------------
  //チェック結果
  --------------*/
}

@media (min-width: 769px) {
  .asc .check_wrap .overview h1,
  .asc .check_wrap .overview p {
    text-align: center;
  }
}

.asc .check_wrap .checksheet {
  margin: 0 auto 5rem;
  padding: 2rem 1.5rem;
  border: solid 0.1rem #54787C;
  box-shadow: 0 0 7px 7px rgba(205, 223, 225, 0.3);
}

@media (min-width: 769px) {
  .asc .check_wrap .checksheet {
    max-width: 80rem;
    padding: 3rem;
  }
}

.asc .check_wrap .checksheet li {
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: dashed 0.1rem #54787C;
}

.asc .check_wrap .checksheet li:last-of-type {
  border-bottom: none;
}

.asc .check_wrap .checksheet input[type='checkbox'] {
  display: none;
}

.asc .check_wrap .checksheet input[type='checkbox'] + label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #54787C;
  font-size: 1.8rem;
  cursor: pointer;
}

.asc .check_wrap .checksheet input[type='checkbox'] + label::before, .asc .check_wrap .checksheet input[type='checkbox'] + label::after {
  margin-right: 1rem;
  font-family: 'icomoon';
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
}

.asc .check_wrap .checksheet input[type='checkbox'] + label::before {
  content: '\e986';
  display: block;
}

.asc .check_wrap .checksheet input[type='checkbox'] + label::after {
  content: '\e987';
  display: none;
}

.asc .check_wrap .checksheet input[type='checkbox']:checked + label {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.asc .check_wrap .checksheet input[type='checkbox']:checked + label::before {
  display: none;
}

.asc .check_wrap .checksheet input[type='checkbox']:checked + label::after {
  display: block;
}

.asc .check_wrap .checksheet .run_check {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #54787C;
  border: solid 0.1rem #54787C;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 0.6rem;
  box-shadow: 0 0 3px 3px rgba(205, 223, 225, 0.8);
}

@media (min-width: 769px) {
  .asc .check_wrap .checksheet .run_check {
    max-width: 50%;
  }
}

.asc .check_wrap .checksheet .run_check::before {
  content: '';
  width: 5rem;
  height: 5rem;
  margin-right: 0.5rem;
  background: url("/asc/img/asc_icon_checksheet.svg") no-repeat center center;
  background-size: contain;
}

.asc .check_wrap .checksheet .run_check.hover {
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
}

@media (min-width: 769px) {
  .asc .check_wrap .checksheet .run_check:hover {
    box-shadow: 0 0 7px 7px rgba(34, 34, 34, 0.2);
  }
}

.asc .check_wrap .result {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 3rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #CDDFE1;
  border: solid 0.2rem #54787C;
  border-radius: 1.2rem;
  transition: all 0.4s ease-out;
}

@media (min-width: 769px) {
  .asc .check_wrap .result {
    max-width: 80rem;
  }
}

.asc .check_wrap .result .result_detail {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .asc .check_wrap .result .result_detail {
    flex-direction: row;
  }
}

.asc .check_wrap .result .result_detail h3 {
  margin: 0 auto 1rem;
  color: #666666;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 769px) {
  .asc .check_wrap .result .result_detail h3 {
    margin: 0 1rem 0 0;
    text-align: left;
  }
}

.asc .check_wrap .result .result_detail h3 span {
  display: block;
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem;
  color: #54787C;
  background: #FFFFFF;
  border-radius: 0.6rem;
}

.asc .check_wrap .result .result_detail b {
  color: #54787C;
  font-size: 9rem;
  font-family: 'Roboto';
  line-height: 1;
}

.asc .check_wrap .result .result_detail b::after {
  content: '%';
  font-size: 7rem;
  font-family: 'Roboto';
}

.asc .check_wrap .result p {
  text-align: center;
}

.asc .check_wrap .result-In {
  padding: 2rem 3rem;
  height: auto;
  opacity: 1;
}

.asc .check_wrap .result1 {
  background: #CDDFE1;
  border: solid 0.2rem #54787C;
}

.asc .check_wrap .result1 .result_detail h3 span,
.asc .check_wrap .result1 .result_detail b {
  color: #54787C;
}

.asc .check_wrap .result2 {
  background: #FDF6E8;
  border: solid 0.2rem #B59B45;
}

.asc .check_wrap .result2 .result_detail h3 span,
.asc .check_wrap .result2 .result_detail b {
  color: #B59B45;
}

.asc .check_wrap .result3 {
  background: #FDF0E8;
  border: solid 0.2rem #E56A1D;
}

.asc .check_wrap .result3 .result_detail h3 span,
.asc .check_wrap .result3 .result_detail b {
  color: #E56A1D;
}

/*----------------------------------------------------
　State
----------------------------------------------------*/
