@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: 		broadcast.scss

New Creation:
Last Change:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer
10.	pages

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#topicpath {
  padding-right: 30px;
  padding-left: 30px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}
#content .link {
  width: 252px;
}
#content .link a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
#content .link a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
#content .link a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
#content .link a:hover {
  color: inherit !important;
}
#content .link a:hover > *, #content .link a:hover::before {
  color: #f5f2f0;
}
#content .link a:hover::after {
  background: url(../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
#content .link a::before {
  content: none;
}
#content .link a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../img/broadcast_common_btn_arrow.png) right top no-repeat;
}
#content .link.btn-counseling {
  margin-right: 5px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: none;
  margin-bottom: 0;
  width: auto;
}

.p-hero {
  position: relative;
  margin-bottom: 60px;
}
.p-hero .hero-cv {
  position: absolute;
}
.p-hero .hero-cv .list {
  display: flex;
}

.p-campaign {
  position: relative;
  margin: 0 auto 40px;
  width: 828px;
}
.p-campaign__list {
  display: flex;
  position: absolute;
  bottom: 47px;
  left: 35px;
}
.p-campaign__item {
  width: 252px;
}
.p-campaign__item a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.p-campaign__item a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
.p-campaign__item a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.p-campaign__item a:hover {
  color: inherit !important;
}
.p-campaign__item a:hover > *, .p-campaign__item a:hover::before {
  color: #f5f2f0;
}
.p-campaign__item a:hover::after {
  background: url(../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
.p-campaign__item a::before {
  content: none;
}
.p-campaign__item a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../img/broadcast_common_btn_arrow.png) right top no-repeat;
}
.p-campaign__item.btn-counseling {
  margin-right: 6px;
}

.p-box {
  margin: 0 80px;
}
.p-box + .p-box {
  margin-top: 80px;
}
.p-box__title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 17px;
  height: 62px;
  background: url(../img/broadcast_common_box_title_bg.png) left top repeat-x;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #7f7875;
}
.p-box__title::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-box__text, .p-box__lead {
  line-height: 2;
  font-size: 14px;
  color: #7f7875;
}
.p-box .u-foChange {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #59504d;
}
.p-box .u-foChange em {
  display: block;
  font-size: 25px;
}
.p-box .cv {
  margin: 40px 0;
}
.p-box .cv .list {
  display: flex;
  align-items: center;
}
.p-box .cv .list .item.text {
  padding-left: 15px;
  width: 319px;
  background: url(../img/arrow/arrow.png) left center no-repeat;
  line-height: 1.4285714286;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
  box-sizing: border-box;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}

.p-lead {
  position: relative;
  margin-bottom: 30px;
}
.p-lead .p-box__text {
  margin-bottom: 200px;
}
.p-lead .pic1 {
  margin-bottom: 40px;
  text-align: center;
}
.p-lead .pic2 {
  position: absolute;
  right: 0;
}
.p-lead .p-anchor {
  clear: both;
}
.p-lead .p-anchor__list {
  flex-wrap: nowrap;
}
.p-lead .p-anchor__item {
  overflow: visible;
  margin-bottom: 0;
}
.p-lead .p-anchor__item a {
  overflow: hidden;
  flex-direction: column;
  padding-bottom: 10px;
  border-radius: 4px;
  line-height: 1.1666666667;
  font-size: 12px;
  box-sizing: border-box;
}

.no1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no1 .p-box__pic {
  margin-bottom: 30px;
  width: 400px;
}
.no1 .p-box__pic img {
  width: 100%;
  height: auto;
}
.no1 .p-box__pic figcaption {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #7f7875;
}
.no1 .p-box__pic figcaption small {
  font-size: 12px;
  font-weight: normal;
}
.no1 .info {
  padding: 12.5px 20px;
  background: #eae5e2;
  line-height: 1.3;
  font-size: 10px;
  color: #7f7875;
}

