@charset "UTF-8";
/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  reset.css
 *  初期スタイルのリセット
 *
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 100;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Thin.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Thin.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Thin.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 200;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Light.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Light.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Light.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 300;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-DemiLight.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-DemiLight.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-DemiLight.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 400;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Regular.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Regular.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Regular.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 500;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Medium.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Medium.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Medium.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 700;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Bold.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Bold.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Bold.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 900;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Black.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Black.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Black.eot);
}



@charset "UTF-8";
/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  base.css
 *  サイトのベーススタイル
 *
 */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

/*--------------------------------------------------------------------------w
   body
---------------------------------------------------------------------------*/
body {
  position: relative;
  min-width: 1126px;
  background: #FFF;
  color: #000;
  /*font-family: 'YakuHanJP', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*::-moz-selection{
	background: #40a7ff;
}
::selection{
	background: #40a7ff;
}
*/
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  outline: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  color: #000;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  outline: underline;
}

a:active {
  outline: underline;
}

/*--------------------------------------------------------------------------
   解析タグ　隙間リセット用スタイル
---------------------------------------------------------------------------*/
body > iframe[name="google_conversion_frame"],
body > img[src*="insight.logly.co.jp"],
body > img[src*="b97.yahoo.co.jp/pagead/conversion"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/
/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@charset "UTF-8";
/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  utility.css
 *  スタイルの調整 便利クラスなど
 *
 */
/*--------------------------------------------------------------------------
   テキスト
---------------------------------------------------------------------------*/
/* リンク
-----------------------------------------------------------------*/
.u-link,
a.u-link {
  color: #0097d2;
}

.u-link--line,
a.u-link--line {
  text-decoration: underline;
}

.u-link--line:hover,
a.u-link--line:hover {
  text-decoration: none;
}

/* フォント
-----------------------------------------------------------------*/
.u-font01 {
  font-family: "Viga", sans-serif;
}

/* 強調
-----------------------------------------------------------------*/
.u-em-w {
  font-weight: bold;
}

.u-em-c {
  color: #FF7079;
}

/* u-small
-----------------------------------------------------------------*/
.u-small {
  font-size: 12px;
}

/* 配置
-----------------------------------------------------------------*/
.u-t-ct {
  text-align: center;
}

.u-t-lt {
  text-align: left;
}

.u-t-rt {
  text-align: right;
}

/* 余白
-----------------------------------------------------------------*/
.u-gap {
  display: block;
  margin-top: 1em;
}

/* インデント
-----------------------------------------------------------------*/
.u-note,
ul.u-note li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.u-note {
  padding-left: 0;
  text-indent: 0;
}

@charset "UTF-8";
/**
 *
 *  component.css
 *  小さな単位のモジュール
 *
 */
/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   レイアウト枠  c-l-***
---------------------------------------------------------------------------*/
/* コンテンツ幅
-----------------------------------------------------------------*/
.c-l-base {
  width: 1024px;
  margin: 0 auto;
}

.c-l-base02 {
  width: 950px;
  margin: 0 auto;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   ホバー
---------------------------------------------------------------------------*/
/* ホバーリスト
-----------------------------------------------------------------*/
.c-hover-all a {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-hover-all a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ホバー
-----------------------------------------------------------------*/
.c-hover {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-hover:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   アイコン  c-ico-***
---------------------------------------------------------------------------*/
/* c-ico-arw01
-----------------------------------------------------------------*/
/* c-ico-arw01
-----------------------------------------------------------------*/
.c-ico-arw01 {
  position: relative;
  padding-left: 38px;
}

.c-ico-arw01:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url(/shared/images/ico_arw13.png) no-repeat;
  background-size: 24px 24px;
}

.c-ico-arw01--size01 {
  padding-left: 47px;
}

.c-ico-arw01--size01:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  background-size: 32px 32px;
}

/* c-ico-arw02
-----------------------------------------------------------------*/
.c-ico-arw02 {
  position: relative;
  padding-left: 22px;
}

.c-ico-arw02:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url(/shared/images/ico_arw04.png) no-repeat;
  background-size: 24px 24px;
  background-image: url(/shared/images/ico_arw03.png);
}

/* c-ico-pdf
-----------------------------------------------------------------*/
.c-ico-pdf {
  color: #0097d2;
}

.c-ico-pdf__ico {
  position: relative;
  padding-left: 24px;
}

.c-ico-pdf__ico:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background: url(/shared/images/ico_pdf.png) no-repeat;
}

/* 後ろにつくタイプ */
.c-ico-pdf02 {
  color: #0097d2;
}

.c-ico-pdf02__ico {
  position: relative;
  padding-right: 24px;
}

.c-ico-pdf02__ico:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: url(/shared/images/ico_pdf.png) no-repeat;
}

/* c-ico-sector 扇形
-----------------------------------------------------------------*/
.c-ico-sector {
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -53px;
  left: -50px;
  width: 100px;
  height: 100px;
  padding: 11px 5px 11px 0;
  background: #FF7079;
  text-align: center;
  z-index: 1;
}

.c-ico-sector > span {
  display: block;
  padding: 56px 0 0 50px;
}

/* 背景オレンジ */
.c-ico-sector--color01 {
  background: #FF9228;
}

/* オススメ */
.c-ico-sector--recommend {
  top: -70px;
  left: -67px;
  width: 134px;
  height: 134px;
  font-size: 15px;
  font-weight: 500;
}

.c-ico-sector--recommend > span {
  padding: 65px 0px 0px 61px;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   リスト表示 liの間のスペースをとります  .c-list
---------------------------------------------------------------------------*/
/* c-list スペース
-----------------------------------------------------------------*/
.c-list > li {
  margin-top: 1em;
}

.c-list > li .c-list li {
  margin-top: .5em;
}

.c-list--sp01 > li {
  margin-top: .5em;
}

/* c-list-disc
-----------------------------------------------------------------*/
.c-list-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

/* c-list-num
-----------------------------------------------------------------*/
.c-list-num li {
  padding-left: 1em;
  text-indent: -1em;
}

/* c-list-num-brackets
-----------------------------------------------------------------*/
.c-list-num-brackets li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   アイコン  c-btn-***
---------------------------------------------------------------------------*/
/* c-btn-style01　　デフォルト背景青白矢印と文字色
-----------------------------------------------------------------*/
.c-btn-style01 a, .c-btn-style01__inner {
  border-radius: 23px;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 32px;
  background: #0097d2;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-btn-style01 a:hover, .c-btn-style01__inner:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.c-btn-style01__arw {
  display: block;
  position: relative;
  padding-left: 18px;
}

.c-btn-style01__arw:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background: url(/shared/images/ico_arw02.png) no-repeat;
  background-size: 6px auto;
}

