@charset "utf-8";
/*-------------------------
	全体共通項目
-------------------------*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}


* {
	box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	font-size: 15px;
	line-height: 1.3;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, Osaka, "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a:hover, a:focus {
	text-decoration: none;
}
p {
	font-size: 14px;
	line-height: 2.2;
}
.img {
	width: 100%;
	height: auto;
}
.f_shin {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0  5px 0 0;
	color: #333333;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrowplus {
	background: #999;
	width: 24px;
	height: 24px;
	margin-left: 6px;
}
.arrow::before,
.arrowplus::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrowright::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrowunder::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #26758f;
	border-right: 1px solid #26758f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrowplus::before{
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	margin-top: 10px;
	margin-left: 4px;
}
.arrowplus::after {
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	margin-top: 10px;
	margin-right: 5px;
}
.collapsed .arrowplus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 11px;
	margin-top: 5px;
}
.arrowplus::after {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.arrowbig {
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	max-width: 72px;
	height: 100%;
	background: url(../images/arrow_right.png);
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
}
.arrowbig.green {
	background-image: url(../images/arrow_right_green.png);
}
a:hover .arrowbig.green {
	background-image: url(../images/arrow_right.png);
}
.arrowbig.under {
	position: absolute;
	right: 0;
	left:auto;
	background-image: url(../images/arrow_down.png);
}
.linkBtn a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	position: relative;
	border-radius: 40px;
	background: linear-gradient(to right, #0092b3, #000ea0, #ec0000);
	background-size:200% 100%;
}
.linkBtn a:hover,
#features .featLinkList li a:hover,
#performance .featLinkList li a:hover,
#contact .btnSubmit:hover {
  animation:AnimatedLinearGradient 1s ease forwards;
}
#contact .btnSubmit:disabled:hover {
	animation:none;
}
@keyframes AnimatedLinearGradient {
    0%{background-position:  0% 0%}
   100%{background-position:100% 0%}
}
.popover {

    max-width: 310px;
 	font-family: 'Noto Sans JP', Meiryo, メイリオ, Osaka, "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.popover.right>.arrow {
	padding:0;
}

/*-------------------------
	レイアウト（大枠）
-------------------------*/
input{
	padding: 2px;
	margin: 0 0 3px;
}
input.focused:valid,
textarea.focused:valid {
	border-color: green;
}
input.focused:invalid,
textarea.focused:invalid {
	border-color: red;
}
.error,
.errorCheckbox {
	display: none;
	padding: 6px 6px 0 6px;
	color: #e61d0f;
	font-size: 12px;
}
.logo_ss img {
	border: 1px solid #333333;
}

/* font-size */
footer p,
#contact .form-horizontal .control-label span,
#contact .contactForm table tr td span.form-label {
	font-size: 12px;
}
#features .osusumeList div,
#pcNavbar,
header .pcSubNav li {
	font-size: 13px;
}
#contact .form-horizontal .control-label {
	font-size: 14px;
}
#contact .agreement,
#price .viewBtn,
header .headContWrap .title .mv_icon p {
	font-size: 15px;
}
#price .table-bordered,
#features .featListTxt span,
#features .featListBox,
#features .featHead p,
#features .serviceListTxt span,
#features .linkBtnTxt,
#features .introRead {
	font-size: 16px;
}
#faq .panel-title,
#faq .faqList p,
#features .featListHead p,
.featLinkList li a,
.featLinkList li span,
#features .featsysbg .linkBtn a,
#featcluster .clusterTxt p,
#introduction .introRead {
	font-size: 18px;
}
#contact .btnSubmit,
#contact .btnBack,
#performance .performListHead,
#introduction .serviceListHead {
	font-size: 20px;
}
#featcluster .clusterTxt p span {
	font-size: 21px;
}
#featcluster h3 span,
#faq .faqListTitle,
#featcluster .wrapper > p,
.linkBtn a {
	font-size: 22px;
}
#faq .question,
#faq .faqList .panel-title a:before {
	font-size: 25px;
}
#features .featListName,
header .headContWrap .mv_icon li {
	font-size: 26px;
}
.featLink h3 {
	font-size: 32px;
}
#performance h3,
#introduction h3 {
	font-size: 38px;
}
#introduction h2,
#features h2,
#performance h2,
#price h2,
#faq h2,
#contact h2 {
	font-size: 40px;
}
#featcluster h3 {
	font-size: 43px;
}
header .headContWrap .title .mv_icon p {
	font-size: 15px;
	font-size: 1.17188vw;
}
header .headContWrap .title p {
	font-size: 18px;
	font-size: 1.2vw;
}
header .headContWrap .mv_icon li {
	font-size: 20px;
	font-size: 1.25vw;
}
header .headContWrap .title h1 {
	font-size: 34px;
	font-size: 3vw;
}

