/* ============== ヘッダーのお知らせバー ============== */

.topinfo{
	margin:12px auto;
	color: #a60000;
	font-weight: bold;
	font-size:28px;
	text-align: center;
	width:1116px;
	background: #fff9b3;
}
.topinfo a{
	color: #a60000;
	padding:8px;
	width:1116px;
	border:2px solid #a60000;
	display: block;
}
.topinfo a:link{color: #a60000;text-decoration: underline;}
.topinfo a:hover{color:#337ab7;text-decoration: underline;background: #f9ece9;}
.topinfo a:visited{color: #a60000;text-decoration: underline;}
.topinfo a:active{color: #a60000;text-decoration: underline;}

.topinfo2{
	margin:12px auto;
	width:1116px;
}
#mirai-radiko{
	margin:15px;
}
#mirai-radiko img{
    box-sizing:border-box;
	border-radius: 10px;
	margin:7px 0;
}
#mirai-radiko p{
	font-weight: bold;
}

/* ============== 名古屋メンバー ============== */

.nagoya-member{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.nagoya-member-waku{
	background: url(/images/nagoya-waku6.jpg) no-repeat;
	background-position: top;
	background-size: 100%;
	padding:80px 60px 0 80px!important;
    height: 700px;
    margin-bottom:40px;
}

.nagoya-member .picture{
    float:left;
    margin: 0 15px 10px 0;
    width: 180px;
}
.nagoya-member .media{
    margin: 0 15px 10px 0;
    width: 100%;
}
.nagoya-member .katagaki{
	font-size: 20px;
	font-weight: bold;
	margin:0 0 10px 0;
	
}
.nagoya-member .shikaku{
	font-size: 18px;
	line-height: 28px;
	margin:0 0 10px 0;
	font-weight: bold;
	
}
.nagoya-member .name1{
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.nagoya-member .name2{
	font-size: 30px;
	line-height: 30px;
    letter-spacing: 3px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.nagoya-member .text{
	font-size: 16px;
	line-height: 26px;
}

.nagoya-member h1{
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    margin: 15px 0 10px 0;
	color: #d48c40;
	text-align: center
}

.nagoya-member h2{
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin:25px 0 10px 0;
	color: #d48c40;
	text-align: center;
}




/*20180722大阪*/

.osaka-member{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.member-top{
	background: url(/lp/common/images/osaka-waku-top.jpg) no-repeat;
	background-position: top;
	background-size: 100%;
	padding:60px 60px 0 80px!important;
}

.member-bottom{
	background: url(/lp/common/images/osaka-waku-bottom.jpg) no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding: 0 60px 60px 60px!important;
	margin-bottom:20px;
}

.osaka-member .picture{
    float:left;
    margin: 0 15px 10px 0;
    width: 150px;
}
.osaka-member .katagaki{
	font-size: 20px;
	font-weight: bold;
	margin:0 0 10px 0;
	
}
.osaka-member .shikaku{
	font-size: 18px;
	line-height: 28px;
	margin:0 0 10px 0;
	font-weight: bold;
	
}
.osaka-member .name1{
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.osaka-member .name2{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin:0 0 15px 0;
}
.osaka-member .text{
	font-size: 16px;
	line-height: 26px;
}

.osaka-member h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin: 30px 0 0 0;
	color: #d48c40;
	text-align: center
}

.osaka-member h2{
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin:10px 0 30px 0;
	color: #d48c40;
	text-align: center;
}


/*20180620新着情報追加*/

#newslist{
	border-top:4px solid #a80000;
	position:relative;
}

#newslist h2{
	margin:20px 0 0 0;
	font-size:26px;
    font-weight: bold;
}

#newslist dl{
	width:776px;
	overflow:scroll;
	height:237px;
	/*height:272px;*/
    margin-top:20px;
}

#newslist dl dt{
	margin:0;
	width:146px;
	float:left;
	font-size: 15px;
    line-height: 26px;
}

#newslist dl dt:last-child{
	margin-bottom:30px;
}

#newslist dl dd{
	margin:0 0 10px 0;
	width:610px;
	float:left;
	font-size: 15px;
    line-height: 26px;
}

#newslist dl dd:last-child{
	margin-bottom:30px;
}


#newslist dl dd a{
	text-decoration:none;
	color:#000;
}

#newslist dl dd:hover{
	text-decoration:none;
	background:#faecea;
	color:#000;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#newslist .more{
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:url(../images/header-menu-li-bg.png) no-repeat #a60000;
	background-size:15px;
	background-position:center right;
	width:160px;
	height:26px;
	text-align: center;
	float:right;
	margin:0 20px 10px 10px;
	padding:4px 8px 0 0px;
	position: absolute;
	top:23px;
	right:0;
}

#newslist .more a{
	color:#fff;
	text-decoration:none;
	display: block;
}


#right-mirai{
	position: relative;
}
#right-mirai #right-radio500{
	position: absolute;
	top:-55px;
	right:0px;
}
#right-mirai #right-radio500 img{
	width:100px;
}
#right-fixed-contact {
    width: 280px;
    /*padding-top:120px;*/
    opacity: 1;
}
#right-contact{
    background: #fff;
}
.right-fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

#right-telnumber{
    clear: both;
    margin:15px 20px 0 20px;
    height: 70px;
}
#right-telnumber p{
    font-weight: bold;
    text-align: center;
    margin:0 ;
}
#right-telnumber img{
    float: left;
}
#right-telnumber .telnumber{
color: #a60000;
font-size: 30px;
line-height: 32px;
margin: 0;
padding: 0;
height: auto;
font-weight: bold;
float: left;
    }



.fixed {
  position: fixed;
  top: 0;
    z-index: 99999;
}
#snav-inner ul{
    margin:0;
    padding:0;
}
#snav-inner ul li{
  width: auto;
  float: left;
    margin:0;
    padding:8px;
    list-style: none;
	font-size: 15px;
}
#snav-inner ul li a{
    color: #fff;
}
.glyphicon {
    margin-right:4px!important;
}
span.swipe{
    width:27px;
    height: 20px;
}
span.swipe img{
    width:27px;
    height: 20px;
}





.fl{float:left;}
.fr{float:right;}



#subcont {
	width:100%;
	background: #cad6e4;
}

#subcont-inner {
	width:1000px;
	margin:0 auto;
	background: url("../images/subcont-bg.jpg");
}

#subcont-inner dl.subcont-a{
	margin:0;
	padding:40px 0 0 40px;
	width:680px;
	height:340px;
}
#subcont-inner dl.subcont-a dt{
		font-size: 32px;
	line-height: 40px;
}
#subcont-inner dl.subcont-b{
	margin:0;
	padding:40px 0 0 40px;
	width:650px;
	height:280px;
}

#subcont-inner dl.subcont-c{
	margin:0;
	padding:40px 0 0 40px;
	width:620px;
	height:360px;
}




/* ============== #mainvisual ============== */
    
#mainvisual2018{
        width:1116px;
        margin:0 auto;
    clear: both;
    }    
#mainvisual-pc{
	width:100%;
	margin:0;
	padding:120px 0 0 0;
	position: relative;
}

#mainvisual-col{
position: absolute;
top: 68%;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:85%;
}

