@charset "UTF-8";
/*#########################################################

【コーディングガイドライン補足】

▼サポートブラウザ
確認ブラウザ：最新
Chromeは情報・表示を含めたデバッグ対象環境
Firefoxは表示検証
ie11、Safariで主要ページのみ表示検証
▼スマートフォン
iPhone 7以降、Xperiaで検証（XperiaはCR様）
▼解像度
基準モニター解像度（PC）：1366 x 768 ピクセル～
基準モニター解像度（SP）：750 x 1334ピクセル～
ブレイクポイント：～767px（SP）、768～（iPad/PC）
▼コーディングガイドライン補足
リンクURL：ルート相対。index.htmlは記入しない
・外部サイトへのリンクは基本的に新規ウインドウ（_blank）での展開
・IDはJSのみで使い、スタイルはクラスで指定する
・ハイフンを使わずアンダーバーを使う
・フォントはremの62.50%（10px）
・ページ固有のCSSはページ専用ファイルにまとめる
▼RF追加ルール
・余白はmargin-bottomで設定（余白でmargin-topを使わない）
・articleの中にsectionを入れる、その逆はNG
・sectionは必ずH要素を含む、文章と認識しやすいものに限定
・headerはサイトのヘッダ以外では使わない
・縦や横の並びはULを使う
#########################################################*/
/*#########################################################

読み込み

#########################################################*/
/* ========================================================
リセット系CSS
=========================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone7: 375 × 667(1334x750)
iPhone7 Plus: 414 × 736(1920x1080)
iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(sm){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/* ========================================================
remを使ったfont-size指定
$baseが16なのは、一般的なブラウザのfont-sizeの初期値が16pxのため↩
=========================================================*/
/* ========================================================
リンクカラーの設定
=========================================================*/
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:focus {
  color: #959595;
}
a:hover {
  color: #959595;
}
a:active {
  color: #00a0e9;
}

/*

・共通アイコン・共通設定
・共通パーツ：ヘッダ
・共通パーツ：フッタ

*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
表示・非表示切り替え
=========================================================*/
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

/* ========================================================
PC版・SP版専用設定
=========================================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

/* ========================================================
矢印アイコン
=========================================================*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::after, .arrow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.arrow_ho_down::before,
.arrow_ho_up::before {
  top: auto;
  left: auto;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0058a1;
  border-right: 3px solid #0058a1;
  transform: rotate(135deg);
}

.arrow_ho_up::before {
  transform: rotate(-45deg);
}

.arrow_ho_right::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}

.arrow_right::before {
  left: 6px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.arrow_right::after {
  left: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.ic_close {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ic_close::before, .ic_close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 3px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #252f39;
  transform: rotate(45deg);
}
.ic_close::after {
  transform: rotate(-45deg);
}

.sample5-1::before {
  left: 3px;
  width: 300px;
  height: 4px;
  border-top: 1px solid red;
  border-right: 1px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom_triangle {
  position: relative;
}
.bottom_triangle::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
  width: 80px;
  height: 35px;
  border: 40px solid transparent;
  border-left: 30px solid #f3f3f3;
  transform: rotate(90deg);
}

/* ========================================================
ボタン
=========================================================*/
a.btn, .btn {
  transition: all .3s;
  /*
  &::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: $c-main01;
  	border-radius: 10rem;
  	z-index: -2;
  }
  &::before {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0%;
  	height: 100%;
  	background-color: lighten($c-main01, 15%);
  	transition: all .3s;
  	border-radius: 10rem;
  	z-index: -1;
  }
  */
}

a.btn01, .btn01, a.btn02, .btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 360px;
  height: 60px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  a.btn01, .btn01, a.btn02, .btn02 {
    width: 90%;
  }
}
a.btn01::before, .btn01::before, a.btn02::before, .btn02::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 59px;
  right: -5px;
  top: 4px;
  background: #fff;
}
a.btn01::after, .btn01::after, a.btn02::after, .btn02::after {
  position: absolute;
  content: " ";
  bottom: -5px;
  left: 4px;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  a.btn01::after, .btn01::after, a.btn02::after, .btn02::after {
    width: 100%;
  }
}
a.btn01 .arrow_right, .btn01 .arrow_right, a.btn02 .arrow_right, .btn02 .arrow_right {
  position: absolute;
  right: 25px;
  height: 20px;
}
a.btn01:hover, .btn01:hover, a.btn02:hover, .btn02:hover {
  background: #fff;
  color: #0058a1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
a.btn01:hover .arrow_right::before, .btn01:hover .arrow_right::before, a.btn02:hover .arrow_right::before, .btn02:hover .arrow_right::before {
  background: #0058a1;
}
a.btn01:hover .arrow_right::after, .btn01:hover .arrow_right::after, a.btn02:hover .arrow_right::after, .btn02:hover .arrow_right::after {
  border-top-color: #0058a1;
  border-right-color: #0058a1;
}

a.btn02, .btn02 {
  background: linear-gradient(to right, #024178 50%, #003059 100%);
}
a.btn02::before, .btn02::before {
  background: #0058a1;
}
a.btn02::after, .btn02::after {
  background: #0058a1;
}
a.btn02:hover, .btn02:hover {
  background-color: #fff;
  color: #0058a1;
}
@media screen and (max-width: 767px) {
  a.btn02:hover, .btn02:hover {
    background-color: #0058a1;
    color: #fff;
  }
}
a.btn02:hover .arrow_right::before, .btn02:hover .arrow_right::before {
  background-color: #0058a1;
}
a.btn02:hover .arrow_right::after, .btn02:hover .arrow_right::after {
  border-top-color: #0058a1;
  border-right-color: #0058a1;
}

a.btn03, .btn03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  width: 500px;
  height: 60px;
  background: #fff;
  border: 2px solid #0058a1;
}
@media screen and (max-width: 767px) {
  a.btn03, .btn03 {
    margin: 0 20px;
    width: auto;
  }
}
a.btn03 .arrow_ho_down, .btn03 .arrow_ho_down {
  position: absolute;
  top: 40px;
  right: 40px;
}
a.btn03 .arrow_ho_down::before, a.btn03 .arrow_ho_down::after, .btn03 .arrow_ho_down::before, .btn03 .arrow_ho_down::after {
  width: 16px;
  height: 16px;
}
a.btn03:hover, .btn03:hover {
  background-color: #fff;
  color: #0058a1;
}

a.btn10, .btn10 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 56px;
  border-radius: 50px;
  background: #fff;
  color: #0058a1;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  a.btn10, .btn10 {
    width: auto;
    height: 50px;
    font-size: 1.4rem;
  }
}
a.btn10:hover, .btn10:hover {
  background-color: #0058a1;
  color: #fff;
}
a.btn10.current, .btn10.current {
  color: #fff;
  background: #0058a1;
}

a.btn20, .btn20 {
  position: relative;
  background: #fff;
  border: 1px solid #0058a1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
a.btn20:hover, .btn20:hover {
  background: #0058a1;
  color: #fff;
}

a.btn21, .btn21 {
  position: relative;
  background: #0058a1;
  border: 1px solid #0058a1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
}
a.btn21:hover, .btn21:hover {
  background: #fff;
  color: #0058a1;
}

/* ========================================================
タグ・アイコン
=========================================================*/
.tag {
  margin: 0 10px;
  line-height: 1.8;
  width: 160px;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 1.3rem;
  }
}

.tag_press, .tag_pressrelease {
  background: #0058a1;
  color: #fff;
}

.tag_info {
  border: 1px solid #0058a1;
  color: #0058a1;
}

.icon_new {
  font-size: 1.4rem;
  color: #a51212;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .icon_new {
    font-size: 1.3rem;
  }
}

/* ========================================================
CSSアコーディオン用共通設定
=========================================================*/
.acd-check {
  display: none;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.acd-label {
  cursor: pointer;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/*#########################################################

共通パーツ：ヘッダ

#########################################################*/
#coverlayer {
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1;
  transition: all 0.5s ease-in-out 0.5s;
}
#coverlayer.show {
  opacity: 0.5;
}

/* ========================================================
PC版ヘッダ
=========================================================*/
header.pg_header_pc {
  z-index: 20;
  position: relative;
  background-color: #fff;
  /* ========================================================
  ヘッダ上部
  =========================================================*/
  /* ========================================================
  グローバルナビゲーション
  =========================================================*/
}
header.pg_header_pc .header_upper {
  width: 100%;
  border-top: solid 3px #004077;
  border-bottom: solid 1px #e3e0df;
}
header.pg_header_pc .header_upper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1080px;
  height: 87px;
  /* ========================================================
  会社概要とお問い合わせ
  =========================================================*/
}
header.pg_header_pc .header_upper .inner .site_logo {
  width: 256px;
  height: 56px;
  display: block;
}
header.pg_header_pc .header_upper .inner .site_logo img {
  width: 256px;
  height: 56px;
}
header.pg_header_pc .header_upper .inner ul.other-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 1.5rem;
}
header.pg_header_pc .header_upper .inner ul.other-link .btn_company {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
header.pg_header_pc .header_upper .inner ul.other-link .btn_company img {
  margin-left: 5px;
  height: 16px;
}
header.pg_header_pc .header_upper .inner ul.other-link .btn_inquiry {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 20px;
  line-height: 2.2;
  background-color: #0058a1;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
}
header.pg_header_pc .header_upper .inner ul.other-link .btn_inquiry:hover {
  background-color: #008ed7;
}
header.pg_header_pc .header_upper .inner ul.other-link .btn_inquiry img {
  margin-right: 5px;
}
header.pg_header_pc nav.g_navi {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #e3e0df;
  font-size: 1.7rem;
}
header.pg_header_pc nav.g_navi > dl {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 1080px;
  /* ========================================================
  サブメニュー部
  =========================================================*/
}
header.pg_header_pc nav.g_navi > dl > dt {
  position: relative;
  width: 270px;
  height: 60px;
  font-weight: bold;
  /* 横ボーダー */
}
header.pg_header_pc nav.g_navi > dl > dt::before {
  position: absolute;
  content: " ";
  top: 15px;
  background: #e3e0df;
  width: 1px;
  height: 30px;
}
header.pg_header_pc nav.g_navi > dl > dt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  white-space: nowrap;
  transition: background-color 0.5s ease-in-out;
  text-align: center;
}
header.pg_header_pc nav.g_navi > dl > dt > a:hover::after {
  content: " ";
  position: absolute;
  left: 85px;
  bottom: 0px;
  background: #0058a1;
  width: 100px;
  height: 4px;
}
header.pg_header_pc nav.g_navi > dl > dt > a.menubtn_title {
  position: relative;
}
header.pg_header_pc nav.g_navi > dl > dt > a.menubtn_title_active::after, header.pg_header_pc nav.g_navi > dl > dt > a.current::after {
  content: " ";
  position: absolute;
  left: 85px;
  bottom: 0px;
  background: #0058a1;
  width: 100px;
  height: 4px;
}
header.pg_header_pc nav.g_navi > dl > dt:last-child {
  /* 横ボーダー */
}
header.pg_header_pc nav.g_navi > dl > dt:last-child::after {
  position: absolute;
  content: " ";
  right: 0;
  top: 15px;
  background: #e3e0df;
  width: 1px;
  height: 30px;
}
header.pg_header_pc nav.g_navi > dl > dd {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 61px;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item {
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  header.pg_header_pc nav.g_navi > dl > dd.menu_item {
    transition: max-height 0.5s;
  }
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item h2 {
  margin: 50px auto 40px auto;
  padding-left: 10px;
  width: 1100px;
  font-size: 2.4rem;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu {
  display: flex;
  margin: 1rem auto;
  width: 1100px;
  font-size: 1.6rem;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a {
  display: flex;
  align-items: center;
  padding: 0 30px;
  border: 1px solid #e3e0df;
  transition: all 0.3s ease-out;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a .arrow_right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a .arrow_right::before {
  background: #0058a1;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a .arrow_right::after {
  border-top-color: #0058a1;
  border-right-color: #0058a1;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a:hover {
  background: #0058a1;
  color: #fff;
  opacity: 1;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a:hover .arrow_right::before {
  background: #fff;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu a:hover .arrow_right::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu h3 {
  margin: 1rem;
  font-size: 2rem;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu h3 a {
  position: relative;
  width: 400px;
  height: 160px;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu ul li {
  margin: 1rem;
  width: 320px;
  height: 70px;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .submenu ul li a {
  position: relative;
  height: 100%;
  font-weight: bold;
}
header.pg_header_pc nav.g_navi > dl > dd.menu_item .btn_g_submenu_close {
  display: block;
  margin: 4rem auto;
  width: 90px;
  text-align: right;
  line-height: 35px;
  font-size: 1.8rem;
}
header.pg_header_pc nav.g_navi > dl > dd.menuitem_collapsed {
  max-height: 0;
}
header.pg_header_pc nav.g_navi .animate_in {
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
header.pg_header_pc nav.g_navi .animate_out {
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

/* ========================================================
SP版ハンバーガーアイコン
=========================================================*/
#panel-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 59px;
  z-index: 2100;
  overflow: hidden;
  background: #fff;
  z-index: 30;
  /* 3本線アイコン用プレースホルダ */
  /* 3本線アイコン */
  /* 3本線アイコンを×アイコンに変化させる */
}
#panel-btn.js-panel-shadow {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
  position: fixed;
}
#panel-btn .panel-text {
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #0058a1;
}
#panel-btn #panel-btn-icon, #panel-btn #panel-btn-icon::after, #panel-btn #panel-btn-icon::before {
  display: block;
  left: 50%;
  width: 28px;
  height: 3px;
  background: #0058a1;
  z-index: 2100;
}
#panel-btn #panel-btn-icon {
  position: relative;
  margin-left: -12px;
  transition: transform 0.5s;
  transition: width 0.3s ease-out;
  top: 22px;
  /* 上下のライン */
}
#panel-btn #panel-btn-icon::after, #panel-btn #panel-btn-icon::before {
  position: absolute;
  content: "";
  left: 0;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#panel-btn #panel-btn-icon::before {
  margin-top: -8px;
}
#panel-btn #panel-btn-icon::after {
  margin-top: 8px;
}
#panel-btn.menu-active span {
  background: transparent !important;
}
#panel-btn.menu-active span::after, #panel-btn.menu-active span::before {
  margin-top: 0 !important;
}
#panel-btn.menu-active span::before {
  transform: translateY(0px) rotateZ(-135deg) !important;
}
#panel-btn.menu-active span::after {
  transform: translateY(0px) rotateZ(135deg) !important;
}

