@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:1.6;
	font-family:"Noto Sans JP", "Noto Sans Japanese","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","sans-serif";
	font-size:16px;
	font-feature-settings:"palt";
	color:#000;
}
body img {
	width:auto;
	vertical-align:bottom;
}
body a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	color:inherit;
}
.baseWidth {
	position:relative;
	max-width:960px;
	min-width:320px;
	margin:0 auto;
}
.spStyle { display: none; }
.center { text-align: center; }
#globalLang { display: none; }
@media only screen and (max-width:1024px) {
	body { font-size:14px; }
	body a:hover img { opacity:1; }
	.spStyle { display:block; }
	#globalHeader { display: none; }
}

/* #header
--------------------------------------------*/
#spNav { display:none; }
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	padding-left:30px;
	background: #222;
	z-index: 10;
}
#header.fixed {
	position: fixed !important;
}
#nav,
#nav ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:60px;
}
#nav ul a {
	display:flex;
	align-items: center;
	height: 60px;
	margin-left:2em;
	color:#FFF;
}
#nav .contactNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background:rgba(250,168,2,1.0);
	font-size: 1.2em;
}
#nav .child {
	display:none;
	position: absolute;
	top: 50px;
	height: auto;
	margin-left: 2em;
	background: #444;
}
#nav li:hover .child { display: block; }

#nav .child li { margin-left: 0; }
#nav .child a {
	display: flex;
	height: auto;
	margin-left: 0;
	padding: 0.4em 1em;
	/*
	border-right: 1px solid #000;
	*/
	color: #FFF;
}
#nav .child a:hover { background: #666; }
#nav .child li:last-of-type a { border: 0; }


#logo a {
	display:flex;
	align-items:center;
	white-space:nowrap;
	font-family:'Aldrich',sans-serif;
	font-size:20px;
	color:#FFF;
}
#logo img {
	width:50px;
	margin-right:0.5rem;
}
@media only screen and (max-width:1024px) {
	#spNav {
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 50px;
		height: 50px;
		/*
		border-left: 1px solid #555;
		*/
	}
	#spNav span,
	#spNav:before,
	#spNav:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 26px;
		height: 2px;
		background: #faa802;
		transition: 0.3s;
	}
	#spNav:before { top: 14px; }
	#spNav:after { bottom: 14px; }
	
	#spNav.open:before,
	#spNav.open:after {
		top: auto;
		bottom:auto;
		background: #AAA;
	}
	#spNav.open:before { transform: rotate(45deg); }
	#spNav.open:after { transform: rotate(-45deg); }
	#spNav.open span { opacity: 0; }
	#spNav.open + ul { display: block; }
	
	#header { padding-left:10px; }
	#nav { height:50px; }
	#nav > ul {
		display: none;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.95);
		font-weight: normal;
	}
	#nav ul .spStyle,
	#nav ul a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		height: 40px;
		margin-left:0;
		padding: 0 1em;
		border-top: 1px solid rgba(255,255,255,0.2);
		color: #FFF;
	}
	#nav ul .spStyle:after,
	#nav ul a:after {
		content: "";
		position: absolute;
		right: 1em;
		width: 6px;
		height: 6px;
		margin-right: 0.5em;
		border-top: 1px solid #fFF;
		border-right: 1px solid #fFF;
		transform: rotate(45deg);
	}
	
	#nav ul .slideToggle.active {
		background-color: #222;
	}
	#nav ul .slideToggle.active:after {
		transform: rotate(-45deg);
	}
	#nav ul.child {
		display: none;
		position: static;
		margin-left: 0;
	}
	#nav li:hover ul.child { display: none; }
	#nav ul.child a {
		border-top: 1px solid rgba(255,255,255,.1) !important;
	}
	#nav ul.child a:before {
		content: "-";
		margin: 0 .5em 0 2px;
	}
	
	#nav .pcStyle { display: none; }
	#nav .contactNav a {
		justify-content: space-between;
		flex-direction: row-reverse;
		width: auto;
		height: 40px;
		padding: 0 1em 0 0;
		border-color: rgba(250,168,2,1.0);
 		background: rgba(250,168,2,0.9);
		font-size: inherit;
	}
	#nav .contactNav a:after { display: none; }
	
	#logo a { font-size:16px; }
	#logo img {
		width: 40px;
		margin-right:0.5em; }
}