#mainimgvisual-text{
	text-shadow: 0 -2px 2px #e3d0c1, -2px 0 2px #e3d0c1, 2px 0 2px #e3d0c1, 0 2px 2px #e3d0c1;
	font-size: 17px;
	line-height: 24px!important;
}
#mainimgvisual-button{
	margin-top:10px;
	width:60%;
	margin-left:20%;
}
#mainimgvisual-button img{
	width:100%;
}




/* ============== defalt ============== */

.container{
  font-size: 16px;
  line-height: 1.75;
}

h2,h3,h4{font-weight: bold;}

a img:hover{opacity: 0.8;}

.pc{
	}
.sp{display: none;
	}
a.col-md-4.btn-tel-2.pc{}
a.col-md-4.btn-tel-2.sp{display: none;}

a.lightbox.cboxElement.pc{width:220px;height:190px;position: absolute;top:0;left:0;z-index: 9999;}
a.lightbox-sp.cboxElement.sp{display: none;}

a{-webkit-tap-highlight-color:rgba(0,0,0,.5);}

/* ============== #rightnav  ============== */

#rightnav {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	z-index: 9999;
	position: fixed;
}
#rightnav li {
	margin-bottom: 0.8em;
}
#rightnav li a {
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 100px;
    position: fixed;
    text-decoration: none;
}
#rightnav li a:hover {
	color: #FF9900;
}

.mail{
	bottom:390px;
	right: -128px;
}
.line{
	bottom:280px;
	right: -128px;
}

/* ============== #page-top  ============== */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#page-top a {
	background: #a4050e;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height:50px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 30px;
}
#page-top a:hover {
	text-decoration: none;
	background: #cc131d;
}

/* ============== header ============== */
#top-head {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding:0;
  line-height: 1;
  z-index: 9999;
}
#top-head a,
#top-head {
  color: #000;
  background: rgba(255,255,255,1);
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo,
#top-head .renzoku,
#top-head .zenkoku,
#top-head .header-mail,
#top-head .header-tel{
  text-indent: -9999px;
  float: left;
  overflow: hidden;
}
#top-head .logo {
  margin: 0;
  width: 230px;
  height: 120px;
  background-image: url("../images/logoB.png");
  background-size: 230px;
}
#top-head .renzoku{
  margin: 0;
  width: 170px;
  height: 120px;
  background-image: url("../images/no1.png");
  background-size: 170px;
}
#top-head .zenkoku{
  margin: 0;
  width: 120px;
  height: 120px;
  background-image: url("../images/zenkoku.png");
	background-repeat: no-repeat;
  background-size: 120px;
}
#top-head .header-mail-area{
  width: 220px;
  float: left;
}
#top-head .header-mail{
  margin-top: 32px;
  width: 210px;
  height: 34px;
  float: none;
  background-image: url("../images/button-1.png");
	background-repeat: no-repeat;
  background-size: 210px;
  display: block;
	margin-right:10px;
}
#top-head .header-mail-area p{
  font-size: 11px;
  font-weight: bold;
	letter-spacing:-1px;
}
#top-head .header-tel{
  margin: 0;
  width: 230px;
  height: 68px;
  margin-top: 25px;
  float: none;
  background-image: url("../images/header-tel.png");
  background-size: 230px;
	background-repeat: no-repeat;
  display: block;
  text-indent: inherit;
  padding: 5px 0 0 38px ;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.02em;
}
/* transition */
#top-head,
#top-head .logo,
#top-head .renzoku,
#top-head .zenkoku{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
  background: rgba(255,255,255,1);
  border-bottom: 10px solid #a60000;"
}
#top-head.fixed .logo {
  width: 206px;
  height: 60px;
  background-image: url("../images/logoB2.png");
  background-size: 206px;
}
#top-head.fixed .renzoku {
  width: 300px;
  height: 60px;
  background-image: url("../images/no12.png");
  background-size: 300px;
}
#top-head.fixed .zenkoku,
#top-head.fixed .header-mail-area p{
  display: none;
}
#top-head.fixed .header-mail-area{
  width: 280px;
	margin-right:5px;
}
#top-head.fixed .header-mail{
  width: 280px;
  height: 38px;
  background-size: 280px;
  margin-top: 10px;
}
#top-head.fixed .header-tel {
    width: 175px;
    height: 47px;
    background-size: 175px;
    margin-top: 5px;
    font-size: 17px;
    padding: 4px 0 0 32px ;
}
#top-head.fixed:after {
  width: 100%;
  margin-top: 20px;
}


/* ============== .soudan ============== */
.soudan{
  background: #a00000;
}

.soudan .container{
    background: url("/images/index201802/soudan-bg.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.soudan .container h2{
  color: #fff;
  text-align: center;
  line-height: 1.75;
  font-size: 1.3em;
}


.container span.btn-tel-number{
  display: block;
  position: absolute;
  top: 60%;
  left: 19%;
  font-size: calc(1.7em + 0.5vw);
  cursor: pointer;
  font-weight: bold;
  line-height: 0;
  color: #a3050e;
  z-index: 5;
}
.container span.btn-tel-number:hover{
  color: #a3050e;
  opacity: 1;
}

.container .btn-tel-2{
  position: relative;
  display: block;
}

.container .btn-tel-2 p{
  display: block;
  position: absolute;
  top: 58%;
  left: 10%;
  font-size: calc(0.8em + 0.5vw);
  cursor: pointer;
  font-weight: bold;
  line-height: 0;
  color: #333;
  z-index: 5;
}

/* ============== #salon ============== */

#salon{
    border:4px solid #e07b73;
    margin-bottom:30px;
}

#salon .salon-sub{
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
}

#salon ul{
  margin: 0 auto;
}

#salon ul li{
  width: 300px;
  height: 150px;
  padding: 5px 50px 0 20px;
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
}

#salon ul li a{
  color: #000000;
}
#salon ul li p.name {
    font-size: 18px;
    margin: 0 0 5px 0;
}
#salon ul li img {
    float: left;
    margin: 0 10px 5px 0;
    width: 112px;
    height: 78px;
}
#salon ul li p.number {
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 10px 0;
}
#salon ul li p.adress {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
    clear: both;
}


#salon ul li.aichi{
  background: url("../images/salon-list-aichi-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}
#salon ul li.chiba{
  background: url("../images/salon-list-chiba-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}
#salon ul li.fukuoka{
  background: url("../images/salon-list-fukuoka-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}
#salon ul li.kanagawa{
  background: url("../images/salon-list-kanagawa-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}

#salon ul li.miyagi{
  background: url("../images/salon-list-miyagi-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}
#salon ul li.osaka{
  background: url("../images/salon-list-osaka-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}
#salon ul li.saitama{
  background: url("../images/salon-list-saitama-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}

#salon ul li.tokyo{
  background: url("../images/salon-list-tokyo-bg.png")no-repeat;
	background-size: 300px;
	background-position: right;
	background-color: #fff;
}




/* ============== #form-header ============== */
#form-header{
  text-align: center;
}

/* ============== #form-body ============== */

.bg-info{
    background: #faf7ec!important;
}
#form-body {
  background-color: #faf7ec;
    padding:0 25px;
}

#form-body .form-notice{
  background: #fff;
  border: 2px solid #a3050e;
  padding: 20px;
}

#form-body h3{
  text-align: center;
}
#form-body .hissu{
    color: #fff;
}
label{
	margin-right: 15px!important;
	font-weight: bold!important;
}

input[type=submit] {
    width: 60%;
	text-align: center!important;
}
input[type=text], input[type=search] {
    width: 100%;
    margin-bottom: 10px;
}

input[type=text], input[type=password], textarea, input[type=search] {
    background: #f3f3f3;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

input, textarea, select, input[type=search], button {
    font-size: 100%;
    font-family: inherit;
    margin-bottom: 10px;
}
input, textarea{
    font-size: 100%;
    font-family: inherit;
    margin-bottom: 10px;
	width:100%;
}
#contact-table dt {
    padding: 15px 0;
	width:30%;
	float: left;
}
#contact-table dd {
    padding: 15px 0;
	width:70%;
	float: left;
}
#contact-table .bd{
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
}
#form-input{
  text-align: center;
}

