@charset "UTF-8";
/**************************************************/
/* mixin */
/**************************************************/
/***** font-size ******/
/**例
h1 {
	font-size: rem(24px); // -> 1.5rem
}
**/
/***** clearfix ******/
/***** opacity *****/
/***** placeholder *****/
/*************** 矢印 線タイプ ****************/
/*************** 矢印 線タイプ2重 ****************/
/*************** 矢印 塗りタイプ ****************/
/*************** 吹き出しボックス ****************/
/*************** フロー矢印 ****************/
/* 塗り矢印 */
/* 線矢印 */
/*************** テーブル風リスト ****************/
/**************************************************/
/* ヘッダー画像 */
/**************************************************/
.second-header-visual-bg {
  position: relative;
  padding: 0;
  padding-top: 100px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .second-header-visual-bg {
    height: 150px;
    padding-top: 50px;
  }
}

.second-header-visual-ttl {
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: #ffffff;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

.second-header-visual-ttl span {
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 1.875rem;
}

@media only screen and (max-width: 990px) {
  .second-header-visual-ttl {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .second-header-visual-ttl span {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}

/**************************************************/
/* 詳細 */
/**************************************************/
.detail-article {
  margin-bottom: 120px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .detail-article {
    margin-bottom: 60px;
  }
}

.detail-main {
  margin-bottom: 90px;
}

.detail-box {
  margin-bottom: 90px;
}

.detail-img {
  margin-bottom: 30px;
}

.detail-body {
  margin-bottom: 30px;
  line-height: 1.8;
}

/**************************************************/
/* ボタン類 */
/**************************************************/
.l-second-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .l-second-btn-wrap {
    display: block;
  }
}

.l-second-btn-wrap .btn-more {
  padding: 15px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .l-second-btn-wrap .btn-more {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
  }
}

.btn-more {
  margin-top: 45px;
  text-align: center;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .btn-more {
    margin-top: 30px;
  }
}

/**************************************************/
/* PDF */
/**************************************************/
.pdf-desc-text {
  padding-bottom: 10px;
}

.js-download-form {
  margin-bottom: 30px;
}

/**************************************************/
/* 簡易ログイン */
/**************************************************/
.second-login {
  padding-top: 90px;
  font-family: YakuHanMPs, "Noto Serif JP", serif;
  text-align: center;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .second-login {
    padding: 0 15px;
    padding-top: 15px;
  }
}

.second-login-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}

.second-login-form-ttl {
  width: 120px;
  font-size: 1rem;
  text-align: left;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .second-login-form-ttl {
    width: 90px;
    font-size: 0.875rem;
  }
}

.second-login-form {
  width: 360px;
}

/**************************************************/
/* top */
/**************************************************/
/***** TOP Message *****/
.p-top-message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-message-wrap {
    display: block;
  }
}

.p-top-message__img {
  margin-right: 30px;
  width: 420px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 1530px) {
  .p-top-message__img {
    width: 360px;
  }
}

@media only screen and (max-width: 990px) {
  .p-top-message__img {
    margin-right: 0;
    width: auto;
    text-align: center;
  }
}

.p-top-message__img img {
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-message__img img {
    width: 375px;
  }
}

.p-top-message__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.8;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 1530px) {
  .p-top-message__txt {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 990px) {
  .p-top-message__txt {
    margin-top: 15px;
  }
}

.p-top-message__name {
  margin-top: 15px;
  text-align: right;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-message__name {
    font-size: 16px;
  }
}

.p-top-message__name-position {
  margin-right: 10px;
  font-size: 0.875rem;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 1530px) {
  .p-top-message__name-position {
    font-size: 0.75rem;
  }
}

.p-top-message__name-name {
  font-size: 1rem;
}

/***** TOP About *****/
.p-top-about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about-box {
    display: block;
    margin-bottom: 30px;
  }
}

.p-top-about-box.is-reverse .p-top-about__img {
  margin-right: 0;
  margin-left: 30px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about-box.is-reverse .p-top-about__img {
    margin-left: 0;
  }
}

.p-top-about-box.is-reverse .p-top-about__txt {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about-box.is-reverse .p-top-about__txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.p-top-about__img {
  margin-right: 30px;
  width: 480px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 1530px) {
  .p-top-about__img {
    width: 420px;
  }
}

@media only screen and (max-width: 990px) {
  .p-top-about__img {
    margin-right: 0;
    width: auto;
  }
}

.p-top-about__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about__txt {
    margin-top: 15px;
  }
}

