@charset "UTF-8";
/******************************************************
base
******************************************************/
body {
  color: #56585f;
}

* {
  box-sizing: border-box;
}

/*-------------------------------------------
table
-------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
}
table:last-child {
  margin-bottom: 0;
}

th, td {
  padding: 10px;
}

th {
  font-weight: bold;
  white-space: nowrap;
}

/*-------------------------------------------
list
-------------------------------------------*/
ul {
  margin-bottom: 20px;
}
ul:last-child {
  margin-bottom: 0;
}

/*-------------------list-------------------*/
.list li:before {
  content: "・";
}
.non_list li:before {
  content: " ";
}
#top_banner .non_list {
    letter-spacing: -.4em;
    display: inline-block;
    vertical-align: top;
}
#top_banner .non_list li {
    margin: 0 20px 0 0;
    letter-spacing: normal;
}
/*-------------------------------------------
text
-------------------------------------------*/
.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.tleft {
  text-align: left;
}

.tBold {
  font-weight: bold;
}

.tBig {
  font-size: 1.2rem;
}

.tSmall {
  font-size: .8rem;
}

/*-------------------------------------------
link
-------------------------------------------*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*-------------------------------------------
layout
-------------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto;
}

#main {
  width: 960px;
  margin: 0 auto;
}

/*-------------------------------------------
box
-------------------------------------------*/
.box {
  display: table;
  width: 100%;
}
.box > * {
  display: table-cell;
  vertical-align: top;
}
.box > *:first-child {
  padding: 0 20px 0 0;
}

.half {
  table-layout: fixed;
}

/*-------------------------------------------
double
-------------------------------------------*/
.double {
  margin-top: -2%;
  letter-spacing: -.4em;
}
.double li {
  display: inline-block;
  width: 49%;
  margin: 2% 2% 0 0;
  letter-spacing: normal;
  vertical-align: top;
}
.double li:nth-child(even) {
  margin-right: 0;
}
.double li img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------
triple
-------------------------------------------*/
.triple {
  margin-top: -2%;
  letter-spacing: -.4em;
}
.triple li {
  display: inline-block;
  width: 32%;
  margin: 2% 2% 0 0;
  letter-spacing: normal;
  vertical-align: top;
}
.triple li img {
  width: 100%;
  height: auto;
}

/************************************************************************************************************
common
************************************************************************************************************/
.btn a {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 10px 20px;
  background: #94ce30;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: cover;
}

.link a {
  color: #56585f;
}
.link a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 5px 0 0;
  background: url(../img/icon-arrow.svg) no-repeat center #94ce30;
  background-size: 5px;
  vertical-align: middle;
}

.img_border {
  border: 1px solid #e6e6e6;
}

.table {
  border-top: 1px solid #c6c8d1;
  border-left: 1px solid #c6c8d1;
}
.table th, .table td {
  border-bottom: 1px solid #c6c8d1;
  border-right: 1px solid #c6c8d1;
}
.table th {
  background: #e6e6e6;
}

.strong {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #94ce30;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #94ce30;
}

.box_border {
  padding: 10px;
  border: 1px solid #c6c8d1;
  border-radius: 5px;
}

.bg_gray {
  padding: 20px;
  background: #f2f5f9;
}

.tGreen {
  color: #94ce30;
}

.tRed {
  color: #e25f6d;
}

.inline {
  display: table;
}
.inline li {
  display: table-cell;
  padding: 0 10px 0 0;
  text-align: center;
  letter-spacing: normal;
}
.inline li:last-child {
  padding: 0;
}

p.indent {
  padding: 0 10px 0 0;
  text-indent: -1em;
}

ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.bnr_inquiry {
  padding: 30px;
  background: #f2f5f9;
  font-weight: bold;
  text-align: center;
}
.bnr_inquiry a {
  display: block;
  width: 40%;
  height: 50px;
  margin: 0 auto;
  background: #477eca;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
}

/************************************************************************************************************
header
************************************************************************************************************/
header .inner {
  padding: 20px 0;
}
header h1 {
  margin: 0 0 20px;
  font-size: .8rem;
}

#head {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#head > * {
  display: table-cell;
  vertical-align: middle;
}