#form-input p {
    font-weight: bold;
	padding:20px 0;
}

#input-confirm {
    background: #009966;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 30px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.hissu {
    color: #900;
    font-weight: normal;
    font-size: 12px;
}


	dl#footer-form{
		margin:0;
		padding:0;
	}
	dl#footer-form dt{
		margin:15px 0;
		padding:0;
		float:left;
		width:30%;
	}
	dl#footer-form dd{
		margin:15px 0;
		padding:0;
		float:right;
		width:70%;
	}
.bd{clear: both;border-bottom:1px solid #eee;}

.required {
 background-color:#ffe4e1;
}
/* ============== #footer-comment ============== */

#footer .footer-comment{
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

#footer .link1 li{
  list-style-type: none;
  float: left;
	margin-right:10px;
}

#links {
  text-align: center;
}

#links ul{
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

#links ul li {
    margin: 0 24px 0 0;
    padding: 0;
    font-size: 15px;
    list-style: none;
    float: left;
    font-weight: bold;
}
#links ul li a{
    color:#a3050e;
  }



#copyright{
  background: #000000;
  color: #fff;
  text-align: center;
}








/* Line@登録方法 */
#line-at{
	width:776px;
	margin:20px;
}

#line-at h3{
	color:#333;
	font-size:20px;
}

#line-at p{
	color:#333;
	line-height:34px;
	font-size:18px;
}

p.line-notice{
	text-align:right;
	font-size:14px!important;
	line-height:22px!important;
}

#line-at ul#line-step{
	list-style:none;
	margin:0 20px 0 20px;
	width:683px;
	font-weight:bold;
}

#line-at ul#line-step li p{
	font-size:20px;
}

#line-at ul#line-step li.step1{
	background:url("../images/line-step1.png") no-repeat;
	background-size:77px;
	padding-left:120px;
}

#line-at ul#line-step li.step1 p.step-waku{
	background:#dce5e4;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:15px 25px;
}

#line-at ul#line-step li.step2{
	background:url("../images/line-step2.png") no-repeat;
	background-size:77px;
	padding-left:120px;
	padding-top:10px;

}

#line-at ul#line-step li.step3{
	background:url("../images/line-step3.png") no-repeat;
	background-size:77px;
	padding-left:120px;
	height:230px;
}

#line-at ul#line-step li.step3 .fr{
	float:right;
	margin:0 0 0 15px;
}


.bg-p{
	background: #efebec;
}
.bg-b{
	background: #f4b099;
}

.bg-bl{
	background: #c7d3ed;
}

.bg-y{
	background: #fefcd3;
}

.pdt40{
	padding-top:40px;
}

.pdb40{
	padding-bottom:40px;
}

.mgt40{
	margin-top:40px;
}

.mgb40{
	margin-bottom:40px;
}

.mr-10{
	margin-right:-10px;
}
.pl30{
	padding-left:30px;
}
.pl20{
	padding-left:20px;
}
.pl10{
	padding-left:10px;
}
.disp-sp{
	display: none;
}

#taidannn{
    margin:35px 0;
}




/* ============== header ============== */
#top-head {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding:0;
  line-height: 1;
  z-index: 9999;
}
#top-head a,
#top-head {
  color: #000;
  background: rgba(255,255,255,1);
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo,
#top-head .renzoku,
#top-head .zenkoku,
#top-head .header-mail,
#top-head .header-tel{
  text-indent: -9999px;
  float: left;
  overflow: hidden;
}
#top-head .logo {
  margin: 0;
  width: 230px;
  height: 120px;
  background-image: url(/images/index201802/logoB.png);
  background-size: 230px;
}
#top-head .renzoku{
  margin: 0;
  width: 290px;
  height: 120px;
  background-image: url(/images/index201802/no1.png);
  background-size: 290px;
}
#top-head .header-mail-area{
  width: 220px;
  float: left;
}
#top-head .header-mail{
  margin-top: 32px;
  width: 210px;
  height: 34px;
  float: none;
  background-image: url(/images/index201802/button-1.png);
	background-repeat: no-repeat;
  background-size: 210px;
  display: block;
	margin-right:10px;
}
#top-head .header-mail-area p{
  font-size: 11px;
  font-weight: bold;
	letter-spacing:-1px;
}
#top-head .header-tel{
  margin: 0;
  width: 230px;
  height: 68px;
  margin-top: 25px;
  float: none;
  background-image: url(/images/index201802/header-tel.png);
  background-size: 230px;
	background-repeat: no-repeat;
  display: block;
  text-indent: inherit;
  padding: 5px 0 0 38px ;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.02em;
}
/* transition */
#top-head,
#top-head .logo,
#top-head .renzoku,
#top-head .zenkoku{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
  background: rgba(255,255,255,1);
  border-bottom: 10px solid #a60000;"
}
#top-head.fixed .logo {
  width: 206px;
  height: 60px;
  background-image: url(/images/index201802/logoB2.png);
  background-size: 206px;
}
#top-head.fixed .renzoku {
  width: 300px;
  height: 60px;
  background-image: url(/images/index201802/no12.png);
  background-size: 320px 55px;
  background-repeat: no-repeat ;
}
#top-head.fixed .zenkoku,
#top-head.fixed .header-mail-area p{
  display: none;
}
#top-head.fixed .header-mail-area{
  width: 280px;
	margin-right:5px;
}
#top-head.fixed .header-mail{
  width: 280px;
  height: 38px;
  background-size: 280px;
  margin-top: 10px;
}
#top-head.fixed .header-tel {
    width: 175px;
    height: 47px;
    background-size: 175px;
    margin-top: 5px;
    font-size: 17px;
    padding: 4px 0 0 32px ;
}
#top-head.fixed:after {
  width: 100%;
  margin-top: 20px;
}


/*ヘッダーボタン改修*/

.header-text{
	width:450px;
	float: left;
	margin:12px 0 0 0;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
}
#top-head.fixed .header-text{
  display: none;
}

#top-head .header-tel2{
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}

#top-head .header-mail-area2{
	width: 165px;
	height: 65px;
	float: left;
	margin-right:15px;
	text-indent: -9999px;
}
#top-head .header-mail-area2 a{
	display: block;
	width:165px;
	height: 65px;
	background-image: url(/images/index201802/header-button-mail2.png);
	background-size: 165px;
}
#top-head .header-tel2{
	margin: 0;
	width: 270px;
	height: 65px;
	margin-top: 25px;
	float: none;
	background-image: url(/images/index201802/header-button-tel2.png);
	background-size: 270px;
	background-repeat: no-repeat;
	display: block;
	text-indent: inherit;
	padding: 12px 0 0 20px ;
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
}