/* c-btn-style01--size01　背景青　白矢印と文字色 大きいサイズ　不要????
-----------------------------------------------------------------*/
.c-btn-style01--size01 {
  font-size: 18px;
}

.c-btn-style01--size01 a {
  border-radius: 28px;
}

.c-btn-style01--size01 .c-btn-style01__arw {
  display: inline-block;
  padding-left: 24px;
}

.c-btn-style01--size01 .c-btn-style01__arw:before {
  width: 9px;
  height: 15px;
  margin-top: -7px;
  background-size: 9px 15px;
}

/* c-btn-style01--size01　背景青　白矢印と文字色 少し大きいサイズ
-----------------------------------------------------------------*/
.c-btn-style01--size02 {
  font-size: 15px;
}

.c-btn-style01--size02 a {
  border-radius: 28px;
  padding: 9px 32px;
}

.c-btn-style01--size02 .c-btn-style01__arw {
  display: inline-block;
  padding-left: 17px;
}

.c-btn-style01--size02 .c-btn-style01__arw:before {
  width: 7px;
  height: 12px;
  margin-top: -7px;
  background-size: 7px 12px;
}

/* c-btn-style01　背景青　白矢印と文字色 不要?
-----------------------------------------------------------------*/
.c-btn-style01--row2 a {
  border-radius: 46px;
}

/* c-btn-style01--color01　背景オレンジ
-----------------------------------------------------------------*/
.c-btn-style01--color01 a {
  background: #FF9228;
}

/* c-btn-style01--color02　背景赤
-----------------------------------------------------------------*/
.c-btn-style01--color02 a {
  background: #FA5653;
}

/* c-btn-style01--color03　背景青
-----------------------------------------------------------------*/
.c-btn-style01--color03 a {
  background: #018cca;
}

/* c-btn-style01--type01　ボーダー白　背景色なし　白矢印と白文字
-----------------------------------------------------------------*/
.c-btn-style01--type01 a {
  background: none;
  border: solid 3px #FFF;
}

.c-btn-style01--type02 a {
  background: #fff;
  border: solid 4px #b7e4ec;
  color: #092e35;
}

.c-btn-style01--type02__arw {
  padding-left: 20px;
  background: url(/shared/images/ico_arw11.png) no-repeat 0 50%;
  background-size: 9px auto;
}

/* c-btn-style02　四角形 角丸 ボーダー白　背景色オレンジ　白矢印と白文字 大きいサイズ
-----------------------------------------------------------------*/
.c-btn-style02 a {
  display: block;
  padding: 32px 35px 26px;
  border: solid 4px #fff;
  border-radius: 6px;
  background-color: #ff7200;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold;
}

.c-btn-style02 a:hover {
  text-decoration: none;
}

.c-btn-style02 a::before {
  display: inline-block;
  margin-left: -10px;
  margin-right: 20px;
  border: 8px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 13px;
  border-right-color: transparent;
  content: "";
}

/* c-btn-style02　背景色黄土色
-----------------------------------------------------------------*/
.c-btn-style02--color01 a {
  background-color: #f8c228;
}