/* #main
--------------------------------------------*/
.breadcrumbs {
	overflow-x:auto; 
	display: flex;
	width: 100%;
	padding:0.5em 30px;
	background: #060606;
	font-size: 0.875em;
}
.breadcrumbs,
.breadcrumbs a {
	white-space: nowrap;
	color: rgba(255,255,255,0.3);
}
.breadcrumbs .current-item {
	color: rgba(255,255,255,0.5);
}
.breadcrumbs > span + span:before {
	content: "\0bb";
	margin: 0 0.5em;
}
.breadcrumbs a { text-decoration: underline; }
.breadcrumbs a:hover { text-decoration: none; }

#main {
	position: relative;
	/*
	padding-top: 110px;
	*/
}
@media only screen and (max-width:1024px) {
	/*
	#main { padding-top: 50px; }
	*/
}
@media only screen and (max-width:768px) {
	.breadcrumbs {
		padding:0.5em 1.2em;
		font-size: 10px;
	}
}


/*
#main { padding-top: 60px; }
*/
@media only screen and (max-width:1024px) {
	/*
	#main { padding-top: 50px; }
	*/
}

/*================================================================
	Contents layout
================================================================*/
.bnrVpTrial {
	padding: 1em;
	text-align: center;
}
.bnrVpTrial a {
	display: inline-block;
	border: 1px solid #FFF;
	background: #000;
}
.bnrVpTrial img { transition: 0.3s; }
.bnrVpTrial a:hover img { opacity: 0.6; }

.new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    margin-right: 5px;
    padding: 0 0.5em;
    background: #077fad;
    font-size: 12px;
    color: #FFF;
}

.headline {
	position:relative;
	margin-bottom:1em;
	text-align:center;
	line-height:1;
	font-size:2.4rem;
	color:#444;
}

section.sec {
	padding:5rem 0;
}
@media only screen and (max-width:1024px) {
	.headline {
		line-height: 1.4;
		font-size:1.4rem;
	}
	section.sec {
		padding:2.5rem 1rem;
	}
}
.tLink {
	text-decoration: underline;
	color:#fbb040 !important;
}
.tLink:hover { color:#000 !important; }
.btn {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	padding:0 2rem;
	height:100px;
	font-size:1.6rem;
}
.contact {
	padding-top:5rem;
	text-align:center;
}
.contact a {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	padding:0 3rem;
	height:80px;
	font-size:1.4rem;
	background:#f6921e;
	color:#FFF;
}
@media only screen and (max-width:1024px) {
	.contact {
		padding-top:2.5rem;
	}
	.contact a {
		padding:0 2rem;
		height:60px;
		font-size:1rem;
	}
}
.toggle + * { display:none; }
.toggle.active + * { display:block; }

.caution { color:#B00; }

.youtube {
	width: 50em;
	margin: 0 auto 3rem;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
		margin: 0 auto 2em;
	}
	.youtube p { padding-top: 1em; }
}

/* #keyv
--------------------------------------------*/
#keyv {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF url("../img/keyv_bg.jpg") no-repeat 0% 0%;
	background-size: cover;
}
#keyv .pic { margin-bottom: -150px; }
#keyv .txt { 
	padding:100px 20px 100px 50px; 
	position: relative;
}
#keyv .title,
#keyv .ver,
#keyv .pr,
#keyv .topTxt {
	text-shadow:
		0 0 10px #FFF,
		0 0 10px #FFF;
}
#keyv .title {
	white-space: nowrap;
	font-family: 'Aldrich',sans-serif;
	font-size: 3.6rem;
	color: #faa802;
}
#keyv h2 { font-size: 1.2em; }
#keyv .ver {
	/*
	position: relative;
	bottom: -200px;
	
	margin: -1em 0 1em;
	font-family: 'Aldrich',sans-serif;
	*/
	margin-top: 3em;
	font-size: 13px;
	color: #666;
}
#keyv .pr {
	font-size: 1.75rem;
	color: #faa802;
}
#keyv .pr.en { font-size: 1.2rem; }
#keyv .topTxt { font-size: 1.4rem; }
#keyv .contact {
	position: relative;
	padding-top: 2rem;
	text-align: left;
	z-index: 2;
}
#keyv .contact a {
	border: 4px solid rgba(1,197,157,0.8);
	border-radius: 40px;
	background: rgba(1,197,157,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	transition: 0.3s;
}
#keyv .contact a:hover {
	background: rgba(255,255,255,0.8);
	color: rgba(1,197,157,0.8);
}
#keyv .topnew{
	margin-bottom: 1em;
	transform: skewX(-15deg);
}
#keyv .topnew span{
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.4em 0.8em;
	background: #f7ba0c linear-gradient(60deg,#ff4e25,#f7ba0c);