/* transition */
#top-head,
#top-head .header-contact-area,
#top-head .header-mail2,
#top-head .header-tel2
{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Fixed */

#top-head.fixed .header-mail-area2{
  width: 160px;
  margin-right: 15px;
  height: 43px;
}
#top-head.fixed .header-mail-area2 a{
	display: block;
	width: 160px;
	height: 43px;	
	background-image: url(/images/index201802/header-button-mail2-2.png);
	background-size: 160px;
}

#top-head.fixed .header-mail2{
  width: 160px;
  height: 38px;
  background:#cf9;
  margin-top:5px;
}
#top-head.fixed .header-tel2 {
    width: 289px;
    height: 43px;
    margin-top: 10px;
    font-size: 24px;
    padding: 7px 0 0 0px ;
    background-image: url(/images/index201802/header-button-tel2-2.png);
	background-size: 289px;
	letter-spacing: 2px;
}




/* ============== #mainkoumoku ============== */

#mainkoumoku{
	margin: 0;
	width:100%;
	height:72px;
	background:url(/images/index201802/mainkoumoku-bg.png);
}

#mainkoumoku #mainkoumoku-inner{
	margin: 0 auto;
	background:url(/images/index201802/mainkoumoku2.png);
	background-size:1000px;
	height:72px;
	width:1000px;
}

 ul#mainkoumoku-inner-list {
	width:878px;
	height:72px;
	margin:0 0 0 122px ;
	padding:0;
}

 ul#mainkoumoku-inner-list li{
	list-style:none;
	height:72px;
	float:left;
}

 ul#mainkoumoku-inner-list a{
	 color:#1f2601;
 }

 ul#mainkoumoku-inner-list a:link{
	 color:#1f2601;
 }

 ul#mainkoumoku-inner-list a:hover{
	 color:#a60000!important;
 }

 ul#mainkoumoku-inner-list a:active{
	 color:#a60000;
 }

 ul#mainkoumoku-inner-list a:visited{
	 color:#000;
 }

ul#mainkoumoku-inner-list li.list1{
	width:172px;
	height:72px;
	font-size:18px;
	padding:12px 0 0 65px;
	line-height:24px;
	 }

ul#mainkoumoku-inner-list li.list2{
	width:236px;
	height:72px;
 	padding:12px 0 0 75px;
	font-size: 18px;
}

ul#mainkoumoku-inner-list li.list3{
	width:185px;
 	height:72px;
	padding:12px 0 0 67px;
	font-size: 18px;
}

ul#mainkoumoku-inner-list li.list4{
	width:130px;
 	height:60px;
	padding:12px 0 0 57px;
	font-size: 18px;
}

ul#mainkoumoku-inner-list li.list5{
	width: 120px;
	height: 56px;
	padding: 14px 0 0 0;
	font-size: 11px;
	line-height: 15px;
 }


.container .btn-tel-2{
  position: relative;
  display: block;
}

.container .btn-tel-2 p{
  display: block;
  position: absolute;
  top: 58%;
  left: 10%;
  font-size: calc(0.8em + 0.5vw);
  cursor: pointer;
  font-weight: bold;
  line-height: 0;
  color: #333;
  z-index: 5;
margin-top:0!important;
}


/* ============== defalt ============== */

.container{
  font-size: 16px;
  line-height: 1.75;
}

h2,h3,h4{font-weight: bold;}

a img:hover{opacity: 0.8;}

.pc{
	}
.sp{display: none;
	}
a.col-md-4.btn-tel-2.pc{}
a.col-md-4.btn-tel-2.sp{display: none;}

a.topsalonlink-top{width:220px;height:220px;position: absolute;top:0;left:15px;z-index: 9999;}
a.topsalonlink{width:220px;height:190px;position: absolute;top:0;left:0;z-index: 9999;}
a.lightbox-sp.cboxElement.sp{display: none;}

a{-webkit-tap-highlight-color:rgba(0,0,0,.5);}

/* ============== #rightnav  ============== */

#rightnav {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	z-index: 9999;
	position: fixed;
}
#rightnav li {
	margin-bottom: 0.8em;
}
#rightnav li a {
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 100px;
    position: fixed;
    text-decoration: none;
}
#rightnav li a:hover {
	color: #FF9900;
}

.mail{
	bottom:390px;
	right: -128px;
}
.line{
	bottom:280px;
	right: -128px;
}

/* ============== #page-top  ============== */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#page-top a {
	background: #a4050e;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height:50px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 30px;
}
#page-top a:hover {
	text-decoration: none;
	background: #cc131d;
}




/* ============== #form-header ============== */
#form-header{
  text-align: center;
}

/* ============== #form-body ============== */


#form-body .form-notice{
  background: #fff;
  border: 2px solid #a3050e;
  padding: 20px;
}

#form-body h3{
  text-align: center;
}

p.notice{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

#form-body p.notice2{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    border: 2px solid #e1b754;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px 10px 10px 75px;
    background: url(/images/index201802/form-alert.png) no-repeat,#f5e8bb;
    background-size: 75px 75px;
    margin-bottom:20px;
}

label{
	margin-right: 15px!important;
	font-weight: bold!important;
}

input[type=submit] {
    width: 60%;
	text-align: center!important;
}
input[type=text], input[type=search] {
    width: 100%;
    margin-bottom: 10px;
}

input[type=text], input[type=password], textarea, input[type=search] {
    background: #f3f3f3;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

input, textarea, select, input[type=search], button {
    font-size: 100%;
    font-family: inherit;
    margin-bottom: 10px;
}
input, textarea{
    font-size: 100%;
    font-family: inherit;
    margin-bottom: 10px;
	width:100%;
}
#contact-table dt {
    padding: 15px 0;
	width:30%;
	float: left;
}
#contact-table dd {
    padding: 15px 0;
	width:70%;
	float: left;
}
#contact-table .bd{
	border-bottom: 1px solid #eee;
	clear: both;
	display: block;
}
#form-input{
  text-align: center;
}

#form-input p {
    font-weight: bold;
	padding:20px 0;
}

#input-confirm {
    background: #009966;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 30px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.hissu {
    color: #900;
    font-weight: normal;
    font-size: 12px;
}


	dl#footer-form{
		margin:0;
		padding:0;
	}
	dl#footer-form dt{
		margin:15px 0;
		padding:0;
		float:left;
		width:30%;
	}
	dl#footer-form dd{
		margin:15px 0;
		padding:0;
		float:right;
		width:70%;
	}
.bd{clear: both;border-bottom:1px solid #eee;}

.required {
 background-color:#ffe4e1;
}



  
 



/* Line@登録方法 */
#line-at{
	width:776px;
	margin:20px;
}

#line-at h3{
	color:#333;
	font-size:20px;
}

#line-at p{
	color:#333;
	line-height:34px;
	font-size:18px;
}

p.line-notice{
	text-align:right;
	font-size:14px!important;
	line-height:22px!important;
}

#line-at ul#line-step{
	list-style:none;
	margin:0 20px 0 20px;
	width:683px;
	font-weight:bold;
}

