@charset "utf-8";

/* reset 
----------------------------------------------- */

img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
hr {
	display: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Roboto, "Noto Sans JP", "Open Sans", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
}
a {
	color: #333333;
	text-decoration: none;
}

#marketing {
	height: 0;
	overflow: hidden;
}

/* sidenav
----------------------------------------------- */

#sidenav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 380px;
	height: 100%;
	color: #fff;
	background: #1f191a;
	overflow: auto;
	z-index: 2;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.16);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.16);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.16);
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
}
#sidenav.on {
	display: block;
}
#sidenav .inner {
	padding: 49px 0 0;
}
body.fixed #sidenav .inner {
	padding: 85px 0 0;
}
#sidenav a {
	color: #fff;
}

#sidenav .base01 {
	background: #453a3a;
}
#sidenav .base02 {
	background: #2b2424;
}
#sidenav .base02 li.sub_02 a {
    padding: 15px 35px;
    color: #cccccc;
    font-size: 0.8em;
}
#sidenav .contact {
	margin: 0 22px;
	padding: 16px 0;
}
#sidenav .contact .tel {
	float: left;
	width: 65%;
}
#sidenav .contact .call {
	float: left;
	width: 35%;
	text-align: right;
}
#sidenav .contact .number {
	position: relative;
	padding: 5px 0 0 25px;
	font-size: 1.4em;
	font-weight: bold;
}
#sidenav .contact .number:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0;
	width: 16px;
	height: 17px;
	background: url(../images/common/icon_tel.png) no-repeat;
	-webkit-background-size: 16px 17px;
	-moz-background-size: 16px 17px;
	-ms-background-size: 16px 17px;
	background-size: 16px 17px;
}
#sidenav .contact .time {
	padding: 5px 0 0 25px;
	font-size: 0.7em;
}
#sidenav .contact .call a {
	display: inline-block;
	width: 100px;
	height: 40px;
	color: #b3c1db;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
	border: 1px solid #b3c1db;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#sidenav .action {
	margin: 0 22px;
	padding: 16px 0 14px;
	border-top: 1px solid #574d4d;
}
#sidenav .action li {
	float: left;
	width: 33%;
}
#sidenav .action li a {
	height: 40px;
	font-size: 0.9em;
	line-height: 41px;
}
#sidenav .action li:first-child a {
	margin: 0 6px 0 0;
}
#sidenav .action li:last-child a {
	margin: 0 0 0 6px;
}
#sidenav .entry {
	margin: 0 22px;
	padding: 16px 0;
}
#sidenav .entry a {
	height: 48px;
	font-size: 1.15em;
	line-height: 49px;
}
#sidenav .base02 li {
	position: relative;
	font-size: 1em;
	border-top: 1px solid #403a39;
}
#sidenav .base02 li:before,
#sidenav .base02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 2px;
	background: #908d8d;
}
#sidenav .base02 li:before {
	margin: -3px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sidenav .base02 li:after {
	margin: 3px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sidenav .base02 li a {
	display: block;
	padding: 15px 22px;
}
#sidenav .main li {
	font-size: 1.25em;
}
#sidenav .main li a {
	padding: 18px 22px;
}
#sidenav .sub li a {
	color: #cccccc;
}

#sidenav .link {
	padding: 30px 0;
	padding-bottom: 9em;
}
#sidenav .link li {
	float: left;
	margin: 0 0 0 22px;
}
#sidenav .link li a {
	position: relative;
	padding: 0 0 0 20px;
	color: #cccccc;
}
#sidenav .link li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	width: 12px;
	height: 11px;
	background: url(../images/common/icon_blank02.png) no-repeat;
	-webkit-background-size: 12px 11px;
	-moz-background-size: 12px 11px;
	-ms-background-size: 12px 11px;
	background-size: 12px 11px;
}

@media print, screen and (max-width:768px) {
    /* sidenav
	----------------------------------------------- */

	#sidenav {
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
		height: 100%;
	}
	#sidenav .inner {
		padding: 48px 0 0;
	}
}

/* #nav 「SKUIDとは」サブメニュー
----------------------------------------------- */

#nav .main li > ul > li {
  overflow: visible;
  top: -40px;
  left: 110px;
  height: 40px;
}
#nav .main li.skuid_is {
    width: 62px;
    margin-bottom: 0px;
    padding-bottom: 14px;
    position: absolute;
    left: -195px;
}

#nav .main li.price_func {
    width: 77px;
    left: -102px;
    padding-bottom: 14px;
    position: absolute;
}
#nav .main li.apuri {
    width: 77px;
    left: 0px;
    padding-bottom: 14px;
    position: absolute;
}
#nav .main li.case{
    width: 77px;
	left: 87px;
	padding-bottom: 14px;
	position: absolute;
}
#nav .main .partners {
    width: 80px;
	left: 178px;
	position: absolute;
}
#nav .main .news{
    width: 70px;
	left: 283px;
	position: absolute;
}
#nav .main li ul li {
  overflow: visible;
  position: relative;
  top: 0px;
  padding: 5px 0;
  height: 40px;
  width: 256px;
  background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
  font-size: 0.8em;
  text-align: center;
  display: none;
  z-index: -1;
  margin-left: 0;
}
#nav .main li ul li:hover {
  background-color: #f0eded;
}
#nav .main li:hover ul li {
  display: block;
}
#nav .sub_menu {
  display: none;
  margin-top: 6px;
  height: 160px;
  width: 330px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.16);
  left: -6px;
  position: relative;
  z-index: -3;
}
#nav li:hover .sub_menu {
	display: block;
  }
#nav .sub_menu ul {
	height: 0;
	}
#nav .sub_menu1 {
	margin-top: 6px;
	display: none;
	height: 400px;
    width: 340px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -6px;
	position: relative;
	z-index: -3;
	}
#nav li:hover .sub_menu1 {
	display: block;
	}
#nav .sub_menu2 {
	display: none;
	margin-top: 6px;
	height: 120px;
    width: 200px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -6px;
	position: relative;
	z-index: -3;
  }
#nav li:hover .sub_menu2 {
  display: block;
}
#nav .sub_menu2 ul {
  height: 0;
  }
  #nav .sub_menu3 {
	display: none;
	margin-top: 6px;
	height: 160px;
	width: 250px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -6px;
	position: relative;
	z-index: -3;
  }
#nav li:hover .sub_menu3 {
  display: block;
}
#nav .sub_menu3 ul {
  height: 0;
}

#nav .main .news .sub_menu3{
    width: 190px;
    left: -6px;
}
#nav .main .news li{
    width: 160px;
}
#nav .sub_menu4 {
	display: none;
	margin-top: 6px;
	height: 120px;
    width: 330px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -6px;
	position: relative;
	z-index: -3;
  }
#nav li:hover .sub_menu4 {
  display: block;
}
#nav .sub_menu4 ul {
  height: 0;
  }
  #nav .main .case li {
    width: 160px;
}
#nav .sub_menu5 {
	display: none;
	margin-top: 6px;
	height: 100px;
    width: 191px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -6px;
	position: relative;
	z-index: -3;
}
#nav li:hover .sub_menu5 {
	display: block;
  }
#nav .clear .arrow {
  width: 0;
  height: 0;
  display: none;
  margin-bottom: -14px;
  margin-left: 118px;
}
#nav .clear li:hover .arrow {
  display: block;
}
#nav .main li .sub_menu_each a:after {
    display: none;
}
#header #nav{
    position: relative;
    top: -10px;
}
body.fixed #header #nav{
    top: 0px;
}
body.fixed #header #nav .sub_menu {
    
}
#nav .price_func .sub_menu {
	display: none;
	margin-top: 6px;
	height: 450px;
	width: 365px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	left: -7px;
	position: relative;
	z-index: -3;
}

#nav .main .price_func li {
    width: 300px;
}

#nav .main .news .sub_menu{
    width: 160px;
    left: -6px;
}
#nav .main .news li{
    width: 150px;
}

#nav .main li ul li {
	overflow: visible;
	position: relative;
	top: 0px;
	padding: 0 0 10px;
	padding-left: 40px;
	height: 30px;
	width: 290px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 0.9em;
	text-align: left;
	display: none;
	z-index: -1;
	margin-left: 0;
}

#nav .main li ul li:before { /*前の三角*/
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #78282a;
}
#nav .main li ul {
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	text-align: center;
}
#nav .main li {
	display: inline-block;
}
#nav .main li a {
	text-decoration: none;
	display: block;
	font-size:14px;
}
#nav .main li a span{
    position: relative;
    left: 5px;
}
#nav .main li a span img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#nav .main li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 0px solid #78282a;
	display: block;
}
#nav .main li a:hover:after {
	width: 120%;
	border-bottom: 0px solid #78282a;
}
#nav .main li.skuid_is a:hover:after {
	width: 120%;
	left: -10%;
}
#nav .main div.sub_menu li:hover + #nav .main li.skuid_is a:after {
  content: '';
	width: 120%;
  transition: all 0.3s ease;
  border-bottom: 0px solid #78282a;
  display: block;
}
#nav .main li a.hide:after {
	width: 0%;
	border-bottom: 0px solid #78282a;
}



	/* common_news
	----------------------------------------------- */
	#common_news div.inner {
		text-align: center;
		font-size: 1.2em;
		font-weight: 700;
	}
	#common_news div.inner p.news_button {
		padding: 20px 0px;
		display: block;
		background: none;
		border-radius: 100px;
		font-size: 15px;
		color: #252525;
		border: 1px solid #252525;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		margin-top: 30px;
	}
	#common_news div.inner p.news_button:hover {
		background: #3c95c1;
		border: 1px solid #3c95c1;
		color: #fff;
		text-decoration: none;
	}
/* pc
----------------------------------------------- */

