@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 180%;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 160%;
  }
}
/* link
   ========================================================================== */
a {
  color: #005890;
  text-decoration: underline;
}

a:visited {
  color: #005890;
  text-decoration: none;
}

a:hover {
  color: #005890;
  text-decoration: none;
}

/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
body {
  position: relative;
  min-width: 1100px;
  overflow: hidden;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-top: 450px;
}

#contents {
  /* @include transition(.5s); */
  position: relative;
  z-index: 1;
}
#contents.loaded {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body {
    width: 100vw;
    min-width: 0;
    overflow: hidden;
  }

  #wrapper {
    margin-top: 0 !important;
    padding-top: 249px;
  }
  #wrapper.fixed {
    position: fixed;
    z-index: 0;
  }
}
/* header
   ========================================================================== */
header {
  width: 250px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
header.scroll {
  overflow-y: scroll;
}
header.scroll .header-inner {
  padding-bottom: 70px;
}
header #head-logo {
  text-align: center;
  padding: 40px 0 34px;
}
header .sub {
  width: 165px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1.6rem;
}
header .sub:before, header .sub:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
header .sub:before {
  left: 0;
}
header .sub:after {
  right: 0;
}
header .sub span:before, header .sub span:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
}
header .sub span:before {
  left: 1px;
}
header .sub span:after {
  right: 1px;
}
header .sub span > span:before, header .sub span > span:after {
  top: auto;
  bottom: 0;
}
header #head-ttl {
  margin: 34px auto 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 49px;
    background: #911713;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 8px 0 0 9px;
    letter-spacing: -0.4em;
  }
  header #head-logo,
header .sub,
header #head-ttl {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  header #head-logo {
    text-align: left;
    padding: 0;
  }
  header .sub {
    width: auto;
    margin: 0 0 0 12px;
    color: #fff;
    padding: 0 6px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-size: 10px;
    font-size: 1rem;
  }
  header .sub:before, header .sub:after {
    background: #fff;
  }
  header .sub span:before, header .sub span:after {
    width: 2px;
    background: #fff;
  }
  header #head-ttl {
    margin: 0 0 0 13px;
    text-align: left;
  }
  header #sp-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  header #sp-menu a {
    display: block;
  }
}
/* main-visual
   ========================================================================== */
#main-visual {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
#main-visual img {
  width: 100%;
}
#main-visual span {
  display: none;
}
#main-visual span.main {
  display: block;
}
#main-visual span.hide {
  display: none;
}
#main-visual span.show {
  display: block;
}

@media screen and (max-width: 767px) {
  #main-visual {
    position: fixed;
    left: 0;
    top: 49px;
    z-index: -1;
  }
  #main-visual img {
    width: auto;
    height: 200px;
    max-width: 200%;
  }
}
/* contents
   ========================================================================== */
@media screen and (max-width: 767px) {
  #cont03.cont-box {
    padding-bottom: 20px;
  }
}
/* navigation
   ========================================================================== */
#gnav {
  width: 100%;
  padding: 0 29px 0 43px;
  box-sizing: border-box;
}
#gnav li {
  border-top: 1px solid #d0d0d0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
#gnav li:last-child {
  border-bottom: 1px solid #d0d0d0;
}
#gnav li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav li a:hover {
  color: #911713;
}
#gnav li a span {
  display: block;
  padding: 18px 15px 18px 4px;
}
#gnav li a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  border-top: 1px solid #c22b29;
  border-right: 1px solid #c22b29;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  nav {
    display: none;
    position: fixed;
    top: 49px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #d14b46;
    letter-spacing: normal;
  }
  nav.open {
    display: block;
  }

  #gnav {
    position: relative;
    padding: 0;
  }
  #gnav li {
    border-top: 1px solid #df6769;
  }
  #gnav li:first-child {
    border-top: none;
  }
  #gnav li:last-child {
    border-bottom: 1px solid #df6769;
  }
  #gnav li a {
    color: #fff;
  }
  #gnav li a:hover {
    color: #fff;
  }
  #gnav li a:before, #gnav li a:after {
    width: 10px;
    height: 10px;
  }
  #gnav li a:before {
    right: 21px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #gnav li a span {
    padding: 21px 40px 21px 17px;
  }
}
/* side
   ========================================================================== */
/* footer
   ========================================================================== */
