@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

a{
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background: #fff url("../images/body_back.png") repeat-x;   /* #333はfooterの色 */
}

body, span.under_clear{
  color: #333;
}

.pc_tablet_show, .pc_show, .tablet_sp_show, .tablet_show, .sp_show{
  display: none;
}

/* PCタブレット */
@media screen and (min-width:640px){
  .pc_tablet_show{display: block;} /* インライン要素をブロックにしてしまう弊害あり */

  .pc_tablet_hide{display: none;}
}

/* PC */
@media screen and (min-width:960px){
  .pc_show{display: block;}

  .pc_hide{display: none;}
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .tablet_sp_show{display: block;}

  .tablet_sp_hide{display: none;}
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  .tablet_show{display: block;}

  .tablet_hide{display: none;}
}

/* スマートフォン */
@media screen and (max-width:639px){
  .sp_show{display: block;}

  .sp_hide{display: none;}
}

.big{
  font-size: 1.3em;
}

.sankou{
  font-size: 0.9em;
  color: green;
  padding: 0 5px;
  font-weight: bold;
}

.hosoku{
  color: #ff6600;
}

.center{
  text-align: center;
}

sup.hosoku{
  font-size: 0.9em;
}

/* PC */
@media screen and (min-width:960px){
  .small{
    font-size: 0.9em;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .small{
    font-size: 0.95em;
  }
}

span.aa{
  font-family: "ＭＳ Ｐゴシック",sans-serif;
}

span.red, strike, s, del{
  color: #f00;
}

.attention{
  color: #c03;
}

span.under_red{
  text-decoration: underline;
  color: #f00;
}

span.blue{
  color: #06c;
}

p.paragraph, .m1{
  margin-bottom: 30px;
}

p.paragraph2, .m2{
  margin-bottom: 60px;
}

p.paragraph3, .m3{
  margin-bottom: 90px;
}

p.paragraph4, .m4{
  margin-bottom: 150px;
}

p.paragraph5, .m5{
  margin-bottom: 15px;
}

.m6{
  margin-bottom: 20px;
}

.m10{
  margin-bottom: 10px;
}

.m20{
  margin-bottom: 20px;
}

.m30{
  margin-bottom: 30px;
}

.m40{
  margin-bottom: 40px;
}

.m50{
  margin-bottom: 50px;
}

.m60{
  margin-bottom: 60px;
}

.m70{
  margin-bottom: 70px;
}

.m80{
  margin-bottom: 80px;
}

.m90{
  margin-bottom: 90px;
}

.m100{
  margin-bottom: 100px;
}

.m110{
  margin-bottom: 110px;
}

.m120{
  margin-bottom: 120px;
}

.m130{
  margin-bottom: 130px;
}

.m140{
  margin-bottom: 140px;
}

.m150{
  margin-bottom: 150px;
}

p.right, p.right2, p.right3{
  text-align: right;
  margin-right: 20px;
}

p.right{
  margin-bottom: 30px;
}

p.right2{
  margin-bottom: 60px;
}

p.right3{
  margin-bottom: 0;
}

a{
  color: #66c;
}

/* PC */
@media screen and (min-width:960px){
  a:hover{color: #999;}
}

span.attention, a.attention, a.attention_bold{
  color: #f60;
}

/* PC */
@media screen and (min-width:960px){
a.attention:hover, a.attention_bold:hover{
    color: #f90;
  }
}

a.attention_bold{
  font-weight: bold;
}

img{
  max-width: 100%;
  height: auto;
  border: none;
  box-sizing: border-box; }

img.img_border{
  border: 2px solid #ccc;
}

div.clear{
  clear: both;
  visibility: hidden;
  /*height: 5px;*/
}

br.clear{
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
/*--- IE ---*/
.clearfix {
  display: inline-block;
  min-height: 1%;  /* for IE7 */
}
/*MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*  */

strong.emp, b, .hosoku, .bold,
p.free_menu a, p.other_work_header, ul.other_work_menu li a{
  font-weight: bold;
  letter-spacing: 0.02em;
}

.h_type1{                       margin-bottom: 35px;
  padding: 0 10px;
  font-size: 1.2em;
  color: #69f;
  border-bottom: 2px solid #69f;
}

.h_type2{
  margin-bottom: 30px;
  padding-left: 10px;
  color: #69f;
  border-bottom: 2px dotted #36c;
}

.h_type3{
  margin-bottom: 30px;
  border-bottom: 1px solid #69f;
}

.h_type4, .h_type5{
  min-height: 26px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-postion: 0 3px;
  border-bottom: 1px solid #69f;
}

.h_type4{
  background-image: url("../images/h_arrow.png");
}

.h_type5{
  background-image: url("../images/h_question.png");
}

.h_type6{
  box-sizing: border-box;
  min-height: 50px;
  margin-bottom: 30px;
  background-image: url("../images/h_square.png");
  background-repeat: no-repeat;
  background-postion: 0 0;
  background-size: auto 70%;
}

/* PC */
@media screen and (min-width:960px){
  .h_type1{
    font-size: 1.4em;
  }

  .h_type2, .h_type3, .h_type4, .h_type5, .h_type6{
    font-size: 1.3em;
  }

 .h_type4, .h_type5, .h_type6{
    padding-left: 40px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .h_type2, .h_type3, .h_type4, .h_type5, .h_type6{
    font-size: 1.2em;
   }

  .h_type4, .h_type5, .h_type6{
    padding-left: 30px;
  }
}

span.header_highlight{
  color: #f60;
}

span.header_highlight2{
  color: #090;
}

span.header_num, span.header_num2{
  padding-right: 5px;
  vertical-align: bottom;
  font-size: 1.3em;
}

span.header_num{
  color: #f60;
}

span.header_num2{
  color: #69f;
}

div#top{
  padding-top: 5px;
}

div#contact{
  padding-bottom: 10px;
  background-image: url("../images/contact.png");
  background-repeat: no-repeat;
}

p.tel_no1_container{
  float: left;
}

p.tel_no2_container{
  float: right;
}

/* PCタブレット */
@media screen and (min-width:640px){
  p#logo{
    float: left;
    padding-bottom: 10px;
  }

  div#contact{
    float: right;
  }
}