/*	background: #1194e1 linear-gradient(60deg,#1194e1,#05cd83);*/
}

#keyv .academicBtn {
	padding-top: 2em;
	z-index: 2;
}
#keyv .academicBtn a {
  display: flex;
  align-items: center;
  max-width: max-content;
  padding: 0.5em 1em 0.5em 1.5em;
  border: 4px solid rgba(1,197,157,0.8);
	border-radius: 100vw;
	background: rgba(1,197,157,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
  line-height: 1.3;
  font-size: 1.3em;
	font-weight: 700;
  color: #FFF;
	transition: 0.3s;
}
#keyv .academicBtn sub {
  vertical-align: baseline;
  font-size: 0.6em;
  font-weight: normal;
}
#keyv .academicBtn i { margin-left: 1em; }
#keyv .academicBtn a:hover {
	background: #FFF;
	color: rgba(1,197,157,1.0);
}

@media only screen and (max-width:1200px) {
	#keyv .pic { margin-bottom: 0; }
}
@media only screen and (max-width:1024px) {
	#keyv .pic { width: 260px; }
	#keyv .txt { padding:60px 20px; }
	#keyv .title { font-size:2.5rem; }
	#keyv h2 { font-size: 1.1em; }
	#keyv .ver {
		margin-top: 2em;
		font-size: 12px;
	}
	#keyv .pr { font-size: 1.2em; }
	#keyv .pr.en { font-size: 1em; }
	#keyv .topTxt { font-size: 1em; }
	#keyv .contact a { border-width: 2px; }
}
@media only screen and (max-width:768px) {
	#keyv {
		display: block;
		position: relative;
	}
	#keyv .pic {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: -5%;
		width: 40%;
		min-width: 200px;
		height: 100%;
	}
	#keyv .txt {
		position: relative;
		width: auto;
		padding:6em 0 6em calc(35% + 10px);
		z-index: 1;
	}
	#keyv .pr { font-size: 1em; }
	#keyv .title { font-size:2.2em; }
	
}
@media only screen and (max-width:550px) {
	#keyv {
		display: block;
		position: relative;
	}
	#keyv .pic {
		top: 45%;
		left: -5%;
	}
	#keyv .txt {
		width: auto;
		padding:6em 0;
		text-align: center;
	}
	#keyv .title,
	#keyv .topTxt {
		text-shadow:
			0 0 5px #FFF,
			0 0 5px #FFF;
	}
	#keyv .title {
		margin-bottom:0.3em;
		font-size:2.4em;
	}
	#keyv h2 { padding: 0 1em; }
	#keyv .topTxt { padding: 0 3em; }
	#keyv h2 br,
	#keyv .topTxt br { display: none; }
	#keyv .contact { text-align: center; }
  #keyv .academicBtn a { margin: 0 auto; }
}
@media only screen and (max-width:414px) {
	#keyv .title { font-size:1.85em; }
	#keyv .ver { font-size: 0.8rem; }
}

/*セール用ボタン*/
#keyv .saleBan{
	width: 160px;
	position: absolute;
	right: -1%;
  top: -4%;
	z-index: 15;
	opacity: 0;
}
#keyv .saleBan a:hover{
	opacity: 0.8;
}
.saleBan {
  animation: zoomIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 0.5s;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width:768px) {
	#keyv .saleBan{
		width: 20vw;
		right: 1%;
		top: 0%;
	}
}


/* #feature
--------------------------------------------*/
#feature {
	background-color: #F1F1F1;
	background-image:url("../img/bg_01.jpg");
	background-repeat: no-repeat;
	background-position:50% 65%;
	background-size:100%;
}
#feature .visual {
	position: absolute;
	top: -50px;
	left: 45%;
	max-width: 1200px;
}
#feature .first,
#feature .inner {
	position: relative;
	z-index: 1;
}

#feature .first {
	margin:0 0 10rem -0em;
	transform: rotate(-12deg); 
}
#feature .headline {
	font-size: 3rem;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
		  -2px 2px 0 #FFF, 2px -2px 0 #FFF,
		  0px 2px 0 #FFF,  0 -2px 0 #FFF,
		  -2px 0 0 #FFF, 2px 0 0 #FFF;
	text-align: left;
}
#feature .headline span {
	font-size:3rem;
	text-align: left;
	color: #faa802;
}
#feature .first li {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #28303D;
}
#feature .first li:before {
	content: "-";
	margin-right: 0.5rem;
	color: #faa802;
}
#feature .inner {
	margin-bottom: 3rem;
	padding: 3rem;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}