@media print, screen and (min-width:861px) {

/* body
----------------------------------------------- */

/*　　GMOヘッダーローディング中の隙間を埋める　　*/
body {
	top: 0px;
}
.gmo_header_spacing {
    height: 28px;
	background-color: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}
	body.fixed {
		margin: 119px 0 0;
	}

	/* header
	----------------------------------------------- */

	#header {
		position: relative;
		height: 110px;
		background: #fff;
		z-index: 4;
        border-bottom: 5px solid #000000;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-user-drag: none;
		-moz-user-drag: none;
		-ms-user-drag: none;
		user-drag: none;
	}
	#header .logo {
		margin: 0 24px;
		padding: 15px 0;
	}
	#header .upper {
		position:absolute;
		height:30px;
		top: -57px;
		right: 4px;
		font-weight:700;
	}
	body.fixed #header .upper {
		display: none;
	}
	#header .upper li {
		float: right;
		margin: 0 14px;	}
	#header .upper li span {
	    margin-right: 5px;
		width: 12px;
		height: 11px;
		display: inline-block;
		vertical-align: middle;
	}
	#header .upper li.header_tel span {
		background: url(/assets/images/common/header_phone.svg) center center no-repeat;
		background-size: cover;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		width: 13px;
		height: 13px;
		top: -4px;
		position: relative;
	}
	#header .upper li.header_signup span {
		background: url(/assets/images/common/header_signup.svg) center center no-repeat;
		background-size: cover;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	#header .upper li.header_login span {
		background: url(/assets/images/common/header_login.svg) center center no-repeat;
		background-size: cover;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	#header .upper li.header_company span {
		background: url(/assets/images/common/header_support.svg) center center no-repeat;
		background-size: cover;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
        width: 15px;
        height: 15px;
        top: -1px;
		position: relative;
	}
	#header .upper li a span:hover {
		fill: #78282a !important;;
	}
	#header .upper div.tel_number {
		display: inline;
		font-size: 1.2em;
		font-weight: 900;
		top: -2px;
		position: relative;
	}
	#header .upper div.tel_hour {
		display: inline;
		font-size: 0.8em;
		top: -2px;
		position: relative;
	}
	

	#header .menu {
		display: none;
		position: absolute;
		top: 0px;
		right: 0;
		width: 72px;
		height: 72px;
		z-index: 1;
		cursor: pointer;
	}
	body.fixed #header .menu {
		top: -7px;
	}
	#header .menu:after,
	#header .menu span:before,
	#header .menu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -12px;
		width: 24px;
		height: 2px;
		background: #8a95a8;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-ms-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}
	#header .menu span:before {
		margin: -8px 0 0 -12px;
	}
	#header .menu span:after {
		margin: 6px 0 0 -12px;
	}

	#header .menu:hover:after,
	#header .menu:hover span:before,
	#header .menu:hover span:after {
		background: #4970bf;
	}

	#header .menu.open:after {
		margin: -1px 0 0 0;
		width: 0;
	}
	#header .menu.open span:before {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .menu.open span:after {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* fixed */

	body.fixed #header {
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 80px;
	}
	body.fixed #header .logo {
		padding: 4px 0;
	}
	body.fixed #header .logo img {
		width: auto;
		height: 42px;
	}

	/* nav
	----------------------------------------------- */

	#nav li a {
		display: block;
		position: relative;
		font-size: 13px;
	}
	#nav li a:hover {
		color: #78282a;
	}

	#nav .contact .tel {
		position: absolute;
		/*top: 15px;*/
		bottom: 17px;
		/*right: 24px;*/
		right: 182px;
		text-align: left;
		min-width: 136px;
	}
	#nav .contact .tel .number {
		color: #78282a;
		font-size: 1.4em;
		font-weight: bold;
        display: inline-block;
        vertical-align: middle;
	}
	#nav .contact .tel .time {
		margin: 0px;
        margin-left: 10px;  
		color: #363636;
		font-size: 11px;
        display: inline-block;
        vertical-align: middle;
	}
	#nav .contact .call {
		display: none;
	}

	#nav .entry {
		position: absolute;
		right: 24px;
		bottom: 17px;
	}
	#nav .entry a {
		display: block;
		/*width: 136px;*/
		width: 158px;
		height: 40px;
		line-height:23px;
	}
	#nav .entry a small{
		display:block;
		text-align:center;
		line-height:10px;
	}

	#nav .action {
		position: absolute;
		top: 15px;
		/*right: 195px;*/
		right: 24px;
	}
	#nav .action li {
		/*float: right;*/
		display: inline-block;
		padding: 0 15px;
		height: 40px;
		font-size: 1em;
		font-weight: bold;
		line-height: 41px;
		position: relative;
	}
	#nav .action li:not(:last-child):after {
		display:inline-block;
		content:'';
		width: 1px;
		height: 15px;
		background:#e0e0e0;
		position: absolute;
		top:13px;
		right:0;
	}
	#nav .action li a {
		color: #4d4d4d;
	}
	#nav .action li a:hover {
		color: #78282a;
	}

	#nav .main {
		position: absolute;
		/*right: 195px;*/
		right: 341px;
		bottom: -13px;
		font-weight: 700;
	}
	#nav .main li {
		float: left;
		margin: 0 0 0 30px;
		height: 32px;
		font-size: 1.25em;
		line-height: 41px;
        padding-bottom: 14px;
	}
	#nav .main li:first-child {
		display: none;
	}
	#nav .main li a:after {
		display: block;
		content: "";
		position: absolute;
		left: -10%;
		bottom: -6px;
		width: 0;
		height: 5px;
		background: #78282a;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	#nav .main li a.current:after {
		width: 120%;
		left: -10%;
	}

	#nav .link {
		position: absolute;
		top: 15px;
		right: 730px;
	}
	#nav .link li {
		float: left;
		margin: 0 0 0 55px;
		height: 40px;
		line-height: 41px;
	}
	#nav .link li:last-child {
		display: none;
	}
	#nav .link li a {
		color: #4d4d4d;
	}
	#nav .link li a:hover {
		color: #78282a;
	}

	#nav .sub {
		display: none;
	}

	/* fixed */

	body.fixed #nav .contact .tel {
		  bottom: 17px;
        display: none;
	}
	body.fixed #nav .entry {
	/*	right: 24px;*/
		bottom: 10px;
	}
	body.fixed #nav .main {
        right: 250px;
        bottom: 8px;
        display: block;
	}
	body.fixed #nav .main li a:after {
		
	}
	body.fixed #nav .action,
	body.fixed #nav .link {
		display: none;
	}

	/* footer
	----------------------------------------------- */

	#footer {
		background: #fff;
		overflow: hidden;
	}
	#footer .inner {
		position: relative;
		margin: auto;
		padding: 25px 0 35px;
		max-width: 1010px;
		min-height: 235px;
	}

	#footer .link {
		margin: 0 320px 0 0;
	}
	#footer .link ul {
		float: left;
		width: 25%;
	}
	#footer .link li {
		margin: 15px 0 0 25px;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#footer .link li a:hover {
		color: #78282a;
		text-decoration: underline;
	}

	#footer .sns {
		position: absolute;
		top: 35px;
		right: 25px;
		width: 235px;
	}
	#footer .sns li {
		float: left;
		margin: 0 8px 0 0;
	}
	#footer .sns li a {
		display: block;
		position: relative;
		width: 32px;
		height: 32px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		-ms-border-radius: 32px;
		border-radius: 32px;
		-webkit-transition: background 0.25s ease;
		-moz-transition: background 0.25s ease;
		-ms-transition: background 0.25s ease;
		transition: background 0.25s ease;
	}
	#footer .sns .facebook a {
		background: #3b5998;
	}
	#footer .sns .twitter a {
		background: #00aced;
	}
	#footer .sns .facebook a:hover {
		background: #1d3b7a;
	}
	#footer .sns .twitter a:hover {
		background: #008ecf;
	}
	#footer .sns li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -7px 0 0 -8px;
		width: 16px;
		height: 15px;
		background-repeat: no-repeat;
		-webkit-background-size: 16px 15px;
		-moz-background-size: 16px 15px;
		-ms-background-size: 16px 15px;
		background-size: 16px 15px;
	}
	#footer .sns .facebook a:after {
		background-image: url(../images/common/icon_facebook.png);
	}
	#footer .sns .twitter a:after {
		background-image: url(../images/common/icon_x.png);
	}

	#footer .siteseal {
		position: absolute;
		top: 90px;
		right: 25px;
		width: 426px;
	}
	#footer .siteseal ul {
		margin: 0 0 0 -16px;
		display: flex;
	}
	#footer .siteseal li {
		float: left;
		position: relative;
		margin: 0 0 0 16px;
	
	}
	#footer .siteseal li img {
		margin: 0;
	}
	#footer .pageup {
		position: absolute;
		top: 40px;
		right: 25px;
		width: 102px;
		height: 20px;
		background: url(../images/common/icon_pageup.png) no-repeat;
		cursor: pointer;
		-webkit-background-size: 102px auto;
		-moz-background-size: 102px auto;
		-ms-background-size: 102px auto;
		background-size: 102px auto;
	}
	#footer .pageup:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 102px;
		height: 20px;
		background: url(../images/common/icon_pageup.png) no-repeat 0 -20px;
		-webkit-background-size: 102px auto;
		-moz-background-size: 102px auto;
		-ms-background-size: 102px auto;
		background-size: 102px auto;
	}
	#footer .pageup:hover:after {
		-webkit-animation: bounce 0.5s infinite;
		-moz-animation: bounce 0.5s infinite;
		-ms-animation: bounce 0.5s infinite;
		animation: bounce 0.5s infinite;
	}
	#footer .pageup_white {
		position: absolute;
		top: 40px;
		right: 25px;
		width: 102px;
		height: 20px;
		background: url(../images/common/icon_pageup_white.png) no-repeat;
		cursor: pointer;
		-webkit-background-size: 102px auto;
		-moz-background-size: 102px auto;
		-ms-background-size: 102px auto;
		background-size: 102px auto;
	}
	#footer .pageup_white:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 102px;
		height: 20px;
		background: url(../images/common/icon_pageup.png) no-repeat 0 -20px;
		-webkit-background-size: 102px auto;
		-moz-background-size: 102px auto;
		-ms-background-size: 102px auto;
		background-size: 102px auto;
	}
	#footer .pageup_white:hover:after {
		-webkit-animation: bounce 0.5s infinite;
		-moz-animation: bounce 0.5s infinite;
		-ms-animation: bounce 0.5s infinite;
		animation: bounce 0.5s infinite;
	}

	#footer .copyright {
		position: absolute;
		right: 25px;
		bottom: 35px;
	    color: #808080;
	    font-size: 0.75em;
 	}

	#footer .foot_partner {
		margin-left: 3px!important;
	}

	/* mainnews
	----------------------------------------------- */

	#mainnews {
		background: #f5f3f0;
	}
	#mainnews .inner {
		position: relative;
		margin: auto;
		padding: 25px 0 40px;
		max-width: 960px;
	}

	#mainnews .label {
		position: absolute;
		top: 50%;
		left: 60px;
		margin: -0.5em 0 0;
	}
	#mainnews .label p {
		color: #78282a;
		font-size: 1.25em;
		font-weight: bold;
	}

	#mainnews .entry {
		margin: 0 25px 0 320px;
	}
	#mainnews .entry p {
		padding: 15px 0 0;
		font-size: 0.85em;
		line-height: 1.5em;
	}
	#mainnews .entry a {
		color: #4970bf;
		font-weight: bold;
	}
	#mainnews .entry a:hover {
		color: #2b52a1;
		text-decoration: underline;
	}
	#mainnews .entry em {
		display: none;
		margin: 10px 0 0;
		color: #e60000;
		font-size: 8pt;
	}
	#mainnews .entry em.on {
		display: block;
	}

	#mainnews .form {
		position: relative;
		margin: 30px 0 0;
		max-width: 480px;
		height: 32px;
	}
	#mainnews .form .input {
		margin: 0 136px 0 0;
	}
	#mainnews .form .submit {
		position: absolute;
		top: 0;
		right: 0;
	}

	#mainnews .form .submit input[type="submit"] {
		margin: 0;
		padding: 0;
		width: 120px;
		height: 32px;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		line-height: 32px;
		border: 0;
		background: #4970bf;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}
	#mainnews .form .submit input[type="submit"]:hover {
		background: #2b52a1;
	}
	#mainnews .form .input {
		position: relative;
		height: 32px;
	}

	#mainnews .form .input input[type="email"] {
		margin: 0;
		padding: 0 10px;
		width: 343px;
		height: 32px;
		font-size: 1.2em;
		border: 0;
		outline: none;
		background: transparent;
	}

	#mainnews .form .input .border:before,
	#mainnews .form .input .border .left:before,
	#mainnews .form .input .border .right:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 5px;
		background: #cccccc;
	}
	#mainnews .form .input .border:before {
		width: 100%;
		height: 1px;
	}
	#mainnews .form .input .border .left:before {
		left: 0;
	}
	#mainnews .form .input .border .right:before {
		left: auto;
		right: 0;
	}
	#mainnews .form .input input[type="email"]:hover + .border:before,
	#mainnews .form .input input[type="email"]:hover + .border .left:before,
	#mainnews .form .input input[type="email"]:hover + .border .right:before {
		background-color: #2b52a1;
	}

	#mainnews .form .input .border:after,
	#mainnews .form .input .border .left:after,
	#mainnews .form .input .border .right:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 2px;
		height: 0px;
		background: #2b52a1;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	#mainnews .form .input .border:after {
		width: 0;
		height: 2px;
	}
	#mainnews .form .input .border .left:after {
		left: 0;
	}
	#mainnews .form .input .border .right:after {
		left: auto;
		right: 0;
	}
	#mainnews .form .input input[type="email"]:focus + .border:after {
		width: 100%;
		box-shadow: 0px 1px 8px 0px rgba(73, 112, 191, 0.64);
	}
	#mainnews .form .input input[type="email"]:focus + .border .left:after,
	#mainnews .form .input input[type="email"]:focus + .border .right:after {
		height: 5px;
	}

	#mainnews .params {
		display: none;
	}

	/* conversion
	----------------------------------------------- */

	#conversion {
		background: #453a3a;
	}
	#conversion .inner {
		margin: auto;
		max-width: 1010px;
		color: #fff;
		text-align: center;
	}

	#conversion .column {
		margin: 0 25px;
		padding: 48px 0;
	}
	#conversion .column .left {
		float: left;
		width: 50%;
	}
	#conversion .column .right {
		float: right;
		width: 50%;
	}

	#conversion h2 {
		padding: 0;
		font-size: 1.45em;
		text-align: left;
		line-height: 43px;
	}
	#conversion h2 em {
		color: #c8b175;
		font-weight: bold;
	}
	#conversion .buttons {
		margin: 0 0 0 -16px;
	}
	#conversion .buttons li {
		float: left;
		width: 50%;
		font-size: 1.05em;
	}
	#conversion .buttons li a {
		margin: 0 0 0 16px;
		height: 68px;
		line-height: 69px;
	}

	#conversion .contact {
		margin: 0 25px;
		padding: 38px 0;
		text-align: left;
		border-top: 1px solid #7c7474;
	}
	#conversion .contact div {
		float: left;
	}
	#conversion .contact .label {
		width: 38%;
	}
	#conversion .contact .label p {
		padding: 0.25em 0 0 0px;
		color: #cccccc;
		font-size: 1.25em;
		font-weight: bold;
		line-height: 1.4em;
	}
	#conversion .contact .call {
		position: relative;