/* ========================================================
SP版ヘッダ
=========================================================*/
header.pg_header_sp {
  z-index: 20;
  background-color: #fff;
  width: 100%;
  /* ========================================================
  ヘッダ上部
  =========================================================*/
}
header.pg_header_sp.open {
  position: fixed;
}
header.pg_header_sp.open .header_lower {
  transform: translateZ(0);
  position: relative;
}
header.pg_header_sp .header_upper {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e3e0df;
}
header.pg_header_sp .header_upper h1 {
  font-size: 0;
}
header.pg_header_sp .header_upper .site_logo {
  margin: 2rem;
}
header.pg_header_sp .header_upper .site_logo img {
  width: 50%;
}
header.pg_header_sp .header_lower {
  position: fixed;
  transform: translate(100%);
  transition: all .5s;
  width: 100%;
  /* ========================================================
  会社概要とお問い合わせ
  =========================================================*/
  /* ========================================================
  グローバルナビゲーション
  =========================================================*/
}
header.pg_header_sp .header_lower ul.other-link {
  list-style: none;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 20px;
}
header.pg_header_sp .header_lower ul.other-link a {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.pg_header_sp .header_lower ul.other-link .btn_company {
  margin: 2rem;
}
header.pg_header_sp .header_lower ul.other-link .btn_company img {
  margin-left: 5px;
}
header.pg_header_sp .header_lower ul.other-link .btn_inquiry {
  padding: 0 20px;
  line-height: 2.5;
  background-color: #0058a1;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  width: 80%;
}
header.pg_header_sp .header_lower ul.other-link .btn_inquiry img {
  margin-right: 5px;
}
header.pg_header_sp .header_lower ul.other-link .btn_g_submenu_close {
  margin: 3rem auto;
  width: 12rem;
}
header.pg_header_sp .header_lower nav.g_navi {
  width: 100%;
}
header.pg_header_sp .header_lower nav.g_navi .acd-check:checked + .acd-label + .acd-content {
  padding: 0 0 10px 0;
}
header.pg_header_sp .header_lower nav.g_navi .acd-label {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #e3e0df;
}
header.pg_header_sp .header_lower nav.g_navi .acd-label .arrow_down {
  right: 1.8rem;
}
header.pg_header_sp .header_lower nav.g_navi ul {
  list-style: none;
  margin: 0 auto;
}
header.pg_header_sp .header_lower nav.g_navi ul li {
  position: relative;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #e3e0df;
}
header.pg_header_sp .header_lower nav.g_navi ul li a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  width: 100%;
}
header.pg_header_sp .header_lower nav.g_navi ul li a .arrow_right {
  right: 1rem;
}
header.pg_header_sp .header_lower nav.g_navi ul li a .arrow_right::before {
  width: 15px;
  background: #0058a1;
}
header.pg_header_sp .header_lower nav.g_navi ul li a .arrow_right::after {
  border-top: 2px solid #0058a1;
  border-right: 2px solid #0058a1;
  width: 10px;
  height: 10px;
}
header.pg_header_sp .header_lower nav.g_navi .submenu li {
  font-weight: normal;
  padding-left: 2rem;
}

/* ========================================================
メニューのアコーディオン用アニメーション
=========================================================*/
@keyframes accordionIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
/* ========================================================
トピックパス
=========================================================*/
.topic_path {
  margin-bottom: 65px;
  border-bottom: 1px solid #e3e0df;
}
@media screen and (max-width: 767px) {
  .topic_path {
    padding-left: 20px;
  }
}
.topic_path ul {
  display: flex;
  list-style: none;
  margin: auto;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .topic_path ul {
    width: 100%;
  }
}
.topic_path ul li {
  margin: 10px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topic_path ul li {
    font-size: 1.2rem;
  }
}
.topic_path ul li a {
  color: #0058a1;
}
@media screen and (max-width: 767px) {
  .topic_path ul li a {
    display: block;
    white-space: nowrap;
  }
}
.topic_path ul li a:hover {
  color: #088fff;
}
.topic_path ul li .arrow_ho_right {
  margin: 0 10px;
}

/* ========================================================
ページヘッダー
=========================================================*/
.pg-header {
  margin: auto;
  width: 1080px;
  /* ========================================================
  ページタイトル
  =========================================================*/
  /* ========================================================
  ページリード文
  =========================================================*/
}
@media screen and (max-width: 767px) {
  .pg-header {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
.pg-header .pg-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  margin: 0 auto 80px auto;
  width: 460px;
  height: 102px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg-header .pg-title {
    margin-bottom: 4rem;
    width: 100%;
    font-size: 2.4rem;
  }
}
.pg-header .pg-title::before, .pg-header .pg-title::after {
  position: absolute;
  width: 76px;
  height: 102px;
  top: 0;
}
.pg-header .pg-title::before {
  left: 0;
  content: url(/common/img/h_left.png);
}
.pg-header .pg-title::after {
  right: 0;
  content: url(/common/img/h_right.png);
}
.pg-header .pg-read {
  margin-bottom: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg-header .pg-read.nobr br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pg-header .pg-read {
    margin: 0 10px 5rem 10px;
    font-size: 1.5rem;
    text-align: left;
  }
}

/*#########################################################

共通パーツ：フッタ

#########################################################*/
/* ========================================================
フッタ共有エリア設定
=========================================================*/
.area_footer {
  padding: 30px 0;
  border-top: 2px solid #0058a1;
  font-size: 1.4rem;
}
.area_footer .inner {
  margin: 0 auto;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .area_footer .inner {
    width: 100%;
  }
}
.area_footer .inner h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #00203b;
}

/* ========================================================
SBIマネープラザ株式会社（共有設定area_footerを使っている）
=========================================================*/
@media screen and (max-width: 767px) {
  .area_sbimp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.area_sbimp dl {
  line-height: 2;
  margin-left: 20px;
}
.area_sbimp dl dt {
  position: relative;
  font-weight: bold;
}
.area_sbimp dl dt:before {
  position: absolute;
  left: -20px;
  content: "■";
  color: #0058a1;
}
.area_sbimp p {
  margin-top: 20px;
}

/* ========================================================
フッタ・サイトマップ（共有設定area_footerを使っている）
=========================================================*/
.area_sitemap {
  line-height: 2;
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .area_sitemap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.area_sitemap .inner {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area_sitemap .inner br {
    display: none;
  }
}
.area_sitemap .logo_sbimp {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 30px;
  background: url(/common/img/logo_sbimp_t2.png) no-repeat;
  background-size: cover;
}

/* ========================================================
フッタ・コピーライト（共有設定area_footerを使っている）
=========================================================*/
.area_copyright {
  padding: 10px 0;
  background: #00203b;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_copyright {
    font-size: 1.2rem;
  }
}

/* ========================================================
ページトップに戻る
=========================================================*/
#btn_backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: all 1s ease-out;
  transition: bottom 0.2s ease-out;
  opacity: 0;
  width: 80px;
  height: 80px;
  background-color: #999999;
}
@media screen and (max-width: 767px) {
  #btn_backtotop {
    width: 40px;
    height: 40px;
    bottom: 1rem;
    right: 0.5rem;
  }
}
#btn_backtotop.fadein {
  opacity: 1;
}
#btn_backtotop:hover {
  opacity: .8;
  bottom: 34px;
}
@media screen and (max-width: 767px) {
  #btn_backtotop:hover {
    bottom: 1rem;
  }
}
#btn_backtotop:hover::after {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #btn_backtotop:hover::after {
    box-shadow: none;
  }
}
#btn_backtotop .arrow {
  top: 45px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  #btn_backtotop .arrow {
    top: 22px;
    left: -1px;
  }
}
#btn_backtotop .arrow::before {
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #btn_backtotop .arrow::before {
    width: 10px;
    height: 10px;
  }
}