.no3 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.no3 .list .item {
  width: 270px;
}
.no3 .list .item .p-box__pic {
  margin-bottom: 10px;
}
.no3 .list .item .p-box__text {
  line-height: 1.5;
}
.no3 .price-table > .title {
  border-bottom: 1px solid #d4d1d0;
  background: #7f7875;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.no3 .price-table table {
  margin-bottom: 14px;
}
.no3 .price-table table thead th,
.no3 .price-table table thead td {
  height: 34px;
  background: #7f7875;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.no3 .price-table table thead th {
  padding-left: 20px;
  border-right: 1px solid #fff;
}
.no3 .price-table table thead td {
  text-align: center;
}
.no3 .price-table table tbody th,
.no3 .price-table table tbody td {
  height: 34px;
  border-bottom: 1px solid #d4d1d0;
  font-size: 13px;
  color: #7f7875;
}
.no3 .price-table table tbody th {
  padding-left: 20px;
  border-right: 1px solid #d4d1d0;
  border-left: 1px solid #d4d1d0;
}
.no3 .price-table table tbody th span {
  font-size: 11px;
}
.no3 .price-table table tbody td {
  border-right: 1px solid #d4d1d0;
  text-align: center;
  line-height: 1.5;
}
.no3 .price-table table tbody td.red {
  color: #ec7272;
}
.no3 .price-table table tbody td.red .tax-included {
  color: #7f7875;
}
.no3 .price-table table tbody td .tax-included {
  display: block;
  line-height: 1;
  font-size: 0.7692307692em;
}
.no3 .price-table table tbody .total th,
.no3 .price-table table tbody .total td {
  height: 48px;
  background: #f6f4f2;
  font-size: 15px;
  font-weight: bold;
  color: #7f7875;
}
.no3 .price-table .price-other {
  position: relative;
  border: 1px solid #d4d1d0;
  background: #f6f4f2;
}
.no3 .price-table .price-other .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 63px 0 20px;
  height: 78px;
  box-sizing: border-box;
}
.no3 .price-table .price-other .inner__title, .no3 .price-table .price-other .inner__text {
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  color: #7f7875;
}
.no3 .price-table .price-other .tax-included {
  display: block;
  line-height: 1;
  font-size: 0.6666666667em;
}
.no3 .price-table .price-other.set {
  margin-bottom: 14px;
}
.no3 .price-table .price-other.set .inner__text {
  display: flex;
  position: relative;
  align-items: center;
  color: #ec7272;
}
.no3 .price-table .price-other.set .inner__text::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  background: url(../img/broadcast_common_no3_pic4.png) left top no-repeat;
}
.no3 .price-table .table-cap {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 10px;
  color: #7f7875;
}
.no3 .price-table .table-cap em {
  margin-bottom: 10px;
  font-weight: bold;
}
.no3 .p-campaign {
  margin: 42px auto 19px;
}
.no3 #payment {
  border: 1px solid #d4d1d0;
}
.no3 #payment .wrapper > p {
  padding: 10px;
  border-bottom: 1px dotted #baafa6;
}
.no3 #payment p,
.no3 #payment li {
  line-height: 1.8333333333;
  font-size: 12px;
  color: #7f7875;
}
.no3 #payment p li,
.no3 #payment li li {
  font-size: 12px;
}
.no3 #payment small {
  font-size: 12px;
}
.no3 #payment li,
.no3 #payment dt {
  line-height: 39px;
}
.no3 #payment li {
  display: list-item;
  padding: 0 10px 10px 40px;
  min-height: 39px;
  border-bottom: 1px dotted #baafa6;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-weight: bold;
}
.no3 #payment li:last-child {
  border: 0;
}
.no3 #payment li:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.no3 #payment li:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.no3 #payment li:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.no3 #payment li:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}
.no3 #payment dt {
  float: left;
  width: 110px;
}
.no3 #payment dd {
  overflow: hidden;
  padding: 10px 0 9px;
  line-height: 1.8333333333;
  font-weight: normal;
}
.no3 #payment dd li,
.no3 #payment dd dt {
  line-height: 1.8333333333;
}
.no3 #payment dd dt {
  float: none;
  width: auto;
}
.no3 #payment dd dd {
  overflow: auto;
  padding: 0;
}
.no3 #payment dd li {
  margin-left: 24px;
  padding: 0;
  min-height: 1px;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.no3 #payment dd li:first-child {
  letter-spacing: 0;
}
.no3 #payment dd li:nth-child(n) {
  background-image: none;
}
.no3 #payment dd li li {
  margin: 0;
  list-style-type: none;
}
.no3 #payment dd li li, .no3 #payment dd li li::before {
  content: "◇";
}

