@charset "UTF-8";

/* =====================================
  base
  ======================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	box-sizing: border-box;
}
html {
  font-size: 62.5%;
  background: #ada9a1;
}
body {
  position: relative;
  min-width: 1000px;
  color: #333;
  font-size: 1.4rem;
  line-height:1.6;
}
body,
input,
textarea,
select{
  font-family: 'Open Sans',Arial,Roboto,'Droid Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
	color: #3481d7;
	text-decoration: none;
}
a:hover {
	color: #bd4023;
}
a,
a:before,
a:after,
input{
	transition:all 0.25s ease-out;
}
a[href^="tel:"] {
	pointer-events: none;
}
img {
	vertical-align: bottom;
}
p {
	text-align: justify;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #625951;
}
th {
  width: 25%;
  background: #efede6;
  white-space: nowrap;
  vertical-align: top;
}
th,td {
  padding: 16px;
  border: 1px solid #c2beae;
  border-width: 1px 0;
  text-align: left;
}
  @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4dp6jh');
  src:  url('../fonts/icomoon.eot?4dp6jh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4dp6jh') format('truetype'),
    url('../fonts/icomoon.woff?4dp6jh') format('woff'),
    url('../fonts/icomoon.svg?4dp6jh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