#feature .inner .headline2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 2rem;
}
#feature .inner .headline2 strong {
	font-weight: normal;
	color: #faa802;
}

.singleCamera .flex {
	display: flex;
	justify-content: space-between;
}
.singleCamera .flex .box {
	width: 150px;
	text-align: center;
}
.singleCamera .icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 150px;
	margin-bottom: 1em;
}
.singleCamera .singleEmp {
	padding-top: 1em;
	color: #00a89c;
}
.singleCamera p { font-size: 14px; }
.keyPoint .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.keyPoint .txt {
	width:calc(100% - 500px);
}
.keyPoint .pic {
	display: flex;
	align-items: center;
	min-width: 440px;
}
.keyPoint .pic img { width: 200px; }

#bornList {
	min-width: 200px;
}
#bornList li {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
}
#bornList span {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 1em;
	background: #EEE;
	line-height: 1;
	font-size: 12px;
	color: #000;
}
#bornList .blue { background: rgba(68,138,202,0.1); }
#bornList .lBlue { background:rgba(19,181,177,0.1); }
#bornList .pink { background:rgba(228,0,177,0.1); }
#bornList .yellow { background:rgba(255,241,0,0.1); }
#bornList .purple { background:rgba(137,87,161,0.1); }
#bornList .red { background:rgba(230,0,18,0.1); }
#bornList .green { background:rgba(34,172,56,0.1); }
#bornList .orange { background:rgba(232,119,28,0.1); }
.bodyAndColor .box {
	padding: 0 60px;
}
.bodyAndColor p { padding-top: 2rem; }
.bodyAndColor p strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #faa802;
}

@media only screen and (max-width:1024px) {
	#feature .visual {
		top: -100px;
		left: 45%;
		max-width: 600px;
	}
	#feature .first {
		margin:0 0 15% 5%;
	}
	#feature .headline {
		font-size: 1.6rem;
	}
	#feature .headline span {
		font-size:1.4em;
	}
	#feature .first li {
		margin-bottom: 0.5em;
		font-size: 1em;
	}
	#feature .inner {
		margin:0 0 1em;
		padding:2em 1em 1em;
	}
	#feature .inner .headline2 { font-size: 1.2rem; }
	#feature .inner .headline2 br { display: none; }
	
	.singleCamera .flex {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.singleCamera .flex .box {
		width: calc(50% - 20px);
		max-width: 200px;
		margin-bottom: 2em;
	}
	.singleCamera .icon {
		min-height: 100px;
		margin-bottom: 0;
	}
	.singleCamera p { font-size: 12px; }
	.keyPoint .flex {
		flex-direction: column;
		justify-content: flex-start;
	}
	.keyPoint .txt {
		width:100%;
		margin-bottom: 2em;
	}
	.keyPoint .pic {
		display: flex;
		align-items: center;
		min-width:0;
	}
	.keyPoint .pic img { width:143px; }
	#bornList {
		min-width: 0px;
	}
	#bornList li {
		display: flex;
		justify-content: center;
		margin-bottom: 2px;
	}
	#bornList span {
		margin: 0 1px;
		padding:7px 0.5em;
	}
	.bodyAndColor .box { padding: 0; }
}

/* #develop
--------------------------------------------*/
#develop {
	padding-bottom: 0;
	background: #ffffef url("../img/bg_03.jpg") no-repeat 50% -5%;
	background-size: 100%;
	background-blend-mode:multiply;
}
#develop .michicon,
#develop .ietore{
	padding:5rem 0;
	background: #FFF url("../img/bg_02.jpg") no-repeat 50% 100%;
	background-size: 100%;
	/*
	border-top:1px solid #ffe494;
	border-bottom:1px solid #ffe494;
	*/
}
#develop .headline3 {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 1rem;
	border-bottom: 2px solid #57aff9;
	font-size:2rem;
	color:#57aff9;
}
#develop .michicon .headline3 {
	border-color: #50c7b6;
	color:#50c7b6;
}
#develop .ietore .headline3 {
	border-color: #F3953C;
	color:#F3953C;
}
#develop .headline3 img {
	position: absolute;
	left: -46px;
	width: 46px;
}
#develop .michicon .flex,
#develop .ietore .flex{
	display: flex;
	justify-content:space-around;
	align-items: center;
	padding-top: 1rem;
}
#develop .michicon ul,
#develop .ietore ul {
	margin-left: 2em;
}
#develop .michicon .bnr,
#develop .ietore .bnr {
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	height: 60px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
}
#develop .michicon .bnr img,
#develop .ietore .bnr img{
	width: auto;
    height: 100%;
}
#develop .michicon .qr,
#develop .ietore .qr{
	width: 113px;
	margin:0 0 5px 1rem;
	border: 1px solid #CCC;
}
#develop .case { position: relative; }
#develop .case .headline3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	text-align: center;
    font-size: 2rem;
    color: #FFF;
}
#develop .case .headline3 .contact { padding-top: 28px; }
#develop .case .flex {
	display: flex;
	flex-wrap: wrap;
}
#develop .case .box {
	width:50%;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
}
#develop #case1 { background-image: url("../img/case_pic_01.jpg"); }
#develop #case2 { background-image: url("../img/case_pic_02.jpg"); }
#develop #case3 { background-image: url("../img/case_pic_03.jpg"); }
#develop #case4 { background-image: url("../img/case_pic_04.jpg"); }