.no4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no4 .item {
  margin-top: 40px;
  width: 394px;
}
.no4 .item .title {
  margin-bottom: 15px;
}
.no4 .item .p-box__text {
  position: relative;
  padding-left: 20px;
}
.no4 .item .p-box__text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
}
.no4 .item .question {
  margin-bottom: 14px;
  font-weight: bold;
}
.no4 .item .question::before {
  width: 16px;
  height: 20px;
  background: url(../img/broadcast_common_no4_question_bg1.png) left top no-repeat;
}
.no4 .item .answer::before {
  width: 14px;
  height: 15px;
  background: url(../img/broadcast_common_no4_question_bg2.png) left top no-repeat;
}
.no4 .item:nth-child(1), .no4 .item:nth-child(2) {
  margin-top: 0;
}

.no5 .p-box__title {
  margin-bottom: 50px;
}
.no5 .p-box__pic {
  margin-bottom: 40px;
  text-align: center;
}
.no5 .p-clinic__box {
  width: 100%;
}
.no5 .p-clinic__tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 828px;
}
.no5 .p-clinic__tab > .list {
  display: flex;
}
.no5 .p-clinic__tab > .list > .item {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: rgba(0,0,0,.3) 0 2px 6px;
}
.no5 .p-clinic__tab > .list > .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(#ebe7e4, #bbb1a9);
  font-size: 16px;
  color: #7f7875;
}
.no5 .p-clinic__tab > .list > .item + .item {
  margin-left: 1px;
}
.no5 .p-clinic__tab > .list .is-active a {
  background: #e3ded9;
}
.no5 .p-clinic__contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 828px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #fff);
  box-shadow: rgba(0,0,0,.3) 0 2px 6px;
  font-size: 14px;
  color: #7f7875;
}
.no5 .p-clinic__details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.no5 .p-clinic__details-title {
  float: left;
  text-align: center;
}
.no5 .p-clinic__details.is-active {
  position: static;
  opacity: 1;
}
.no5 .p-clinic__details::after {
  content: "";
  display: table;
  clear: both;
}
.no5 .c-clinic__title {
  float: left;
  width: 205px;
  height: 170px;
  text-align: center;
}
.no5 .c-clinic__title::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.no5 .c-clinic__title img {
  vertical-align: middle;
}
.no5 .c-clinic__data {
  float: left;
  margin-bottom: 35px;
  width: 320px;
}
.no5 .c-clinic__item {
  margin-bottom: 20px;
}
.no5 .c-clinic__item:last-child {
  margin: 0;
}
.no5 .c-clinic__item > .title {
  position: relative;
  float: left;
  width: 68px;
  font-size: 14px;
}
.no5 .c-clinic__item > .details {
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
  box-shadow: inset 1px 0 0 #fff;
  line-height: 1.2857142857;
  font-size: 14px;
}
.no5 .c-clinic__item.contact img {
  height: auto;
}
.no5 .c-clinic__item.contact a {
  color: #7f7875;
}
.no5 .c-clinic__item.contact a:hover img {
  opacity: 0.5;
}
.no5 .c-clinic__item.contact .overseas {
  display: block;
  font-size: 12px;
}
.no5 .c-clinic__map {
  float: left;
  width: 510px;
}
.no5 .c-clinic__map > .pic {
  margin-bottom: 5px;
}
.no5 .c-clinic__map > .pic iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.no5 .c-clinic__map .route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 12px;
  color: #7f7875;
}
.no5 .c-clinic__map .route-item + .route-item {
  margin-left: 8px;
}
.no5 .c-clinic__map .hibiya {
  background-image: url(../img/clinic_tab/logo_hibiya.svg);
}
.no5 .c-clinic__map .oedo {
  background-image: url(../img/clinic_tab/logo_oedo.svg);
}
.no5 .c-clinic__map .jr {
  background-image: url(../img/clinic_tab/logo_jr.svg);
}
.no5 .c-clinic__map .sakuradori {
  background-image: url(../img/clinic_tab/logo_sakuradori.svg);
}
.no5 .c-clinic__map .nishitetsu {
  background-image: url(../img/clinic_tab/logo_nishitetsu.svg);
}
.no5 .c-clinic__map .tenjin {
  background-image: url(../img/clinic_tab/logo_tenjin.svg);
}
.no5 .c-clinic__map .hiroden {
  background-image: url(../img/clinic_tab/logo_hiroden.svg);
}
.no5 .c-clinic__map .astramline {
  background-image: url(../img/clinic_tab/logo_astramline.svg);
}
.no5 .p-doctor {
  float: right;
  width: 250px;
  color: #7f7875;
}
.no5 .c-doctor__title {
  margin: 0 0 -12px 20px;
  font-size: 14px;
}
.no5 .c-doctor__pic {
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
  box-shadow: inset 1px 0 0 #fff;
}
.no5 .c-doctor__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.no5 .c-doctor__pic .pic-img {
  width: 100px;
  font-size: 18px;
}
.no5 .c-doctor__pic .pic-name {
  width: 130px;
  font-size: 18px;
}
.no5 .c-doctor__pic .pic-name span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #a7a29b;
}
.no5 .c-doctor__text {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}
.no5 .c-doctor__history > .title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 14px;
  color: #fff;
}
.no5 .c-doctor__history .item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.no5 .c-doctor__history .item .inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #7f7875;
}
.no5 .c-doctor__history .item .inner > .title {
  width: 50px;
  vertical-align: top;
}
.no5 .c-doctor__history .cap {
  margin-top: 10px;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: relative;
}

