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

html {
  font-size: 62.5%;
	scroll-padding-top: 96px;
	/*scroll-behavior: smooth;*/
}
@media screen and (max-width: 767px) {
html {
  scroll-padding-top: 45px;
}
}
body {
  -webkit-print-color-adjust: exact; }


#main {
  font-size: 1.6rem !important;
  /* 16px*/
  line-height: 2.0;
  color: #333 !important; }
.ubiq {
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	overflow: hidden;
}
.ubiq img { width: 100%; }
.ubiq p {
	font-size: 1.8rem!important;
	letter-spacing: 1px;
	line-height: 1.8em!important;
}
@media screen and (max-width:767px) {
	.ubiq p {
	font-size: 1.6rem!important;
	letter-spacing: 1px;
	line-height: 1.8em!important;
}
}
.pb10 { padding-bottom: 10px!important; }
.pb20 { padding-bottom: 20px!important; }
.pb30 { padding-bottom: 30px!important; }
.pb40 { padding-bottom: 40px!important; }
.pb50 { padding-bottom: 50px!important; }
.pb60 { padding-bottom: 60px!important; }
.pb80 { padding-bottom: 80px!important; }

.pt10 { padding-top: 10px!important; }
.pt20 { padding-top: 20px!important; }
.pt30 { padding-top: 30px!important; }
.pt40 { padding-top: 40px!important; }
.pt50 { padding-top: 50px!important; }
.pt60 { padding-top: 60px!important; }

.pr20 { padding-right: 20px!important; }
.pr40 { padding-right: 40px!important; }
.pr60 { padding-right: 60px!important; }
.mr20 { margin-right: 20px!important; }
.mt40 { margin-top: 40px!important; }
.mt60 { margin-top: 60px!important; }
.mt80 { margin-top: 80px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }

.mar_auto { display: block; margin: 0 auto; }
.auto { margin: 0 auto; }
.boldFont { font-weight: bold; }


.pcOnly { display: block!important; }
.spOnly { display: none!important; }
.min550_block, .min768-1135_none { display: block!important; }
.max549_block { display: none!important; }


@media screen and (max-width:767px) {
	.pcOnly { display: none!important; }
	.spOnly { display: block!important; }
	.br_spNone { display: none!important; }
}
@media screen and (max-width:549px) {
	.min550_block { display: none!important; }
	.max549_block { display: block!important; }
}

@media (min-width:1136px) {
	.min1135 { display: block!important; }
	.max1135 { display: none!important; }
	.min768max1135 { display: none!important; }
}
@media (max-width:1135px) {
	.min1135 { display: none!important; }
	.max1135 { display: block!important; }
}
@media (min-width:768px) and ( max-width:1135px) {
	.min768max1135 { display: block!important; }
	.min768-1135_none { direction: none!important; }
}
@media screen and (max-width:767px) {
	.min768max1135 { display: none!important; }
}


.min1000_block { display: block!important; }

@media screen and (max-width:1000px) {
	.min1000_block { display: none!important; }
}
@media screen and (max-width:767px) {
	.only767 { display: block!important; } 
}


.center { text-align: center!important; }
.left { text-align: left; }
.right { text-align: right; }
.lineHeight_15 { line-height: 1.5; }
.lineHeight_17 { line-height: 1.7; }
.pL1-5em { padding-left: 1.5em; }
.dis_mar { display: block; margin: 0 auto; }
.inl_blo { display: inline-block; }


.left-center { text-align: left; }
.center-left { text-align: center; }
@media ( max-width:767px) {
.left-center { text-align: center; }
}
@media ( max-width:767px) {
.center-left { text-align: left; }
}

/* ClearFix
=========================================*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	min-height: 1%;
	zoom: 1;
}

/* タイトル・FV
=========================================*/