#line-at ul#line-step li p{
	font-size:20px;
}

#line-at ul#line-step li.step1{
	background:url(/images/index201802/line-step1.png) no-repeat;
	background-size:77px;
	padding-left:120px;
}

#line-at ul#line-step li.step1 p.step-waku{
	background:#dce5e4;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:15px 25px;
}

#line-at ul#line-step li.step2{
	background:url(/images/index201802/line-step2.png) no-repeat;
	background-size:77px;
	padding-left:120px;
	padding-top:10px;

}

#line-at ul#line-step li.step3{
	background:url(/images/index201802/line-step3.png) no-repeat;
	background-size:77px;
	padding-left:120px;
	height:230px;
}

#line-at ul#line-step li.step3 .fr{
	float:right;
	margin:0 0 0 15px;
}




img.media-price-youtube{
	border:4px solid #990000;
}
img.media-price-youtube:hover{
	border:10px solid #990000;
	-webkit-transition-duration: 0.3s;
}
.bg-p{
	background: #efebec;
}
.bg-b{
	background: #f4b099;
}

.bg-bl{
	background: #c7d3ed;
}

.bg-y{
	background: #fefcd3;
}

.pdt40{
	padding-top:40px;
}

.pdb40{
	padding-bottom:40px;
}

.mgt40{
	margin-top:40px;
}

.mgb40{
	margin-bottom:40px;
}

mt20 {
	margin-top:20px;
}
.mr-10{
	margin-right:-10px;
}
.pl30{
	padding-left:30px;
}
.pl20{
	padding-left:20px;
}
.pl10{
	padding-left:10px;
}
.disp-sp{
	display: none;
}

#soudan1{
	background: #e9dddc;
	padding:10px 0;
    margin-bottom:30px;
}
	
#soudan1 p{
	color: #990000;
	text-align: center;
    font-weight: bold;
	font-size: 20px;
}


.container span.btn-tel-number{
	display: block;
	position: absolute;
	top: 60%;
	left: -3%;
	font-size: 36px;
	cursor: pointer;
	font-weight: bold;
	line-height: 0;
	color: #fff;
	z-index: 5;
	width: 100%;
	text-align: center;
}
.container span.btn-tel-number:hover{
  color: #fff;
}
#sp-tel-fixed .btn-tel-number{
  color: #a22c24!important;
}

#sp-tel-fixed .btn-tel-number:hover{
  color: #a22c24!important;
}
.bd1px{
    border: 1px solid #333;
}

#reason-yajirushi{
	margin-bottom:-70px;
}
.bgy{
	background: #fefe00;
}

.bgw{
	background: #fff;
}
.cl{
	clear: both;
}

#lifementor{
    margin-bottom:30px;
}

.bd{
	border:1px solid #ccc;
}

.soudan2{
	margin:30px 15px;
}

.soudan2 .container{
	background: url(/images/index201802/soudan-bg2.png),#fff;
	background-repeat: no-repeat;
	background-size: 100%;
	padding:20px 50px 20px 50px;
	border-radius: 10px;
}
	
.soudan2 h2{
	color: #990000;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	margin:15px 60px 15px 60px;
}
.soudan2 p{
	text-align: center;
	font-weight: bold;
}

#investigation{
    border:4px solid #d8eaf8;
    margin-bottom:30px;
}
#supports{
    border:4px solid #d8eaf8;
    margin-bottom:30px;
    background: #eef7fe;
	
}
.common-title{
	background: #336699;
	color: #fff;
}

.common-title h1{
	padding:40px 15px 40px 15px;
	font-size: 34px;
	line-height: 42px;
	text-align: left;
}

.common-title2{
	background: #336699;
	color: #fff;
}

.common-title2 h1{
	padding:20px 15px 20px 15px;
	font-size: 34px;
	line-height: 42px;
	text-align: left;
}
.common-title2 h1 span{
	font-size: 18px;
	line-height: 30px;
}

.media-title{
	background: #912a29;
	color: #fff;
}

.media-title h2{
	padding:5px 15px 5px 15px;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}

#medias{
  background: url(/images/index201802/medias-bg.png) repeat-y;
  background-size:100%;
    padding-bottom:30px;
    margin-bottom:40px;
}
.medias-subtitle {
    margin-bottom:20px;
}
.medias-subtitle h3{
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    text-shadow:0px 0px 6px #000;
    margin:15px 0 0 0;
}
.medias-subtitle h3 img{
    display: inline!important;
    width:32px;
    height: 32px;
    vertical-align: baseline;
    margin-right:10px;
    margin-top:5px;
}
.medias-subtitle p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.medias-tv{
    padding:0 25px;
}
.medias-tv .container{
    padding-left:30px;
    padding:right:30px;
}
.medias-tv-waku{
    background:url(/images/index201802/medias-tv-bg.png) no-repeat;
    background-size: 100%;
}

.medias-tv-waku1{
    background:url(/images/index201802/medias-tv-bg1.png) no-repeat;
    background-size: 100%;
    padding:8px 8px 32px 8px;
    margin-bottom:0;
}

.medias-tv-waku2{
    margin:0 0 30px 0;
    background:#000;
    color: #fff;
    padding:8px;
    text-align: center;
	border-radius: 15px;
}
.medias-tv-waku2 h2{
    font-size: 13px;
    line-height: 20px;
    margin:0 0 0 0;
}

.medias-tv-waku2 p{
    font-size: 13px;
    line-height: 20px;
    margin:0 0 0 0;
    color: #fff;
}

.medias-magazine-waku{
    margin:0 0 30px 0;
    background:#000;
    color: #fff;
    padding:8px;
    text-align: center;
	border-radius: 15px;
}
.medias-magazine-waku h2{
    font-size: 13px;
    line-height: 20px;
    margin:8px 0 0 0;
}

.medias-magazine-waku p{
    font-size: 13px;
    line-height: 20px;
    margin:0 0 0 0;
    color: #fff;
}


.radios-title{
	background: #f08200;
	color: #fff;
}

.radios-title h2{
	padding:5px 15px 5px 15px;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}
