/* -----------------------------------------CASESTUDY-page-start*/
/*index*/
#download * {
  box-sizing: border-box;
}
#download .header-area-outer:before {
  background: url(/image/bg_header_download.jpg) no-repeat;
  background-size: cover;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[name="check"] {
	display: none;
}
.is-hide {
	display: none!important;
}
.text-center {
  text-align: center;
}
.panels {
  width: 100%;
	margin: 0 auto;
}
.panel-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.panel-list {
  background-color: #fff;
	text-align: center;
	padding: 15px;
}
.panel-item {
  align-items: center;
	display: inline-flex;
  font-size: 15px;
  font-weight: 500;
	margin: 5px 20px 5px 0;
  vertical-align: middle;
}
.panel-item label {
  font-weight: 500;
  margin-left: 0.3em;
}
.article-list {
  align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	width: 100%;
}
.article-list:before, 
.article-list:after {
  content: '';
  display: block;
  height: 1px;
  order: 1;
  width: 30%;
}
.article-list-item {
	background: #fff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-top: 30px;
  padding: 10px;
	position: relative;
	width: 30%;
}
.article-list-thumb {
  aspect-ratio: 280 / 158;
	align-items: center;
	background: #c3c4c7;
	display: flex;
	justify-content: center;
	overflow-y: hidden;
  position: relative;
  width: 100%;
}
.article-list-thumb img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.article-list-content {
  display: list-item;
  flex-grow: 1;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
	padding: 20px 10px;
}
.article-list-title {
  color: #1A1A1A;
	font-size: 18px;
  font-weight: bold;
	margin-bottom: 10px;
}
.article-list-text {
  color: #091138;
	font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
}
.article-list-category {
  margin-top: auto;
}
.article-list-category-item {
  background-color: rgba(36, 104, 182, 0.3);
	display: inline-block;
  padding: 5px 10px;
	margin: 10px 10px 0 0;
}
.article-list-button {
  height: 50px;
  margin: 20px auto 0;
  width: 90%;
}
.article-list-button a {
  align-items: center;
  background-color: #fff;
  border: solid 1px #091138;
  color: inherit;
  font-weight: bold;
  display: flex;
  height: 50px;
  justify-content: center;
  max-width: 240px;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1;
  width: 100%;
}
.article-list-button a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #091138;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform ease .5s;
	transition: -webkit-transform ease .5s;
	-o-transition: transform ease .5s;
	transition: transform ease .5s;
	transition: transform ease .5s, -webkit-transform ease .5s;
}
.article-list-button a:hover {
	color: #FFF;
	background: #091138;
}
.article-list-button a:hover:before {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/* Download Form */
/* #download .contact-list-outer {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
} */
#download .contact-list {
  border-color: #ccc;
  border-style: dotted;
}
#download input[type="text"],
#download input[type="email"],
#download input[type="tel"],
#download textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}
#download input[type="text"]:focus-visible,
#download input[type="email"]:focus-visible,
#download input[type="tel"]:focus-visible,
#download textarea:focus-visible {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
#download input[readonly="readonly"],
#download input[readonly="readonly"]:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
#download .contact-send-btn {
  display: block;
  text-align: center;
  width: 250px;
  border: 2px solid #091138;
  background: none;
  padding: 12px 0;
  margin: 0 auto;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .1em;
  color: #091138;
  cursor: pointer;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#download .contact-send-btn:hover {
  background-color: #091138;
  color: #fff;
}
/* contact form 7 */
.wpcf7 {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.wpcf7-spinner {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px){
  #download .header-area-inner:after {
    background: url(/image/bg_header_download.jpg) center left / cover no-repeat;
  }
  .panels {
    width: 100%;
  }
  .panel {
    padding-left: 10px;
  }
  .panel-list {
    text-align: left;
  }
  .panel-item {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }
  .article-list:before, .article-list:after {
    width: 100%;
  }
  .article-list {
    display: block;
    margin-top: 30px;
  }
  .article-list-item {
    margin: 15px auto 0;
    max-width: 300px;
    width: 100%;
  }
  .article-list-button {
    height: auto;
    margin: 20px auto 0;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  #download .page-ttl-eng {
    text-shadow: 0px 1px 3px #C3C4C8;
  }
}

/* -----------------------------------------DOWNLOAD-page-end*/