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

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;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;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #e2f9ff;
}
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;}

.shop_btn {
  margin: 5em 2em;
}
.shop_btn a {
  position: relative;
  background-color: #e50012;
  color: #fff;
  display: block;
  padding: .5em 2em;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.shop_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(1100px + 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: 1100px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

/* topic_path */
.topic_path {
  padding: 1em 2em;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
  font-size: 12px;
  font-size: 1.2rem;
}
.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 {
  padding:  6vw 2em 2vw;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
section {
  max-width: calc(1100px + 4em);
  margin: 3em auto 0;
  text-align: center;
  padding: 0 2em;
}
article h2,
section h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #0c4fab;
  color: #fff;
  padding: 14px;
}
.btn1 {
  padding: 2em;
  background-color: #36bcee;
}
.btn2 {
  padding: 2em;
}

/* shop_link */
.shop_link {
  text-align: center;
  padding: 2em 0;
  max-width: 1100px;
  margin: 0 auto;
}
.shop_link h3 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 1em auto 0;
  padding: 1em 28px;
  background-color: #fef100;
  color: #024da1;
  font-weight: bold;
}
.tabs {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab_item {
  width: 49%;
  background-color: #eee;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  color: #565656;
  display: block;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 1em;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  border-top: 3px solid #ddd;
  display: none;
  width: 100%;
  padding-top: 3em;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #024da1;
  color: #fff;
}
.shop_link h4 {
  font-size: 30px;
  font-size: 3.0rem;
  border-bottom: 3px solid #000;
  padding: 0 1em .5em 1em;
  text-align: left;
  margin-bottom: 1em;
}
.shop_link .shop_ul dl {
  margin: 1em 0;
  border: 6px solid #024da1;
  border-top: 0px;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #fff;
}
.shop_link .shop_ul dt {
  background-color: #024da1;
  color: #fff;
  padding: .5em;
  font-weight: bold;
}
.shop_link .shop_ul dd {
  padding: .5em;
}
.shop_ul .shopbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_ul .shopbtn p {
  width: 49%;
}
.shop_ul .shopbtn p a {
  display: block;
  border: 6px solid #024da1;
  border-radius: 20px;
  padding: 1em;
  background-color: #fff;
}
.shop_ul li {
  margin-bottom: 3em;
}
.telbtn {
  background-color: #81a7da;
  padding: .5em 1em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 1em;
  font-weight: bold;
}
.telbtnimg {
  margin-right: 1em;
}
.selectshop {
  background-color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 1em;
  margin-bottom: 2em;
}
.selectshop div {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.selectshop p {
  font-weight: bold;
}
.selectshop p,
.selectshop a {
  display: block;
  padding: .5em 2em;
  background-color: #fff;
  margin: 0 1%;
  border-radius: 10px;
  width: 23%;
}
.selectshop a:hover {
  background-color: #fef100;
}
.fuku_ul {
  font-size: 18px;
  font-size: 1.8rem;
}
.fuku_ul strong {
  font-size: 30px;
  font-size: 3.0rem;
}
.fuku_ul .telbtn {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 500px;
  margin: 1em auto 0;
}
.fuku_ul li {
  margin-bottom: 2em;
}
.website {
  background-color: #024da1;
  color: #fff;
  padding: .8em 1em;
  border-radius: 10px;
  display: block;
  max-width: 500px;
  margin: 1em auto 0;
}
.dealer_r .website {
  background-color: #de0039;
}
.dealer_r .telbtn {
  background-color: #d84475;
}

/*-----------------
footer
-----------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#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: #0c4fab;
}
#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 {
  margin: 30px 0;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

.h1 {
  margin: 14px 14px 0;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  color: #de050e;
}
.caution {
  margin: 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
}
section {
  background-color: #fff;
  padding: 4em 2em;
}
section p {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
section a {
  background: #e50012;
  padding: 1em;
  margin: 1em auto;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 4vw
  }
  .caution {
    text-align: left;
  }
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  section {
    padding: 0;
  }
  article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer {
    text-align: left;
  }
  .shop_link h3 {
    font-size: 5vw;
  }
  .tab_item {
    font-size: 3vw;
  }
  .shop_link h4 {
    font-size: 5vw;
  }
  .shop_link .shop_ul dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em;
  }
  .shop_link .shop_ul dl {
    border: 3px solid #024da1
  }
  .shop_ul .shopbtn {
    flex-wrap: wrap;
  }
  .shop_ul .shopbtn p {
    width: 100%;
    margin: .5em 0;
  }
  .shop_ul .shopbtn p a {
    border: 3px solid #024da1;
    border-radius: 10px;
  }
  .shop_ul .shopbtn p img {
    width: 50vw;
    height: auto;
  }
  .telbtn {
    font-size: 4vw;
  }
  .selectshop p,
  .selectshop a {
    width: 33%;
    font-size: 3vw;
    padding: .5em 0;
    margin: 0;
  }
  .fuku_ul strong {
    font-size: 4vw;
  }
  .fuku_ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fuku_ul .telbtn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}