#develop .case .caseType {
	padding: 15% 0;
	background: rgba(0,0,0,0.3);
	text-align: center;
	font-size: 1.4rem;
	color: rgba(255,255,255,0.6);
}
@media only screen and (max-width:1024px) {
	#develop {
		padding-left: 0;
		padding-right: 0;
	}
	#develop .inner { padding:2em 1rem 1em; }
	#develop .case { padding: 0; }
	#develop .headline3 {
		margin-bottom: 0.5em;
		padding-left: 0;
		border-bottom: 2px solid #57aff9;
		font-size:1.4em;
	}
	#develop .headline3 img {
		position: static;
		width: 23px;
		margin-right: 10px;
		vertical-align: middle;
	}
	#develop .case .headline3 { font-size: 1rem; }
	#develop .case .headline3 .contact { padding-top: 1em; }
	#develop .case .caseType {
		padding: 20% 0;
		font-size: 12px;
	}
	
	#develop .michicon .flex,
	#develop .ietore .flex{
		flex-direction: row-reverse;
		justify-content:flex-end;
		align-items: flex-start;
		padding-top: 2em;
	}
	#develop .michicon .flex > img,
	#develop .ietore .flex > img{
		width: 159px;
		margin-left: 1em;
	}
	#develop .michicon ul,
	#develop .ietore ul {
		font-size: 12px;
		margin: 0;
	}
	#develop .michicon .bnr,
	#develop .ietore .bnr{
		margin-top: 1em;
		height: 50px;
		border-radius: 5px;
	}
	#develop .michicon .qr,
	#develop .ietore .qr{
		display: none; 
	}
}

/* #series
--------------------------------------------*/
#series table { 
	width:100%; 
	font-size: 0.875em;
}

#series .pcStyle { display: table-cell; }
#series thead th {
	padding-top: 1em;
	padding-bottom: 1em;
	background: #888;
	color: #FFF;
	text-align: center;
	font-weight: 700;
}
#series thead th.single3d { background:orange !important; }
#series thead th.standard { background:#077fad !important; }
#series thead td.single3d { background:#fff8e3 !important; }
#series thead td.standard { background:#ecffef !important; }
#series th {
	width: 1%;
	background: #EEE;
	white-space: nowrap;
	padding: 0.5em 1em;
	color: #444;
	border: 1px solid #CCC;
	vertical-align: top;
}
#series td {
	width: 24%;
	padding: 1em 1em;
	border: 1px solid #CCC;
	vertical-align: top;
}

/*
#series th,
#series td {
	padding:1rem;
	vertical-align: top;
}
#series tr:nth-child(odd) th,
#series tr:nth-child(odd) td {
	background:#f1f1f1;
}
#series th.single3d,
#series th.standard {
	color:#FFF !important;
	font-size:1.4rem;
}
#series th.single3d { background:#fbb040 !important; }
#series th.standard { background:#00a79d !important; }
#series td.single3d { background:#fff8e3 !important; }
#series td.standard { background:#ecffef !important; }
#series th:nth-last-of-type(2),#series th:nth-last-of-type(3),
#series td:nth-last-of-type(2),#series td:nth-last-of-type(3) {
	border-right:10px solid #FFF;
	border-left:10px solid #FFF;
}
*/
@media only screen and (max-width:1024px) {
	#series table { font-size: 12px; }
	#series th,
	#series td { padding:0.5em; }
	#series th.single3d,
	#series th.standard {
		font-size:1em;
	}
/*
	#series th:nth-last-of-type(2),
	#series td:nth-last-of-type(2) {
		border-right:5px solid #FFF;
		border-left:5px solid #FFF;
	}
*/
	
}

