@charset "UTF-8";

/*
========================================

	amenity solutionMap
	modal_work.css
    
========================================*/

header.under_modal {
  z-index: 0;
}

footer.under_modal {
  z-index: 0;
}

/*-----page title*/
/*スクロールで変動しない*/
/*amenityのみ*/

section#gr_pagetitle_area_static {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	/*background: #e5e5e5;*/
}

/*section#gr_pagetitle_area_static h1 {	
margin-top: 16px;
margin-bottom: 16px;*/
/*border:1px dotted #000;ガイド
}*/

section#gr_pagetitle_area_static h1 span.num {
	margin-right: 1rem;
}

@media (min-width: 1024px) {

	section#gr_pagetitle_area_static h1 {
		margin-top: 24px;
		margin-bottom: 24px;
	}

}

section#gr_pagetitle_area_static {
  position: relative;
  z-index: 101;
  background:#4DC4FF;
}

@media only screen and (min-width: 992px) {

  section#gr_pagetitle_area_static {
    position: relative;
    z-index: 101;
    background:#4DC4FF url(/business/amenity/img/bg_01.png) no-repeat right bottom; background-size:50%;
  }
  
}

section#gr_pagetitle_area_static h1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	/*border:1px dotted #000;ガイド*/
	margin-top: 16px;
	margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
	transition: all .2s ease;
	line-height: 1.25;
	font-size:clamp(1.063rem, 0.963rem + 0.5vw, 1.563rem);
  color:#fff;
}

section#gr_pagetitle_area_static span.num {
	font-size: 250%;
	font-weight: 500;
	letter-spacing: -0.05em;
  margin-right: 1rem;

  color: rgba(255,255,255,0.1) !important;
  /*text-shadow: 8px 8px 0 rgba(255,255,255,0.1);*/
  -webkit-text-stroke: 1px #fff !important;
}

@media (min-width: 1024px) {

	section#gr_pagetitle_area_static h1 {
		display: flex;
		flex-direction: row;
    justify-content: flex-start;
		align-items: center;
		padding-left: 32px;
	}

	section#gr_pagetitle_area_static h1 span.num {
		font-size: 400%;
	}
	
}

@media (min-width: 1024px) {

	div.gr_breadcrumb_line {/*全画面横幅の帯を付ける場合*/
		width: 100%;
		background:linear-gradient(150deg, transparent 51%, rgba(255,255,255,0.50) 51%, rgba(255,255,255,1) 100%);
    /*border-bottom: 1px solid rgba(255,255,255,0.8);*/
		margin: 0;
		padding:0.5rem;
		display: flex;
		align-items: center;
	}
}

div.container,
footer {/*headerを除くsection#works範囲外のコンテンツ*/
    position: relative;
    z-index: 101;
}

section#works {
  position: relative;
  /*max-width: 1720px;
  margin: auto;
  padding: 0;*/
}

ul.works_list {
  position: absolute;
  z-index:100;

  width: 100%;
  height: 100%;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(16, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
}

ul.works_list li.sky {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.575;
  display: block;
}

/*
ul.works_list li.sky.plane {
  デフォルトの位置
}*/

ul.works_list li.sky.drone {
 bottom: 5.75%;
}

ul.works_list.modal_open {/*modalが開いた時だけ最前面に（section#works範囲外のコンテンツのリンクに影響しないように）*/
  z-index:102;
}

ul.works_list.modal_open li.sky {/*modalが開いた時だけ背面に回る*/
  z-index:-1;
}

@media only screen and (min-width: 992px) {

  ul.works_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }

}

ul.works_list li  {
  display: block;
  width: 100%;
  height: 100%;

  /*border:1px dotted #ccc;★#cccガイド*/
}

/*
.works_item {=ul.works_list li
}
*/

ul.works_list li .works_image {
  display: flex;
  width: 100%;
  height: 100%;
  /*justify-content: center;
  align-items: center;*/
}

ul.works_list li .works_modal_open {
  display: block;
  /*border:1px dotted #ccc;★#cccガイド*/
  width: 35%;
  height: 45%;
  max-width: 360px;
  max-height: 180px;
  position: relative;
}

