@charset "UTF-8";
/*共通部分
---------------------------*/
body {
 font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  width: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  color: #333333;
  overflow: hidden;
  position: relative;
}
html {
  font-size: 62.5%;
  overflow: auto;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*header
-----------------------------*/
.logo {
  width: 210px;
  margin-top: 14px
}
.main-nav {
  display: flex;
  font-size: 2rem;
  margin-top: 34px;
  list-style: none;
}
.main-nav li {
  margin-left: 36px;
}
.main-nav a {
  color: #FFFFFF;
}
.main-nav a:hover {
  color: #0bd;
}
.page-header {
  display: flex;
  justify-content: space-between;
}
.wrapper {
  margin: 0 auto;
  max-width: 1100px;
}
/*home
-------------------------*/
.home-content{
  text-align: center;
  margin-top: 10px;
　width: 100%;
}
.home-content p {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 10px 0 42px;
  color: #FFFFFF
}
/*見出し*/
.page-title {
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
  font-weight: 200;
}
/*大きな背景画像*/
.big-bg{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#home {
  background-image: url(images/main-bg.jpg);
  min-height: 100px;
  width: 100%;
}
#home .page-titel {
  text-transform: none;
}
div{
  width: 980px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
table{
  border-collapse: collapse;
  color: #3a4d5b;
  margin-left: auto;
  margin-right:auto;
  table-layout: fixed;
}
table tr th{
  border: solid 1px #99ccc6;
  background: #f5ffff;
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
table tr td{
  border: solid 1px #99ccc6;
   padding: 5px;
   font-size: 16px;
   font-size: 1.6rem;
   text-align: center;
}

/*footer
-------------------------*/

#footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin-top: 80px;
    position: relative;
}

#footer > div.flex_wrap {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    align-items: flex-end;
    padding-left: 240px;
}

#footer .f_logo {
    width: 162px;
    margin-right: 6rem;
    margin-bottom: 4px;
}

#footer .footer_menu li {
    list-style: disc;
    background: white;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}

#footer .footer_menu a {
    text-decoration: none;
    text-align: left;
    color: #333333;
}

.copy {
    padding-top: 10px;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.copy p {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
}