/* PC */
@media screen and (min-width:960px){
  div#top{
    width: 960px;
    margin: 0 auto;
  }

  p#logo{width: 400px;}

  div#contact{
    width: 348px;
    padding-top: 16px;
  }

  p.tel_no1_container, p.tel_no2_container{
    width: 168px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  div#contact{
    width: 280px;
    background-size: 280px auto;
  }

  p.tel_no1_container, p.tel_no2_container{
    width: 132px;
    padding-top: 14px;
  }
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  p#logo{width: 280px;}

  p#contact{padding-right: 10px;}
}

/* スマートフォン */
@media screen and (max-width:639px){
  p#logo{
    width: 230px;
    padding-bottom: 15px;
  }
}

nav ul{
  list-style: none;
}

.navi a{
    display: block;
}

/* PCタブレット */
@media screen and (min-width:640px){

  p.navi_button{
   display: none;
  }

  nav{
    padding-top: 15px;
    background-repeat: repeat-x;
    height: 65px;
    background-image: url("../images/navi/navi_container_back.png");
  }

  p.navi_back_button{
    display: none;
  }

  nav a{
    text-decoration: none;
  }

  .navi{
    background-image: url("../images/navi/navi_before.png"), url("../images/navi/navi_after.png"), url("../images/navi/navi_back.png");
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left 0, right 0, 0 0;
    font-size: 0.9em;
  }

  .navi > li{
    float: left;
    height: 30px;
    padding-top: 15px;
    text-align: center;
  }

.navi > li:not(:nth-of-type(2)){
    background: url("../images/navi/li_before.png") no-repeat left 0;
  }

  .navi > li >a{
    color: #666;
    text-shadow: 0px 0px 1px #fff,
               0px 0px 1px #fff,
               0px 0px 1px #fff,
               0px 0px 1px #fff;
  }

  li.navi_home{
    display: none;
  }
}


