@charset 'UTF-8';
/*============================
	全体
============================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
.s5-returnToTop {
  z-index: 98;
	margin-top: 0!important;
}

html, body{
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none!important;
	color: #000;
}
picture {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
sup {
	font-size: 10px!important;
}
.c5-no-wrap {
	display: inline-block;
}
.c5-no-wrap-only_pc {
	display: inline-block;
}
.c5-contentsWrap {
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

.c5-only_sp {
	display: none!important;
}
@media screen and (max-width: 767px) {
	.c5-only_pc {
		display: none!important;
	}
	.c5-only_sp {
		display: block!important;
	}
	.c5-no-wrap-only_pc {
		display: inline;
	}
}

.c5-mgtop10 {
	margin-top: 10px!important;
}
.c5-mgtop20 {
	margin-top: 20px!important;
}
.c5-mgtop30 {
	margin-top: 30px!important;
}
.c5-mgtop40 {
	margin-top: 40px!important;
}
.c5-mgtop50 {
	margin-top: 50px!important;
}
.c5-mgtop60 {
	margin-top: 60px!important;
}
.c5-mgtop70 {
	margin-top: 70px!important;
}
.c5-mgtop80 {
	margin-top: 80px!important;
}
.c5-mgtop90 {
	margin-top: 90px!important;
}
.c5-mgtop100 {
	margin-top: 100px!important;
}

/*============================
	ヘッダー
============================*/
.c5-header {
  background: #000;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.c5-logo {
  max-width: 1200px;
  margin: 0 auto;
}

.c5-logo .c5-logo__sony {
  float: left;
}

.c5-logo .c5-logo__sony img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.c5-logo .c5-logo__category {
  float: right;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
	.c5-logo {
	  overflow: hidden;
	  max-width: 1200px;
	  margin: 0 5%;
	}
}
@media screen and (max-width: 767px) {
  .c5-logo {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  .c5-logo .c5-logo__sony {
    display: block;
    float: none;
  }
  .c5-logo .c5-logo__sony img {
    display: block;
    float: left;
    max-width: 100%;
    width: 20%;
    height: auto;
    margin: 0 5%;
  }
  .c5-logo .c5-logo__category {
    display: block;
    float: none;
    text-align: right;
	font-size: 60%;
	  padding-right: 10px;
  }
}
/*============================
	メニュー
============================*/
.c5-menuWrap {
  position: relative;
  z-index: 99;
  width: 100%;
	height: 65px;
	transition: ease-out 0.2s;
	
}
.c5-menuWrap.fixed {
  position: fixed;
	top: 0;
	height: 55px;
}

.c5-menuWrap__inner {
	position: relative;
	padding: 15px 15px 0;
	
}
.c5-menuWrap.fixed .c5-menuWrap__inner {
	padding: 10px 15px;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	background: url("../img/logo.svg") no-repeat, #fff;
	background-size: 200px;
	background-position: center center;
}
@media screen and (max-width: 767px) {
	.c5-menuWrap.fixed .c5-menuWrap__inner {
		background-size: 45%;
	}
}
.c5-hamburgerWrap {
	position: relative;
  width: 40px;
  padding-top: 7px;
}
.c5-hamburger {
  width: 40px;
  cursor: pointer;
}
.c5-hamburger span {
  display: block;
  position: relative;
  height: 3px;
  background: #2f353d;
  transition: transform ease-out 0.2s;
}
.c5-hamburger span:nth-child(2) {
  margin: 8px 0;
}
.c5-hamburger .c5-toggle-text {
  font-size: 0.8rem;
  text-align: center;
	line-height: 1.75;
}

/* ナビ開いてる時のボタン */
.c5-hamburger.active span:nth-child(1) {
  top: 6.5px;
  transform: rotate(45deg);
}

.c5-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.c5-hamburger.active span:nth-child(3) {
  top: -14.5px;
  transform: rotate(-45deg);
}

nav.c5-globalMenuSp {
  background: #2f353d;
  transform: translateX(-100%);
  transition: ease-out 0.5s;
  display: none;
  justify-content: center;
  position: relative;
  z-index: -1;
  width: 100%;
}

nav.c5-globalMenuSp ul {
	list-style: none;
  margin: 0 auto;
  padding: 3vw;
	display: flex;
	flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
	max-width: 955px;
}

nav.c5-globalMenuSp ul li {
   width: 49.5%;
}
@media screen and (max-width: 767px) {
	nav.c5-globalMenuSp ul {
		display: block;
	}
	nav.c5-globalMenuSp ul li {
		width: 100%;
	}
}

nav.c5-globalMenuSp ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 25px;
	text-decoration: none;
	transition: opacity .3s ease;
}
nav.c5-globalMenuSp ul li a:hover img {
	opacity: .7;
}
nav.c5-globalMenuSp ul li a img {
	transition: opacity .3s ease;
	width: 34px;
}
nav.c5-globalMenuSp ul li a:hover {
	text-decoration: none;
	opacity: .7;
}
nav.c5-globalMenuSp ul li a .c5-menu-text {
  margin-left: 4%;
  line-height: 1.6;
  font-size: 1.125rem;
}