#radios{
  background: url(/images/index201802/radios-bg.png) repeat-y;
  background-size:100%;
    padding-bottom:30px;
    margin-bottom:40px;
	position: relative;
}
#radios #radio-500kai{
	position: absolute;
	top:70px;
	left:20px;
	width:155px;
}
#radios #radio-500kai img{
	width:100%;
}
.radios-subtitle {
    margin-bottom:20px;
}
.radios-subtitle h3{
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 44px;
    text-shadow:0px 0px 6px #ccc;
    margin:15px 0 0 0;
}
.radios-subtitle h3 img{
    display: inline!important;
    width:140px;
    height: 46px;
    vertical-align: baseline;
    margin-right:10px;
    margin-top:5px;
}
.radios-subtitle p{
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.radios-tv{
    padding:0 25px;
}
.radios-tv .container{
    padding-left:30px;
    padding-right:30px;
}
.radios-tv-waku{
    background:url(/images/index201802/medias-tv-bg.png) no-repeat;
    background-size: 100%;
}

.radios-tv-waku1{
    background:#000;
    background-size: 100%;
    padding:8px 8px 8px 8px;
    margin-bottom:25px;
	border-radius: 15px;
}

.radios-tv-waku1 h4{
    font-size: 13px;
    line-height: 20px;
    margin:8px 0 0 0;
    text-align: center;
    color: #fff;
}

.investigation-body{
	padding:0 30px 30px 30px;
}

.investigation-body h2{
	color: #a00011;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin:20px 0 -20px 0;
	font-weight: bold;
}

ul.report{
	margin:0 0 30px 0;
	padding:0;
}

ul.report li{
margin: 15px 10px 15px 0;
padding: 0;
width: 133px;
list-style: none;
float: left;

}

ul.report li:last-child{
	margin:15px 0 15px 0;
	padding:0;
}

ul.report li p{
	margin:0 0 6px 0;
	padding:4px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #f8d6d0;
}
.lower-inner{
	background: #fff;
}
.lower-title{
	/*background: #f0f4ed;*/
    padding:30px;
}
.lower-title-h1{
	width: 100%;
	border-top:8px solid #cc9900;
	border-bottom:8px solid #cc9900;
	padding:20px;
	margin-bottom:20px;
}

.lower-title-h1 p{
	color: #cc9900;
	font-size: 26px;
	text-align: center;
}

.lower-title-h1 h1{
	color: #000;
	font-size: 36px;
	text-align: center;
}

.lawyers-waku{
    border: 2px solid #ccc;
    padding:15px;
    margin-bottom:30px;
}

.lower-body{
    padding:25px;
}

.lower-title h2{
	font-size: 24px;
	color: #cc9900;
}

.lower-body h2{
	font-size: 32px;
	line-height: 42px;
	color: #cc3300;
}

.lower-body h3{
	font-size: 20px;
	line-height: 30px;
	text-align: right;
}
.lower-body p{
	margin:15px 0;
}
.reason-section{
	margin-top:30px;
}

.reason-section h2{
	color: #000000;
	font-size: 28px;
	line-height: 38px;
	border-left:10px solid #cc0000;
	padding-left:14px;
	margin-top:0;
}
.reason-section h2 span{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.reason-section-arrow{
	margin-top:-25px;
}

.reason-movie{
	/*background: #f0f4ed;*/
}

.reason-co{
	margin:20px 0 40px 0;
	padding:0 0 20px 0;
	clear: both;
	border-bottom:1px solid #ccc;
}

.soudan3{
	margin:0 15px 0 15px;
	padding-bottom:30px;
	padding-top:30px;
}

.soudan3 .container{
	background: url(/images/index201802/soudan-bg2.png),#fff;
	background-repeat: no-repeat;
	background-size: 100%;
	padding:20px 50px 20px 50px;
	border-radius: 10px;
}
	
.soudan3 h2{
	color: #990000;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	margin:15px 60px 15px 60px;
}
.soudan3 p{
	text-align: center;
	font-weight: bold;
}


.flow-body{
	background: #f0f4ed;
	padding:30px 0;
}

.flow-body h1{
	color: #663333;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom:20px;
}

.flow-body h2{
	color: #000;
	font-size: 17px;
	line-height: 27px;
	padding:0 15px;
    font-weight: bold;
}
.flow-body p{
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding:15px;
}

.flow-body .col-md-3 .bgw{
	height: 485px;
}
.flow-counselor{
	background: #ffffcc;
	padding:30px 0;
}

.flow-support{
	background: #f0f4ed;
	padding:30px 0;
    margin-bottom:30px;
}

.salon-body{
	background: url(/images/index201802/salon-bg.jpg) no-repeat,#fff;
	background-size: 100%;
    padding:25px;
}

.salon-body h2{
	color: #000;
	font-size: 24px;
	line-height: 34px;
	padding:0 15px;
	margin:30px 0;
	text-align: center;
}

.salon-body .salon-a h3.salon-name{
	background: #993333;
	display: block;
	width: 100%;
	padding:8px 15px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin:0 0 10px 0;
}
.salon-body .salon-a p.salon-text{
	color: #000;
	padding: 10px 0 10px 0;
    font-size: 13px;
    line-height: 20px;
    margin: 0 !important;
}
.salon-body .salon-map{
	width:70px;
	height: 70px;
	float: right;
	margin:10px 0 0 10px;
}

.salon-body .salon-a{
	border-bottom:5px solid #993333;
	margin-bottom:40px;
}

.salon-body .salon-b{
	border-bottom:5px solid #709ac8;
	margin-bottom:40px;
}


.salon-body .salon-b h3.salon-name{
	background: #709ac8;
	display: block;
	width: 100%;
	padding:8px 15px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin:0;
}
.salon-body .salon-b p.salon-text{
	color: #000;
	padding: 0px 0 0 0;
    font-size: 13px;
    line-height: 17px;
}
.salon-image img{
	width:100%;
}

.salon-body .salon-b .salon-image{
	width:120px;
	height: 120px;
	float: left;
	margin:10px 10px 10px 0;
}
.salon-body .salon-b .salon-image img{
	width:120px;
	height: 120px;
}

.price-body{
	margin: 20px 0 0 0 ;
    padding: 0 35px;
}

.price-support {
	background: #fdeeeb;
	border-bottom:8px solid #9c1e23;
	margin-bottom:20px;
}
.price-support h2{
	font-size: 24px;
	text-align: center;
	color: #9c1e23;
}
.price-support .col-md-1{
	padding-left:5px!important;
	padding-right:5px!important;
	font-size: 11px;
	line-height: 20px;
}

.price-notice{
	margin:20px 0;
    padding:25px;
}

.price-notice ul{
	margin:0;
	padding:0;
}

.price-notice ul li{
	background: url(/images/index201802/kaiketsu-list-bg.png) no-repeat;
	background-size: 26px;
	padding-left: 34px;
	font-size: 20px;
	line-height: 30px;
	list-style: none;
	font-weight: bold;
	color: #9c1e23;
}

.price-credit{
	margin:0;
	font-size: 20px;
	font-weight: bold;
    padding:0 25px 25px 25px;
}
#voice{
    margin-bottom:30px;
}
.voice-body{
	margin:0;
	background: #f0f4ed;
	padding-bottom:30px;
}

#company{
	background: #e2e7e0;
}
#company h1{
	font-size: 32px;
	margin:30px 0;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
}
#company dl{
}

#company dl dt.bdn{
	border-top:none;
}
#company dl dt{
	width:30%;
	float: left;
	border-top:1px solid #999;
	padding:15px 0;
}
#company dl dd.bdn{
	border-top:none;
}
#company dl dd{
	width:70%;
	float: right;
	border-top:1px solid #999;
	padding:15px 0;

}


footer{
	background: #fff;
	color: #fff;
	padding:20px 0;
}
footer p.name{
	font-size: 16px;
	line-height: 26px;
	margin:10px 0 10px 0;
}
footer p.address{
	font-size: 14px;
	line-height: 24px;
	margin:0 0 10px 0;
}
footer p.number{
	font-size: 11px;
	line-height: 20px;
	margin:0;
}

footer .bdl{
	border-left:1px solid #ccc;
}

footer ul{
	margin:0;
	padding:0;
}

footer ul li{
	list-style: none;
	font-size: 15px;
	line-height: 25px;
}
footer ul li a{
	color: #fff;
}
footer ul li a:link{
	color: #fff;
}
#cboxLoadedContent{
	background: #f6eac3!important;
}

