@charset "UTF-8";
#contents {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding-bottom: 0;
  }
}
/***********************************************************************
// ソリューション お問いあわせボタン
/***********************************************************************/
.info_wrap {
  margin-bottom: 0;
}
.info_contact_cont {
  box-sizing: border-box;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.65);
}
.info_contact_cont.static {
  position: static;
  width: 100%;
  background-color: transparent;
}
.info_contact_cont * {
  box-sizing: border-box;
}
.btn_contact_wrap {
  width: 100%;
  height: 100px;
}
.btn_contact {
  display: table;
  width: 600px;
  margin: 0 auto;
  height: 80px;
  background-color: #ff9500;
}
.btn_contact img {
  display: inline-block;
  height: 28px;
  margin-right: 15px;
  position: relative;
  top: 2px;
  width: 40px;
}
.btn_contact_ttl {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .btn_contact {
    max-width: 100%;
    width: 100%;
    height: 40px;
  }
}

.btn_contact:hover {
  text-decoration: none;
  opacity: .65;
}

.btn_contact:hover span {
  color: #fff !important;
}

.btn_contact_inner {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.btn_contact_ttl {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn_contact_ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {

  .info_contact_cont.static {
    position: fixed;
    width: 58px;
  }

  .info_contact_cont {
    background: none;
    bottom: 20px;
    height: 64px;
    left: 20px;
    padding: 0;
    width: 64px
  }

  .btn_contact {
    border-radius: 32px;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    height: 64px;
    width: 64px
  }

  .btn_contact_inner span {
    display: none;
  }

  .btn_contact_inner img {
    height: auto;
    margin-right: 0;
    top: auto;
    width: 30px;
  }
}
/*btn*/
.btn_link.orange {
  width: 300px;
  text-align: center;
 }
.btn_link.orange p {
   padding:0 18px 0 10px;
 }
 @media screen and (max-width: 768px) {
  .btn_link.orange {
    width: 80%;
    max-width: 200px;
   }
 }

 @media screen and (max-width: 768px) {
  .block-link-page-three .child_block.line3 a {
		padding-top: 10px;
		padding-bottom: 10px;
   }
 }

 /***********************************************************************
// パナソニックがご提案する解決策
/***********************************************************************/

.proposal .h3_blue h3 {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-bottom: 7px;
}
.proposal .h3_blue h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #02266d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.proposal .seminar .h3_blue h3 {
  border-bottom: none;
  padding-bottom: 0;
}
.proposal .seminar .h3_blue h3:before {
  content: none;
}
.proposal .case {
	width: 800px;
	margin: 0 auto;
}
.proposal .case a {
	display: table;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
}
.proposal .case a .figure {
	display: table-cell;
}
.proposal .case a p {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	background: url(/jp/common/v2/img/icon_large-arow_black.png) 95% 50% no-repeat;
}
.proposal .case a:hover p {
	background: url(/jp/common/v2/img/icon_large-arow_black-hover.png) 95% 50% no-repeat;
}

.proposal .other .column-three_image img {
	width: 100%;
}
.proposal .other .title_pdf:after {
	position: relative;
	top: -0.15em;
	display: inline-block;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	background: url(/jp/solution/common/img/pdf01.png) left top no-repeat;
	content: '';
	vertical-align: middle;
}

.proposal .other .column-three_child.new a {
	position: relative;
	display: block;
}
.proposal .other .column-three_child.new a:before {
	content: "NEW";
	position: absolute;
	top: 15px;
	left: 7px;
	color: #fff;
	font-weight: bold;
	z-index: 2;
	font-size: 12px;
}
.proposal .other .column-three_child.new a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 75px 0 0;
	border-color: #ff0000 transparent transparent transparent;
	z-index: 1;
}
.proposal .other .column-three_child.new a:hover:before {
	opacity: 0.7;
}
.proposal .other .column-three_child.new a:hover:after {
	border-color: #ff5a5a transparent transparent transparent;
}


@media screen and (max-width: 768px) {
	.proposal .case .column-one_img-left .column-one_text .btn_link {
		position: inherit;
		bottom: inherit;
		left: inherit;
	}
	.proposal .case {
		width: 100%;
	}
	.proposal .case a {
		display: block;
	}
	.proposal .case a .figure {
		display: block;
	}
	.proposal .case a p {
		display: block;
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	
	.proposal .other .column-three_child.new a:before {
		top: 3px;
		left: 5px;
	}
	.proposal .other .column-three_child.new a:after {
		border-width: 40px 80px 0 0;
	}
}