/* #flow
--------------------------------------------*/
#flow {
	overflow:hidden;
	position:relative;
	background:#ffffef;
}
#flow:after {
	content:"";
	position:absolute;
	top:-20.5%;
	right:55%;
	width:816px;
	height:130%;
background:rgb(241,241,241);
background:-webkit-linear-gradient(72deg,  rgba(241,241,241,1) 0%,rgba(241,241,241,1) 65%,rgba(255,255,255,1) 35%);
	transform:skewX(-60deg);
}
#flow .baseWidth {
	position:relative;
	z-index:1;
}
#flow .flex {
	display:flex;
	justify-content:space-between;
}
#flow .box { width:150px; }
#flow .icon {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
	width:150px;
	height:150px;
	margin-bottom:1rem;
	background:#fbb040;
	border-radius:50%;
}
#flow .icon img { width:50px; }
#flow .icon:after {
	content:"";
	position:absolute;
	right:-36px;
	width:0;
	height:0;
	border-style:solid;
	border-width:15px 0 15px 20px;
	border-color:transparent transparent transparent #00a79c;
}
#flow .box:last-of-type .icon:after { display:none; }

#flow .flowEmp {
	text-align:center;
	color:#FFF;
}
#flow p { font-size:14px; }

@media only screen and (max-width:1024px) {
	#flow:after {
		content:"";
		position:absolute;
		top:-27%;
		right:68%;
		width:600px;
		height:130%;
	}
	#flow .flex { display: block; }
	#flow .box {
		display: flex;
		align-items: center;
		width:auto;
		margin-bottom: 1em;
	}
	#flow .icon {
		width:100px;
		min-width: 100px;
		height:100px;
		margin:0 1em 0 0;
		font-size: 12px;
	}
	#flow .icon img { width:25px; }
	#flow .icon:after {
		content:"";
		position:absolute;
		right:50%;
		bottom: -8px;
		margin-right: -15px;
		border-width: 15px 15px 0 15px;
		border-color: #00a79c transparent transparent transparent;
	}
	#flow .flowEmp { padding-top: 0.5em; }
}

/* #faq
--------------------------------------------*/
#faq {
	background:url("../img/bg_02.jpg") no-repeat 50% 15%;
	background-size:100%;
}
#faq dt,
#faq dd { margin-bottom:1rem; }
#faq dd:last-of-type { margin-bottom:2rem; }
#faq dt {
	display:flex;
	align-items:center;
	padding:0.5em 1rem;
	background:#fbb040;
	font-size:1.2rem;
	font-weight:bold;
	color:#FFF;
}
#faq dd {
	position:relative;
	padding-top:0.75rem;
	padding-left:calc(50px + 2rem);
}
#faq .quest,
#faq .ans {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:50px;
	height:50px;
	margin-right:1rem;
	border-radius:50%;
	background:#FFF;
	line-height:1;
	font-size:1.8rem;
	font-weight:bold;
	color:#fbb040;
}
#faq .quest:after,
#faq .ans:after {
	content:"";
	position:absolute;
	top: 50%;
	right:-10px;
	width:0;
	height:0;
	margin-top: -5px;
	border-style:solid;
	border-width:5px 0 5px 12px;
	border-color:transparent transparent transparent #FFF;
}
#faq .ans {
	position:absolute;
	top:0;
	left:1rem;
	background:#00a89c;
	color:#FFF;
}
#faq .ans:after { border-color:transparent transparent transparent #00a89c; }

@media only screen and (max-width:1024px) {
	#faq dt,
	#faq dd { margin-bottom:1em; }
	#faq dd:last-of-type { margin-bottom:2em; }
	#faq dt {
		padding:0.5em;
		font-size:1em;
	}
	#faq dd {
		padding-top:0.3em;
		padding-left:calc(30px + 2em);
	}
	#faq .quest,
	#faq .ans {
		width:30px;
		height:30px;
		min-width: 30px;
		margin-right:1em;
		font-size:1.2rem;
	}
	#faq .ans { left:0.5rem; }
}


/* #summary
--------------------------------------------*/
#summary {
	background:#ffffef;
}
#summary table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:1rem;
	border: 10px solid #EEE;
}
#summary th,
#summary td {
	padding:1rem 2rem;
	vertical-align:top;
}
#summary th {
	border-bottom:1px solid #FFF;
	background:#fbb040;
  white-space: nowrap;
	color:#FFF;
}
#summary td {
	background:#FFF;
	border-bottom:1px solid #CCC;
}
#summary tr:nth-child(even) td { background:#F6F6F6; }

#summary tr:last-of-type th,
#summary tr:last-of-type td { border:0; }