/* ========================================================
スクリーンロック
=========================================================*/
.screen_lock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 9999;
}
.screen_lock .caution_block {
  position: fixed;
  top: 30%;
  width: 100%;
  text-align: center;
}
.screen_lock .caution_block img {
  margin-bottom: 15px;
}
.screen_lock.active {
  display: block;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?83873269");
  src: url("../font/fontello.eot?83873269#iefix") format("embedded-opentype"), url("../font/fontello.woff2?83873269") format("woff2"), url("../font/fontello.woff?83873269") format("woff"), url("../font/fontello.ttf?83873269") format("truetype"), url("../font/fontello.svg?83873269#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?83873269#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-astarisk:before {
  content: '\e800';
}

/* '' */
.icon-daiya-siro:before {
  content: '\e801';
}

/* '' */
.icon-maru-siro:before {
  content: '\e802';
}

/* '' */
.icon-faq-a:before {
  content: '\e803';
}

/* '' */
.icon-faq-q:before {
  content: '\e804';
}

/* '' */
.icon-kakko-1:before {
  content: '\e805';
}

/* '' */
.icon-kakko-2:before {
  content: '\e806';
}

/* '' */
.icon-kakko-3:before {
  content: '\e807';
}

/* '' */
.icon-kakko-4:before {
  content: '\e808';
}

/* '' */
.icon-kakko-5:before {
  content: '\e809';
}

/* '' */
.icon-kakko-6:before {
  content: '\e80a';
}

/* '' */
.icon-kakko-7:before {
  content: '\e80b';
}

/* '' */
.icon-kakko-8:before {
  content: '\e80c';
}

/* '' */
.icon-kakko-9:before {
  content: '\e80d';
}

/* '' */
.icon-kakko-11:before {
  content: '\e80e';
}

/* '' */
.icon-kakko-10:before {
  content: '\e80f';
}

/* '' */
.icon-kakko-12:before {
  content: '\e810';
}

/* '' */
.icon-kakko-b:before {
  content: '\e811';
}

/* '' */
.icon-kakko-a:before {
  content: '\e812';
}

/* '' */
.icon-kakko-c:before {
  content: '\e813';
}

/* '' */
.icon-kakko-d:before {
  content: '\e814';
}

/* '' */
.icon-kakko-e:before {
  content: '\e815';
}

/* '' */
.icon-kakko-f:before {
  content: '\e816';
}

/* '' */
.icon-kakko-g:before {
  content: '\e817';
}

/* '' */
.icon-kakko-h:before {
  content: '\e818';
}

/* '' */
.icon-kakko-i:before {
  content: '\e819';
}

/* '' */
.icon-kakko-j:before {
  content: '\e81a';
}

/* '' */
.icon-kakko-k:before {
  content: '\e81b';
}

/* '' */
.icon-kakko-kaku-1:before {
  content: '\e81c';
}

/* '' */
.icon-kakko-kaku-3:before {
  content: '\e81d';
}

/* '' */
.icon-kakko-kaku-2:before {
  content: '\e81e';
}

/* '' */
.icon-kakko-kaku-4:before {
  content: '\e81f';
}

/* '' */
.icon-kakko-kaku-6:before {
  content: '\e820';
}

/* '' */
.icon-kakko-kaku-5:before {
  content: '\e821';
}

/* '' */
.icon-kakko-kaku-7:before {
  content: '\e822';
}

/* '' */
.icon-kakko-kaku-8:before {
  content: '\e823';
}

/* '' */
.icon-kakko-kaku-9:before {
  content: '\e824';
}

/* '' */
.icon-kakko-kata-a:before {
  content: '\e825';
}

/* '' */
.icon-kakko-kata-e:before {
  content: '\e826';
}

/* '' */
.icon-kakko-kata-i:before {
  content: '\e827';
}

/* '' */
.icon-kakko-kata-ka:before {
  content: '\e828';
}

/* '' */
.icon-kakko-kata-ke:before {
  content: '\e829';
}

/* '' */
.icon-kakko-kata-ko:before {
  content: '\e82a';
}

/* '' */
.icon-kakko-kata-o:before {
  content: '\e82b';
}

/* '' */
.icon-kakko-kata-ki:before {
  content: '\e82c';
}

/* '' */
.icon-kakko-kata-sa:before {
  content: '\e82d';
}

/* '' */
.icon-kakko-kata-ku:before {
  content: '\e82e';
}

/* '' */
.icon-kakko-kata-se:before {
  content: '\e82f';
}

/* '' */
.icon-kakko-kata-si:before {
  content: '\e830';
}

/* '' */
.icon-kakko-kata-so:before {
  content: '\e831';
}

/* '' */
.icon-kakko-kata-su:before {
  content: '\e832';
}

/* '' */
.icon-kakko-l:before {
  content: '\e833';
}

/* '' */
.icon-kakko-kata-u:before {
  content: '\e834';
}

/* '' */
.icon-kome-1:before {
  content: '\e835';
}

/* '' */
.icon-kome-2:before {
  content: '\e836';
}

/* '' */
.icon-kome:before {
  content: '\e837';
}

/* '' */
.icon-kome-3:before {
  content: '\e838';
}

/* '' */
.icon-kome-4:before {
  content: '\e839';
}

/* '' */
.icon-kome-5:before {
  content: '\e83a';
}

/* '' */
.icon-kome-6:before {
  content: '\e83b';
}

/* '' */
.icon-kome-8:before {
  content: '\e83c';
}

/* '' */
.icon-note:before {
  content: '\e83d';
}

/* '' */
.icon-kome-9:before {
  content: '\e83e';
}

/* '' */
.icon-maru-shiro-2:before {
  content: '\e83f';
}

/* '' */
.icon-maru-shiro-3:before {
  content: '\e840';
}

/* '' */
.icon-maru-shiro-4:before {
  content: '\e841';
}

/* '' */
.icon-note-beamed:before {
  content: '\e842';
}

/* '' */
.icon-maru-shiro-5:before {
  content: '\e843';
}

/* '' */
.icon-maru-shiro-6:before {
  content: '\e844';
}

/* '' */
.icon-maru-shiro-7:before {
  content: '\e845';
}

/* '' */
.icon-maru-shiro-8:before {
  content: '\e846';
}

/* '' */
.icon-maru-kuro-2:before {
  content: '\e847';
}

/* '' */
.icon-maru-kuro-1:before {
  content: '\e848';
}

/* '' */
.icon-maru-kuro-3:before {
  content: '\e849';
}

/* '' */
.icon-maru-shiro-9:before {
  content: '\e84a';
}

/* '' */
.icon-maru-kuro-6:before {
  content: '\e84b';
}

/* '' */
.icon-maru-kuro-7:before {
  content: '\e84c';
}

/* '' */
.icon-maru-kuro-5:before {
  content: '\e84d';
}

/* '' */
.icon-maru-kuro-8:before {
  content: '\e84e';
}

/* '' */
.icon-maru-kuro-9:before {
  content: '\e84f';
}

/* '' */
.icon-no1:before {
  content: '\e850';
}

/* '' */
.icon-no3:before {
  content: '\e851';
}

/* '' */
.icon-sikaku-l:before {
  content: '\e852';
}

/* '' */
.icon-mail-1:before {
  content: '\e853';
}

/* '' */
.icon-no5:before {
  content: '\e854';
}

/* '' */
.icon-no6:before {
  content: '\e855';
}

/* '' */
.icon-no4:before {
  content: '\e856';
}

/* '' */
.icon-no7:before {
  content: '\e857';
}

/* '' */
.icon-no8:before {
  content: '\e858';
}

/* '' */
.icon-no9:before {
  content: '\e859';
}

/* '' */
.icon-sikaku-s:before {
  content: '\e85a';
}

/* '' */
.icon-no2:before {
  content: '\e85b';
}

/* '' */
.icon-kome-7:before {
  content: '\e85c';
}

/* '' */
.icon-sikaku-siro:before {
  content: '\e85d';
}

/* '' */
.icon-phone-1:before {
  content: '\e85e';
}

/* '' */
.icon-maru-kuro-4:before {
  content: '\e85f';
}

/* '' */
.icon-music:before {
  content: '\e860';
}

/* '' */
.icon-search:before {
  content: '\e861';
}

/* '' */
.icon-flashlight:before {
  content: '\e862';
}

/* '' */
.icon-mail:before {
  content: '\e863';
}

/* '' */
.icon-heart:before {
  content: '\e864';
}

/* '' */
.icon-heart-empty:before {
  content: '\e865';
}

/* '' */
.icon-star:before {
  content: '\e866';
}

/* '' */
.icon-star-empty:before {
  content: '\e867';
}

/* '' */
.icon-user:before {
  content: '\e868';
}

/* '' */
.icon-users:before {
  content: '\e869';
}

/* '' */
.icon-user-add:before {
  content: '\e86a';
}

/* '' */
.icon-video:before {
  content: '\e86b';
}

/* '' */
.icon-picture:before {
  content: '\e86c';
}

/* '' */
.icon-camera:before {
  content: '\e86d';
}

/* '' */
.icon-layout:before {
  content: '\e86e';
}

/* '' */
.icon-menu:before {
  content: '\e86f';
}

/* '' */
.icon-check:before {
  content: '\e870';
}

/* '' */
.icon-cancel:before {
  content: '\e871';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e872';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e873';
}

/* '' */
.icon-plus:before {
  content: '\e874';
}

/* '' */
.icon-plus-circled:before {
  content: '\e875';
}

/* '' */
.icon-plus-squared:before {
  content: '\e876';
}

/* '' */
.icon-minus:before {
  content: '\e877';
}

/* '' */
.icon-minus-circled:before {
  content: '\e878';
}

/* '' */
.icon-minus-squared:before {
  content: '\e879';
}

/* '' */
.icon-help:before {
  content: '\e87a';
}

/* '' */
.icon-help-circled:before {
  content: '\e87b';
}

/* '' */
.icon-info:before {
  content: '\e87c';
}

/* '' */
.icon-info-circled:before {
  content: '\e87d';
}

/* '' */
.icon-back:before {
  content: '\e87e';
}

/* '' */
.icon-home:before {
  content: '\e87f';
}

/* '' */
.icon-link:before {
  content: '\e880';
}

/* '' */
.icon-attach:before {
  content: '\e881';
}

/* '' */
.icon-lock:before {
  content: '\e882';
}

/* '' */
.icon-lock-open:before {
  content: '\e883';
}

/* '' */
.icon-eye:before {
  content: '\e884';
}

/* '' */
.icon-tag:before {
  content: '\e885';
}

/* '' */
.icon-bookmark:before {
  content: '\e886';
}

/* '' */
.icon-bookmarks:before {
  content: '\e887';
}

/* '' */
.icon-flag:before {
  content: '\e888';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e889';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e88a';
}

/* '' */
.icon-download:before {
  content: '\e88b';
}

/* '' */
.icon-upload:before {
  content: '\e88c';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e88d';
}

/* '' */
.icon-reply:before {
  content: '\e88e';
}

/* '' */
.icon-reply-all:before {
  content: '\e88f';
}

/* '' */
.icon-forward:before {
  content: '\e890';
}

/* '' */
.icon-quote:before {
  content: '\e891';
}

/* '' */
.icon-code:before {
  content: '\e892';
}

/* '' */
.icon-export:before {
  content: '\e893';
}

/* '' */
.icon-pencil:before {
  content: '\e894';
}

/* '' */
.icon-feather:before {
  content: '\e895';
}

/* '' */
.icon-print:before {
  content: '\e896';
}

/* '' */
.icon-retweet:before {
  content: '\e897';
}

/* '' */
.icon-keyboard:before {
  content: '\e898';
}

/* '' */
.icon-comment:before {
  content: '\e899';
}

/* '' */
.icon-chat:before {
  content: '\e89a';
}

/* '' */
.icon-bell:before {
  content: '\e89b';
}

/* '' */
.icon-attention:before {
  content: '\e89c';
}

/* '' */
.icon-alert:before {
  content: '\e89d';
}

/* '' */
.icon-vcard:before {
  content: '\e89e';
}

/* '' */
.icon-address:before {
  content: '\e89f';
}

/* '' */
.icon-location:before {
  content: '\e8a0';
}

/* '' */
.icon-map:before {
  content: '\e8a1';
}

/* '' */
.icon-direction:before {
  content: '\e8a2';
}

/* '' */
.icon-compass:before {
  content: '\e8a3';
}

/* '' */
.icon-cup:before {
  content: '\e8a4';
}

/* '' */
.icon-trash:before {
  content: '\e8a5';
}

/* '' */
.icon-doc:before {
  content: '\e8a6';
}

/* '' */
.icon-docs:before {
  content: '\e8a7';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e8a8';
}

/* '' */
.icon-doc-text:before {
  content: '\e8a9';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e8aa';
}

/* '' */
.icon-newspaper:before {
  content: '\e8ab';
}

/* '' */
.icon-book-open:before {
  content: '\e8ac';
}

/* '' */
.icon-book:before {
  content: '\e8ad';
}

/* '' */
.icon-folder:before {
  content: '\e8ae';
}

/* '' */
.icon-archive:before {
  content: '\e8af';
}

/* '' */
.icon-box:before {
  content: '\e8b0';
}

/* '' */
.icon-rss:before {
  content: '\e8b1';
}

/* '' */
.icon-phone:before {
  content: '\e8b2';
}

/* '' */
.icon-cog:before {
  content: '\e8b3';
}

/* '' */
.icon-tools:before {
  content: '\e8b4';
}

/* '' */
.icon-share:before {
  content: '\e8b5';
}

/* '' */
.icon-shareable:before {
  content: '\e8b6';
}

/* '' */
.icon-basket:before {
  content: '\e8b7';
}

/* '' */
.icon-bag:before {
  content: '\e8b8';
}

/* '' */
.icon-calendar:before {
  content: '\e8b9';
}

/* '' */
.icon-login:before {
  content: '\e8ba';
}

/* '' */
.icon-logout:before {
  content: '\e8bb';
}

/* '' */
.icon-mic:before {
  content: '\e8bc';
}

/* '' */
.icon-mute:before {
  content: '\e8bd';
}

/* '' */
.icon-sound:before {
  content: '\e8be';
}

/* '' */
.icon-volume:before {
  content: '\e8bf';
}

/* '' */
.icon-clock:before {
  content: '\e8c0';
}

/* '' */
.icon-hourglass:before {
  content: '\e8c1';
}

/* '' */
.icon-lamp:before {
  content: '\e8c2';
}

/* '' */
.icon-light-down:before {
  content: '\e8c3';
}

/* '' */
.icon-light-up:before {
  content: '\e8c4';
}

/* '' */
.icon-adjust:before {
  content: '\e8c5';
}

/* '' */
.icon-block:before {
  content: '\e8c6';
}

/* '' */
.icon-resize-full:before {
  content: '\e8c7';
}

/* '' */
.icon-resize-small:before {
  content: '\e8c8';
}

/* '' */
.icon-popup:before {
  content: '\e8c9';
}

/* '' */
.icon-publish:before {
  content: '\e8ca';
}

/* '' */
.icon-window:before {
  content: '\e8cb';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e8cc';
}

/* '' */
.icon-down-circled:before {
  content: '\e8cd';
}

/* '' */
.icon-left-circled:before {
  content: '\e8ce';
}

/* '' */
.icon-right-circled:before {
  content: '\e8cf';
}

/* '' */
.icon-up-circled:before {
  content: '\e8d0';
}

/* '' */
.icon-down-open:before {
  content: '\e8d1';
}

/* '' */
.icon-left-open:before {
  content: '\e8d2';
}

/* '' */
.icon-right-open:before {
  content: '\e8d3';
}

/* '' */
.icon-up-open:before {
  content: '\e8d4';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e8d5';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e8d6';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e8d7';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e8d8';
}

/* '' */
.icon-down-open-big:before {
  content: '\e8d9';
}

/* '' */
.icon-left-open-big:before {
  content: '\e8da';
}

/* '' */
.icon-right-open-big:before {
  content: '\e8db';
}

/* '' */
.icon-up-open-big:before {
  content: '\e8dc';
}

/* '' */
.icon-down:before {
  content: '\e8dd';
}

/* '' */
.icon-left:before {
  content: '\e8de';
}

/* '' */
.icon-right:before {
  content: '\e8df';
}

/* '' */
.icon-up:before {
  content: '\e8e0';
}

/* '' */
.icon-down-dir:before {
  content: '\e8e1';
}

/* '' */
.icon-left-dir:before {
  content: '\e8e2';
}

/* '' */
.icon-right-dir:before {
  content: '\e8e3';
}

/* '' */
.icon-up-dir:before {
  content: '\e8e4';
}

/* '' */
.icon-down-bold:before {
  content: '\e8e5';
}

/* '' */
.icon-left-bold:before {
  content: '\e8e6';
}

/* '' */
.icon-right-bold:before {
  content: '\e8e7';
}

/* '' */
.icon-up-bold:before {
  content: '\e8e8';
}

/* '' */
.icon-down-thin:before {
  content: '\e8e9';
}

/* '' */
.icon-left-thin:before {
  content: '\e8ea';
}

/* '' */
.icon-right-thin:before {
  content: '\e8eb';
}

/* '' */
.icon-up-thin:before {
  content: '\e8ec';
}

/* '' */
.icon-ccw:before {
  content: '\e8ed';
}

/* '' */
.icon-cw:before {
  content: '\e8ee';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e8ef';
}

/* '' */
.icon-level-down:before {
  content: '\e8f0';
}

/* '' */
.icon-level-up:before {
  content: '\e8f1';
}

/* '' */
.icon-shuffle:before {
  content: '\e8f2';
}

/* '' */
.icon-loop:before {
  content: '\e8f3';
}

/* '' */
.icon-switch:before {
  content: '\e8f4';
}

/* '' */
.icon-play:before {
  content: '\e8f5';
}

/* '' */
.icon-stop:before {
  content: '\e8f6';
}

/* '' */
.icon-pause:before {
  content: '\e8f7';
}

/* '' */
.icon-record:before {
  content: '\e8f8';
}

/* '' */
.icon-to-end:before {
  content: '\e8f9';
}

/* '' */
.icon-to-start:before {
  content: '\e8fa';
}

/* '' */
.icon-fast-forward:before {
  content: '\e8fb';
}

/* '' */
.icon-fast-backward:before {
  content: '\e8fc';
}

/* '' */
.icon-progress-0:before {
  content: '\e8fd';
}

/* '' */
.icon-progress-1:before {
  content: '\e8fe';
}

/* '' */
.icon-progress-2:before {
  content: '\e8ff';
}

/* '' */
.icon-progress-3:before {
  content: '\e900';
}

/* '' */
.icon-target:before {
  content: '\e901';
}

/* '' */
.icon-palette:before {
  content: '\e902';
}

/* '' */
.icon-list:before {
  content: '\e903';
}

/* '' */
.icon-list-add:before {
  content: '\e904';
}

/* '' */
.icon-signal:before {
  content: '\e905';
}

/* '' */
.icon-trophy:before {
  content: '\e906';
}

/* '' */
.icon-battery:before {
  content: '\e907';
}

/* '' */
.icon-back-in-time:before {
  content: '\e908';
}

/* '' */
.icon-monitor:before {
  content: '\e909';
}

/* '' */
.icon-mobile:before {
  content: '\e90a';
}

/* '' */
.icon-network:before {
  content: '\e90b';
}

/* '' */
.icon-cd:before {
  content: '\e90c';
}

/* '' */
.icon-inbox:before {
  content: '\e90d';
}

/* '' */
.icon-install:before {
  content: '\e90e';
}

/* '' */
.icon-globe:before {
  content: '\e90f';
}

/* '' */
.icon-cloud:before {
  content: '\e910';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e911';
}

/* '' */
.icon-flash:before {
  content: '\e912';
}

/* '' */
.icon-moon:before {
  content: '\e913';
}

/* '' */
.icon-flight:before {
  content: '\e914';
}

/* '' */
.icon-paper-plane:before {
  content: '\e915';
}

/* '' */
.icon-leaf:before {
  content: '\e916';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e917';
}

/* '' */
.icon-mouse:before {
  content: '\e918';
}

/* '' */
.icon-briefcase:before {
  content: '\e919';
}

/* '' */
.icon-suitcase:before {
  content: '\e91a';
}

/* '' */
.icon-dot:before {
  content: '\e91b';
}

/* '' */
.icon-dot-2:before {
  content: '\e91c';
}

/* '' */
.icon-dot-3:before {
  content: '\e91d';
}

/* '' */
.icon-brush:before {
  content: '\e91e';
}

/* '' */
.icon-magnet:before {
  content: '\e91f';
}

/* '' */
.icon-infinity:before {
  content: '\e920';
}

/* '' */
.icon-erase:before {
  content: '\e921';
}

/* '' */
.icon-chart-pie:before {
  content: '\e922';
}

/* '' */
.icon-chart-line:before {
  content: '\e923';
}

/* '' */
.icon-chart-bar:before {
  content: '\e924';
}

/* '' */
.icon-chart-area:before {
  content: '\e925';
}

/* '' */
.icon-tape:before {
  content: '\e926';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e927';
}

/* '' */
.icon-language:before {
  content: '\e928';
}

/* '' */
.icon-ticket:before {
  content: '\e929';
}

/* '' */
.icon-water:before {
  content: '\e92a';
}

/* '' */
.icon-droplet:before {
  content: '\e92b';
}

/* '' */
.icon-air:before {
  content: '\e92c';
}

/* '' */
.icon-credit-card:before {
  content: '\e92d';
}

/* '' */
.icon-floppy:before {
  content: '\e92e';
}

/* '' */
.icon-clipboard:before {
  content: '\e92f';
}

/* '' */
.icon-megaphone:before {
  content: '\e930';
}

/* '' */
.icon-database:before {
  content: '\e931';
}

/* '' */
.icon-drive:before {
  content: '\e932';
}

/* '' */
.icon-bucket:before {
  content: '\e933';
}

/* '' */
.icon-thermometer:before {
  content: '\e934';
}

/* '' */
.icon-key:before {
  content: '\e935';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e936';
}

/* '' */
.icon-flow-branch:before {
  content: '\e937';
}

/* '' */
.icon-flow-tree:before {
  content: '\e938';
}

/* '' */
.icon-flow-line:before {
  content: '\e939';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e93a';
}

/* '' */
.icon-rocket-1:before {
  content: '\e93b';
}

/* '' */
.icon-gauge:before {
  content: '\e93c';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e93d';
}

/* '' */
.icon-cc:before {
  content: '\e93e';
}

/* '' */
.icon-cc-by:before {
  content: '\e93f';
}

/* '' */
.icon-cc-nc:before {
  content: '\e940';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e941';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e942';
}

/* '' */
.icon-cc-sa:before {
  content: '\e943';
}

/* '' */
.icon-cc-nd:before {
  content: '\e944';
}

/* '' */
.icon-cc-pd:before {
  content: '\e945';
}

/* '' */
.icon-cc-zero:before {
  content: '\e946';
}

/* '' */
.icon-cc-share:before {
  content: '\e947';
}

/* '' */
.icon-cc-remix:before {
  content: '\e948';
}

/* '' */
.icon-award:before {
  content: '\e949';
}

/* '' */
.icon-mobile-1:before {
  content: '\e94a';
}

/* '' */
.icon-mobile-alt:before {
  content: '\e94b';
}

/* '' */
.icon-tablet:before {
  content: '\e94c';
}

/* '' */
.icon-search-1:before {
  content: '\e94d';
}

/* '' */
.icon-rss-1:before {
  content: '\e94e';
}

/* '' */
.icon-comment-alt:before {
  content: '\e94f';
}

/* '' */
.icon-maru-kuro:before {
  content: '\e950';
}

/* '' */
.icon-daiya-kuro:before {
  content: '\e951';
}

/* '' */
.icon-kurobou:before {
  content: '\e952';
}

/* '' */
.icon-right-circle:before {
  content: '\e953';
}

/* '' */
.icon-maru-10:before {
  content: '\e954';
}

/* '' */
.icon-sankaku-left:before {
  content: '\e955';
}

/* '' */
.icon-sankaku-top:before {
  content: '\e956';
}

/* '' */
.icon-sankaku-right:before {
  content: '\e957';
}

/* '' */
.icon-sankaku-bottom:before {
  content: '\e958';
}

/* '' */
.icon-kirari:before {
  content: '\e959';
}

/* '' */
.icon-maru-shiro-1:before {
  content: '\e95a';
}

/* '' */
.icon-check-1:before {
  content: '\e95b';
}

/* '' */
.icon-github:before {
  content: '\f300';
}

/* '' */
.icon-github-circled:before {
  content: '\f301';
}

/* '' */
.icon-flickr:before {
  content: '\f303';
}

/* '' */
.icon-flickr-circled:before {
  content: '\f304';
}

/* '' */
.icon-vimeo:before {
  content: '\f306';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\f307';
}

/* '' */
.icon-twitter:before {
  content: '\f309';
}

/* '' */
.icon-twitter-circled:before {
  content: '\f30a';
}

/* '' */
.icon-facebook:before {
  content: '\f30c';
}

/* '' */
.icon-facebook-circled:before {
  content: '\f30d';
}

/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */
.icon-gplus-circled:before {
  content: '\f310';
}

/* '' */
.icon-pinterest:before {
  content: '\f312';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\f313';
}

/* '' */
.icon-tumblr:before {
  content: '\f315';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\f316';
}

/* '' */
.icon-linkedin:before {
  content: '\f318';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\f319';
}

/* '' */
.icon-dribbble:before {
  content: '\f31b';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\f31c';
}

/* '' */
.icon-stumbleupon:before {
  content: '\f31e';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\f31f';
}

/* '' */
.icon-lastfm:before {
  content: '\f321';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\f322';
}

/* '' */
.icon-rdio:before {
  content: '\f324';
}

/* '' */
.icon-rdio-circled:before {
  content: '\f325';
}

/* '' */
.icon-spotify:before {
  content: '\f327';
}

/* '' */
.icon-spotify-circled:before {
  content: '\f328';
}

/* '' */
.icon-qq:before {
  content: '\f32a';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.icon-dropbox:before {
  content: '\f330';
}

/* '' */
.icon-evernote:before {
  content: '\f333';
}

/* '' */
.icon-flattr:before {
  content: '\f336';
}

/* '' */
.icon-skype:before {
  content: '\f339';
}

/* '' */
.icon-skype-circled:before {
  content: '\f33a';
}

/* '' */
.icon-renren:before {
  content: '\f33c';
}

/* '' */
.icon-sina-weibo:before {
  content: '\f33f';
}

/* '' */
.icon-paypal:before {
  content: '\f342';
}

/* '' */
.icon-picasa:before {
  content: '\f345';
}

/* '' */
.icon-soundcloud:before {
  content: '\f348';
}

/* '' */
.icon-mixi:before {
  content: '\f34b';
}

/* '' */
.icon-behance:before {
  content: '\f34e';
}

/* '' */
.icon-google-circles:before {
  content: '\f351';
}

/* '' */
.icon-vkontakte:before {
  content: '\f354';
}

/* '' */
.icon-smashing:before {
  content: '\f357';
}

/* '' */
.icon-db-shape:before {
  content: '\f600';
}

/* '' */
.icon-sweden:before {
  content: '\f601';
}

/* '' */
.icon-logo-db:before {
  content: '\f603';
}

/* '' */
/*#########################################################

共通レイアウト

#########################################################*/
/* ========================================================
エリア
=========================================================*/
.area_content {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .area_content {
    width: 100%;
  }
}

/* ========================================================
下線タイトル
=========================================================*/
.h_type01 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 3px solid #e3e0df;
  padding-bottom: 10px;
}

/* ========================================================
エリアタイトル
=========================================================*/
.area_title {
  position: relative;
  font-size: 2.6rem;
  margin-bottom: 40px;
  padding-bottom: 1rem;
}
.area_title::before, .area_title::after {
  position: absolute;
  bottom: 0;
  content: " ";
  height: 3px;
}
.area_title::before {
  left: 0;
  width: 180px;
  background: #c3aa38;
}
@media screen and (max-width: 767px) {
  .area_title::before {
    width: 30%;
  }
}
.area_title::after {
  left: 180px;
  content: " ";
  width: 900px;
  background: #0058a1;
}
@media screen and (max-width: 767px) {
  .area_title::after {
    left: 30%;
    width: 70%;
  }
}

/* ========================================================
レイアウトEタイプ
=========================================================*/
.slayout_e {
  margin: 0 auto;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .slayout_e {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.slayout_e ul {
  list-style: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .slayout_e ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.slayout_e ul li {
  padding: 15px;
  border-bottom: 1px solid #e3e0df;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .slayout_e ul li {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.slayout_e ul li:last-child {
  border-bottom: none;
}
.slayout_e ul li a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: normal;
}
.slayout_e ul li a .arrow {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .slayout_e ul li a .arrow {
    margin-left: 0;
    margin-right: 10px;
  }
}
.slayout_e ul li a .arrow_right::before {
  background: #9e8617;
}
.slayout_e ul li a .arrow_right::after {
  border-top: 2px solid #9e8617;
  border-right: 2px solid #9e8617;
}

/* ========================================================
プライベート・バンキング・サービス
=========================================================*/
.area_privatebanking {
  margin-bottom: 120px;
  padding: 60px 0;
  background: url(/common/img/area_privatebanking_bg.gif) repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_privatebanking {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.area_privatebanking h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .area_privatebanking h2 {
    margin-bottom: 25px;
  }
}
.area_privatebanking div.read {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .area_privatebanking div.read {
    margin-bottom: 40px;
    text-align: left;
  }
}

/* ========================================================
関連情報
=========================================================*/
.area_relatedinformation {
  width: 1080px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .area_relatedinformation {
    margin: 0 20px 50px;
    width: inherit;
  }
}
.area_relatedinformation h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e0df;
}
.area_relatedinformation ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .area_relatedinformation ul {
    display: block;
  }
}
.area_relatedinformation ul li {
  padding-right: 20px;
  margin-bottom: 30px;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .area_relatedinformation ul li {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.area_relatedinformation ul li:nth-child(3n) {
  padding-right: 0;
}
.area_relatedinformation ul li a.banner {
  position: relative;
  display: block;
  border: 1px solid #0058a1;
  padding: 30px;
}
.area_relatedinformation ul li a.banner:hover {
  opacity: 0.6;
}
.area_relatedinformation ul li a.banner b {
  display: inline-block;
  color: #0058a1;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.area_relatedinformation ul li a.banner .ri_read {
  padding-right: 30px;
  font-size: 1.4rem;
}
.area_relatedinformation ul li a.banner .arrow_right {
  position: absolute;
  right: 40px;
  top: 50%;
}
.area_relatedinformation ul li a.banner .arrow_right::before {
  background: #0058a1;
}
.area_relatedinformation ul li a.banner .arrow_right::after {
  border-top-color: #0058a1;
  border-right-color: #0058a1;
}

/* ========================================================
パターン　C
=========================================================*/
h2.title_store {
  width: 1080px;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h2.title_store {
    width: auto;
    font-size: 1.5rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

article.area_store {
  border-top: solid 3px #cccccc;
  border-bottom: solid 3px #cccccc;
  width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  article.area_store {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
article.area_store div.inner_store ul li {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  article.area_store div.inner_store ul li {
    flex-direction: column;
    padding: 23px 0 20px 0;
  }
}
article.area_store div.inner_store ul li .tag {
  width: 160px;
  height: 30px;
  margin: 0 22px;
  background: #2c5e88;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  article.area_store div.inner_store ul li .tag {
    margin: 0 0 20px;
    width: 120px;
  }
}
article.area_store div.inner_store ul li .tag_other {
  background: #fff;
  color: #2c5e88;
  border: 1px solid #2c5e88;
}
article.area_store div.inner_store ul li p.item_store_text {
  width: 920px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  article.area_store div.inner_store ul li p.item_store_text {
    width: auto;
    font-size: 1.4rem;
    line-height: 2;
  }
}
article.area_store div.inner_store ul li.item_store {
  border-bottom: dotted 1px #cccccc;
}

/* ========================================================
トップページの「プライベート・バンキング・サービス」のレイアウト（バナーとボタン2つ）
=========================================================*/
.layout001 {
  margin-bottom: 120px;
}
.layout001 .bg {
  background: no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .layout001 .bg {
    padding-bottom: 40px;
  }
}
.layout001 .bg .inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 980px;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .layout001 .bg .inner {
    margin: auto;
    width: 90%;
    height: auto;
    flex-direction: column;
  }
}
.layout001 .bg .inner h2 {
  padding-top: 130px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  width: 490px;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .layout001 .bg .inner h2 {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    font-size: 2rem;
    background-size: 40px !important;
    background-position: center 30px !important;
  }
}
.layout001 .bg .inner .right {
  width: 390px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout001 .bg .inner .right {
    width: 100%;
  }
}
.layout001 .bg .inner .right p {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .layout001 .bg .inner .right p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .layout001 .bg .inner .right a.btn01, .layout001 .bg .inner .right .btn01 {
    width: 100%;
  }
}
.layout001 .bg .inner .right ul {
  list-style: none;
}
.layout001 .bg .inner .right ul li:first-child {
  margin-bottom: 15px;
}

/*#########################################################

h2 titley

#########################################################*/
h2.area_title {
  width: 1080px;
  margin: 0 auto;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2.area_title {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}

/* ========================================================
ページネーション
=========================================================*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.pagination a.page-numbers, .pagination .page-numbers {
  display: block;
  margin: 0 5px;
  border: 1px solid #0058a1;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
.pagination a.page-numbers.current, .pagination .page-numbers.current {
  background: #0058a1;
  color: #fff;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  text-indent: -9999px;
  color: #fff;
  border: none;
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before, .pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  content: "";
  display: block;
  left: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #0058a1;
  border-right: 2px solid #0058a1;
  transform: rotate(45deg);
}
.pagination a.page-numbers.prev::before, .pagination .page-numbers.prev::before {
  transform: rotate(230deg);
}

/* ========================================================
コンサルタント紹介/経営理念のキービジュアルレイアウト
=========================================================*/
.layout002 {
  margin-bottom: 120px;
  width: 100%;
  height: 608px;
  background: no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .layout002 {
    height: inherit;
    background: none !important;
  }
}
.layout002 .inner {
  margin: auto;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .layout002 .inner {
    width: 100%;
  }
}
.layout002 .inner h2 {
  padding: 40px 0 40px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .layout002 .inner h2 {
    padding: 40px 2rem 40px;
    font-size: 1.8rem;
  }
  .layout002 .inner h2 br {
    display: none;
  }
}

/* ========================================================
コンサルタント紹介/経営理念の左右レイアウト
=========================================================*/
.layout003 {
  margin-bottom: 120px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .layout003 {
    margin-bottom: 40px;
    background: none !important;
  }
}
.layout003 .photo {
  width: 100%;
}
.layout003 .inner {
  overflow: hidden;
  margin: auto;
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .layout003 .inner {
    width: 100%;
    background: none !important;
  }
}
.layout003 .inner h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  color: #977d06;
}
@media screen and (max-width: 767px) {
  .layout003 .inner h3 {
    font-size: 1.8rem;
  }
  .layout003 .inner h3 br {
    display: none;
  }
}
.layout003 .inner .box {
  padding: 60px 0;
  width: 540px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .layout003 .inner .box {
    width: 100%;
    padding: 20px;
  }
}
.layout003 .inner .box p {
  margin-bottom: 2rem;
}

/* ========================================================
住宅ローン取扱商品
=========================================================*/
article.area_product {
  width: 1080px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  article.area_product {
    width: auto;
    margin: 0 20px 60px 20px;
  }
}
article.area_product div.inner_product {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
article.area_product div.inner_product:hover {
  opacity: 0.7;
}
article.area_product div.inner_product a.product_link {
  display: block;
  text-decoration: none;
  color: #000;
}
article.area_product div.inner_product div.box_product {
  display: flex;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product {
    flex-direction: column;
    width: auto;
  }
}
article.area_product div.inner_product div.box_product div.box_product_left {
  line-height: 0;
}
article.area_product div.inner_product div.box_product div.box_product_left img {
  width: 100%;
  height: 100%;
}
article.area_product div.inner_product div.box_product div.item_thumb_right {
  width: 700px;
  margin: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product div.item_thumb_right {
    width: auto;
    height: 255px;
    margin: 25px 20px 20px;
  }
}
article.area_product div.inner_product div.box_product div.item_thumb_right img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product div.item_thumb_right img {
    width: 23px;
    height: 23px;
  }
}
article.area_product div.inner_product div.box_product div.item_thumb_right.item_thumb_right_bottom {
  margin: 0 25px 0 30px;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product div.item_thumb_right.item_thumb_right_bottom {
    margin: 25px 0 0 0;
  }
}
article.area_product div.inner_product div.box_product div.item_thumb_right h3 {
  font-size: 2.2rem;
  color: #0058a1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product div.item_thumb_right h3 {
    font-size: 1.7rem;
  }
}
article.area_product div.inner_product div.box_product div.item_thumb_right p.item_little_text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  article.area_product div.inner_product div.box_product div.item_thumb_right p.item_little_text {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
article.area_product div.inner_product div.box_product div.item_thumb_right p.item_little_img {
  text-align: right;
}
article.area_product div.inner_product.inner_product_bottom {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
article.area_product div.inner_product.inner_product_bottom:hover {
  opacity: inherit;
}

/* ========================================================
ご相談の流れ
=========================================================*/
.aria_flow {
  width: 1080px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .aria_flow {
    width: 100%;
    margin-bottom: 80px;
  }
}
.aria_flow .inner_flow h2.title_flow {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #d8d8d8;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .aria_flow .inner_flow h2.title_flow {
    font-size: 2.5rem;
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.aria_flow .inner_flow ul.box_flow {
  display: flex;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aria_flow .inner_flow ul.box_flow {
    flex-direction: column;
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .aria_flow .inner_flow ul.box_flow li.item_flow {
    display: flex;
    align-items: flex-start;
  }
}
.aria_flow .inner_flow ul.box_flow li.item_flow img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aria_flow .inner_flow ul.box_flow li.item_flow img {
    width: 100%;
    margin-bottom: 0;
  }
}
.aria_flow .inner_flow ul.box_flow li.item_flow p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aria_flow .inner_flow ul.box_flow li.item_flow p {
    font-size: 1.4rem;
  }
}
.aria_flow .inner_flow ul.box_flow li:last-child {
  margin-right: 0;
}

/* ========================================================
住信SBIネット銀行「フラット35（保証型）」の3つの特長
=========================================================*/
.area_illust_text h3 {
  position: relative;
  margin-bottom: 60px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_illust_text h3 {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}
.area_illust_text h3::before, .area_illust_text h3::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 120px;
  border-top: 2px solid #d7d0ae;
}
@media screen and (max-width: 767px) {
  .area_illust_text h3::before, .area_illust_text h3::after {
    display: none;
  }
}
.area_illust_text h3::after {
  right: 0;
}
.area_illust_text .box_characteristic {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .area_illust_text .box_characteristic {
    flex-direction: column;
  }
}
.area_illust_text .box_characteristic > li {
  margin-right: 8%;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_illust_text .box_characteristic > li {
    margin-bottom: 4rem;
    width: 100% !important;
  }
}
.area_illust_text .box_characteristic > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .area_illust_text .box_characteristic > li:last-child {
    margin-bottom: 0;
  }
}
.area_illust_text .box_characteristic > li img {
  margin-bottom: 20px;
}
.area_illust_text .box_characteristic > li h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .area_illust_text .box_characteristic > li h4 {
    font-size: 1.6rem;
  }
}
.area_illust_text .box_characteristic > li h4 b {
  color: #d01616;
}
.area_illust_text .box_characteristic > li .read {
  text-align: left;
  list-style-type: disc;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .area_illust_text .box_characteristic > li .read {
    list-style-position: inside;
  }
}
.area_illust_text .box_characteristic > li .read .small {
  font-size: 1.2rem;
}
.area_illust_text .box_characteristic > li .read li {
  margin-bottom: 10px;
}
.area_illust_text.type02 {
  padding-bottom: 40px;
}
.area_illust_text.type02 .box_characteristic {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .area_illust_text.type02 .box_characteristic {
    width: 100%;
  }
}
.area_illust_text.type02 .box_characteristic li {
  margin-right: 5%;
  width: 28%;
}
.area_illust_text.type02 .box_characteristic li h4 {
  font-size: 2rem;
}

/* ========================================================
ご相談時に以下の書類をお持ちいただくとスムーズです。
=========================================================*/
.area_necessary_document {
  margin-bottom: 140px;
  background: #f8f7f1;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .area_necessary_document {
    margin-bottom: 60px;
    padding-bottom: 20px;
    width: 90%;
    height: inherit;
  }
}
.area_necessary_document .inner {
  position: relative;
  padding-top: 3rem;
}
.area_necessary_document .inner h3 {
  z-index: 10;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner h3 {
    position: relative;
    margin-bottom: 2rem;
    padding: 0 2rem;
    font-size: 1.8rem;
    text-align: left;
  }
}
.area_necessary_document .inner img.illust {
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 130px;
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner img.illust {
    left: 0;
    width: 20%;
  }
}
.area_necessary_document .inner .box_2x {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 120px;
  width: 900px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner .box_2x {
    position: relative;
    flex-direction: column;
    width: 90%;
    top: inherit;
  }
}
.area_necessary_document .inner .box_2x > li {
  background: #fff;
  padding: 20px;
  width: 420px;
  box-shadow: 0px 0px 40px -17px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner .box_2x > li {
    margin-bottom: 2rem;
    width: 100%;
  }
  .area_necessary_document .inner .box_2x > li:last-child {
    margin-bottom: 0;
  }
}
.area_necessary_document .inner .box_2x > li h4 {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #2c5e88;
}
.area_necessary_document .inner .box_2x > li ul {
  margin-bottom: 1rem;
  list-style: none;
  line-height: 2;
}
.area_necessary_document .inner .box_2x > li ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner .box_2x > li ul li {
    align-items: flex-start;
  }
}
.area_necessary_document .inner .box_2x > li ul li .checkbox {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .area_necessary_document .inner .box_2x > li ul li .checkbox {
    margin-top: 10px;
  }
}

/* ========================================================
はたらく環境・社風
=========================================================*/
.box_photo_read_shadow {
  width: 520PX;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .box_photo_read_shadow {
    margin-right: 0px;
  }
}
.box_photo_read_shadow:nth-child(2n) {
  margin-right: 0;
}
.box_photo_read_shadow img {
  width: 100%;
}
.box_photo_read_shadow div {
  width: 420PX;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px 40px 30px;
  top: -50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box_photo_read_shadow div {
    width: auto;
    padding: 20px;
    margin: 0 20px;
  }
}
.box_photo_read_shadow div h3 {
  margin-bottom: 30px;
  color: #2c5e88;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .box_photo_read_shadow div h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.box_photo_read_shadow div p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .box_photo_read_shadow div p {
    font-size: 1.3rem;
  }
}

/* ========================================================
ページ内リンク
=========================================================*/
.pglink {
  background-color: #ebf0f4;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .pglink {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    height: 217px;
  }
}
.pglink .inner {
  display: flex;
  justify-content: center;
}
.pglink .inner ul.box_item {
  display: flex;
  list-style: none;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .pglink .inner ul.box_item {
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    align-items: flex-start;
    justify-content: center;
  }
}
.pglink .inner ul.box_item li {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .pglink .inner ul.box_item li {
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .pglink .inner ul.box_item li:nth-child(even) {
    margin-right: 0px;
  }
}
.pglink .inner ul.box_item li:last-child {
  margin-right: 0;
}
.pglink .inner ul.box_item li a.btn20 {
  width: 165px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  border-width: 2px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pglink .inner ul.box_item li a.btn20 {
    width: 136px;
    height: 50px;
    font-size: 1.4rem;
  }
}
.pglink .inner ul.box_item li a.btn20::before {
  display: none;
}
.pglink .inner ul.box_item li a.btn20::after {
  display: none;
}
.pglink .inner ul.box_item li a.btn20:hover {
  background: #0058a1;
  color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.pglink .inner ul.box_item li a.btn20:hover .arrow_ho_down:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.pglink .inner ul.box_item li a.btn20 .arrow_ho_down:before {
  top: auto;
  left: -38px;
  bottom: -21px;
}
@media screen and (max-width: 767px) {
  .pglink .inner ul.box_item li a.btn20 .arrow_ho_down:before {
    width: 8px;
    height: 8px;
    left: -32px;
  }
}
.pglink .inner ul.box_item li a.btn20 .arrow_ho_down {
  padding: 0;
}
.pglink .inner ul.box_item li a.btn20 #arrow_hokkaido {
  left: -30px;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .pglink .inner ul.box_item li a.btn20 #arrow_hokkaido {
    left: -28px;
  }
}
.pglink .inner ul.box_item li a.btn20 #arrow_tokai {
  left: -21px;
  bottom: -1px;
}

