@charset "UTF-8";
/* CSS Document */
.fixed {
    position: fixed;
    top: 0;
	/*top: -10px;*/
    width: 100%;
    z-index: 10000;
	background-color: rgba(255,255,255,0.9);
	background-position: center center;
	background-size: cover;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.line-h16 {
	line-height: 1.6em;
}
.midori {
	color: #008c56;
}
.ao2 {
	color: #002f7b;
}
.aka {
	color: #F63236;
}
.ki {
	color: #ffbc00;
}

/*a img:hover,a:hover {
	opacity: 0.7;
	text-decoration: none;
}*/
hr.style4 {
	background-color: #fff;
	border-top: 2px dashed #cccccc;
}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #f29600;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel-control.right {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}
.carousel-control.left {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}

.txt_box {
	border:1px solid #DFDFDF;
	padding: 10px;
}
.txt_top {
	word-wrap: break-word;
}

.bg_ao {
	background-color: #3e4293;
}
.bg_ao2 {
	background-color: #F5F8FC;
}
.bg_white {
	background-color: rgba(255,255,255,0.7);
}
.bg_kiiro2 {
	background-color: #fcf3de;
}
.pink {
	color: #FF6B6E;
}
.yellow {
	color: #FBA80D;
}
.red {
	color: #F01C1F;
}
.price {
	font-size: 120%;
}
.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 3px 0;
	margin:0;
}
.list_none li a img {
	border:none;
}
.futo {
	font-weight: bold;
}
.btn.btn-warning {
	color: #ffffff;
	background-color: #042B6B;
	border: none;
	font-size: 15px;
	transition: .2s;
}

.btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}

.btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #1886C8;
	color: #ffffff;
	text-decoration: none;
	border: none;
}

.sq {
	border: 1px solid #dddddd;
}


/*.mds {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.mds {
	font-size: 1.2em;
	line-height: 1.2em;
}
}

 h2,.mds01 {
  line-height: 22px;
  font-size: 26px;
  letter-spacing: 0.07em;
  text-align: left;
  margin-top: 0;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
 h2,.mds01 {
    font-size: 1.5em;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2,.mds01 {
    font-size: 1.4em;
    line-height:1.3em;
  }
}*/


.mds02 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 10px 0;
	color: #008c56;
}
@media screen and (max-width: 768px) {
.mds02 {
	font-size: 1.4em;
}
}



/*---------------ここから下はコネクトエッジ--------------*/









/*---------------私たちの研修内容*/
.box_muryo3 {
	width: 100%;
	/*padding-top: 60px;*/
	padding-bottom: 60px;
	text-align: left;
}
.box_muryo3 h2{
	margin-bottom: 20px;
	border-bottom: 3px solid #f05800;
	padding-bottom: 7px;
	letter-spacing: 0.15em;
}
.whitebox {
	background-color: #ffffff;
	/*border: 1px solid #dddddd;*/
	border-radius: 5px;
}

.whitebox h3{
	color: #f05800;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0px;
}

.whitebox p{
	font-size: 1.2em;
	line-height: 1.4em;
}




/*---------------プライバシーポリシー*/
.privacy h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #239e6c;
}
@media screen and (max-width: 768px) {
.privacy h3 {
	font-size: 1.3em;
}
}
	

/*---------------サイトマップ*/

.sitemap .list02 li a,
.sitemap .list02 li a i {
	color: #4c4c4c;
}

.sitemap .list02 li a:hover {
	text-decoration: underline;
}