/* PC */
@media screen and (min-width:960px){
  .navi{
    width: 960px;
    margin: 0 auto;
  }

  .navi li{
    position: relative;
  }

  .navi > li{
    width: 154px;
  }

  .navi > li:hover > a{
    border-bottom: 1px solid #f90;
  }

  .sub_navi{
    position: absolute;
    width: 180px;
    box-sizing: border-box;
    text-align: left;
    background-color: #666;
  }

  .sub_navi li{
    display: none;
    position: relative;
    background: url("../images/navi/icon_square.png") no-repeat left 8px;
  }

  .sub_navi li:hover{
    background-color: #333;
  }

  .sub_navi li:not(:last-of-type){
    border-bottom: 1px dotted #ccc;
  }

  .sub_navi a{
    padding: 8px 0 4px 20px;
    color: #fff;
  }

  .navi > li > ul{
    top: 35px;
    left: 0;
    z-index: 1;
    transition: .3s all;
    font-size: 0.9em;
     /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
  }

  .navi > li:hover > ul{
    top: 45px;  /* アニメーション */
  }

  .navi > li:hover > ul > li{
    display: block;
  }

  .sub_navi li .sub_navi{
    top: 0;
    left: 168px;
    z-index: 2;
    transition: .2s all;
     /*border: 1px solid #ccc;*/
  }

  .sub_navi li:hover .sub_navi{
    left: 178px; /* アニメーション */
  }

  .sub_navi li:hover .sub_navi li{
    display: block;
  }

  .sub_navi .sub_navi li:first-of-type a::after{
    content: '';
    position: absolute; /* aを包んでるliの左上（padding:0 2px;の内側）が基準 */
    top: 10px;
    left:-6px;  /* borderの6px */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ccc;
  }
}


/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .sub_navi{
    display: none;
   }
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  .navi{
    margin: 0 5px;
  }

  .navi > li{
    width: 16%;
  }

  .sub_navi{
    visibility: hidden; /* これがないと一度JSでsub_naviがdisplay:blockになったとき、PCからタブレットにサイズ変換すると一瞬サブナビが表示されてしまう */
  }
}


/* スマートフォン */
@media screen and (max-width:639px){
  p.navi_button{
    z-index: 2;  /* navの上に表示するため */
    display: block;
    position: fixed;
    top: 5px;
    right: 10px;
    cursor: pointer;
  }

  nav{
    display: none;
    z-index: 1;  /* 「先頭へ」の上に表示するため */
    width: 250px;
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 3px;
    left: 3px;
    padding-top: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 0.7em;
  }

  p.navi_back_button{
    position: fixed;
    z-index: 2;      top: 4px;
    left: 10px;
    display:none;     width: 200px;
    background-color: #fff;
  }

    nav ul{
    width: 230px;
    padding: 0 15px 0 5px;
  }

  nav li{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
  }

  nav li a{
    padding: 5px 5px 5px 25px;
    text-align: left;
    color: #666;
    background-repeat: no-repeat;
    background-position: left 4px;
  }

  ul.navi{
    position: relative;
    margin: 0;
  }

  .parent_navi_elem{
    background: url("../images/navi/next.png") no-repeat right center;
  }

  ul.sub_navi{
    position: absolute;
    top: 0px;
    left: 250px;
    padding-top: 10px;    }

  .navi_home > a{
    background-image: url("../images/navi/icon_home.png");
  }

  .navi_profile > a{
    background-image: url("../images/navi/icon_profile.png");
  }

  .navi_guts > a{
    background-image: url("../images/navi/icon_guts.png");
  }

  .navi_reason > a{
    background-image: url("../images/navi/icon_reason.png");
  }

  .navi_confidence > a, .navi_ranking a{
    background-image: url("../images/navi/icon_crown.png");
  }

  .navi_free > a, .navi_reason_to_be > a{
    background-image: url("../images/navi/icon_human.png");
  }

  .navi_office > a, .navi_major a{
    background-image: url("../images/navi/icon_building.png");
  }

  .navi_contact > a{
    background-image: url("../images/navi/icon_contact.png");
  }

  .navi_kanrihi > a{
    background-image: url("../images/navi/icon_kanrihi.png");
  }

  .navi_change > a{
    background-image: url("../images/navi/icon_change.png");
  }

  .navi_repair > a{
    background-image: url("../images/navi/icon_repair.png");
  }

  .navi_consulting > a{
    background-image: url("../images/navi/icon_consulting.png");
  }

  .navi_price > a{
    background-image: url("../images/navi/icon_price.png");
  }

  .navi_check > a{
    background-image: url("../images/navi/icon_check.png");
  }

  .navi_flow > a{
    background-image: url("../images/navi/icon_flow.png");
  }

  .navi_compare > a{
    background-image: url("../images/navi/icon_compare.png");
  }

  .navi_hp > a{
    background-image: url("../images/navi/icon_hp.png");
  }

  .navi_which > a{
    background-image: url("../images/navi/icon_which.png");
  }

  .navi_big_small > a{
    background-image: url("../images/navi/icon_bigsmall.png");
  }

  .navi_failure > a{
    background-image: url("../images/navi/icon_failure.png");
  }

  .navi_scene > a{
    background-image: url("../images/navi/icon_scene.png");
  }

  .navi_small > a{
    background-image: url("../images/navi/icon_small.png");
  }

  .navi_after > a{
    background-image: url("../images/navi/icon_compare.png");
  }

  .navi_mail > a{
    background-image: url("../images/navi/icon_mail.png");
  }
}