#head_inquiry {
  padding: 5px 0 0;
  text-align: right;
  letter-spacing: -.4em;
}
#head_inquiry li {
  display: inline-block;
  margin: 0 40px 0 0;
  font-family: 'Oxygen', sans-serif;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #477eca;
}
#head_inquiry li:last-child {
  margin: 0;
}
#head_inquiry li:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.tel:before {
  width: 18px;
  height: 24px;
  background: url(../img/icon-tel.svg) no-repeat center;
  background-size: cover;
}

.fax:before {
  width: 26px;
  height: 24px;
  background: url(../img/icon-fax.svg) no-repeat center;
  background-size: cover;
}

/******************************************************
nav
******************************************************/
header nav {
  background: url(../img/nav-bg.jpg);
  background-size: auto 50px;
}
header nav ul {
  text-align: center;
  letter-spacing: -.4em;
}
header nav li {
  display: inline-block;
  margin: 0 60px 0 0;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: normal;
}
header nav li:last-child {
  margin: 0;
}
header nav li a {
  display: block;
  width: 100%;
  height: 50px;
  color: #56585f;
}

/************************************************************************************************************
mainimage
************************************************************************************************************/
#mainimage {
  text-align: center;
}
#mainimage img {
  width: 100%;
  max-width: 2500px;
  height: auto;
}

/************************************************************************************************************
content
************************************************************************************************************/
#pagemain {
  background: #e6e6e6;
  text-align: center;
}
#pagemain img {
  width: 960px;
  height: auto;
}

#pagetitle {
	padding: 15px 0;
	background: #35363a;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	display: none;
}

#content {
  padding: 60px 0;
}
#content section {
  margin-bottom: 60px;
}
#content section:last-child {
  margin-bottom: 0;
}
#content h2 {
  margin: 0 0 20px;
  font-size: 1.3rem;
}
#content p {
  margin-bottom: 20px;
}
#content p:last-child {
  margin-bottom: 0;
}

.wrap {
  margin-bottom: 30px;
}
.wrap:last-child {
  margin-bottom: 0;
}

h2.title {
  padding: 10px;
  border: 1px solid #c6c8d1;
  font-size: 1.2rem;
  font-weight: bold;
}

h3.title {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: 3px solid #94ce30;
	font-size: 1.5rem;
	font-weight: bold;
}

/************************************************************************************************************
top
************************************************************************************************************/
#top_banner {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: content-box;
  overflow: hidden;
}
/*
#top_banner > div {
  float: left;
  width: 470px;
  margin: 0 20px 0 0;
  padding: 30px 20px;
  box-shadow: 0 5px 10px 0 rgba(53, 54, 58, 0.1);
}
*/
#top_banner > div {
  padding: 30px 20px;
  box-shadow: 0 5px 10px 0 rgba(53, 54, 58, 0.1);
}
/*
#top_banner > div:last-child {
  margin: 0;
}
#top_banner > div a {
  display: block;
  color: #56585f;
}
#top_banner img {
  margin: 0 0 20px;
}
#top_banner .list {
  letter-spacing: -.4em;
  display: inline-block;
  vertical-align: top;
}
#top_banner .list li {
  margin: 0 20px 0 0;
  letter-spacing: normal;
}
*/
.bnr_head {
  margin: 0 0 20px;
  font-size: 1.3rem;
  font-weight: bold;
}
.bnr_head:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -2px 15px 0 0;
  background-image: url(../img/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  vertical-align: middle;
}

#corporation {
  background: linear-gradient(to bottom, #ecf2f9 0%, #ffffff 20%);
}
#corporation .bnr_head:before {
  background-color: #477eca;
}

#personal {
  background: linear-gradient(to bottom, #f2fbe3 0%, #ffffff 20%);
}
#personal .bnr_head:before {
  background-color: #94ce30;
}

/******************************************************
news
******************************************************/
#top_news {
  margin-top: -10px;
}
#top_news h2 {
  padding: 0;
  border: none;
  font-weight: bold;
  text-align: center;
  color: #56585f;
}
#top_news .btn a {
  min-width: auto;
  padding: 5px 20px 5px 10px;
}

.news_list li {
  border-top: 1px solid #c6c8d1;
  letter-spacing: -.4em;
  font-family: "Oxygen", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.news_list li:last-child {
  border-bottom: 1px solid #c6c8d1;
}
.news_list li a {
  display: block;
  padding: 15px;
  color: #56585f;
}
.news_list li p {
  display: inline-block;
  letter-spacing: normal;
}
.news_list li #topics_date {
  margin: 0 20px 0 0;
}
.news_list li #topics_title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 5px 0 0;
  background: url(../img/icon-arrow.svg) no-repeat center #94ce30;
  background-size: 5px;
  vertical-align: middle;
}

