@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:14px;font-size:1.4rem;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,ol,li{list-style:none;}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 300ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*-----------------
header
-----------------*/
#header_summary {
  padding: 9px 2em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0066CC;
}
#header_summary p {
  max-width: 980px;
  margin: 0 auto;
}
#header_summary img {
  display: block;
}
h1 {
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  margin: 0 0 18px;
}
.title_bg {
  padding: 5em 2em;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative;
}
.title_bg:after {
  content: "";
  background-color:rgba(0,0,0,.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.title {
  position: relative;
  z-index: 99;
  max-width: 980px;
  margin: 0 auto;
}
.title ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 567px;
  background-color: #fff;
  padding: 1em 1.5em;
}
.title li {
  width: 15%;
  margin: 1% 0;
}
.title p {
  text-align: center;
  margin: 60px auto 0;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

/*-----------------
top_comment
-----------------*/
.top_commentWrap {
  background-color: #DEEFFF;
  max-width: 980px;
  padding: 3em 2em;
  margin: 60px auto 0;
}
.top_comment {
  max-width: 800px;
  margin: 0 auto;
}
h2 {
  position: relative;
  text-align: right;
  margin-bottom: 25px;
}
h2:before {
  content: "";
  border-top: 1px solid #000;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
h2 span {
  background-color: #DEEFFF;
  padding: 0 0 0 1em;
  position: relative;
  z-index: 99;
}
.top_comment div {
  font-size: 18px;
  font-size: 1.8rem;
}

/*-----------------
blog
-----------------*/
article {
  max-width: calc(980px + 4em);
  padding: 80px 2em 30px;
  margin: 0 auto;
}
.caution {
  margin: .3em 0 0;
}
.caution span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
.titleWrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
  justify-content: flex-end;
}
.article_list li {
  width: 15%;
  max-width: 70px;
  margin-left: 2%;
}
h3 {
  width: 50%;
}
dt {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
dd {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
.article1 dt {
  color: #548235;
}
.article2 dt {
  color: #0070C0;
}
.article3 dt {
  color: #C00000;
}
.bg {
  background-color: #DEEFFF;
}
.contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex1 p {
  width: 47%;
  margin-bottom: 60px;
}
.flex1 dl {
  width: 47%;
}
.flex2 p {
  width: 29%;
  margin-bottom: 60px;
}
.flex2 p span {
  display: block;
  background-color: #fff;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 1em 1em;
}
.flex2 dl {
  width: 65%;
}
.flex3 p {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1em;
}
.flex3 p span {
  padding: 1em 0 0;
}
.flex3 p {
  width: 47%;
  margin-bottom: 60px;
}
.flex4 dl {
  width: 47%;
}
.flex5 dl {
  width: 47%;
}
.contents.flex5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: -120px;
}
.article01_02 {
  width: 47%;
  margin-bottom: 60px;
}
.article01_02 ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article01_02 ul li {
  width: 49%;
}
.article01_02 ul span {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: .3em;
  display: block;
}
.flex1 .article01_02 p {
  width: auto;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
.article03_02 {
  width: 47%;
  margin-bottom: 60px;
  position: relative;
  height: 380px;
}
.article03_02 p {
  width: 47%;
  text-align: center;
  position: absolute;
  margin: auto;
}
.article03_02 p span {
  margin: .3em;
  display: block;
}
.article03_02 p.position1 {
  top: 0;
  left: 0;
}
.article03_02 p.position2 {
  right: 0;
  top: 0;
  bottom: 0;
  height: 175px;
}
.article03_02 p.position3 {
  bottom: 0;
  left: 0;
}
.dealer_box {
    max-width: inherit;
    padding: 0;
}
.dealer_boxWrap {
  padding: 0 2em;
}
.dealer_box h4 {
  background-color: #0070C0;
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}
.dealer_box h4 span {
  padding: .5em 2em;
  display: block;
}
.dealer_box .dealer_flex {
  max-width: 980px;
  margin: 60px auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}.dealer_box .dealer_flex:last-child {
  border-bottom: 0;
}
.dealer_box .dealer_flex>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dealer_box dl {
    width: 64%;
}
.dealer_box dd {
  margin-bottom: 1em;
}
.dealer_box .dealer_flex>div p {
  width: 31%;
  text-align: right;
}
.dealer_box .btn {
  background-color: #ddd;
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 250px;
  text-align: center;
  display: block;
  color: #000;
  padding: 1.3em;
}
.dealer_list {
  display: flex;
  align-items: center;
  margin: 1em 0 0;
}
.dealer_list li {
  width: 50px;
  margin-right: 5px;
}
.dealer_list li:last-child {
  margin-right: 0;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
  margin: 0 2em 3em;
  text-align: center;
}
.footer_menu a {
  margin: 0 auto;
  max-width: 450px;
  display: block;
  padding: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #000;
  color: #000;
}

/* 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-color: #ededed;
  text-align: center;
  padding: 1em 2em;
}
footer p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .contents.flex5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: -4vw;
  }
  .article03_02 {
    height: 36vw;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    text-align: center;
  }
  .title ul {
    margin: 0 auto;
  }
  .top_commentWrap {
    margin: 0 auto 0;
  }
  h3 {
    width: 100%;
  }
  .titleWrap {
    margin-bottom: 2em;
    text-align: center;
  }
  .article_list {
    width: 100%;
    margin: 1em 0 0;
    justify-content: center;
  }
  .article_list li {
    width: 15%;
    margin: 0 .5%;
  }
  .article_list li:last-child {
    margin-right: 0;
  }
  .contents.flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .flex1 p {
    width: 100%;
    margin-bottom: 2em;
  }
  .flex1 dl {
    width: 100%;
  }
  .flex2 p {
    width: 100%;
    margin-bottom: 2em;
  }
  .flex2 p img {
    width: 100%;
  }
  .flex2 dl {
    width: 100%;
  }
  .flex3 p {
    width: 100%;
    margin-bottom: 2em;
  }
  .flex3 p:last-child {
    margin-bottom: 1em;
  }
  .flex4 dl {
    width: 100%;
  }
  .flex5 dl {
    width: 100%;
  }
  .article01_02 {
    width: 100%;
    margin-bottom: 2em;
  }
  .contents.flex3 {
    flex-direction: column-reverse;
  }
  .contents.flex5 {
    margin-top: 0;
  }
  .contents.flex4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article03_02 {
    height: auto;
    width: 100%;
  }
  .article03_02 p {
    margin-bottom: 1em;
    width: 100%;
    position: static;
  }
  .article03_02 p.position2 {
    height: auto;
  }
  .contents.flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article01_02 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .article01_02 ul li br {
    display: none;
  }
  .article01_02 ul li:last-child {
    margin-bottom: 0;
  }
  .article03_02 p img {
    width: 100%;
  }
  dt {
    font-size: 20px;
    font-size: 2.0rem;
  }
  dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .dealer_box dl {
    width: 100%;
  }
  .dealer_box .dealer_flex>div p {
    width: 100%;
    text-align: center;
  }
  .dealer_box .dealer_flex>div p img {
    width: 100%;
  }
  .dealer_box .btn {
    max-width: 100%;
    margin: 1em 0 0;
  }
  .dealer_box .dealer_flex {
    margin: 2em auto;
    padding-bottom: 2em;
  }
  footer {
    text-align: left;
  }
  #pagetop {
    position: static;
    margin: 0 auto;
  }
}