@charset 'UTF-8';
/*****************************************************************************
reset
*****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}

ul,ol {
list-style-type: none;
}

em,strong,th,address {
font-style: normal;
font-weight: normal;
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

img,
object,
embed {
border: 0;
vertical-align: top;
}

img {
max-width: 100%;
height: auto;
}

hr {
display: none;
}

li {
list-style-type: none;
}

strong {
font-weight: bold;
}

html, body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0
}


body {
  overflow-y: scroll;
  min-width: 1060px;
  font-family: Noto Sans Japanese, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #161616;
  background-color: #eff0f2;
  -webkit-font-smoothing: antialiased;
}

button {
  font-family: Noto Sans Japanese, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}

a {
  word-break: break-all;
  color: #204072
}

a:visited {
  color: #204072
}

a:focus {
  color: #204072
}

a:hover {
  color: #204072
}

a:active {
  color: #204072
}

a:link, a:visited {
  text-decoration: none
}

a:hover, a:active, a:focus {
  text-decoration: underline
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: 0
}

[tabindex='-1']:focus {
  outline: 0
}

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
base
*****************************************************************************/

html {
	font-size: 90%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	font-size: 1.5rem;
	color: #333333;
}

/*****************************************************************************
body
*****************************************************************************/
body {
  position: relative
}

.Header {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 17px 0 16px;
  text-align: center;
  background-color: #fff
}

.footerFixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    /*position: relative;*//* ←相対位置 */
    padding-bottom: 110px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

.button-center {
	margin-left: auto;
  margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
	font-size: 1.5rem;
	text-align: center;
}
.Footer {
  box-sizing: border-box;
	position: absolute;/* ←絶対位置 */
  bottom: 0;
  height: 110px;
  padding: 49px 0;
  text-align: center;
  background-color: ##1e2432;;
	width:100%;
}

.copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: .7px;
  margin: 8vw auto;
}
.copyright {
	margin: auto;
}

.Heading {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500
}
.blk-Breadcrumb {
  background-color: #fff;
}

.blk-Breadcrumb_Inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.blk-Breadcrumb_Items {
  display: flex;
  align-items: center;
  height: 40px;
}

.blk-Breadcrumb_Item {
  font-size: 0.7rem
}

.blk-Breadcrumb_Item:not(:last-child):after {
  /*position: relative;*/
  top: -1px;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 10px;
  background: url(../img/icon_arrow_breadcrumb.svg) 0 0/100% no-repeat;
  vertical-align: middle;
  content: ""
}

.blk-UnderlayerHeading {
  margin-bottom: 70px;
  border-bottom: 1px solid #eee
}

.blk-UnderlayerHeading_Inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px
}

.blk-UnderlayerHeading_Title {
  font-size: 1.5rem;
	text-align: center;
  color: #161616;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: Montserrat, Noto Sans, Noto Sans JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, sans-serif
}

html[lang^=zh] .blk-UnderlayerHeading_Title {
  font-family: Montserrat, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif
}

.blk-Footer_Bottom {
  /*position: relative;*/
  display: flex;
  align-items: center;
  height: 110px;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 0 20px;
	background-color:#1e2432;
  text-align: center;
	width:100%;
  position: absolute;/* ←絶対位置 */
  bottom: 0;
}

.blk-Footer_Bottom {
	flex-direction: column;
	height: auto;
	padding: 40px 20px
}
.blk-Footer_BottomItem:first-child {
	flex: 0 1 auto;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0
}
.blk-Footer_Copyright {
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff
}

@media only screen and (max-width:768px) {
  .blk-Breadcrumb_Inner {
    padding: 0
  }
	.blk-Breadcrumb_Item_body {
		padding: 0
		font-size: 1.8rem;
		padding:0 20px;
	}
  .blk-Breadcrumb_Item {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
		font-size: 1.3rem;
  }
  .blk-Breadcrumb_Item:first-child {
    padding-left: 20px;
  }
  .blk-Breadcrumb_Item:last-child {
    padding-right: 20px;
  }
	.blk-Footer_Bottom {
    flex-direction: column;
    height: auto;
    padding: 40px 20px
  }
  .blk-Footer_BottomItem {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0
  }
	.blk-UnderlayerHeading_Title {
		font-size: 3rem;
		text-align: center;
	}
	.blk-Footer_Copyright {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1024px) {
	.blk-Breadcrumb_Inner {
    padding: 0
  }
  .blk-Breadcrumb_Item {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
		font-size: 1.3rem;
  }
	.blk-Breadcrumb_Item_body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
		font-size: 1.3rem;
		padding:0 20px;
  }
  .blk-Breadcrumb_Item:first-child {
    padding-left: 20px;
  }
  .blk-Breadcrumb_Item:last-child {
    padding-right: 20px;
  }
	.blk-Footer_Copyright {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1440px) {
	.blk-Breadcrumb_Inner {
		padding: 0
	}
	.blk-Breadcrumb_Item {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 1rem;
	}
	.blk-Breadcrumb_Item_body {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 0.8rem;
		padding:0 20px;
	}
	.blk-Breadcrumb_Item:first-child {
		padding-left: 20px;
	}
	.blk-Breadcrumb_Item:last-child {
		padding-right: 20px;
	}
	.blk-Footer_Copyright {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 2200px) {
	.blk-Breadcrumb_Inner {
		padding: 0
	}
	.blk-Breadcrumb_Item {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 0.8rem;
	}
	.blk-Breadcrumb_Item_body {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 1.3rem;
		padding:0 20px;
	}
	.blk-Breadcrumb_Item:first-child {
		padding-left: 20px;
	}
	.blk-Breadcrumb_Item:last-child {
		padding-right: 20px;
	}
	.blk-Footer_Copyright {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 640px) {
	.blk-Breadcrumb_Inner {
		font-size: 1.8rem;
	}
	.blk-Breadcrumb_Item_body {
		font-size: 1.8rem;
		padding:0 20px;
	}
	.blk-UnderlayerHeading_Title {
		font-size: 2rem;
		text-align: center;
	}
	.blk-Footer_Copyright {
		font-size: 1.4rem;
	}
}
