@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;outline:0;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:16px;font-size:1.6rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ul li{list-style:none;}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  color: #fff;
  background-color: #0c4fab;
}
.title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
.mv {
  padding: 1em 2em;
  background-color: #deefff;
  background: -moz-linear-gradient(top, #fff, #deefff);
  background: -webkit-linear-gradient(top, #fff, #deefff);
  background: linear-gradient(to bottom, #fff, #deefff);
  text-align: center;
  height: 300px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mv h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
}
.topic_path ul {
  max-width: 980px;
  padding: 1.7em 0;
  margin: 0 auto;
  display: flex;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/*-----------------
blog
-----------------*/
article,
aside {
  margin: 0 auto 3em;
  line-height: 1.75;
  padding: 0 2em;
  max-width: calc(980px + 4em);
}
section {
  padding: 0 2em;
  max-width: calc(980px + 4em);
  margin: 0 auto 3em;
}
article h2,
aside h2 {
  background-color: #deefff;
  color: #0c4fab;
  padding: 0.5em 1em;
}
article h3,
aside h3 {
  border-bottom: 10px solid #deefff;
  padding: .5em 1em;
  margin: .5em 0 0;
}
section h3 {
  border-bottom: 10px solid #fff;
  padding: .5em 0;
  margin: .5em 0 0;
}
.blog_contents {
  margin: 2em auto;
}
section .blog_contents {
  background-color: #deefff;
  padding: 2em;
}
.caution.red {
  font-size: 12px;
  font-size: 1.2rem;
  color: #CC0000;
  font-weight: bold;
  border: 1px solid #CC0000;
  padding: 1em;
  margin: 0 auto;
}
.caution {
  margin: 2em auto;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #000;
  padding: 1em;
}
.btn a {
  display: inline-block;
  background-color: #0c4fab;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  margin: .5em 0 0;
  width: 49%;
  text-align: center;
}
.blog_contents ol {
  margin: .5em 0 0 1.2em;
}
section address {
  display: block;
  margin: 1em 0;
  font-style: normal;
}
aside address {
  font-style: normal;
  font-weight: bold;
  margin: 1em 0;
}
.tel {
  margin: 0 0 1em;
}
.tel li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: .2em 0;
}
.tel span {
  background-color: #000;
  color: #fff;
  width: 6em;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
}
.download {
  display: flex;
  align-self: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download li {
  width: 49%;
}
.download li a {
  display: block;
  width: 100%;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
  margin: 0 2em 3em;
  text-align: center;
}
.footer_menu ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
  max-width: 980px;
}
.footer_menu li {
  align-self: center;
  width: 33%;
  margin: 0 0.5em;
}
.footer_menu a {
  display: block;
  background: #e50012;
  padding: 0.5em 1em;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer_menu p {
  font-size: 12px;
  font-size: 1.2rem;
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #004299;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}

/*-----------------
copyright
-----------------*/
footer {
  background: #ededed;
  text-align: center;
  padding: 1em 2em;
}
footer p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .footer_menu li {
    width: 50%;
  }
}

@media screen and (max-width: 780px) {
  .title h1 {
    font-size: 5vw;
  }
  article h2 p {
    font-size: 5vw;
  }
  .blog_contents {
    text-align: left;
    font-size: 14px;font-size: 1.4rem;
  }
  .blog_contents p br {display: none;}
  .footer_menu ul {
    display: block;
  }
  .footer_menu li {
    width: 100%;
    margin: 0 0 0.5em;
  }
  footer {text-align: left;}
  .footer_menu a {
    font-size: 4vw;
  }
  .footer_menu p {
    text-align: left;
  }
  #pagetop {
    position: static;
    margin: 0 auto;
  }
}