@charset "utf-8";
/* CSS Document */
.box01 {
  margin: 20px 0;
}
.box01_in {
  float: left;
  width: 450px;
  margin: 10px 70px 0 0;
  position: relative;
}
.h2 a {
  display: block;
}
.box_list {
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}
.box_list ul {
  float: left;
  padding-right: 120px;
}
.box_list li {
  background: url(../images/icon02.jpg) no-repeat left 3px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.right_border {
  border-right: 1px solid #EEEEEE;
  margin-right: 70px;
}
.box02 {
  border-top: 3px solid #cccccc;
  margin: 50px 0 40px 0;
}
.box02_in {
  padding: 15px 10px;
}
.box02_in .toppage_left {
  float: left;
  font-size: 15px;
}
.box02_in .toppage_left a:hover img {
  opacity: .8;
}
.side li {
  margin-bottom: 10px;
}
.box03 dl {
  margin-bottom: 20px;
}
.box03 dt {
  font-size: 16px;
  font-weight: bold;
  color: #00468C;
}
.box03 dd {
  background: url(../images/icon04.jpg) no-repeat left 8px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.menu {
  list-style: none;
  width: 700px;
  padding: 10px;
  margin: 20px auto;
  border: 1px solid #cccccc;
}
.menu li {
  list-style: none;
  width: 19.2%;
  margin: 0 5px 5px 0;
  padding: 0;
  /*border-bottom: 1px solid #879c18;*/
  font-size: 11px;
  float: left;
  line-height: 1.2em;
}
.menu li:last-child {
  border-bottom: 0px;
}
.menu li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background: #E9F1F8;
  color: #444444;
  /*font-weight: bold;*/
  text-decoration: none;
}
.menu li a:hover {
  color: #03A8CC;
}
.menu li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 6px;
  height: 7px;
  margin-top: -5px;
  background: #777777;
}
.menu li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 6px;
  height: 7px;
  margin-top: -5px;
  background: #E9F1F8;
}
.shiki {
  margin: 15px 0 30px 15px;
}
/*------------------------

トップページ

------------------------*/
.btn-video {
  width: 970px;
  margin: 30px auto 30px;
}
.btn-video a {
  width: 60%;
  height: 70px;
  justify-content: center;
  line-height: 70px;
  font-size: 150%;
  font-weight: bold;
  display: flex;
  color: #2E57A5;
  background-image: linear-gradient(to right, #2E57A5 50%, #FFF 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  transition: 0.3s;
  background-color: transparent;
  position: relative;
  border: 2px solid #2E57A5;
	margin: auto;
}
.btn-video a::before,
.btn-video a::after {
  position: absolute;
	background: #fff;
  content: "";
  top: calc(50% - .25em);
  right: 30px;
  width: .5em;
  height: .5em;
  border: 1px solid #2E57A5;
  transition: 0.3s;
}
.btn-video a::after {
	margin-top: 1px;
  right: 31px;
}
.btn-video a:hover {
  background-position: 0 0;
  color: #fff;
  text-decoration: none !important;
}
.btn-video a:hover::before,
.btn-video a:hover::after {
	background: #2E57A5;
  border: 1px solid #fff;
}
/*------------------------

お問い合わせ

------------------------*/
.inq_form {
  margin-left: 140px;
}
.inq_form .box01 {
  padding: 0 20px 20px 20px;
  border: 1px solid #ccc;
}
.inq_form .box01 h3 {
  color: #333;
}
.inq_form .list-note-form {
  list-style: none;
}
.list-note-form > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .5em;
}
.inq_form .list-note-form > li:before {
  position: absolute;
  left: 0;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  content: "";
  top: .5em;
  background-color: #464646;
}
.list-note-form .link {
  color: #03A8CC;
}
/*------------------------

大日ケミカルのものづくりのスタイル

------------------------*/
.manufacturing-btn {
  width: 70%;
  margin: 50px auto 0;
}
.manufacturing-btn a {
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 115%;
  font-weight: bold;
  display: block;
  color: #2E57A5;
  background-image: linear-gradient(to right, #2E57A5 50%, #FFF 50%);
  background-position: 100% 0;
  background-size: 200% auto;
  transition: 0.3s;
  background-color: transparent;
  position: relative;
  border: 1px solid #2E57A5;
}
.manufacturing-btn a:before {
  position: absolute;
  content: "";
  top: 28px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2E57A5;
  border-right: 2px solid #2E57A5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.manufacturing-btn a:hover {
  background-position: 0 0;
  color: #FFF;
  text-decoration: none !important;
}
.manufacturing-btn a:hover:before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.manufacturing h3 {
  font-size: 20px;
}
.manufacturing-wrap {
  font-size: 15px;
  display: flex;
  align-items: center;
  background: #d0f5fe;
  color: #333;
  padding: 3em;
  position: relative;
}
.manufacturing-wrap:nth-of-type(2), .manufacturing-wrap:nth-of-type(4) {
  background: #fafafa;
}
.manufacturing-wrap:nth-of-type(1)::after, .manufacturing-wrap:nth-of-type(2)::after, .manufacturing-wrap:nth-of-type(3)::after, .manufacturing-wrap:nth-of-type(4)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-bottom: none;
  z-index: 3;
}
.manufacturing-wrap:nth-of-type(1)::after, .manufacturing-wrap:nth-of-type(3)::after {
  border-top: 20px solid #d0f5fe;
}
.manufacturing-wrap:nth-of-type(2)::after, .manufacturing-wrap:nth-of-type(4)::after {
  border-top: 20px solid #fafafa;
}
.manufacturing-wrap dt {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
}
.manufacturing-wrap dd {
  margin: 0;
}
.manufacturing-wrap ul li {
  position: relative;
  padding-left: 1.2em;
}
.manufacturing-wrap ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.manufacturing-wrap .col-3 {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
.manufacturing-wrap .col-3 ul {
  width: 220px;
  margin-right: 1em;
}
.manufacturing-wrap .col-3 img {
  width: 210px;
  border-radius: 5px;
}
.manufacturing-wrap .col-3 img.img01 {
  margin-right: 1em;
}
.manufacturing-wrap .col-2 {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
.manufacturing-wrap .col-2 ul {
  width: 220px;
  margin-right: 1em;
}
.manufacturing-wrap .col-2 img {
  width: 210px;
  border-radius: 5px;
}
.senior-flex {
  display: flex;
  justify-content: space-between;
}
.senior-wrap {
  width: 310px;
  font-size: 15px;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
  box-sizing: border-box;
  border: 2px solid #d0f5fe;
}
.senior-wrap h4 {
  color: #00468C;
  font-size: 18px;
  border: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.senior-wrap p.name {
  font-weight: bold;
  margin-bottom: 1em;
}
.agreebox label {
  background: #EEEEEE;
  padding: 15px 40px;
  display: inline-block;
}
/*===== accident-free.html =====*/
.text-align-justify {
  text-align: justify;
}
.flex-2col {
  display: flex;
  gap: 40px;
}
.flex-2col figure {
  max-width: 330px;
  margin: 0;
}
.flex-2col img {
  width: 100%;
}
.flex-2col figcaption {
  margin-top: 5px;
}
.list-num {
  counter-reset: number 0;
  position: relative;
}
.list-num > li {
  padding-left: 1.2em;
}
.list-num > li::before {
  counter-increment: number 1;
  content: counter(number)".";
  position: absolute;
  left: 0;
  color: #2E57A5;
  font-weight: bold;
}
.list-num > li span:first-of-type {
  color: #2E57A5;
  font-weight: bold;
}
.list-num > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.list-dot li {
  position: relative;
  padding-left: 1em;
}
.list-dot li::before {
  content: "";
  position: absolute;
  height: .6em;
  width: .6em;
  background-color: #2E57A5;
  left: 0;
  top: .65em;
  border-radius: 50%;
}
.ttl_01 {
  color: #2E57A5;
  position: relative;
  padding-bottom: 5px;
}
.ttl_01::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #2E57A5, #03A8CC);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.note_txt {
  font-size: 12px;
  background-color: #f0f0f0;
  line-height: 1.8;
  padding: 8px 14px;
  margin-top: 20px;
}
.note_txt a {
  color: #03A8CC;
}
.txt_box01 {
  color: #2E57A5;
  border: 1px solid #2e57a5;
  margin: 10px 0 30px;
  padding: 15px 15px;
}
.txt_01 {
  font-weight: bold;
  color: #333;
  margin-left: 2px;
}
.txt_01 em {
  color: #333;
  /*  background-color: #FCC825;*/
  font-style: normal;
  /*  padding: 2px 3px;*/
  /*  margin-left: 2px;*/
}

/*===== encouragement-award.html =====*/
.note {
  font-size: .9em;
  line-height: 1.4;
  color: #6f6f6f;
  position: relative;
  padding-left: 1.2em;
}
.note > span {
  font-size: .8em;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.arrow-link {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.arrow-link:before {
  content: "";
  width: .4em;
  height: .4em;
  border: 0;
  border-top: solid 1px #03A8CC;
  border-right: solid 1px #03A8CC;
  transform: rotate(45deg);
  position: absolute;
  top: .6em;
  left: 0;
  margin: auto;
  transition: all .2s ease-in-out;
}
.arrow-link:hover::before {
  left:.2em;
  transition: all .1s ease-in-out;
}

 /*===== レイアウト =====*/
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}