@charset "utf-8";
/** |READ ME| **********************************************************************************************************

"safety"

Cascading Style Sheet Setting File

Ver.20230328

********************************************************************************************************** |READ ME| **/
img {
display: block;
width: 100%;
}
.cmn-side-main{
padding:160px 0 120px;
}
.safety-intro-inner,.safety-contents-inner {
padding:0 0 120px;
max-width: 1000px;
margin: auto;
}
.safety-intro-txt {
font-size: 22px;
text-align: left;
}
.safety-contents {
text-align: left;
}
.safety-contents dl {
display: flex;
padding: 50px 0;
border-bottom: 1px solid #eee;
}
.safety-contents dl:first-child {
border-top: 1px solid #eee; 
}
.safety-contents dl dt {
font-size: 16px;
font-weight: bold;
width: 350px;
}
.safety-contents dl dd {
width: calc(100% - 350px);
}
.safety-contents dl dd a{
  text-decoration: underline;
}
.safety-contents dl dd a:hover{
  text-decoration: none;
  opacity: 1;
}
.safety-contents ul li {
font-size: 14px;
line-height: 1.8;
border-bottom: 1px solid #CCCCCC;
padding: 20px 60px 20px 0;
position: relative;
}
.safety-contents ul li:first-child {
border-top: 1px solid #CCCCCC;
margin-top: 40px;
}
.safety-number {
position: absolute;
top: 20px;
right: 24px;
font-size: 22px;
font-weight: bold;
line-height: 1.4;
}
.safety-red-ttl {
font-size: 20px;
font-weight: bold;
color: #F03;
margin:150px 0 40px;
}
.safety-sub-ttl {
font-size: 16px;
font-weight: bold;
}
.safety-sub-ttl .safety-sub-sml-ttl {
font-size: 14px;
font-weight: normal;
}
.safety-img-box {
max-width: 640px;
margin: auto;
}
@media (max-width:640px) {
  .cmn-side-main{
  padding:80px 0 30px;
  }
  .safety-intro-inner,.safety-contents-inner {
  padding:0 0 40px;
  max-width: 1000px;
  margin: auto;
  }
  .safety-intro-txt {
  font-size: 14px;
  text-align: left;
  }
  .safety-contents {
  text-align: left;
  }
  .safety-contents dl {
  display: block;
  padding: 30px 0;
  }
  .safety-contents dl dt {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  }
  .safety-contents dl dd {
  width: 100%;
  }
  .safety-contents ul li {
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 60px 20px 0;
  position: relative;
  }
  .safety-contents ul li:first-child {
  border-top: 1px solid #CCCCCC;
  margin-top: 40px;
  }
  .safety-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  }
  .safety-red-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #F03;
  margin:100px 0 30px;
  }
  .safety-sub-ttl {
  font-size: 16px;
  font-weight: bold;
  }
  .safety-sub-ttl .safety-sub-sml-ttl {
  font-size: 14px;
  font-weight: normal;
  }
  .safety-img-box {
  max-width: 640px;
  margin: auto;
  }
}
