/* newyear 2018 */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic Medium, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


/* font */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jeu4vz');
  src:  url('../fonts/icomoon.eot?jeu4vz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jeu4vz') format('truetype'),
    url('../fonts/icomoon.woff?jeu4vz') format('woff'),
    url('../fonts/icomoon.svg?jeu4vz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ffffff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e901";
}
.icon-blank:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}

/* base */
.reader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.icon-blank {
	margin-left: 5px;
	color: #00a0dc;
	display: inline-block
}
.unit-wrap {
	width: 100%;
}
.unit {
	max-width: 644px;
	margin: 0 auto;
}
.unit-inner {
	padding: 0 12px;
}

/* header */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

/* greeting */
.greeting-img {
}
.greeting-img img {
	max-width: 100%;
}
.greeting-text-bg {
	background-color: #f5f6f7;
}
.greeting-text {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #445566;
}
.greeting-text h1 {
	font-size: 18px;
}
.greeting-text p {
	margin-top: 32px;
	line-height: 1.7;
	font-size: 14px;
}
.greeting-text a {
	color: #00a0dc;
	text-decoration: none;
}
.greeting-text a:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	color: #445566;
	line-height: 1.7;
	font-size: 14px;
}
.footer p:first-child {
	font-weight: bold;
}
.footer p a {
	color: #445566;
	text-decoration: none;
}
.footer p a:hover {
	opacity: .85;
}
.footer p .link-tel {
	cursor: default;
}
.footer p .link-tel:hover {
	opacity: 1;
}

.footer .footer-link {
	margin-top: 30px;
	list-style-type: none;
}
.footer .footer-link-item {
	display: inline-block;
	vertical-align: top;
}
.footer .footer-link-item a {
	display: inline-block;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 24px;
	text-decoration: none;
}
.footer .footer-link-item.mail a {
	font-size: 16px;
	background-color: #8c97a1;
}
.footer .footer-link-item.blog a {
	font-size: 24px;
	background-color: #576675;
}
.footer .footer-link-item.facebook a {
	background-color: #3b579d;
}
.footer .footer-link-item.twitter a {
	background-color: #1da1f2;
}