/* 		padding: 0 0 0 55px; */
		width: 33.5%;
	}
	#conversion .contact .call:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -16px 0 0;
		width: 32px;
		height: 33px;
		background: url(../images/common/icon_tel.png) no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%;
	}
	#conversion .contact .call .tel {
		padding: 0 0 0 55px;
		font-size: 1.7em;
		font-weight: bold;
	}
	#conversion .contact .call .time {
		margin: 4px 0 0;
		padding: 0 0 0 55px;
		font-size: 0.9em;
	}
	#conversion .contact .push {
		display: none;
	}
	#conversion .contact .mail {
		position: relative;
		padding: 0 0 0 55px;
	}
	#conversion .contact .mail:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -16px 0 0;
		width: 36px;
		height: 28px;
		background: url(../images/common/icon_mail.png) no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%;
	}
	#conversion .contact .mail p {
		margin: -5px 0 0;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	#conversion .contact .mail p a {
		color: #b3c1db;
		font-weight: bold;
	}
	#conversion .contact .mail p a:hover {
		color: #fff;
		text-decoration: underline;
	}


	/* sidenav
	----------------------------------------------- */

	#sidenav .base02 li:before,
	#sidenav .base02 li:after {
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-ms-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}
	#sidenav .base02 li:hover:before,
	#sidenav .base02 li:hover:after {
		right: 17px;
	}

	#sidenav .base02 li a:hover {
		background: rgba(0,0,0,0.2);
	}

	#sidenav .link li a:hover {
		color: #fff;
		text-decoration: underline;
	}


	/* button
	----------------------------------------------- */

	.button {
		display: block;
		color: #fff !important;
		font-size: 1.0em;
		font-weight: bold;
		text-align: center;
		text-indent: 0.05em;
		letter-spacing: 0.05em;
		background: #000;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: background 0.25s ease;
		-moz-transition: background 0.25s ease;
		-ms-transition: background 0.25s ease;
		transition: background 0.25s ease;
	}
	.button:hover {
		text-decoration: none !important;
	}

	.button.red {
		background: #e65649;
	}
	.button.red:hover {
		background: #c8382b;
	}
	.button.blue {
		background: #3c95c1;
	}
	.button.blue:hover {
		background: #2b6c8c;
	}
	.button.white {
		color: #3c95c1 !important;
		background: #fff;
	}
	.button.white:hover {
		background: #dcdcdc;
	}
	.button.blueline {
		color: #3c95c1 !important;
		border: 1px solid #3c95c1;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.button.blueline:hover {
		background: #f5f5f5;
	}
	.button.blur {
		background: #dbdbdb;
		cursor: auto;
	}
	.button.red.emphasizedRedButton{
		box-shadow: 0px 5px 0px #8a332b;
	}
	.button.red.emphasizedRedButtonS{
		box-shadow: 0px 3px 0px #8a332b;
	}
	.button.blue.emphasizedBlueButton{
		box-shadow: 0px 5px 0px #2b6c8c;
	}
	.emphasizedBlueButtonS input{
		box-shadow: 0px 3px 0px #2b6c8c;
	}

	/* blank
	----------------------------------------------- */

	.blank {
		position: relative;
	}
	.blank:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: -15px;
		margin: -4px 0 0;
		width: 11px;
		height: 11px;
		background: url(../images/common/ico_link.png) no-repeat;
	}

	/* activeinput
	----------------------------------------------- */

	.activeinput input {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 25px;
		font-size: 1.35em;
		border: 0;
		outline: 0;
	}
	.activeinput p {
		position: relative;
		padding: 1px 10px 14px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.activeinput p:before,
	.activeinput p:after {
		display: block;
		content: "";
		position: absolute;
		bottom: -1px;
		width: 1px;
		height: 5px;
		background: #cccccc;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.activeinput p:before {
		left: 0;
	}
	.activeinput p:after {
		right: 0;
	}

	.activeinput p:hover {
		border-color: #2b52a1;
	}
	.activeinput p:hover:before,
	.activeinput p:hover:after {
		background: #2b52a1;
	}

	.activeinput span {
		display: block;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 0;
		height: 2px;
		background: #2b52a1;
		z-index: 1;
		-webkit-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-moz-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-ms-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.activeinput span:before,
	.activeinput span:after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		width: 2px;
		height: 0px;
		background: #2b52a1;
	}
	.activeinput span:before {
		left: -1px;
	}
	.activeinput span:after {
		right: -1px;
	}

	.activeinput input:focus + span {
		width: 100%;
	}
	.activeinput input:focus + span:before,
	.activeinput input:focus + span:after {
		height: 6px;
	}
	.activeinput input:focus + span:after {
		-webkit-transition: all 0.1s 0.25s;
		-moz-transition: all 0.1s 0.25s;
		-ms-transition: all 0.1s 0.25s;
		transition: all 0.1s 0.25s;
	}

	/* main
	----------------------------------------------- */

	#submain {
		position: relative;
	}
	#submain section > header {
		position: relative;
		height: 120px;
		background: #3e87c7 url(../images/common/main_header_base.png) no-repeat center center;
		overflow: hidden;
	}
	#submain section > header:before,
	#submain section > header:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -90px 0 0 -575px;
		width: 1150px;
		height: 180px;
	}
	#submain section > header:before {
		background: url(../images/common/main_header_image01.png) no-repeat center center;
		-webkit-animation: fluffy 3s infinite;
		-moz-animation: fluffy 3s infinite;
		-ms-animation: fluffy 3s infinite;
		animation: fluffy 3s infinite;
	}
	#submain section > header:after {
		background: url(../images/common/main_header_image02.png) no-repeat center center;
		-webkit-animation: fluffy 3.5s infinite alternate;
		-moz-animation: fluffy 3.5s infinite alternate;
		-ms-animation: fluffy 3.5s infinite alternate;
		animation: fluffy 3.5s infinite alternate;
	}
	#submain section h1 {
		color: white;
		font-size: 2.65em;
		text-align: center;
		line-height: 121px;
	}
	#submain section a {
		color: #3c95c1;
	}
	#submain section a:hover {
		text-decoration: underline;
	}

	/* icon */

	#submain a.arrow,
	#submain a.blank {
		position: relative;
	}
	#submain a.arrow:after,
	#submain a.blank:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
	}
	#submain a.arrow:before,
	#submain a.blank:before {
		display: none;
	}

	#submain a.arrow:after {
		right: -14px;
		margin: -7px 0 0;
		width: 9px;
		height: 14px;
		background: url(../images/common/icon_arrow01.png) no-repeat;
	}
	#submain a.blank:after {
		right: -18px;
		margin: -7px 0 0;
		width: 15px;
		height: 13px;
		background: url(../images/common/icon_blank03.png) no-repeat;
	}

	/* location
	----------------------------------------------

	#location {
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 1;
	}
	#location p {
		margin: 0 40px;
		color: white;
		font-size: 0.85em;
		white-space: nowrap;
		line-height: 1.25em;
	}
	#location p a {
		color: white;
	}
	#location p a:hover {
		text-decoration: underline;
	}
	#location p em {
		font-weight: bold;
	}- */

/*================================================
 *  パンくずリスト 2019.10.24追加
 ================================================*/
.pankuzu{
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 1;
		margin: 0 40px;
	}
	.pankuzu li{
		display:inline;
		margin:0px 7px 0px 0px;
		color:#fff;
		font-size: 0.85em;
		line-height:1.25em;
}
	.pankuzu li a{
		color:#fff;
		}
	.pankuzu li a:hover{
		text-decoration: underline;
		}
	.pankuzu li:after{
		margin-left:7px;
		content:'>';
		font-size:1em;
  	}
	.pankuzu li:last-child{
		font-weight: bold;
		}
	.pankuzu li:last-child:after{
		content:"";
		}
}

@media screen and (min-width:861px) and (max-width: 1279px) {

	/* nav
	----------------------------------------------- */

	#nav .main li {
		font-size: 1.15em;
	}

}

@media screen and (min-width:861px) and (max-width: 1140px) {
	#nav .action,
	#nav .link {
		display: none;
	}
    #header {
		
	}
	#header .menu {
    
    }
	#nav .contact .tel {
		top: 17px;
		right: 249px;
	}
		/* nav
	----------------------------------------------- */


	#nav .entry {
		right: 86px;
	}
	
	body.fixed #nav .entry {
    
    }
	body.fixed #nav .contact .tel {
	
    }
}


