@charset "utf-8";
/* CSS Document */

.fs-l-sideArea {
    display: none;
}

.fs-body-about-terms .fs-c-heading.fs-c-heading--page{

border-bottom: none;
border-left: none;
margin: 0;
font-weight: bold;
color: #393939;
letter-spacing: 1px;
font-size: 2.2rem;
line-height: 1.2;
padding: 1.8em 0;
text-align: center;

}

.fs-c-heading--page{
	border-bottom: none;
	margin: 0;
    font-weight: bold;
    color: #393939;
}

@media screen and (max-width: 1208px){
  .fs-c-heading--page{
    padding-top: 1em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px){

	.fs-body-about-terms .fs-c-heading.fs-c-heading--page{
		font-size: 20px;
    padding: 1em 0 0.5em 0.7em;
    text-align: left;
	}

	.fs-c-heading--page {
    font-size: 20px;
    padding: 1em 0 0.5em 0.7em;
    text-align: left;
}

}



.em_businessdeal{
	display: inline-block;
	max-width: 1100px;
  width:90%;
	text-align: left;
	margin-bottom: 50px;
		}

.em_businessdeal h2{
	font-size: 25px;
	font-weight: bold;
		}

.em_businessdeal h3{
	/*font-size: 20px;
	font-weight: bold;*/
  font-size:15px;
  font-weight: normal;
}

.em_businessdeal p{
	font-size: 13px;
	font-weight: normal;
  margin-bottom: 1em;
}
.em_businessdeal ul{
  padding-left:1.2em;
}
.em_businessdeal ul li{
	font-size: 13px;
	font-weight: normal;
  margin-bottom:1em;
  word-break: break-all;
}
.em_businessdeal ul.num{
  list-style: decimal;
}
.em_businessdeal ul.sq{
  list-style: square;
  padding-left:1em;
}
.em_businessdeal ul.dot{
  list-style: disc;
  padding-left:1em;
}
.em_businessdeal ul.none{
  list-style: none;
}
.em_businessdeal .right{
  text-align: right;
}

.em_businessdeal table,.em_businessdeal td,.em_businessdeal th{
  border-collapse: collapse;
  border:1px solid #333;
}
.em_businessdeal th{
  text-align: center;
}
.em_businessdeal td{
  padding:0.5em;
}

@media screen and (max-width: 767px){

	.em_businessdeal{
	width: 93%;
	margin-bottom: 20px;
	}

	.em_businessdeal h2{
	font-size: 18px;
	font-weight: bold;
	}

.em_businessdeal h3{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}

.em_businessdeal p{
	font-size: 12px;
	font-weight: normal;
}

.em_businessdeal ul li{
	font-size: 12px;
	font-weight: normal;
}

}

		.em_scttable_area {
			width: 100%;
			margin-bottom: 30px;
}

@media screen and (max-width: 767px){

.em_scttable_area {
			margin-bottom: 10px;
}

}


.em_scttable_area > tbody > tr > td,
.em_scttable_area > tbody > tr > th,
.em_scttable_area > tfoot > tr > td,
.em_scttable_area > tfoot > tr > th,
.em_scttable_area > thead > tr > td,
.em_scttable_area > thead > tr > th {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left
}

.em_scttable_area th {
    width: 25%;
    font-weight: 400
}

.em_scttable_area td {
    width: 58.33333%
}

.em_businessdeal h2{
	display: inline-block;
    width: 100%;
    margin: 20px 0 10px 0;
    letter-spacing: .1em;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #000;
		}

.em_info_box {
    display: inline-block;
    width: 100%;
	margin: 20px 0;
		}

.em_info_box h3{
    display: inline-block;
    width: 80%;
    line-height: 1.5em;
  }


.em_info_box p{
	margin: 10px 0 15px 0;
    text-align: left;
}

.em_businessdeal ul {
  list-style:initial;
	margin: 10px 0;
	padding: 0 0 0 20px
}

.em_businessdeal ul li{
line-height: 1.5rem;
}

/*
.btn {
  background: #4D4C4C url(https://emoor.itembox.design/item/common/img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #4D4C4C;
  color: #fff !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}

  .btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .btn:hover {
    color: #4D4C4C !important;
  }
  .btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
            text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .btn:hover:before {
    left: 0;
  }
*/

.css-br::after {
        content: initial;
        white-space: nowrap
    }

.css-br2::after {
	    content: "\A";
    white-space: pre;
    }

@media screen and (max-width: 767px){
.css-br::after {
    content: "\A";
    white-space: pre;
}
	.css-br2::after {
        content: initial;
        white-space: nowrap
}

}

.em_info_box .em_info_flexbox {
	display: flex;
	width: 100%;
	background-color: #E9E9E9;
	justify-content:space-around;
}

.em_info_textbox {
	display: inline-block;
	width: 100%;
	flex-basis: 50%;
}

.em_info_box .em_info_textbox h2{
	border: none;
}

.em_info_box .em_info_textbox h3{
	border: none;
}

.em_info_box .em_info_textbox p{
	/*font-weight: bold;*/
	border: none;
}

.em_info_imgbox {
	display: inline-block;
	width: 100%;
	flex-basis: 20%;
	position: relative;
}

.em_info_imgbox img{
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}


.em_contents_box {
	display: inline-block;
	max-width: 1100px;
  width:100%;
}


@media screen and (max-width: 767px){

	.em_info_textbox {
	display: inline-block;
	width: 100%;
	flex-basis: 100%;
		padding: 10px;
}

	.em_info_imgbox {
	display: none;
}

	.em_contents_box {
	width: 100%;
}
}



/*エムールトップへ*/

.em_tokyo-emoor {
	position: relative;
	width: 100%;
	height: 450px;
	background-image:url("https://emoor.itembox.design/item/concept_back2_1500x.jpg");
	background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;
	background-position: center;
}

.em_tokyo-emoor_container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.em_tokyo-emoor_container h3{
	font-family: "Century Gothic";
	font-weight: normal;
	display: inline-block;
	width: 160px;
	height: 20px;
	border-radius: 10px;
	background: #ed6c00;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px;
	font-family: "Yu Gothic";
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #393939;
}

.em_tokyo-emoor_container a{
	display: inline-block;
    width: 300px;
    /*font-size: 13px;*/
    font-weight: bold;
    /*line-height: 30px;*/
}


@media screen and (max-width: 767px){

	.em_tokyo-emoor_container {
		display: inline-block;
    width: 100%;
	}

	.em_tokyo-emoor_container p{
	display: inline-block;
	margin: 25px 0;
	font-size: 23px;
}

}
