@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
}

/* clearfix（まわり込み解除）の設定 */
.clearfix:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content:".";
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

/* 全体設定 */


body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 共通 */
#maincont {
	height: auto;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
}
/* #maincont {
	height: auto;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
} */

#header {
	position:relative;

	background-image: url(images/demo/top_home.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 230px;
	/* width: 800px; */
}

#header #contact_link {
	position:absolute;

	margin:0;
	bottom:8px;
	right:57px;
}
#header #contact_link img {
	vertical-align: bottom;
	margin-top: -167px;
    margin-right: -25px;
}

h1 {
	position: absolute;
	top: -1000px;
}

#footer {
	background-color: #999;
	margin-top: 30px;
	padding: 0px;
	height: 30px;
	width: 960px;
	text-align: center;
}
/* #footer {
	background-color: #999;
	margin-top: 30px;
	padding: 0px;
	height: 30px;
	width: 800px;
	text-align: center;
} */

/* トップページ */
#newbox {
	width: 285px;
	margin-left: 10px;
	float: left;
}

#catch {
	width: 485px;
	margin-left: 305px;
	margin-right: 10px;
}


.catchBox {

	padding-bottom:40px;
}

#catch_info {
	height:200px;
}

.catch_i-left {
	width: 260px;
  float: right;
  line-height: 1.7em;
}

.catch_i-right {
	width:180px;
	float:left;
}
.catch_i-right span {
	margin-top:1px;
	display:block;
	font-size:0.9em;
}

#catch_service .menu {
	position:relative;
	padding-bottom:40px;
}
#catch_service .menu:after {
	content: "";
  height: 23px;
  width: 7px;
  background-color: #FFF;
  position: absolute;
  top: 11px;
  left: 10px;}


#catch_service .menu dt {
	display: inline-block;
  padding: 10px 20px 10px 25px;
	font-size: 1.2em;
	color:#FFF;
	background-color:#A82954;
	/*border-bottom:1px dotted #FFF;*/

	margin-bottom:3px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;

	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

#catch_service .menu dt a {
	color:#FFFFFF;
}
#catch_service .menu dt a:hover {
  color: #999;
}

#catch_service .menu dd {
	margin-right: 10px;
	margin-left:15px;
  padding: 20px 25px 20px 30px;
	color: #000;
  background-color: #f6e2e9;
	line-height:2em;

	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;

	/*-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;*/
}

#catch_service .menu dd .underline {
	color:red;
	font-weight:bold;
	/*background:#999999;*/
	/*background:linear-gradient(transparent 40%, #999999 40%) repeat scroll 0% 0% transparent;*/
}



.newboxBan {
	margin:15px 0 0;
}
.blog_b {
	margin-top: 10px;
}

/* サービス内容 */
#annaibox {
	margin-left: 50px;
	margin-bottom: 10px;
}

/* 成功例 */
.sample {
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}

.sample table{
	margin: 8px auto;;
}

.sample table td {
	padding: 0 10px;
}

.sample p {
	padding-left: 1.5em;
}



/* ビフォー＆アフター */
#before_after h2.mgn {
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}
#before_after h2.mgn span {
	position:absolute;
	bottom:0.1em;
	padding-left:1.5em;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.2em;
}

#before_after .box {
	margin-bottom:30px;
}

#before_after .inner {
	margin:0 auto;
	width:90%;
}


#before_after #bf_info1 {
  padding-bottom: 25px;
}



#before_after .box h3 {
	font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
  padding-left: 2em;
  margin: 10px 0px 0px;
	color:#a82954;
}

#before_after .box p.h3_hosoku {
  border-bottom: 1px solid #000;
  text-indent: 1em;
  padding-bottom: 7px;
  margin-right: 3em;
  margin-left: 3em;
}

#before_after .box .inner p {
	margin-left:0;
	margin-bottom:25px;
}

#before_after #bf_caution ul {
	padding-bottom:35px;
}

#before_after #bf_caution li {
	margin-left:25px;
	padding:10px 25px 0 0;
	list-style:outside;
	font-size:0.9em;
}


#before_after  #bf_voice .inner {
	padding-bottom:100px;
	margin-bottom:40px;
	background-image:url(images/bg_voiceBox.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#before_after  #bf_voice .inner:last-child {
	padding-bottom:0;
	background-image:none;
}


#before_after  #bf_voice .inner h4 {
  text-align: center;
  margin-top: 30px;
	margin-bottom:5px;
  font-size: 1.7em;
  font-weight: normal;
}
#before_after  #bf_voice .inner h4 a {
color: #000;
}
#before_after  #bf_voice .inner h4 a:hover {
  color: #999;
}
#before_after  #bf_voice .inner h4+p {
	text-align: center;
	margin-bottom: 30px;
  font-size: 1.2em;
}

