@charset "utf-8";
/*================================================
* レイアウト
================================================*/
.fs10 {
  font-size: 10px !important;
}
.fs12 {
  font-size: 10px !important;
}
.fs14 {
  font-size: 12px !important;
}
.fs16 {
  font-size: 14px !important;
}
.fs21 {
  font-size: 16px !important;
}
.fs28 {
  font-size: 20px !important;
}
.fs32 {
  font-size: 24px !important;
}
.fs36 {
  font-size: 28px !important;
}
.fs40 {
  font-size: 30px !important;
}
a:hover {
  opacity: 1;
}
.sd-wrap {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.sd-wrap.sp-padding {
  padding-right: 16px;
  padding-left: 16px;
}
.sp-wrap {
  padding-right: 16px;
  padding-left: 16px;
}
.tx-center {
	text-align: left;
}
.tx-center.sp-center {
	text-align: center;
}
.pc-hide {
	display: block;
}
br.pc-hide {
	display: inline;
}
.sp-hide {
	display: none;
}
a.pagetop {
  bottom: 7.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
a.pagetop::before {
  width: 1.4rem;
  height: 1.4rem;
}
a.pagetop::after {
  width: 1.4rem;
  height: 1.4rem;
}
a.pagetop:hover {
  bottom: 7.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
/* -----------------------------------------
 テキスト
------------------------------------------- */
.sd-contents a:link {
	color: #3C8BDE;
	text-decoration: none;
}
.sd-contents a:visited {
	color: #3C8BDE;
	text-decoration: none;
}
.sd-contents a:hover {
	text-decoration: none;
	background-color: transparent;
}
.sd-contents a:active {
	text-decoration: none;
}
/*================================================
* table
================================================*/
.sd-table.require {
	width: 100%;
}
.sd-table th {
  padding: .6em .6em;
}
.sd-table td {
  padding: .6em .6em;
}
.sd-table th.os {
	width: 38%;
}
.per50 {
	width: auto;
}
.require-frame {
  height: 300px;
}

/*================================================
* ヘッダー
================================================*/
.g-header .wrap {
  padding: 8px 16px;
}
.g-header .fujifilm-logo {
  width: 90px;
  margin-left: 0;
}
/* sd-header */
.sd-header {
	min-width: 0;
}
.sd-header .sd-wrap {
  align-items: center;
  height: 54px;
}
.sd-header .sd-logo {
  position: relative;
  top: auto;
  left: 0;
  width: 185px;
  margin-top: 0.3em;
  padding-left: 16px;
}
.sd-header .sd-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sd-header .right-box {
  display: none;
}
.sd-header .header-sitemap {
  display: none;
}
.header-sp-menu {
  display: block;
}
.fixed .sd-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.sp-nav.is-active {
	opacity: 1;
	z-index: 1001;
}
/*================================================
* フッター
================================================*/
/* Global Footer */
.g-footer {
  min-width: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}
.g-footer .wrap {
  padding: 0 3.2rem;
}
/* g-footer__bottom */
.g-footer__bottom {
  display: block;
}
.g-footer__logo {
  display: block;
  margin: 0 auto 4rem;
  text-align: center;
}
.g-footer__logo img {
  width: 15.2rem;
}
.g-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.g-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.6rem;
  gap: 8px 2.4rem;
  font-size: 1.4rem;
}
.g-footer__nav a:not(:last-child) {
  margin-right: 2.4rem;
}
.g-footer__nav a:not(:last-child)::after {
  right: -2.4rem;
}
.g-footer__copyright {
  margin-top: 0;
  font-size: 1.2rem;
}
/* sd-footer */
.sd-footer {
  padding-top: 0;
}
.sd-footer .image-works {
	margin-top: 30px;
	border-right: none;
	border-left: none;
}
.sd-footer .image-works + .image-works {
	margin-top: 6px;
}
.sd-footer .image-works > p {
	padding: 16px 0;
	line-height: 1.4;
	font-size: 16px;
}
.sd-footer .image-works > p:before {
	bottom: -11px;
	width: 20px;
	height: 20px;
}
.sd-footer .image-works > p .small {
	font-size: 12px;
}
.sd-footer .image-works .content-box {
	padding: 24px 16px 16px;
}
.sd-footer .image-works .content-box .logo {
	float: none;
	width: 200px;
	margin: 0 auto 10px;
}
.sd-footer .image-works.prus .content-box .logo {
	width: 236px;
}
.sd-footer .image-works .content-box .logo img {
	width: 100%;
}
.sd-footer .image-works .content-box .logo a:hover {
	opacity: 1;
}
.sd-footer .image-works .content-box ul {
	float: none;
	width: auto;
	max-width: 380px;
	margin: 0 auto 10px;
	font-size: 12px;
}
.sd-footer .image-works.prus .content-box ul {
  width: auto;
	max-width: 340px;
}
.sd-footer .image-works .content-box .btn {
	float: none;
	padding-top: 0;
	text-align: center;
}
.sd-footer .image-works .content-box .btn a {
	font-size: 14px;
}
/*================================================
* contents-head
================================================*/
.contents-head {
	min-width: 0;
	padding-top: 10px;
	padding-bottom: 36px;
	background-color: #ccc;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contents-head[class^="bg-"], .contents-head[class*=" bg-"], .contents-head.slim[class^="bg-"], .contents-head.slim[class*=" bg-"] {
	background-image: none;
}
/* topic-path */
.topic-path {
  width: 100%;
  margin-bottom: 0;
  padding: 0.7em 1em;
  overflow: auto;
  font-size: 1.1rem;
  background-color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.topic-path.mb-m {
  margin-bottom: 0;
}
.topic-path::-webkit-scrollbar {
  display: none;
}
.topic-path li:last-of-type {
  text-overflow: clip;
  overflow-x: visible;
}
.topic-path li {
  color: inherit;
  text-shadow: none;
}
.topic-path li + li {
  margin-left: 8px;
  padding-left: 16px;
}
.topic-path li + li:before {
  border-top-color: #202124;
  border-right-color: #202124;
}
.topic-path a:link,
.topic-path a:visited {
  color: inherit;
}
.contents-head.top .topic-path {
  position: relative;
  top: 0;
}
/* title-box */
.title-box {
	margin-bottom: 0;
}
.title-box .sd-wrap {
	display: block;
	width: 100%;
}
.title-box [class^="icon-"], .title-box [class*=" icon-"] {
	display: block;
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.title-box [class^="icon-"]::before, .title-box [class*=" icon-"]::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 8px;
	padding: 0;
	-webkit-background-size: 640px auto;
	background-size: 640px auto;
}
.title-box .icon-about::before {
	background-position: 0 -61px;
}
.title-box .icon-feature::before {
	background-position: -88px -61px;
}
.title-box .icon-solution::before {
	background-position: -176px -61px;
}
.icon-solution.ex-storage::before{
  background-position: -5px 0px;
}
.icon-solution.icon-freeware::before{
  background-position: -97px 0px;
}
.icon-solution.icon-management::before{
  background-position: -188px 0px;
}
.icon-solution.icon-largefile::before{
  background-position: -281px 0px;
}
.icon-solution.icon-importantdata::before{
  background-position: -372px 0px;
}
.icon-solution.icon-delivery::before{
  background-position: -463px 0px;
}
.icon-solution.icon-passzip::before{
  background-position: -553px -5px;
}
.title-box .icon-plan::before {
	background-position: -264px -61px;
}
.title-box .icon-faq::before {
	background-position: -352px -61px;
}
.title-box .icon-sitemap::before {
	background-position: -440px -61px;
}
.title-box .icon-case::before {
	background-position: -88px -436px;
}
.title-box .icon-tips::before {
	background-position: 0 -436px;
}
.title-box .sd-wrap > div.title-copy {
	display: block;
	margin-top: 1.5em;
	padding: 0 16px;
	line-height: 1.5;
	color: inherit;
	font-size: 16px;
	text-shadow: none;
	letter-spacing: normal;
}
.title-box .sd-wrap > div.title-copy:empty {
	display: none;
}
.bg-plan .title-box .sd-wrap > div.title-copy {
  text-align: center;
}
.bg-plan .title-box .sd-wrap > div.title-copy p {
  text-align: left;
}
.title-box .sd-wrap > div.title-copy br {
	display: none;
}
.title-box .sd-wrap > div a.price {
	font-size: 14px;
}
.title-box .sd-wrap > div .business {
	display: block;
	padding: .4em .5em;
	border: 1px solid #fff;
	line-height: 1.2;
	color: #fff;
	background-color: #333;
	background-color: rgba(51,51,51,.5);
}
.title-box .sd-wrap > div .price {
	display: inline-block;
	padding: .4em .5em;
	line-height: 1.2;
	background-color: #2984c3;
}
.title-box .sd-wrap.title-box-inner{
  display:block;
  background-color:inherit;
  padding: inherit;
  width: inherit;
  margin-bottom: 0;
}
.title-box .sd-wrap.title-box-inner .title-copy {
  padding:  0 20px;
  text-align: center;
}
.title-box .sd-wrap.title-box-inner > div p {
  text-shadow: none;
  line-height: 1.4;
  font-size: 20px;
}
.title-box .sd-wrap.title-box-inner > div p.sub{
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: normal;
}

/* sd-nav */
/*
.sd-nav-wrap {
  display: none;
}
*/
.sd-nav-wrap.pagelink .page-nav.pc-hide{
  display: block;
}
.sd-nav-wrap.pagelink .page-nav.sp-hide{
  display: none;
}
.page-nav > li > a {
  padding: 10px 0 22px;
  line-height: 1.3;
  font-size: 13px;
}
.page-nav > li > a:visited,
.page-nav > li > a:active {
  color: #fff !important;
  background-color: #3C8BDE !important;
}
.page-nav > li > a:hover {
  opacity: 1;
  background-color: #3C8BDE !important;
}
.page-nav > li > a::before {
  bottom: 10px;
  width: 7px;
  height: 7px;
}
.about .page-nav li {
  flex: 0 1 auto;
}
.about .page-nav li:nth-child(1) {
  width: 38%;
}
.about .page-nav li:nth-child(2) {
  width: 35%;
}
.about .page-nav li:nth-child(3) {
  width: 28%;
}
.about .page-nav > li > a {
  width: 100% !important;
  font-size: 11px;
}
.tips .page-nav li {
  flex: 0 1 auto;
}
.tips .page-nav li:nth-child(1) {
  width: 38%;
}
.tips .page-nav li:nth-child(2) {
  width: 35%;
}
.tips .page-nav li:nth-child(3) {
  width: 28%;
}
.tips .page-nav > li > a {
  width: 100% !important;
}
.menu-fixed .sd-nav-wrap {
  top: 54px;
}
.sd-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 125%;
}
.sd-nav li a {
	display: block;
	position: relative;
	padding-left: 16px;
	border-bottom: 2px solid transparent;
}
.sd-nav li a:link, .sd-nav li a:visited {
	color: #fff;
}
.sd-nav li a:hover, .sd-nav li a.selected {
	border-bottom-color: #fff;
	text-decoration: none;
}
.sd-nav li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: solid 8px transparent;
	border-left-color: #fff;
}
/**/
.sd-contents {
	padding-bottom: 0px;
	min-width: 0;
	overflow: hidden;
	font-size: 14px;
}
.sd-contents img {
	width: 100%;
	height: auto;
}
.works-info img {
	margin-bottom: 10px;
}
.works-info .txt-area {
	float: none;
	width: auto;
}
.works-info .txt-area .title {
  font-size: 16px;
}
.works-info .txt-area p {
  font-size: 14px;
}
.contents-head {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
  min-height: 0;
}
.contents-head.slim {
	height: auto;
}
.contents-head .sp-contentImg {
	display: block;
	margin-bottom: -1.5em;
	position: relative;
	overflow: hidden;
}
.contents-head .sp-contentImg img {
	position: relative;
	width: 150%;
	left: -25%;
  max-width: none;
}
.contents-head .sp-contentImg .sp-sd-nav {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #3C8BDE;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: none;
}
.contents-head .sp-contentImg .sp-sd-nav:before {
	content: "≡";
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
.solution-copy.list-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px;
}
.list-w960, .list-w640, .list-w314 {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
}
.list-w640.about {
	margin-top: 1em;
}
.content-list {
	width: 100%;
	min-height: 0;
	margin: 0 0 10px;
	padding: 16px 16px 20px;
	float: none;
}
.sd-contents a.btn_about{
  color: #fff;
  font-size: 18px;
}
.content-list .list-btn {
	width: 150px;
}
.content-list h2 {
	font-size: 18px;
}
.content-list p {
	font-size: 14px;
	text-align: left;
}
.content-list p br {
	display: none;
}
.sd-contents .content-list a {
	color: #fff;
	font-size: 14px;
	background-color: #3C8BDE;
}
.content-list a:hover {
	background-color: #3C8BDE;
}
.sd-wrap {
	width: auto;
}
.sd-main {
	padding: 21px 0 16px;
}
.sd-inner {
	padding: 21px 16px 16px;
}
.box {
	padding: 16px;
}
.box.separate {
	margin-bottom: 10px;
}
.box-top {
	margin-bottom: 16px;
	padding: 0;
}
.box.arrow:before {
	bottom: -11px;
	width: 20px;
	height: 20px;
}
/* column */
.column.mb {
	margin-bottom: 20px;
}
img + .column {
	margin-top: 40px;
}
.column .left-box {
  float: none;
  width: 100%;
	margin-bottom: 1em;
}
.column .right-box {
	float: none;
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
}
.column.pt1 .left-box {
  width: 100%;
}
.column.pt1 .right-box {
  width: 80%;
}
.column.pt2 .left-box {
  width: 100%;
}
.column.pt2 .right-box {
  width: 80%;
}
.column.pt3 .left-box {
  width: 100%;
}
.column.pt3 .right-box {
  width: 80%;
}
.column.pt4 .left-box {
  width: 100%;
}
.column.pt4 .right-box {
  width: 80%;
}
.column .right-box.fixed {
	max-width: 210px;
}
.column .right-box.max {
	width: 100%;
}
.pop-balloon {
	margin-bottom: 0;
}
.solution-copy {
	line-height: 1.6;
	font-size: 14px;
}
.box.about .left-box, .box.about .right-box, .customize_box .left-box {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
.heading-b {
	font-size: 18px;
}
.box.about .heading-b {
	font-size: 18px;
	margin-bottom: 10px;
}
.heading-b[class^="icon-"], .heading-b[class*=" icon-"] {
	padding-left: 42px;
}
.heading-b[class^="icon-"]:before, .heading-b[class*=" icon-"]:before {
	width: 33px;
	height: 33px;
	-webkit-background-size: 235px auto;
	background-size: 235px auto;
}
.heading-b.icon-problem:before {
	background-position: 0 0;
}
.heading-b.icon-solution:before {
	background-position: -38px 0;
}
.heading-b.icon-effect:before {
	background-position: -76px 0;
}
/*local-nav*/
.local-nav {
  display: block;
	margin-top: 16px;
}
.local-nav.top {
	display: none;
}
.local-nav li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #fff;
}
.local-nav.feature li {
	width: 100%;
}
.local-nav li:nth-child(4n) {
	margin-right: 0;
}
.local-nav.feature li:nth-child(4n) {
	margin-right: 0;
}
.local-nav.feature li:nth-child(6n) {
	margin-right: 0;
}
.local-nav li:nth-last-child(1),
.local-nav li:nth-last-child(2),
.local-nav li:nth-last-child(3),
.local-nav li:nth-last-child(4) {
	margin-bottom: 0;
}
.local-nav li a {
  padding: .7em 1.2em;
	line-height: 1.3;
  font-size: 14px;
	text-align: left;
  background-color: #3C8BDE;
}
.local-nav.solution li a {
	min-height: 0;
	padding: .7em 1.2em;
	line-height: 1.3;
}
.local-nav.solution li a.two-line {
	line-height: 1.3;
}
.local-nav li br {
	display: none;
}
.local-nav a:link,
.local-nav a:visited {
  color: #fff;
}
.local-nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #86b7eb;
}
.local-nav a.selected {
  background-color: #86b7eb;
}
/* anchor-nav */
.anchor-nav {
	margin-top: 0;
	margin-bottom: 10px;
}
.anchor-nav ul {
	margin-right: -8px;
}
.anchor-nav li {
	float: left;
	width: 50%;
	padding: 0 1px 1px 0;
}
.anchor-nav li a {
	padding: .7em .5em;
	color: inherit;
	line-height: 1.3;
	background-color: #e4edf7;
}
.anchor-nav li a.row {
	line-height: 2.6;
}
.anchor-nav li a:link,
.anchor-nav li a:visited {
	color: inherit;
}
.anchor-nav li a:hover {
	text-decoration: none;
	background-color: #e4edf7;
	opacity: 1;
}
/* sd-foot-nav */
.sd-foot-nav {
  padding-top: 0;
  padding-bottom: 0;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	text-align: left;
	letter-spacing: normal;
  background: #fff;
}
.sd-foot-nav::after {
	content: "";
	display: block;
	clear: both;
}
.sd-foot-nav li {
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.sd-foot-nav li + li {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.sd-foot-nav li:nth-child(2n) {
	border-right: none;
}
/*
.sd-foot-nav li:last-child {
	border-bottom: none;
}
*/
.sd-foot-nav li a {
	display: block;
	padding: 12px 16px;
}
.sd-footer .inquiry {
	padding: 24px 16px 12px;
}
.sd-footer .inquiry p {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 112.5%;
	text-align: center;
	text-indent: .2em;
	letter-spacing: normal;
}
.sd-footer .inquiry ul li {
  display: flex;
  justify-content: center;
	margin: 0 0 0.5em;
  padding-bottom: 0.5em;
	text-align: left;
	border-bottom: solid 1px #9dc5ee;
	font-size: 100%;
}
.sd-footer .inquiry ul li:last-child {
	border-bottom: none;
}
.sd-footer .inquiry ul li a {
  min-width: 14em;
}
.sd-footer .inquiry ul li a:hover {
	opacity: 1;
	background-color: transparent;
}
.sd-footer .inquiry ul li a:before, .sd-footer .inquiry ul li div:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 12px;
  margin-bottom: 0;
	vertical-align: middle;
	-webkit-background-size: 400px auto;
	background-size: 400px auto;
}
.sd-footer .inquiry ul li.trial a::before {
	background-position: 0 0;
}
.sd-footer .inquiry ul li.document a::before {
	background-position: -35px 0;
}
.sd-footer .inquiry ul li.tel div::before {
	background-position: -70px 0;
}
.sd-footer .inquiry ul li br {
	display: none;
}
/* headline */
.headline {
  margin-top: 20px;
	min-height: 80px;
	padding-left: 85px;
	margin-bottom: 1em;
}
.headline .heading-a {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 20px;
}
.headline p {
	line-height: 1.5;
	font-size: 14px;
}
.headline p br {
	display: none;
}
.headline .blue-btn {
	margin-top: 15px;
}
.headline [class^="icon-"] {
	bottom: auto;
	width: 75px;
	height: 60px;
	background-image: url(../../images/solution/solution_icons_1801.png);
	-webkit-background-size: 235px auto;
	background-size: 235px auto;
}
.headline.feature [class^="icon-"] {
	width: 80px;
	height: 80px;
	background-image: url(../../images/feature/feature_icons_1801.png);
	-webkit-background-size: 505px auto;
	background-size: 505px auto;
}
.headline.about [class^="icon-"] {
	width: 80px;
	height: 80px;
	background-image: url(../../images/about/about_icons_1801.png);
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headline .icon-strength {
	background-position: 0 0;
}
.headline .icon-security {
	background-position: -85px 0;
}
.headline .icon-support {
	background-position: -170px 0;
}
.headline .icon-send-and-receive {
	background-position: 0 0;
}
.headline .icon-send-and-receive-support {
	background-position: -85px 0;
}
.headline .icon-confirmation-resending {
	background-position: -170px 0;
}
.headline .icon-approval-audit {
	background-position: -255px 0;
}
.headline .icon-cooperation {
	background-position: -340px 0;
}
.headline .icon-filesend-receivelinkage {
	background-position: -425px 0;
}
.headline .icon-external-storage {
	background-position: 0 -38px;
}
.headline .icon-freeware {
	background-position: -80px -38px;
}
.headline .icon-management {
	background-position: -160px -38px;
}
.headline .icon-large-file {
	background-position: 0 -103px;
}
.headline .icon-important-data {
	background-position: -80px -103px;
}
.headline .icon-delivery {
	background-position: -160px -103px;
}
.headline .icon-passzip {
  height: 75px;
	background-image: url(../../images/solution/zip_icon.png);
  background-size: contain;
}
.headline .icon-zip,.icon-b.icon-zip::before{
  background-image: url("../../images/solution/zip_icon.png");
  background-size: contain;
}
.headline .icon-zip {
  height: 80px;
}
.simple-headline {
	font-size: 175%;
}
.read-copy {
	margin-bottom: 20px;
}
.read-copy.mb-m {
	margin-bottom: 15px;
}
.read-copy.mb-s {
	margin-bottom: 10px;
}
/*about*/
.box.arrow .boder-box {
	width: 96%;
	padding: .4em .3em;
	font-size: 87.5%;
}
.certification {
  display: block;
	margin-left: 0;
	margin-bottom: 20px;
}
.certification .img-box {
	width: 100%;
  justify-content: flex-start;
	margin-bottom: 10px;
}
.sd-contents .certification .img-box > img {
	width: 20%;
  margin-left: 20px;
}
.certification .txt-box {
	width: 100%;
  margin-left: 0;
	font-size: 87.5%;
}
.box.feature .heading-b {
	font-size: 18px;
	line-height: 1.5;
}
.after-service {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.after-service li {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
/* 機能 */
.wide-img {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
}
.wide-img.max {
	width: 100%;
}
.wide-img.mb30 {
	margin-bottom: 20px;
}
.cooperation_img {
	margin: 16px 0;
	text-align: center;
}
.feature-copy {
	margin-bottom: 20px;
}
/* feature-list */
.feature-list {
	margin-bottom: 16px;
}
.feature-list li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}
.feature-list li:last-child {
	margin-bottom: 0;
}
/* line-box */
.line-box {
/*
	padding-left: 6px;
	border-left: 2px solid #759dcd;
*/
}
.line-box.mb {
	margin-bottom: 10px;
}
.line-box .title {
	margin-bottom: .3em;
	font-weight: bold;
}
.line-box img {
	width: 70px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.line-box .tx-right {
	text-align: left;
}
/* sso-bnr */
.sso-bnr {
	overflow: hidden;
}
.sso-bnr p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
}
.sso-bnr ul{
	margin-right: -3%;
}
.sso-bnr li{
	width: 47%;
	margin: 0 3% 3% 0;
}
.sso-bnr li a:hover {
	opacity: 1;
}
/* SECURE DELIVERの強み */
.strength-heading {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 1.3;
	font-size: 18px;
}
.strength-heading::before {
	position: static;
	display: block;
	width: 75px;
	height: 77px;
	margin: 0 auto 10px;
	background-image: url(../../images/about/strength_sprite_sp.png);
	-webkit-background-size: 132px auto;
	background-size: 132px auto;
}
.strength-heading.cost::before {
	background-position: 0 0;
}
.strength-heading.functionality::before {
	background-position: 0 -87px;
}
.strength-heading.management::before {
	background-position: 0 -174px;
}
.strength-heading .sup {
	position: relative;
	top: -.8em;
	font-size: 60%;
}
.strength-heading .comment {
	font-size: 12px;
}
.txt-title {
	margin-bottom: .3em;
	font-weight: bold;
}
.txt-title.large {
	font-size: 162.5%;
}
.txt-title.mb0 {
	margin-bottom: 0;
}
.txt-title.mb-s {
	margin-bottom: .5em;
}
.agenda-list {
	max-width: 280px;
	margin: 10px auto 0;
}
.agenda-list.mb {
	margin-bottom: 20px;
}
.agenda-list li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 14px 14px 14px 64px;
	font-size: 14px;
}
.agenda-list li.agenda5 {
	line-height: 3;
}
.agenda-list li:last-child {
	margin-bottom: 0;
}
.agenda-list li::before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: -1px;
	width: 31px;
	height: 60px;
	background-image: url(../../images/about/strength_sprite_sp.png);
	-webkit-background-size: 57px auto;
	background-size: 88px auto;
}
.agenda-list li.agenda1::before {
	background-position: -57px 0;
}
.agenda-list li.agenda2::before {
	background-position: -57px -67px;
}
.agenda-list li.agenda3::before {
	background-position: -57px -133px;
}
.agenda-list li.agenda4::before {
	background-position: -57px -200px;
}
.agenda-list li.agenda5::before {
	background-position: -57px -266px;
}
.functionality-list {
	max-width: 280px;
	margin: 10px auto 0;
}
.functionality-list li {
	float: none;
	width: 100%;
	min-height: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 10px 12px 10px;
}
.functionality-list li:last-child {
	margin-bottom: 0;
}
.functionality-list li img {
	margin-bottom: 10px;
}
.functionality-list li p {
	font-weight: bold;
	font-size: 14px;
}
/*セキュリティ 2022.01.27*/
.ttl_security{
  font-size: 18px;
  margin-bottom: 20px;
  padding:10px 20px;
}
.ttl_security br.sp-only{
  display: block;
}
.security_block{
  display: block;
  margin-top: 20px;
}
.security_block p{
  font-size: 16px;
  padding-top: 0;
  margin-bottom: 15px;
}
.security_block br.pc-only{
  display: none;
}
.security_block .mark{
  text-align: center;
}
.security_block .mark img{
  margin: 0 .5rem;
  width: inherit;
  height: inherit;
  display: inline-block;
}
.security_block .mark .mark1{
  width: 66px;
}
.security_block .mark .mark2{
  width: 59px;
}
.security_block .mark .mark3{
  width: 69px;
}
.security_block .mark img.p_mark{
  width: 65px;
  height: 65px;
}
.security_block .ttl{
  padding: 10px 0;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  min-height: 68px;
}
.security_block .ttl span{
  padding-top: 1px;
  width: 24px;
  height: 23px;
  font-size: 14px;
}
/*セキュリティ 2024.03.21*/
.security_block.four-mark p{
  margin-bottom: 40px;
}
.security_block.four-mark .mark p{
  display: block;
  margin-top: 1em;
  font-size: 11px;
  margin-bottom: 0;
}
.security_block.four-mark .mark{
  padding-right: 0px;
}
.security_block.four-mark .mark div{
  display: inline-block;
  vertical-align: top;
}
.security_block.four-mark .mark div:nth-child(n+2){
  margin-left: 0px;
}
.security_block.four-mark .mark .mark1,
.security_block.four-mark .mark .mark2,
.security_block.four-mark .mark .mark3,
.security_block.four-mark .mark .mark4{
  width:23%;
}

.security_block.four-mark .mark .mark1 img{
  width: 71px;
  margin: 0;
}
.security_block.four-mark .mark .mark2 img{
  width: 129px;
  margin: 0;
  margin-top: 0.8em;
}
.security_block.four-mark .mark .mark3 img{
  width: 80px;
  margin: 0;
  margin-top: 0.8em;
}
.security_block.four-mark .mark .mark4 img{
  width: 72px;
  margin-top: 0.4em;
}
.top-info .top-quality ul.security-mark li {
  margin: auto;
}
.top-info .top-quality ul.security-mark li:nth-child(n+2) {
  margin: auto;
}
/*価格*/
.border-box {
	padding: 16px;
}
.border-box.mb {
	margin-bottom: 20px;
}
.title-copy .tax-not{
  font-size: 77%;
}
.appeal-txt .tax-not{
  font-size: 14px;
}
/* blue-btn */
.sd-contents a.blue-btn {
	color: #fff;
  font-size: 14px;
	background-color: #759dcd;
}
.sd-contents a.blue-btn:hover {
	text-decoration: none;
	background-color: #759dcd;
}
.blueLinkBox{
  float: none;
	margin-bottom: 1em;
	text-align: center;
}
.plan_box .c_box:before, .plan_box .c_box:after{
  right: 2px;
}
.plan_box .c_box:before{
  right: 10px;
}
/*.top-appeal a.contact-btn.plan_btn {
    width: 80%;
}
.top-appeal.top-appeal-plan.plan-1 a.contact-btn{
  width: 85%;
}*/
/*FAQ*/
.faq_ctg {
  flex-wrap: wrap;
	margin-bottom: 0;
}
.faq_ctg > div {
	width: 50%;
	margin-right: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	letter-spacing: normal;
	box-sizing: border-box;
}
.faq_ctg > div:nth-child(even) {
	padding-right: 0;
}
.faq_ctg > div a {
	height: auto;
	padding: .4em .4em;
	line-height: 1.3;
	font-size: 14px;
	box-sizing: border-box;
}
.faq_ctg > div:nth-child(1) a, .faq_ctg > div:nth-child(3) a {
	line-height: 2.6;
}
.faq_ctg > div a:hover {
	background-color: #3C8BDE;
}
.faq_ctg > div a.selected {
	background-color: #86b7eb;
}
.faq_ctg > div a.selected:after {
	display: none;
}
.faq_ctg > div a.selected:hover:after {
	border-top: none;
}
.q_box:hover {
	opacity: 1;
}
.a_box {
	position: relative;
	margin: 0 0 0 .7em;
	padding: .2em .7em .9em 4em;
}
.a_box span {
	letter-spacing: normal;
}
/*サイトマップ*/
.sitemap > ul{
	padding: .7em;
}
.sitemap > ul > li{
	margin-right: 0;
}
.map-first{
	display: block;
	width: 100%;
	margin-bottom: .5em;
}
.sitemap > ul > li > ul{
	display: block;
	width: 100%;
	margin-right: 0;
}
.sitemap > ul > li > ul > li{
	padding-bottom: .5em;
	float: none;
	width: 100%;
	margin-right: 0;
}
.sitemap > ul > li > ul > li:last-child{
	margin-bottom: 0;
}
.sitemap ul li a{
  position: relative;
	padding-left: 12px;
}
.sitemap ul li a::before{
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 0;
  height: 0;
  border:5px solid transparent;
  border-left:6px solid #2984c3;
}
.sitemap > ul > li > ul {
  display: block;
  width: auto;
  margin-right: 0;
  margin-left: 1em;
}
/*================================================
* トップ
================================================*/
.top-about {
	margin-bottom: 10px;
}
.top-trouble {
	margin-bottom: 10px;
}
.top-service {
	margin-bottom: 10px;
}
.top-solution {
	margin-bottom: 10px;
}
.top-works {
	margin-bottom: 10px;
}
.top-contents {
	margin-bottom: 10px;
	padding: 16px;
}
.top-contents .top-box {
  float: none;
  width: 100%;
	margin-bottom: 10px;
  padding: 0;
	overflow: hidden;
}
.top-contents >div:last-child .top-box:last-child {
	margin-bottom: 0;
}
.top-contents .top-box .title {
	float: left;
	width: 80px;
	margin-right: 0;
}
.top-contents .top-box .title a {
	display: block;
  position: relative;
	height: 80px;
	padding-top: 10px;
	color: #fff;
  font-size: 10px;
  letter-spacing: normal;
  text-indent: 0;
	background-color: #3C8BDE;
}
.top-contents .top-box .title a:hover {
	text-decoration: none;
	opacity: 1;
}
.top-contents .top-box .title a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
	-webkit-background-size: 295px auto;
	background-size: 295px auto;
}
.top-contents .top-box .title a.icon-service::before {
  background-position: 0 0;
}
.top-contents .top-box .title a.icon-feature::before {
  background-position: -45px 0;
}
.top-contents .top-box .title a.icon-solution::before {
  background-position: -90px 0;
}
.top-contents .top-box .title a.icon-plan::before {
  background-position: -135px 0;
}
.top-contents .top-box .title a.icon-faq::before {
  background-position: -180px 0;
}
.top-contents .top-box .title a.icon-column::before {
  background-position: -225px 0;
}
.top-contents .top-box ul {
	float: right;
	width: 100%;
	margin-right: -90px;
	padding-right: 90px;
	box-sizing: border-box;
}
.top-contents .top-box ul li {
	margin-bottom: 3px;
	font-size: 12px;
}
.top-contents .top-box ul li:last-child {
	margin-bottom: 0;
}
.top-contents .top-box ul li a {
	color: inherit;
}
.btn-wrap {
	margin-top: 20px;
	margin-bottom: 4px;
}
a.list-btn {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: .4em 1.2em;
  font-size: 14px;
  font-weight: bold;
  background-color: #3C8BDE;
}
a.list-btn:link,
a.list-btn:visited {
  color: #fff;
}
a.list-btn:hover{
  background-color: #7790ab;
  text-decoration: none;
}
a.list-btn::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left-color: #fff;
  vertical-align: middle;
}
.head-box {
	padding: 16px;
	font-size: 18px;
	text-align: left;
}
.head-box.no-arrow {
  text-align: center;
}
.head-box br {
	display: none;
}
.head-box:before {
	bottom: -24px;
	border-width: 12px;
}
.head-box .left-arrow:before {
	display: none;
}
.head-box .left-arrow:after {
	display: none;
}
.head-box .right-arrow:before {
	display: none;
}
.head-box .right-arrow:after {
	display: none;
}
.head-box h2 {
	font-size: 18px;
}
.content-box {
	text-align: left;
	background-color: #fff;
}
.top-about .content-box {
	padding: 24px 16px 16px;
}
.top-about p {
	line-height: 1.5;
	font-size: 16px;
	text-align: left;
}
.top-about img {
	margin-bottom: 0;
}
.top-about ul {
	margin: 50px 0 16px;
	text-align: center;
	letter-spacing: -.5em;
}
.top-about ul li {
	display: inline-block;
	letter-spacing: normal;
}
.top-about ul li + li {
	margin-left: 50px;
}
.top-about ul li a {
	display: inline-block;
	color: inherit;
	position: relative;
	padding-left: 14px;
	font-size: 125.0%;
	font-weight: bold;
}
.top-about ul li a:link, .top-about ul li a:visited {
	color: inherit;
}
.top-about ul li a:hover {
	text-decoration: none;
	opacity: .7;
}
.top-about ul li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: solid 6px transparent;
	border-left-color: #454545;
}
/* お悩み */
.top-trouble .content-box {
	padding: 24px 16px 16px;
}
.top-trouble ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}
.top-trouble ul li:last-child {
	margin-bottom: 0;
}
.top-trouble img {
	width: 70%;
	max-width: 259px;
	margin-bottom: 15px;
}
.top-trouble .title {
	margin-bottom: 15px;
	font-size: 112.5%;
	font-weight: normal;
	text-align: left;
}
.top-trouble .title strong {
	display: block;
	color: inherit;
	font-size: 125%;
}
.top-trouble p {
	text-align: left;
}
/* service */
.top-service .content-box {
	padding: 24px 16px 16px;
}
.title-info-box {
	margin-bottom: 15px;
}
.title-info-box .title {
	display: inline-block;
	margin: 0 0 .5em 0;
	padding: .2em .5em;
	font-size: 14px;
}
.title-info-box p {
	display: block;
	line-height: 1.4;
	font-size: 16px;
}
.top-solution-list {
	max-width: 260px;
	margin: 10px auto 0;
}
.top-solution-list li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  letter-spacing: normal;
  font-weight: normal;
	font-size: 12px;
}
.top-solution-list li:first-child {
	margin-left: 8px;
}
.top-solution-list li:last-child {
	margin-right: 8px;
}
.top-solution-list li::before {
  content: "";
  display: block;
  width: 60px;
  height: 52px;
  margin: 0 auto 4px;
	-webkit-background-size: 393px auto;
	background-size: 393px auto;
}
.top-solution-list li:nth-child(1)::before {
  background-position: 0 -60px;
}
.top-solution-list li:nth-child(2)::before {
  background-position: -67px -60px;
}
.top-solution-list li:nth-child(3)::before {
  background-position: -133px -60px;
}
.top-solution-list li:nth-child(4)::before {
  background-position: -200px -60px;
	margin-top: 5px;
}
.top-solution-list li:nth-child(5)::before {
  background-position: -267px -60px;
	margin-top: 5px;
}
.top-solution-list li:nth-child(6)::before {
  background-position: -333px -60px;
	margin-top: 5px;
}
.btn-wrap {
	margin-top: 20px;
}
/* solution */
.top-contents-list {
	max-width: 480px;
	margin: 0 auto;
	padding-top: 6px;
}
.top-contents-list li {
  float: none;
  width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.top-contents-list li:last-child {
  margin-bottom: 0;
}
.top-contents-list li .inner {
  padding: 10px 0 20px;
  min-height: 0;
}
.top-contents-list li .title {
  margin-bottom: 5px;
	font-size: 16px;
}
.top-contents-list li .title::before {
  content: "";
  display: block;
  width: 120px;
  height: 110px;
  margin: 0 auto 10px;
  /*background-image: url(../images/sd_icon_2507.png);*/
  background-repeat: no-repeat;
}
.top-contents-list li.icon-storage .title::before {
  background-position: -650px -306px;
}
.top-contents-list li.icon-freeware .title::before {
  background-position: 0 -426px;
}
.top-contents-list li.icon-management .title::before {
  background-position: -130px -426px;
}
.top-contents-list li.icon-large-file .title::before {
  background-position: -260px -426px;
}
.top-contents-list li.icon-important-data .title::before {
  background-position: -390px -426px;
}
.top-contents-list li.icon-delivery .title::before {
  background-position: -520px -426px;
}
.top-contents-list li.icon-price .title::before {
  background-position: -260px -306px;
}
.top-contents-list li.icon-delete .title::before {
  background-position: -390px -306px;
}
.top-contents-list li.icon-security .title::before {
  background-position: -520px -306px;
}
.top-contents-list li p {
  margin-bottom: 15px;
	font-size: 13px;
}
.top-works .content-box {
	padding: 24px 16px 16px;
}
.top-works .content-box > p {
	margin-bottom: 15px;
	font-size: 16px;
}
.top-works ul li {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}
.top-works ul li:last-child {
	margin-bottom: 0;
}
.top-works ul li .title {
	font-size: 14px;
}
.top-works ul li p {
	font-size: 12px;
}
.top-works ul.logos {
  margin-top: 10px;
}
.top-works ul.logos li {
  width: 49%;
  margin-right: 0;
}
.top-works ul.logos li:nth-child(2n) {
  margin-left: 2%;
}
.top-works ul.logos li:nth-child(4n) {
  margin-right: 0;
}
.top-works ul.logos li:nth-child(n+5) {
  margin-top: 0;
}
.logos img{
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.logos .tx-center{
  text-align: center;
}
.top-works ul.logos img {
  margin-bottom: 0;
}
.logos-comment {
  margin-top: -.5em;
}
/* top-info */
.top-info .top-news {
  float: none;
  width: 100%;
	margin-bottom: 10px;
  padding: 16px;
}
.top-info .title {
  font-size: 16px;
}
.top-info .top-news .news-box {
  height: inherit;
}
.top-info .top-news .news-box .tx-center{
  text-align: center;
}

.top-info .top-news dl {
  font-size: 12px;
}
.top-info .top-news dl dt {
  float: left;
  clear: left;
	width: 7em;
}
.top-info .top-news dl dd {
  margin-bottom: .5em;
  margin-left: 7em;
}
.top-info .top-news dl dd:last-child {
  margin-bottom: 0;
}
.top-news .new {
	font-size: 10px;
}
.top-info .top-quality {
  float: none;
  width: 100%;
	min-height: 0;
  padding: 16px;
}
.top-info .top-quality .title {
  letter-spacing: normal;
}
.top-info .top-quality a:hover {
  opacity: 1;
}
.top-info .top-quality p {
  margin-bottom: 1em;
  font-size: 14px;
}
.top-info .top-quality ul li {
  margin: 0 12px;
}
.top-info .top-quality ul li p {
	margin-bottom: 0;
	font-size: 12px;
	white-space: nowrap;
}
.top-info .top-quality ul.security-mark li p {
  margin-bottom: 1.5em;
}
.top-info .top-quality ul.security-mark li:nth-child(2) img {
  width: 153px;
  margin-bottom: 1em;
}
.top-info .top-quality ul.security-mark li:nth-child(3) img {
  width: 94px;
  margin-bottom: 1em;
}
/* Slick
--------------------------------------------------------------- */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 8px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.sd-slider {
  height: 240px;
  overflow: hidden;
}
.sd-slide {
  float: left;
  width: 100%;
}
.sd-slide > a,
.sd-slide > div {
  min-height: 240px;
  padding-top: 42px;
}
.sd-slide > .top {
	padding-top: 60px;
}
.sd-slide > .about {
	padding-top: 70px;
}
.sd-slide > a:link,
.sd-slide > a:visited {
  color: #fff;
}
.sd-slide > a:hover {
  text-decoration: none;
  opacity: 1;
}
.sd-slide h1 {
  margin-top: 25px;
  text-align: center;
}
.sd-slide h1 img {
  display: inline-block;
}
.sd-slide .copy {
  margin-bottom: .5em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 19px;
  -webkit-text-shadow: 0 1px 15px rgba(0,0,0,.5);
  text-shadow: 0 1px 15px rgba(0,0,0,.5);
}
.sd-slide .top .copy {
  line-height: 1.4;
  font-size: 150%;
}
.sd-slide .about .copy {
  margin-bottom: 1.1em;
}
.sd-slide .strength .copy {
  margin-bottom: .5em;
}
.sd-slide .strength .copy .sup {
	position: relative;
	top: -.8em;
	font-size: 60%;
}
.sd-slide .subcopy {
  margin-bottom: 1.5em;
  font-size: 13px;
	font-weight: bold;
  -webkit-text-shadow: 0 1px 10px rgba(0,0,0,.5);
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.sd-slide .strength .subcopy {
  margin-bottom: 1.5em;
  font-size: 100%;
	font-weight: normal;
}
.sd-slide .btn {
  padding: .3em 1em;
  font-size: 14px;
}
.sd-slide .btn::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left-color: #fff;
  vertical-align: middle;
}
.sd-slide .top .slide-sd-logo {
  width: 190px;
}

/* 画面　FIX お問い合わせ
--------------------------------------------------------------- */
/* fix-contents */
.fix-contents{
  position: relative;
}
.fix-contents_inner{
  position: fixed;
  top: 35%;
  right: -240px;
}
.sd-contents .fix-contents a.fix_btn{
  padding: 25px 10px;
  left: -35px;
}
.sd-contents .fix-contents a{
  color:#fff;
  background: #3C8BDE;
}

/*================================================
* 2019.11.20
================================================*/
.sd-slide > a.award {
  padding-top: 3em;
}
.sd-slide .award div {
  margin: 0 1em;
}
.sd-slide .award p {
  font-size: 100%;
}
.award-logo {
  width: 25%;
}
.award-copy {
  width: auto;
  line-height: 1.8;
  padding-left: 1em;
}
.sd-slide .btn.small {
  font-size: 12px;
  margin-top: 5px;
}

/* 導入実績 20200414 */
.shake-hands{
  position: relative;
}
.shake-hands::before{
  width: 80px;
  height: 53px;
  left: 0;
  right:0;
  top: -4.5rem;
  margin: auto;
}
.graybox{
  background:#EDEDED;
  padding: 5.5rem 0 2rem;
}
.casebox__slide p.txt-center,
.casebox__slide p.txt-right{
  text-align: center !important;
}

.top-works .slick-prev{
  left: -30px;
}
.top-works .slick-next{
  right: -30px;
}

/* 210518 */
.top-appeal {
  padding: 30px 16px 20px;
}
.headline + .top-appeal {
  padding: 10px 0 20px;
}
.top-appeal .appeal-txt {
  font-size: 18px;
}
.top-appeal a.contact-btn {
  font-size: 16px;
  width: 90%;
  max-width: 360px;
  padding: 15px 20px;
}
.headline + .top-appeal a.contact-btn {
  width: 100%;
}
.top-appeal a.contact-btn:hover {
  background: #d4600e;
}
.top-appeal a.contact-btn:visited,.top-appeal a.contact-btn:link {
  color: #fff;
}
.top-appeal a.contact-btn::before {
  height: 10px;
  width: 10px;
  right: 25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.top-appeal a.application-link {
  font-size: 16px;
  text-decoration: underline;
}
.top-appeal a.application-link:hover {
  background: transparent;
}
/* price-img */
.price-img-block {
  margin-bottom: 40px;
}
.price-img {
  max-width: 640px;
  margin: 0 auto;
}
.price-img .price-item {
  height: 100px;
  padding: .5em .5em;
  font-size: 20px;
}
.price-img .symbol {
  margin: 0 .3em;
  font-size: 32px;
}

/* 220210 */
.top-appeal .appeal-txt.plan-leadtxt{
  font-size: 16px;
}
.sd-contents .btn-sub-text.plan-leadtxt {
  font-size: 14px;
  margin-top: 0rem;
}
.sd-contents .btn-sub-text.plan-leadtxt .icon-beginner{
  padding-left: 16px;
}
.sd-contents .btn-sub-text.plan-leadtxt .icon-beginner::before {
  top: 1.5px;
  left: -7px;
  width: 18px;
  height: 18px;
}
/*================================================
* 【コラム】よく読まれる記事
================================================*/
.column-picup {
  margin-top: 20px;
}
.content-wrap.column-picup .content-box {
  padding: 24px 27px 20px;
}
.column-slide {
  display: block;
}
.content-wrap .column-slide li {
  margin: 0 5px;
  padding-bottom: 30px;
}
.content-wrap .column-slide .slick-prev {
  left: -26px;
}
.content-wrap .column-slide .slick-next {
  right: -36px;
}
.content-wrap .column-slide .slick-prev:before,.content-wrap .column-slide .slick-next:before {
  width: 16px;
  height: 16px;
}
.content-wrap .column-slide li a:focus {
  outline: none;
}
.box.last {
	margin-bottom: 10px;
}
/*-------------*/
.local-nav.solution li a.two-line, .local-nav.about li a.two-line {
  line-height: 1.3;
}
.local-nav.about li:nth-last-child(1), .local-nav.about li:nth-last-child(2), .local-nav.about li:nth-last-child(3), .local-nav.about li:nth-last-child(4) {
  margin-bottom: 0px;
}
.headline .icon-value{
  background-size: contain;
  background-image: url(../../images/about/value_icon.png);
  margin-left: 10px;
}
.icon-b.icon-value::before{
  background-size: contain;
  background-image: url(../../images/about/value_icon.png);
}
.value.headline {
  padding-left: 70px;
  min-height: auto;
}
/* fix-bottom-contents */
.fix-bottom-contents {
  padding: 8px 16px;
}
.sd-contents .fix-bottom-contents a.contact-btn{
  display: block;
  margin-bottom: 0;
}
.sd-contents .fix-bottom-contents .inquiry-box{
  display: none;
}
.menu-fixed {
  padding-bottom: 70px;
}
.menu-fixed .sd-nav-wrap {
  top: 54px;
}
.fixed.sub-menu-fixed {
  padding-top: 129px;
}
.sd-contents a.contact-btn {
  font-size: 16px;
  padding: 15px 20px;
  margin: 0 auto 15px
}
.sd-contents a.contact-btn:hover {
  background: #d4600e;
}
.sd-contents a.contact-btn::before {
  height: 10px;
  width: 10px;
  right: 25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* delivery style */
.lp-box {
  padding: 2em 1em;
}
.lp-box::before {
  height: 1px;
}
.heading-c {
  font-size: 20px;
  margin-bottom: 1em;
}
.heading-c .size-s {
  font-size: 14px;
  line-height: 1;
}
.specialty-conts {
  width: auto;
  display: block;
  padding: 4em 0 1.5em;
  margin: 0 auto 1.5em;
}
.specialty-conts::before {
  font-size: 14px;
  padding: .7em 0;
  width: 3em;
  right: 0;
  margin: auto;
}
.specialty-conts::after {
  width: 100%;
  right: 0;
  margin: auto;
}
.specialty-ttl {
  font-size: 16px;
  margin-bottom: .5em;
  text-align: center;
}
.specialty-txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.specialty-img {
  margin: 1em auto 0;
  width: 90%;
}
.specialty-conts.n2 .specialty-img {
  width: 80%;
}
.specialty-conts.n4 .specialty-img, .specialty-conts.n5 .specialty-img {
  width: 100%;
}
.specialty-conts.n6 .specialty-img {
  width: 40%;
}
.lp-box .mb50 {
  margin-bottom: 1em;
}
.lp-box .txt-center {
  text-align: center;
}
.lp-box.last {
  padding-bottom: 2em;
}
/* .basic-btn */
.basic-btn {
  padding: .4em 1.2em;
  font-size: 16px;
}
a.basic-btn:hover {
  background-color: #3C8BDE;
}
.basic-btn .icon-arrow {
  text-align: center;
}
.head-box .btn-wrap {
  margin-top: 20px;
}
.head-box .basic-btn {
  font-size: 18px;
}
.head-box .btn-wrap + p {
  margin-top: 20px;
  font-weight: bold;
}

/* 2022.08 追加　ページ途中お問い合わせボタンスタイル*/
.inq_link {
  max-width: 360px;
  margin: 0 auto;
}
.topinq_link {
  margin-bottom: 10px;
  padding: 10px 16px;
}
.inq_link li {
	display: block;
}
.inq_link li + li {
	margin-left: 0;
	margin-top: 10px;
}
.sd-contents .inq_link li a {
	display: block;
	font-size: 16px;
}
.sd-contents .inq_link li a:hover {
	opacity: 1;
  background-color: #d4600e;
}
.sd-contents .inq_link li:first-child a:hover{
  background-color: #D23925;
}
.sd-contents .inq_link li a::before{
  left: 2rem;
}
.inq-sub-link {
  margin-top: 20px;
  font-size: 16px;
}
.insert-inquiry {
  margin-top: 16px;
  padding: 10px 16px;
}
.page-head-inquiry {
  margin-top: 20px;
  padding: 16px 16px;
}
.page-head-inquiry .top-appeal {
  padding: 16px 0;
}

.box.aboutinq {
  margin: 10px 0;
}
/* 2022.08 追加　3分でわかる〜　お問い合わせ*/
.top-appeal.about{
  width: inherit;
  padding: 15px;
  margin: 30px 0 20px;
}
.top-appeal.about .appeal-txt{
  font-size: 16px;
}
/*2023.06 ホワイトペーパー導線*/
.whitepaper-link{
  display: block;
  padding: 0;
}
.about .whitepaper-link{
  display: block;
  padding: 25px 16px;
  border-radius: 10px;
}
.tips-whitepaper .whitepaper-link{
  margin-top: 30px;
}
.whitepaper-link.border {
  padding: 25px 16px;
}
.whitepaper-link .whitepaper-link-logo {
  max-width: 230px;
}
.whitepaper-link .right-side{
  width: 100%;
  margin: auto;
  padding-left: 0px;
}
.whitepaper-link .left-side{
  margin: auto;
  margin-bottom: 25px;
  }
.whitepaper-link p{
  font-size: clamp(1rem, 4.1vw, 1.6rem);
  margin-top: 18px;
}
.whitepaper-link a.contact-btn{
  max-width: 235px;
  padding: 10px 20px;
  margin: 18px auto 0px;
}
.whitepaper-link a.contact-btn::before {
  right: 20px;
}
/*2024.01 価格改定*/
.sd-plan #terms .inline.btn a{
  display: inline-flex;
  text-align: left;
}
.sd-plan #terms .inline.btn a:before{
  top: 8px;
  left: -5px;
}
.sd-plan .top-appeal.plan-1 a.contact-btn {
  width: 97%;
  padding: 15px 35px 15px 15px;
}

/*2025.03*/
.copyTitle {
  margin-bottom: 1em;
  font-size: 22px;
}
.copyTitle.bottom {
  margin-top: 1.5em;
  font-size: 20px;
}
.copyTitle.sp-left {
  text-align: left;
}
.copySubTitle {
  font-size: 16px;
  margin-bottom: 0.3em;
}
.management-example {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.management-example.top .example-item .heading span{
  font-size: 16px;
}
.example-item {
  width: auto;
}
.example-item:not(:first-child) {
  margin-top: 30px;
}
.example-item .example-before {
  margin-bottom: 30px;
}
.example-item .example-before::after {
  bottom: -25px;
  border-width: 18px 13px 0 13px;
}
.example-item .heading {
  font-size: 14px;
}
.example-item .heading strong {
  color: #fff;
  font-size: 18px;
}
.example-item .example-after .heading {
  font-size: 15px;
}
.top-appeal.page-head {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom-btn-wrap + .topic-box-l, .bottom-btn-wrap + .fix-header-margin .topic-box-l {
  margin-top: 4em;
}
.topic-box-l li {
  padding: 1.5em;
  border-radius: 1em;
}
.topic-box-l li:not(:first-child) {
  margin-top: 20px;
}
.topic-box-l li::before {
  border-width: 1.8em;
}
.boxTitle {
  display: block;
  margin-bottom: 1.2em;
  font-size: 18px;
}
.boxTitle-b {
  font-size: 18px;
}
.topic-box-l + .boxTitle-b {
  margin-top: 2em;
}
.innerColumn {
  flex-direction: column;
}
.innerColumn .column-left {
  width: auto;
  margin-right: 0;
}
.innerColumn .column-left.size-l {
  width: auto;
}
.innerColumn .column-right {
  margin-top: 20px;
}
.innerColumn-b {
  flex-direction: column;
}
.innerColumn-b .column-left p + p {
  margin-top: 1em;
}
.innerColumn-b .column-right {
  width: auto;
  margin-top: 20px;
  margin-left: 0;
}
.innerColumn-b.reverse .column-left {
  order: 1;
}
.innerColumn-b.reverse .column-right {
  order: 2;
  margin-right: 0;
}
.columnBox {
  flex-wrap: wrap;
}
.columnBox li {
  width: calc((100% - 10px) / 2);
}
.columnBox.forth li {
  width: calc((100% - 10px) / 2);
}
.columnBox.forth li:nth-child(n+3) {
  margin-top: 10px;
}
.columnBox li a:hover {
  opacity: 1;
}
.columnBox .heading {
  font-size: 15px;
}
.columnBox .heading.size-s {
  min-height: 6.6em;
  font-size: 14px;
}
.columnBox .heading.size-l {
  font-size: 18px;
}
.columnBox .bottom {
  font-size: 12px;
}
.columnBox .bottom.txt-left {
  font-size: 12px;
}
.bottom-btn-wrap {
  margin-top: 30px;
}
.btn-a {
  min-width: 0;
  padding: 0.6em 2.3em 0.6em 1.6em;
  border-radius: 35px;
  font-size: 14px;
}
.btn-a::before {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.sd-contents a.btn-a.txt-left {
  padding: 0.6em 2.3em 0.4em 1.6em;
}
.sd-contents a.btn-a .small {
  font-size: 12px;
}
.sd-contents a.btn-a:hover {
  opacity: 1;
}
.sd-main.thick-a {
  padding: 30px 16px 30px;
}
.sd-main.thick-b {
  padding: 30px 16px 30px;
}
.sd-main.thick-c {
  padding: 30px 16px 30px;
}
.sd-main.thick-d {
  padding: 30px 16px 30px;
}
.sd-main.thick-g {
  padding: 30px 0 30px;
}
.contents-head + .sd-main.thick-g {
  padding-top: 10px;
}
.sd-inner.thick-a {
  padding: 30px 16px 30px;
}
.sd-inner.thick-b {
  padding: 30px 16px 30px;
}
.sd-inner.thick-c {
  padding: 30px 16px 30px;
}
.sd-inner.thick-d {
  padding: 30px 16px 30px;
}
.sd-inner.thick-e {
  padding: 15px 16px;
}
.sd-inner.thick-f {
  padding: 30px 16px;
}
.sd-inner.thick-h {
  padding: 15px 16px;
}
/*
.sd-main.thick-d.column {
  padding: 0;
}
*/
.sd-main.thick-e {
  padding: 15px 16px;
}
.sd-main.thick-f {
  padding: 30px 16px;
}
.innerColumn.flex-ver .column-right {
    width: 100%;
} 
.page-head .page-head-img {
  margin-top: 35px;
}
.top-mv .mv-right .pc-hide{
  display: block;
}
.top-mv .mv-right .sp-hide{
  display: none;
}
/*TOP*/
.contents-head.top {
  min-height: 0;
}
.contents-head.top .sd-slider {
  height: auto;
}
.sd-slide .top-mv {
  display: block;
  position: relative;
  width: auto;
  max-width: 420px;
  min-height: 0;
  margin: 0 auto;
  padding-top: 0;
}
.sd-slide .top-mv::before,.sd-slide .about-mv::before {
  content: '';
  display: block;
  padding-top: 132%;
}
.sd-slide .top-mv .mv-left {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}
.sd-slide .top-mv .mv-right {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 94%;
  z-index: 99;
}
.top-mv .copyTop {
  font-size: 22px;
  white-space: nowrap;
}
.top-mv .copyTop.size-s {
  margin-top: 0.5em;
  font-size: 13px;
}
.sd-slide .top-mv .title {
  width: 66%;
  margin-top: 10px;
}
.sd-slide .about-mv {
  display: block;
  position: relative;
  width: auto;
  max-width: 420px;
  min-height: 0;
  margin: 0 auto;
  padding-top: 0;
}
.sd-slide .about-mv::before {
  content: '';
  display: block;
  padding-top: 132%;
}
.sd-slide .about-mv .mv-left {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}
.sd-slide .about-mv .mv-right {
  position: absolute;
  bottom:0%;
  left: 0%;
  width: 100%;
  z-index: 99;
}
.sd-slide .outlook-mv .mv-right {
  position: absolute;
  bottom: 3%;
  left: 5.5%;
  width: 87%;
  z-index: 99;
}
.copyTop.new-icon span {
  padding: 0.1em 0.5em;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.sd-slide .outlook-mv .comment{
  width: 94%;
  position: absolute;
  left: 3%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5em 0.5em 0.5em 1.5em;
  z-index: 199;
  margin-top: 0;
}
.about-mv .copyTop {
  font-size: 22px;
}
.about-mv:not(.outlook-mv) .copyTop {
  letter-spacing: -1px;
}
.sd-slide .about-mv .title {
  width: 66%;
  margin-top: 10px;
}
.sd-contents .inquiry-block a.contact-btn {
  max-width: 340px;
  font-size: 18px;
}
.top-appeal .inquiry-block a.application-link {
  font-size: 16px;
}
.sd-slide .title a::before {
  content: "";
  width: 98%;
  margin-top: 10%;
  height: 64%;
  border-radius: .2em;
  transform: translate(5px,5px);
/*  box-shadow: 0 0 5px 5px rgba(7, 66, 113, 1);*/
}
/* 2025.04 追加 */
.cta-block {
  margin-top: 50px;
}
.cta-block .inquiry-box {
  display: block;
  text-align: center;
}
.cta-block .inquiry-box > li:not(:first-child) {
  margin-top: 15px;
  margin-left: 0;
}
.cta-block .cta-btn {
  width: 90%;
  max-width: 340px;
  padding: 0.85em 2.4em;
  border-radius: 1.6em;
  font-size: 18px;
}
.cta-block .cta-btn:hover {
  border-color: #d4600e;
  background-color: #d4600e;
}
.cta-block .cta-btn::before {
  height: 10px;
  width: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.cta-block .cta-btn.bg-white:hover {
  color: #d4600e !important;
  background-color: #fff;
}
.cta-block .cta-btn.bg-white:hover::before {
  border-top-color: #d4600e;
  border-right-color: #d4600e;
}
@media screen and (max-width: 599px) {
/* price-img */
.price-img {
  margin: 0 auto;
}
.price-img .price-item {
  padding: .5em 0;
  font-size: 16px;
}
.price-img .symbol {
  margin: 0 0;
  font-size: 24px;
}
.box.aboutinq ul{
  width: 100%;
  margin: 0 auto;
}
.whitepaper-link p br.s-sp-hide{
    display: block;
  }
.top-info .top-quality ul.security-mark {
  flex-wrap: wrap;
}
.top-info .top-quality ul.security-mark{
  padding-right: 10px;
}
.top-info .top-quality ul.security-mark li:nth-child(1),.top-info .top-quality ul.security-mark li:nth-child(4) {
  width: 14%;
}
.top-info .top-quality ul.security-mark li:nth-child(1) {
  margin-right: 1rem;
}
  .top-info .top-quality ul.security-mark li:nth-child(2){
  width: 38%;
}
  .top-info .top-quality ul.security-mark li:nth-child(3) {
  width: 29%;
}
.top-info.top-lead-inner .top-quality ul.security-mark li img {
  width: 57px;
}
.top-info.top-lead-inner .top-quality ul.security-mark li:nth-child(2) img {
  width: 124px;
}
.top-info.top-lead-inner .top-quality ul.security-mark li:nth-child(3) img {
  width: 75px;
}
.top-info .top-quality .security-mark p {
  font-size: 50%;
}
.top-info .top-quality ul.security-mark li {
  margin: 0;
}
.top-info .top-quality ul.security-mark li:nth-child(n+2) {
  margin: 0;
}
.security_block.four-mark .mark .mark1,
.security_block.four-mark .mark .mark2,
.security_block.four-mark .mark .mark3,
.security_block.four-mark .mark .mark4{
  width:45%;
}
.security_block.four-mark .mark .mark1 img{
  width: 83px;
  margin: 0;
}
.security_block.four-mark .mark .mark2 img{
  width: 141px;
  margin: 0;
  margin-top: 0.8em;
}
.security_block.four-mark .mark .mark3 img{
  width: 105px;
  margin: 0;
  margin-top: 0.8em;
}
.security_block.four-mark .mark .mark4 img{
  width: 83px;
  margin-top: 0.4em;
}
.security_block.four-mark .mark div:nth-child(n+3){
  margin-top: 10px;
}
.top-info .top-quality ul.security-mark li:nth-child(2) img {
  width: 134px;
  margin-bottom: 1em;
}
.introduction-record {
  margin-top: 30px;
}
.inquiry-block + .introduction-record {
  margin-top: 30px;
}
.introduction-record .heading {
  padding: 0.5em 0.5em;
  font-size: 16px;
}
.introduction-record .content-box {
  padding: 10px 50px 12px;
}
.introduction-record .company-logos li {
  width: calc(100% / 2);
}
.introduction-record .company-logos li img[src*="loading.gif"] {
  max-height: 43px;
}
.company-logos .slick-prev,
.company-logos .slick-next {
  margin-top: -10px;
}
.top-lead-inner{
  display: block;
}
.lead-inquiry-block{
  width: 100%;
  margin-bottom: 2rem;
}
.company-logos li .introduction-text strong {
  color: inherit;
  font-weight: normal;
} 
.innerColumn.in-txt .column-left{
  width: 40%;
  margin: auto;
}
.method-inner {
    display: block;
    width: 100%;
}
.method-block {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
}
.method-inner .method-block:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0;
}
.method-inner .method-block:nth-child(1) p:nth-child(2),.method-inner .method-block:nth-child(3) p:nth-child(2) {
  margin-bottom: 0;
}
.method-inner .method-block:nth-child(2) {
  border-top: 1px #3C8BDE solid;
  border-bottom: 1px #3C8BDE solid;
  border-left: none;
  border-right: none;
}
  .method-inner .method-block:nth-child(3) {
  padding-bottom: 0;
}
.flow-receivelinkage-inner {
    display: block;
    width: 100%;
    justify-content: space-between;
}
.flow-receivelinkage-block {
    position: relative;
    text-align: center;
    width: 100%;
}
.flow-receivelinkage-inner .flow-receivelinkage-block:nth-child(1),
.flow-receivelinkage-inner .flow-receivelinkage-block:nth-child(2){
  margin-bottom: 48px;
}
.flow-receivelinkage-inner .flow-receivelinkage-block:not(:last-child)::before{
  top: auto;
  right: 0;
  bottom: -45px;
  left: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 21px solid #3C8BDE;
  border-bottom: 0;
}
.about .top-appeal.page-head .txt-center{
  text-align: left;
}
  
  
/* media query end */}

@media screen and (max-width: 359px) {
  .about .page-nav > li > a {
    font-size: 3.41vw;
  }
  .tips .page-nav > li > a {
    font-size: 3.61vw;
  }
  .top-mv .copyTop {
    font-size: 6.11vw;
  }
  .top-mv .copyTop.size-s {
    font-size: 3.611vw;
  }
  .about-mv .copyTop {
    font-size: 6.11vw;
  }
  .sd-slide .top-mv .title {
    margin-top: 2.77vw;
  }
  .sd-slide .about-mv .title {
    margin-top: 2.77vw;
  }
  .sd-slide .title a::before {
    margin-top: 7.33vw;
    height: 11.61vw;
  }
}