/*	nav
-------------------------*/
#pcNavbar,
#pcNavbar li,
#pcNavbar li:first-child a {
	height: 87px;
}
#pcNavbar {
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: -87px;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	-ms-transition: top 0.6s;
	-o-transition: top 0.6s;
	transition: top 0.6s;
	opacity: 0;
}
#pcNavbar.show {
	top: 0;
	opacity: 1;
}
#pcNavbar ul {
	-webkit-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.13);
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.13);
}
#pcNavbar li {
	width: 14.28%;
	display: table;
	table-layout: fixed;
		height: 57px;
	top: 30px;
}
#pcNavbar .none li {
	width: 14.3%;
}
#pcNavbar .none li:nth-child(3) {
	width: 14.2%;
}
#pcNavbar .nav-pills > li > a {
	border-radius: 0;
	padding: 0px 35px 0px 21px;
	border-left: 1px solid #e1e1e1;
	color: #333333;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#pcNavbar .nav-pills > li > a span {
	position: absolute;
	right: 13px;
	top: 26px;
}
#pcNavbar .nav-pills > li.active .arrowunder::before {
	border-color: #FFF;
}
#pcNavbar .nav > li > a:hover {
	background: rgb(229, 238, 242);
}
#pcNavbar .nav > li.active > a,
#pcNavbar .nav > li.active > a:hover,
#pcNavbar .nav > li.active > a:focus {
	background: #26758f;
	color: #FFF !important;
}
#pcNavbar li:first-child {
	display: inline-block;
	height: 87px;
	top: 0;
}
#pcNavbar li:first-child a {
	top: 0;
	padding: 0;
	border-left: 0;
}
#pcNavbar .nav > li > a:focus,
#pcNavbar .nav > li:first-child > a,
#pcNavbar .nav > li:first-child > a:hover,
#pcNavbar .nav > li:first-child > a:focus,
#pcNavbar .nav > li.active:first-child > a,
#pcNavbar .nav > li.active:first-child > a:hover,
#pcNavbar .nav > li.active:first-child > a:focus {
	background: #fff;
}
#pcNavbar .nav-pills > li + li {
	margin-left: 0;
}
#pcNavbar .logo_ss {
	padding: 7px 9px 0;
	max-width: 153px;
}
#pcNavbar .logo {
	max-width: 163px;
	padding: 5px 9px 5px;
}
/*	header
-------------------------*/
#top #header {
	background: url(../images/base-01.jpg);
	background-size: 100% 85%;
	background-repeat: no-repeat;
	min-height: 500px;
}
header .headLogo {
	padding: 20px 18px 0px 30px;
	height: 56px;
}
header .logo_ss {
	display: inline-block;
	max-width: 135px;
	position: absolute;
	margin-top: 10px;
}
header .headOuter {
	max-width: 1760px;
	width: 100%;
	margin: auto;
	padding: 0 80px 15px;
}
header .pcSubNav {
	width: 100%;
	z-index: 2;
	padding-left: 135px;
	text-align: right;
}
header .pcSubNav li {
	display: inline-block;
}
header .pcSubNav li a {
	display: block;
	color: #fff;
	padding: 10px 30px 10px 15px;
	text-align: right;
}
header .pcSubNav li a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.9;
}
header .pcSubNav li .contactAnc {
	background: #fff;
	color: #333;
	padding: 10px 20px;
	border-radius: 18px;
}
header .pcSubNav .arrowunder::before {
	border-color: #FFF;
	right: -23px;
	top: -6px;
}
header .pcSubNav li a:hover .arrowunder::before {
	border-color: #000;
}
header .headContWrap {
	width: 100%;
	max-width: 1080px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
header .headContWrap .illust {
	float: right;
	width: 45%;
	position: relative;
	top: 30px;
	right: 20px;
	margin-bottom: -20px;
}
header .headContWrap .illust img {
	width: 100%;
}
header .headContWrap .title {
	/* position: absolute; */
	color: #FFF;
	width: 55%;
	max-width: 800px;
}
header .headContWrap .title img {
    width: 20%;
}
header .headContWrap .title p {
	margin-bottom: 0;
}
header .headContWrap .title h1 {
	margin: 0;
}
header .headContWrap .title h1 span {
	display: inline-block;
	vertical-align: middle;
}
header .headContWrap .mv_icon {
	display:inline-block;
	margin-top: 15px;
	margin-top: 0.5vw;
}
header .headContWrap .mv_icon li {
	padding: 3px 0;
	vertical-align: middle;
	text-shadow: #01758f 0px 0 10px;
}
header .headContWrap .mv_icon li img {
	float: none;
	width: 22px;
	margin-right: 20px;
}
header .headContWrap .mv_icon p {
	text-align:center;
	display: flex;
	align-items: center;
}
header .headContWrap .mv_icon p:before,
header .headContWrap .mv_icon p:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
header .headContWrap .mv_icon p:before {
	margin-right: 1rem;
}
header .headContWrap .mv_icon p:after {
	margin-left: 1rem;
}
header .headContWrap .oraclegp {
	width: 50%;
	margin-top: 16px;
	margin-top: 1.25vw;
	background: #fff;
}
header .headContWrap .oraclegp img {
	width: 100%;
}
header .linkBtn {
	text-align: center;
	margin: 60px 0px 0px 0px;
	height: 80px;
}
header .linkBtn li {
	max-width: 540px;
	display: inline-block;
	width: 40%;
	margin: 0 2.5%;
	height: 100%;
	vertical-align: top;
}
header .linkBtn a div {
	position:relative;
	top:-4px;
}
header .linkBtn a p {
	margin: 0;
}

section {
	margin-top:-1px;
}
section .wrapper {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
section .introHead{
	padding: 13px 10px 30px 10px;
}
section .performHead,
section .priceHead,
section .faqHead,
section .contactHead {
	padding: 80px 10px 30px 10px;
}
section .h_hr {
	width: 58%;
	height: 4px;
	background: linear-gradient(to right, #f19111, #6f4208);
	margin: 10px auto;
}
section#price .h_hr,
section#faq .h_hr,
section#contact .h_hr {
	background: linear-gradient(to right, #f15a24, #93278f);
}
section#price .h_hr {
	width: 47%;
}
section#faq .h_hr {
	width: 18%;
}
section#contact .h_hr {
	width: 27%;
}
#introduction .introHead .wrapper,
#features .featHead .wrapper,
#performance .performHead .wrapper,
#price .priceHead .wrapper,
#faq .faqHead .wrapper ,
#contact .contactHead .wrapper {
	padding-bottom: 16px;
}
#introduction .introHead,
#performance .performHead,
#price .priceHead,
#faq .faqHead,
#contact .contactHead {
	text-align: center;
	background: #FFF;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	position: relative;
}
#introduction .introHead{
	margin-top: 50px;
}
#contact.confirm .contactHead {
	margin-top: 88px;
}
#introduction .introHead .arrow,
#features .featLine .arrow,
#performance .performHead .arrow,
#price .priceHead .arrow,
#faq .faqHead .arrow,
#contact .contactHead .arrow {
	bottom: 0;
	left: 0;
	right: 0;
}
#introduction .arrow,
#features .arrow,
#performance .arrow,
#price .arrow,
#faq .arrow,
#contact .arrow {
	position: absolute;
}
#introduction .arrowunder::before,
#features .arrowunder::before,
#performance .arrowunder::before,
#price .arrowunder::before,
#faq .arrowunder::before,
#contact .arrowunder::before {
	width: 30px;
	height: 30px;
	border-color: #e1e1e1;
	background: #fff;
	top: 1px;
}
#introduction h2,
#features h2,
#performance h2,
#price h2,
#faq h2,
#contact h2 {
	margin: 0;
	font-weight: bold;
}
.lineupLink .arrow {
	left: 15px;
}
#introduction > .wrapper,
#performance > .wrapper,
#faq > .wrapper {
	padding-bottom: 60px;
}
#introduction,
#price,
#faq,
#contact,
#featcluster,
.featLink {
	background: #e5eef2;
}
#introduction h3 {
	margin: 0 0 60px;
	text-align:center;
}
#introduction .introRead {
	margin: 60px auto 10px;
	text-align: center;
}
#features .introRead {
	margin: 60px auto 23px;
	text-align: center;
}
#introduction .introRead img {
	width: 160px;
	float: left;
	margin: 10px 43px 0 40px;
}
#introduction .serviceList,
#features .serviceList {
	font-size:0;
}
#introduction .serviceList {
	margin-bottom: 29px;
}
#features .serviceList {
	margin-bottom: 40px;
}
#features .featsysbg {
	padding-bottom: 20px;
	margin-bottom: 60px;
	background: #faf3ed;
}
#features .featsysbg h3 {
	margin: 0;
	padding: 56px 0 24px 0;
	text-align: center;
}
#featcluster {
	padding-bottom: 60px;
}
#featcluster .wrapper > p {
	padding: 56px 0 0;
	text-align: center;
	margin: 0;
}
#featcluster h3 {
	text-align: center;
	margin: 0px 0 54px;
}
#featcluster h3 span {
	display: block;
	margin-top: 14px;
}
#featcluster .clusterImg {
	width: 48%;
	float: left;
}
#featcluster .clusterTxt {
	width: 46%;
	float: right;
}
#featcluster .clusterTxt p {
	line-height: 1.6;
	margin-bottom: 30px;
}
#featcluster .clusterTxt p span {
	color: #01758f;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
}
#features .linkBtnTxt {
	text-align: center;
	margin: 0px 0 60px;
}
#introduction .serviceList li {
	margin-bottom: 31px;
}
#introduction .serviceList li,
#features .serviceList li {
	width: 48.5%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
}
#features .featList li {
	width: 31.4%;
	margin-left: 2.9%;
	display: inline-block;
	vertical-align: top;
	background: #e5eef3;
}
#features .featList li:nth-child(2) {
	background: #faf3ed;
}
#performance .performList li {
	float: left;
	width: 29%;
	margin-left: 6.5%;
}
#introduction .serviceList li:first-child,
#introduction .serviceList li:nth-child(2n+1),
#features .serviceList li:first-child,
#features .serviceList li:nth-child(2n+1),
#features .featList li:first-child,
#features .featList li:nth-child(3n+1),
#performance .performList li:first-child {
	margin-left: 0%;
}
#introduction .serviceList li {
	background: #fff;
}
#introduction .serviceList li:before,
#features .serviceList li:before {
	content:"";
	display:block;
	height:3px;
	width:100%;
	background: linear-gradient(to right, #1da19a, #334dd4);
}
#introduction .serviceListHead {
	color: #01758f;
	font-weight: bold;
	text-align: center;
	margin: 16px auto;
	line-height: 1.4;
}
#features .serviceListHead {
	color: #01758f;
	font-weight: bold;
	margin: 16px auto 8px;
	line-height: 1.4;
}
#introduction .shasenHr {
	max-width: 228px;
	margin: auto;
}
#introduction .serviceListHhumb {
	padding: 2px 0px 22px 15px;
	float: left;
	width: 41%;
}
#features .serviceListHhumb {
	padding-top: 6px;
	float: left;
	width: 45%;
}
#introduction .serviceListTxt{
	padding: 0px 15px 0 10px;
	line-height: 1.7;
	width: 59%;
	float: right;
}
#features .serviceListTxt {
	padding-left:30px;
	line-height: 1.6;
	width: 55%;
	float: right;
}
#features .serviceListTxt span {
	display:block;
	margin-bottom: 10px;
}
#features .serviceList li {
	position:relative;
}
#features .osusumeList {
	position: absolute;
	width: 55%;
	right: 0;
	bottom: 10px;
	padding-left: 30px;
}
#features .featsysbg li:first-child .osusumeList {
	bottom: 67px;
}
#features .osusumeList p {
	margin: 0;
}
#features .osusumeList div {
	color: #fff;
	background: #26758f;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position:relative;
}
#features .osusumeList div.osusume:after {
	position:absolute;
	right: -2px;
	top: -2px;
	content:" ";
	width: 40px;
	height: 44px;
	background:url(../images/osusume.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#introduction .linkBtn,
#features .linkBtn,
#performance .linkBtn,
#price .linkBtn {
	text-align: center; 
	max-width: 700px;
	margin: auto;
}
#features .featsysbg .linkBtn a {
	color: #01758f;
	background: none;
	border: 1px solid #01758f;
	width: 86%;
	margin: auto;
	padding: 4px;
	background: linear-gradient(to right, #faf3ed, #faf3ed, #334ed3,#3fa09b);
	background-size: 300% 100%;
}
#features .featsysbg .linkBtn a:hover {
	color:#fff;
	border-color: #faf3ed;
}
#introduction .linkBtn a,
#features .linkBtn a,
#performance .linkBtn a,
#price .linkBtn a {
	padding: 30px 0;
	border-radius: 44px;
}
#features .featHead {
	padding: 60px 10px 26px 10px;
	color: #fff;
	background: url(../images/find_pc.jpg);
	background-size: cover;
	text-align: center;
}
#features .featHead p {
	line-height: 1.9;
	margin: 30px 0;
}
#features .featLine {
	text-align:center;
	position: relative;
	background:#2a87b0;
	padding: 60px 0 1px;
}
#features .featLine .arrow {
	bottom: auto;
}
#features .featLine .arrow:before {
	background:#2a87b0;
	border:none;
}
#features .featLine h2 {
	margin-bottom: 60px;
	color: #fff;
	background: #2a87b0;
}
.featLink {
	text-align:center;
	padding: 56px 0 60px 0;
}
#performance .featLink {
	padding: 0px 0 1px;
	background: none;
}
.featLink h3 {
	padding-bottom: 25px;
	line-height: 1.4;
	margin: 0;
}
.featLinkList {
	margin-bottom: 60px;
}
#performance .featLinkList {
	margin-top: 60px;
}
.featLinkList li {
	display: inline-block;
	margin-right: 30px;
}
.featLinkList li:last-child {
	margin-right:0;

}
.featLinkList li span,
.featLinkList li a {
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	background: linear-gradient(to right, #26758f, #26758f, #d3145a);
	background-size: 200% 100%;
	display: block;
}
#features .featHead ul {
	font-size: 0;
	text-align: left;
}
#features .featHead li {
	display: inline-block;
	width: 47%;
}
#features .featHead li:first-child {
	margin-right:6%;
}
#features .featHead .linkBtn a {
	border-radius: 0;
	background: linear-gradient(to right, #2a87b0, #2a87b0, #d3145a);
	background-size: 200% 100%;
	height: 80px;
}
#features .featList .triangle {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #01758f;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}
#features .featList .plus {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 24px;
	height: 24px;
}
#features .featList .plus:before,
#features .featList .plus:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#features .featList .plus:before{
	width: 12px;
	height: 12px;
	border-top: 2px solid #01758f;
	margin-top: 10px;
	margin-left: 5px;
}
#features .featList .plus:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #01758f;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 12px;
	margin-top: 5px;
}


