@charset "utf-8";

/*=========================

アセミルのみのアレンジ

=========================*/
#asemiru a,#asemiru .card-a a:hover p {color: #666;}
#asemiru ::selection {background: #00a0e9;}
.ContentsHeading {
	background: #BAE3F9;
}
#asemiru .frame.sanitation-line {
    border: 7px solid #84d2f4;
    border-radius: 16px;
}
#asemiru .frame.haccp-line {
    border: 7px solid #85dad6;
    border-radius: 16px;
}
#asemiru .frame.education-line {
    border: 7px solid #86a5c4;
    border-radius: 16px;
}

/*=========================

色、フォント調整

=========================*/

/* テキスト */
#asemiru {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
#asemiru h1,#asemiru h2 {font-weight: 500;}
.text-xl {font-weight: 500;}
#asemiru h3,.card-heading:after,.link:after,.list-ul li:before {font-weight: 500;}
#asemiru h4 {font-weight: 500;}


/* table */


/* 角丸 */
.rounded-md {border-radius: 1rem!important;}
.rounded-top-md {border-radius: 1rem 1rem 0 0!important;}

/* 色 */
.bg-asemiru {background: #006fbc;}
.bg-asemiru-light {background: #e4f4fd;}
.bg-yellow {background: #fff100;}
.color-asemiru {color: #006fbc;}
.color-yellow {color: #fff100;}

/* メイン画像 */
.logo-band {
	background: #006fbc;
	height: 54px;
}
@media screen and (min-width: 992px) {
	.logo-band > div {
		position: relative;
	}

	.logo-band .asemiru-logo {
		position: absolute;
		content: "";
		right: 0;
		height:70px;
		top: -8px;
		right: 5px;
		z-index: 100;
	}
}
@media screen and (max-width: 991px) {
	.logo-band > div {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.logo-band .asemiru-logo {
		display: block;
		max-height:50px;
		max-width: 100%;
	}
}

.bg-main-visual {
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center center;
}
.bg-main-visual {background-image: url(../images/bg-main-visual.png);}
.b-asemiru {border: solid 2px #00a0e9;}




/* 見出し */
.heading-naname {
	display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.heading-naname::before,.heading-naname::after {
  width: 2px;
  height: 28px;
  content: "";
  background-color: #fff;
}

.heading-naname::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.heading-naname::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}


/* こんなお悩み解決 */
.onayami-kanrisha,.onayami-sagyosha {
	background: #fff;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.onayami-kanrisha h4,.onayami-sagyosha h4 {
	background: #e4f4fd;
	color: #006fbc;
	text-align: center;
	padding: 10px;
}
.onayami-kanrisha ul li,.onayami-sagyosha ul li {
	color: #006fbc;
	list-style: none;
	margin-bottom: 5px;
	font-weight: 500;
}
.onayami-kanrisha ul li::before,.onayami-sagyosha ul li::before {
  font: normal normal normal 1em / 1 "Phosphor";
  content: "\e186";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.sankaku-arrow {
	position: relative;
	padding-top: 10px;
}
.sankaku-arrow::after {
  position: absolute;
  content: "";
  top: -3px;
  left: calc(50% - 25px);
  background: #fff;
  height: calc(tan(60deg) * 14px / 2);
  width: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* 主な機能と特徴 */
@media screen and (min-width: 767px) {
	.tokucho-gamen  {
		margin-left: -50px;
		margin-right: -50px;
	}
	.tokucho-gamen.row li  {
		padding-right: 50px;
		padding-left: 50px;
	}
	.tokucho-gamen.row li:nth-child(n+3)  {
		margin-top: 100px;
	}
	.tokucho-gamen li:nth-child(-n+2) > div {
		height: 100%;
		position: relative;
	}
	.tokucho-gamen li:nth-child(odd) {
		border-right: 1px solid #006fbc;
	}
	.tokucho-gamen li:nth-child(-n+2) > div::after {
		position: absolute;
		display: block;
		content: "";
		bottom: -32px;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #006fbc;
	}
}
/* 導入前・導入後 */
.donyu-zengo {border-radius: 1rem;overflow: hidden;}
.arrow-donyu-zengo {
	position: relative;
}
@media screen and (min-width: 767px) {
	.line-donyu-zengo {
		border-right: 3px dashed #006fbc;
	}
	.arrow-donyu-zengo > div::after {
		position: absolute;
		content: "";
		right: -18px;
		top: calc(50% - 17px);
		background: #006fbc;
    height: calc(tan(60deg) * 34px / 2);
    width: 18px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}
@media screen and (max-width: 766px) {
	.line-donyu-zengo {
		border-bottom: 3px dashed #006fbc;
	}
	.arrow-donyu-zengo > div::after {
		position: absolute;
		content: "";
		bottom: -15px;
		left: calc(50% - 17px);
		background: #006fbc;
    height: calc(tan(60deg) * 18px / 2);
    width: 34px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
