@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
/* line 4, ../sass/_reset.scss */
html,
body {
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* line 15, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 14px;
  color: #333;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* line 27, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 859px;
}

/* line 33, ../sass/_reset.scss */
caption {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 38, ../sass/_reset.scss */
td, th {
  vertical-align: middle;
  padding: 40px 20px;
}

/* line 42, ../sass/_reset.scss */
th {
  border-top: solid 1px #136896;
  width: 25%;
  padding-right: 0;
}

/* line 47, ../sass/_reset.scss */
td {
  border-top: dotted 1px #136896;
  width: 75%;
}

/* line 52, ../sass/_reset.scss */
tr:last-child th {
  border-bottom: solid 1px #136896;
}
/* line 55, ../sass/_reset.scss */
tr:last-child td {
  border-bottom: dotted 1px #136896;
}

/* line 59, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 62, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 66, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 70, ../sass/_reset.scss */
a {
  color: #136896;
  transition: 0.3s;
}

/* line 74, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 78, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 82, ../sass/_reset.scss */
.inner {
  width: 1100px;
  margin: 0 auto;
}

/* line 87, ../sass/_reset.scss */
br.sp {
  display: none;
}

/* line 91, ../sass/_reset.scss */
.btn {
  border: 1px solid #136896;
  width: 200px;
  text-align: center;
}
/* line 95, ../sass/_reset.scss */
.btn a {
  display: block;
  padding: 15px 0;
  color: #136896;
  text-align: center;
  text-decoration: none;
}
/* line 101, ../sass/_reset.scss */
.btn a:hover {
  opacity: 1;
  background: #136896;
  color: #fff;
}

/* line 109, ../sass/_reset.scss */
.btnw {
  border: 1px solid #fff;
  width: 200px;
  text-align: center;
}
/* line 113, ../sass/_reset.scss */
.btnw a {
  display: block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
/* line 120, ../sass/_reset.scss */
.btnw a:hover {
  opacity: 1;
  background: #fff;
  color: #136896;
}

/* line 128, ../sass/_reset.scss */
h1 {
  background: url("../img/common/titleBg.jpg") 50% 50% no-repeat;
  padding: 260px 0 150px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-size: 161%;
  font-weight: lighter;
}
/* line 136, ../sass/_reset.scss */
h1 strong {
  font-size: 259%;
  font-weight: lighter;
}

/******header******/
/* line 6, ../sass/common.scss */
.wrapper {
  min-width: 1100px;
  text-align: left;
  position: relative;
}

/* line 12, ../sass/common.scss */
p.logo {
  margin: 20px;
}
/* line 14, ../sass/common.scss */
p.logo a {
  display: block;
  width: 296px;
  height: 61px;
  background: url(../img/common/logo.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

/* line 25, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #136896;
  width: 100%;
  background-color: #fff;
}
/* line 34, ../sass/common.scss */
header ul {
  display: flex;
}
/* line 37, ../sass/common.scss */
header ul li a {
  color: #333;
  font-size: 120%;
  display: block;
  text-decoration: none;
  padding: 40px 30px 35px;
  border-bottom: 5px solid #fff;
}
/* line 44, ../sass/common.scss */
header ul li a:hover {
  border-bottom: 5px solid #136896;
  opacity: 1;
}
/* line 51, ../sass/common.scss */
header ul li:last-child a, header ul li:nth-child(7) a {
  font-weight: normal;
  color: #fff;
  background-color: #136896;
  border-bottom: 5px solid #136896;
}
/* line 56, ../sass/common.scss */
header ul li:last-child a:hover, header ul li:nth-child(7) a:hover {
  opacity: 0.7;
}
/* line 62, ../sass/common.scss */
header ul li:nth-child(7) a {
  background-color: #D50032;
  border-bottom: 5px solid #D50032;
}

/* line 71, ../sass/common.scss */
.gNavMorileWrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******footer******/
/* line 90, ../sass/common.scss */
footer {
  border-top: 2px solid #136896;
}
/* line 92, ../sass/common.scss */
footer ul {
  display: flex;
  border-bottom: 1px dotted #ccc;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 97, ../sass/common.scss */
footer ul li {
  padding: 40px;
}
/* line 99, ../sass/common.scss */
footer ul li a {
  text-decoration: none;
}
/* line 103, ../sass/common.scss */
footer ul.footSns li a {
  font-size: 161%;
  color: #136896;
}
/* line 109, ../sass/common.scss */
footer section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 113, ../sass/common.scss */
footer section p {
  margin: 40px 0;
}
/* line 115, ../sass/common.scss */
footer section p.logo {
  margin: 40px 40px 40px 0;
}
/* line 120, ../sass/common.scss */
footer p.footCopy {
  text-align: center;
  padding: 10px 0;
  background-color: #136896;
  color: #fff;
}

/******contents******/
/* line 132, ../sass/common.scss */
#topics {
  background-color: #ECF3F7;
  margin-bottom: 80px;
}
/* line 136, ../sass/common.scss */
#topics .inner ul {
  display: flex;
}
/* line 138, ../sass/common.scss */
#topics .inner ul li {
  padding: 10px 26px 10px 0;
  background: url("../img/common/topicsAlor.jpg") right 50% no-repeat;
  margin-right: 20px;
}
/* line 142, ../sass/common.scss */
#topics .inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/* line 152, ../sass/common.scss */
h2 {
  font-size: 259%;
  margin-bottom: 80px;
  font-weight: lighter;
  text-align: center;
  color: #136896;
}

/* line 159, ../sass/common.scss */
.about {
  text-align: center;
  padding: 0 0 80px;
}
/* line 162, ../sass/common.scss */
.about h3 {
  margin-bottom: 40px;
  font-size: 161%;
}

/* line 168, ../sass/common.scss */
.tab {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}
/* line 174, ../sass/common.scss */
.tab li {
  border: 1px solid #136896;
  width: 350px;
}
/* line 177, ../sass/common.scss */
.tab li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  transition: 0.3s;
  color: #136896;
  text-align: center;
}
/* line 184, ../sass/common.scss */
.tab li a:hover {
  background: #136896;
  color: #fff;
}
/* line 189, ../sass/common.scss */
.tab li.c {
  background: #136896;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* line 198, ../sass/common.scss */
.pageTop {
  position: fixed;
  bottom: 42px;
  right: 20px;
  z-index: 102;
}
/* line 203, ../sass/common.scss */
.pageTop img {
  transition: opacity 0.6s;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, ../sass/_mixin.scss */
.pageTop img:hover {
  opacity: 0.6;
}