#features .featList {
	margin: 60px auto;
	font-size: 0;
	display: flex;
}
#features .featListHead {
	color: #01758f;
	font-weight: bold;
	text-align: center;
	margin: 20px 15px;
	background: #fff;
	min-height: 228px;
	position: relative;
}
#features .featListHeadWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	background: #fff;
}
#features .featList li:nth-child(2) .featListHead p {
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 3px solid #faf3ed;
	margin: 0 10px;
}
#features .featList li:nth-child(2) .featListHead p:last-child {
	border-bottom: none;
}
#features .featList li:last-child .featListHead p {
	line-height: 1.5;
	padding: 29px 0;
	border-bottom: 3px solid #e5eef3;
	margin: 0 10px;
}
#features .featList li:last-child .featListHead p:last-child {
	border-bottom: none;
}
#features .featListName {
	color: #01758f;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
#features .featListBox {
	color: #fff;
	text-align: center;
	margin: 20px 15px;
	min-height: 80px;
	position: relative;
	background: #01758f;
}
#features .featListBoxWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 10px;
	margin-top: -4px;
}
#features .featListTxt {
	margin: 20px 15px;
	line-height: 1.78;
	min-height: 143px;
}
#features .featListTxt span {
	color: #01758f;
	display:block;
	font-weight:bold;
}
#performance {
	background: #fef6e5;
}
#performance h2 {
	line-height: 1.34;
	margin-top: -5px;
}
#performance h3 {
	text-align: center;
	line-height: 1.5;
	margin: 53px 0;
}
#performance .performList {
	max-width: 917px;
	margin: 60px auto 0;
	padding: 0 10px;
}
#performance .performListHhumb {
	padding: 0 13px;
}
#performance .performListHead {
	color: #01758f;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 35px auto 20px;
	min-height: 48px;
}
#performance .performListTxt {
	margin: 20px 0 25px;
	line-height: 1.8;
}
#price .priceList {
	margin: 60px 0 0;
	padding-bottom: 1px;
}
#price .table-bordered {
	border: 4px solid #fff;
	margin-bottom: 0;
}
#price .collapse .table-bordered,
#price .collapse .table-bordered tr:first-child th,
#price .collapse .table-bordered tr:first-child td {
	border-top: none;
}
#price .table-bordered>tbody>tr>td,
#price .table-bordered>tbody>tr>th,
#price .table-bordered>tfoot>tr>td,
#price .table-bordered>tfoot>tr>th,
#price .table-bordered>thead>tr>td,
#price .table-bordered>thead>tr>th {
	border: 2px solid #fff;
}

