* {
	margin: 0;
	padding: 0;
}
body {
	color: #2c2c2c;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;

}

.div_main_header.top{
  border-top: 0px solid rgb(64,148,255);
  border-bottom: 1px solid rgb(64,148,255);
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 5px;
}

.div_main_header {
  width: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;

  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  padding-top: 20px;
}




/*---------------------------------------------*/
/* 特定商取引法に基づく表示 */
.footer-tokutei {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #003895;
}

/* 電話フッター */
.footer-telephone {
  width: 100%;
  padding: 20px 0;
  background: #e1e1e1;
  text-align: center;
  display: inline-block;
  align-items: center;
}
.footer-phone {
  position: relative;
  width: 270px;
  margin: 0 auto;
}
.footer-phone div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-phone-title {
  color: rgb(64,148,255);
  font-size: 16px;
  font-weight: 600;
}
.footer-phone-title span {
  font-weight: 600;
}
.footer-phone-number {
  font-size: 30px;
  margin: 10px 0;
}

.footer-phone-text {
  font-size: 12px;
}