@media screen and (min-width:861px) and (max-width: 1140px) {

	/* body
	----------------------------------------------- */

	body {
		padding: 0px;
	}

	/* header
	----------------------------------------------- */

	#header .logo {
		
	}
	#header .logo img {
		width: auto;
		height: 40px;
	}
	#header #nav {
		top: -19px;
	}
	body.fixed #header #nav {
		top: -32px;
	}



	/* footer
	----------------------------------------------- */

	#footer .link {
		margin: 0 240px 0 0;
	}

	/* sidenav
	----------------------------------------------- */

	#sidenav .action {
		padding: 16px 0;
	}

	#sidenav .contact,
	#sidenav .entry {
		display: none;
	}

	/* conversion
	----------------------------------------------- */

	#conversion .contact .label p {
		padding-left: 0;
	}
	#conversion h2 {
		line-height: 1.5em;
	}
}


/* mobile
----------------------------------------------- */


@media only screen and (max-width:860px) {

	/* gmo
	----------------------------------------------- */

	#gmocommonfooter {
		margin: 0 !important;
	}

	/* body
	----------------------------------------------- */

	body {
		padding: 48px 0 0;
	}

	/* header
	----------------------------------------------- */

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		hfootrerインフォメーション;
		background: #fff;
		z-index: 4;
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.16);
		-moz-box-shadow: 0 0 8px rgba(0,0,0,0.16);
		-ms-box-shadow: 0 0 8px rgba(0,0,0,0.16);
		box-shadow: 0 0 8px rgba(0,0,0,0.16);
	}
	#header .logo {
		margin: 0 12px;
		padding: 6px 0;
	}
	#header .logo img {
		width: auto;
		height: 36px;
	}

	#header .upper {
		display: none;
	}

	#header .menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 102px;
		z-index: 1;
		cursor: pointer;
	}
	#header .menu:after,
	#header .menu span:before,
	#header .menu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -12px;
		width: 24px;
		height: 2px;
		background: #8a95a8;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-ms-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}
	#header .menu span:before {
		margin: -8px 0 0 -12px;
	}
	#header .menu span:after {
		margin: 6px 0 0 -12px;
	}

	#header .menu:hover:after,
	#header .menu:hover span:before,
	#header .menu:hover span:after {
		background: #4970bf;
	}

	#header .menu.open:after {
		margin: -1px 0 0 0;
		width: 0;
	}
	#header .menu.open span:before {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .menu.open span:after {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* nav
	----------------------------------------------- */

	#nav .entry {
		position: absolute;
		right: 56px;
		bottom: 10px;
	}
	#nav .entry a {
		display: block;
		width: 112px;
		height: 28px;
		font-size: 0.8em;
		line-height: 15px;
		padding: 2px 0;
	}
	#nav .entry a small{
		display: block;
		font-size: 0.6em;
	}

	#nav .contact,
	#nav .action,
	#nav .main,
	#nav .sub,
	#nav .link {
		display: none;
	}

	/* footer
	----------------------------------------------- */

	#footer {
		margin: 0;
		padding: 0;
		background: #fff;
		overflow: hidden;
	}
	#footer .inner {
		position: relative;
		margin: 0 12px;
		height: 122px;
	}

	#footer .sns {
		position: absolute;
		top: 20px;
		left: 0;
	}
	#footer .sns li {
		float: left;
		margin: 0 8px 0 0;
	}
	#footer .sns li a {
		display: block;
		position: relative;
		width: 32px;
		height: 32px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		-ms-border-radius: 32px;
		border-radius: 32px;
	}
	#footer .sns .facebook a {
		background: #3b5998;
	}
	#footer .sns .twitter a {
		background: #00aced;
	}
	#footer .sns li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -7px 0 0 -8px;
		width: 16px;
		height: 15px;
		background-repeat: no-repeat;
		-webkit-background-size: 16px 15px;
		-moz-background-size: 16px 15px;
		-ms-background-size: 16px 15px;
		background-size: 16px 15px;
	}
	#footer .sns .facebook a:after {
		background-image: url(../images/common/icon_facebook.png);
	}
	#footer .sns .twitter a:after {
		background-image: url(../images/common/icon_x.png);
	}

	#footer .siteseal {
		position: absolute;
		bottom: 20px;
	}
	#footer .siteseal li {
		float: left;
		margin: 0 8px 0 0;
	}
	#footer .siteseal li img {
		margin: 0;
		padding: 0;
		width: auto!important;
		height: 66px;
	}

	#footer .pageup {
		position: absolute;
		top: 26px;
		right: 0;
		width: 102px;
		height: 20px;
		background: url(../images/common/pageup.png) no-repeat;
		cursor: pointer;
		-webkit-background-size: 102px 20px;
		-moz-background-size: 102px 20px;
		-ms-background-size: 102px 20px;
		background-size: 102px 20px;
	}

	#footer .copyright {
		position: absolute;
		right: 0;
		bottom: 24px;
		margin: 0 0 0 150px;
		color: #808080;
		font-size: 0.7em;
		text-align: right;
		line-height: 1.25em;
	}

	#footer .link {
		display: none;
	}
	

	/* mainnews
	----------------------------------------------- */

	#mainnews {
		background: #f5f3f0;
	}
	#mainnews .inner {
		margin: 0 20px;
		padding: 32px 0;
	}

	#mainnews .label p {
		color: #78282a;
		font-size: 1em;
		font-weight: bold;
	}

	#mainnews .entry {
		padding: 5px 0 0;
	}
	#mainnews .entry p {
		margin: 15px 0 0;
		font-size: 0.85em;
		line-height: 1.5em;
	}
	#mainnews .entry a {
		color: #4970bf;
		font-weight: bold;
	}
	#mainnews .entry em {
		display: none;
		margin: 10px 0 0;
		color: #e60000;
		font-size: 8pt;
	}
	#mainnews .entry em.on {
		display: block;
	}

	#mainnews .form {
		position: relative;
		height: 40px;
	}
	#mainnews .form .submit input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		width: 60px;
		height: 40px;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		line-height: 40px;
		border: 0;
		background: #4970bf;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	#mainnews .form .input {
		position: relative;
		margin: 20px 72px 0 0;
		height: 40px;
	}

	#mainnews .form .input input[type="email"] {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 40px;
		font-size: 1em;
		text-indent: 10px;
		border: 0;
		outline: none;
		background: transparent;
	}

	#mainnews .form .input .border:before,
	#mainnews .form .input .border .left:before,
	#mainnews .form .input .border .right:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 5px;
		background: #cccccc;
	}
	#mainnews .form .input .border:before {
		width: 100%;
		height: 1px;
	}
	#mainnews .form .input .border .left:before {
		left: 0;
	}
	#mainnews .form .input .border .right:before {
		left: auto;
		right: 0;
	}

	#mainnews .form .input .border:after,
	#mainnews .form .input .border .left:after,
	#mainnews .form .input .border .right:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 2px;
		height: 0px;
		background: #2b52a1;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	#mainnews .form .input .border:after {
		width: 0;
		height: 2px;
	}
	#mainnews .form .input .border .left:after {
		left: 0;
	}
	#mainnews .form .input .border .right:after {
		left: auto;
		right: 0;
	}
	#mainnews .form .input input[type="email"]:focus + .border:after {
		width: 100%;
		box-shadow: 0px 1px 8px 0px rgba(73, 112, 191, 0.64);
	}
	#mainnews .form .input input[type="email"]:focus + .border .left:after,
	#mainnews .form .input input[type="email"]:focus + .border .right:after {
		height: 5px;
	}

	#mainnews .params {
		display: none;
	}

	/* conversion
	----------------------------------------------- */

	#conversion {
		background: #453a3a;
	}
	#conversion .inner {
		margin: 0 20px;
		padding: 50px 0 30px;
		color: #fff;
	}

	#conversion h2 {
		font-size: 1.2em;
		text-align: center;
		line-height: 1.65em;
	}
	#conversion h2 em {
		color: #c8b175;
		font-weight: bold;
	}

	#conversion .buttons {
		margin: 30px 0 0;
	}
	#conversion .buttons li {
		float: left;
		width: 50%;
	}
	#conversion .buttons li a {
		height: 52px;
		font-size: 0.8em;
		line-height: 53px;
	}
	#conversion .buttons li:first-child a {
		margin: 0 8px 0 0;
	}
	#conversion .buttons li:last-child a {
		margin: 0 0 0 8px;
	}

	#conversion .contact {
		margin: 32px 0 0;
		padding: 30px 0 0;
		border-top: 1px solid #7c7474;
	}
	#conversion .contact .label p {
		color: #cccccc;
		font-size: 1em;
		font-weight: bold;
	}

	#conversion .contact .call {
		position: relative;
		margin: 20px 0 0;
		height: 40px;
	}
	#conversion .contact .call .tel {
		position: relative;
		padding: 2px 0 0 30px;
		font-size: 1.25em;
		font-weight: bold;
	}
	#conversion .contact .call .tel:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -8px 0 0;
		width: 16px;
		height: 17px;
		background: url(../images/common/icon_tel.png) no-repeat;
		-webkit-background-size: 16px 17px;
		-moz-background-size: 16px 17px;
		-ms-background-size: 16px 17px;
		background-size: 16px 17px;
	}
	#conversion .contact .call .time {
		margin: 5px 0 0 30px;
		font-size: 0.7em;
	}
	#conversion .contact .call .push {
		position: absolute;
		top: 0;
		right: 0;
	}
	#conversion .contact .call .push a {
		display: block;
		width: 100px;
		height: 40px;
		color: #b3c1db;
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		line-height: 40px;
		border: 1px solid #b3c1db;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	#conversion .contact .mail {
		position: relative;
		margin: 30px 0 0;
		padding: 0 0 0 30px;
	}
	#conversion .contact .mail:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -6px 0 0;
		width: 18px;
		height: 14px;
		background: url(../images/common/icon_mail.png) no-repeat;
		-webkit-background-size: 18px 14px;
		-moz-background-size: 18px 14px;
		-ms-background-size: 18px 14px;
		background-size: 18px 14px;
	}
	#conversion .contact .mail p a {
		color: #b3c1db;
		font-size: 1em;
		font-weight: bold;
	}
	#conversion .contact .mail br {
		display: none;
	}

	

	/* button
	----------------------------------------------- */

	.button {
		display: block;
		color: #fff !important;
		font-size: 1.15em;
		font-weight: bold;
		text-align: center;
		text-indent: 0.05em;
		letter-spacing: 0.05em;
		font-feature-settings: "palt";
		background: #000;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}
	.button.red {
		background: #e65649;
	}
	.button.blue {
		background: #3c95c1;
	}
	.button.gray {
		background: #dbdbdb;
	}
	.button.white {
		color: #4970bf !important;
		background: #fff;
	}
	.button.blueline {
		color: #4970bf !important;
		border: 1px solid #4970bf;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.button.blur {
		background: #dbdbdb;
		cursor: auto;
	}

	.button.red.emphasizedRedButton{
		box-shadow: 0px 5px 0px #8a332b;
	}
	.button.red.emphasizedRedButtonS{
		box-shadow: 0px 3px 0px #8a332b;
	}
	.button.blue.emphasizedBlueButton{
		box-shadow: 0px 5px 0px #2b6c8c;
	}
	.emphasizedBlueButtonS input{
		box-shadow: 0px 3px 0px #2b6c8c;
	}

	/* activeinput
	----------------------------------------------- */

	.activeinput input {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 25px;
		font-size: 0.85em;
		border: 0;
		outline: 0;
	}
	.activeinput p {
		position: relative;
		padding: 1px 10px 14px;
		border-bottom: 1px solid #cccccc;
	}
	.activeinput p:before,
	.activeinput p:after {
		display: block;
		content: "";
		position: absolute;
		bottom: -1px;
		width: 1px;
		height: 5px;
		background: #cccccc;
	}
	.activeinput p:before {
		left: 0;
	}
	.activeinput p:after {
		right: 0;
	}

	.activeinput span {
		display: block;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 0;
		height: 2px;
		background: #2b52a1;
		z-index: 1;
		-webkit-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-moz-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-ms-box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		box-shadow: 0 1px 8px 0 rgba(73,112,191,0.64);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.activeinput span:before,
	.activeinput span:after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		width: 2px;
		height: 0px;
		background: #2b52a1;
	}
	.activeinput span:before {
		left: -1px;
	}
	.activeinput span:after {
		right: -1px;
	}

	.activeinput input:focus + span {
		width: 100%;
	}
	.activeinput input:focus + span:before,
	.activeinput input:focus + span:after {
		height: 6px;
	}
	.activeinput input:focus + span:after {
		-webkit-transition: all 0.1s 0.25s;
		-moz-transition: all 0.1s 0.25s;
		-ms-transition: all 0.1s 0.25s;
		transition: all 0.1s 0.25s;
	}

	/* main
	----------------------------------------------- */

	#submain section > header {
		position: relative;
		height: 80px;
		background: #3e87c7 url(../images/common/main_header_base_mini.png) no-repeat center center;
		overflow: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	#submain section h1 {
		color: white;
		font-size: 1.5em;
		text-align: center;
		line-height: 81px;
	}
	#submain section a {
		color: #3c95c1;
	}

	/* icon */

	#submain a.arrow,
	#submain a.blank {
		position: relative;
	}
	#submain a.arrow:after,
	#submain a.blank:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
	}
	#submain a.arrow:before,
	#submain a.blank:before {
		display: none;
	}

	#submain a.arrow:after {
		right: -12px;
		margin: -7px 0 0;
		width: 7px;
		height: 14px;
		background: url(../images/common/icon_arrow02.png) no-repeat;
		-webkit-background-size: 7px 14px;
		-moz-background-size: 7px 14px;
		-ms-background-size: 7px 14px;
		background-size: 7px 14px;
	}
	#submain a.blank:after {
		right: -20px;
		margin: -7px 0 0;
		width: 15px;
		height: 13px;
		background: url(../images/common/icon_blank04.png) no-repeat;
		-webkit-background-size: 15px 13px;
		-moz-background-size: 15px 13px;
		-ms-background-size: 15px 13px;
		background-size: 15px 13px;
	}

	/* location パンくず
	----------------------------------------------- */

	#location,.pankuzu {
		display: none;
	}

}

