@charset "utf-8";
/* CSS Document */

/*共通*/
/* PC専用表示 */
@media only screen and (max-width:600px){
	.for_pc {display: none}
}

/* スマートフォン専用表示 */
@media (min-width: 601px){
	.for_sp {display: none}
}

.mt0 {margin-top: 0 !important}
.mb0 {margin-bottom: 0 !important}
.mt05 {margin-top: 0.5em !important}
.mt1 {margin-top: 1em !important}
.mt15 {margin-top: 1.5em !important}
.mt2 {margin-top: 2em !important}
.mt3 {margin-top: 3em !important}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.mr2 {margin-right: 2em !important}
.pt1 {padding-top: 1em !important}
.pd_all0 {padding: 0 !important}
.pd_all1 {padding: 1em !important}

span.c-superscriptText {font-size: 1em !important; vertical-align: baseline !important}
sup {vertical-align: baseline !important; font-size: 70%}
.c-table__head th, .c-table__contentBody th {text-align: center; vertical-align: middle !important}

.l-grid--right {justify-content: flex-end}
.no_breaks {display: inline-block}
.c-table__contentBody th {text-align: left !important}
.c-table__contentBody td {text-align: left; vertical-align: middle !important}
.c-table__contentBody .maru {text-align: center !important}

.u-tc--red {color: #E80000 !important}
.txt_icon {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	color: #FFF;
    padding: 0 0.5em;
}
.txt_icon.new {background-color: #F00;}
.txt_icon + .txt_icon {margin-left: 6px;}
.txt_icon.new {background-color: #F00;}
.txt_icon + .txt_icon {margin-left: 6px;}
.txt_icon.color01{background-color: #d5c266;}
.txt_icon.color02{background-color: #86bdca;}

.u-label--border {
    font-size: .7em !important;
    line-height: 1.5 !important;
    padding: .5em !important;
}
/*コンセプト*/
#concept_title .c-mainVisual__fa img {filter: drop-shadow(0px 0px 5px #FFF)}
#concept_title .c-mainVisual__title {text-shadow: 0px 0px 20px #FFF,0px 0px 20px #FFF,0px 0px 20px #FFF,0px 0px 20px #FFF,0px 0px 20px #FFF,0px 0px 20px #FFF,0px 0px 20px #FFF}
.c-mainVisual--lv2 .c-mainVisual__category{font-size: clamp(12px,1.8vw,24px)}

h4 {border-bottom: 1px solid #000}
.c-featureArea {background-color: #FFF !important}

.custom_box {padding:20px 15px; background-color: #BED6F1}
.custom_mark li {margin-left: 36px; text-indent: -36px; line-height: 36px}
.custom_mark ::before {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url("../img/list_icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 2px;
    vertical-align: -10px;
}
.catch_col {color: #42618c}
.txt_point_col {color: #a24a6b}

.feat_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.feat_icon-img {max-width: 70px; padding-right: 0.5em}
.feat_icon-txt {text-align: left; font-size: 1.5rem; font-weight: 700; line-height: 1.6rem}

/* 特長 */
.triangle_icon {
    margin: 1em auto;
  width: 120px;
  height: 50px;
    position: relative;
}
.triangle_icon::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 50px;
  background: #3d6297;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 50%;
  margin-left: -60px;
}
.title_box {
    padding: 15px 10px;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
    background-color: #1e90ff;
    color: #fff;
    border: 1px solid #b2b2b2;
}
.title_before {
    position: relative;
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 1em 0;
    vertical-align: baseline;
    text-align: center;
}
.title_before span {
    background-color: #4A4A4A;
    position: relative;
    z-index: 1;
    padding: 0 20px 5px 20px;
    letter-spacing: 0.025em;
    color: #fff;
    border-radius:10px;
}
.title_before::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    margin-top: 1px;
    background-color: #4A4A4A;
    top: 55%;
    left: 0;
}
.before_box {
    margin: 1em 1em 0.5em 1em;
    padding: 1.5em;
    border: 2px solid #4A4A4A;
    background-color: #fff;
    border-radius: 50px;
}
.triangle_icon02 {
    margin: 1em auto;
  width: 100px;
  height: 40px;
    position: relative;
}
.triangle_icon02::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
  background: #c35481;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 50%;
  margin-left: -50px;
}

.title_after {
    position: relative;
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 1em 0;
    vertical-align: baseline;
    text-align: center;
}
.title_after span {
    background-color: #442768;
    position: relative;
    z-index: 1;
    padding: 0 30px 5px 30px;
    letter-spacing: 0.025em;
    color: #fff;
    border-radius:10px;
}
.title_after::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    margin-top: 1px;
    background-color: #442768;
    top: 55%;
    left: 0;
}
.after_box {
    margin: 1em;
    padding: 1.5em;
    border: 2px solid #442768;
    background-color: #fff;
    border-radius: 50px;
}
.h2-point_icon, .before_icon, .after_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.h2-point_icon-img {max-width: 75px; padding-right: 0.5em}
.h2-point_icon-txt {text-align: left; font-size: 1.5rem}
.before_icon-img, .after_icon-img {max-width: 60px; padding-right: 0.5em}
.before_icon_txt, .after_icon_txt {text-align: left; font-size: 1.3rem}

/* 導入事例 */
.negative_box {
    border-radius: 50px;
    background-color: #A7AEBB;
    margin: 1em 1em 2.5em;
    padding: .25em 1.25em .25em .25em;
}
.positive_box {
    border-radius: 50px;
    background-color: #fff;
    margin: 1em 1em 2.5em;
    padding: .25em 1.25em .25em .25em;
}
.negative_icon, .positive_icon {display: flex; flex-direction: row; align-items: center}
.negative_icon-img, .positive_icon-img {max-width: 100px; padding-right: 0.5em}
.negative_icon-txt, .positive_icon-txt {text-align: left; font-size: 1.15rem; font-weight: 700}

.icon_circle {
    background-color: #fff;
    border-radius: 90px;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 5px;
    position: relative;
}
.positive_circle {
    background-color: #42618c;
    border-radius: 90px;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 5px;
    position: relative;
}
.positive_area {background-color: #7e9fb7}
.icon_negative, .icon_positive {
    max-width: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.txt_negative, .txt_positive {
    display: flex;
    align-items: center;
}
.case_ttl {border-bottom: 2px solid #333}
.result_ttl {border-bottom: 2px solid #fff}
.scene_ttl {border-top: 1px solid #42618c}

.case_icon_area img {max-width: 80px}
.case_icon_bg {background-color: #42618c}
.case_icon_text {display: flex; align-items: center; height: 60px}

/* システム構成 */
.system_img_area {position: relative}
.system_img_area img {width: 100%; height: auto}
.kizon_txt {
    position: absolute;
    top: 55%;
    left: 5%;
    margin: 0;
    padding: 0;
    font-size: 120%;
    width: 360px;
}
.tsuika_txt {
    position: absolute;
    top: 55%;
    left: 58%;
    margin: 0;
    padding: 0;
    font-size: 120%;
    width: 360px;
}
.kizon_no_col {color: #8b1d47}
.tsuika_no_col {color: #004878}
.kizon_bg_col {background-color: #f3e9e9; margin-top: 1em; padding: 0.5em; border-radius: 10px}
.tsuika_bg_col {background-color: #eaeaf0; padding: 0.5em; border-radius: 10px}
/* 1181px以上表示 */
@media only screen and (min-width:1181px){
	.over_1181px {display: block}
	.under_1180px {display: none}
}
/* 1180px以下表示 */
@media (max-width: 1180px){
    .over_1181px {display: none}
	.under_1180px {display: block}
}

/* ライセンス導入の流れ */
#link_btn_area {position: relative}
#link_btn_area #web_shop {
    position: absolute;
    width: 25%;
    top: 15%;
    left: 25%
}
#link_btn_area #vima_download {
    position: absolute;
    width: 25%;
    top: 32.5%;
    left: 25%;
}
#link_btn_area #license_form {
    position: absolute;
    width: 25%;
    top: 74%;
    left: 25%;
}
#link_btn_area #web_shop img, #link_btn_area #vima_download img, #link_btn_area #license_form img {width: 100%; height: auto}
.role_over a:hover {opacity:0.7}

/*「ライセンス導入の流れ」内の関連資料 */
.catalog_doclink .catalog {
	display: flex;
}
.catalog_doclink .catalog .thumb {
	flex-grow: 0;
	flex-shrink: 0;
}
.catalog_doclink .catalog .thumb table {
	width: 100%;
}
.catalog_doclink .catalog .thumb .docLinkImage {
	padding-right: 10px;
}
.catalog_doclink .catalog .thumb .docLinkImage img {
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
}
.catalog_doclink .catalog .summary .docLinkSiryo {
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-align: left;
	font-size: 120%;
}
.catalog_doclink .catalog .summary .docLinkDate {
	line-height: 1.5;
	text-align: left;
	font-size: 115%;
}

@media only screen and (min-width:768px){
/*! over Small */
	/* [共通／関連資料] */
	.catalog_doclink {
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.catalog_doclink .catalog {
		flex-basis: calc(50% - 15px);
	}
	.catalog_doclink .catalog:nth-child(n+3) {
		margin-top: 2em;
	}
	.catalog_doclink .catalog .thumb {
		width: 30%;
	}
}
@media only screen and (max-width:767px){
/*! Small only */
	/* [共通] */
	.l-grid__item-24per {
		width: 100%;
	}
	.l-grid__item-19per {
		width: 100%;
	}
	.l-grid__item-18per {
		width: 100%;
	}

	/* [共通／関連資料] */
	.catalog_doclink .catalog:nth-child(n+2) {
		margin-top: 1em;
	}
	.catalog_doclink .catalog .thumb {
		width: 35%;
	}
}

/*リンクボタン*/
.linkbtn {
  width: 100%;
  max-width: 320px;
  margin: 5px auto;
}
.linkbtn a {
  padding: 15px 12px 12px;
  background-color: #fff;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ff0000;
  border-radius: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  transition: all 0.3s ease-out;
}
.linkbtn a:hover {
  background-color: #ff0000;
  color: #fff;
}
.linkbtn a span {
  position: relative;
}
.linkbtn a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  position: absolute;
  top: 50%;
  left: 0;
  rotate: -45deg;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.linkbtn a:hover span::before {
  border-color: #fff;
}

/* 関連商品 */
.waku_visco {padding: 10px 20px 10px 25px}
.label_mono {
    display: inline-block;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 0.5em;
    width: 5.5em;
    margin-left: 1em;
    position: relative;
    top: -0.3em;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,0,0,1.00), rgba(130,131,131,1.00));
}
.label_col {
    display: inline-block;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 0.5em;
    width: 5.5em;
    margin-left: 1.4em;
    position: relative;
    top: -0.3em;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(90deg, #c71585 0%, #8b008b 25%, #1e90ff 50%, #228b22 75%, #d2691e 100%);
}
.label_soon {
    display: inline-block;
    text-align: center;
    font-size: 0.6em;
    width: 6em;
    position: relative;
    color: #C00;
    background: #fff;
    margin-right: 1em;
    border: 1px solid #C00; 
}
.icon_soon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.soon {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    width: 5em;
    position: relative;
    color: #C00;
    background: #fff;
    border: 1px solid #C00;
    margin-left: 1em;
}
.table-th_bg {background: #f0f8ff !important}