/* このクラスを、jQueryで付与・削除する */
nav.c5-globalMenuSp.active {
  overflow-y: auto;
  transform: translateX(0);
	display: flex;
}


/*============================
	メインビジュアル
============================*/
.c5-mainVisual {
	width: 100%;
	max-width: 1080px;
	margin: 10px auto 0;
	position: relative;
}
.c5-mainVisual.fixed {
	margin-top: 75px;
}
.c5-mainVisual img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.c5-mainVisual {
		width: 100%;
	}
}

/*============================
	リード
============================*/
.c5-inner {
	position: relative;
	overflow: hidden;
	max-width: 955px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.c5-sub_ttl {
	font-size: 1.0625rem;
	color: #000;
	line-height: 2.2;
	font-weight: bold;
	margin: 0;
}
.c5-source-txt {
	color: #646464;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c5-inner {
		margin-top: 5vw!important;
	}
	.c5-sub_ttl {
		text-align: left;
		margin-top: 1%!important;
		font-size: 4vw;
		line-height: 1.8;
	}
	.c5-source-txt {
		text-align: left;
		font-size: 12px;
		line-height: 1.8;
		margin-top: 2%!important;
	}
}

.c5-menu-link {
	display: flex;
	flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
	margin-top: 4%;
	margin-bottom: 40px;
}
.c5-menu-link li {
	overflow: hidden;
	width: 32%;
	padding-right: 2%;
	padding-bottom: 2%;
}
@media screen and (max-width: 767px) {
	.c5-menu-link {
		display: block;
		margin-top: 2%;
	}
	.c5-menu-link li {
		width: 100%;
		padding: 4% 0 0;
	}
}
.c5-menu-link li:nth-child(3),
.c5-menu-link li:last-child {
	padding-right: 0;
}
.c5-menu-link li:hover img {
	opacity: .7;
	transition: opacity .3s ease;
}