/* keyframes
----------------------------------------------- */

/* bounce */

@-webkit-keyframes bounce {
	0% { -webkit-transform: translateY(0px); }
	70% { -webkit-transform: translateY(-2px); }
	100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes bounce {
	0% { -moz-transform: translateY(0px); }
	70% { -moz-transform: translateY(-2px); }
	100% { -moz-transform: translateY(0px); }
}
@-ms-keyframes bounce {
	0% { -ms-transform: translateY(0px); }
	70% { -ms-transform: translateY(-2px); }
	100% { -ms-transform: translateY(0px); }
}
@keyframes bounce {
	0% { transform: translateY(0px); }
	70% { transform: translateY(-2px); }
	100% { transform: translateY(0px); }
}

/* fluffy */

@-webkit-keyframes fluffy {
	0% { -webkit-transform: translateY(0px); }
	50% { -webkit-transform: translateY(-8px); }
	100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes fluffy {
	0% { -moz-transform: translateY(0px); }
	50% { -moz-transform: translateY(-8px); }
	100% { -moz-transform: translateY(0px); }
}
@-ms-keyframes fluffy {
	0% { -ms-transform: translateY(0px); }
	50% { -ms-transform: translateY(-8px); }
	100% { -ms-transform: translateY(0px); }
}
@keyframes fluffy {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-5px); }
	100% { transform: translateY(0px); }
}
/* Float banner on top page
----------------------------------------------- */
/* pc
----------------------------------------------- */

@media print, screen and (min-width:861px) {
	.scroll-cv-banner{
		display: none;
	}

	.scroll-cv-banner #footer-contact{
		position:fixed;
		bottom: 0px;
		right: 0px;
		width: 260px;
        height: 280px;
		background: url(/assets/images/common/banner_saas_float_2x.png) no-repeat;
		background-size:contain;
		z-index: 1030;
	}
	.scroll-cv-banner #footer-contact:hover{
		filter: brightness(1.05);
		transform:scale(1.02,1.02);
		transition:0.3s all;
	}
	.scroll-cv-banner .btn_material a.cv_content_btn{
        width: 260px;
        height: 290px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
	   background: url(/assets/images/common/banner_saas_float_2x.png) no-repeat;
	   background-size: contain;
	}
	a.button.blue.cv_content_btn:hover {
    filter: brightness(110%);
}
.scroll-cv-banner .bnr-close{
	position:absolute;
	top: 11px;
	right: 9px;
}
.scroll-cv-banner dl{
	margin:8px 0 10px;
}
.scroll-cv-banner dl dt{
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: 500;
	color: #394d80;
}

.scroll-cv-banner .bnr-open{
	position:fixed;
	border-radius: 4px;
	bottom:20px;
	right:20px;
	display:none;
	/*box-shadow: 0 3px 1px rgba(0,0,0,0.3);*/
	}
}

.top_space {
	line-height: 2.5em;
}
.price_pro_option {
	text-align: center;
	padding-top: 7em;
  }
  .price_pro_option p {
	font-size: 1.2em;
	line-height: 1.8em;
  }
  .price_pro_option a {
	border-radius: 30px;
	padding: 13px 23px;
	max-width: 400px;
	display: block;
	line-height: 1.5em;
	margin: 2em auto;
	font-weight: 700;
	font-size: 1.2em;
  }
/* mobile
----------------------------------------------- */

@media only screen and (max-width:860px) {
	.scroll-cv-banner #footer-contact,
	.scroll-cv-banner .blue-label,
	.scroll-cv-banner .bnr-open,
	.scroll-cv-banner .bnr-open img,
  .scroll-cv-banner dl dt,
	.scroll-cv-banner .btn_material,
	.scroll-cv-banner .btn_material a.cv_content_btn,
	.scroll-cv-banner .bnr-close,
	.scroll-cv-banner .operator_img
	{display: none;}
}

/* price "NEW" mark
----------------------------------------------- */

.ribbon_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }

.ribbon16 {
    display: inline-block;
    position: absolute;
    padding: 19px 0 7px;
    left: -40px;
    top: -5px;
    width: 100px;
    text-align: center;
    font-size: 8px;
    line-height: 6px;
    background: #e65649;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.corner_new {
    position: relative;
}
.corner_new::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 2.6em solid transparent;
    border-right: 2.6em solid #e65649;
    position: absolute;
    z-index: 0;
}
.corner_new::after {
    content: "NEW";
    font-size: 0.7em;
    display: block;
    top: 4px;
    transform: rotate(45deg);
    color: #fff;
    right: 3px;
    position: absolute;
    z-index: 0;
}
.balloon-2-bottom {
    position: relative;
    display: inline-block;
	padding: 0 1px 0 5px;
	width: 24px;
	min-height: 14px;
    line-height: 17px;
	font-size: 0.5em;
	letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
    background: #e65649;
	z-index: 10000;
    top: -66px;
    left: 82px;
}
body.fixed .balloon-2-bottom {
	padding: 0 2px 0 4px;
    line-height: 15px;
    letter-spacing: 0.2em;
    top: -62px;
}
.balloon-2-bottom:after {
	content: "";
    position: absolute;
    bottom: -7px;
    left: 28%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 1px;
    border-color: #e65649 transparent transparent transparent;
}
@media (min-width:320px) and (max-width:768px) {
	#header {
		height: 48px;
	}
	#header .menu {
		height: 46px;
	}
	.corner_new::before {
		border-bottom: 2.8em solid transparent;
		border-right: 2.8em solid #e65649;
	}
	.corner_new::after {
    top: 2px;
    right: 2px;
}
}
#MyEvent, #MyEvent2, #MyEvent3, #MyEvent4, #MyEvent5,
#Usually, #Usually2, #Usually3, #Usually4, #Usually5 {
 	display: none;
}

/* GMOグループヘッダー768pxから出現 */
@media (min-width:769px) and (max-width:860px) {
	body #header {
		margin-top: 0px;
	}
	#sidenav .inner {
		margin-top: 29px;
	}
    #sidenav{
        max-width: 380px;
	}
	/*　　GMOヘッダーローディング中の隙間を埋める　　*/
body {
	top: 0px;
}
.gmo_header_spacing {
    height: 28px;
	background-color: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}
}
@media (min-width:769px) {

/* tablet */

	body.tablet {
		margin: 0px 0 0;
	}
	body.fixed.tablet #nav .entry {
    bottom: 18px;
}
	body.tablet #header {
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 101px;
	}
	body.tablet #header .logo {
		padding: 16px 0 16px;
	}
	body.tablet #header .logo img {
		width: auto;
		height: 40px;
	}
	body.tablet #header .menu {
		display: block;
		padding-top: 58px;
	}
	body.fixed.tablet #header .menu {
		display: block;
		padding-top: 72px;
	}

	body.tablet #header #nav .upper {
		display: none;
	}
	
	body.tablet #nav .contact .tel {
		top:46px;
		right: 249px;
	}
	body.tablet #nav .entry {
        display: none;
		right: 86px;
		top: 44px;
	}
	body.tablet #nav .main,
	body.tablet #nav .action,
	body.tablet #nav .link {
		display: none;
	}
    body.tablet #sidenav{
        max-width: 380px;
    }
	body.tablet #sidenav .inner {
		padding: 101px 0 0;
	}
	body.tablet #sidenav .action {
		padding: 16px 0;
	}
	body.tablet #sidenav .contact,
	body.tablet #sidenav .entry {
		display: block;
	}
}

	@media (min-width:769px) and (max-width:860px) {
		body.tablet #header {
			margin-top: 0px;
		}
		body.tablet #header .menu {
			padding-top: 28px;
	}
	body.tablet #sidenav .inner {
    margin-top: 0px;
}
	}


@media (max-width:860px) {
    body.tablet #sidenav{
        max-width: 380px;
        left: auto;
        right: 0px;
    }
}