/* c-btn-style03　　細い白枠線
-----------------------------------------------------------------*/
.c-btn-style03 a {
  display: inline-block;
  border-radius: 31px;
  padding: 8px 47px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.c-btn-style03__arw {
  padding-left: 20px;
  background: url(/shared/images/ico_arw02.png) no-repeat 0 50%;
  background-size: 9px auto;
}
.c-btn-style03 a:hover {
  text-decoration: none;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   見出し周り  .c-ttl-style
---------------------------------------------------------------------------*/
/* .c-ttl-lv01 左右ライン
-----------------------------------------------------------------*/
.c-ttl-lv01 {
  margin-bottom: 50px;
  background: url(/shared/images/ttl_bg01.png) 50% 50% repeat-x;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.c-ttl-lv01 span {
  display: inline-block;
  padding: 0 18px;
  background: #FFF;
}

/* c-ttl-lv01--color01 線オレンジ */
.c-ttl-lv01--color01 {
  background-image: url(/shared/images/ttl_bg02.png);
}

/* c-ttl-lv01--color01 線ブルー */
.c-ttl-lv01--color02 {
  background-image: url(/shared/images/ttl_bg03.png);
}

/* c-ttl-lv01--color01 コスモブルー */
.c-ttl-lv01--color03 {
  background-image: url(/shared/images/ttl_bg03.png);
}

/* c-ttl-lv01--bg01 背景灰色テクスチャ */
.c-ttl-lv01--bg01 span {
  background-image: url(/shared/images/bg_texture08.png);
}

/* c-ttl-lv01--bg02　背景ドットテクスチャ */
.c-ttl-lv01--bg02 span {
  background-image: url(/shared/images/bg_texture06.png);
}

/* .c-ttl-lv02 アンダーライン二色
-----------------------------------------------------------------*/
/*.c-ttl-lv02 {
  margin-bottom: 40px;
  position: relative;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 12px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.c-ttl-lv02:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #EFEFEF;
}

.c-ttl-lv02:after {
  content: "";
  display: block;
  position: absolute;
  width: 210px;
  height: 2px;
  bottom: 0;
  background: #0097d2;
}*/

/* .c-ttl-style02　アイコン　左■青
-----------------------------------------------------------------*/
.c-ttl-lv03 {
  position: relative;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 500;
  padding-left: 25px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.c-ttl-lv03:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 26px;
  top: 8px;
  left: 0;
  background: #0097d2;
}

/* .c-ttl-lv04　水色文字
-----------------------------------------------------------------*/
.c-ttl-lv04 {
  margin-bottom: 10px;
  color: #0097d2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   linkのスタイル  .c-link
---------------------------------------------------------------------------*/
.c-link-style01 a {
  color: #0097d2;
  font-size: 15px;
}

.c-link-style01__arw {
  position: relative;
  padding-left: 17px;
}

.c-link-style01__arw:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background: url(/shared/images/ico_arw03.png) no-repeat;
  background-size: 7px auto;
}

/* c-link-style01--type01 下線あり
-----------------------------------------------------------------*/
.c-link-style01--type01 a {
  text-decoration: underline;
}

.c-link-style01--type01 a:hover {
  text-decoration: none;
}

/* c-link-style01--color01 青色
-----------------------------------------------------------------*/
.c-link-style01--color01 a {
  color: #018cca;
}

.c-link-style01--color01 .c-link-style01__arw:before {
  background-image: url(/shared/images/ico_arw10.png);
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   スペースタイルス  .c-separate-lv
---------------------------------------------------------------------------*/
/* .c-separate-lv
-----------------------------------------------------------------*/
.c-separate-lv01 {
  margin-top: 55px;
}

.c-separate-lv02 {
  margin-top: 40px;
}

.c-separate-lv03 {
  margin-top: 25px;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   ボックススタイル　c-box-style
---------------------------------------------------------------------------*/
/* c-box-style01 ブルードット線　背景白
-----------------------------------------------------------------*/
.c-box-style01 {
  border-radius: 10px;
  border: dotted 2px #018cca;
  background: #FFF;
}

.c-box-style01__inner {
  padding: 40px;
}

/* 背景水色　 */
.c-box-style01--bg01 {
  background: #F2FBFD;
}

/* firefoxのみカドマル部分に画像を引く */
.is-firefox .c-box-style01 {
  position: relative;
}

.is-firefox .c-box-style01:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -2px;
  left: -2px;
  background: url(/shared/images/bg_box_style01_ff.png) no-repeat;
}

.is-firefox .c-box-style01:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -2px;
  right: -2px;
  background: url(/shared/images/bg_box_style01_ff.png) no-repeat;
}

.is-firefox .c-box-style01__frame {
  position: relative;
}

.is-firefox .c-box-style01__frame:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -2px;
  left: -2px;
  background: url(/shared/images/bg_box_style01_ff.png) no-repeat;
}

.is-firefox .c-box-style01__frame:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -2px;
  right: -2px;
  background: url(/shared/images/bg_box_style01_ff.png) no-repeat;
}

/* firefoxのみカドマル部分に画像を引く */
.is-firefox .c-box-style01--bg01:before {
  background-image: url(/shared/images/bg_box_style01_ff02.png);
}

.is-firefox .c-box-style01--bg01:after {
  background-image: url(/shared/images/bg_box_style01_ff02.png);
}

.is-firefox .c-box-style01--bg01__frame {
  position: relative;
}

.is-firefox .c-box-style01--bg01__frame:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -2px;
  left: -2px;
  background: url(/shared/images/bg_box_style01_ff02.png) no-repeat;
}

.is-firefox .c-box-style01--bg01__frame:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -2px;
  right: -2px;
  background: url(/shared/images/bg_box_style01_ff02.png) no-repeat;
}

/* c-box-style02　黄色テクスチャー背景
-----------------------------------------------------------------*/
.c-box-style02 {
  background: url(/shared/images/bg_texture08.png);
}

.c-box-style02__inner {
  padding: 40px;
}

/* c-box-style03 　グレーテクスチャー背景
-----------------------------------------------------------------*/
.c-box-style03 {
  overflow: hidden;
  border-radius: 10px;
  background: url(/shared/images/bg_texture08.png);
}

.c-box-style03__inner {
  padding: 38px;
}

/* c-box-style04 　薄水色
-----------------------------------------------------------------*/
.c-box-style04 {
  border-radius: 5px;
  background: #e8f7ff;
  border: solid 1px #AAE0F4;
}

/* .c-box-style05 グレー角丸枠
-----------------------------------------------------------------*/
.c-box-style05 {
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #dce6e8;
  background: #fff;
}

.c-box-style05__inner {
  padding: 38px;
}

/* .c-box-style06　壁紙風テキスチャ
-----------------------------------------------------------------*/
.c-box-style06 {
  border-radius: 10px;
  background: url(/shared/images/bg_texture08.png);
}
.c-box-style06__inner {
  padding: 40px;
}



/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   イメージボックススタイル　c-img-box
---------------------------------------------------------------------------*/
/* .c-img-box01 float
-----------------------------------------------------------------*/
.c-img-box01 {
  /* 画像もhoverで反応させたい場合 */
}