#price .table>thead>tr>th,
#price .table-bordered > tbody > tr > td {
	vertical-align: middle;
}
#price .table-bordered > tbody > tr > td {
	text-align: center;
}
#price .table>thead>tr>th {
	background: #26758f;
}
#price .table-striped>tbody>tr:nth-of-type(even) {
	background: #e8e7ea;
}
#price .table-striped>tbody>tr:nth-of-type(odd) {
	background: #cdccd1;
}
#price .table-striped>tbody>tr.line {
	background: #ffb367;
}
#price .table-striped>tbody>tr.line.view{
	cursor: pointer;
}
#price .table>thead>tr>th.sameW {
	color: #FFF;
}
#price .table tr .sameW {
	width: 18%;
}
#price  .table-bordered>tbody>tr>th span {
	font-weight:normal;
	top: -2px;
	position: relative;
}
#price .table-bordered .poplink {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: #26758f;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-weight: normal;
}
#price  .table-bordered>tbody>tr>td span {
	font-weight:bold;
}
#price .viewBtn {
	float: right;
	font-weight: normal;
	padding-top: 3px;
}
#price .linkBtn {
	margin: 60px auto;
}

#faq .faqListTitle {
	margin: 43px 0 0;
}
#faq .faqList {
	margin: 15px 0 0;
}
#faq .faqList .panel {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e1e1e1;
}
#faq .faqList .panel-title a {
	display:block;
	padding: 15px  30px 15px 0px;
	position: relative;
	font-weight: 500;
}
#faq .faqList .panel-title a,
#faq .faqList .panel-title a.collapsed:hover {
	text-decoration: none;
}
#faq .faqList .panel-title a .arrowplus {
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#faq .faqList .panel-collapse {
	padding: 0 20px 20px 10px;
	border-top: 1px solid #e1e1e1;
	margin: 0 15px;
}
#faq .panel-title {
	margin: 0 10px 0 25px;
}
#faq .faqList p {
	margin: 15px 0;
	line-height: 1.8;
}
#faq .question,
#faq .faqList .panel-title a:before {
	font-weight: bold;
	color:#f15a24;
	margin-left: -55px;
	margin-right: 26px;
	position: relative;
	top: 2px;
}
/* contact
-------------------------*/

#contact .wrapper {
	max-width: 940px;
	padding-bottom: 1px;
}
#contact .contactForm {
	margin: 60px auto 80px;
}
#contact .form-horizontal .form-group {
	border: 1px solid #e1e1e1;
	border-top: none;
	margin-bottom: 0;
	background: #fff;
}
#contact .form-horizontal .form-group:first-child {
	border-top: 1px solid #e1e1e1;
}
#contact .form-horizontal .formIn {
	border-left: 1px solid #e1e1e1;
	height: 100%;
	padding: 12px;
	min-height: 62px;
}
#contact .form-horizontal .control-label {
	text-align: left;
	font-weight: normal;
	padding: 22px 77px 22px 30px;
	position: relative;
}
#contact.confirm .form-horizontal .formIn {
	padding: 16px 30px;
}
#contact.confirm .form-horizontal .formIn p {
	margin:0;
}
#contact .form-horizontal .control-label span {
	position: absolute;
	right: 18px;
	top: 18px;
	color: #e61d0f;
	border: 1px solid #e61d0f;
	padding: 4px 17px;
}
#contact .form-horizontal .checkbox {
	display: inline-block;
	margin-right: 30px;
	padding: 9px 0;
}
#contact .form-horizontal .form-control {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contact .form-horizontal input.form-control:invalid,
#contact .form-horizontal textarea.form-control:invalid,
#contact .form-horizontal select.form-control:invalid {
	background-color: #feeeee;
}
#contact .form-horizontal input.form-control:-webkit-autofill,
#contact .form-horizontal textarea.form-control:-webkit-autofill,
#contact .form-horizontal select.form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f3f3f2 inset;
}
#contact .btnSubmit,
#contact .btnBack {
	max-width: 370px;
	width: 47%;
	display: inline-block;
	margin: auto;
	border-radius: 0;
	color: #fff;
	line-height: 70px;
	border-radius: 40px;
	background: linear-gradient(to right, #3fa09b, #334ed3, #d3145a);
	background-size: 200% 100%;
	border-width: 0;
}
#contact .btnSubmitWrap {
	display:inline;
	position:relative;
}
#contact .arrowbig {
	z-index: 1;
	height: 74px;
	top: auto;
}
#contact .btnSubmit {
	margin-right: 5%;
}
#contact .errorList {
	max-width: 386px;
	width: 100%;
	margin: 44px auto;
}
#contact .btnSubmit .arrow {
	right: 6px;
	top: 32px;
}
#contact .btnBack {
	background: #999999;

}
#contact .btnBack:hover {
	opacity: 0.6;
}
#contact .btnBack .arrow {
	left: 6px;
	top: 32px;
}
#contact .btnBack .arrow.arrowright::before{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#contact .btnSubmit .arrowright::before {
	border-width: 2px;
}
#contact .btnSubmit[disabled]:before {
	opacity:0;
}
#contact .form_thanks p {
	text-align: center;
}
#contact .form_thanks a {
	text-align: center;
	margin: 180px auto;
	auto 200px;
	display: block;
}