.fv {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url("../img/back_wave_yellows.jpg") no-repeat center top;
	object-fit: none;
	height: 700px;
}
@media ( max-width:1400px) {
	.fv {
		height: auto;/*700px;*/
		background-size: 200%;
		object-fit: cover;
}
}
@media ( max-width:1000px) {
	.fv {
		background-image: url("../img/back_wave_yellows02.jpg");
}
}
@media ( max-width:767px) {
	.fv {
		height: auto;
		background:url("../img/back_wave_yellows_L_sp.jpg") center top / 100% auto no-repeat,
			url("../img/back_wave_yellows_R_sp.jpg") center bottom / 100% auto no-repeat;
		object-fit: none;
	}
}
@media ( max-width:549px) {
	.fv {
		background:url("../img/back_wave_yellows_L_sp.jpg") center top / 100% auto no-repeat,
			url("../img/back_wave_yellows_R_sp.jpg") center bottom 8% / 100% auto no-repeat;
		object-fit: none;
	}
}
.fv_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	
	width: 100%;
	position: relative;
	max-width: 1440px;
	padding: 70px 0 120px 45px;
	margin: 0 auto;
	box-sizing: border-box;
}
.fv_inner img { flex-grow: 0; flex-shrink: 0; }
@media ( max-width:1135px) {
	.fv_inner {
		padding: 70px 0 10% 0px;
	}
}
@media ( max-width:1000px) {
	.fv_inner {
		align-items: flex-start;
	}
}
@media ( max-width:767px) {
	.fv_inner {
	display:block;
	padding: 100px 0 120px 20px;
}
}
.txtblock {
	position: relative;
	width: 40%;
}
.fv_inner .drop img {
	display: block;
	width: 100%;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
}
.fv_inner .drop {
	width: 55%;
	max-width: 870px;
}
@media ( max-width:1400px) {
	.fv_inner .drop { width: 870px; }
	.txtblock { width: 40%; }
}
@media ( max-width:1135px) {
	.fv_inner .drop { width: 60%; }
	.txtblock { width: 35%; }
}
@media ( max-width:767px) {
	.txtblock { width: 100%; margin-bottom: 40px; padding-right: 20px; }
	.fv_inner .drop { width: 100%; }
}

h3.maintit { font-size: 5.6rem; line-height: 1.4em; }
h4.maintit { font-size: 4.7rem; }

