﻿body{
    background-image:url(./Dup/img/bg1.png);
}

#header .tel_bt{display: none;}
#header-nav span.txt_color_nomal{font-size: 16px;font-weight: bold;}
#header-nav span.txt_color_nomal i{opacity:0.7;}

#top_contents1 {
    background-image:url(./Dup/img/bg1.jpg);
    background-size: cover;
}
#top_contents1 .point1{
position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    max-width: 600px;
    min-width: 300px;
}
#top_contents1 .catch_txt p{
    font-size: 16px;
    max-width: 900px;
}
#top_contents2 {
    background-image:url(./Dup/img/bg2.png);
    padding: 50px 0;
}
#top_contents2 .con_box .text_box{background-image: url(./Dup/img/bg1.png);}

#top_contents2 .pointnum small{
    text-transform: uppercase;
    color: #ff8430;
    font-size: 120%;
    line-height: 1.7;
    font-weight: bold;
    font-style: italic;
}
#top_contents2 .pointnum b {
    color: #ffffff;
    text-shadow: 1px 1px 0 #202f55, -1px 1px 0 #202f55, 1px -1px 0 #202f55, -1px -1px 0 #202f55;
    text-shadow: 1px 1px 1px #202f55, -1px 1px 1px #202f55, 1px -1px 1px #202f55, -1px -1px 1px #202f55;
    font-size: 400%;
    line-height: 1;
    padding-left: 10px;
}
#top_contact_box{display:none;}

#footer::before {background: rgba(66,78,91,0.6);}
.footer_box{
    background-image:url(./Dup/img/bg_f.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 400px auto;
}

.cate_list li {
    max-width: 260px;
    width: 100%;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title::before {display: none;}
#page_title .title_box {
    background-image: url(./Dup/img/bg1.png);
    background-position: center;
}
#page_title .title_box p{color: #ff8430;font-weight: bold;}

#page10 .sitemap_wrap  .btn .txt{font-weight: normal;}
#page10 .btn a .a_before {width: 1px;}
#page10 .btn a span.txt .txt_before {width: 1px;}
#page10 .btn a span.txt .txt_after {height: 1px;}

/* よくある質問 */
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
.balloon6 .faceicon_q {
  float: left;
  margin-right: -50px;
  width: 40px;
}
.balloon6 .faceicon_q img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .faceicon_a {
  float: right;
  margin-left: -50px;
  width: 40px;
}
.balloon6 .faceicon_a img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 30px 50px;
  padding: 10px;
  max-width: 70%;
  border-radius: 12px;
  background: #ffbe92;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #ffbe92;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}
.mycomment {
  display: inline-block;
  position: relative; 
  margin: 0 50px 0 0;
  padding: 10px;
  max-width: 70%;
  border-radius: 12px;
  background: #a9b8df;
}
.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #a9b8df;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.mycomment p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width:769px){
#top_contents1 .catch_txt h2{font-size: 28px;}
#fix_menu {background-color: transparent;}
}

@media screen and (max-width: 768px){
.tb_logo{width: 90%!important;}
#fix_menu,.overlay.open{background-image: url(./Dup/img/bg1.png);}
.cate_list li {max-width: 220px;}
}

@media screen and (max-width: 667px){
#top_contents2 .pointnum b {font-size: 200%;}
.footer_box {background-size: 200px auto;}
.cate_list li {max-width: 100%;}
.says {max-width: 80%;}
.mycomment {max-width: 80%;}
}

@media all and (-ms-high-contrast:none){
#page8 .mail_contact_tel{padding: 23px 20px 17px;}
.says {padding: 13px 10px 7px;}
.mycomment {padding: 13px 10px 7px;}
}

#cms_4-b .cate_title{padding:5px 5px;}  
.cms_4-b .modal_bt,#cms_4-b .modal_bt{cursor: pointer}
.cms_4-b .modal_bg,#cms_4-b .modal_bg{top: 0;left: 0;background-color: rgba(0,0,0,0.5);z-index: 9998;}
.cms_4-b .modal_box,#cms_4-b .modal_box{max-height: 80%;overflow-y: auto;z-index: 9999;}
.cms_4-b .close_bt,#cms_4-b .close_bt{cursor: pointer}
@media all and (-ms-high-contrast:none){#cms_4-b .cate_title{padding:13px 5px 6px!important;}}