/************************************************************************************************************
company
************************************************************************************************************/
.companyBox li{
	margin: 0 0 20px;
}

.companyBox li:last-child{
	margin-bottom: 0;
}

/************************************************************************************************************
enzume
************************************************************************************************************/
.item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c8d1;
}
.item dt {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.item dd {
  color: #e25f6d;
}

.item_title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #94ce30;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #94ce30;
}

#enzyme3 .box > *:first-child {
  width: 323px;
}

.item_cont dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #94ce30;
  font-size: 1.1rem;
  font-weight: bold;
  color: #94ce30;
}
.item_cont dd {
  margin: 0 0 20px;
}
.item_cont dd:last-child {
  margin: 0;
}

#enzyme4 ul {
  margin-top: -2%;
  letter-spacing: -.4em;
}
#enzyme4 li {
  display: inline-block;
  width: 32%;
  margin: 2% 2% 0 0;
  vertical-align: top;
  letter-spacing: normal;
}
#enzyme4 li:nth-child(3n) {
  margin-right: 0;
}
#enzyme4 li img {
  width: 100%;
  height: auto;
}
#enzyme4 .title {
  margin: 0 0 10px;
  font-weight: bold;
}
#enzyme4 .title span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  background: #35363a;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/************************************************************************************************************
inquiry
************************************************************************************************************/
#inquiry table {
  border-top: 1px solid #c6c8d1;
}
#inquiry th, #inquiry td {
  border-bottom: 1px solid #c6c8d1;
}
#inquiry th {
  width: 20%;
  text-align: right;
  vertical-align: top;
}
#inquiry td input {
  width: 30%;
  padding: 5px;
}
#inquiry td input.long {
  width: 60%;
}
#inquiry td textarea {
  width: 100%;
  height: 10em;
  padding: 5px;
}

.required {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #e25f6d;
}

#inquiry_btn {
  text-align: center;
  letter-spacing: -.4em;
}
#inquiry_btn li {
  display: inline-block;
  margin: 0 20px 0 0;
  letter-spacing: normal;
}
#inquiry_btn li:last-child {
  margin: 0;
}
#inquiry_btn li button {
  width: 200px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  border: none;
  font-size: .9rem;
  line-height: 40px;
  color: #fff;
  -webkit-appearance: none;
}
#inquiry_btn li button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#submit {
  background: #94ce30;
}

#reset {
  background: #56585f;
}

/************************************************************************************************************
footer
************************************************************************************************************/
footer {
  border-top: 1px solid #c6c8d1;
  text-align: center;
}
footer nav ul {
  letter-spacing: -.4em;
}
footer nav li {
  display: inline-block;
  margin: 0 25px 0 0;
  font-size: .85rem;
  letter-spacing: normal;
}
footer nav li:last-child {
  margin: 0;
}
footer nav li a {
  display: block;
  padding: 25px 0;
  color: #56585f;
}
footer nav li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 5px 0 0;
  background: url(../img/icon-arrow.svg) no-repeat center #94ce30;
  background-size: 5px;
  vertical-align: middle;
}

#copy {
  height: 30px;
  background: #e6e6e6;
  font-size: .7rem;
  line-height: 30px;
}

/*# sourceMappingURL=style.css.map */
#topics_title {
	line-height:24px;
}

/*20210106追記*/
.flex-box{
  display: flex;
  align-items: center;
}

.flex-box >div:first-child{
  margin-right: 30px;
}

.btn01{
  width: 460px;
}

.btn01 a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2em 0.5em;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #477eca;
  color: #56585f;
}

.btn01 a:hover{
  background: #477eca;
  color: #fff;
}

.btn01 a::after{
  position: absolute;
  content: ' >';
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  right: 15px;
}

.btn01 a:hover::after{
  position: absolute;
  content: ' >';
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  right: 15px;
  color: #fff;
}

.mb{
  margin-bottom: 30px;
}

.top-banner{
  display: flex;
  width: 960px;
  margin: 30px auto 0;
}

.top-banner a{
  width: calc( ( 100% - 60px ) / 3 );
}

.top-banner a{
  margin-right: 30px;
}

.top-banner a:last-child{
  margin-right: 0;
}

.top-banner a img{
  width: 100%;
}