.c5-read-warp {
	position: relative;
	overflow: hidden;
	width: 100%;
    background: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(154, 154, 154, 1) 3px, rgba(154, 154, 154, 1) 5px );
	border-radius: 8px;
}
.c5-read-warp-inner {
	margin: 5px;
	padding: 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.c5-read-list {
	display: flex;
}
.c5-hpc-img {
	width: 15%;
	padding-right: 3%;
}
.c5-hpc-txt {
	width: 82%;
}
@media screen and (max-width: 767px) {
	.c5-read-warp-inner {
		padding: 3vw;
	}
	.c5-read-list {
		display: block;
	}
	.c5-hpc-img,
	.c5-hpc-txt {
		width: 100%;
		padding-right: 0;
	}
}
.c5-read-ttl {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: solid 1px #707070;
}
.c5-read-txt {
	font-size: 15px;
	line-height: 2.2;
	text-align: left;
}
.c5-read-logo-list {
	display: flex;
	margin-left: 4%;
}
@media screen and (max-width: 767px) {
	.c5-read-ttl {
		font-size: 4.5vw;
		padding-top: 2vw;
		padding-bottom: 3vw;
	}
	.c5-read-txt {
		font-size: 4vw;
		line-height: 1.8;
		margin-top: 3vw!important;
	}
	.c5-read-logo-list {
		margin-top: 4vw!important;
		display: block;
	}
}
.c5-hpc-logo {
	width: 14%;
	padding-right: 4%;
}
.c5-hpc-app-logo {
	width: 41%;
	text-align: center;
}
.c5-hpc-app-logo p,
.c5-hpc-app-logo img {
	transition: opacity .3s ease;
}
.c5-hpc-app-logo p:hover,
.c5-hpc-app-logo img:hover {
	opacity: .7;
}
.c5-app-logo {
	width: 65%;
}
.c5-read-app-txt {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.c5-read-app-txt img {
	width: 16px;
	padding-left: 5px;
}
.c5-hpc-logo-org {
	width: 43%;
}
@media screen and (max-width: 767px) {
	.c5-hpc-logo {
		width: 30%;
		margin: 0 auto;
	}
	.c5-hpc-app-logo {
		width: 75%;
		margin: 0 auto;
	}
	.c5-app-logo {
		width: 100%;
	}
	.c5-read-app-txt {
		font-size: 2.5vw;
		margin-bottom: 2vw;
		margin-top: 4.5vw;
	}
	.c5-read-app-txt img {
		width: 15%;
		padding-left: 1%;
	}
}
.c5-ann-txt {
	color: #646464;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
.c5-ann-txt2 {
	color: #646464;
	font-size: 13px;
	line-height: 2;
	text-align: left;
}
.c5-ann-txt a {
	text-decoration: underline!important;
	transition: opacity .3s ease;
}
.c5-ann-txt a:hover {
	opacity: .7;
}
@media screen and (max-width: 767px) {
	.c5-ann-txt,
	.c5-ann-txt2 {
		font-size: 10px;
	}
}
.c5-link-txt {
	text-align: right;
}
.c5-link-txt p {
	position: relative;
	font-size: 15px;
	line-height: 1;
	color: #000;
	padding-left: 13px;
	display: inline-block;
}
.c5-link-txt a {
	transition: opacity .3s ease;
}
.c5-link-txt p:hover {
	opacity: .7;
}
.c5-link-txt p:before {
	position:absolute;
	content:"";
	width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #697b91;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
@media screen and (max-width: 767px) {
	.c5-link-txt {
		margin-top: 5vw!important;
	}
	.c5-link-txt p {
		font-size: 4vw;
	}
}
.c5-battery-warp {
	border: solid #E8F1F1 3px;
	text-align: center;
}
.c5-read-ttl2 {
	font-size: 14.5px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: solid 3px #E8F1F1;
}
.c5-battery-list {
	max-width: 585px;
	width: 100%;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.c5-battery-list li {
	text-align: left;
	margin-bottom: 1%;
}
.c5-battery-list li a {
	font-size: 14.5px;
	color: #B2D0D1;
}
.c5-battery-list li a span {
	color: #000;
	text-decoration: underline;
}
.c5-battery-list li:hover {
	opacity: .7;
	transition: opacity .3s ease;
}
.c5-battery-list li:nth-child(1),
.c5-battery-list li:nth-child(4) {
	width: 27%;
}
.c5-battery-list li:nth-child(2),
.c5-battery-list li:nth-child(5) {
	width: 43%;
}
.c5-battery-list li:nth-child(3),
.c5-battery-list li:nth-child(6) {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.c5-battery-warp {
		margin-top: 8vw!important;
	}
	.c5-read-ttl2 {
		font-size: 4vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.c5-battery-list {
		width: 65%;
		display: block;
		margin: 5% auto 3%;
	}
	.c5-battery-list li {
		margin-bottom: 6%;
	}
	.c5-battery-list li a {
		font-size: 4vw;
	}
	.c5-battery-list li:nth-child(1),
	.c5-battery-list li:nth-child(2),
	.c5-battery-list li:nth-child(3),
	.c5-battery-list li:nth-child(4),
	.c5-battery-list li:nth-child(5),
	.c5-battery-list li:nth-child(6) {
		width: 100%;
	}
}

/*============================
	メインコンテンツ
============================*/

.c5-contents-bg {
	width: 100%;
	background-color: #E8F1F1;
	position: relative;
	overflow: hidden;
}
.c5-crm-warp {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto 80px;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.c5-crm-warp {
		width: 100%;
		margin-top: 0!important;
		margin-bottom: 0!important;
		border-radius: 0;
		padding-bottom: 13vw;
	}
}
.c5-crm01-ttl {
	max-width: 290px;
	margin: 0 auto;
}
.c5-crm02-ttl {
	max-width: 780px;
	margin: 0 auto;
}
.c5-crm04-ttl {
	max-width: 450px;
	margin: 0 auto;
}
.c5-crm05-ttl {
	max-width: 567px;
	margin: 0 auto;
}
.c5-crm-multipt-ttl {
	max-width: 450px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.c5-crm01-ttl,
	.c5-crm02-ttl,
	.c5-crm03-ttl,
	.c5-crm04-ttl,
	.c5-crm05-ttl,
	.c5-crm-multipt-ttl {
		width: 100%;
		max-width: 767px;
	}
}

.c5-model {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.c5-model-100 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.c5-model-name {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c5-model {
		font-size: 3.5vw;
		margin-top: 4vw!important;
	}
	.c5-model-100 {
		font-size: 3.5vw;
	}
	.c5-model-name {
		font-size: 3vw;
	}
}
.c5-crm01-copy {
	max-width: 670px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm02-copy {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm03-copy {
	max-width: 813px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm04-copy {
	max-width: 913px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm05-copy {
	max-width: 611px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm-multipt-copy {
	max-width: 756px;
	margin: 0 auto;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.c5-crm01-copy {
		width: 85%;
		margin-top: 5vw!important;
	}
	.c5-crm02-copy,
	.c5-crm03-copy,
	.c5-crm04-copy,
	.c5-crm-multipt-copy {
		margin-top: 5vw!important;
	}
	.c5-crm05-copy {
		width: 71%;
		margin-top: 5vw!important;
	}
}

.c5-crm-inner-warp {
	background-color: #E8F1F1;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	max-width: 875px;
	width: calc(90% - 80px);
	margin: 0 auto;
	text-align: center;
	padding: 20px 40px 30px;
}
.c5-crm-inner-txt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto;
}
.c5-crm-inner-txt .c5-txt-big {
	font-size: 40px;
}
@media screen and (max-width: 767px) {
	.c5-crm-inner-warp {
		width: calc(90% - 8vw);
		padding: 4vw 4vw 9vw;
	}
	.c5-crm-inner-txt {
		font-size: 5vw;
		margin-top: 4vw!important;
	}
	.c5-crm-inner-txt .c5-txt-big {
		font-size: 7vw;
	}
}
.c5-crm-bubble-list {
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
  justify-content: center;
}
.c5-crm-bubble-list li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
}
.c5-crm-bubble-list li:nth-child(2) {
	margin-right: 0;
}
.c5-crm-bubble,
.c5-crm-bubble2 {
	position: relative;
	border: solid 3px #F2B7A9;
	padding: 40px 20px 15px;
	background-color: #fff;
	background-image: url("../img/OwnersVoice.svg");
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 116px;
}
.c5-crm-bubble::after {
	position:absolute;
	content:'';
	background-image: url("../img/bubble.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 41px;
	height: 23px;
	bottom: -23px;
}
.c5-crm-bubble2::after {
	position:absolute;
	content:'';
	background-image: url("../img/bubble2.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 41px;
	height: 23px;
	bottom: -23px;
}
.c5-crm-bubble-txt {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
.c5-crm-bubble-ann {
	font-size: 11px;
	color: #646464;
	line-height: 1.5;
	text-align: right;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.c5-crm-bubble-list {
		display: block;
		margin-top: 6vw!important;
	}
	.c5-crm-bubble-list li {
		width: 100%;
		margin-bottom: 8vw;
	}
	.c5-crm-bubble,
	.c5-crm-bubble2 {
		padding: 11vw 3vw 3vw;
	}
	.c5-crm-bubble-txt {
		font-size: 3.5vw;
	}
	.c5-crm-bubble-ann {
		font-size: 10px;
	}
}

/*============================
	使って満足
============================*/
.c5-crm-stf-warp {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
.c5-crm-stf-txt {
	position: relative;
	font-size: 15px;
	line-height: 1.8;
}
.c5-crm-stf-txt::before {
	position:absolute;
	content:'';
	background-image: url("../img/satisfaction.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 81px;
	top: -100px;
}
@media screen and (max-width: 767px) {
	.c5-crm-stf-txt {
		font-size: 4vw;
		margin-top: 17vw!important;
	}
	.c5-crm-stf-txt::before {
		width: 100%;
		background-position: center center;
		background-size: 45vw;
		top: -23vw;
	}
}
.c5-crm-stf-img {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.c5-crm-stf-img {
		margin-top: 6vw!important;
		width: 100%;
	}
}
.c5-crm-stf-2col {
	display: flex;
}
.c5-crm-stf-2col li {
	width: 50%;
}
.c5-crm-stf-2col li:first-child {
	margin-right: 5%;
}
@media screen and (max-width: 767px) {
	.c5-crm-stf-2col {
		display: block;
		margin-top: 6vw!important;
	}
	.c5-crm-stf-2col li {
		width: 100%;
	}
	.c5-crm-stf-2col li:last-child {
		margin-top: 3vw;
	}
}
.c5-crm-stf-list {
	display: flex;
}
.c5-crm-stf-list li:first-child {
	width: 70%;
	margin-right: 3%;
}
.c5-crm-stf-list li:last-child {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.c5-crm-stf-list {
		display: block;
		margin-top: 10vw!important;
	}
	.c5-crm-stf-list li:first-child {
		width: 100%;
	}
	.c5-crm-stf-list li:last-child {
		width: 100%;
		margin-top: 5vw;
	}
}
.c5-crm-stf-list-ttl-warp {
	background: #E8F1F1;
	border: solid 1px #ADADAD;
	width: calc(100% - 22px);
	text-align: center;
	padding: 5px 10px;
}
.c5-crm-list-ttl {
	font-size: 14.5px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
	display: inline-block;
}
.c5-crm-stf-btmline {
	padding-bottom: 20px;
	border-bottom: dashed 1px #646464;
}
@media screen and (max-width: 767px) {
	.c5-crm-list-ttl {
		font-size: 4vw;
		text-align: center;
		line-height: 1.5;
	}
}

/*============================
	知って得する
============================*/
.c5-crm-spcl-list,
.c5-crm-spcl-list2 {
	display: flex;
}
.c5-crm-spcl-btmline {
	padding-bottom: 30px;
	border-bottom: solid 4px #F2B7A9;
}

.c5-crm-spcl-list li:first-child {
	width: 68%;
	margin-right: 5%;
}
.c5-crm-spcl-list li:last-child {
	width: 32%;
}
.c5-crm-spcl-list2 li:first-child {
	width: 73%;
	margin-right: 2%;
}
.c5-crm-spcl-list2 li:last-child {
	width: 27%;
}
@media screen and (max-width: 767px) {
	.c5-crm-spcl-list,
	.c5-crm-spcl-list2 {
		display: block;
		margin-top: 5vw!important;
		margin-bottom: 5vw!important;
	}
	.c5-crm-spcl-list li:first-child,
	.c5-crm-spcl-list2 li:first-child {
		width: 100%;
	}
	.c5-crm-spcl-list li:last-child,
	.c5-crm-spcl-list2 li:last-child {
		margin-top: 5vw;
		width: 100%;
	}
}
.c5-crm-spcl-list-ttl-warp {
	background: #F8E9E5;
	border: solid 1px #707070;
	width: calc(100% - 22px);
	text-align: center;
	padding: 5px 10px;
}
.c5-crm-spcl-list-ttl {
	font-size: 14.5px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.c5-crm-spcl-list-ttl-warp {
		margin-top: 5vw!important;
	}
}

.c5-crm-stf-list-txt {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 12px;
}
.c5-crm-stf-list-txt span {
	font-size: 17px;
	font-weight: bold;
}
.c5-crm-stf-list-txt img {
	width: 16px;
	padding-left: 5px;
	 vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.c5-crm-stf-list-txt {
		font-size: 3.5vw;
		margin-top: 3vw!important;
	}
	.c5-crm-stf-list-txt span {
		font-size: 4.2vw;
	}
}
.c5-crm-spcl-warp {
	max-width: 810px;
	margin: 0 auto;
	width: calc(90% - 78px);
	border: solid 4px #F2B7A9;
	border-radius: 20px;
	padding: 60px 35px 35px;
	position: relative;
}
.c5-crm-spcl-warp::before {
	position:absolute;
	content:'';
	background-image: url("../img/special.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 255px;
	height: 100px;
	top: -52px;
	left: calc(50% - 127.5px);
}
@media screen and (max-width: 767px) {
	.c5-crm-spcl-warp {
		width: calc(90% - 12vw - 8px);
		padding: 15vw 6vw 6vw;
		margin-top: 20vw!important;
	}
	.c5-crm-spcl-warp::before {
		width: 55vw;
		left: calc(50% - 27.5vw);
		top: -12vw;
	}
}
.c5-crm-spcl-ttl {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}
.c5-crm-spcl-txt {
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.c5-crm-spcl-ttl {
		font-size: 5vw;
		text-align: center;
	}
	.c5-crm-spcl-txt {
		font-size: 4vw;
	}
}

/*============================
	エンドコンテンツ
============================*/

.c5-crm-end-warp {
	max-width: 950px;
	width: calc(90% - 130px);
	margin: 0 auto 70px;
	padding: 40px 60px;
	border: solid 5px #fff;
}
@media screen and (max-width: 767px) {
	.c5-crm-end-warp {
		width: calc(100% - 22vw);
		border: solid 5vw #fff;
		padding: 10vw 6vw;
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
}
.c5-crm-end-list {
	display: flex;
}
.c5-crm-end-list li:first-child {
	width: 35%;
	margin-right: 5%;
}
.c5-crm-end-list li:last-child {
	width: 65%;
}
@media screen and (max-width: 767px) {
	.c5-crm-end-list {
		display: block;
		margin-top: 4vw!important;
	}
	.c5-crm-end-list li:first-child {
		width: 100%;
	}
	.c5-crm-end-list li:last-child {
		margin-top: 4vw;
		width: 100%;
	}
}
.c5-crm-end-ttl {
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.c5-crm-end-list-ttl-warp {
	background: #fff;
	border: solid 1px #707070;
	width: calc(100% - 22px);
	text-align: center;
	padding: 5px 10px;
}
@media screen and (max-width: 767px) {
	.c5-crm-end-ttl {
		font-size: 5.5vw;
	}
	.c5-crm-end-list-ttl-warp {
		margin-top: 5vw!important;
	}
}

/*============================
	製品紹介
============================*/

.c5-pd-warp {
	width: 90%;
	margin: 0 auto 180px;
	max-width: 1080px;
}
.c5-pd-ttl {
	font-size: 15px;
	line-height: 2;
	color: #2F353D;
	text-align: center;
	font-weight: 100;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: 10px;
}
.c5-pd-list-warp {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.c5-pd-list-warp li {
	margin-top: 45px;
	width: 29%;
}
@media screen and (max-width: 767px) {
	.c5-pd-warp {
		margin-bottom: 10vw;
	}
	.c5-pd-ttl {
		font-size: 4.5vw;
		padding-bottom: 3vw;
	}
	.c5-pd-list-warp {
		display: block;
	}
	.c5-pd-list-warp li {
		width: 85%;
		margin: 10vw auto 0;
	}
}
.c5-pd-name {
	font-size: 13px;
	color: #2F353D;
	text-align: center;
	line-height: 1.5;
}
.c5-pd-model {
	font-size: 20px;
	color: #2F353D;
	text-align: center;
	line-height: 1.5;
}
.c5-pd_btn {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c5-pd-name {
		font-size: 10px;
	}
	.c5-pd-model {
		font-size: 5.5vw;
	}
	.c5-pd_btn {
		padding: 3.5vw;
	}
}

.c5-question_warp {
	background-color: #f2f2f2;
	text-align: center;
	margin-bottom: -50px;
	padding: 60px 0;
}
.c5-question_ttl {
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	line-height: 1.6;
}
.c5-question_text {
	font-size: 17px;
	width: 90%;
	margin: 20px auto 30px;
	line-height: 1.6;
}
.c5-question_btn {
	width: 90%;
	max-width: 330px;
	padding: 1em;
}
@media screen and (max-width: 767px) {
	.c5-question_ttl {
		font-size: 18px;
		line-height: 1.6;
	}
	.c5-question_text {
		font-size: 16px;
		line-height: 1.6;
	}
}


.c5-app-feature {
    margin-right: auto;
    margin-left: auto;
    max-width: 922px;
}
.c5-app-feature .c5-hr-glay {
    margin-top: 35px !important;
    width: 100% !important;
}
.c5-app-feature p, .c5-app-feature a {
    color: #565858 !important;
}
.c5-app-feature img, .c5-msa-wrapp img {
    max-width: none;
	width: auto;
}
.sf-contentRecommend h3 {
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
	.sf-recommend-item__data p {
		margin-top: 0!important;
	}
	.sf-contentRecommend h3 {
		text-align: center;
		margin-top: 5vw;
	}
}