/* header
----------------------------------------------- */
#nav .entry.entry_btn{
    bottom: 0px;
}
@media only screen and (max-width: 860px){
    #nav .entry.entry_btn{
        display: none;
    }
}
@media screen and (min-width: 861px) and (max-width: 1140px){
    #nav .entry.entry_btn{
        bottom: 17px;
        right: 24px;
    }
	#header .upper {
		top: -35px;
		right: -8px;
	}
}
#nav .entry.entry_btn a{
    background: #e65549;
    padding: 8px 0px;
    width: 116px;
    font-size: 14px;
	font-weight:700;
    color: #fff;
    display: inline-block;
    border: 1px solid #e65549;
    border-radius: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    height: auto;
    line-height: 1em;
    margin-left: 10px;
}
#nav .entry.entry_btn a:hover{
    background: #fff;
    color: #e65549;
}
#nav .entry.entry_btn .login{
    background: #3c95c1;
    color: #fff;
    border: 1px solid #3c95c1;
}
#nav .entry.entry_btn .login:hover{
    background: #fff;
    color: #3c95c1;
}
#nav .contact.top_contact .tel{
    right: 190px;
    bottom: 19px;
}
#nav .contact.top_contact .tel .time{
    display: none;
}

@media screen and (min-width: 861px) and (max-width: 1140px){
    #nav .contact.top_contact .tel{
        top: auto;
        right: 245px;
    }
}
@media screen and (max-width: 1180px){
    #nav .contact.top_contact .tel{
        display: none;
    }
}

#nav .main{
    right: 677px;
	bottom: 33px;
}

@media print, screen and (min-width: 861px){
    body.fixed #nav .main {
        right: 677px;
        bottom: 41px;
        display: block;
    }
}


body.fixed #nav .main{
    
}

body.fixed #nav .entry{
    bottom: 7px;
}



/* #footer
----------------------------------------------- */
#footer{
    background: #5c5c5c;
}
#footer .inner{
    max-width: 1180px;
    min-height: auto;
    width: 95%;
}
#footer ul h4{
    color: #ffffff;
	border-bottom: #9b9b9b 1px solid;
}
#footer .ul_container {
	display: flex;
	flex-direction: column;
  }
  
#footer .ul_container ul {
	float: left;
	margin: 0;
	padding: 0;
  }
#footer .ul_container ul.ul_down {
	padding-top: 1em;
}
#footer ul li a{
    color: #ffffff;
}
#footer .link li a:hover{
    color: #ffffff;
}
#footer .link{
    margin: 0px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
#footer .link ul{
    display: block;
    float: none;
    width: auto;
}
#footer .siteseal{
    position: static;
    margin-left: 25px;
}
#footer .copyright{
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
    color: #9a9a9a;
    font-size: 10px;
    letter-spacing: 1px;
}
#footer .footer_bottom{
    position: relative;
}
#footer .sns_menu{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#footer .footer_sns{
    position: static;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    right: auto;
    width: auto;
    margin-right: 20px;
}
#footer .footer_sns ul{}
#footer .footer_sns ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    opacity: 1;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#footer .footer_sns ul li:hover{
    opacity: 0.8;
}
#footer .pageup.footerpageup{
    position: relative;
    display: block;
    vertical-align: middle;
	text-align: right;
    top: -20px;
    right: 20px;
    bottom: auto;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#footer .pageup.footerpageup:hover{
    opacity: 0.8;
}
#footer .pageup.footerpageup:after{
    display: none;
}
.gmoGroupFooter{
    padding-top: 35px;
	border: none;
}
.gmoGroupFooter_inner{
    padding: 0px;
    margin: 0 auto;
    display: block;
}


@media only screen and (max-width: 860px){
    #footer .link{
        display: none;
    }
    #footer .inner{
        height: auto;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    #footer .footer_bottom{
        height: 220px;
		display: flex;
        justify-content: center;
		padding-bottom: 100px;
    }
    #footer .sns_menu{
        bottom: auto;
        top: 0px;
    }
    #footer .copyright{
        width: 100%;
		bottom: -6px;
    }
    #footer .siteseal{
        margin-left: 0px;
		height: 95px;
    }
    #footer .siteseal li{
        position: relative;
        top: 5px;
    }
}

/* #top_price
----------------------------------------------- */
#top_price{
    padding-top: 70px;
    padding-bottom: 65px;
    border-bottom: 1px solid #dadada;
    background: url(../images/index/bg_price.png) top center no-repeat;
}
#top_price .inner{
    max-width: 1180px;
    display: block;
    margin: 0 auto;
    width: 95%;
    position: relative;
}
#top_price .logo{
    margin: 0 auto;
    margin-bottom: 40px;
    width: 48%;
    text-align: center;
}
#top_price .logo img{
    max-width: 100%;
}
#top_price h2{
    margin: 0 auto;
    width: 52%;
    text-align: center;
}
#top_price h2 img{
    max-width: 100%;
}
#top_price .subttl{
    color: #1d1d1d;
    text-align: center;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 40px;
    margin-bottom: 35px;
}
#top_price .inner .price_banner{
    position: absolute;
    right: 0px;
    bottom: 60px;
    width: 16%;
    text-align: center;
}
#top_price .inner .price_banner a{
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}
#top_price .inner .price_banner a:hover{
    opacity: 0.8;
}
#top_price .inner .price_banner a img{
    max-width: 100%;
}
@media only screen and (min-width: 741px) and (max-width: 930px) {
    #top_price .inner .price_banner{
        bottom: 150px;
    }
}
@media only screen and (max-width: 740px) {
    #top_price{
        padding-bottom: 15px;
        border-bottom: 0px;
    }
    #top_price h2{
        width: 100%;
    }
    #top_price h2 img{
        max-width: 100%;
    }
    #top_price .logo{
        width: 100%;
    }
    #top_price .logo img{
        max-width: 100%;
    }
    #top_price .inner .price_banner{
        display: none;
    }
}

#top_price .inner .btn_area ul{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 780px;
    margin: 0 auto;
}
#top_price .inner .btn_area ul li {
    width: 32%;
}

#top_price .inner .btn_area ul li a{
    padding: 20px 0px;
    color: #fff;
    display: block;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 15px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
#top_price .inner .btn_area ul li a span{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#top_price .inner .btn_area ul li a:hover{
    background: #fff;
    color: #000;
}
#top_price .inner .btn_area ul li:nth-of-type(1) a{
    background: #3c95c1;
    color: #fff;
    border: 1px solid #3c95c1;
}
#top_price .inner .btn_area ul li:nth-of-type(1) a:hover{
    background: #fff;
    color: #3c95c1;
    text-decoration: none;
}
#top_price .inner .btn_area ul li:nth-of-type(2) a{
    background: #e65549;
    border: 1px solid #e65549;
}
#top_price .inner .btn_area ul li:nth-of-type(2) a:hover{
    background: #fff;
    color: #e65549;
    text-decoration: none;
}
#top_price .inner .btn_area ul li:nth-of-type(1) a span{
    background: url(/assets/images/common/download_white.svg) center center no-repeat;
    background-size: cover;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#top_price .inner .btn_area ul li:nth-of-type(1) a:hover span{
    background: url(/assets/images/common/download_blue.svg) center center no-repeat;
    background-size: cover;
}
#top_price .inner .btn_area ul li:nth-of-type(2) a span{
    background: url(/assets/images/common/check.svg) center center no-repeat;
    background-size: cover;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#top_price .inner .btn_area ul li:nth-of-type(2) a:hover span{
    background: url(/assets/images/common/check_red.svg) center center no-repeat;
    background-size: cover;
}

#top_price .inner .btn_area ul li:nth-of-type(3) a{
    background: #005bac;
    color: #fff;
    border: 1px solid #005bac;
}
#top_price .inner .btn_area ul li:nth-of-type(3) a:hover{
    background: #fff;
    color: #005bac;
    text-decoration: none;
}
#top_price .inner .btn_area ul li:nth-of-type(3) a span{
    background: url(/assets/images/common/calender_white.svg) center center no-repeat;
    background-size: cover;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#top_price .inner .btn_area ul li:nth-of-type(3) a:hover span{
    background: url(/assets/images/common/calender_blue.svg) center center no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 740px){
    #top_price .inner .btn_area ul li a{
        padding: 4% 0px;
        font-size: 13px;
    }
    #top_price .subttl{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
        margin-top: 40px;
        margin-bottom: 35px;
    }
    #top_price .subttl br{
        display: none;
    }
    #top_price .inner .btn_area ul{
        display: block;
        width: 95%;
    }
    #top_price .inner .btn_area ul li{
        width: 100%;
        margin-bottom: 15px;
    }
}


/* ▼料金表下　CVボタン
----------------------------------------------- */
#price_cv .inner .btn_area ul{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 780px;
    margin: 0 auto;
	left: auto;
    float: none;
}
#price_cv .inner .btn_area ul li{
    width: 48%;
	text-align: center;
}
#price_cv .inner .btn_area ul li a{
    padding: 20px 0px;
    color: #fff;
    display: block;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 15px;
	font-weight: 700;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
#price_cv .inner .btn_area ul li a span{
    margin-right: 10px;
    width: 26px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	top : -1px;
}
#price_cv .inner .btn_area ul li a:hover{
    background: #fff;
    color: #000;
}
#price_cv .inner .btn_area ul li:nth-of-type(1) a{
    background: #3c95c1;
    color: #fff;
    border: 1px solid #3c95c1;
	line-height: normal;
}
#price_cv .inner .btn_area ul li:nth-of-type(1) a:hover{
    background: #fff;
    color: #3c95c1;
    text-decoration: none;
}
#price_cv .inner .btn_area ul li:nth-of-type(2) a{
    background: #e65549;
    border: 1px solid #e65549;
}
#price_cv .inner .btn_area ul li:nth-of-type(2) a:hover{
    background: #fff;
    color: #e65549;
    text-decoration: none;
}



#price_cv .inner .btn_area ul li:nth-of-type(1) a span{
    background: url(/assets/images/common/download_white.svg) center center no-repeat;
    background-size: auto;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#price_cv .inner .btn_area ul li:nth-of-type(1) a:hover span{
    background: url(/assets/images/common/download_blue.svg) center center no-repeat;
    background-size: auto;
}
#price_cv .inner .btn_area ul li:nth-of-type(2) a span{
    background: url(/assets/images/common/quotation_white.svg) center center no-repeat;
    background-size: auto;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#price_cv .inner .btn_area ul li:nth-of-type(2) a:hover span{
    background: url(/assets/images/common/quotation_red.svg) center center no-repeat;
    background-size: auto;
}
/*#price_cv .inner .btn_area ul li:nth-of-type(2):before{
    content:"300ID以上の方向け";
    color: #808080;
    text-decoration: none;
	font-weight: 700;
	line-height: 2em;
}*/

@media only screen and (max-width: 740px){
    #price_cv .inner .btn_area ul li a{
        padding: 4% 0px;
        font-size: 17px;
    }
    #top_price .subttl{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
        margin-top: 40px;
        margin-bottom: 35px;
    }
    #top_price .subttl br{
        display: none;
    }
    #price_cv .inner .btn_area ul{
        display: block;
        width: 95%;
    }
    #price_cv .inner .btn_area ul li{
        width: 95%;
        margin-bottom: 15px;
        margin-left: auto;
		margin-right: auto;
    }
}
@media only screen and (max-width: 500px){
#price_cv .inner .btn_area ul li a {
	font-size: 13px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
	}
}
/* ▲料金表下　CVボタン---------------------------- */


