@charset "utf-8";
html{scroll-behavior: smooth;}
.pc{ display: block !important;}
.sp{ display: none !important;}
.secchikoji_fb{font-weight: bold;}
.secchikoji_tc{ text-align: center;}
.secchikoji_mt200{ margin-top:200px;}
.go-top{
  display: block;
  width: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.secchikoji_wrap{
  font-family: "FOT-ロダン","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
  max-width: 960px;
  margin: 100px auto 50px;
  font-size: 20px;
  color: #4d4d4d;
  padding: 10px;
}
.secchikoji_wrap p{
  margin: 0;
  padding: 0;
}
.secchikoji_wrap #top{ color: #fff;}
.secchikoji_wrap .pagelink{margin-top: 70px;}
.secchikoji_wrap h2{
  text-align: center;
  font-size: 45px;
  border-bottom:solid 2px #4d4d4d;
  width:70%;
  margin:30px auto;
}
.secchikoji_wrap h3{
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.secchikoji_wrap h4{
  text-align: center;
  font-size: 38px;
  font-weight: normal
}
.secchikoji_wrap .bikou{ font-size:0.8em;}
.secchikoji_wrap .photo_btn,
.secchikoji_wrap .caution_btn,
.secchikoji_wrap .category_btn{
  width: 65%;
  margin: 30px auto;
  text-align: center;
}
.secchikoji_wrap .photo_btn .dl_btn,
.secchikoji_wrap .caution_btn .dl_btn,
.secchikoji_wrap .category_btn{
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #ffa300;
  padding: 25px;
  border-radius: 60px;
  text-decoration: none;
  border: solid 5px #fff;
  box-shadow: #999 5px 5px 0px;
}
.secchikoji_wrap .for_honor{
  margin: 90px 0;
  background: #eee;
  padding: 50px 80px;
}
.secchikoji_wrap .guarantee{
  border:solid 3px #038fc9;
  border-radius: 20px;
  padding: 0;
}
.secchikoji_wrap .guarantee h3{
  color:#fff;
  background: #038fc9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0;
}
.secchikoji_wrap .guarantee p{ padding: 70px 50px;}
.secchikoji_wrap .disclaim{
  margin-top: 150px;
  border: solid 1px #4d4d4d;
  padding: 50px;
}
.fix_inquiry{
  display: block;
  position: fixed;
  bottom: 135px;
  right: 30px;
  z-index: 1;
  background:#038fc9;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
}
.top_fix{
  width: 100%;
  position: fixed;
  top: 0px;
  background: #fff;
}
.top_fix h1{ 
  max-width: 1070px;
  margin: auto;
}
.top_fix .shop_logo{
  display: block;
  width: 20%;
  padding: 0 1%;
}
.top_fix .top_menu{ background: #038fc9;}
.top_fix .top_menu ul{
  padding: 0 !important;
  max-width: 1070px;
  margin: auto;
  color: #fff;
}
.top_fix .top_menu ul li{
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
  width: 18%;
  margin: 5px;
  border-left: solid 1px #7bbeda;
}
.top_fix .top_menu ul li a{
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
}

/*-----------------------------------
-------------------------------------
　　　　　　タブレット
-------------------------------------
-----------------------------------*/
@media screen and (max-width: 960px){
  .pc{ display: block !important;}
  .sp{ display: none !important;}
  .go-top{
    width: 60px;
    bottom: 10px;
    right: 10px;
  }
  .fix_inquiry{
    bottom: 90px;
    right: 10px;
    padding: 5px;
    font-size: 0.8em;
  }
  .secchikoji_wrap{ max-width: 100%;}
  .secchikoji_wrap{ font-size: 2.2vw;}
  .top_menu{ width: 100%;}
  .secchikoji_wrap h2{ font-size: 5vw;}
  .secchikoji_wrap .photo_btn,
  .secchikoji_wrap .caution_btn,
  .secchikoji_wrap .category_btn{ width: 85%;}
}

/*-----------------------------------
-------------------------------------
　　　　　　　　　SP
-------------------------------------
-----------------------------------*/
@media screen and (max-width: 480px){
  .pc{ display: none !important;}
  .sp{ display: block !important;}
  .secchikoji_wrap{ font-size: 4vw;}
  .secchikoji_wrap .pagelink{margin-top: 100px;}
  .secchikoji_wrap h2{
    font-size: 7.5vw;
    width: 100%;
  }
  .secchikoji_mt200{ margin-top:120px;}
  .top_menu ul li{ width: 16% !important;}
  .top_menu ul li a{
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    font-size: 0.7em;
    text-align: center;
  }
  .secchikoji_wrap .photo_btn,
  .secchikoji_wrap .caution_btn{ width: 90%;}
  .secchikoji_wrap .category_btn{ width: 80%;}
  .secchikoji_wrap .photo_btn .dl_btn,
  .secchikoji_wrap .caution_btn .dl_btn,
  .secchikoji_wrap .category_btn{ font-size: 1.1em;}
  .secchikoji_wrap .for_honor{ padding: 20px;}
  .secchikoji_wrap h3{font-size: 22px;}
  .secchikoji_wrap .guarantee p{ padding: 20px;}
  .secchikoji_wrap .disclaim{
    padding: 20px;
  }
  .secchikoji_wrap h4{font-size: 22px;}
  .top_fix .shop_logo{width: 40%;}
}