/*----------------------------------------------------------------------
10.	#pages
----------------------------------------------------------------------*/
.broadcast_srf .p-hero .hero-cv {
  right: 105px;
  bottom: 45px;
}
.broadcast_srf .p-lead .pic2 {
  bottom: 90px;
}
.broadcast_srf .no1 .p-box__title::after {
  width: 171px;
  height: 12px;
  background: url(../img/broadcast_srf_no1_title_bg.png) left top no-repeat;
}
.broadcast_srf .no2 .p-box__title::after {
  width: 188px;
  height: 12px;
  background: url(../img/broadcast_srf_no2_title_bg.png) left top no-repeat;
}
.broadcast_srf .no2 .subbox1 .p-box__text {
  margin-bottom: 20px;
}
.broadcast_srf .no2 .subbox1 .p-box__pic {
  margin-bottom: 50px;
}
.broadcast_srf .no2 .subbox2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.broadcast_srf .no2 .subbox2 .subbox__inner {
  width: 394px;
}
.broadcast_srf .no2 .subbox2 .p-box__text {
  margin-bottom: 20px;
}
.broadcast_srf .no2 .subbox3 {
  position: relative;
}
.broadcast_srf .no2 .subbox3 > .p-box__pic {
  position: absolute;
  left: -35px;
}
.broadcast_srf .no2 .subbox3 .subbox__inner {
  position: relative;
  padding-left: 245px;
}
.broadcast_srf .no2 .subbox3 .subbox__inner .title,
.broadcast_srf .no2 .subbox3 .subbox__inner .p-box__text {
  width: 450px;
}
.broadcast_srf .no2 .subbox3 .subbox__inner .title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 25px;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.broadcast_srf .no2 .subbox3 .subbox__inner .title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 25px;
  background: #60749e;
}
.broadcast_srf .no2 .subbox3 .subbox__inner .p-box__text {
  line-height: 1.5;
  font-size: 13px;
}
.broadcast_srf .no2 .subbox3 .subbox__inner .p-box__pic {
  position: absolute;
  top: 0;
  right: 0;
}
.broadcast_srf .no2 .subbox3 .subbox__inner + .subbox__inner {
  margin-top: 30px;
}
.broadcast_srf .no3 .p-box__title::after {
  width: 188px;
  height: 12px;
  background: url(../img/broadcast_srf_no3_title_bg.png) left top no-repeat;
}
.broadcast_srf .no3 .price-table table thead th {
  width: 612px;
}
.broadcast_srf .no3 .price-table table thead td {
  width: 216px;
}
.broadcast_srf .no4 .p-box__title::after {
  width: 158px;
  height: 12px;
  background: url(../img/broadcast_srf_no4_title_bg.png) left top no-repeat;
}
.broadcast_srf .no5 .p-box__title::after {
  width: 222px;
  height: 12px;
  background: url(../img/broadcast_srf_no5_title_bg.png) left top no-repeat;
}