ul.works_list li.block01 .works_modal_open {/*01官公庁・自治体★*/
  margin: 17% auto -10% 8%;
  width: 70%;
}
ul.works_list li.block02 .works_modal_open {/*02医療★*/
  margin: 25% auto -25% 0;
}
ul.works_list li.block03 .works_modal_open {/*03業種問わず①★*/
  margin: 15% 0 -15% auto;
}
ul.works_list li.block04 .works_modal_open {/*04介護★*/
  margin: 35% auto -35% 0;
}
ul.works_list li.block05 .works_modal_open {/*05都道府県★*/
  margin: -8% auto 8% auto;
}
ul.works_list li.block06 .works_modal_open {/*06病院★*/
  margin: -38% 33.5% 38% auto;
}
ul.works_list li.block07 .works_modal_open {/*07介護施設★*/
  margin: 12% -35% -12% auto;
}
ul.works_list li.block08 .works_modal_open {/*08防災・レスキュー★*/
  margin: 50% auto -50% -60%;
}
ul.works_list li.block09 .works_modal_open {/*09市役所★*/
  margin: -40% 5% 40% auto;
}
ul.works_list li.block10 .works_modal_open {/*10区役所★*/
  margin: -60% 2% 60% auto;
}
ul.works_list li.block11 .works_modal_open {/*11社会福祉協議会★*/
  margin: 25% -50% -25% auto;
}
ul.works_list li.block12 .works_modal_open {/*12カーボンニュートラル★*/
  margin: 0 10% 0 auto;
}
ul.works_list li.block13 .works_modal_open {/*13教育★*/
  margin: -110% auto 110% 2%;
}
ul.works_list li.block14 .works_modal_open {/*14図書館★*/
  margin: -95% auto 95% auto;
}
ul.works_list li.block15 .works_modal_open {/*15産業車両★*/
  margin: -20% 0 20% auto;
}
ul.works_list li.block16 .works_modal_open {/*16町役場★*/
  margin: -60% auto 60% 0;
}
ul.works_list li.block17 .works_modal_open {/*17大学★*/
  margin: 0 auto auto 2%;
}
ul.works_list li.block18 .works_modal_open {/*18専門、技術サービス業★*/
  margin: -10% 5% 10% auto;
  /*width: 60%;*/
}
ul.works_list li.block19 .works_modal_open {/*19卸売業、小売業★*/
  margin: -60% auto 60% 15%;
}
ul.works_list li.block20 .works_modal_open {/*20原子力発電所★*/
  margin:50% 0 -50% auto;
}
ul.works_list li.block21 .works_modal_open {/*21航空機★*/
  margin: 0 auto;
}
ul.works_list li.block22 .works_modal_open {/*22情報通信業★*/
  margin: -35% auto 35% 0;
}
ul.works_list li.block23 .works_modal_open {/*23ECサイト★*/
  margin: 25% auto -25% auto;
}
ul.works_list li.block24 .works_modal_open {/*24電機*/
  margin: -15% auto 15% -25%;
}
ul.works_list li.block25 .works_modal_open {/*25自動車★*/
  margin: -25% auto 25% 2%;
}
/*
ul.works_list li.block24 .works_modal_open {26〇〇
  margin: 0 auto;
}*/
ul.works_list li.block27 .works_modal_open {/*27製造業★*/
  margin: 0 auto;
}
ul.works_list li.block28 .works_modal_open {/*28学術研究★*/
  margin: 0 2% auto auto;
}
/*ul.works_list li.block29 .works_modal_open {29〇〇
  margin: 0 auto;
}*/
/*ul.works_list li.block30 .works_modal_open {30〇〇
  margin: 0 auto;
}*/
/*ul.works_list li.block31 .works_modal_open {31〇〇
  margin: 0 auto;
}*/
ul.works_list li.block32 .works_modal_open {/*32ドローン★*/
  margin: -10% auto 10% auto;
}