#campaign_banner.intro_banner_sp{
    display: none;
}

@media only screen and (max-width: 740px){
    #campaign_banner.intro_banner_sp{
        display: block;
    }
    #campaign_banner.intro_banner_sp img{
        max-width: 100%;
    }
}




/* common_news
	----------------------------------------------- */
    
@media print, screen and (min-width:741px) {
	#common_news .inner {
		margin: auto;
		padding: 75px 0 70px;
		max-width: 1250px;
	}
	#common_news article {
		float: left;
		position: relative;
		width: 50%;
	}
	#common_news article:first-child:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #e6e6e6;
	}

	#common_news article h3 {
		position: relative;
		font-size: 1.65em;
	}
	#common_news article:first-child h3 {
		margin: 0 40px 0 25px;
	}
	#common_news article:last-child h3 {
		margin: 0 25px 0 40px;
	}
	#common_news article h3 .more {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -0.5em 0 0;
		font-size: 0.65em;
	}
	#common_news article h3 .more a {
		color: #4970bf;
	}
	#common_news article h3 .more a:hover {
		color: #2b52a1;
		text-decoration: underline;
	}

	#common_news article .list {
		padding: 20px 0 0;
	}
	#common_news article .list tr.new td a:after {
		display: inline-block;
		content: "";
		margin: 0 0 0 10px;
		width: 28px;
		height: 10px;
		background: url(../images/index/icon_new.png) no-repeat;
		-webkit-background-size: 28px 10px;
		-moz-background-size: 28px 10px;
		-ms-background-size: 28px 10px;
		background-size: 28px 10px;
	}

	#common_news article .list a:hover {
		color: #4970bf;
		text-decoration: underline;
	}

	#common_news article:first-child .list {
		margin: 0 40px 0 25px;
	}
	#common_news article:last-child .list {
		margin: 0 25px 0 40px;
	}

	#common_news article table {
		width: 100%;
	}
	#common_news article th,
	#common_news article td {
		padding: 10px 0;
		font-size: 1em;
		vertical-align: top;
		line-height: 1.5em;
	}
	#common_news article th {
		padding-right: 15px;
		width: 20%;
	}
	#common_news article td {
		width: 80%;
	}
    #common_news article td a{
        color: #333333;
        text-decoration: none;
    }
}



@media only screen and (max-width:740px) {

	#common_news .inner {
		margin: 0 20px;
		padding: 20px 0;
		text-align: left;
	}
	#common_news article {
		padding: 30px 0;
		border-top: 1px solid #e6e6e6;
	}
	#common_news article:first-child {
		border: 0;
	}

	#common_news article h3 {
		position: relative;
		font-size: 1.35em;
	}
	#common_news article h3 .more {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -0.5em 0 0;
		font-size: 0.8em;
	}
	#common_news article h3 .more a {
		color: #4970bf;
	}

	#common_news article .list {
		margin: 25px 0 0;
	}
	#common_news article .list tr.new th:after {
		display: inline-block;
		content: "";
		margin: 0 0 0 10px;
		width: 22px;
		height: 8px;
		background: url(../images/index/icon_new.png) no-repeat;
		-webkit-background-size: 22px 8px;
		-moz-background-size: 22px 8px;
		-ms-background-size: 22px 8px;
		background-size: 22px 8px;
	}

	#common_news article table {
		width: 100%;
	}
	#common_news article tr {
		display: none;
	}
	#common_news article tr:first-child {
		display: block;
	}
	#common_news article th,
	#common_news article td {
		display: block;
		padding: 2px 0 0;
		font-size: 0.95em;
		line-height: 1.5em;
	}
	#common_news article th {
		font-size: 0.8em;
	}
    
    #common_news article td a{
        color: #333333;
        text-decoration: none;
    }
    
}



@media screen and (min-width:861px) and (max-width:1140px) {
    #nav .main{
		right: 630px;
		top: -10px;
		margin: 0 0 0 15px;
	}
    body.fixed #nav .main{
        right: 630px;
    }
    #nav .main li a{
        font-size: 12px;
    }
    #nav .main li{
        margin-left: 15px;
    }
	#nav .main li a:after {
		bottom: -8px;
	}
	#nav .sub_menu, #nav .sub_menu1, #nav .sub_menu2, #nav .sub_menu3, #nav .sub_menu4, #nav .sub_menu5 {
		margin-top: 8px;
	}
	#nav .main li.skuid_is{
        left: -160px;
    }
    #nav .main li.price_func{
        left: -77px;
    }
	#nav .main li.apuri{
        left: 15px;
    }
    #nav .main li.case{
        left: 96px;
    }
	#nav .main li.partners{
        left: 178px;
    }
	#nav .main li.news{
        left: 275px;
    }
    #nav .entry.entry_btn{
        right: 12px;
		top: -10px;
    }
    body.fixed #nav .entry{
        bottom: 10px;
    }
    body.fixed #header{
        height: 89px;
    }
    #header .logo{
        padding: 12px 0;
        margin: 0 7px;
    }
    body.fixed #header .logo{
        padding: 10px 0;
        margin: 0 12px;
    }
    #header .logo img{
		height: 42px;
		position: relative;
    }
    body.fixed #header .logo img{
        height: 38px;
    }
}

@media screen and (min-width:861px) and (max-width:980px) {
#nav .main li a {
	font-size: 10px;
}
#nav .main li{
	margin-left: -5px;
}
#nav .main li.skuid_is{
	left: -40px;
}
#nav .main li.price_func{
	left: 30px;
}
#nav .main li.apuri{
	left: 115px;
}
#nav .main li.case{
	left: 180px;
}
#nav .main li.partners{
	left: 255px;
}
#nav .main li.news{
	left: 340px;
}
#nav .entry.entry_btn a {
	padding: 6px 0px;
	width: 100px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	border-radius: 100px;
	text-align: center;
	height: auto;
	line-height: 1em;
	margin-left: 5px;
}
#nav .entry.entry_btn {
	top: -5px;
}
}

#contact_banner{}
#contact_banner .inner{
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    padding-bottom: 5%;
    width: 95%;
}
#contact_banner .inner ul{
    width: fit-content;
    border: 2px solid #dadada;
    border-radius: 6px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 7em 5em 2.5em;
	margin-top: 10em;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}
#contact_banner .inner ul li{
    width: 20%;
}
#contact_banner .inner ul li .ttl{
    text-align: center;
    color: #445462;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 15px;
}
#contact_banner .inner ul li .ttl span{
    position: relative;
    z-index: 1;
}
#contact_banner .inner ul li .ttl span::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 1%;
    left: 0%;
    width: 100%;
    height: .4em;
    background: #edeff0;
    z-index: -1;
}
#contact_banner .inner p.logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
    background: #fff;
    padding: 0px;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
}
#contact_banner .inner p.logo span{
	display: block;
    font-size: 23px;
    font-weight: 700;
    padding-top: 1em;
}
#contact_banner .inner ul li.mail{
    width: 33%;
    width: 374px;
    padding-right: 4%;
    border-right: 1px solid #c9c9c9;
}
#contact_banner .inner ul li.mail .ttl{}
#contact_banner .inner ul li.mail a{
    padding: 20px 0px;
    color: #fff;
    display: block;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 26px;
    font-weight: 700;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    background: #3c95c1;
    color: #fff;
    border: 1px solid #3c95c1;
}
#contact_banner .inner ul li.mail a:hover{
    background: #fff;
    color: #3c95c1;
    text-decoration: none;
}
#contact_banner .inner ul li.mail a span{
    margin-right: 10px;
    width: 30px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/images/common/mail.svg) center center no-repeat;
    background-size: cover;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#contact_banner .inner ul li.mail a:hover span{
    background: url(/assets/images/common/mail_blue.svg) center center no-repeat;
    background-size: cover;
}

#contact_banner .inner ul li.phone{
    width: 31.4%;
    width: 330px;
    padding-left: 4%;
}
#contact_banner .inner ul li.phone .ttl{}
#contact_banner .inner ul li.phone .number{
    display: block;
    text-align: center;
}
#contact_banner .inner ul li.phone .number img{
    max-width: 100%;
}
#contact_banner .inner ul li.phone .time{
    text-align: center;
    color: #161616;
    font-size: 17px;
    padding-top: 10px;
}

@media screen and (max-width:1125px){
    #contact_banner .inner ul li.logo{
        width: calc( 100% - 850px );
    }
}
@media screen and (max-width:1050px){
    #contact_banner .inner ul{
        justify-content: space-between;
    }
    #contact_banner .inner ul li.logo{
        display: none;
    }
    #contact_banner .inner ul li.mail{
        width: 45%;
        position: relative;
        border-right: none;
        padding: 0%;
    }
    #contact_banner .inner ul li.mail::after{
        content: "";
        display: block;
        position: absolute;
        top: 0%;
        right: -12%;
        width: 1px;
        height: 100%;
        background: #c9c9c9;
    }
    #contact_banner .inner ul li.phone{
        width: 45%;
        padding: 0%;
    }
}
@media screen and (max-width:800px){
    #contact_banner .inner ul{
        flex-direction: column;
        padding: 4%;
		padding-bottom: 5em;
        width: 92%;
    }
	#contact_banner .inner {

		margin-top: 9em;
		margin-bottom: 6em;
	}
	#contact_banner .inner p.logo span {
		display: block;
		font-size: 18px;
		font-weight: 700;
		padding-top: 1em;
	}
	#contact_banner .inner ul li.mail {
		top: 70px;
		width: 80%;
		position: relative;
		border-right: none;
		padding: 0%;
	}
    #contact_banner .inner ul li.mail a{
		font-size: 18px;
		padding: 13px;
    }
	
    #contact_banner .inner ul li.mail::after{
        display: none;
    }
    #contact_banner .inner ul li.phone{
		width: 100%;
		padding-bottom: 13%;
		position: relative;
		top: 87px;
    }
    #contact_banner .inner ul li .ttl{
        font-size: 15px;
    }
    #contact_banner .inner ul li.phone .time{
        font-size: 15px;
    }
	#contact_banner .inner ul li.phone .number img{
		max-width: 70%;
	}

}



/* childPageWithForm
----------------------------------------------- */
#childPageWithForm{
    max-width: 1180px;
    display: block;
    margin: 0 auto;
}
#childPageWithForm .mv__wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#childPageWithForm .mv_l {
    padding: 60px 20px 60px 20px;
    width: calc( 100% - 360px );
}
#childPageWithForm .mv_r {
    width: 360px;
}
#childPageWithForm .mv_r .content{
    box-sizing: border-box;
    background: #ebf3f9;
    padding: 20px 35px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
}
#childPageWithForm .mv__wrap .coment {
    color: #e65549;
    font-size: 12px;
    text-align: right;
}
#childPageWithForm .mv__wrap .ttl {
text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
#childPageWithForm .mv__wrap .subttl {
color: #3c95c1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#childPageWithForm .mv__wrap .subttl span {
    position: relative;
}
#childPageWithForm .mv__wrap .subttl span:before, #childPageWithForm .mv__wrap .subttl span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #3c95c1;
}
#childPageWithForm .mv__wrap .subttl span:before {
    left: -20px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
