@charset "utf-8";
/* CSS Document */

html{font-size: 62.5%;}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6em;
    color: #000000;
    background-color: #9be0ff;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a{
  text-decoration: none;
  color: #000000;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul{list-style: none;}

#wrap{
  width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
}

header{
  width: 900px;
  height: 500px;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}

#before-header{
  width: 900px;
  height: 500px;
  background: url(../images/index_header_before_bg.jpg);
}

#before-header-text01{
  font-size: 14px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#before-header-text02{
  font-size: 24px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

#before-header h1 img{margin-bottom: 20px;}

#after-header{
  width: 900px;
  height: 500px;
  background: url(../images/index_header_after_bg.jpg);
  display: none;
}

#after-header-text01{
  font-size: 13px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#after-header-text02{
  font-size: 20px;
  font-family: YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

nav{
  width: 900px;
  margin-bottom: 40px;
}

nav ul{
  width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#container{
  width: 850px;
  margin: 0 auto;
  padding-bottom: 35px;
}

#contents{
  width: 585px;
  float: left;
}

section{
  width: 585px;
  margin-bottom: 40px;
}

h2{
  font-size: 28px;
  width: 585px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background: url(../images/index_h2_border.png) no-repeat bottom;
}
.sentence{
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#index-table{margin-bottom: 20px;}

#index-table tr td:first-child{width: 80px;}

.table-bold{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.table-bold img{vertical-align: middle;}

.table-bold a{margin-left: 10px;}

.table-normal{line-height: 24px;}

.icon02{
  padding-left: 24px;
  background: url(../images/icon02.jpg) no-repeat left center;
}

.fb-page.fb_iframe_widget{
  display:block;
  width: 500px;
  margin: 0 auto;
}

#sidebar{
  width: 235px;
  float: right;
}

#sidebar a img{margin-bottom: 15px;}

#sidebar iframe{margin-bottom: 15px;}

footer{
  padding: 35px 25px 20px 25px;
  background: #d7f3ff;
}

#footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

#footer-bold{margin-bottom: 10px;}

#footer-bold p{
  font-weight: bold;
  line-height: 24px;
}

#icon03{
  font-size: 14px;
  padding-left: 28px;
  line-height: 26px;
  background: url(../images/icon03.png) no-repeat left center;
}

#footer-inner-center{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#footer-inner-center p{
  font-size: 13px;
  line-height: 20px;
}

#arr{text-align: center;}

#arr small{font-size: 14px;}