/*** 1810 add ***/
#contact .contactForm table tr td {
	padding: 12px;
	position: relative;
}
#contact .contactForm table tr td:nth-of-type(1) {
	padding: 22px 77px 22px 20px;
}
#contact .contactForm table tr td span.form-label {
	position: absolute;
	right: 15px;
	top: 18px;
	color: #e61d0f;
	border: 1px solid #e61d0f;
	padding: 4px 17px;
}
#contact .contactForm a{
	color: #e61d0f;
	text-decoration: underline;
}
#contact .agreement {
	margin: 0 0 5px 10px;
	display: inline-block;
	color: #333;
}
#contact .contactForm table tr.tr-btn td {
	text-align: center;
	border: 0;
	background: initial;
	padding-right:20px;
}


/* cta
-------------------------*/
.cta{
	padding: 40px 0;
	background: url(../images/cta_bg.jpg) center top /cover no-repeat;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
.cta h2{
	margin: 0 0 50px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.71;
}
.cta-contactList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding: 0;
	margin: 0;
}
.cta-contactList li{
	flex: 1;
	list-style: none;
	font-weight: 700;
	margin: 0;
}
.cta-contactList li dl{
	margin: 0;
}
.cta-contactList li dt{
	margin: 0 0 20px 0;
}
.cta-contactList .btn{
	--btn-height: 60px;
	display: block;
	background: #FFF;
	height: var(--btn-height);
	border-radius: calc(var(--btn-height) / 2);
	line-height: var(--btn-height);
	position: relative;
	color: #0B1040;
	font-weight: 700;
	padding: 0 calc(var(--btn-height) * 0.75);
	transition: background 0.2s ease-out;
}
.cta-contactList .btn::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: calc(var(--btn-height) * 0.75);
	height: calc(var(--btn-height) * 0.75);
	background: url(../images/arrow_right_blue.png) center center /cover no-repeat;
}
.cta-contactList .btn:hover{
	background: #4270d4;
	color: #FFF;
}
.cta-contactList .btn:hover::after{
	background: url(../images/arrow_right.png) center center /cover no-repeat;
}

.cta-contactList .tel a{
	display: block;
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 40px;
	color: inherit;
}
.cta-contactList .tel small{
	font-weight: 500;
	font-size: 18px;
}
.cta-contactList .mail .btn{
	font-size: 18px;
}
@media screen and (max-width:1279px) {
.cta-contactList{
	width: 100%;
	gap: 40px 30px;
}
.cta-contactList li{
	flex: 1 1 calc(50% - 30px);
}

.cta-contactList .tel{
	flex: 1 0 100%;
}
.cta-contactList .btn{
	font-size: 18px;
}
}
@media screen and (max-width:991px) {
.cta{
	padding: 40px 0;
}
.cta h2{
	font-size: 24px;
	margin: 0 0 30px 0;
}
.cta-contactList li{
	flex: 1 0 100%;
}
.cta-contactList .btn{
	--btn-height: 60px;
}
}
@media screen and (max-width:767px) {
.cta h2{
	font-size: 18px;
}
.cta-contactList{
	gap: 30px;
	flex-direction: column;
}
.cta-contactList .btn{
	font-size: 14px;
}
.cta-contactList .tel a{
	font-size: 36px;
}
}

/* footer
-------------------------*/
footer {
	background: #26758f;
}
footer .footWrap {
	max-width: 1040px;
	width: 100%;
	margin:auto;
	color: #fff;
	display: table;
	padding: 53px 10px 46px;
}
footer .footContact {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
}
footer .footComments {
	width: 65%;
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
	border-left: 1px solid #fff;
}
footer .footComments a {
	margin-top: 10px;
	display: inline-block;
	color: #FFF;
}
footer .footComments a:hover {
	text-decoration: underline;
}
footer p {
	line-height: 2;
	margin-bottom: 0;
}
footer p small {
	color:#fff;
	text-align:center;
	display: block;
	height: 84px;
	line-height: 84px;
	background: #faac17;
}
.gototop a {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: -80px;
	right: 80px;
	background: rgba(0,0,0,0.15);
	border-radius: 50%;
	display: block;
	-webkit-transition: bottom 0.6s;
	-moz-transition: bottom 0.6s;
	-ms-transition: bottom 0.6s;
	-o-transition: bottom 0.6s;
	transition: bottom 0.6s;
	opacity: 0;
	z-index: 2;
}
.gototop a.show {
	opacity: 1;
	bottom: 40px;
}
.gototop .arrow::before{
	width: 18px;
	height: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content:"";
	vertical-align: middle;
	margin-left: 32px;
	margin-top: 24px;
}