/*---------------M&Aパッケージ*/
.box_package {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
	position:relative;
}
.box_package .catch01{
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 7px;
	text-align: justify;
	font-weight: 600;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_package .catch01{
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 7px 7px;
}
}
@media screen and (max-width: 480px) {
.box_package .catch01{
	font-size: 1.5rem;
	line-height: 1.6em;
	padding: 7px 7px;
}
}
@media screen and (min-width: 993px) {
.box_package dl{
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 20px 20px 20px 170px;
	position:relative;
}
.box_package dl::before {
  background-repeat: no-repeat;
  content: "";
  height: 135px;
  left: 15px;
  margin-top: -70.5px;
  position: absolute;
  top: 50%;
  width: 135px;
}
.box_package dl:nth-child(1)::before { background-image: url(../img/package/bg_plan01.png); }
.box_package dl:nth-child(2)::before { background-image: url(../img/package/bg_plan02.png); }
.box_package dl:nth-child(3)::before { background-image: url(../img/package/bg_plan03.png); }
.box_package dl:nth-child(4)::before { background-image: url(../img/package/bg_plan04.png); }
.box_package dl dt {
  border-bottom: 2px solid #fff;
  color: #f29600;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.box_package dd {
  font-size: 1.1em;
  text-align:justify;
}
}
@media screen and (max-width: 992px) {
.box_package dl {
  background-color: #efefef;
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 80px;
  position:relative;
}
.box_package dl::before {
  background-repeat: no-repeat;
  content: "";
  height: 60px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 10px;
  width: 60px;
  background-size: 60px auto;
}
.box_package dl:nth-child(1)::before { background-image: url(../img/package/bg_plan01.png); }
.box_package dl:nth-child(2)::before { background-image: url(../img/package/bg_plan02.png); }
.box_package dl:nth-child(3)::before { background-image: url(../img/package/bg_plan03.png); }
.box_package dl:nth-child(4)::before { background-image: url(../img/package/bg_plan04.png); }
.box_package dl dt {
  border-bottom: 2px solid #fff;
  color: #f29600;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 13px;
  padding-bottom: 10px;
  text-align: center;
}
.box_package dl dd {
  font-size: 1em;
  text-align:justify;
}
}
.box_package dl dd ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	text-align: left;
}
.box_package dl dd ul li{
	padding: 5px 0px 10px 8px;
	font-size: 1.1em;
	line-height: 1.2em;
	list-style-type: none!important;/*ポチ消す*/
}
.box_package dl dd ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f24d";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ec6c00; /*アイコン色*/
}


/*---------------譲渡希望の皆様へ*/
.box_assignment {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
}
.box_assignment .waku1{
	width: 100%;
	border: 2px solid #f29600;
	border-radius: 5px;
	font-size: 1.2em;
	padding: 0.7em;
	background-image: url(../img/assignment/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
}
.box_assignment .waku1 ul{
	padding: 0.5em 1em 0.5em 2em;
	position: relative;
	text-align: left;
}
.box_assignment .waku1 ul li{
	padding: 5px 0px 10px 5px;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	list-style-type: none!important;/*ポチ消す*/
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_assignment .waku1 ul li{
	font-size: 0.9em;
	padding: 5px 0px 8px 5px;
}
}
@media screen and (max-width: 480px) {
.box_assignment .waku1 ul li{
	font-size: 0.9em;
	padding: 5px 0px 8px 5px;
}
}
.box_assignment .waku1 ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #e84709; /*アイコン色*/
  font-size: 0.9em;
}

.box_assignment .waku2{
	width: 100%;
	border: 2px solid #f29600;
	border-radius: 5px;
	font-size: 1.1em;
	padding: 0.7em;
	background-image: url(../img/assignment/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
}
.box_assignment .waku2 ul{
	padding: 0 1em 0 1.7em;
	position: relative;
	text-align: left;
	margin-bottom: 0px;
}
.box_assignment .waku2 ul li{
	padding: 5px 0px 10px 5px;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.1em;
	list-style-type: none!important;/*ポチ消す*/
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_assignment .waku2 ul li{
	font-size: 0.9em;
	padding: 5px 0px 8px 5px;
}
}
@media screen and (max-width: 480px) {
.box_assignment .waku2 ul li{
	font-size: 0.8em;
	padding: 5px 0px 8px 5px;
}
}
.box_assignment .waku2 ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f0c8";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #e84709; /*アイコン色*/
  font-size: 0.8em;
}

.box_assignment .waku1 p,
.box_assignment .waku2 p{
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_assignment .waku1 p,
.box_assignment .waku2 p{
	font-size: 0.9em;
}
}
@media screen and (max-width: 480px) {
.box_assignment .waku1 p,
.box_assignment .waku2 p{
	font-size: 0.9em;
}
}

.box_assignment .square_btn a{
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 2em;
	text-decoration: none;
	color: #e84709;
	background: #ECECEC;
	transition: .4s;
	border-radius: 5px;
}
.box_assignment .square_btn a:hover {
	background: #e84709;
	color: white;
}