.sankaku {
  width: 1080px;
  margin: 0 auto 45px;
  width: 0;
  height: 0;
  border-top: 30px solid #ebf0f4;
  border-right: 80px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 80px solid transparent;
}
@media screen and (max-width: 767px) {
  .sankaku {
    border-top: 20px solid #ebf0f4;
    border-right: 30px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 30px solid transparent;
  }
}

/* ========================================================
テーブル
=========================================================*/
.box_table_item {
  margin-bottom: 30px;
}
.box_table_item > dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl {
    flex-direction: column;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
}
.box_table_item > dl:last-child dt {
  border-bottom: 1px solid #0058a1;
}
.box_table_item > dl:last-child dd {
  border-bottom: 1px solid #e3e0df;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl:last-child dt {
    border: none;
  }
  .box_table_item > dl:last-child dd {
    padding-bottom: 2rem;
    width: 100%;
  }
}
.box_table_item > dl dt {
  margin-right: 30px;
  border-top: 1px solid #2c5e88;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl dt {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    border: none;
    color: #2c5e88;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.box_table_item > dl dd {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl dd {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 1.4rem;
  }
}
.box_table_item > dl dd h5 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl dd h5 {
    font-size: 1.4rem;
  }
}
.box_table_item > dl dd strong {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .box_table_item > dl dd strong {
    font-size: 1.4rem;
  }
}
.box_table_item > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .box_table_item > ul {
    flex-direction: column;
    padding: 15px 0;
  }
}
.box_table_item > ul li {
  width: 100%;
  display: flex;
  padding: 2rem 0 2rem 1rem;
  align-items: center;
  border-top: 1px solid #0058a1;
}
.box_table_item > ul li:last-child {
  border-bottom: 1px solid #0058a1;
}