.google-sans-ubiq {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  /*font-style: normal;
  font-variation-settings:
    "GRAD" 0;
	line-height: 1.2em;*/
	display: inline-block;
}
._700 { font-weight: 700; }
._500 { font-weight: 500; }
.color_white { color: #fff; }

@media ( min-width:768px) and ( max-width:1135px) {
	h3.maintit { font-size: 4.2rem; }
	h4.maintit { font-size: 3.5rem; }
}
@media ( max-width:549px) {
	h3.maintit { font-size: 4.6rem; }
	h4.maintit { font-size: 3.5rem; }
}

.banBOX, .banBOX-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.banBOX { margin-top: 30px; }
.banBOX-info {
	justify-content: center;
}
@media ( max-width:1400px) {
	.banBOX { display:block; }
}
@media ( max-width:767px) {
	.banBOX-info { flex-direction: column; }
}
.banDL, .banINF {
	position: relative;
	width: 280px; 
	margin-bottom: 20px;
	margin-top: 10px;
	letter-spacing: 1.5px;
}
@media ( max-width:1400px) {
	.banDL, .banINF {
		width: 280px;
	}
}
@media ( max-width:767px) {
	.banBOX-info .banDL { margin-bottom: 0px; }
}
.clickhere, .clickhere-info {
	display: inline-block;
	font-weight: bold;
	text-align: center!important;
	color: #fff;
	background-color: #3d3d3d;
	border-radius: 100vh;
	width: 100%;
	padding: 20px;
	line-height: 1em;
	font-size: 1.3rem;
	-webkit-transition: .3s;
  transition: .3s;
}
.banINF .clickhere {
	background-color: #FF5005;
}
.clickhere-info {
	color: #333;
	background-color: #fff;
}
.clickhere::after, .clickhere-info::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	width: 7px;
	height: 12px;
  background-image: url("../img/angle-right-solid-full.png");
 background-size: cover;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 10;
}
.clickhere-info::after {
	background-image: url("../img/angle-right-solid-full-info.png");
}
.clickhere:hover ,.clickhere-info:hover {
	opacity: .7;
	-webkit-transition: .3s;
  transition: .3s;
}
@media ( max-width:767px) {
	.clickhere:hover ,.clickhere-info:hover {
	opacity: 1;
	-webkit-transition: none;
  transition: none;
}
}
/*UbiqPANEL #2*/
.about { padding-bottom: 120px; }
.about p {
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.line_back {
	background: repeating-linear-gradient(-66deg, rgba(229, 225, 225, 1), rgba(229, 225, 225, 1) 1px, rgba(250, 250, 250, 1) 0, rgba(250, 250, 250, 1) 7px);
	border-radius: 200px;
	border-bottom-left-radius: 0;
	padding: 60px 100px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.mid_tit { 
	font-size: 2.3rem; 
	font-weight: bold; 
	line-height: 1.7em;
	letter-spacing: 1px;
	margin-top: 20px;
}
._ajust_midtit { font-size: 2.5rem; display: inline; }

@media ( max-width:1135px) {
	.mid_tit { font-size: 2.1rem; }
	._ajust_midtit { font-size: 2.3rem; }
}
@media ( max-width:767px) {
	.line_back {
		border-radius: 160px;
		border-bottom-left-radius: 0;
		padding: 60px 60px;
	}
}
@media ( max-width:549px) {
	.about { padding: 0 25px 80px 0; }
	.line_back {
		border-radius: 80px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		width: 100%;
		padding: 60px 20px;
	}
	.mid_tit { font-size: 1.8rem; }
	._ajust_midtit { font-size: 2.0rem; }
}

/*こんなお悩みはありませんか？#3*/
.worry {
	background-color: #F6F3ED;
	position: relative;
	padding-top: 80px;
}
@media ( max-width:767px) {
	.worry {
	padding-top: 40px;
}
}
.worry .inner {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 80px 20px -40px;
	margin: 0 auto;
	text-align: center;
}
.worry .heading, .heading {
	font-size: 4.2rem;
	letter-spacing: 3px;
	font-weight: 600;
	display: inline;
	line-height: 1.2em;
	background: linear-gradient(transparent 65%, #FFCDB7 65%);
	
}
.heading {
	background: none;	
}
@media ( max-width:767px) {
	.worry .heading, .heading {
		font-size: 3.3rem;
		line-height: 1.5em;
	}
}
@media ( max-width:549px) {
	.worry .heading, .heading {
		font-size: 2.8rem;
		
	}
}
.case_flex {
	display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	width: 100%;
	margin: 60px 0;
	
}
.case_flex p {
	background-color: #FF5005;
	padding: 40px 15px;
	border-radius: 10px;
	color: #fff;
	font-size: 2rem!important;
	width: 33.3%;
	
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.arrow_orange { margin: 0 auto; width: 56px; }

@media ( max-width:767px) {
	.case_flex { display: block; margin: 60px 0 20px; }
	.case_flex p {
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 30px auto 0;
	}
	.arrow_orange {width: 48px; }
}

.solve {
	background-color: #fff;
	position: relative;
	width: 100%;
	border-radius: 20px;
	padding: 40px 20px;
	margin: 40px 0 0;
}
.tit_slo { font-size: 3.8rem; line-height: 1.7em; font-weight: bold; }
.tit_slo span { font-size: 5.3rem; }
@media ( max-width:767px) {
	.tit_slo { font-size: 3.0rem; }
	.tit_slo span { font-size: 4.1rem; }
}
.txt_20 { font-size: 2rem; line-height: 1.7em; letter-spacing: 2px; }
._ajust_20 { font-size: 2.4rem; vertical-align: -1px; }
.orange { color: #FF5005; }
.list_wrap {
	position: relative;
	width: 500px;
	margin: 30px auto 0;
	text-align: left;
}
.list_wrap p::before {
	content:"";
	display: inline-block;
	background-image: url('../img/vector_drop.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
	margin-right: 5px;
}
@media ( max-width:767px) {
	.list_wrap { width: 450px; }
}
@media ( max-width:549px) {
	.list_wrap { width: 90%; }
}
.list_wrap p {
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 1.5em!important;
	margin-bottom: 0.2em;
}
.list_wrap p span {
	display: inline;
	background: linear-gradient(transparent 65%, #FFCDB7 65%);
}
/*使いやすいポイント#4*/

.wave-svg-css {
    background-color: #F6F3ED;
    width: 100%;
    height: auto;
    position: relative;
	z-index: 0;
}
.wave-svg-css svg { margin-bottom: -10px; }
._wave_pad { padding-top: 0px; }
.bubble {
    position:relative;
    width:174px;
    height:49px;
    background:#F3B64C;
    text-align:center;
    color:#FFFFFF;
    font-size:21px;
	line-height: 2.4em;
    font-weight:bold;
    border-radius:40px;
}
.bubble::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(243, 182, 76, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    border-top-color:#F3B64C;
    top:100%;
    left:50%;
}
@media ( max-width:549px) {
	.bubble {
    width:150px;
    height:42px;
    font-size:18px;
}
}
.wave {
	position: relative;
	width: 100%;
	background-color: #F4E1AF;
	padding-bottom: 100px;
}
@media ( max-width:767px) {
	.wave { padding-bottom: 50px; }
}
.heading_Box span {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
span.notecap {
	letter-spacing: 1px;
	font-weight: bold;
}
.brown {
	color: #C58310;
}
.light-brown {
	color: #F3B64C;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 40px 20px;
	margin: 0 auto;
	text-align: center;
}
.points_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 40px;
}
.points_flex img { flex-grow: 0; flex-shrink: 0; }
.txt_24 { font-size: 2.4rem; line-height: 1.7em; letter-spacing: 2px; }
._ajust_24 { font-size: 2.7rem; vertical-align: -1px; }
.points { width: 33.3%; }
.points img {
	width: 80px;
	display: block;
	margin: 0 auto 10px;
}
.points p { text-align: left; }

@media ( max-width:767px) {
	.points_flex { display: block; }
	.points { width: 70%; margin: 0 auto; }
	.points_flex .points { margin-top: 60px; }
	.points_flex .points:first-child { margin-top: 0px; }
}
@media ( max-width:549px) {
	.points { width: 95%; }
}

.panel_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 40px;
	margin-top: 80px;
}
.panel_flex img { flex-grow: 0; flex-shrink: 0; }
.panel_flex .img_panel, .panel_flex .txt_panel { width:49%; }
.panel_flex .txt_panel { text-align: left; }
.txt_panel dl { margin-bottom: 2em; }
.txt_panel dl dt { font-weight: bold; }
@media ( max-width:767px) {
	.panel_flex { display: block; }
	.panel_flex .img_panel {
		width:100%;
		max-width: 494px;
		margin: 0 auto 40px;
	}
	.panel_flex .txt_panel { width:100%; }
}
/*youtube#5*/
.youtube {
	background-color: #3d3d3d;
	width: 100%;
	padding: 60px 0;
}
.youtube iframe {
	width: 100%;
	max-width: 640px;
}
/*製品ラインナップ#6*/
.beige {
	background-color: #F6F3ED;
	position: relative;
}
.beige .inner {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 200px 20px 30px;
	margin: 0 auto;
	text-align: center;
}
@media ( max-width:767px) {
	.beige .inner { padding: 100px 20px 30px; }
}
.wide {
	width: 100%;
	max-width: 1144px;
	position: relative;
	margin: 30px auto 0;
	padding-bottom: 150px;
}
.useHead, .useHead_r {
	font-size: 2.8rem;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-weight: bold;
	margin-left: 72px;
}
.useHead_r { padding-left: calc(45% + 72px); margin-left: auto; }

@media ( max-width:1000px) {
	.useHead_r { padding-left: calc(20% + 72px); margin-left: 0; }
}

@media ( max-width:767px) {
	.useHead, .useHead_r { font-size: 2.6rem; }
	.useHead_r { padding-left: calc(10% + 72px); }
	.wide { margin: 0 auto; padding-bottom: 80px; }
}
@media ( max-width:549px) {
	.useHead, .useHead_r { margin-left: 20px; }
	.useHead_r { padding-left: 5px; }
}
.use_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-bottom: 150px;
}
.use_flex img { flex-grow: 0; flex-shrink: 0; }
.Box_Txt, .Box_Txt_r {
	background-color: #F4E1AF;
	border-radius: 60px;
	border-bottom-left-radius: 0px;
	padding: 72px;
	width: 68%;
}
.Box_Txt_inner p, .Box_Txt_r p { font-size: 16px!important; }

.Box_Txt_r { 
	/*padding-left: calc(10% + 72px); */
	padding-left: 20%;
	margin-left: auto;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 0px;
}
.set_head { 
	display: flex;
  align-items: center; 
  justify-content: space-between; 
	margin-bottom: 20px; 
	width: 100%;
}
.hed-L {
	width: 59%;
	/*float: left;*/
}
.cate_ubiq {
	/*float: right;*/
	width: 160px!important;
	background-color: #3d3d3d;
	border-radius: 50vh;
	color: #fff;
	font-size: 1.2rem;
	padding: 5px 15px;
	display: inline;
	text-align: center;
}
.Box_Img {
	position: absolute;
	content: "";
	top: -60px;
	right: 0;
	width: 45%;
}
.Box_Img img {
	border-radius: 60px;
	border-top-right-radius: 0px;
}
.Box_Txt_inner { width: 75%; }

.Box_Img_r {
	position: absolute;
	content: "";
	top: -100px;
	left: 0;
	width: 45%;
}
.Box_Img_r img {
	border-radius: 60px;
	border-top-left-radius: 0px;
}

@media ( max-width:1000px) {
	.use_flex {
		display: block;
		margin-bottom: 30px;
	}
	._bottom_ajust { margin-bottom: -20px; }
	
	.Box_Txt, .Box_Txt_r {
	padding: 72px 72px 150px;
	width: 80%;
}
	.Box_Txt {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 60px;
	}
	.Box_Txt_r {
		border-top-left-radius: 60px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 60px;
	}
	.Box_Img, .Box_Img_r {
	position: relative;
	width: 70%;
		margin-top: -60px;
		margin-left: auto;
}
	.Box_Img img {	
	border-radius: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 0px;
}
	
.Box_Img_r {
		margin-top: -10px;
		margin-left: 0;
}	
.Box_Img_r img {	
	border-top-left-radius: 60px;
	border-bottom-left-radius: 0px;
}
	.Box_Txt_inner { width: 100%; }
}

@media ( max-width:767px) {
	.hed-L {
		float: none;
		width: 100%;
	}
	.cate_ubiq {
		float: none;
		display: inline-block;
	}
	.Box_Txt, .Box_Txt_r {
	padding: 72px 72px 100px;
	width: 90%;
}
	.Box_Img, .Box_Img_r { width: 85%; }
}
@media ( max-width:549px) {
	.Box_Txt, .Box_Txt_r {
	padding: 72px 20px 100px;
	width: 95%;
}
	.Box_Img, .Box_Img_r {
	width: 95%;
}
	.Box_Txt_r_inner { width: 78%; margin: 0 auto; }
}
span.note {
	display: block;
	letter-spacing: 1px;
	font-size: 1.4rem;
}

/*info#7*/
.info {
	background: url("../img/info_back.jpg") no-repeat bottom center /cover;
	object-fit: none;
	padding: 60px;
}
@media ( max-width:1000px) {
	.info { 
		background: url("../img/info_back.jpg") no-repeat bottom right 35% /cover;
		
	}
}
@media ( max-width:767px) {
	.info { 
		background: url("../img/info_back.jpg") no-repeat bottom left 75% /cover;
	padding: 60px 20px;
	}
}
@media ( max-width:549px) {
	.info { padding: 60px 20px; }
}
.info_cen { margin: 0 auto; }
.call { 
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.7em;
}
 @media ( max-width:549px) {
	.call { font-size: 2.1rem; }
}
@media ( max-width:767px) {
	._sp-footer { margin-bottom: 45px; }
}

.txt_18 { font-size: 1.5rem; line-height: 1.5em; letter-spacing: 1px; }
._ajust_18 { font-size: 1.7rem; vertical-align: -1px; }

.banBOX-pdf {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	
	position: relative;
	width: 100%;
	margin: 20px auto 0;
	box-sizing: border-box;
}
@media ( max-width:1000px) {
	.banBOX-pdf { gap: 15px; }
}
@media ( max-width:767px) {
	.banBOX-pdf {
		flex-direction: column;
		width: 240px;
		gap: 20px;
	}
}
.dl_pdf_con {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #fff;
	padding: 15px 20px;
	font-weight: bold;
	border-radius: 100vh;
	width: 240px;
	
}

a .dl_pdf_con {
	color: #333!important;
	letter-spacing: 1px;
	display: block;
	/*width: 220px;
	text-indent: 0.7em;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;*/
	-webkit-transition: .3s;
  transition: .3s;
}

.dl_pdf_con img {
	/*position: absolute;
	content: "";
	top: 5px;
	right: 0px;*/
	margin-left: 6px;
	margin-top: 2px;
	width: 14px;
	height: 14px;
}


a .dl_pdf_con:hover, a.txt_14:hover {
	text-decoration: none!important;
	opacity: .8;
	-webkit-transition: .3s;
  transition: .3s;
}
@media ( max-width:767px) {
	a .dl_pdf_con:hover, a.txt_14:hover {
	opacity: 1;
	-webkit-transition: .3s;
  transition: .3s;
}
}

/*製品ラインナップ#8*/
.lineup_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap: 30px;
}
.line_back img { flex-grow: 0; flex-shrink: 0; }

.unit {
	width: 33.3%;
	background-color: #F4E1AF;
	border-radius: 60px; 
	border-top-right-radius: 0px;
}
.type {
	width: 100%;
	background-color: #3d3d3d;
	color: #fff;
	padding: 40px;
	border-top-left-radius: 60px;
}
.body { padding: 40px; position: relative; }
.body p { font-size: 16px!important; }

@media ( max-width:1000px) {
	.lineup_flex { flex-direction: column; }
	.unit {
		width: 580px;
		margin: 0 auto;
	}
}
@media ( max-width:767px) {
	.unit { width: 450px; }
}
@media ( max-width:549px) {
	.unit { width: calc(100% - 40px); }
}
.att {
	padding-left: 1em;
	text-indent: -1em;
}

/*システム構成例#9*/
.system {
	background-color: #fff;
	width: 100%;
	max-width: 1000px;
	padding: 40px 20px;
	margin: 40px auto 80px;
}
@media ( max-width:549px) {
	.system {
	padding: 40px 5px;
}
}
.inner02 {
	position: relative;
	width: 100%;
	max-width: 1040px;
	padding: 0 20px 120px;
	margin: 0 auto;
}
table.spec, table.spec02 {
	position: relative;
	width: 100%;
	max-width: 1040px;
	/*border-left:  1px solid #3d3d3d!important;*/
	border-top:  1px solid #3d3d3d!important;
	font-size: 1.4rem;
	padding: 0 20px;
	margin: 0 auto 10px;
}
table.spec02 {
	font-size: 1.25rem;
}
table.spec th, table.spec02 th {
	border-right:  1px solid #3d3d3d!important;
	border-bottom:  1px solid #3d3d3d!important;
	background-color: #F5ECE7;
	padding: 8px;
}
table.spec02 th { padding: 6px; }

table.spec td, table.spec02 td {
	border-bottom:  1px solid #3d3d3d!important;
	background-color: #fff;
	padding: 8px 15px;
	text-align: center;
}
table.spec02 td { 
	padding: 6px 15px; 
	border-right: 1px solid #3d3d3d!important; }

table.spec02 td:last-child {
	border-right: none!important;
}

table.spec th, table.spec02 td {
	width: 25%;
}
table.spec02 th, table.spec td { text-align: left; }

.txt_14 { font-size: 1.25rem; line-height: 1.5em; letter-spacing: 1px; }
._ajust_14 { font-size: 1.4rem; vertical-align: -1px; }
.att_komeNo {
	padding-left: 2.7em;
	text-indent: -2.7em;
}
.face_center { text-indent: 1.3em; }
.face_center02 { text-indent: 3.5em; }

/*横スクロール*/
@media (max-width:767px) {
	.scrollTab { overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;
 }
.scrollTab::-webkit-scrollbar { height: 10px; }
.scrollTab::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; background-radius: 5px; }
.scrollTab::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
	
}
/*導入事例#10*/
.yellow {
	position: relative;
	width: 100%;
	background-color: #F4E1AF;
	padding: 80px 0;
}

.work_wrap {
	position: relative;
	width: 100%;
}
.work_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	justify-content: center;
	position: relative;
	width: 100%;
}
.work_flex img { flex-grow: 0; flex-shrink: 0; }
.base_white {
	position: relative;
	background-color: #fff;
	padding: 60px;
	border-radius: 60px;
	border-top-right-radius: 0px;
	width: 550px;
}
.base_white p, .base_white span {
	text-align: left;
}
.base_white img {
	margin-bottom: 20px;
}
.base_white a {
	position: absolute;
	content: "";
top:0;
left:0;
width:100%;
height:100%;
}
.base_white:hover { opacity: .7; }

@media ( max-width:549px) {
	.base_white { padding: 60px 45px; }
}
/*Footerの上部の空き調整　今回はSpVerのみ調整/パンくず直下のdivに指定*/
.forFo { margin-bottom: -50px; }

@media ( max-width:767px) {
	.forFo { margin-bottom: -40px; }
}