div#contents{
  background-color: #fff;
}

div#container{
  margin: 0 auto;
  padding-top: 30px;
}

/* PCタブレット */
@media screen and (min-width:640px){
  div#container{
    padding-right: 10px;
    background: #fff url("../images/container_back.png") repeat-y right;
  }
}

/* PC */
@media screen and (min-width:960px){
  div#container{
    width: 940px;
  }
}

/* PCタブレット */
@media screen and (min-width:640px){
  div#main{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-right: -300px;
  }

  .h_type1, #main_contents, .breadcrumb{
    margin-right: 300px;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  div#main{
    margin: 0 auto;
  }
}

div#main_contents{
  margin-bottom: 4px;
  line-height: 2.3em;
  border-bottom: 1px solid #69f;
}

/* PC */
@media screen and (min-width:960px){
  div#main_contents{
    padding: 0 5px;
    font-size: 0.95em;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  div#main_contents{
    padding-left: 10px;
    padding-right: 20px;
    font-size: 13px;    }
}

div.main_contents2, div.section{
  padding: 0 5px;
}

p.breadcrumb{
  font-size: 12px;
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .breadcrumb{padding-left: 10px;}
}

/* スマートフォン */
@media screen and (max-width:639px){
  .breadcrumb{border-bottom: 1px solid #69f;}
}


div.contact_banner{
  width: 162px;
  height: 80px;
  margin-bottom: 30px;
  padding-left: 438px;
  padding-top: 20px;
  background: url("../images/contact_banner_back.png") no-repeat;
}

div.div_type1, div.div_type2, div.div_type3, div.div_type4, div.sup_block{     padding: 10px;
  border: 1px solid #ccc;
}

/* PC */
@media screen and (min-width:960px){
  div.div_type1, div.div_type2, div.div_type3, div.div_type4, div.sup_block{
    font-size: 0.95em;
  }
}


div.div_type1{
  margin-bottom: 40px;
}

div.div_type2{
  margin-bottom: 70px;
}

div.div_type3{
  margin-bottom: 120px;
}

div.div_type4{
  margin-bottom: 10px;
}

/* PC */
@media screen and (min-width:960px){
  div.sup_block{
    margin-left: 80px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  div.sup_block{
    margin-left: 20px;
  }
}

ul.list1{
  margin-bottom: 100px;
}

ul.list1{
  list-style-type: none;
}

ul.list2, ul.list3{               /* 普通のリスト */
  padding: 0 10px 0 0;
  margin-left: 10px;
  list-style-type: disc;   /* ul.list1と入れ子になったときのため */
}

ul.list2{
  margin-bottom: 40px;
}

ol.list2{
  margin: 0 0 30px 10px;
  padding-left: 10px;
}


/*サイドメニュー-----------------------------------------------------*/

#menu{
  width: 280px;
}

/* PCタブレット */
@media screen and (min-width:640px){
  #menu{
    float: right;
    margin-bottom: 40px;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  #menu{
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    background: url("../images/menu_back_s.png") repeat-y;
  }
}

div.idaken_menu{
  width: 280px;
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 0 0 110px;
  font-size: 0.75em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("../images/idaken_menu.png") no-repeat 5px 4px;
}