/*-------------------------
	レスポンシブ
-------------------------*/
@media screen and (min-width: 1761px) {
	header .headContWrap .title p {
		font-size: 20px;
	}
	header .headContWrap .title h1 {
		font-size: 52px;
	}
	header .headContWrap .mv_icon {
	    margin-top: 10px;
	}
	header .headContWrap .title .mv_icon p {
    	font-size: 21px;
	}
	header .headContWrap .mv_icon li {
	    font-size: 20px;
	}
	header .headContWrap .oraclegp img {
	    max-width: 440px;
	}
	header .headContWrap .oraclegp {
		margin-top: 21px;
	}
}
@media screen and (max-width:1279px) {
	header .headContWrap .title p {
		font-size: 15px;
	}
	header .headContWrap .mv_icon li {
		font-size: 21px;
	}
	header .headContWrap .title h1 {
		font-size: 43px;
	}
	header .headContWrap .oraclegp {
		width: 290px;
	}
	#pcNavbar {
		font-size: 12px;
	}
	.gototop a {
		width: 60px;
		height: 60px;
		right: 40px;
	}
	.gototop .arrow::before {
		margin-left: 22px;
		margin-top: 16px;
	}
	header .headOuter {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#features .serviceListTxt,
	header .pcSubNav li,
	header .linkBtn a div p {
		font-size:10px;
	}
	#features .osusumeList p,
	#features .osusumeList div{
		font-size:10px;
		font-size: 1.30208vw;
	}
	#featcluster .clusterTxt p,
	#features .serviceListTxt span,
	#features .introRead,
	#features .featListBox,
	header .headContWrap .title p,
	header .headContWrap .title .mv_icon p,
	#introduction .introRead,
	#features .featHead p,
	#features .featListHead p {
		font-size: 13px;
		font-size: 1.69271vw;
	}
	#features .featsysbg .linkBtn a,
	.serviceListHead,
	.featLinkList li a,
	.featLinkList li span,
	header .headContWrap .mv_icon li {
		font-size: 15px;
		font-size: 1.95313vw;
	}
	#featcluster .clusterTxt p span,
	.linkBtn a {
		font-size: 17px;
		font-size: 2.21354vw;
	}
	#features .featListName {
		font-size: 21px;
		font-size: 2.73438vw;
	}
	.featLink h3 {
		font-size: 23px;
		font-size: 2.99479vw;
	}
	header .headContWrap .title h1 {
		font-size: 34px;
		font-size: 4.42708vw;
	}
	header .headContWrap .oraclegp {
		width: 64%;
	}
	header .headContWrap .title .mv_icon p {
		width: 64%;
	}
	section .introHead,
	section .performHead, section .priceHead, section .faqHead, section .contactHead {
		padding-bottom: 0;
	}
	header .headContWrap .mv_icon {
		padding: 0;
	}
	header .headContWrap .illust{
		right: 0;

	}
	header .linkBtn {
		margin-top: 8vw;
	}
	header .headOuter,
	#features .featHead {
		padding-bottom: 0;
	}
	#features .featLine {
		padding-top: 0;
	}
	#features .featLine h2 {
	    margin-bottom: 24px;
	}
	#features .featListHead {
		min-height: 25vw;
	}
	.featLinkList li {
		margin-right: 0.4vw;
	}
	#features .osusumeList {
		bottom: 0;
	}
}
@media screen and (max-width:991px) {
/* 画面サイズが991px以下 */
	header .headLogo {
		padding-right: 54px;
	}
	.btnMenu {
		position: fixed;
		top: 0;
		z-index: 2;
		border-radius: 0;
		width: 54px;
		height: 54px;
		background: #000;
	}
	.btnOpen {
		right: 0;
	}
	.btnMenu:before,
	.btnMenu:after,
	.btnMenu span {
		content: " ";
		width;
		border-top: 1px solid #fff;
		width: 26px;
		display: block;
		position: relative;
		left: 1px;
	}
	.btnMenu span {
		margin: 7px 0;
	}
	.btnClose {
		left: -54px;

	}
	.btnClose:before {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: -12px;
	}
	.btnClose:after {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		top: 12px;
	}
	.btnClose span {
		opacity: 0;
	}
	#pcNavbar{
		height: 0;
		width: 0;
	}
	#contact.confirm,
	#contact.confirm .contactHead {
		margin-top: 0;
	}
	#introduction .introHead,
	#features .featHead,
	#performance .performHead,
	#faq .faqHead,
	#price .priceHead,
	#contact .contactHead {
		padding-top: 0;
	}
	#introduction .introHead{
		margin-top: 10px;
	}
	p,
	#performance .collapsedLnk {
		font-size: 12px;
	}
	.spNav {
		display: table;
		width: 100%;
	}
	.spNav li {
		height: 55px;
		vertical-align: middle;
		display: table-row;
	}
	.spNav li a {
		vertical-align: middle;
		display: table-cell;
		border-bottom: 1px solid #fff;
		color: #FFF;
		font-size: 14px;
		padding: 0 30px 0 14px;
		position: relative;
	}
	.spNav li a span {
		position: absolute;
		right: 14px;
		top: 0;
		bottom: 0;
	}
	.spNav li a .arrowunder::before {
		border-color: #fff;

	}
	footer p {
		font-size: 10px;
	}
	#introduction h2,
	#features h2,
	#performance h2,
	#price h2,
	#faq h2,
	#contact h2 {
		font-size: 31px;
		padding-top: 24px;
	}
	#introduction h3,
	#performance h3 {
		font-size: 23px;
	}
	.inquiryBtn .btn {
		font-size: 20px;
		line-height: 70px;
	}
	.inquiryBtn .arrow {
		top: 42px;
	}
	footer p small {
		height: 60px;
		line-height: 60px;
	}
	.gototop a {
		width: 40px;
		height: 40px;
		right: 20px;
	}
	.gototop .arrow::before {
		margin-left: 14px;
		margin-top: 6px;
		width: 12px;
		height: 12px
	}
	header .mv_icon {
		width: 100%;
		padding: 0 8px;
		margin: 20px auto 0;
	}
	header .mv_icon li {
		display:block;
	}

	header .linkBtn a,
	#features .linkBtn a {
		height: 54px;
	}
	header .linkBtn a .arrow {
		height: 54px;
		top: 0;
		right: 15px;
	}
	#features .osusumeList div {
		padding: 0 40px;
	}
}