@media only screen and (min-width: 992px) {

  ul.works_list li.block01 .works_modal_open {/*01官公庁・自治体★*/
    margin: 18% 0 0 auto;
    width: 70%;
    max-width: 320px;
  }
  ul.works_list li.block02 .works_modal_open {/*02医療★*/
    margin: 35% 62% auto auto;
  }
  ul.works_list li.block03 .works_modal_open {/*03福祉★*/
    margin: 50% auto -50% -135%;
  }
  ul.works_list li.block04 .works_modal_open {/*04介護★*/
    margin: 70% auto -70% -200% ;
  }
  ul.works_list li.block05 .works_modal_open {/*05都道府県★*/
    margin: 20% auto -20% auto;
  }
  ul.works_list li.block06 .works_modal_open {/*06病院★*/
    margin: -5% auto 5% auto;
  }
  ul.works_list li.block07 .works_modal_open {/*07介護施設★*/
    margin: -20% -40% 20% auto;
  }
  ul.works_list li.block08 .works_modal_open {/*08防災・レスキュー★*/
    margin: -5% auto 5% -60%;
  }
  ul.works_list li.block09 .works_modal_open {/*09市役所★*/
    margin: 25% 5% -25% auto;
  }
  ul.works_list li.block10 .works_modal_open {/*10区役所★*/
    margin: -5% 0 5% auto;
  }
  ul.works_list li.block11 .works_modal_open {/*11社会福祉協議会★*/
    margin: -5% -60% 5% auto;
  }
  ul.works_list li.block12 .works_modal_open {/*カーボンニュートラル★*/
    margin: -5% 5% 5% auto;
  }
  ul.works_list li.block13 .works_modal_open {/*13教育★*/
    margin: -20% auto 20% 5%;
  }
  ul.works_list li.block14 .works_modal_open {/*14図書館★*/
    margin:0 auto;
  }
  ul.works_list li.block15 .works_modal_open {/*15産業車両★*/
    margin: -15% 0 15% auto;
  }
  ul.works_list li.block16 .works_modal_open {/*16町役場★*/
    margin: -50% auto 50% 0;
  }
  ul.works_list li.block17 .works_modal_open {/*17大学★*/
    margin: 0 auto auto 5%;
  }
  ul.works_list li.block18 .works_modal_open {/*18専門、技術サービス業★*/
    margin: -10% -15% 10% auto;
    /*width: 60%;
    max-width: 520px;*/
  }
  ul.works_list li.block19 .works_modal_open {/*19卸売業、小売業★*/
    margin: -30% auto 30% 10%;
  }
  ul.works_list li.block20 .works_modal_open {/*20原子力発電所★*/
    margin:-30% 0 auto auto;
  }
  ul.works_list li.block21 .works_modal_open {/*21航空機★*/
    margin:auto auto 0 auto;
  }
  ul.works_list li.block22 .works_modal_open {/*22情報通信業★*/
    margin: -10% auto 10% 2%;
  }
  ul.works_list li.block23 .works_modal_open {/*23ECサイト★*/
    margin:-30% auto auto auto;
  }
  ul.works_list li.block24 .works_modal_open {/*24電機★*/
    margin: 10% auto -10% -235%;
  }
  ul.works_list li.block25 .works_modal_open {/*25自動車★*/
    margin: 25% auto -25% auto;
  }
  /*
ul.works_list li.block24 .works_modal_open {26〇〇
  margin: 0 auto;
}*/
  ul.works_list li.block27 .works_modal_open {/*27製造業★*/
    margin: 0 auto;
  }
  ul.works_list li.block28 .works_modal_open {/*学術研究★*/
    margin: -25% 15% 25% auto;
  }
/*ul.works_list li.block29 .works_modal_open {29〇〇
  margin: 0 auto;
}*/
/*ul.works_list li.block30 .works_modal_open {30〇〇
  margin: 0 auto;
}*/
/*ul.works_list li.block31 .works_modal_open {31〇〇
  margin: 0 auto;
}*/
  ul.works_list li.block32 .works_modal_open {/*32ドローン★*/
    margin: -10% auto 10% auto;
  }
}

ul.works_list li .works_modal_open::before {/*マップアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom:0;
  left: 0;
  right: 0;
  margin:auto;
  width: 32px;
  height: 32px;
  background:url("/business/amenity/img/icon_point.png") no-repeat 0 0;
  background-size: 100%;
  filter:hue-rotate(-120deg) ;
  animation: arrowmove_S 2s ease-in-out infinite;
  z-index: 1;
}

@media only screen and (min-width: 992px) {

  ul.works_list li .works_modal_open::before {
    width: 36px;
    height: 36px;
    animation: arrowmove_M 2s ease-in-out infinite;
  }

}

@media only screen and (min-width: 1440px) {

  ul.works_list li .works_modal_open::before {
    width: 48px;
    height: 48px;
    animation: arrowmove_L 2s ease-in-out infinite;
  }

}

ul.works_list li .works_modal_open:hover {
  
  /*transition: .4s cubic-bezier(0.86,0,0.07,1);*/

  background:radial-gradient(rgba(255,255,255,0.35)  0% 40%, rgba(255,255,255,0.1) 65%,rgba(255,255,255,0) 65% 100%);
  /*background-blend-mode: overlay;*/
  cursor: pointer;
}