footer {
  position: relative;
  z-index: 10;
  background: #ebebeb;
}
footer .foot-inner {
  width: 850px;
  margin: 0 auto;
  padding-left: 250px;
}
footer p {
  color: #515151;
  text-align: right;
  line-height: 1;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .foot-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  footer p {
    box-sizing: border-box;
    text-align: center;
  }
}
/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
.cont-box {
  padding-left: 250px;
  background: #fff;
  margin-top: 365px;
}
.cont-box .cont-box-in {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .cont-box {
    padding-left: 0;
    margin-top: 200px;
  }
  .cont-box .cont-box-in {
    width: 100%;
    padding: 0 15px 21px;
    box-sizing: border-box;
  }
}
.cmn-block {
  width: 850px;
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .cmn-block {
    width: 100%;
    padding-top: 55px;
  }
}
.img-block span {
  display: block;
}
.img-block.img-l span {
  float: left;
  padding: 0 45px 10px 0;
}
.img-block.img-r span {
  float: right;
  padding: 0 0 10px 45px;
}

@media screen and (max-width: 767px) {
  .img-block span {
    margin-bottom: 20px;
  }
  .img-block.img-l span, .img-block.img-r span {
    float: none;
    padding: 0;
  }
}
.table-box {
  margin-top: 30px;
}
.table-box .ttl {
  margin-bottom: 10px;
}
.table-box table {
  margin-top: 0;
}

.margin-box {
  margin-top: 30px;
}

.bnr-box {
  padding: 80px 0 80px 250px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .bnr-box {
    padding: 40px 15px;
  }
}
/* ボタン
   ========================================================================== */
/* .btn01{
  color: #fff;
  text-decoration: none;
  line-height: 1;
  @include fontsize(20);
  span{
    background: $color-base;
    padding: 15px 60px;
    @include inblock;
  }
  &:hover{
    color: #fff;
  }
} */
/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
.icon-pdf:after {
  content: "";
  background: url(img/icon_pdf.png) no-repeat right center;
  background-size: 18px auto;
  width: 18px;
  height: 20px;
  top: -2px;
  position: relative;
  margin-left: 7px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

/* リスト
   ========================================================================== */
.link-list01 {
  margin-top: 40px;
}
.link-list01 li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.link-list01 li:before {
  content: "・";
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.link-list01.inblock {
  letter-spacing: -0.4em;
}
.link-list01.inblock li {
  margin-right: 30px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .link-list01 {
    margin-top: 30px;
    margin-bottom: -10px;
    overflow: hidden;
  }
  .link-list01 li {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.img-list li {
  margin-right: 10px;
}
.img-list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .img-list li {
    margin-right: 2%;
    width: 49%;
  }
}
.attention-list {
  margin-bottom: -15px;
  overflow: hidden;
}
.attention-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* その他パーツ
   ========================================================================== */
.fadeover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fadeover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .fadeover {
    -webkit-transition: 0;
    transition: 0;
  }
  .fadeover:hover {
    opacity: 1;
  }
}
/* テーブル
   ========================================================================== */
.tbl-cmn {
  margin-top: 20px;
  width: 100%;
}
.tbl-cmn th,
.tbl-cmn td {
  vertical-align: middle;
  box-sizing: border-box;
}
.tbl-cmn th {
  width: 175px;
  background: #a4a4a4;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 15px 25px;
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
}
.tbl-cmn td {
  padding: 10px 21px;
  border-bottom: 1px solid #ccc;
}
.tbl-cmn tr:first-child th {
  border-top: 1px solid #a4a4a4;
}
.tbl-cmn tr:first-child td {
  border-top: 1px solid #ccc;
}
.tbl-cmn tr:last-child th {
  border-bottom: 1px solid #a4a4a4;
}

@media screen and (max-width: 767px) {
  .tbl-cmn {
    border-bottom: 1px solid #ccc;
  }
  .tbl-cmn th,
.tbl-cmn td {
    width: 100%;
    min-width: 0;
    display: block;
    border-bottom: none;
    padding: 10px;
  }
}
/* タイトル
   ========================================================================== */
.main-ttl {
  margin-bottom: 50px;
}
.main-ttl span {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.main-ttl span:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 7px;
  left: 106%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(img/bg_main_ttl.gif) repeat-x left center;
}

@media screen and (max-width: 767px) {
  .main-ttl {
    margin-bottom: 30px;
  }
}
.sttl01 {
  border-left: 2px solid #911713;
  padding: 3px 0 3px 21px;
  line-height: 1.35;
  font-weight: normal;
  margin-bottom: 34px;
  font-size: 28px;
  font-size: 2.8rem;
}
.sttl01 .date {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.sttl01.narrow .date {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .sttl01 {
    margin-bottom: 21px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sttl01 .date {
    margin-bottom: 13px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.sttl02 {
  color: #515151;
  font-weight: bold;
}

/* Webフォント
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: bottom;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }

  .pc-item {
    display: none !important;
  }

  .pc-block {
    display: inline;
  }

  .sp-block {
    display: block;
  }
}
