@charset "utf-8";

/****** 共通基本設定
******************************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
}

/* ヘッダー */
.header-top {
  margin-bottom: 40px;
}
.header-top h1 {
  font-size: 12px;
  color: #3e3e3e;
  height: 20px;
  margin: 0 0 0 10px;
}
.header-top img {
  width: 100%;
}
/* 外枠・コンテンツ中央設定  */
.wrapper {
  width: 960px;
  margin: 0 auto;
}



/* ナビゲーション */
.navigation-main {
  width: 100%;
  margin-bottom: 80px;
}
.navigation-main ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.navigation-main ul li {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
}

.navigation-main ul li a:link {
  color: #3e3e3e;
  text-decoration: none;
}

.navigation-main ul li a:visited {
  color: #3e3e3e;
}

.navigation-main ul li a:hover {
  color: #7b7b7b;
}

/* コンテンツエリア設定 */

.main-contents {
  width: 960px;
}

.main-contents h2 {
  font-size: 42px;
  font-weight: normal;
}

.main-contents a:link {
  color: #3e3e3e;
  text-decoration: none;
}

.main-contents a:visited {
  color: #3e3e3e;
}

.main-contents a:hover  {
  color: #7b7b7b
}


.items-reverse ul {
  margin-bottom: 50px;
}


.main-contents p {
  font-size: 20px;
  line-height: 1.6;
}
/* フッター */

.footer {
  width: 960px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px #3e3e3e dotted;
}

.footer .footer-info {
  width: 30%;
}

.footer .footer-info ul {
  list-style: none;
  padding: 0;
}

.footer .footer-info ul li {
  font-size: 14px;
}

.footer .footer-info ul li a:link  {
  color: #3e3e3e;
  text-decoration: none;
}

.footer .footer-info ul li a:visited {
  color: #3e3e3e;
}

.footer .footer-info ul li a:hover {
  color: #7b7b7b;
}

.footer .navigation-footer {
  width: 30%;
}

.footer .navigation-footer ul {
  list-style: none;
}

.footer .navigation-footer ul li {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
  text-align: right;
}

.footer .navigation-footer ul li a:link {
  color: #3e3e3e;
  text-decoration: none;
}

.footer .navigation-footer ul li a:visited {
  color: #3e3e3e;
}

.footer .navigation-footer ul li a:hover {
  color: #7b7b7b;
}
/****** index.html用
******************************************************/
/* メインコンテンツエリア */
.items-reverse {
  width: 960px;
  margin: auto;
}

.items-reverse .item {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}


.items-reverse .item-img {
  width: 24%;
}
.items-reverse .item-img img {
  width: 100%;
}
.items-reverse .item-body {
  width: 75%;
}
.items-reverse .item-body h2 {
  font-size: 24px;
}