/*---------------売買物件情報*/
.box_sale {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
	position:relative;
}
.box_sale .mds01{
	background-color: #efefef;
	border-left: 8px solid #ec6c00;
	color: #f29600;
	padding: 0.5em 0.75em;
	font-size: 1.6em;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_sale .mds01{
	padding: 0.5em 0.75em;
	font-size: 1.4em;
}
}
@media screen and (max-width: 480px) {
.box_sale .mds01{
	padding: 0.5em 0.75em;
	font-size: 1.4em;
}
}

.box_sale table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
.box_sale table{
	font-size: 1em;
}
}

.box_sale table th{
	border: 1px solid #cccccc;
	background-color: #efefef;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}
.box_sale table td{
	border: 1px solid #cccccc;
	padding: 0.5em;
}
.box_sale table td a {
	text-decoration: underline;
	color: #ec6c00;
}

.box_sale table.buy td:nth-child(1),
.box_sale table.assignment td:nth-child(1) {
	width: 70px;
	text-align: center;
}
.box_sale table.buy td:nth-child(4),
.box_sale table.assignment td:nth-child(4) {
	width: 130px;
}
.box_sale table.buy td:nth-child(5),
.box_sale table.assignment td:nth-child(5) {
	width: 70px;
	text-align: center;
}
@media screen and (max-width: 768px){
.box_sale table.buy th:nth-child(4),
.box_sale table.buy td:nth-child(4),
.box_sale table.assignment th:nth-child(4),
.box_sale table.assignment td:nth-child(4) {
	display: none;
}
}



/*---------------売買物件情報詳細ページ*/
.box_sale01 {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
	position:relative;
}
.box_sale01 .mds01{
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0.3em 0;
	font-size: 1.6em;
	font-weight: 600;
}
.box_sale01 .mds01 .no{
	display:inline-block;
	background-color: #dd4709;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.3em 0.2em;
	margin-right: 0.5em;
}
.box_sale01 p{
	font-size: 1.1em;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.box_sale01 .mds01{
	padding: 0.5em 0;
	font-size: 1.4em;
}
.box_sale01 p{
	font-size: 1em;
}
}
@media screen and (max-width: 480px) {
.box_sale01 .mds01{
	padding: 0.5em 0;
	font-size: 1.4em;
}
.box_sale01 p{
	font-size: 0.9em;
}
}
.box_sale01 table{
	width:100%;
	 border: 1px solid #cccccc;
	 overflow: hidden;
	 word-break: break-all;
	 word-wrap: break-word;
}
.box_sale01 table th{
	border-top: solid 1px #cccccc;
	width: 30%;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #F4F4F4;
}
.box_sale01 table td{
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media (max-width: 420px){
.box_sale01 table{
	border-top:none;
}
.box_sale01 table th{
	width:100%;
	display:block;
	margin: 0 auto;
}
.box_sale01 table td{
	display: list-item;
	width: 100%;
	border-top: none !important;
	border-left: none !important;
}
}
.box_sale01 .square_btn a{
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 2em;
	text-decoration: none;
	color: #e84709;
	background: #ECECEC;
	transition: .4s;
	border-radius: 5px;
}
.box_sale01 .square_btn a:hover {
	background: #e84709;
	color: white;
}



/*---------------買収希望の皆様へ*/
.box_acquire {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
}
.box_acquire .waku{
	width: 100%;
	border: 2px solid #f29600;
	border-radius: 5px;
	font-size: 1.2em;
	padding: 0.7em;
	background-image: url(../img/acquire/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
}
.box_acquire .waku ul{
	padding: 0.5em 1em 0.5em 2em;
	position: relative;
	text-align: left;
}
.box_acquire .waku ul li{
	padding: 5px 0px 10px 5px;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	list-style-type: none!important;/*ポチ消す*/
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_acquire .waku ul li{
	font-size: 0.9em;
	padding: 5px 0px 8px 5px;
}
}
@media screen and (max-width: 480px) {
.box_acquire .waku ul li{
	font-size: 0.9em;
	padding: 5px 0px 8px 5px;
}
}
.box_acquire .waku ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #e84709; /*アイコン色*/
  font-size: 0.9em;
}

.box_acquire .waku p{
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
	/*　画面サイズが481pxからはここを読み込む　*/
.box_acquire .waku p{
	font-size: 0.9em;
}
}
@media screen and (max-width: 480px) {
.box_acquire .waku p{
	font-size: 0.9em;
}
}

.box_acquire .square_btn a{
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 2em;
	text-decoration: none;
	color: #e84709;
	background: #ECECEC;
	transition: .4s;
	border-radius: 5px;
}
.box_acquire .square_btn a:hover {
	background: #e84709;
	color: white;
}





/*---------------M&Aのよくある質問*/
.box_faq {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
	position:relative;
}
@media screen and (min-width: 993px) {
.box_faq h2{
	margin-bottom: 10px;
	border-bottom: 3px solid #f05800;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
	font-size: 1.6em;
}

.box_faq dl{
	border: 1px solid #eb6c00;
	margin-bottom: 20px;
}
.box_faq dl dt {
  font-size:1.1em;
  padding: 1.5em 1.5em 1.5em 4.5em;
  background-color: #eb6c00;
  background-image: url(../img/faq/ic_q.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  color: #ffffff;
  font-weight: normal;
}
.box_faq dl dd {
  font-size: 1.1em;
  text-align:justify;
}
.box_faq dl dd {
  font-size:1.1em;
  padding: 1.5em 1.5em 1.5em 4.5em;
  background-image: url(../img/faq/ic_a.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
}
@media screen and (max-width: 992px) {
.box_faq h2{
	margin-bottom: 10px;
	border-bottom: 3px solid #f05800;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
	font-size: 1.4em;
}

.box_faq dl{
	border: 1px solid #eb6c00;
	margin-bottom: 20px;
}
.box_faq dl dt {
  font-size:1em;
  padding: 1.2em 1.2em 1.2em 4.2em;
  background-color: #eb6c00;
  background-image: url(../img/faq/ic_qs.png);
  background-repeat: no-repeat;
  background-position: 7px 50%;
  color: #ffffff;
  font-weight: normal;
}
.box_faq dl dd {
  font-size: 1em;
  text-align:justify;
}
.box_faq dl dd {
  font-size:1em;
  padding: 1.2em 1.2em 1.2em 4.2em;
  background-image: url(../img/faq/ic_as.png);
  background-repeat: no-repeat;
  background-position: 7px 50%;
}
}



/*---------------当社スタッフ紹介*/
.box_staff {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
}
.box_staff h2{
	margin-bottom: 30px;
	border-bottom: 3px solid #f05800;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
	font-size: 1.6em;
}
.box_staff .waku {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 1em 0.5em;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
}
.box_staff .waku p.name {
	font-weight: 600;
	font-size: 1.2em;
	border-bottom: 1px solid #eb6c00;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.box_staff .waku p.name > img {
	display: inline-block;
	object-fit: contain;
}
.box_staff .waku p span {
	display: block;
	font-weight: 600;
	border-top: 1px dashed #eb6c00;
	padding: 10px 0 5px 0;
	margin-top: 15px;
}
/*@media screen and (max-width: 768px){
.box_staff .waku {
	font-size: 1em;
	line-height: 1.6em;
}
.box_staff .waku p.name {
	font-size: 1.2em;
}
}*/








/*---------------M&A成功事例*/
.box_success {
	width: 100%;
	padding-bottom: 60px;
	text-align: left;
	position:relative;
}
.box_success h2{
	margin-bottom: 30px;
	border-bottom: 3px solid #f05800;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
	font-size: 1.6em;
}


.box_success .waku{
	border: 1px solid #e88c00;
	margin-bottom: 20px;
}
.box_success .ttl{
	background-color: #e88c00;
	padding: 0.8em 1em;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.6em;
	color: #ffffff;
	margin-bottom: 0;
}
.box_success .waku .inner {
	padding: 1em;
}
.box_success .waku .inner .left{
	width: 30%;
	float: left;
}
.box_success .waku .inner .right{
	width: 65%;
	float: right;
}
.box_success .waku .inner .right .category a{
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0.4em 0.6em;
	background-color: #de4709;
	color: #ffffff;
}
.box_success .waku .inner .right .category a:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: .3s;
}
.box_success .waku .inner .right .text{
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
}
.box_success .waku .inner .right .date{
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
}
.box_success .waku .inner .right .square_btn{
	text-align: right;
}
@media screen and (max-width: 992px) {
.box_success .ttl{
	font-size: 1em;
	font-weight: 600;
	line-height: 1.6em;
}
.box_success .waku .inner .right .text{
	font-size: 0.9em;
}
}






