/* ========================================================
沿革
=========================================================*/
.area_timeline {
  width: 1080px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .area_timeline {
    margin: 0 20px 60px 20px;
    padding-left: 10px;
    width: auto;
  }
}
.area_timeline div {
  border-bottom: 1px dotted #ccc;
}
.area_timeline div:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .area_timeline div:first-child {
    padding-top: 0;
  }
}
.area_timeline div:last-child {
  padding-bottom: 0;
  border: none;
}
.area_timeline div dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl {
    flex-direction: column;
    padding: 10px 10px 10px 0;
    border-left: 2px solid #2c5e88;
  }
}
.area_timeline div dl .dot_first {
  position: absolute;
  top: 0;
  left: -14px;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl .dot_first {
    top: -40px;
    left: -20px;
  }
}
.area_timeline div dl dt {
  position: relative;
  padding: 20px 0 30px;
  font-size: 2.2rem;
  font-weight: bold;
  width: 120px;
  border-right: 2px solid #2c5e88;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dt {
    padding: 0 0 10px 20px;
    border: none;
    width: auto !important;
    font-size: 1.7rem;
  }
}
.area_timeline div dl dd {
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dd {
    padding: 0 0 10px 20px;
    margin: 0 !important;
    border: none;
    font-size: 1.4rem;
    width: auto !important;
    text-align: left !important;
  }
}
.area_timeline div dl dd:nth-child(2) {
  width: 10%;
  color: #565656;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dd:nth-child(2) {
    margin-bottom: 20px;
  }
}
.area_timeline div dl dd:nth-child(2).strong:before {
  background: #c3aa38;
  width: 16px;
  height: 16px;
  left: -9px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dd:nth-child(2).strong:before {
    top: 4px;
  }
}
.area_timeline div dl dd:nth-child(2):before {
  content: "";
  position: absolute;
  left: -7px;
  top: 26px;
  display: block;
  background: #0058a1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dd:nth-child(2):before {
    top: 6px;
  }
}
.area_timeline div dl dd:nth-child(3) {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .area_timeline div dl dd:nth-child(3) {
    line-height: 2;
  }
}
.area_timeline div dl dd span {
  font-weight: bold;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  color: #1b1b1b;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    line-height: 1.5;
  }
}