.p-top-about__ttl {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about__ttl {
    font-size: 1.125rem;
  }
}

.p-top-about__body {
  line-height: 1.8;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 1530px) {
  .p-top-about__body {
    font-size: 0.875rem;
  }
}

.p-top-about__btn .c-btn {
  min-width: 465px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-about__btn .c-btn {
    min-width: 290px;
    width: 100%;
  }
}

/***** TOP リンク *****/
.p-top-link {
  padding-top: 90px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-link {
    padding-top: 45px;
  }
}

.p-top-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-link-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-top-link-list__item {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-link-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.p-top-link-list__item .c-btn {
  width: 100%;
}

.p-top-link-list__link:hover {
  text-decoration: none;
}

.p-top-link-list__link:hover .p-top-link-list__ttl {
  position: relative;
}

.p-top-link-list__link:hover .p-top-link-list__ttl:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a92e30;
  border-bottom: 2px solid #a92e30;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  -o-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.p-top-link-list__ttl {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3125rem;
  text-align: center;
  color: #393939;
  position: relative;
}

.p-top-link-list__ttl:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a92e30;
  border-bottom: 2px solid #a92e30;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  -o-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.p-top-link-list__body {
  margin-top: 5px;
  font-size: 1rem;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .p-top-link-list__body {
    font-size: 0.875rem;
  }
}

/***** TOP TOPICS *****/
.top-topics {
  background: #f5f5f5;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

.top-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-news-list__item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.top-news-list__item:first-child {
  border-top: 1px dashed #cccccc;
}

.top-news-list__item.is-topics {
  margin-right: -500%;
  margin-left: -500%;
  padding-right: 500%;
  padding-left: 500%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}

.top-news-list__item.is-topics a {
  color: #393939;
}

.top-news-list__item.is-topics:nth-child(even) {
  background-color: #ffffff;
}

.top-news-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 45px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-news-list-head {
    margin-right: 0;
  }
}

.top-news-list__date {
  margin-right: 30px;
  font-size: 1.125rem;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-news-list__date {
    margin-right: 15px;
    font-size: 1rem;
  }
}

.top-news-list__category {
  width: 120px;
  font-size: 10px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-news-list__category {
    min-width: 115px;
    width: auto;
  }
}

.top-news-list__category span {
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #a92e30;
  color: #ffffff;
  text-align: center;
}

.top-news-list__ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 2px;
  font-size: 18px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-news-list__ttl {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
  }
}

.btn-more {
  margin-top: 45px;
  text-align: center;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .btn-more {
    margin-top: 30px;
  }
}

/***** TOP コンセプト *****/
.top-first {
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first {
    overflow: hidden;
  }
}

.top-first-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first-wrap {
    display: block;
  }
}

.top-first-left {
  width: 495px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first-left {
    margin-bottom: 30px;
    width: auto;
  }
}

.top-first-left__ttl {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first-left__ttl {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}

.top-first-right {
  width: 445px;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first-right {
    margin-top: 0px;
    width: auto;
  }
}

.top-first-right__img {
  margin-bottom: 20px;
  /*
	@if $media-width == tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (max-width: if($enable-tb-hor, $bp-tb-vert, $bp-tb-hor)) {
			@content;
		}
	}
	@if $media-width == min-tb {
		// 横向きのブレイクポイントが有効(横向き用のデザインがある)場合は、標準のタブレットデザインは縦向きに限定する
		// それ以外の場合は、横向きのブレイクポイントまでタブレットデザインを適用する
		@media only screen and (min-width: if($enable-tb-hor, $bp-min-tb-vert, $bp-min-tb-hor)) {
			@content;
		}
	}
	@if $media-width == tb-vert {
		@media only screen and (max-width: $bp-tb-vert) {
			@content;
		}
	}
	@if $media-width == min-tb-vert {
		@media only screen and (min-width: $bp-min-tb-vert) {
			@content;
		}
	}
	@if $media-width == tb-hor {
		@media only screen and (max-width: $bp-tb-hor) {
			@content;
		}
	}
	@if $media-width == min-tb-hor {
		@media only screen and (min-width: $bp-min-tb-hor) {
			@content;
		}
	}
*/
}

@media only screen and (max-width: 990px) {
  .top-first-right__img {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style-top.css.map */