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

/*----------------------------------------------------
business
----------------------------------------------------*/

#business .img{text-align: center;margin-top: 80px;}
#business .txt{/* font-family: 'Noto Sans Japanese', sans-serif; */font-family: 'Hannari', serif;font-size: 16px;line-height: 1.6;letter-spacing:1px;margin-bottom: 40px;}
#business .txt .heading{text-align: center;display: block;font-weight: bold;}

#business h1 {text-align: center;margin-top:15px;margin-bottom: 50px;}
#business h1 span{
  text-align: center;
  font-size: 26px;
  font-family: 'Hannari', serif;
  letter-spacing: 3px;
  padding:20px;
  display: inline-block;
  border-bottom: 1px solid #faed85;
}
.btn{text-align: center;margin-bottom:60px;font-size:0;}
.btn a{
  width: 350px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  padding:20px 35px;
  background: #efefef;
  color: #000;
  border-bottom: solid 3px #dddddd;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
}

.btn a span{
  position: relative;

}

.btn a:hover {/*ボタンを押したとき*/
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  border-bottom: solid 3px #fff;
	opacity: 1;
}

.btn a span:before{
  display: block;
  content: "";
  background: url('../../cmn/cmn_img/arrow.png') no-repeat;
  width: 6px;
  height: 10px;
  margin-top:-5px;
  background-size: contain;
  position: absolute;
  top:57%;
  right:-20px;
}

#business #shumatsu{
  /*! width: 1080px; */
  background-color: #fff0b5;
  padding: 5px;
  border:1px solid #f39800;
  border-radius:5px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

#business .shumatsu{
  border:1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius:5px;
}

#business .shumatsu h2{
  color: #444;
  font-family: 'Hannari', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

#business .shumatsu p{
  font-size: 14px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#business .shumatsu small{
  font-size: 11px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  letter-spacing: 2px;
  line-height: 1.4;
  padding-top: 10px;
  display: block;
}
#business .shumatsu li{
  width: initial;
  height: initial;
  border:none;
  padding: 0;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  font-weight: 600;

}
#business .shumatsu li h3{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
#business .shumatsu li a{
  pointer-events: none;
}
#business .shumatsu li span{
  display: inline-block;
  padding: 4px 15px 10px 0;
  color: #444;
  font-size: 18px;
}


#business .shumatsu ul:after {
    content:" ";
    display:block;
    clear:both;
}

.tab_content{width: 1080px;margin: 0 auto;display:block; overflow:hidden;}
.tab_content ul{clear: both;}
.tab_content ul:after{content:"";display:block;clear:both;}
.tab_content li{float: left;width: 270px;box-sizing:border-box;padding:20px;}
.tab_content li:nth-of-type(1),
.tab_content li:nth-of-type(2),
.tab_content li:nth-of-type(3){
  border-right: 1px dotted #ddd;
}
.tab_content li:nth-of-type(5),
.tab_content li:nth-of-type(6),
.tab_content li:nth-of-type(7),
.tab_content li:nth-of-type(9),
.tab_content li:nth-of-type(10),
.tab_content li:nth-of-type(11),
.tab_content li:nth-of-type(13),
.tab_content li:nth-of-type(14),
.tab_content li:nth-of-type(15){
  border-right: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
}
.tab_content li:nth-of-type(8),
.tab_content li:nth-of-type(12),
.tab_content li:nth-of-type(16){
  border-top: 1px dotted #ddd;
}
.tab_content li > p:nth-of-type(1){text-align: center;}
.tab_content li h2{
  text-align: center;
  font-family: 'Hannari', serif;
  font-size:23px;
  letter-spacing:1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 15px;
}

.tab_content li h2 + p{font-size: 13px;letter-spacing: 2px;/* font-family: 'Noto Sans Japanese', sans-serif; */font-family: 'Hannari', serif;line-height:1.5;}
.tab_content li .wtxt{
  margin-bottom: 15px;
}
.tab_content .work .workbtn p a{
  width: 100%;
  text-align: center;
  display:block;
  background: #efefef;
  font-size: 14px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  position:relative;
  clear: both;
}
.tab_content .work .workbtn .nolink a{
  background: #888;
  pointer-events: none;
  position: relative;
  color: #fff;
}
.tab_content .work .workbtn .nolink a:before{
  content: none;
}
.tab_content .work .workbtn p a:before{
  display: block;
  content: "";
  background: url('../../cmn/cmn_img/arrow.png') no-repeat;
  width: 6px;
  height: 10px;
  margin-top:-5px;
  background-size: contain;
  position: absolute;
  top:50%;
  right:25px;
}

.tab_content .work .workbtn p a[href="http://www.ojunkai.com/medical/yoshida/yoshida-top.html"]:hover{
  background-color:#ff3366;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/medical/miyanosaka/miyanosaka-top.html"]:hover{
  background-color:#3366ff;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/care/gotenyama-calm/index.html"]:hover{
  background-color:#66ff33;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/care/ookanmuri-calm/index.html"]:hover{
  background-color:#c70032;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/care/ojunkai/houkatsu.html"]:hover{
  background-color:#d2691e;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/welfare/seisuien/work.html"]:hover{
  background-color:#1e87d2;
  opacity: 1;
}
.tab_content .work .workbtn p a[href="http://www.ojunkai.com/welfare/calma/group.html"]:hover{
  background-color:#667b8a;
  opacity: 1;
}
#inspection {
  margin-top: 50px;
}

#inspection h2{
  text-align: center;
  font-family: 'Hannari', serif;
  font-size:23px;
  letter-spacing:1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
}
#inspection h3{
  text-align: left;
  font-family: 'Hannari', serif;
  font-size:18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  letter-spacing:1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top:40px;
}
#inspection h3:nth-of-type(1){
  margin-top:0;
}
#inspection h4{
  text-align: left;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  font-size:16px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing:1px;
  margin-top:20px;
}

#inspection .text{
  font-size: 13px;
  letter-spacing: 2px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  line-height: 1.6;
}