@media screen and (max-width:767px) {
/* 画面サイズが767px以下 */
/* font-size */
	.linkBtn a p {
		font-size: 8px;
		font-size: 2.5vw;
	}
	#features .serviceListTxt,
	#introduction .serviceListTxt,
	#featcluster .wrapper > p,
	#features .linkBtnTxt {
		font-size: 10px;
		font-size: 3.125vw;
	}
	footer p,
	#contact .form-horizontal .control-label span,
	#contact .contactForm table tr td span.form-label,
	#faq .panel-title,
	#faq .faqList p,
	#price .viewBtn,
	#price .table-bordered,
	#featcluster .clusterTxt p,
	.featLinkList li a,
	.featLinkList li span,
	#features .featsysbg .linkBtn a,
	#features .featHead .linkBtn a,
	#pcNavbar,
	header .pcSubNav li {
		font-size: 12px;
		font-size: 3.75vw;
	}
	#features .osusumeList div,
	#contact .form-horizontal .control-label,
	#introduction .serviceListHead,
	#introduction .introRead,
	header .headContWrap .title p,
	#contact .btnSubmit,
	#contact .btnBack,
	#featcluster h3 span,
	#faq .faqListTitle,
	.linkBtn a,
	#contact .agreement,
	#features .featListBox,
	#features .introRead,
	#features .serviceListTxt span,
	header .headContWrap .title .mv_icon p,
	#contact .contactForm table tr td {
		font-size: 14px;
		font-size: 4.375vw;
	}
	#features p.serviceListHead,
	#performance .performListHead,
	#features .featListHead p,
	#features .featListTxt span,
	#features .featHead p,
	#featcluster .clusterTxt p span,
	.featsysbg h3,
	.featLink h3 {
		font-size: 16px;
		font-size: 5.0vw;
	}
	#performance .performListHead,
	#features .featListName,
	header .headContWrap .mv_icon li {
		font-size: 18px;
		font-size: 5.625vw;
	}
	#introduction h2,
	#features h2,
	#performance h2,
	#price h2,
	#faq h2,
	#contact h2 {
		line-height: 1.4;
		font-size: 18px;
		font-size: 5.625vw;
	}
	#featcluster h3 {
		font-size: 24px;
	}
	p {
		line-height: 1.6;
	}

	section .h_hr,
	#introduction .serviceList li:before,
	#features .serviceList li:before {
		height: 2px;
	}

	#introduction .introRead {
		margin-top: 24px;
	}
	#introduction .linkBtn a, #features .linkBtn a,
	#performance .linkBtn a,#price .linkBtn a {
		display: block;
		padding: 6px 0;
		padding: 2.5vw 0;
		height: 54px;
		height: 16.879vw;
	}
	#features .clusterTxt .linkBtn a, #price .linkBtn a {
		display:flex;
	}
	#features .featHead .linkBtn a{
		height: auto;
		padding: 8px 0;
	}
	.arrowbig.under {
		width: 30%;
		right: -9px;
		top: auto;
		bottom: -9px;
	}
	#features .serviceList {
		margin-bottom: 0;
	}
	#features .featsysbg {
		padding-bottom: 0;
		margin-bottom: 24px;
	}
	#features .linkBtnTxt {
		text-align: left;
		margin: 8px 0 24px;
	}
	#featcluster .wrapper > p {
		padding-top: 24px;
		padding-bottom: 4px;
	}
	#featcluster h3 span {
		margin-top: 8px;
	}
	#featcluster h3 {
		margin: 0px 0 24px;
	}
	#featcluster .clusterTxt p span {
		margin: 8px 0;
	}
	#featcluster .clusterTxt p {
		margin-bottom: 16px;
	}
	#introduction .serviceList li,
	#features .serviceList li {
		width: 100%;
		margin: 0;
		display:block;
	}
	#features .serviceListTxt {
		padding-left: 16px;
	}
	#features .osusumeList,
	#features .featsysbg .linkBtn {
		position: static;
		width: 100%;
		padding: 0 16px 16px 16px;
	}
	#features .osusumeList p {
		margin-top:8px;
	}
	#features .featsysbg .linkBtn a {
		margin: -8px auto 8px;
		width: 100%;
		padding: 8px 0;
		padding: 3.2vw 0;
	}
	#features .featsysbg h3 {
		padding: 24px 0;
	}
	#featcluster .clusterImg {
		width: 100%;
		float: none;
	}
	#featcluster .clusterTxt {
		width: 100%;
		float: none;
	}
	#featcluster {
		padding-bottom: 32px;
	}
	header .linkBtn {
		width: 100%;
	}
	header .linkBtn li {
		max-width: 450px;
		width: 100%;
		padding: 0 8px 20px;
		margin: auto;
	}
	#top #header {
		min-height: 100%;
		background: url(../images/SP_top.png) no-repeat;
		background-size: 100% auto;
		min-height: 136vw;
		position: relative;
	}
	header .linkBtn {
		position: absolute;
		bottom: 70px;
		left: 0;
		display: block;
	}
	header .linkBtn li {
		max-width: 90%;
		padding: 0;
		height: 100%;
	}
	header .headLogo {
		padding: 5px 0 0 18px;
		width: 100%;
	}
	header .logo_ss {
		width: 39.3%;
		max-width: 150px;
	}
	header .headOuter {
		padding: 0 8px;
		position: static;
	}
	header .headCont {
		margin-top: 0;
		left: 0;
		position: static;
	}
	header .headContWrap {
		width: 100%;
		margin-top: 10px;
		padding-bottom: 0px;
	}
	header .headCont h1 {
		width: 100%;
	}
	header .headInfoOuter {
		position: static;
	}
	header .headInfoTitle {
		display: block;
		width: 100%;
		border-right: 0;
	}
	header .headInfoTitle span {
		border-bottom: 1px solid #fff;
		padding: 12px 30px;
	}
	header .headInfo {
		padding: 10px 18px;
		text-align: center;
	}
	header .headInfoTxt {
		display: block;
		padding: 20px 0 13px;
		line-height: 24px;
	}
	section {
		padding-top: 0;
	}
	section .introHead,
	section .featHead,
	section .performHead,
	section .priceHead,
	section .faqHead,
	section .contactHead {
		margin-top: 0;
		padding: 0;
	}
	section .wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	#introduction .serviceList li,
	#performance .performList li,
	#performance .awardBox >div {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#introduction h3 {
		margin-bottom: 48px;
		line-height: 1.6;
	}
	#introduction .introRead {
		text-align: left;
	}
	#introduction .introRead img {
		display: block;
		float: none;
		margin: 0 auto 32px;
	}
	#introduction .serviceList li {
		border-top: 0;
		position: relative;
		margin-bottom: 16px;
	}
	#introduction > .wrapper, #faq > .wrapper {
		padding-bottom: 24px;
	}
	#performance > .wrapper, 
	#performance .featLinkList {
		padding: 0px;
	}
	#faq .faqListTitle,
	#performance .featLinkList {
		margin-top: 24px;
	}
	#faq .panel-title {
		margin: 0 8px 0 0;
	}
	#faq > .wrapper {
		padding-bottom: 8px;
	}
	#contact .contactForm {
		margin: 24px auto 8px;
	}
	#performance .featLink {
		padding-bottom: 16px;
	}
	#price .priceList {
		margin: 24px 0 0;
	}
	#price .linkBtn {
		margin: 24px auto;
	}
	#features .featHead {
		padding:0;
		background-image: url(../images/lisence_sp_base.jpg);
	}
	#features .featHead ul {
		margin: 16px 0 0;
	}
	#features .featLine {
		padding-top: 0;
	}
	#features .introRead {
		margin: 24px auto 16px;
		text-align: left;
	}
	#features .featLine h2 {
		margin-bottom: 16px;
		padding-top: 16px;
	}
	#introduction .serviceList {
		margin-bottom: 24px;
	}
	#introduction .serviceListHead {
		margin-bottom: 8px;
	}
	#introduction .serviceListHhumb {
		padding: 8px;
	}
	#introduction .serviceListHhumb:before {
		display: block;
		padding-top: 100%;
	}
	#introduction .serviceListHhumb span {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	header .linkBtn a p {
		padding-top: 6px;
	}
	#introduction .shasenHr {
		max-width: 67%;
		padding: 0 16px;
	}
	#introduction .serviceListTxt {
		padding: 8px;
	}
	#introduction .serviceList li:last-child {
		margin-bottom: 0;
	}
	#features .featList {
		display: block;
		margin: 24px auto;
	}
	#features .featList li {
		width: 100%;
		display: block;
		padding: 1px;
		margin-bottom: 24px;
		margin-left: 0;
	}
	#features .featList li:nth-child(3n+1) {
		margin-left: 4%;
	}
	#features .featList li:first-child,
	#features .featList li:nth-child(2n+1) {
		margin-left: 0%;
	}
	#features .featListHead {
		line-height: 1.6;
		min-height: auto;
		position: static;
		margin: 16px 16px 8px;
		padding: 0;
	}
	.featLink{
		padding: 24px 0;
	}
	.featLink h3 {
		padding:0;
		margin-bottom: 16px;
	}
	.featLinkList {
		font-size:0;
		margin-bottom: 0;
	}
	.featLinkList li {
		width: 48%;
		margin: 0 0 18px 4%;
	}
	.featLinkList li:nth-child(odd) {
		margin-left: 0;
	}
	.featLinkList li span,
	.featLinkList li a{
		padding: 0 8px;
		line-height: 2.5;
	}
	#features .featListName {
		margin: 8px 0;
	}
	#features .featListBox {
		margin: 8px 16px;
		min-height: 100%;
		position: static;
	}
	#features .featListBoxWrap,
	#features .featListHeadWrap {
		position:static;
		-webkit-transform: none;
		transform: none;
		padding: 0 8px;
		margin-top: 0;
	}
	#features .featListBoxWrap {
		padding: 16px 8px;
		line-height: 1.6;
	}
	#features .featList li:last-child .featListHead p,
	#features .featList li:nth-child(2) .featListHead p,
	#features .featListHeadWrap p {
		margin-bottom:0;
		padding: 8px 0;
		margin: 0;
		border-bottom-width: 2px;
	}
	#features .featListTxt {
		margin: 0 16px 16px;
		min-height: 100%;
	}
	#features .featListHhumb {
		margin: 16px auto;
	}
	.inquiryTxt {
		margin-bottom: 24px;
	}
	.inquiryBtn .btn {
		line-height: 60px;
	}
	#performance .performList {
		margin: 24px 8px 0;
	}
	#performance .performListHhumb {
		width: 61%;
		margin: auto;
	}
	#performance .performListHead {
		margin: 8px auto 14px;
		min-height: auto;
	}
	#performance .performListTxt {
		margin: 16px 0 32px;
	}
	#performance .awardBox {
		margin: 23px auto 32px;
	}
	#performance .awardBox > div.awardright {
		margin: 16px auto 16px;
		width: 90%;
	}
	#performance h3.moveiHead {
		margin: 68px 0 30px;
	}
	#performance h3.caseHead {
		margin: 38px 0px;
	}
	#performance .caseList li {
		border-left: 0;
		border-top: 30px solid #e61d0f;
		margin-top: 36px;
		padding: 0 16px 68px;
	}
	#performance .caseList li:before {
		top: -24px;
		left: 0;
		right: 0;
		-webkit-transform: rotate(0deg);
		transform: rotateZ(0deg);
		text-align: center;
	}
	#performance .caseTop {
		display: block;
	}
	#performance .caseIcon {
		display: inline-block;
		padding: 16px 16px 16px 0;
		width: 44%;
		vertical-align: middle;
	}
	#performance .caseBox {
		display: inline;
	}
	#performance .caseBox p.caseTittle {
		display: inline-block;
		width: 51%;
		margin: 0;
		vertical-align: middle;
	}
	#performance .caseBox p.caseTxt,
	#performance .caseBtm .caseTxt {
		margin: 0 0 16px;
		padding: 0;
	}
	#performance .caseBtm {
		margin-top: 16px;
	}
	#performance .collapsedLnk {
		right: 0;
		left: 0;
		bottom: 32px;
		padding: 0;
		text-align: center;
	}
	#performance .caseBtm .arrowunder::before {
		left: 50%;
		bottom: 0;
		margin: 20px 0 20px -4px;
	}
	#performance .collapse.in ~ .collapsedLnk:before {
		margin-top: 24px;
	}
	#faq .faqList .panel-title a {
		padding: 16px 26px 16px 16px;
		line-height: 1.6;
	}
	#faq .faqList .panel-collapse {
		padding: 0px 0 18px;
	}
	#faq .faqList p {
		line-height:1.6;
	}
	#performance .collapse.in ~ .collapsedLnk {
		bottom: 48px;
	}
	#contact .form-horizontal .form-group {
		margin: 0 0 16px;
		border-top: 1px solid #e1e1e1;
	}
	#contact .form-horizontal .formIn {
		border-left:0;
		border-top: 1px solid #e1e1e1;
	}
	#contact .form-horizontal .control-label,
	#contact.confirm .form-horizontal .formIn {
		padding: 16px;
		margin-bottom: 0;
		width: 100%;
	}
	#contact .form-horizontal .control-label span {
		right: 16px;
		top: 12px;
	}
	#contact .errorList,
	#contact .form-horizontal .form_privacy {
		margin: 32px auto;
	}
	#contact .form-horizontal .checkbox {
		font-size:14px;
	}
	#contact .form_thanks p {
		text-align:left;
		font-size:14px;;
	}
	#contact .form_thanks a {
		margin: 64px auto;
	}

	/*** 1810 add ***/
	#contact .contactForm table tr {
		display: block;
		margin: 0 0 15px;
	}
	#contact .contactForm table tr.tr-policy,
	#contact .contactForm table tr.tr-btn {
		margin: 0;
	}
	#contact .contactForm table tr td {
		display: block;
		width: 100%;
		padding: 8px 0;
	}
	#contact .contactForm table tr td:nth-of-type(1) {
		padding: 0 0 4px;
		border-bottom: 0;
	}
	#contact .btnSubmitWrap {
		display:block;
	}
	#contact .btnSubmit, #contact .btnBack {
		width:100%;
		line-height: 54px;
		display: block;
		margin: 16px 0;
	}
	#contact .btnSubmitWrap .arrowbig {
		height: 54px;
	}
	#contact .contactForm table tr td span.form-label {
		top:0;
		right: 0;
	}

	footer .footContact,
	footer .footComments {
		display: block;
		width: 100%;
		border: 0;
		padding: 0;
	}
	footer .footWrap {
		padding: 32px 16px;
	}
	footer .footContact {
		text-align: center;
		margin-bottom: 32px;
	}
	footer p {
		font-size: 12px;
	}
	footer .footContact p {
		font-size: 16px;
	}
	.modal-content {
		padding: 8px;
	}
	.modal-header .close {
		margin-top: -20px;
		margin-right: -20px;
	}

}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2 Development
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