ul.work_menu{
  list-style: none;
  margin-bottom: 40px;
  padding: 10px 18px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-radius: 0 0 6px 6px;
}

p.work_menu_header{
  padding: 5px 0 5px 20px;
  font-size: 0.85em;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

.all_menu_header{
  background-color: #000;
}

.kanrihi_menu_header, .repair_menu_header, .consulting_menu_header{
  background-color: #060;
}

.change_menu_header{
  background-color: #d85e00;
}

.all_menu{
  background-color: #e6e6e6;
}

.kanrihi_menu, .repair_menu, .consulting_menu{
  background-color: #e8ffe3;
}

.change_menu{
  background-color: #ffffe1;
}

.work_menu li{
  margin-bottom: 8px;
  background-image: url("../images/work_menu.png");
  background-repeat: no-repeat;
  font-size: 0.85em;
}

.work_menu li a{
  height: 33px;
  display: block;
  padding: 17px 0 0 20px;
  background-repeat: no-repeat;
  background-position: 6px 8px;
  color: #666;
  text-shadow: 0px 0px 1px #fff,
             0px 0px 1px #fff,
             0px 0px 1px #fff,
             0px 0px 1px #fff;
  text-decoration: none;
}

.work_menu_blue a{
  background-image: url("../images/work_menu_blue.png");
}

.work_menu_green a{
  background-image: url("../images/work_menu_green.png");
}

.work_menu_orange a{
  background-image: url("../images/work_menu_orange.png");
}

.work_menu_purple a{
  background-image: url("../images/work_menu_purple.png");
}

.work_menu_red a{
  background-image: url("../images/work_menu_red.png");
}


/* PC */
@media screen and (min-width:960px){
  .work_menu li:hover{
    background-image: url("../images/work_menu_hover.png");
  }
}


/*フッター-----------------------------------------------------------*/

p#to_top{
  position: fixed;
  bottom: 10px;
}

/* PC */
@media screen and (min-width:960px){
  p#to_top{
    right: 20px;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  p#to_top{
    right: 10px;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  p#to_top{
    width: 60px;
    height: 60px;
  }
}

footer{
  background: #333 url("../images/footer_back.png") repeat-x;
  font-size: 0.8em;
  color: #fff;
}

footer a{
  color: #fff;
}

div.footer_container{
  max-width: 960px;
  margin: 0 auto;
}

/* PC */
@media screen and (min-width:960px){
  div.footer_container{
    padding: 10px 0 20px 0;
  }
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  div.footer_container{
    padding: 10px 10px 20px 10px;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  .footer_container{
    padding: 10px 0 20px 0;
    text-align: center;
  }
}

p.footer_form{
  margin-bottom: 20px;
  line-height: 2.4em;
}

/* PC */
@media screen and (min-width:960px){
  .footer_form a:hover{color: #ffc;}
}

p.each_office{
  margin-bottom: 40px;
}

/* PCタブレット */
@media screen and (min-width:640px){
  p.each_office{
    width: 260px;
    float: left;
  }
}

span.footer_company{
  font-size: 1.3em;
}

span.footer_yokohama{
  text-shadow: 0px 0px 1px #f60,
             0px 0px 1px #f60,
             0px 0px 1px #f60,
             0px 0px 1px #f60;
}

span.footer_sinjuku{
  text-shadow: 0px 0px 1px #69f,
             0px 0px 1px #69f,
             0px 0px 1px #69f,
             0px 0px 1px #69f;
}

span.footer_station, .footer_time{
  font-size: 0.85em;
}

span.footer_phone{
  font-family: "Arial Bold","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 1.3em;
}

/* PC */
@media screen and (min-width:960px){
  div.each_footer_list_container, .each_footer_list_container2{
    width: 470px;
    float: left;
  }

  .each_footer_list_container{
    float: left;
  }

  .each_footer_list_container2{
    float: right;
  }
}

ul.footer_list{
  width : 230px;
  list-style : none;
  text-align: left;
}

/* PCタブレット */
@media screen and (min-width:640px){
  ul.footer_list{
    float: left;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  .footer_list{
    margin: 0 auto;
  }
}

ul.footer_list li{
  margin-bottom : 15px;
  padding-left : 20px;
  background : url("../images/footer_list_kazari.png") no-repeat 0px 1px;
}