.broadcast_4d .p-hero .hero-cv {
  right: 80px;
  bottom: 35px;
}
.broadcast_4d .p-lead .pic2 {
  bottom: 115px;
}
.broadcast_4d .no1 .p-box__title::after {
  width: 180px;
  height: 12px;
  background: url(../img/broadcast_4d_no1_title_bg.png) left top no-repeat;
}
.broadcast_4d .no2 .p-box__title::after {
  width: 197px;
  height: 12px;
  background: url(../img/broadcast_4d_no2_title_bg.png) left top no-repeat;
}
.broadcast_4d .no2 .subbox1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.broadcast_4d .no2 .subbox1 .subbox__inner {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.broadcast_4d .no2 .subbox1 .title {
  order: 1;
  margin-bottom: 30px;
}
.broadcast_4d .no2 .subbox1 .p-box__pic {
  order: 2;
  margin-bottom: 20px;
}
.broadcast_4d .no2 .subbox1 .p-box__text {
  order: 3;
  line-height: 1.5;
}
.broadcast_4d .no2 .subbox2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.broadcast_4d .no2 .subbox2 > .p-box__pic {
  margin-right: 30px;
  width: 177px;
}
.broadcast_4d .no2 .subbox2 .subbox__inner {
  position: relative;
}
.broadcast_4d .no2 .subbox2 .subbox__inner .title {
  margin: 10px 0 20px;
  line-height: 1.2857142857;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.broadcast_4d .no2 .subbox2 .subbox__inner .p-box__pic {
  position: absolute;
  top: 0;
  right: 0;
}
.broadcast_4d .no2 .subbox2 .subbox__inner .p-box__text {
  margin-right: 204px;
  line-height: 1.5384615385;
  font-size: 13px;
}
.broadcast_4d .no3 .p-box__title::after {
  width: 174px;
  height: 12px;
  background: url(../img/broadcast_4d_no3_title_bg.png) left top no-repeat;
}
.broadcast_4d .no3 > .p-box__inner > .pic {
  margin-bottom: 25px;
  text-align: center;
}
.broadcast_4d .no3 .price.price-4d .cv {
  margin-top: 30px;
}
.broadcast_4d .no3 .price-table table thead th {
  width: 508px;
}
.broadcast_4d .no3 .price-table table thead td {
  width: 160px;
}
.broadcast_4d .no3 .price-table table thead td:first-of-type {
  border-right: 1px solid #fff;
}
.broadcast_4d .no4 .p-box__title::after {
  width: 167px;
  height: 12px;
  background: url(../img/broadcast_4d_no4_title_bg.png) left top no-repeat;
}
.broadcast_4d .no5 .p-box__title::after {
  width: 232px;
  height: 12px;
  background: url(../img/broadcast_4d_no5_title_bg.png) left top no-repeat;
}
/*# sourceMappingURL=broadcast.css.map */