#summary .contact { padding-top: 2rem; }
/*オプション導線*/
.condLink{
	text-align: center;
	padding: 1.5em 2em;
	margin-bottom: 2em;
	background-color: #eaf6ff;
	border: 1px solid #c6cfdf;
}
.condLink .condTitle{
	text-align: center;
	margin-bottom: 1em;
	white-space: nowrap;
}
.condLink .condTitle .txt{
	font-size: 1.4em;
	font-weight: 700;
}
.condLink .condTitle .osusume{
	color: #fff;
	font-size: 0.9em;
	padding: 0 1em;
	margin: 0;
	display: inline-block;
	border-radius: 30px;
	background-color: #fbb040;
}
.condLink p { margin-bottom: 1em; }
.condLink .btn {
  flex-wrap: wrap;
  height: auto;
  font-size: 1em;
}
.condLink .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  height: 60px;
	margin: 0 1em;
	padding: 0 2em;
	border: 1px solid #00a89c;
	background: #00a89c;
	color: #FFF;
}

@media only screen and (max-width:1024px) {
	#summary table {
		margin-bottom:1em;
		border-width: 5px;
	}
	#summary th,
	#summary td {
		padding:0.5em 1em;
    white-space: normal;
	}
	#summary th br { display: none; }
  .condLink .btn a {
    min-width: 180px;
    height: 50px;
    margin-top: 0.5em;
  }
}

/* #releaseNote
--------------------------------------------*/
#releaseNote {
	background: #F6F6F6;
}
#releaseNote dl {
	padding: 0.5em 1em;
	border-bottom: 1px dotted #CCC;
}
#releaseNote dt {
	margin-left: -1em;
	font-weight: bold;
	color: #f6921e;
}
#releaseNote dt span {
	margin-left: 1em;
	font-weight: normal;
	color: #888;
}
#releaseNote dd .date {
	font-weight: normal;
	color: #AAA;
}
#releaseNote dd .date:after {
	display: inline-block;
	content:"";
	margin: 0 0.5em;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #AAA;
}
#releaseNote dd .pf {
	display: inline-block;
	width: 100px;
	margin-right: 0.5em;
	border: 1px solid #000;
	text-align: center;
	font-size: 0.8em;
	white-space: nowrap;
}



/* #media
--------------------------------------------*/
#media {
	padding-top:5rem;
	padding-bottom:5rem;
}
#media .headline {
	position: relative;
	margin-bottom: 2em;
}
#media .headline span {
	position: absolute;
	top: 10px;
	right: 225px;
	font-size: 1.2rem;
}
#media ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#media li {
	display:flex;
	justify-content:center;
	align-items:center;
	width:calc(25% - 2px);
	margin:0 1px 2px;
}
#media li:empty { background:#eee; }
#media li:empty:before {
	content:"メディアロゴ";
	opacity:0.3;
}
@media only screen and (max-width:1024px) {
	#media {
		padding-top:2.5rem;
		padding-bottom:2.5rem;
		background-position: 50% 50%;
	}
	#media .headline span {
		position: relative;
		top: 0px;
		left: 10px;
		right:auto;
		font-size: 14px;
	}
	#media ul {
		justify-content:center;
	}
	#media li {
		width:120px;
		height:60px;
		margin:0 1px 2px;
	}
}


/*======================================================
	お問い合わせ / contact
================================================*/
/* .txtLink
------------------------------------------------------*/
#contactSec .txtLink {
	border-bottom: 1px solid #000;
	color: inherit !important;
}
#contactSec .txtLink:hover {
	border-bottom: 0;
}
/* .cautionBox
------------------------------------------------------*/
#contactSec .cautionBox { color: #C00; }
#contactSec .cautionBox {
	display: flex;
	justify-content: center;
	padding: 2em 1em 2em 2em;
	border: 1px solid #C00;
}
#contactSec .cautionBox li {
	margin-bottom: 0 !important;
	text-indent: -1em;
}
#contactSec .cautionBox li:before { content: "※"; }
@media only screen and (max-width:1024px) {
	#contactSec .cautionBox {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
/* #contactSec
------------------------------------------------------*/
#contactSec .baseWidth {
	background-color: #FFF;
	padding:3% 4%;
	border-radius: 10px;
}
#contactSec .txt {
	margin-bottom: 2em;
	text-align: center;
}

@media only screen and (max-width:768px) {
	#contactSec .baseWidth {
		padding:6% 4%;
	}
	#contactSec .txt,
	#contactSec .cautionBox {
		margin-bottom:1em;
		text-align: left;
	}
	#contactSec .txt br { display: none; }
}