#childPageWithForm .mv__wrap .subttl span:after {
    right: -20px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
#childPageWithForm p {
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.85em;
}
#childPageWithForm #pardot-form {
    text-align: left;
}
#childPageWithForm .required {
    color: #e65549;
    font-size: 12px;
}

#childPageWithForm .field-label {
    font-weight: bold;
    padding-bottom: 6px;
}

#childPageWithForm #pardot-form input[type=text] {
    border: 1px solid #b2cee6;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
-webkit-appearance: none;
}
#childPageWithForm #pardot-form input.text.size_s[type=text] {
    width: 48%;
    margin-right: 1%;
}
#childPageWithForm #pardot-form .txt_c {
    text-align: center;
}
#childPageWithForm #pardot-form input[type=submit], #childPageWithForm .sp_btn a {
    background: #e65549;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    width: 88%;
    box-sizing: border-box;
    padding: 18px;
    font-size: 15px;
    margin: 13px 0;
    position: relative;
    display: inline-block;
-webkit-appearance: none;
}
#childPageWithForm .input__arrow {
    position: relative;
}
#childPageWithForm .input__arrow:before, #childPageWithForm .input__arrow:after, #childPageWithForm .sp_btn a:before, #childPageWithForm .sp_btn a:after {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 9;
}
#childPageWithForm .input__arrow:before, #childPageWithForm .sp_btn a:before {
    top: 50%;
    right: 20px;
    height: 1px;
    width: 24px;
}
#childPageWithForm .input__arrow:after, #childPageWithForm .sp_btn a:after {
    top: calc( 50% - 3px);
    right: 20px;
    height: 1px;
    width: 7px;
    transform: rotate(45deg);
}
#childPageWithForm .txt_s {
    color: #000;
    font-size: 13px;
    text-align: left;
}
#childPageWithForm .list-arrow-blue li {
    text-align: left;
    margin: 10px 0;
    position: relative;
    padding-left: 15px;
    font-size: 12px;
}
#childPageWithForm .list-arrow-blue li a {
    color: #3c95c1;
}
#childPageWithForm img.top_intro_no1 {
    max-width: 138px;
}
#childPageWithForm .list-arrow-blue li:before {
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #3c95c1;
    content: '';
    position: absolute;
}
#childPageWithForm .sp_btn {
    display: none;
    width: 100%;
    text-align: center;
    background: #ebf3f9;
}
#childPageWithForm .close {
    display: none;
}
#childPageWithForm .sp{
    display: none;
}
#childPageWithForm .flex_coment{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#childPageWithForm .flex_coment > div:nth-child(2){
    width: 70%;
}

@media only screen and (max-width:740px) {
    #childPageWithForm h1 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 5.1vw;
        line-height: 1.4em;
        text-align: left;
    }
    #childPageWithForm .mv_r .content{
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 30px 35px;
    }
    #childPageWithForm .field-label {
        font-weight: bold;
        padding-bottom: 3px;
    }
    #childPageWithForm .form_tbl .field-label:nth-child(1) {
        padding-bottom: 0;
        padding-top: 10px;
    }
    #childPageWithForm .sp_btn, #childPageWithForm .close, #childPageWithForm .sp {
        display: block;
    }
    #childPageWithForm .pc{
        display: none;
    }
    #childPageWithForm .close {
        text-align: left;
        color: #3c95c1;
        position: relative;
        padding-left: 10px;
    }
    #childPageWithForm .close:before, #childPageWithForm .close:after {
        content: '';
        position: absolute;
        background: #3c95c1;
        z-index: 9;
    }
    #childPageWithForm .close:before {
        top: 50%;
        left: -20px;
        height: 1px;
        width: 24px;
    }
    #childPageWithForm .close:after {
        top: calc( 50% - 3px);
        left: -20px;
        height: 1px;
        width: 7px;
        transform: rotate(-45deg);
    }
    #childPageWithForm .mv__wrap {
        flex-wrap: wrap;
    }
    #childPageWithForm .mv_l, #childPageWithForm .mv_r {
        width: 100%;
    }
    #childPageWithForm .mv_r {
        display: none;
    }
    #childPageWithForm .mv_l {
        padding: 0 20px 30px;
        box-sizing: border-box;
    }
    #childPageWithForm img.top_intro_no1 {
        max-width: 95px;
    }
    #childPageWithForm .inner {
        width: 100%;
    }
    #childPageWithForm .form_tbl {
        padding: 0 6%;
    }
    #childPageWithForm #pardot-form input[type=submit] {
        width: 100%;
    }
    #childPageWithForm #sp_btn.fixed {
        position:fixed;
        bottom:0;
        width:100%;
        z-index: 9999;
    }
    #childPageWithForm #sp_btn.fixed a{
        display: block;
        width: calc( 95% - 195px );
        margin-left: 3%;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #childPageWithForm #sp_btn.fixed a::before,
    #childPageWithForm #sp_btn.fixed a::after{
        display: none;
    }
    /* modal */
    #childPageWithForm .modal {
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
        background: #ebf3f9;
        z-index: 9999;
        box-sizing: border-box;
    }
    #childPageWithForm .modal__bg {
        height: 100vh;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    #childPageWithForm .modal__content {
     /*   left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;*/
        width: 100%;
        overflow-y: scroll;
        height: 100%;
        position: relative;
        z-index: 9999;
    }
}
#footer .siteseal li {
	background-color: #fff;
	display: block;
	width: 130px;
	height: 66px;
}
@media only screen and (max-width: 860px){
	#footer .siteseal {
	position: absolute;
	top: 50px;
  }
  
	#footer .siteseal ul {
	display: flex;
	flex-direction: column;
  }
  #footer .siteseal li {
	  position: relative;
	  top: 5px;
	  margin-bottom: 20px;
  }
  #footer .footer_sns {
	margin-right: 2px;
  }
  #footer .footer_sns ul li {
	margin-right: 5px;
  }
}

/*cookiebot用*/
#CybotCookiebotDialog {
	border-radius: 0 !important;
	box-shadow:none !important;
	position: fixed !important;
	left: 0 !important;
	width: 100% !important;
	transform: translateY(-100%) !important;
	padding: 12px !important;
	}   
	
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {display:none !important;}
	#CybotCookiebotDialog * {font-size: 11px !important;}
	#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {display: none !important;}
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {border: .25em !important;padding:1em !important;}
	
	@media screen and (min-width:981px){
	#CybotCookiebotDialog {max-width: none !important;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
	#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyContentControlsWrapper:not(.CybotCookiebotDialogHide) + #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {width: 146px !important;}
	#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {padding: .5em !important; }
	#CybotCookiebotDialogBodyContentTitle{text-align:left !important;}
	#CybotCookiebotDialog[data-template=overlay], #CybotCookiebotDialog[data-template=popup] {
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
		background: #fefefe;
		top: 50%;
		max-width: 980px !important;
	}
	#CybotCookiebotDialog[data-template=overlay].CybotCookiebotDialogActive,
	#CybotCookiebotDialog[data-template=popup]  .CybotCookiebotDialogContentWrapper {max-width: 900px !important;margin: 0 auto !important;}
	}
	
	@media only screen and (max-width: 1280px) {
	#CybotCookiebotDialog {top: 100% !important;left: 0 !important;}
	#CybotCookiebotDialogPoweredByText {display:none !important;}
	}
	
	@media only screen and (max-width: 980px) {
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {flex-direction: row !important;} 
	#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {  margin-right: .5em;padding: .5em;}
	}    
	
	@media only screen and (max-width: 600px) {
	#CybotCookiebotDialog {max-height: 220px !important;}
	}

/* 青BGベースボタン、ホバーで白BG、afterarrow */
	div.arrow_btn_center {
		text-align: center;
	}
	a.afterarrow_button {
		line-height: 1.45;
		text-decoration: none;
		font-weight: 400;
		background: #3c95c1;
		border: #3c95c1 solid 1px;
		color: #fff;
		border-radius: 3em;
		padding: 1em 4em;
		margin: 3em auto;
		display: inline-block;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	a.afterarrow_button:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0.1em;
		right: 10%;
		margin: auto;
		width: 0.5em;
		height: 0.5em;
		border-top: 0.16em solid #fff;
		border-right: 0.16em solid #fff;
		transform: rotate(45deg);
		transition: .3s;
	}
	a.afterarrow_button:hover {
		background: #ffffff!important;
		color: #3c95c1!important;
		text-decoration: none!important;
	}
	a.afterarrow_button:hover:after {
		border-top: 0.2em solid #3c95c1;
		border-right: 0.2em solid #3c95c1;
	}

	/* 透明BGベースボタン、ホバーで青BG、afterarrow */
	div.arrow_btn_center {
		text-align: center;
	}
	a.afterarrow_button_tr {
		line-height: 1.45;
		text-decoration: none;
		font-weight: 400;
		background: transparent;
		border: #3c95c1 solid 1px;
		color: #fff;
		border-radius: 3em;
		padding: 1em 4em;
		margin: 3em auto;
		display: inline-block;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	a.afterarrow_button_tr:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0.1em;
		right: 10%;
		margin: auto;
		width: 0.5em;
		height: 0.5em;
		border-top: 0.16em solid #3c95c1;
		border-right: 0.16em solid #3c95c1;
		transform: rotate(45deg);
		transition: .3s;
	}
	a.afterarrow_button_tr:hover {
		background: #3c95c1!important;
		color: #fff!important;
		text-decoration: none!important;
	}
	a.afterarrow_button_tr:hover:after {
		border-top: 0.2em solid #fff;
		border-right: 0.2em solid #fff;
	}


/* footer　-GMOセキュリティキャンペーン- */

div.siteseal {
max-width: 1040px;
margin: 40px auto 0px;
text-align: center;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
div.siteseal li{
display:inline-block;
background-color: transparent;
width: 100px;
height: 50px;
padding: 0 10px;
}
.footer_sns {
padding-bottom: 20px;
}
.footer_sns ul.clear {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}
div.footer_sns {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 20px;
    padding-top: 20px;
  }
  div.footer_sns img {
    vertical-align: middle;
    width: auto;
    height: 20px;
  }
  div.footer_sns img.corp_logo{
	height: 30px;
  }
.footer_sns ul.clear li{
	padding-right: 10px;
}
.footer_sns ul.clear li a img {
    margin-top: 5px;
}
@media only screen and (max-width: 768px){
	div.footer_sns {
		display: block;
		padding-left: 0px;
		padding-top: 20px;
	}
	.sns_menu {
		width: min-content;
		margin: 0 auto;
	}
	.footer_sns ul.clear {
		padding-left: 30px;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 860px) {
    #footer .copyright {
        width: 100%;
        bottom: 20px;
    }
	#footer .inner {
		height: 20px;
	}
	#footer .inner {
		min-height: 20px;

	}
	#footer .pageup.footerpageup {
		top: -14px;
	}
	div.siteseal {
		margin-bottom: 55px;
	}
}
@media only screen and (max-width: 480px) {
	div.siteseal li {
    display: inline-block;
    padding: 0 10px;
}
#siteseal1 {
    top: -38px !important;
}
}