.c-img-box01__img {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-img-box01__img--lt {
  float: left;
  margin-right: 32px;
}

.c-img-box01__img--rt {
  float: right;
  margin-left: 32px;
}

.c-img-box01__ttl {
  margin-bottom: 20px;
  color: #0097d2;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.c-img-box01__txt-wrap {
  overflow: hidden;
}

.c-img-box01__btn {
  margin-top: 40px;
  /* margin違い */
}

.c-img-box01__btn--sp01 {
  margin-top: 20px;
}

.c-img-box01.js-hover-on .c-img-box01__img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* .c-img-box02 table
-----------------------------------------------------------------*/
.c-img-box02 {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.c-img-box02__cell {
  display: table-cell;
  vertical-align: middle;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   ナビ  .c-nav-style
---------------------------------------------------------------------------*/
/* .c-nav-style01 アンダーライン破線2本
-----------------------------------------------------------------*/
.c-nav-style01 {
  position: relative;
  padding-bottom: 7px;
}

.c-nav-style01:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/shared/images/bg_nav02.png) repeat-x;
}

.c-nav-style01 ul {
  margin-left: -32px;
  overflow: hidden;
  letter-spacing: .4em;
}

.c-nav-style01 li {
  display: inline-block;
  margin-left: 32px;
  padding-bottom: 14px;
  letter-spacing: normal;
}

.c-nav-style01 li a {
  position: relative;
  padding-left: 20px;
}

.c-nav-style01 li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  background: url(/shared/images/ico_arw15.png);
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   テーブル  .c-table
---------------------------------------------------------------------------*/
/* .c-table
-----------------------------------------------------------------*/
.c-table {
  width: 100%;
  text-align: center;
}

.c-table th, .c-table td {
  box-sizing: border-box;
  vertical-align: middle;
}

.c-table thead th,
.c-table__head th {
  background: #0097d2;
  padding: 10px 0;
  color: #FFF;
  border: solid 1px #FFF;
}

.c-table thead th .sub,
.c-table__head th .sub {
  font-size: 11px;
}

.c-table tbody tr {
  /* 濃い水色 */
  /* 薄い水色 */
  /* .cell-em */
}

.c-table tbody tr th,
.c-table tbody tr td {
  padding: 9px 26px;
  font-weight: normal;
  border: solid 1px #0097d2;
}

.c-table tbody tr.cell-type01 td,
.c-table tbody tr.cell-type01 th,
.c-table tbody tr .cell-type01 {
  background: #e8f7ff;
}

.c-table tbody tr.cell-type02 td,
.c-table tbody tr.cell-type02 th,
.c-table tbody tr .cell-type02 {
  background: #F9FEFF;
}

.c-table tbody tr.cell-em th,
.c-table tbody tr.cell-em td,
.c-table tbody tr .cell-em {
  font-weight: bold;
}

/* .c-table--type01 奇数偶数で背景色切り分け
-----------------------------------------------------------------*/
.c-table--type01 tbody tr:nth-child(odd) th,
.c-table--type01 tbody tr:nth-child(odd) td {
  background: #e8f7ff;
}

.c-table--type01 tbody tr:nth-child(even) th,
.c-table--type01 tbody tr:nth-child(even) td {
  background: #fcfeff;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   フォーム  c-form
---------------------------------------------------------------------------*/
/* フォーム
-----------------------------------------------------------------*/
/* input */
input.c-input-base {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
}

/* textarea */
textarea.c-textarea-base {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  outline: 0;
  border: 0;
}

/* selectbox */
select.c-select-base {
  width: 100%;
  height: 37px;
  z-index: 1;
}

select.c-select-base + span.c-select-base {
  border: solid 1px #0097d2;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  min-height: 37px;
  padding: 5px 13px;
  background: #FFF;
  line-height: 2;
}

select.c-select-base + span.c-select-base:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 37px;
  border-radius: 0 3px 3px 0;
  top: -1px;
  right: -1px;
  background: #0097d2 url(/shared/images/ico_select.png) no-repeat;
}

/* 背景水色 */
select.c-select-base--color01 + span.c-select-base {
  background: #EFFDFE;
}

/* 全部青 */
select.c-select-base--color02 + span.c-select-base {
  background: #EFF8FF;
  border-color: #018cca;
}

select.c-select-base--color02 + span.c-select-base:before {
  background-color: #018cca;
}

/* --size01 サイズ大 */
select.c-select-base--size01 + span.c-select-base {
  border-radius: 5px;
  min-height: 45px;
  padding: 6px 17px 5px;
}

select.c-select-base--size01 + span.c-select-base:before {
  border-radius: 0 5px 5px 0;
  top: -1px;
  right: -1px;
  width: 45px;
  height: 45px;
  background-position: 50% 50%;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
    ページネーション c-pagination
---------------------------------------------------------------------------*/
.c-pagination {
  letter-spacing: -.4em;
  text-align: center;
}

.c-pagination li {
  padding: 0 2px;
  display: inline-block;
  letter-spacing: normal;
  font-size: 16px;
}

.c-pagination li.prev, .c-pagination li.next {
  padding: 0 30px;
}

.c-pagination li:not(.prev):not(.next) a,
.c-pagination li:not(.prev):not(.next) .inner {
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #0097d2;
  background: #FFF;
  color: #000;
  font-size: 16px;
  vertical-align: middle;
}

.c-pagination li a,
.c-pagination li .inner {
  line-height: 40px;
}

.c-pagination li:not(.prev):not(.next) a:hover,
.c-pagination li:not(.prev):not(.next) .inner.active {
  font-weight: bold;
  background: #0097d2;
  color: #FFF;
  text-decoration: none;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   タブ  .c-tab
---------------------------------------------------------------------------*/
.c-tab ul {
  text-align: center;
  letter-spacing: -.4em;
}

.c-tab li {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: normal;
}

.c-tab li a,
.c-tab li .inner {
  display: block;
  padding: 10px 10px;
  background: #FFF;
  border: solid 2px #0097d2;
}

.c-tab li a:hover,
.c-tab li .inner {
  color: #FFF;
  text-decoration: none;
  background-color: #0097d2;
}

.c-tab li a:hover .arw:before,
.c-tab li .inner .arw:before {
  background-image: url(/shared/images/ico_arw02.png);
}

.c-tab li .arw {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}

.c-tab li .arw:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 0;
  background: url(/shared/images/ico_arw03.png) no-repeat;
  background-size: auto 12px;
}

.c-tab--tp {
  margin-bottom: 60px;
}

.c-tab--tp ul {
  border-bottom: solid 2px #0097d2;
}

.c-tab--tp li a,
.c-tab--tp li .inner {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.c-tab--bt {
  margin-top: 60px;
}

.c-tab--bt ul {
  border-top: solid 2px #0097d2;
}

.c-tab--bt li a,
.c-tab--bt li .inner {
  border-radius: 0 0 5px 5px;
  border-top: none;
}

@charset "UTF-8";
/**
 *
 *  project.css
 *  プロジェクト固有のパターン
 *
 */
/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   リスト
---------------------------------------------------------------------------*/
/* ニュースリスト
-----------------------------------------------------------------*/
.p-list-news li {
  border-bottom: dashed 1px #C4C4C4;
}

.p-list-news li a {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 73px;
  padding: 15px 27px;
}

.p-list-news li a:hover {
  text-decoration: none;
  background: #F5FAFC;
}

.p-list-news li a:hover .txt {
  text-decoration: underline;
}

.p-list-news li a .date {
  display: table-cell;
  width: 113px;
  font-size: 15px;
  vertical-align: middle;
}

.p-list-news li a .inner {
  display: table-cell;
  vertical-align: middle;
}

.p-list-news li .ico,
.p-list-news li .ico--media,
.p-list-news li .ico--important {
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 76px;
  padding: 3px 3px;
  color: #FFF;
  background: #B1B1B1;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.p-list-news li .ico--media {
  background-color: #FF9228;
}

.p-list-news li .ico--important {
  background-color: #F95552;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
  ページタイトル  p-page-head
---------------------------------------------------------------------------*/
/* p-page-head
-----------------------------------------------------------------*/
.p-page-head {
  box-sizing: border-box;
  height: 259px;
  padding: 31px 0 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
}

.p-page-head .c-l-base {
  display: table;
  height: 100%;
  position: relative;
}

.p-page-head__inner {
  display: table-cell;
  vertical-align: middle;
}

.p-page-head__ttl {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.2;
}

.p-page-head__ttl span {
  display: inline-block;
  padding: 3px 10px;
  background: #FFF299;
}

.p-page-head__sub {
  margin-top: 10px;
  font-size: 15px;
  font-family: "Viga", sans-serif;
}

.p-page-head__lead {
  margin-top: 28px;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   リスト
---------------------------------------------------------------------------*/
/* ニュースリスト
-----------------------------------------------------------------*/
.p-disc__ttl {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #0097d2;
}

.p-disc__ttl--color01 {
  color: #000;
}

.p-disc__ttl .sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.p-disc__txt {
  font-size: 16px;
  line-height: 2.3;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   p-list-produc 商品リスト
---------------------------------------------------------------------------*/
.p-list-product {
  margin-top: 50px;
  /* モトモト70ｐｘ */
}

.p-list-product ul {
  margin-right: -29px;
}

.p-list-product__item {
  float: left;
  width: 322px;
  margin-right: 29px;
  text-align: center;
}
.p-list-product__item.col02 {
  width: 497px;
}

.p-list-product__item a {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  display: block;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
  background: #FFF;
  overflow: hidden;
}

.p-list-product__item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none;
}

.p-list-product__item a span {
  display: block;
}
.p-list-product__item a span.smart img{
	margin-top: -2px;
}
.p-list-product__item a .img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.p-list-product__item a .txt-wrap {
  border-radius: 0 0 10px 10px;
}

.p-list-product__item a .ttl span {
  display: inline-block;
  padding: 3px 13px;
  font-size: 22px;
  color: #1F1F1F;
  font-weight: 500;
  background: #FFF299;
  line-height: 1.2;
}

.p-list-product__item a .txt {
  margin-top: 15px;
  font-size: 16px;
}

/* .p-list-product--server タイプ別　サーバー
-----------------------------------------------------------------*/
.p-list-product--server .p-list-product__item .txt-wrap {
  padding: 29px 10px;
}

/* .p-list-product--water タイプ別　水
-----------------------------------------------------------------*/
.p-list-product--water .p-list-product__item {
  /* 各クラスを振ると背景に水ごとのカラーがつく */
  /* 富士の響き  */
  /* 古都の天然水 */
  /* 日田の誉れ */
}

.p-list-product--water .p-list-product__item--fuji a {
  background: #E8F4FE;
}

.p-list-product--water .p-list-product__item--fuji a .price .em {
  color: #004D92;
}

.p-list-product--water .p-list-product__item--koto a {
  background: #FBEBED;
}

.p-list-product--water .p-list-product__item--koto a .price .em {
  color: #C60027;
}

.p-list-product--water .p-list-product__item--hita a {
  background: #E6F6EF;
}

.p-list-product--water .p-list-product__item--hita a .price .em {
  color: #006A3A;
}

.p-list-product--water .p-list-product__item .img .obj {
  margin-top: -130px;
}

.p-list-product--water .p-list-product__item .ttl {
  padding: 0;
}

.p-list-product--water .p-list-product__item .txt-wrap {
  padding: 25px 30px 23px;
}

.p-list-product--water .p-list-product__item .price {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.p-list-product--water .p-list-product__item--fuji .price {
  border-top: 1px solid #a2c2dd;
}

.p-list-product--water .p-list-product__item--koto .price {
  border-top: 1px solid #eba4b1;
}

.p-list-product--water .p-list-product__item--hita .price {
  border-top: 1px solid #a1ccb8;
}

.p-list-product--water .p-list-product__item .price .em {
  display: inline-block;
  padding: 0 2px 0 5px;
  font-size: 18px;
  font-weight: 500;
}

/* .ico-num
-----------------------------------------------------------------*/
.p-list-product ul li .ico-num {
  position: absolute;
  top: -25px;
  left: 21px;
  display: block;
  z-index: 10;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   p-list-produc 商品リスト
---------------------------------------------------------------------------*/
.p-list-voice {
  margin-top: 44px;
}

.p-list-voice__list {
  margin-right: -29px;
}

.p-list-voice__item {
  float: left;
  width: 322px;
  margin-right: 29px;
  font-size: 15px;
}

.p-list-voice__item a {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #FFF;
  text-decoration: none;
}

.p-list-voice__item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.p-list-voice__item span {
  display: block;
}

.p-list-voice__item .txt-wrap {
  position: relative;
  padding: 18px 25px;
}

.p-list-voice__item .txt-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 15px;
  top: -15px;
  left: 50%;
  margin-left: -37px;
  background: url(/shared/images/voice_ico_arw.png) no-repeat;
  z-index: 10;
}

.p-list-voice__item .txt-wrap .ttl {
  font-size: 18px;
  font-weight: 500;
}

/* .p-list-voice--type01
-----------------------------------------------------------------*/
.p-list-voice--type01 .p-list-voice__item .txt-wrap {
  padding: 18px 30px 60px;
  line-height: 1.6;
}

.p-list-voice--type01 .p-list-voice__item .txt-wrap .ttl {
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.p-list-voice--type01 .p-list-voice__item .txt-wrap .name {
  position: absolute;
  left: 30px;
  bottom: 24px;
  width: 265px;
  font-size: 15px;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   p-list-reason 画像+テキストのリスト
---------------------------------------------------------------------------*/
.p-list-reason ul {
  margin-right: -32px;
}

.p-list-reason ul li {
  float: left;
  margin-right: 33px;
}

.p-list-reason ul li a {
  display: block;
}

.p-list-reason ul li a:hover {
  text-decoration: none;
}

.p-list-reason ul li span {
  display: block;
}

.p-list-reason ul li .img {
  overflow: hidden;
  border-radius: 5px;
}

.p-list-reason ul li .txt-wrap {
  margin-top: 18px;
}

.p-list-reason ul li .txt-wrap .ttl {
  display: table;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #1F1F1F;
}

.p-list-reason ul li .txt-wrap .ttl span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 38px;
}

.p-list-reason ul li .txt-wrap .ttl span:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url(/shared/images/ico_arw13.png) no-repeat;
  background-size: 24px 24px;
}

.p-list-reason ul li .txt-wrap .txt {
  margin-top: 14px;
}

/* 4カラム */
.p-list-reason--column3 li {
  width: 319px;
}

/* 4カラム */
.p-list-reason--column4 li {
  width: 231px;
}

/* 色変え　変更済み  ex.#36C6E0*/
/*--------------------------------------------------------------------------
   p-modal-guide ご利用の目安モーダル
---------------------------------------------------------------------------*/
.p-modal-guide {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.p-modal-guide .bg {
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 9900;
  background: #000;
}

.p-modal-guide .modal-cont-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-modal-guide .modal-cont {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
}

.p-modal-guide .modal-cont > .inner {
  position: relative;
  padding: 84px 0 117px;
}

/* .item
-----------------------------------------------------------------*/
.p-modal-guide .modal-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

/* prev,next
-----------------------------------------------------------------*/
.p-modal-guide .btn-close {
  position: absolute;
  z-index: 10;
}

.p-modal-guide .btn-close--tp {
  top: 0;
  right: 0;
}

.p-modal-guide .btn-close--bt {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-modal-guide .btn-close a {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-modal-guide .btn-close a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*--------------------------------------------------------------------------
   sec-modal
---------------------------------------------------------------------------*/
.p-modal-guide {
  /* &__ttl
	-----------------------------------------------------------------*/
}

.p-modal-guide__ttl {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 10px;
  background: #0097d2;
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
}

.p-modal-guide__ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 13px;
  bottom: -13px;
  left: 50%;
  margin-left: -50px;
  background: url(/shared/images/modal_ico_ttl_arw.png);
}

/* sec-modal */
/*--------------------------------------------------------------------------
   sec-modal--guide ご利用の目安モーダル
---------------------------------------------------------------------------*/
.p-modal-guide .modal-item {
  border-radius: 10px;
}

.p-modal-guide .sec {
  padding: 35px 40px 50px;
  /* c-table */
}

.p-modal-guide .sec .c-table thead th {
  width: 237px;
  padding: 13px 0;
  background: #0097d2;
  font-size: 16px;
  border-right-style: dotted;
  border-left-style: dotted;
}

.p-modal-guide .sec .c-table thead .cell01 {
  width: 234px;
  background: none;
  border: none;
  border-right: solid 1px #FFF;
}

.p-modal-guide .sec .c-table tbody {
  border: solid 1px #0097d2;
}

.p-modal-guide .sec .c-table tbody th, .p-modal-guide .sec .c-table tbody td {
  border: dotted 1px #0097d2;
}

.p-modal-guide .sec .c-table tbody th {
  padding: 24px 8px 25px 20px;
  font-size: 16px;
  background: #F7FCFF;
  text-align: left;
}

.p-modal-guide .sec .c-table tbody th > span {
  display: inline-block;
  vertical-align: middle;
}

.p-modal-guide .sec .c-table tbody th .img {
  width: 73px;
  text-align: right;
  vertical-align: middle;
}

.p-modal-guide .sec .c-table tbody th .txt {
  box-sizing: border-box;
  padding-left: 10px;
  text-align: left;
  line-height: 1.4;
}

.p-modal-guide .sec .c-table tbody th .sub {
  font-size: 13px;
}

.p-modal-guide .sec .c-table tbody td {
  font-size: 16px;
}

.p-modal-guide .sec .c-table tbody td .txt {
  padding-left: 10px;
}

.p-modal-guide .sec .c-table tbody td .num {
  color: #F58A01;
  padding: 0 2px;
  font-size: 26px;
}

.p-modal-guide .sec .c-table tbody td.cell02 {
  color: #0097d2;
}

@charset "UTF-8";
/**
 *
 *  blobal.css
 *  ページ共通
 *
 */
/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  global_header.css
 *  ヘッダースタイル
 *
 */
/*--------------------------------------------------------------------------
   .hd-tp
---------------------------------------------------------------------------*/
/* .hd-tp
-----------------------------------------------------------------*/
.hd-tp__inner {
  position: relative;
  height: 114px;
}

/* .hd-tagline
-----------------------------------------------------------------*/
.hd-tagline {
  position: absolute;
  top: 88px;
  left: 0;
  width: 288px;
  font-weight: normal;
  font-size: 12px;
  color: #152144;
  text-align: center;
  letter-spacing: -1px;
}

/* .hd-logo
-----------------------------------------------------------------*/
.hd-logo {
  position: absolute;
  top: 20px;
  left: 60px;
}

/* .hd-tel
-----------------------------------------------------------------*/
.hd-tel {
  position: absolute;
  top: 46px;
  right: 286px;
}

/* .hd-nav-help
-----------------------------------------------------------------*/
.hd-nav-help {
  position: absolute;
  top: 18px;
  right: 275px;
  width: 275px;
  font-size: 12px;
}

.hd-nav-help ul {
  letter-spacing: -.4em;
}

.hd-nav-help li {
  margin-left: 25px;
  display: inline-block;
  letter-spacing: normal;
}

.hd-nav-help li a {
  display: 　block;
  color: #333;
  padding-left: 13px;
  background: url(/shared/images/ico_arw01.png) no-repeat 0 0.4em;
}

/* .hd-btn-app
-----------------------------------------------------------------*/
.hd-btn-app {
  position: absolute;
  margin-top: -38px;
  top: 50%;
  right: 0;
}

/*--------------------------------------------------------------------------
   #nav-global
---------------------------------------------------------------------------*/
.hd-global-nav {
  background: #0097d2;
  background: linear-gradient(to right, rgba(0,151,210,1) 0%,rgba(0,92,162,1) 100%);
}

.hd-global-nav .gnav {
  position: relative;
  letter-spacing: -.02em;
}

.hd-global-nav .gnav > li {
  float: left;
  letter-spacing: normal;
  vertical-align: middle;
}

.hd-global-nav .gnav > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.hd-global-nav .gnav > li > a:before {
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -38px;
  background: url(/shared/images/gnav_ico_arw.png) no-repeat;
}

.hd-global-nav .gnav > li > a:hover:before, .hd-global-nav .gnav > li > a.active:before, .hd-global-nav .gnav > li > a.nav-active:before {
  bottom: 0;
}

.hd-global-nav-lower {
  position: absolute;
  overflow: hidden;
  top: 52px;
  height: 0;
  padding: 0 10px;
  font-size: 21px;
  z-index: 1000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hd-global-nav-lower--gnav01 {
  width: 677px;
  left: -10px;
}

.hd-global-nav-lower--gnav01 .hd-global-nav-lower__inner:before {
  top: -16px;
  left: 37px;
}

.hd-global-nav-lower--gnav02 {
  width: 558px;
  right: 0;
}

.hd-global-nav-lower--gnav02 .hd-global-nav-lower__inner {
  padding: 40px 40px 27px;
}

.hd-global-nav-lower--gnav02 .hd-global-nav-lower__inner:before {
  top: -16px;
  right: 74px;
}

.hd-global-nav-lower__inner {
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  border: solid 3px #0090cc;
  margin: 40px 0 10px;
  padding: 40px;
  background: #FFF;
}

.hd-global-nav-lower__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 78px;
  height: 13px;
  background: url(/shared/images/gnav_lower_ico_arw01.png) no-repeat;
}

.hd-global-nav-lower .item dt {
  font-size: 21px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  padding-bottom: 25px;
  border-bottom: solid 1px #E2EAEC;
}

.hd-global-nav-lower .item .item-list ul {
  margin-right: -50px;
  padding-top: 30px;
}

.hd-global-nav-lower .item .item-list li {
  float: left;
  width: 271px;
  margin-right: 49px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.hd-global-nav-lower .item .item-list li a .txt {
  display: block;
  margin-top: 20px;
  padding-left: 25px;
  background: url(/shared/images/ico_arw14.png) no-repeat 3px 0.4em;
}

.hd-global-nav-lower .item .list ul {
  overflow: hidden;
  margin-top: 8px;
}

.hd-global-nav-lower .item .list li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-top: 9px;
  padding-right: 10px;
}

.hd-global-nav-lower .item .list li a {
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
}

.hd-global-nav-lower .item .list li a:hover span {
  text-decoration: underline;
}

.hd-global-nav-lower .item .list li a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.hd-global-nav-lower .item .list li a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: .5em;
  left: 0;
  background: url(/shared/images/gnav_lower_list_ico_arw.png) no-repeat;
}

/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  global_footer.css
 *  フッタースタイル
 *
 */
/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
/* .ft-btn-pagetop
-----------------------------------------------------------------*/
.ft-btn-pagetop {
  -webkit-transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.ft-btn-pagetop._fixed {
  position: fixed;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 100;
}

/* .ft-action
-----------------------------------------------------------------*/
.ft-action {
  /*-webkit-animation: ft_anime_wave 25s linear 0s infinite;
  animation: ft_anime_wave 25s linear 0s infinite;*/
  position: relative;
  overflow: hidden;
  margin-top: -18px;
  padding-top: 18px;
  width: 100%;
  background: url(/shared/images/ft_bg_action01.png) no-repeat 50% 0;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
  z-index: 1;
}

.ft-action-inner {
  padding: 70px 0;
  background: linear-gradient(to right, rgba(0,151,210,1) 0%,rgba(0,92,162,1) 100%);
}

.ft-action .tel {
  float: left;
  padding-top: 5px;
}

.ft-action .tel dd {
  margin-top: 15px;
}

.ft-action .btns {
  float: right;
}

.ft-action .btns li {
  box-shadow: 0px 0px 7px 0px rgba(12, 45, 51, 0.1);
  float: left;
  margin-left: 30px;
}

.ft-action .btns li:first-child {
  margin-left: 0;
}

.ft-action .btns li a {
  box-sizing: border-box;
  border-radius: 6px;
  display: block;
  position: relative;
  border: solid 4px #FFF;
}

.ft-action .btns li.app {
  width: 323px;
}

.ft-action .btns li.app a .pop {
  position: absolute;
  top: -32px;
  right: -14px;
}

.ft-action .btns li.request {
  width: 300px;
}

.ft-action .life {
  margin-top: 67px;
}

.ft-action .life ul {
  margin: 38px -10px 0 0;
}

.ft-action .life ul li {
  float: left;
  margin-right: 10px;
}

.ft-action .life ul li a {
  border-radius: 5px;
  display: block;
}

@-webkit-keyframes ft_anime_wave {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 1201px 0;
  }
}

@keyframes ft_anime_wave {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 1201px 0;
  }
}

/* .ft-nav
-----------------------------------------------------------------*/
.ft-nav {
  padding: 45px 0;
  background: url(/shared/images/bg_texture08.png);
  -webkit-background-size: cover;
  background-size: cover;
}

.ft-nav .col {
  box-sizing: border-box;
  float: left;
  width: 256px;
  padding-right: 25px;
  line-height: 1.4;
}

.ft-nav .col:nth-child(1) {
  width: 280px;
}

.ft-nav .col:nth-child(2) {
  width: 270px;
}

.ft-nav .col:nth-child(3) {
  width: 264px;
}

.ft-nav .col:nth-child(4) {
  width: 210px;
  padding-right: 0;
}

.ft-nav .list {
  margin-top: 30px;
}

.ft-nav .list:first-child {
  margin-top: 0;
}

.ft-nav .list > dt {
  font-weight: bold;
}

.ft-nav .list > dd {
  font-size: 12px;
  margin-top: 16px;
}

.ft-nav .list-lower {
  margin-top: 11px;
}

.ft-nav .list-lower dd {
  margin-top: 10px;
  padding-left: 1em;
}

.ft-nav ul {
  margin-top: 26px;
  font-size: 12px;
}

.ft-nav ul:first-child {
  margin-top: 0;
}

.ft-nav ul li {
  margin-top: 11px;
}

.ft-nav ul li:first-child {
  margin-top: 0;
}

.ft-nav .item {
  margin-top: 30px;
  font-weight: bold;
}

.ft-nav .btn-agency {
  width: 208px;
  text-align: center;
  margin-top: 25px;
}

.ft-nav .btn-agency a {
  display: block;
  border-radius: 5px;
  padding: 11px;
  background: #0097d2;
  font-size: 12px;
  color: #FFF;
}

.ft-nav .btn-agency a:hover {
  text-decoration: none;
}

.ft-nav .btn-agency span {
  padding-left: 14px;
  background: url(/shared/images/ico_arw02.png) no-repeat 0 50%;
  background-size: 5px auto;
}

/* .ft-bt
-----------------------------------------------------------------*/
.ft-bt {
  border-top: solid 1px #DBDBDB;
  padding: 40px 0;
  background: #FFF;
}

.ft-bt-inner {
  display: table;
}

.ft-bt__cell {
  display: table-cell;
  vertical-align: top;
}

.ft-bt-lt {
  width: 626px;
  position: relative;
  padding-top: 5px;
}

.ft-bt-lt .links {
  padding-right: 30px;
}

.ft-bt-lt .links li {
  overflow: hidden;
  display: inline-block;
  letter-spacing: -.4em;
  font-size: 12px;
}

.ft-bt-lt .links li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.ft-bt-lt .links li a {
  display: inline-block;
  margin-left: 6px;
  padding-left: 6px;
  border-left: solid 1px #7F7F7F;
  letter-spacing: normal;
  line-height: 1.2;
}

.ft-bt-lt .logo-area {
  position: absolute;
  bottom: -8px;
  left: 0;
}

.ft-bt-lt .logo-area .copy {
  margin-top: 10px;
  font-size: 12px;
}

.ft-bt-rt {
  display: table-cell;
  width: 400px;
}

/* .ft-pagetop  ページ上部ボタン
-----------------------------------------------------------------*/
.ft-pagetop a {
  display: block;
  height: 50px;
  background: #C5CED0 url(/shared/images/ft_btn_pagetop.png) no-repeat 50% 48%;
}

/* 色変え　変更済み  ex.#36C6E0*/
/**
 *
 *  global_contents.css
 *  コンテンツ内レイアウトスタイル
 *
 */
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Page {
  position: relative;
}

#Content {
  padding-bottom: 90px;
  position: relative;
}

#Main {
  /*padding-top: 70px;*/
}

#Side {
  padding-top: 70px;
}

#ContentInner #Main {
  float: left;
  width: 710px;
}

#ContentInner #Side {
  float: right;
  width: 264px;
}

/*--------------------------------------------------------------------------
   Side
---------------------------------------------------------------------------*/
/* .s-cont
-----------------------------------------------------------------*/
.s-cont {
  margin-top: 30px;
}

.s-cont:first-child {
  margin-top: 0;
}

/* .s-nav
-----------------------------------------------------------------*/
.s-nav {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #0097d2;
}

.s-nav__ttl a,
.s-nav__ttl .inner {
  display: block;
  padding: 13px 22px;
  background: #0097d2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #FFF;
  text-decoration: none;
}

.s-nav__list li {
  border-top: dotted 1px #0097d2;
}

.s-nav__list li:first-child {
  border-top: none;
}

.s-nav__list a,
.s-nav__list .inner {
  -webkit-transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  display: block;
  padding: 15px 10px 14px 17px;
  letter-spacing: -.04em;
  text-decoration: none;
}

.s-nav__list a:hover, .s-nav__list a.active {
  background: #e8f7ff;
}

.s-nav__list a > span {
  display: inline-block;
  padding-left: 22px;
  background: url(/shared/images/ico_arw03.png) no-repeat 0 0.5em;
  background-size: 8px auto;
}

/* .s-link-list
-----------------------------------------------------------------*/
.s-link-list li {
  border-radius: 5px;
  margin-top: 20px;
  border: solid 3px #DCE6E8;
}

.s-link-list li:first-child {
  margin-top: 0;
}

.s-link-list li a,
.s-link-list li span {
  display: block;
  text-decoration: none;
}

.s-link-list li .txt {
  padding: 8px 18px;
  background: #FFF;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.s-link-list li .txt span {
  padding-left: 18px;
  background: url(/shared/images/ico_arw03.png) no-repeat 0 0.5em;
  background-size: 8px auto;
}

/*--------------------------------------------------------------------------
   bread-crumb
---------------------------------------------------------------------------*/
#bread-crumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  z-index: 1;
}

#bread-crumb ul li {
  display: inline-block;
  position: relative;
  padding-left: 6px;
  line-height: 1.2;
}

#bread-crumb ul li:before {
  content: '>';
  display: inline-block;
  padding-right: 6px;
}

#bread-crumb ul li:first-child {
  padding-left: 21px;
}

#bread-crumb ul li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background: url(/shared/images/ico_breadcrumb.png) no-repeat;
}

#bread-crumb ul li a {
  color: #0097d2;
  text-decoration: none;
}

#bread-crumb ul li a:hover {
  text-decoration: underline;
}