/*======================================================
	ブログ記事 / blogGuid
================================================*/
/* #blogGuid
------------------------------------------------------*/
#blogGuid {
	background-color: #FFF;
}
#blogGuid .cardLayout{
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 2em;
}
#blogGuid .cardLayout .item {
	width: 31%;
	margin-bottom: 2%;
	border-radius: 4px;
	position: relative;
	transition: all .3s ease;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
	overflow: hidden;
}
#blogGuid .cardLayout .item:hover {
	opacity: 0.8;
/*	box-shadow: none;*/
	background-color: #ffffef;
}
#blogGuid .cardLayout .item .inner {
	width: 90%;
	margin: 1em auto 1.2em;
}
#blogGuid .cardLayout .item .inner .title {
	font-weight: 700;
	margin-bottom: 0.5em;
}
#blogGuid .cardLayout .item .inner .txt {
	font-size: 0.9em;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#blogGuid .btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: inherit;
}
#blogGuid .btn a {
	color: #f6921e;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 270px;
	height: 60px;
	margin: 0 1em;
	padding: 0 1em;
	white-space: nowrap;
	border: 1px solid #f6921e;
	transition: .2s;
}
#blogGuid .btn a:hover {
	border: 1px solid #f6921e;
	background: #f6921e;
	color: #FFF;
}
@media only screen and (max-width:768px) {
	#blogGuid .cardLayout .item {
		width: 47%;
		margin-bottom: 2%;
	}
	#blogGuid .cardLayout .item .inner .txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}


/* #banLink1
------------------------------------------------------*/
/*
#banLink{
	margin: 0 auto;
	padding: 2em 1em;
	background-color: rgba(255,241,168,0.60);
	position: relative;
}
#banLink a{
	display: inline-block;
	background-color: #FFF;
}
#banLink a:hover img{
	transition: 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width:1024px) {
	#banLink {
		padding-bottom: 9%;
	}
}
@media only screen and (max-width:768px) {
	#banLink {
		padding-bottom: 12%;
	}
}
*/
/* #banLink2
------------------------------------------------------*/
#banLink{
	padding: 3rem 1em 0;
}
#banLink a:hover img{
	transition: 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width:768px) {
	#banLink {
		padding: 1.5rem 1em 0;
	}
}

/* #partner
------------------------------------------------------*/
#partner{
	background-color: #f6f6f6;
}
#partner .inner{
	max-width: 980px;
	margin: 0 auto;
}
#partner header .headline{
	margin-bottom: 1.5em;
	font-weight: 500;
}
#partner header .headline .line {
	background: linear-gradient(transparent 75%,#fffd54 75%);
	position: inherit;
	padding: 0;
	border: none;
}
#partner header h2 .line:after {
	display: none;
}
#partner .conbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2em;
}
#partner .conbox .txt, #partner .conbox .pic {
	width: 48%;
	max-width: 460px;
}
#partner .conbox .txt p{
	margin-bottom: 0.5em;
}
#partner .conbox .txt p:last-child{
	margin-bottom: 0;
}
#partner .contact{
	padding-top: 0;
}
#partner .contact a{
	transition: .2s;
}
#partner .contact a:hover {
	color: #f6921e;
	border: 1px solid #f6921e;
	background: #fff;
}
#partner .contact .fa {
	margin-left: 0.5em;
}
@media only screen and (max-width:768px) {
	#partner header .headline{
		margin-bottom: 1em;
	}
	#partner .conbox{
		flex-direction: column;
		margin-bottom: 1em;
	}
	#partner .conbox .txt, #partner .conbox .pic {
		width: 100%;
		max-width:none;
		margin-bottom: 1em;
	}
	#partner .contact a{
		line-height: 1.3;
	}
}

/*------------------------------------------
	#footer bottomBan
------------------------------------------*/
.bottomBan {
	position: fixed;
	right: -150px;
	bottom: 20px;
	z-index: 100;
	transition: 0.5s;
}
.bottomBan a {
	overflow: hidden;
	display: block;
	width: 140px;
	height: 140px;
	background: url("../img/sale/ban_10off_arrow.webp")no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.bottomBan a:hover {
	opacity: 0.7;
}
.bottomBan.active { 
	right: 10px; 
	opacity: 1;
}
.menuOpen .bottomBan { display: none !important; }
@media only screen and (max-width:990px) {
	.bottomBan { 
/*		display: none; */
		bottom: 10px;
	}
	.bottomBan a {
		width: 22vw;
		height: 22vw;
		max-width: 120px;
	}
}
.bottomBan.active {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

