@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;
	background: #fff;
	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_s {
  font-size: 70%;
}
.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;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1501px){
	.display_1500 {display: none}
}
@media screen and (max-width:1500px){
	.display_1920 {display: none}
}


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

.container {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
@media only screen and ( max-width: 599px ) {
	.container {
	}
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
  background: #fff;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 900px;
	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;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
main {
  background: url("../img/bg_body.png") center top;
}
.cp_box {
  position: relative;
}
.cp_serif {
  position: absolute;
  top: 0;
  left: 27%;
  width: calc(420 / 900 * 100%);
  margin: 0 auto;
}
.cp_serif img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

/*動き*/
.btn_serif {
  animation: bound 3s ease-out infinite;
  opacity: 1.75;
}
@keyframes bound {
  0%, 40%, 55%, 65% {
    transform: scale(1.0);
  }
  50%, 60% {
    transform: scale(0.85);
  }
}

.btnArea {
  background: url("../img/bg_bottom.png") center top;
}
.btn_entry {
  padding: 5%;
  margin-top: 3%;
}

.text_box {
  width: 94%;
  max-width: 450px;
  margin: 1em auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3;
}
/*ドロップダウン
-----------------------------------------------------------*/
.drop_wrap {
}
.drop_btn {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 0;
/*  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
*/
  text-align: left;
  padding: 0.2em 0;
  font-size: 1.4rem;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
  word-break: break-all;

}
@media only screen and ( max-width: 599px) {
  .drop_btn,
  .drop_inner {
	font-size: 1.0rem;
	line-height: 1.3;
}
}
/*----------------------------------------------------------
　ポップアップ内
-----------------------------------------------------------*/
.pop_starting_box {
  margin: 3% auto;
}
.pop_starting {
  margin: 2% auto;
}

/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
}
.copyright {
  padding: 1em 0;
	text-align: center;
}

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