@charset "utf-8";

/*----------------------------------------------------------
RESET
----------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  font-family: "Avenir", "Helvetica neue", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  empty-cells: show;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
li,
dl {
  list-style: none;
}
img {
  vertical-align: top;
  border: none;
}

legend {
  display: none;
}

hr {
  display: none;
  clear: both;
}

.left {
  float: left;
}
.right {
  float: right;
}
/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*----------------------------------------------------------
All
----------------------------------------------------------*/
body {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
/*----------------------------------------------------------
HEADER
----------------------------------------------------------*/
#header {
  height: 199px;
}
#header h1 {
  margin-top: 195px;
  text-align: center;
  margin-bottom: 16px;
}
#header p {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 0.9em;
}

/*----------------------------------------------------------
CONTENTS
----------------------------------------------------------*/
#contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#contents .box {
  float: left;
  width: 300px;
  color: #585858;
}
#contents .margin {
  margin-right: 30px;
}
#contents .box img {
  margin-bottom: 40px;
  margin-left: 50px;
  width: 168px;
  height: 168px;
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
#contents .box h2 {
  font-size: 1.5em;
  line-height: 100%;
}
#contents .box p {
  font-size: 0.9em;
  margin-right: 30px;
  margin-top: 24px;
}
#contents .box span {
  font-size: 0.9em;
  color: gray;
}
#contents p.info {
  color: #585858;
  font-size: 1.7em;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  clear: both;
  letter-spacing: 0.2em;
}
#contents .btn a {
  background-color: #e84e29;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  display: block;
  height: 58px;
  width: 260px;
  text-align: center;
  line-height: 58px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  letter-spacing: 0.2em;
  margin-bottom: 125px;
}
#contents .btn a:hover {
  background-color: #999999;
}
#contents table {
  border-collapse: collapse;
  margin-bottom: 65px;
  margin-top: 30px;
  width: 100%;
}
#contents table td,
#contents table th {
  border: 1px solid #cccccc;
  padding: 10px;
  color: #585858;
}
#contents table th {
  padding-right: 20px;
  white-space: nowrap;
}
#contents table td {
  color: #777777;
}
#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  text-align: center;
  margin-top: 70px;
  padding-top: 20px;
  font-size: 0.8em;
  padding-bottom: 50px;
  color: #585858;
}