ul.works_list li .works_modal_open:hover::before {
  animation-play-state: paused;
  filter: hue-rotate(0deg) brightness(110%);
} 

ul.works_list li .works_modal_open div.industry p.title {/*業種のテキストボックス　長方形*/
  position: absolute;

  bottom:0;
  left:0;

  width: 100%;
  padding:0.5rem 0.25rem;

  background: rgba(255,255,255,0.8);
  color: #25348e;
  background-blend-mode: multiply;
  border: 3px solid #25348e;

  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  font-weight: 700;
  text-align: center;

  
  display: flex;
  align-items: center;
  justify-content: center;


  white-space: nowrap;
  /*transition: .4s cubic-bezier(0.86,0,0.07,1);*/
}

ul.works_list li .works_modal_open:hover div.industry p.title {/*業種のテキストボックス　長方形*/
  background: #25348e;
  color: #fff;
  background-blend-mode: multiply;
  border: 2px solid #25348e;
}

ul.works_list li .works_modal_open div.scene p.title {/*場面のテキストボックス　円形*/
  position: absolute;

  bottom:0;
  left:0;
  right: 0;
  margin: auto;

  width: 35%;
  min-width: 48px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  padding:0.5rem 0;

  background: rgba(37, 52, 142,0.8);/*#25348e*/
  color: #fff;
  background-blend-mode: multiply;
  border: 2px solid #25348e;

  font-size: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);
  font-weight: 700;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  /*transition: .4s cubic-bezier(0.86,0,0.07,1);*/
}

ul.works_list li .works_modal_open:hover div.scene p.title {/*場面のテキストボックス　円形*/
  background: #25348e;
  color: #fff;
  background-blend-mode: multiply;
  border: 2px solid #25348e;
}

@media only screen and (min-width: 992px) {

  ul.works_list li .works_modal_open div.industry p.title {
    border: 4px solid #25348e;
  }

  ul.works_list li .works_modal_open div.scene p.title {
    min-width: 60px;
  }

}

@keyframes arrowmove_S {
  0%{bottom:110%;opacity:1;transform: scale(1);}
  50%{bottom:115%;opacity:1;transform: scale(1.25);}
 100%{bottom:110%;opacity:1;transform: scale(1);}
}

@keyframes arrowmove_M {
  0%{bottom:135%;opacity:1;transform: scale(1);}
  50%{bottom:140%;opacity:1;transform: scale(1.25);}
 100%{bottom:135%;opacity:1;transform: scale(1);}
}

@keyframes arrowmove_L {
  0%{bottom:100%;opacity:1;transform: scale(1);}
  50%{bottom:105%;opacity:1;transform: scale(1.25);}
 100%{bottom:100%;opacity:1;transform: scale(1);}
}


/*works_modal_content*/