/**
 * Box Model, Html & Body
 */

html, body, [canvas=container], [off-canvas] {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
}

/**
 * Canvas
 */

[canvas] {
	z-index: 1;
}

[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	/* background-color: white; */ /* Basic background color, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}

/**
 * Off-Canavs
 */

[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #000; /* Basic background color, overwrite this in your own css. */
	color: white; /* Basic colors, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
	width: 100%;
	height: 255px;
	top: 0;
}

[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0;
}

[off-canvas*=bottom] {
	width: 100%;
	height: 255px;
	bottom: 0;
}

[off-canvas*=left] {
	width: 255px;
	height: 100%;
	top: 0;
	left: 0;
}

[off-canvas*=reveal] {
	z-index: 0;
}

[off-canvas*=push] {
	z-index: 3;
	overflow: visible;
}

[off-canvas*=overlay] {
	z-index: 9999;
}

[off-canvas*=shift] {
	z-index: 0;
}

/**
 * Animation
 */

[canvas], [off-canvas] {
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
	-webkit-transition: -webkit-transform 300ms;
	        transition:         transform 300ms;
	-webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
	-webkit-transform: translate( 0px, 50% );
	        transform: translate( 0px, 50% );
}

[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate( -50%, 0px );
	        transform: translate( -50%, 0px );
}

[off-canvas*=shift][off-canvas*=bottom] {
	-webkit-transform: translate( 0px, -50% );
	        transform: translate( 0px, -50% );
}

[off-canvas*=shift][off-canvas*=left] {
	-webkit-transform: translate( 50%, 0px );
	        transform: translate( 50%, 0px );
}

/**
 * Print
 */

@media print {
	[canvas] {
		-webkit-transform: translate( 0px, 0px ) !important;
		    -ms-transform: translate( 0px, 0px ) !important;
		        transform: translate( 0px, 0px ) !important;
	}

	[off-canvas] {
		display: none !important;
	}
}