#before_after .voice_photo {
	padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #999;
	clear:both;
}

#before_after .inner div:nth-last-of-type(2) {
	padding-bottom:0;
	border-bottom:none;
}

#before_after .voice_photo img {
	vertical-align: bottom;
}


#before_after .p_top {
	margin-bottom:85px !important;
}

#before_after .p_left {
	position:relative;
	float:left;
}

#before_after .p_right {
	position:relative;
	float:right;
}


#before_after p .p_txt {
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	color:#FFF;
	font-weight:bold;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px rgba(70, 70, 70, 1);
	clear:both;
}

#before_after .arrow_r:after {
	content:"";
	position:absolute;
  top: 45%;
  right: -95px;
	width:45px;
	height:45px;
	background-image:url(images/arrow_r.png);
	background-repeat:no-repeat;
}

#before_after .p_top:after {
	content:"";
	position:absolute;
  bottom: -55px;
  right: 42%;
	width:45px;
	height:45px;
	background-image:url(images/arrow_b.png);
	background-repeat:no-repeat;
}

#before_after .voice_txt {
	position:relative;
	margin:0 auto;
	width:90%;
  background: #fde8bf;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#before_after .voice_txt:after {
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	top:-45px;
	left:45px;
	background-image:url(images/voice_txt-after.png);
	background-repeat:no-repeat;
}
#before_after .voice_txt p:last-child {
	margin-bottom:0;
}


#before_after .voice_txt h5 {
  font-size: 1.1em;
  padding-left: 0.5em;
  padding-bottom: 5px;
}


/*セミナー_20150317新規作成分*/
#seminar h2.mgn {
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}

#seminar h2.mgn span {
	position:absolute;
	bottom:-0.7em;
	padding-left:1.5em;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.2em;
}


#seminar .box {
	padding-bottom: 85px;
  margin-bottom: 60px;
	background-image:url(images/bg_voiceBox.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#seminar div:nth-last-of-type(2) {
	padding-bottom:0;
	background-image:none;
}



#seminar .box h3 {
	font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
	padding-bottom: 7px;
	padding-left: 2em;
  margin: 10px 0px 0px;
	color:#a82954;
}

#seminar .box h3+p {
  /* border-bottom: 1px solid #000; */
	padding-left:1em;
	margin-right:1em;
  padding-bottom: 7px;
  margin-right: 3em;
  margin-left: 3em;
}

.box#seminar_info4 .charge {
	display:block;
	padding:10px 0;
	text-align:right;
	font-weight:bold;
	font-size: 1.1em;
}


#seminar .p_photo {
	display:block;
  width: 500px;
  margin: 30px auto;
  box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
  -moz-box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
}


/*B＆A_セミナー_メディア共通テーブル*/
.s_table {
	margin:0 auto;
	width:720px;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.s_table th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #fff;
}

.s_table td {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
	  border-bottom: #999 1px solid;
}

.s_table th,
.s_table td {
	font-size:1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.s_table tr td:nth-of-type(2) {
	background:#dd99b0;
}

.s_table tr td:nth-of-type(3) {
	background:#f6e2e9;
}


.s_table thead td {
	text-align:center;
}
.s_table th,
.s_table thead td,
.s_table tr td:first-child {
	color:#FFF;
	background:#A82954 !important;
}

.pdf_td {
	position:relative;
}
.pdf_td span {
	position:absolute;
	display:inline-block;
	padding:4px;
	top:6px;
	right:-1.7em;

	font-weight:bold;
	background-color:#F00;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pdf_td span a {
	color:#FFF /*!important*/;
}
#scrollWrap {
	height:450px;
	overflow-y:scroll;
}









#seminar .voice_txt {
position: relative;
  margin: 50px auto;
  width: 80%;
  background: #fde8bf;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#seminar .voice_txt:after {
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	top:-45px;
	left:45px;
	background-image:url(images/voice_txt-after.png);
	background-repeat:no-repeat;
}


#seminar .voice_txt h4 {
	font-size:1.1em;
	padding-left:0.5em;
	padding-bottom:5px;
}

#seminar .voice_txt ul {
	margin-left:1em;
}

#seminar .voice_txt ul li {
	margin-bottom:1em;
}
#seminar .voice_txt ul li:last-child {
	margin-bottom:0;
}




#kouza_gaiyo.s_table td {
	background:#f6e2e9;
}

#kouza_gaiyo caption {
	padding-top:40px;
	font-size:1.5em;
	font-weight:bold;
}