p {
  margin: 0;
}

img {
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

iframe {
  max-width: 100%;
}

a {
  color: #000;
  transition: all 0.5s ease-out;
}

a:hover {
  color: #959595;
  opacity: 0.6;
}

.btn, a.btn {
  transition: all 0.3s;
}

.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

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

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

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.area_sbimp .adreview {
  max-width: 1080px;
  margin: 0 auto 70px;
  color: #888888;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .area_sbimp .adreview {
    text-align: right;
    margin: 0 auto 40px;
    width: 100%;
    font-size: 1rem;
  }
}

.area_footer {
  padding: 10px 0 30px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .area_footer {
    padding: 10px 20px 30px;
  }
}
.area_footer .inner {
  width: auto;
  max-width: 1080px;
}

/*#########################################################
footer
#########################################################*/
#fixed_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: all 1s ease-out;
  transition: bottom 0.2s ease-out;
  opacity: 1;
  width: 320px;
  height: 122px;
}
@media screen and (max-width: 767px) {
  #fixed_banner {
    width: 52%;
    max-width: 400px;
    height: auto;
    bottom: 0;
    right: 0;
  }
  #fixed_banner a:hover {
    opacity: 1;
  }
}

/*#########################################################
.housingloan_ssnb_flat35
#########################################################*/
.housingloan_ssnb_flat35 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Noto Sans", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  /* ========================================================
  背景　雲 共通
  =========================================================*/
  /*#########################################################
  area_header
  #########################################################*/
  /*#########################################################
  common-btn-block
  #########################################################*/
  /*#########################################################
  Main visual
  #########################################################*/
  /*#########################################################
  <!-- 魅力的な金利 ３つのお得 安心の保障 ご相談の流れ -->
  #########################################################*/
  /*#########################################################
  ひとつでも当てはまるかたはご相談ください
  #########################################################*/
  /*#########################################################
  0000年00月の実行金利　（共通）
  #########################################################*/
  /*#########################################################
  住信SBIネット銀行「フラット35（保証型）」の3つの特長
  #########################################################*/
  /*#########################################################
  事務手数料
  #########################################################*/
  /*#########################################################
  power_up
  #########################################################*/
  /*#########################################################
  住宅ローンのご相談ができる店舗
  #########################################################*/
  /*#########################################################
  ご相談の流れ
  #########################################################*/
  /* ========================================================
  住宅ローンのご相談ができる店舗（住宅ローンのご相談から移植）
  =========================================================*/
  /*#########################################################
  保険商品概要
  #########################################################*/
}
.housingloan_ssnb_flat35 .yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.housingloan_ssnb_flat35 * {
  box-sizing: border-box;
}
.housingloan_ssnb_flat35 .container {
  max-width: 1073px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .container {
    padding: 0 20px;
  }
}
.housingloan_ssnb_flat35 .title_border_b {
  font-size: 3.2rem;
  border-bottom: 2px solid #3fa2ee;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .title_border_b {
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
.housingloan_ssnb_flat35 .title_border_b.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .title_border_b.only_sp {
    display: inline-block;
    margin-top: 10px;
  }
}
.housingloan_ssnb_flat35 .title_border_b.another {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .title_border_b.another {
    margin: 0 40px 30px;
  }
}
.housingloan_ssnb_flat35 .bg_cloud {
  background-image: url(/common/img/flat35/header_cloud.png);
  background-size: contain;
  padding: 40px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .bg_cloud {
    padding: 42px;
    background-image: url(/common/img/flat35/header_cloud_sp.png);
  }
}
.housingloan_ssnb_flat35 .bg_cloud.blue {
  background-image: url(/common/img/flat35/bg_cloud_blue.png);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .bg_cloud.blue {
    background-image: url(/common/img/flat35/bg_cloud_blue_sp.png);
  }
}
.housingloan_ssnb_flat35 .bg_cloud.m_t {
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .bg_cloud.sp_mt {
    margin-top: -80px;
  }
}
.housingloan_ssnb_flat35 .area_header .inner {
  display: flex;
  align-items: center;
  margin: 0 50px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_header .inner {
    flex-direction: column;
    margin: 0;
  }
}
.housingloan_ssnb_flat35 .area_header .logo_sbimp {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_header .logo_sbimp {
    margin: 0 0 10px;
  }
}
.housingloan_ssnb_flat35 .area_header .logo_sbimp img {
  max-width: 189px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_header .logo_sbimp img {
    width: 40vw;
    max-width: 100%;
  }
}
.housingloan_ssnb_flat35 .area_header p {
  color: #0059a8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_header p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.housingloan_ssnb_flat35 main .common-btn-block {
  margin: 50px 0 80px;
  padding: 30px 0;
  background-color: #ffe79f;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block {
    margin: 30px 0 40px;
    padding: 20px 0;
  }
}
.housingloan_ssnb_flat35 main .common-btn-block.no-margin {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block.no-margin {
    margin: 0;
  }
}
.housingloan_ssnb_flat35 main .common-btn-block > .container {
  padding: 0 !important;
}
.housingloan_ssnb_flat35 main .common-btn-block .text {
  margin-bottom: 10px;
  text-align: center;
  color: #e74b06;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block .text {
    font-size: 1.6rem;
  }
}
.housingloan_ssnb_flat35 main .common-btn-block .text::before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  bottom: auto;
  left: auto;
  right: calc(50% - 320px);
  width: 121px;
  height: 180px;
  background: url("/common/img/flat35/bgimage-common-btn.png") no-repeat center center;
  background-size: 100% auto;
  transform: translate(50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block .text::before {
    width: 15vw;
    height: 23vw;
    top: calc(50% - 7vw);
    right: calc(50% - 31vw);
  }
}
.housingloan_ssnb_flat35 main .common-btn-block .btn {
  background-color: #ee7a00;
  border-width: 2px;
  border-radius: 35px;
  width: 100%;
  max-width: 450px;
  height: 70px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block .btn {
    border-radius: 6vw;
    max-width: 85vw;
    height: 12vw;
    font-size: 1.8rem;
  }
}
.housingloan_ssnb_flat35 main .common-btn-block .btn:hover {
  color: #fff;
}
.housingloan_ssnb_flat35 main .common-btn-block .btn::before {
  display: none;
}
.housingloan_ssnb_flat35 main .common-btn-block .btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 30px;
  width: 28px;
  height: 28px;
  background: url("/common/img/flat35/arrow-common-btn.png") no-repeat center center;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .common-btn-block .btn::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.housingloan_ssnb_flat35 main .main_visual {
  width: 100%;
  background: #e2f1f8;
  font-size: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual {
    padding-top: 0;
  }
}
.housingloan_ssnb_flat35 main .main_visual .img_hero {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.housingloan_ssnb_flat35 main .main_visual .img_hero img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual .img_hero img {
    width: 100%;
  }
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn {
    width: 90%;
    bottom: 80px;
  }
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn p {
  margin-bottom: 10px;
  color: #e74b06;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn p {
    font-size: 1.6rem;
  }
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn {
  background-color: #ee7a00;
  border-width: 2px;
  border-radius: 35px;
  width: 450px;
  height: 70px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn {
    border-radius: 6vw;
    width: 85vw;
    height: 12vw;
    font-size: 1.8rem;
  }
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn:hover {
  color: #fff;
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn::before {
  display: none;
}
.housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 30px;
  width: 28px;
  height: 28px;
  background: url("/common/img/flat35/arrow-common-btn.png") no-repeat center center;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .main_visual .img_hero .main_visual_btn .btn::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.housingloan_ssnb_flat35 main .main_visual .bg_cloud {
  position: relative;
}
.housingloan_ssnb_flat35 main .area_btn {
  z-index: 1;
  /*#########################################################
  Navigation
  #########################################################*/
}
.housingloan_ssnb_flat35 main .area_btn .bg {
  background-image: url("/common/img/flat35/bg_header.png");
  padding: 50px 0 0;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .bg {
    background-image: url("/common/img/flat35/bg_dot_sp.png");
    background-size: contain;
    padding: 30px 0 0;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn {
  padding: 30px 0 0;
  border-bottom: 3px solid #3fa2ee;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn {
    padding: 20px 0 0;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: bolder;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation {
    padding: 0;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button {
  display: block;
  width: 49%;
  max-width: 470px;
  border: 3px solid #3fa2ee;
  border-bottom: none;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab {
    padding: 10px 0 20px;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: 0 0 0 -6px;
  border-bottom: 2px solid #3fa2ee;
  border-right: 2px solid #3fa2ee;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab:after {
    bottom: 8px;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab:hover {
  opacity: 0.8;
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab .sub {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab .name {
  color: #3fa2ee;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab .name {
    font-size: 1.7rem;
  }
  .housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button .tab .name span {
    font-size: 1.4rem;
  }
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button.is-active {
  background-color: #3fa2ee;
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button.is-active .tab:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button.is-active .tab .sub {
  color: #fff;
}
.housingloan_ssnb_flat35 main .area_btn .inner_btn .navigation_button.is-active .tab .name {
  color: #fff;
}
.housingloan_ssnb_flat35 .area_point {
  background: #e2f1f8;
  padding: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point {
    margin-bottom: 70px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container {
    padding: 0;
  }
}
.housingloan_ssnb_flat35 .area_point .container h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.housingloan_ssnb_flat35 .area_point .container h2 span {
  color: #3fa2ee;
}
.housingloan_ssnb_flat35 .area_point .container h2 small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container h2 small {
    font-size: 2rem;
  }
}
.housingloan_ssnb_flat35 .area_point .container .inner_point {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container .inner_point {
    flex-direction: column;
  }
}
.housingloan_ssnb_flat35 .area_point .container .inner_point li {
  width: 280px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container .inner_point li {
    font-size: 1.4rem;
    width: 100%;
  }
  .housingloan_ssnb_flat35 .area_point .container .inner_point li:nth-child(-n + 2) {
    margin-bottom: 40px;
  }
}
.housingloan_ssnb_flat35 .area_point .container .inner_point li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_point .container .inner_point li img {
    margin-bottom: 10px;
    width: 50%;
  }
}
.housingloan_ssnb_flat35 .tab-content_item {
  display: none;
}
.housingloan_ssnb_flat35 .tab-content_item.is-active {
  display: block;
  animation: fade 0.5s ease;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.housingloan_ssnb_flat35 .area_form {
  padding-top: 60px;
  position: relative;
  background: #e2f1f8;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form {
    padding-top: 40px;
  }
}
.housingloan_ssnb_flat35 .area_form.bg_dot {
  background: none;
  background-image: url("/common/img/flat35/bg_header.png");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form.bg_dot {
    background-image: url("/common/img/flat35/bg_dot_sp.png");
    background-size: contain;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .container {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .container {
    padding-bottom: 40px;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .container:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .container:last-child {
    padding-bottom: 35px;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .container.format01 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .container.format01 {
    padding-bottom: 20px;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .container a.btn01 {
  margin: auto;
}
.housingloan_ssnb_flat35 .area_form .inner_form .title_form {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .title_form {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .title_form strong {
  display: inline-block;
  margin-top: 10px;
  font-size: 3.2rem;
  line-height: 1;
  color: #3fa2ee;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .title_form strong {
    font-size: 2.2rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .title_form strong small {
  font-size: 2.6rem;
}
.housingloan_ssnb_flat35 .area_form .inner_form .feature_subtitle {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .feature_subtitle {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form {
  width: 100%;
  margin-bottom: 30px;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .inner_conts_form {
  background: #3fa2ee;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .inner_conts_form {
    padding: 30px 20px;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .text_year {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .text_year {
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests.mb0 {
    margin-bottom: 0;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest {
    flex-direction: column;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest:last-child {
  margin-bottom: 0;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div {
  width: 33.33%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div {
    width: 100%;
    height: 100%;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name {
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #f7f7f7;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  background-image: linear-gradient(-19deg, #3992d6 50%, #3fa2ee 50%);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name {
    font-size: 1.8rem;
    padding: 10px;
    background-image: linear-gradient(-15deg, #3992d6 50%, #3fa2ee 50%);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.g_bg01 {
    background-image: linear-gradient(-9deg, #3992d6 50%, #3fa2ee 50%);
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.g_bg02 {
  background-image: linear-gradient(-27deg, #3992d6 50%, #3fa2ee 50%);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.g_bg02 {
    background-image: linear-gradient(-20deg, #3992d6 50%, #3fa2ee 50%);
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.plan_name_s {
  flex-direction: column;
  align-items: center;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.plan_name_s p {
  line-height: 1.5;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_name.plan_name_s p span.t_s {
  color: #f6c86b;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate {
  flex-direction: column;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate {
    padding: 20px;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate.b_r {
  border-right: 3px solid #3fa2ee;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate.b_r {
    border-right: none;
    border-bottom: 3px solid #3fa2ee;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest {
  margin: 7px 0 5px;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest {
    font-size: 2.5rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest strong {
  font-size: 5.8rem;
  color: #d01616;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest strong {
    font-size: 5rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest span {
  display: inline-block;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_interest span {
    font-size: 2.5rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_description {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest div.plan_rate .plan_description {
    font-size: 1.2rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest:last-child {
  border: none;
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest_flat35 div {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .interests .interest_flat35 div {
    height: 100%;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form .conts_form .txt_plan {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form .conts_form .txt_plan {
    font-size: 1rem;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form a.btn_02 {
  color: #3fa2ee;
  font-size: 1.6rem;
  border: 1px solid #3fa2ee;
  background-color: #fff;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_form .inner_form a.btn_02 {
    width: 90%;
  }
}
.housingloan_ssnb_flat35 .area_form .inner_form a.btn_02:hover {
  opacity: inherit;
  color: #fff;
  border: 1px solid #fff;
  background-color: #3fa2ee;
}
.housingloan_ssnb_flat35 .area_form .inner_form a.btn_02:hover .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 .area_form .inner_form a.btn_02 .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.housingloan_ssnb_flat35 .area_form .inner_form a.btn_02 .arrow::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #3fa2ee;
  border-right: 2px solid #3fa2ee;
  transition: all 0.5s ease-out;
}
.housingloan_ssnb_flat35 .notes {
  padding-left: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .notes {
    font-size: 1.4rem;
  }
}
.housingloan_ssnb_flat35 .notes.mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .notes.mb {
    margin-bottom: 30px;
  }
}
.housingloan_ssnb_flat35 .notes a {
  color: #3fa2ee;
  text-decoration: underline;
}
.housingloan_ssnb_flat35 .notes a:hover {
  text-decoration: none;
}
.housingloan_ssnb_flat35 .conts_flat35 {
  margin-bottom: 30px;
}
.housingloan_ssnb_flat35 .conts_flat35 h2 {
  font-size: 2.2rem;
  color: #fff;
  padding: 10px;
  background: #3fa2ee;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 h2 {
    font-size: 1.9rem;
    padding: 20px;
  }
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li {
    width: 100%;
    margin-bottom: 50px;
  }
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li:last-child {
    margin-bottom: 0;
  }
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li span {
  font-weight: bold;
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li img {
    margin-bottom: 10px;
    width: 50%;
  }
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li h3 {
  font-size: 2.2rem;
  color: #3fa2ee;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li h3 {
    font-size: 1.9rem;
  }
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li h3 span {
  color: #000;
}
.housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li p {
  text-align: left;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .conts_flat35 ul.box_illust li p {
    font-size: 1.4rem;
  }
}
.housingloan_ssnb_flat35 a.btn_flat35 {
  color: #3fa2ee;
  border: 1px solid #3fa2ee;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 a.btn_flat35 {
    width: 90%;
  }
}
.housingloan_ssnb_flat35 a.btn_flat35:hover {
  opacity: inherit;
  color: #fff;
  border: 1px solid #fff;
  background-color: #3fa2ee;
}
.housingloan_ssnb_flat35 a.btn_flat35:hover .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 a.btn_flat35 .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.housingloan_ssnb_flat35 a.btn_flat35 .arrow::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #3fa2ee;
  border-right: 2px solid #3fa2ee;
  transition: all 0.5s ease-out;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn01 {
  width: 460px;
  height: 50px;
  font-size: 1.6rem;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn01 + a.btn_flat35 {
  margin-top: 20px;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage {
  color: #3fa2ee;
  width: 280px;
  height: 50px;
  border: 1px solid #3fa2ee;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage {
    width: 90%;
  }
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage::before, .housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage::after {
  display: none;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage:hover {
  opacity: inherit;
  color: #fff;
  border: 1px solid #fff;
  background-color: #3fa2ee;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage:hover .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage .arrow {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: translate(0, -50%);
}
.housingloan_ssnb_flat35 #type_2 .inner_form .container a.btn_flatloadpackage .arrow::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #3fa2ee;
  border-right: 2px solid #3fa2ee;
  transition: all 0.5s ease-out;
  transform: rotate(135deg);
}
.housingloan_ssnb_flat35 .box_office {
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #666666;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office {
    padding: 30px 20px;
  }
}
.housingloan_ssnb_flat35 .box_office h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.housingloan_ssnb_flat35 .box_office div {
  background: #e2f1f8;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office div {
    line-height: 1.5;
  }
}
.housingloan_ssnb_flat35 .box_office div p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office div p {
    text-align: left;
  }
}
.housingloan_ssnb_flat35 .box_office div p:first-child {
  font-size: 2rem;
  color: #3fa2ee;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office div p:first-child {
    font-size: 1.6rem;
  }
}
.housingloan_ssnb_flat35 .box_office div p:nth-child(2) {
  margin-bottom: 10px;
}
.housingloan_ssnb_flat35 .box_office div ul {
  list-style: none;
  margin: 0 auto;
}
.housingloan_ssnb_flat35 .box_office div ul.package {
  width: 95%;
}
.housingloan_ssnb_flat35 .box_office div ul:not(.package) {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .box_office div ul.package {
    width: 100%;
  }
  .housingloan_ssnb_flat35 .box_office div ul:not(.package) {
    width: 100%;
  }
}
.housingloan_ssnb_flat35 .box_office div ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.housingloan_ssnb_flat35 .box_office div span {
  font-size: 1.6rem;
  color: #000;
}
.housingloan_ssnb_flat35 .box_office.box_blue {
  background: #e2f1f8;
}
.housingloan_ssnb_flat35 .box_office.box_blue div {
  background: #fff;
}
.housingloan_ssnb_flat35 .box_office.box_blue div p {
  line-height: 1.5;
}
.housingloan_ssnb_flat35 .box_office.box_blue div p:first-child {
  margin-bottom: 5px;
}
.housingloan_ssnb_flat35 .box_office.box_blue div p:nth-child(2) {
  margin-bottom: 10px;
}
.housingloan_ssnb_flat35 .power_up {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up {
    padding: 0 20px;
  }
}
.housingloan_ssnb_flat35 .power_up .container {
  padding: 0;
}
.housingloan_ssnb_flat35 .power_up .power_up_rows {
  display: flex;
  flex-wrap: no-wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows {
    flex-wrap: wrap;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #3fa2ee;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row {
    margin: 0 0 20px;
    padding: 20px;
  }
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row:last-child {
    margin-bottom: 70px;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row:last-child {
  margin-right: 0;
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner {
    flex-direction: column;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner + .inner {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner .top_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner .top_img {
    width: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner .top_img img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner .top_text {
  width: calc(100% - 385px);
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner .top_text {
    width: 100%;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #3fa2ee;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner h4 {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner h4 span {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, rgba(250, 190, 12, 0.8) 0%) repeat scroll 0 0;
  font-size: 2rem;
  line-height: 1.2;
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner p {
    font-size: 1.4rem;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner p.small {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner p.small {
    margin-top: 10px;
    padding-left: 1em;
    font-size: 1rem;
    text-indent: -1em;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner ul.list {
  margin-top: 20px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner ul.list {
    margin-top: 10px;
  }
}
.housingloan_ssnb_flat35 .power_up .power_up_rows .power_up_row .inner ul.list li {
  font-size: 1.2rem;
  line-height: 1.5;
  list-style: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.housingloan_ssnb_flat35 .power_up .power_up_notes {
  display: flex;
  flex-wrap: wrap;
}
.housingloan_ssnb_flat35 .power_up .power_up_notes p {
  padding: 0 20px;
  width: 50%;
  font-size: 1.4rem;
}
.housingloan_ssnb_flat35 .area_store {
  background-image: url("/common/img/flat35/bg.png");
  background-size: cover;
  background-position: center top;
  padding-bottom: 270px;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store {
    background-image: url("/common/img/flat35/bg_sp.png");
    padding: 270px 20px 0;
  }
}
.housingloan_ssnb_flat35 .area_store.another01 {
  margin: 50px 0 130px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store.another01 {
    margin: 30px 0;
  }
}
.housingloan_ssnb_flat35 .area_store.another02 {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store.another02 {
    margin: 0 0 30px;
  }
}
.housingloan_ssnb_flat35 .area_store .inner_store .text {
  position: absolute;
  bottom: -110px;
  right: 30%;
  text-align: center;
  color: #ea3223;
  border: 1px solid #ea3223;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store .inner_store .text {
    bottom: 160px;
    left: 35%;
    font-size: 1.9rem;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border: 2px solid #ea3223;
  }
}
.housingloan_ssnb_flat35 .area_store .inner_store .text span {
  display: block;
  line-height: 1.2;
}
.housingloan_ssnb_flat35 .area_store .inner_store img {
  position: absolute;
}
.housingloan_ssnb_flat35 .area_store .inner_store img.house {
  bottom: -180px;
  left: 43%;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store .inner_store img.house {
    bottom: 72px;
    left: 32%;
    width: 120px;
  }
}
.housingloan_ssnb_flat35 .area_store .inner_store img.old_man {
  bottom: -155px;
  right: 60%;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store .inner_store img.old_man {
    bottom: 75px;
    right: 74%;
    width: 38px;
  }
}
.housingloan_ssnb_flat35 .area_store .inner_store img.couple {
  bottom: -185px;
  right: 36%;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store .inner_store img.couple {
    bottom: 75px;
    right: 9%;
    width: 60px;
  }
}
.housingloan_ssnb_flat35 .area_store a.btn {
  position: absolute;
  right: 34%;
  bottom: -250px;
  width: 340px;
  background: #3fa2ee;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_store a.btn {
    width: 90%;
    margin: auto;
    right: 5%;
    bottom: 15px;
  }
}
.housingloan_ssnb_flat35 .area_store a.btn:hover {
  opacity: 0.8;
  background: #fff;
  color: #3fa2ee;
}
.housingloan_ssnb_flat35 .area_store a.btn:hover .arrow::before {
  border-color: #3fa2ee;
}
.housingloan_ssnb_flat35 .area_store a.btn .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 .flow {
  text-align: center;
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow {
    padding: 0;
  }
}
.housingloan_ssnb_flat35 .flow .flow_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .flow_img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .flow_img img {
    width: 100%;
  }
}
.housingloan_ssnb_flat35 .flow p.web_read {
  text-align: left;
  margin-bottom: 50px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow p.web_read {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.housingloan_ssnb_flat35 .flow .checklist {
  background: #e2f1f8;
  border-radius: 15px;
  color: #000;
  padding: 40px 50px 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist {
    flex-wrap: wrap;
    padding: 30px 20px 20px;
  }
}
.housingloan_ssnb_flat35 .flow .checklist h3 {
  margin-bottom: 20px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist h3 {
    font-size: 1.8rem;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists {
  display: flex;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .lists {
    flex-wrap: wrap;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists .new_list,
.housingloan_ssnb_flat35 .flow .checklist .lists .switch_list {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .lists .new_list,
  .housingloan_ssnb_flat35 .flow .checklist .lists .switch_list {
    padding: 20px;
    margin-bottom: 20px;
  }
  .housingloan_ssnb_flat35 .flow .checklist .lists .new_list:last-child,
  .housingloan_ssnb_flat35 .flow .checklist .lists .switch_list:last-child {
    margin-bottom: 0;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists .switch_list {
  border-right: 2px dotted #fff;
  margin-right: 20px;
}
.housingloan_ssnb_flat35 .flow .checklist .lists .switch_list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .lists .switch_list {
    margin-right: 0;
    border-right: none;
    border-bottom: 2px dotted #fff;
    padding: 20px;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists .list_title {
  color: #3fa2ee;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid #3fa2ee;
}
.housingloan_ssnb_flat35 .flow .checklist .lists ul {
  padding-left: 40px;
  list-style: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .lists ul {
    padding-left: 0;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists ul li {
  text-align: left;
  line-height: 2.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .lists ul li {
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.3em;
    padding-left: 20px;
  }
}
.housingloan_ssnb_flat35 .flow .checklist .lists ul li img {
  margin: 0 10px 5px 0;
}
.housingloan_ssnb_flat35 .flow .checklist .memo {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .checklist .memo {
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
  }
}
.housingloan_ssnb_flat35 .flow .post_text {
  color: #000;
  font-weight: bolder;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .flow .post_text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking {
  color: #fff;
  text-align: center;
  background: #3fa2ee;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking {
    padding: 30px 0;
    margin-bottom: 20px;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner {
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking .inner {
    width: 90%;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner h2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking .inner h2 {
    font-size: 2.1rem;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner .read {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking .inner .read {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner .read:after {
  content: "";
  position: absolute;
  right: -270px;
  top: -64px;
  display: block;
  width: 255px;
  height: 235px;
  background: url("/common/img/flat35/img_shop.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking .inner .read:after {
    position: relative;
    right: inherit;
    top: inherit;
    width: 205px;
    height: 185px;
    margin: 10px auto 0;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01 {
  color: #3fa2ee;
  margin: 0 auto;
  width: 360px;
  height: 50px;
  background-color: #fff;
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01::before, .housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01::after {
  background: #221815;
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01::before {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01 {
    width: 320px;
  }
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01 .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01 .arrow::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #3fa2ee;
  border-right: 2px solid #3fa2ee;
  transition: all 0.5s ease-out;
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01:hover {
  color: #fff;
  background: #3fa2ee;
  border-color: #fff;
  opacity: inherit;
  transition: all 0.3s;
}
.housingloan_ssnb_flat35 .area_privatebanking .inner a.btn01:hover .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.housingloan_ssnb_flat35 .terms {
  max-width: 1073px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 60px;
  }
}
.housingloan_ssnb_flat35 .terms .read_terms {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms .read_terms {
    margin-bottom: 30px;
    width: 100%;
  }
}
.housingloan_ssnb_flat35 .terms .read_terms h2 {
  margin-bottom: 10px;
  color: #3fa2ee;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms .read_terms h2 {
    font-size: 2rem;
  }
}
.housingloan_ssnb_flat35 .terms .read_terms p {
  font-size: 1.3rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms .read_terms p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.housingloan_ssnb_flat35 .terms table {
  background: #eeeeee;
  padding: 40px 40px 60px;
  width: 1073px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms table {
    width: auto;
    padding: 20px;
  }
}
.housingloan_ssnb_flat35 .terms table tbody tr {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms table tbody tr {
    font-size: 1.2rem;
  }
}
.housingloan_ssnb_flat35 .terms table tbody tr:first-child {
  font-weight: bold;
  font-size: 1.6rem;
}
.housingloan_ssnb_flat35 .terms table tbody tr td {
  vertical-align: baseline;
  text-indent: -1rem;
  padding-left: 1rem;
}
.housingloan_ssnb_flat35 .terms table tbody tr td:first-child {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms table tbody tr td:first-child {
    width: 80px;
  }
}
.housingloan_ssnb_flat35 .terms table tbody tr .l_h {
  line-height: 2;
}
.housingloan_ssnb_flat35 .terms table tbody tr .pb0 {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 .terms table tbody tr .pb0 {
    padding-top: 5px;
  }
}
.housingloan_ssnb_flat35 main .area_title .h_sup_text {
  margin-top: 20px;
  margin-bottom: -10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .housingloan_ssnb_flat35 main .area_title .h_sup_text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