.soudan3 span.btn-tel-number{
	color: #fff!important;
}

.soudan3 span.btn-tel-number:hover{
	color: #fff!important;
}

.bx-viewport{
    margin:0 auto!important;
    top:-8px!important;
}
#slide{
    height:507px!important;
}
#koumoku-uwaki h2{
    height:82px!important;
}
#koumoku-other h2{
    height: 82px!important;
padding: 26px 0 0 0!important;
}
#koumoku-uwaki ul li a{
border:none!important;
}
#koumoku-other ul li a{
border:none!important;
    width:260px!important;
    height: 71px!important;
}
#koumoku-uwaki ul li a{
    height: 245px!important;
}
#koumoku {
    height: 250px;
}
#koumoku .list{
	width:18%;
	margin:0 1%;
	float: left;
}
#koumoku img{
	width:100%;
}
#koumoku img:hover{
    border: 4px solid #c00;
    /*-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;*/
    transition: 0.3s;
}
h1.titless{
color: #a00011;
font-size: 38px;
line-height: 48px;
text-align: center;
font-weight: bold;
}
h2.titless{
color: #a00011;
font-size: 20px;
line-height: 30px;
text-align: center;
font-weight: bold;
}

.common-titles{

}

.common-titles .common-titles-inner{
    background-image: url(../images/index201802/common-titles-bg.jpg)!important;
    background-size: 100%;
    background-position: right;
	background: #23669d;
	color: #fff;
    margin:0;
	padding:40px 15px 40px 30px;
	font-size: 34px;
	line-height: 42px;
	text-align: center;
}
.common-titles .common-titles-inner span{
    font-size: 26px;
    line-height: 36px;
	color: #fff;
}
.common-titles h2{
    color: #a00011;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    margin:0 0 10px 0;
}
.common-titles h3{
    color: #a00011;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}
.common-titles h4{
    color: #a00011;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin:30px 0;
}
.common-title2s{
	background: #336699;
	color: #fff;
}

* {
margin: 0;
padding: 0;
}

#mainvisual2018{
width:1116px;
margin:0 auto;
}
#mainvisual2018 img{
width:1116px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{
margin: 5px;
}

.mypattern .slick-slide:not(.slick-center) {
-webkit-filter: opacity(70%);
-moz-filter: opacity(70%);
-o-filter: opacity(70%);
-ms-filter: opacity(70%);
filter: opacity(70%);
transition: 0.2s linear;
}


/**** **** ****  20180601追加 **** **** ****/



#okada{
    width:776px;
    position: relative;
}
#okada p{
    position: absolute;
top: 330px;
left: 60px;
width: 650px;
font-size: 16px;
line-height: 25px;
}

#triangle{
    width:776px;
    position: relative;
	margin-bottom:80px;
}
#triangle p#text1{
position: absolute;
top: 170px;
left: 215px;
width: 350px;
font-size: 18px;
line-height: 25px;
color: #336699;
text-align: center;
font-weight: bold;
}

#triangle p#text2{
position: absolute;
top: 510px;
left: 125px;
width: 230px;
font-size: 16px;
line-height: 25px;
color: #cc6666;
font-weight: bold;
}
    
#triangle p#text3{
position: absolute;
top: 510px;
left: 420px;
width: 240px;
font-size: 16px;
line-height: 25px;
color: #669999;
font-weight: bold;
}

#reason6{
    position: relative;
	background:#ffe1e6;
	background-image: url(../images/index201802/reason5-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 776px;
    margin:50px 0 0 0;
    padding:0 35px 35px 35px;
}
#reason6 #title{
    position:absolute;
    top:70px;
    left:0;
}
#reason6 h3{
	margin:0;
}
#reason6-1{
    width:345px;
    height: 560px;
    float: left;
    position: relative;
    margin:210px 0 20px 0;
}

#reason6-1 .label{
    position:absolute;
    top:-10px;
    left:-30px;
    width:73px;
    height: 89px;
}
#reason6-1 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}


#reason6-2{
    width:345px;
    height: 560px;
    float: left;
    position: relative;
    margin:210px 0 20px 16px;
}

#reason6-2 .label{
    position:absolute;
    top:-10px;
    left:-30px;
    width:73px;
    height: 89px;
}
#reason6-2 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}
#reason6-2 p{
    margin:10px 0;
}
.reason6-inner{
    padding:25px 15px 15px 15px;
    background: #fff;
}

#banner-hikaru{
	width:94%;
	margin:25px auto 15px auto;
}




#reason6-3{
    /*height: 560px;*/
    /*height:670px;*/
	/*height: 1460px;*/
    float: left;
    position: relative;
    margin:40px 0 20px 0;
}

#reason6-3 .label{
    position:absolute;
    top:10px;
    left:130px;
    width:73px;
    height: 89px;
}
#reason6-3 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}
#reason6-3 h5{
	text-align: center;
	font-size: 21px;
	line-height: 30px;
	color: #c00;
	margin:15px 0 10px 0;
}
#reason6-3 h3{
    text-align: center;
    border-bottom:4px solid #5997d4;
    display: block;
    /*width:660px;*/
    font-size: 20px;
    line-height: 30px;
}
#reason6-3 p{
    margin:10px 0;
}
#reason6-3 p.kome{
	text-align: center;
	font-size:13px;
}
#reason6-3-2-image{
    float: left;
    width:270px;
    margin:0 20px 0 0;
}
#reason6-3 ul{
    margin:0;
    padding:0 0 20px 0;
}
#reason6-3 ul li{
    background: url(../images/index201802/reason6-3-list-image.jpg) ;
    background-repeat: no-repeat;
    background-position:top left;
    margin-left:280px;
    margin-top:15px;
    margin-bottom:10px;
    background-size: 18px;
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    padding:0 0 0 22px;
}

#reason6-3-2-image2{
    float: right;
    width:300px;
    margin:0 0 0 20px;
}


#reason6-4{
    float: left;
    position: relative;
    margin:10px 0 20px 0;
}

#reason6-4 .label{
    position:absolute;
    top:10px;
    left:130px;
    width:73px;
    height: 89px;
}
#reason6-4 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}
#reason6-4-image{
    position: relative;
}
#reason6-4-image p{
    top:850px;
    left:30px;
    width:600px;
    font-size: 15px;
    line-height: 25px;
    position: absolute;
}
#reason6-4-text{
    text-align: center;
    margin:0 0 20px 0;
}




#reason6-5{
    float: left;
    position: relative;
    margin:10px 0 20px 0;
}

#reason6-5 .label{
    position:absolute;
    top:10px;
    left:130px;
    width:73px;
    height: 89px;
}
#reason6-5 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}
#reason6-5-image{
    position: relative;
}

#reason6-5-text{
    text-align: center;
    margin:0 0 20px 0;
}
#reason6-6{
    float: left;
    position: relative;
    margin:10px 0 20px 0;
}

#reason6-6 .label{
    position:absolute;
    top:10px;
    left:130px;
    width:73px;
    height: 89px;
}
#reason6-6 h4{
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 7px 5px;
text-align: center;
font-weight: bold;
color: #000;
    background: url(../images/index201802/reason6-h2-bg.png);
}
#reason6-6-image{
    position: relative;
}

#reason6-6-text{
    text-align: center;
    margin:0 0 20px 0;
}