#kouza_gaiyo+p {
	margin:0 auto;
	width:720px;
}



.voice_txt .top_anchor {
	position: absolute;
  right: -15px;
}
#before_after .voice_txt .top_anchor {
  bottom: -40px;
}
#seminar .voice_txt .top_anchor {
  bottom: -30px;
}


/*メディア_20150317新規作成分*/
#media h2.mgn {
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}

#media h2.mgn span {
  position: absolute;
  bottom: 0;
  padding-left: 1.5em;
  font-weight: normal;
  font-size: 0.8em;
}


#media .p_photo {
	display:block;
  width: 480px;
  margin: 5px auto;
  box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
  -moz-box-shadow: rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
}

#media .catv_link {
  width: 510px;
  height: 322px;
  margin: 20px auto 30px;
  display: block;
}






/* プロフィール */
#prof1 {
	width: 470px;
	margin-left: 20px;
	float: right;
}

.prof_txtBox {
	margin-top: 10px;
	margin-left: 40px;
	padding-bottom:35px;
	width:80%;
}
.prof_f {
	width:800px;
	margin:0 auto;
}
.prof_img {
	float: left;
	margin-left:18px;
	/* width: 270px; */
    height: 370px;
}


.link_bnr {
	margin-bottom:35px;
	/*display:inline-block;*/
}

.link_bnr a:first-child {
	text-decoration:none !important;
}

.link_bnr img {
		margin-right:1em;
/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
-moz-box-shadow:rgba(113, 135, 164, 0.65) 2px 2px 3px 0px;
}

/* セミナー一覧テーブル
20150317_サイト修正の為削除
#sem_tbl {
	font-size: 0.8em;
	margin: 0px auto;
	width: 750px;
	border: 1px solid #999;
	border-collapse: collapse;
}

#sem_tbl th {
	border: 1px solid #999;
	text-align: center;
}

#sem_tbl td {
	border: 1px solid #999;
	padding-left: 5px;
}

#sem_tbl .col {
	background-color: #ccc;
}

.yaleft {
	margin-right: 20px;
	float: left;
} */

/* バナークリック */

.click a:hover{
	position: relative;
	top: 2px;
	bottom: 2px;
	right: 2px;
	left: 2px;
}

/* 寄せ設定その他 */
.fleft {
	float: left;
}

.right {
	text-align: right;
	margin-right: 20px;
}

img {
	border: none;
}







/* !Floats ------------------------------------------------------------------ */
.flL { display: inline; float: left;}
.flR { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox { overflow: hidden; *zoom: 1;}
.w237px{ width: 237px;}


/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide { display: none;}
.bgN { background: none !important;}
.tdU { text-decoration: underline;}
.tdN { text-decoration: none;}
.atode { border: 2px solid #96c; padding: 10px; text-align: center; background-color: #f9f; font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; font-size: 30px; color: #fff;}





.m_0 {
	margin: 0;
}

pt_10 {
	padding-top: 10px;
}

/* addon20190808 */
.IntroBox {
	margin: 0 40px 40px;
	border: 1px solid #333;
	padding: 15px;
}
.IntroBox__Title {
	text-decoration: underline;
	margin-bottom: 20px;
}
.IntroBox__Cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.IntroBox__ImgBox {
	width: 40%;
}
.IntroBox__ImgBox img{
	width: 100%;
}
.IntroBox__TextBox {
	width: calc(60% - 30px);
}
.IntroBox__ListHeading {
	margin-bottom: 5px;
}
.IntroBox__CoListBox {
	list-style: none;
}
.IntroBox__Other {
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 1em;
}
.IntroBox__Btn {
	display: block;
	margin-left: auto;
	width: 77%;
	background-color: #a82954;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	padding: 10px 15px;
	text-align: center;
	border-radius: 3px;
}
.IntroBox__Btn:hover {
	color: #fff;
	opacity: .5;
}


/* osaki0520☆ */
.mr_80 {
	margin-right: 80px;
}
.top_img {
	margin-left: 90px;
}
.sns_logo {
	width: 60px;
	padding: 10px;
}
.sns {
	margin-top: 100px;
	margin-left: 230px;
	margin-bottom: 50px;
}
.mt_55 {
	margin-top: 55px;
}
.bb_1 {
	border-bottom: 1px solid #000;
}
/* ☆0525 */
#scrollWrap2 {
    height: 295px;
    overflow-y: scroll;
}
.mgn_2 {
	margin-top:30px;
	margin-bottom:50px;
	margin-left: 10px
}
.text_3 {
	padding-left: 1.5em;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
}
