@charset "UTF-8";
/* ==========================================================================
   TOP
   ========================================================================== */
/*----- カテゴリ導線追加（201911） -----*/
/*---------------------------
■ 導線リスト パターン1
---------------------------*/
.top-category-list.all-icons {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 30px;
}
.all-icons .top-category-item {
  flex: 1 auto;
  padding: 0 5px;
}
.all-icons .top-category-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  border: 2px solid #dbeef8;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.all-icons .top-category-link .icon{
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-top;
}
.all-icons .top-category-item:nth-of-type(1) .icon,
.all-icons .top-category-item:nth-of-type(2) .icon {
  font-size: 25px;
}
.all-icons .top-category-item:nth-of-type(4) .icon {
  font-size: 30px;
}
/*---------------------------
■ 導線リスト パターン2
---------------------------*/
.top-category-list.some-icons {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 30px;
}
.some-icons .top-category-item {
  flex: 1 auto;
  padding: 0 5px;
}
.some-icons .top-category-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  border: 2px solid #dbeef8;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.some-icons .top-category-link.bg-pink {
  border: 2px solid #ec6d81;
  background: #ec6d81;
  color: #fff;
}
.some-icons .top-category-link.bg-white {
  border: 2px solid #dbeef8;
  background: #fff;
  color: #ec6d81;
}
.some-icons .top-category-link.fz-large {
  /* padding: 10px 0; */
  font-size: 18px;
}
.some-icons .top-category-link .icon{
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-top;
}
.some-icons .top-category-link .icon+.top-category-text{
  position: relative;
  top: 2px;
}
/*----- お悩みエリア追加（201810） -----*/
/*---------------------------
 ■ 見出し（薄ピンク背景/青文字/アイコン付与可）
---------------------------*/
.title-pink {
  width: 100%;
  line-height: 49px;
  background: #fdf2f2;
  color: #004385;
  font-size: 20px;
  border-radius: 6px;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  font-weight: bold;
}
.title-pink > .icon {
  margin: 0 7px 0 0;
  font-size: 19px;
}
/*---------------------------
■ 4カラムレイアウト
---------------------------*/
.l-column4 {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.l-column4-col {
  margin-right: 14px;
  margin-bottom: 28px;
  box-sizing: border-box;
  width: 162px;
}
.l-column4-col:nth-child(4n) {
  margin-right: 0;
}
.l-column4-col:last-child,
.l-column4-col:nth-last-child(2),
.l-column4-col:nth-last-child(3),
.l-column4-col:nth-last-child(4) {
  margin-bottom: 0;
}
.l-column4-col :last-child {
  margin-bottom: 0;
}
/*---------------------------
 ■ カテゴリーリスト
---------------------------*/
/* 大枠 */
.l-category-list {
  margin-bottom: 56px;
}
/* 枠 */
.l-category-col {
  border: 2px solid #dbecf6;
  background-color: #ffffff;
  margin-bottom: 14px;
}
/* リンク設定 */
.l-category-link {
  display: block;
  padding: 30px 10px 10px 10px;
  box-sizing: border-box;
  min-height: 158px;
  text-decoration: none;
  text-align: center;
}
/* サムネイル */
.l-category-thumb {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 8px;
}
/* アイコン */
.l-category-thumb > .icon,
.l-category-thumb > .icon::before {
  vertical-align: top;
  color: #f7d0d3;
}
/* テキスト */
.l-category-text_wrap {
  color: #666666;
  font-weight: bold;
  margin: 0;
  line-height: 1.35;
  min-height: 46px;
  font-size: 16px;
  display: table;
  width: 100%;
}
.l-category-text_inner {
  display: table-cell;
  vertical-align: middle;
}

/*----- usefulバナーエリアインクルード化 -----*/
/*---------------------------
 ■ usefulバナーエリア
---------------------------*/
.top_Page .l-contents .top-useful-item__list .item {
  margin-bottom: 5px;
}

/* ==========================================================================
   ECTOP
   ========================================================================== */