#reason-more{
    margin:0 0 40px 0;
}
#why{
        width:776px;
    position: relative;
    margin-bottom:40px;
}
#why #text1{
    position:absolute;
    width:340px;
    top:570px;
    left:20px;
    color: #fff;
}
#why #text2{
    position:absolute;
    width:340px;
    top:635px;
    left:430px;
    color: #fff;
}
#aisatsu{
        width:776px;
    height: 660px;
    position: relative;
    margin-bottom:40px;
}
#aisatsu #text1{
    position:absolute;
    width:340px;
    top:440px;
    left:30px;
}
#aisatsu #text2{
    position:absolute;
    width:340px;
    top:440px;
    left:400px;
}

#case{
        width:776px;
    height: 860px;
    margin-bottom:40px;
    background: url(../images/index201802/case-bg.jpg);
    background-size: 100% 100%;
        clear:both;
}

#case ul{
margin: 0 0 0 30px;
padding: 30px 0 0 0;
}
#case ul li{
    margin:0 20px 0 0;
    padding:0;
    width:225px;
    height: 570px;
    float: left;
    list-style: none;
    position: relative;
}
#case ul li p{
    position:absolute;
top: 225px;
left: 15px;
width: 200px;
font-size: 13px;
line-height: 18px;
}

#nagare{
        width:776px;
    height: 1060px;
    margin-bottom:40px;
    background: url(../images/index201802/nagare-bg.png);
        clear:both;
    padding:30px;
    position: relative;
}
#nagare #title1{
position: absolute;
top: 300px;
    left: 40px;
    width: 95px;
}
#nagare #title2{
position: absolute;
top: 300px;
    left: 405px;
    width: 95px;
}
#nagare #title3{
position: absolute;
    top: 595px;
    left: 40px;
    width: 95px;
}
#nagare #title4{
position: absolute;
    top: 595px;
    left: 405px;
    width: 95px;
}
#nagare #title5{
position: absolute;
    top: 875px;
    left: 40px;
    width: 95px;
}
#nagare #text1{
position: absolute;
width: 310px;
top: 440px;
left: 50px;
font-size: 16px;
line-height: 26px;
}

#nagare #text2{
position: absolute;
width: 310px;
top: 440px;
left: 415px;
font-size: 16px;
line-height: 26px;
}

#nagare #text3{
position: absolute;
width: 310px;
top: 730px;
left: 50px;
font-size: 16px;
line-height: 26px;
}

#nagare #text4{
position: absolute;
width: 310px;
top: 730px;
left: 415px;
font-size: 16px;
line-height: 26px;
}

#nagare #text5{
position: absolute;
width: 310px;
top: 890px;
left: 415px;
font-size: 15px;
line-height: 22px;
}



#qa{
    margin-bottom:50px;
}
.panel-heading{
    background: #fff!important;
    padding:25px 15px 25px 25px!important!important;
    border:2px solid #911010!important;
} 
.glyphicon-collapse-down{
    margin-top:0;
}
.glyphicon-collapse-up{
    margin-top:0;
}
    .glyphicon-collapse-down:before {
  content: none!important;
        
}
.glyphicon-collapse-up:before {
  content:none !important;
}
.glyphicon{
    width:44px!important;
    height: 44px!important;
}

.glyphicon-collapse-up{
    background: url(/mp/images201804/menu-up.png) repeat-y!important;
    background-size: 34px 34px!important;
    width:34px!important;
    height: 34px!important;
    background-position: middle right !important;
}
.glyphicon-collapse-down {
    background: url(/mp/images201804/menu-down.png) repeat-y!important;
    background-size: 34px 34px!important;
    width:34px!important;
    height: 34px!important;
    background-position: middle right !important;
}
.panel-group{
    margin:30px;
}
.panel-group .panel{
    border: none!important;
    margin-bottom:10px!important;
}
.panel-body{
    border:none!important;
    padding:20px 25px!important;
}
.panel-body span{
    font-size: 110%;
    font-weight: bold;
}
.panel-title{
    font-size: 22px!important;
    line-height: 40px!important;
    margin:0;
    paddiong:0;
    font-weight: bold;
    color: #911010!important;
    text-align: left;
}
.panel-body p{
    font-size: 16px;
    line-height: 26px;
}
.panel-body p span{
    font-weight:bold;
}

#reason6-lawer{
}
#reason6-lawer1{
width:320px;
float:left;
}
#reason6-lawer2{
width:320px;
float:right;
}
#reason6-partner ul{
    margin:20px 0;
    padding:0;
}
#reason6-partner h3{
    text-align: center;
}
#reason6-partner ul li{
    margin:0 10px 10px 0;
    padding:0;
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    width:155px;
}
h2{
}
.nmg{
	margin:0!important;
}

#top-chosa-koumoku {
}

#top-chosa-koumoku h2{
	border-left: 6px solid #a60000;
    padding-left: 20px;
    font-size: 28px;
    margin: 0;
}


#top-price-link .title {
	margin:60px 0 20px 0;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ebe9e4;
}
#top-price-link h2{
	border-left: 6px solid #a60000;
    padding-left: 20px;
    font-size: 28px;
    margin: 0;
}
#top-price-link p.link{
	text-align:right;
}
#top-price-link p.more{
border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url(../images/header-menu-li-bg.png) no-repeat #a60000;
    background-size: 15px;
    background-position: center right;
    width: 290px;
    height: 26px;
    float: right;
    margin: 0 20px 10px 10px;
    padding: 4px 8px 0 30px;
}
.mg0{
	margin:0!important;
}

<!-- 探偵事務所とは -->

#abont-tantei{}

#abont-tantei h2{margin:0;padding:0; }

#abont-tantei .title {
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ebe9e4;
}
#abont-tantei .title h3{
border-left: 6px solid #a60000;
    padding-left: 20px;
    font-size: 20px;
    margin: 0;
	font-weight: bold;
}

#abont-tantei h4{
	font-size: 18px;
    margin: 0 0 20px 0;
    padding: 16px 0 18px 20px;
    background: url(../images/chosa-koumoku-h4-bg.png);
	font-weight:bold;
} 
#abont-tantei p{
	font-size:16px;line-height: 26px;
	margin-bottom:20px;
}
#abont-tantei .more{
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url(../images/header-menu-li-bg.png) no-repeat #a60000;
    background-size: 15px;
    background-position: center right;
    /* width: 130px; */
    height: 26px;
    float: right;
    margin: 0 20px 10px 10px;
    padding: 3px 13px 4px 30px;
}
#abont-tantei .link{
	background: #a60000;
	color: #fff;
	font-size:20px;
	line-height: 30px;
	text-align: center;
	padding:15px;
	margin:15px auto 30px auto;
	width:60%;
	border-radius: 5px;
}
#abont-tantei .link a{
	color:#fff;
	background:url(../images/header-menu-li-bg.png) no-repeat;
	background-size: 20px;
	background-position: right center;
	padding:0 30px 0 0;
}


.top-movie-cont{
	padding:60px;
	width:776px;
	margin:0 0 50px 0;
	background: url(../images/top-movie-bg.jpg);
	background-size: 100% 100%;
}
.youtube {position: relative;width: 100%;padding-top: 56.25%;}
.youtube iframe {position: absolute;top: 0;right: 0;width: 100%;height: 100%;}