@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}

/*******************************************************************
　ページ共通パーツ
*******************************************************************/
/*幅750px以上＝PC表示
--------------------*/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
/*幅750pxまで＝スマホ表示
--------------------*/
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
  background: #000;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 750px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;

}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 100%;
    }
}

/*----------------------------------------------------------
　メインコンテンツ
-----------------------------------------------------------*/
body {
  background-color: #c1c1c1;
}
.contents_wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2), 5px 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}


/*バナーエリア
------------------------------------------------*/
.top_bn_box_wrap {
  margin: 0 auto;
  padding: 3%;
  border-bottom: 5px solid #BEBEBE;
}
.top_bn_box {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  margin: 0 auto 2%;
}
.top_bn_box:last-child {
  margin: 0 auto;
}
/*menu
------------------------------------------------*/
.top_menu_box_wrap {
  background: #fff;
  overflow: hidden;
}
.top_menu_title {
  width: calc(690 / 750 * 100%);
  max-width: 690px;
  margin: 0 auto;
  padding: 3% 0;
  border-bottom: 1px solid #a0a0a0;
}
.top_menu_box {
  width: calc(690 / 750 * 100%);
  max-width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #a0a0a0;
  padding: 2% 0;
}

.top_menu_box div:first-child {
  border-right: 1px solid #a0a0a0;
}
.top_menu_box2 {
  width: calc(690 / 750 * 100%);
  max-width: 690px;
  margin: 0 auto 5%;
  border-bottom: 1px solid #a0a0a0;
  padding: 2% 0;
}


/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
  padding-top: 3%;
  background: #000;
}
.copyright {
	text-align: center;
	padding: 0 0 1em;
}


/*非表示 ------------------------------*/
