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

/*-----------------
common
-----------------*/
*, *:before, *:after {
  margin:0;
  padding:0;
  box-sizing:border-box;
  border:0;
  outline:0
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #000;
  transition: all .8s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover img,
a:focus img {
  transform: scale(1.025);
  transition: all .8s 0s;
}
ul,ol,li {
  list-style: none;
}
#container {
  background-color: #f7de03;
}

/*-----------------
header
-----------------*/
header {
  text-align: center;
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 1em;
}
.btn_back_top {
  position: absolute;
  top: 0;
  right: 60px;
}
.sub {
  padding-top: 60px;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -100px;
}
.sub h1 {
  padding: 0 .5em;
}

/*-----------------
nav
-----------------*/
h2 {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 85px;
}
h2 img {
  margin: 0;
}
nav ul {
  max-width: 500px;
  margin: 0 auto;
}
nav li {
  margin-bottom: 3em;
}
nav li:last-child {
  margin-bottom: 0;
}
nav li img {
  margin: 0;
}

/*-----------------
article
-----------------*/
article {
  text-align: center;
  margin-top: 2em;
  padding: 0 2em 5em;
  position: relative;
  z-index: 3;
}
.main_box {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 4em 3em 3em;
}

/*-----------------
sub article
-----------------*/
h3 {
  margin-bottom: 2em;
}
.articleWrap {
  max-width: 980px;
  margin: 3em auto 0;
  text-align: left;
}
article dl {
  background-color: #005bac;
  color: #fff;
  border-radius: 15px;
  padding: 3em;
  margin: 0 0 2em;
}
article dl:last-child {
  margin: 0;
}
article dt {
  background-image: url(images/f_question.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 66px 66px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 90px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2em;
}
article dd {
  background-image: url(images/f_answer.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 66px 66px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 90px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  flex-wrap: wrap;
}
article dd p {
  width: 100%;
}
article dd div {
  border: 2px solid #fff;
  padding: 2em;
  width: 100%;
  margin-top: 2em;
}
article dd div address {
  font-size: 30px;
  font-size: 3.0rem;
  font-style: normal;
}
article dd div a {
  color: #fff;
}

/*-----------------
pagetop
-----------------*/
#pagetop {
  width: 60px;
  height: 60px;
  margin: -30px auto;
  position: relative;
  z-index: 99;
}
#pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
#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-color: #0086ea;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}

/*-----------------
footer
-----------------*/
footer {
  background-color: #5e534c;
  text-align: center;
  padding: 4em 2em;
  color: #fff;
}
footer div {
  font-size: 12px;
  font-size: 1.2rem;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
  max-width: 980px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 768px) {
  article {
    padding: 0 1em 5em;
}
.btn_back_top {
    position: absolute;
    top: 0;
    right: 1.5em;
}
.btn_back_top img {
    width: 21vw;
}
.main_box {
    padding: 2em;
}
h2 {
    padding-left: 2em;
}
h2 img {
    width: 30vw;
}
nav li img {
    height: 6vw;
    width: auto;
}
    .sub {
        padding-top: 7vw;
        margin-bottom: -11vw;
    }
    h3 {
    margin-bottom: 1em;
}
.articleWrap {
    margin: 2em auto 0;
  }
  article dl {
    padding: 2em;
  }
  article dt {
    background-size: 25px 25px;
    min-height: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 35px;
        margin-bottom: 1em;
}
article dd {
    background-size: 25px 25px;
    padding-left: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}
}