.works_modal_content h1.ss {
  /*font-size:clamp(1.25rem, 1.1rem + 0.75vw, 2rem);*/
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-align: center;
  /*margin: 16px 0;
  background-color: rgb(112 136 191 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;*/
  padding: 16px 0;

  position: relative;
  border-top: solid 2px #93a5cf;
  border-bottom: solid 2px #93a5cf;
  background: #f5f7fb;
  line-height: 1.4;
  padding: 1rem;
  margin: 3rem 0 1rem 0;

  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.works_modal_content h1.ss::after {
  /*タブ*/
  position: absolute;
	font-family:'DM Sans', monospace,Sans-Serif;
	font-display:swap;
  font-weight: 400;
  content: 'Service & Solution';
  background: #93a5cf;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 8px 12px;
  /*font-size:clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);*/
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  line-height: 1;
  width: 50%;
  max-width: 240px;
}


.works_modal_content h1.case {
  /*font-size:clamp(1.25rem, 1.1rem + 0.75vw, 2rem);*/
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-align: center;
  /*margin: 16px 0;
  background-color: rgb(112 136 191 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;*/
  padding: 16px 0;

  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #eaf6f8;
  line-height: 1.4;
  padding: 1rem;
  margin: 3rem 0 1rem 0;

  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.works_modal_content h1.case::after {
  /*タブ*/
  position: absolute;
	font-family:'DM Sans', monospace,Sans-Serif;
	font-display:swap;
  font-weight: 400;
  content: 'Case';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 8px 12px;
  /*font-size:clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);*/
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  line-height: 1;
  width: 50%;
  max-width: 160px;
}

/*
.works_modal_content h1 span.subtitle {
  display: block;
  font-size:75%;
}

.works_modal_content h1 span.subtitle.ss {
  color:#fff;
  background-color: #93a5cf;
  width: fit-content;
  margin: auto;
  padding: 0 8px;
  display: block;
}

.works_modal_content h1 span.subtitle.case {
  background-color: #dbf0db;
  width: fit-content;
  margin: auto;
  padding: 0 8px;
  display: block;
}
*/

.works_modal_content h2 {
  font-size:clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0;
}

.works_modal_content .contents_item h2 {
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom:1px solid #93a5cf ;/*asort_color*/
}

.works_modal_content h3 {font-size:clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);}/*-----18px-26px*/
.works_modal_content h4 {font-size:clamp(1rem, 0.95rem + 0.25vw, 1.25rem);}/*-----16px-20px*/

.works_modal_content div.sheet {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  /*border:1px dotted #c33;ガイド*/
  margin-bottom: 32px;
}

.works_modal_content div.sheet div.boxes {
  background-color: #f5f7fb;
  margin-top: 24px;
  padding: 8px;
}

.works_modal_content img.main_icon {
  width: 40%;
  max-width: 180px;
  margin: 16px auto;
}

 .works_modal_content .contents_img img {/*add base_group.css*/
    aspect-ratio: 16 / 9;
    box-shadow:2px 2px 4px rgba(0,0,0,0.3);
    width: 90%;
    max-width: 640px;
    margin: auto;
 }

 .works_modal_content .contents_item ul.modal {
  margin-bottom: 2rem;
}

 .works_modal_content .contents_item ul.modal li {
    position: relative;
    padding-left: 16px;
 }
 .works_modal_content .contents_item ul.modal li:before {/*add base_group.css*/
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #93a5cf;
    transform: rotate(45deg);
 }

.works_modal_content .solution_card .card_tag {/*add solution_add.css*/
	display: none;
 }

/*
.works_item {
    list-style: none;
    position: relative;
    width: 200px;
    border-radius: 2px;
    margin: 0 auto;
    background-color: #3c3;
}

.works_modal_open {
  display: block;
}

/*　↓　works_image_mask 今回は不要

.works_image_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}
.mask_text {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.works_image:hover .works_image_mask {
    opacity: 1;
    padding-top: 13%;
}

↑　works_image_mask 今回は不要*/

/* ------works_modal css------ */

.works_modal_wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    opacity: 0;
    z-index: -1;
}
.works_modal_window {
    width: 90vw;
    max-width: 1280px;
    height: fit-content;
    max-height: 90vh;
    margin: auto;
    padding: 1rem;
    background: #fff;
    z-index: 1;
    overflow-y: auto;
}

.works_modal_content {
    margin: 0 auto;
    /*width: 80%;
    height: 80%;*/
}
.works_modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.works_modal_close {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    width: 60px;
    height: 60px;
    cursor: pointer;

    background:#fff;

    opacity: 1;
    
}

.works_modal_close img {/*close icon*/
  width: 36px;
  height: 36px;
}
.works_modal_close:hover {
    opacity: 0.2;
}

html.is_open, body.is_open {
    overflow: hidden;
}
.works_modal_wrapper.is_open {
    animation: works_modal_wrapper_open .5s ease forwards;
}
.works_modal_wrapper.is_open .works_modal_window {
    animation: works_modal_window_open .5s ease forwards;
}
.works_modal_wrapper.is_close {
    animation: works_modal_wrapper_close .5s ease forwards;
}
.works_modal_wrapper.is_close .works_modal_window {
    animation: works_modal_window_close .5s ease forwards;
}

@keyframes works_modal_wrapper_open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      z-index: 2;
    }
  }
  @keyframes works_modal_window_open {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes works_modal_wrapper_close {
    0% {
      z-index: 2;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes works_modal_window_close {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
      opacity: 0;
    }
  }


  /*extlink btn icon --- add common.css & solution_add.css*/

.contents_list_box div.btn_icon_extlink {/*事例の場合*/
	padding-right: 0;
	height: auto;
	font-size: inherit;
}

.contents_list_box div.btn_icon_extlink p::before,
.contents_list_box div.btn_icon_extlink p::after,
.contents_list_box div.btn_icon_extlink p::before,
.contents_list_box div.btn_icon_extlink p::after {
	border-color: #ccc !important;
}
