@charset "UTF-8";
/* CSS Document */

#contents {
    padding: 0 15px;
}
/****************************************************************************************************************************
                                                        トップ
****************************************************************************************************************************/
.top-img {
    width: 100%;
    background-image: url("../images/environmentalpolicy/environmentalpolicy-top-sp.jpg");
}
/****************************************************************************************************************************
                                                        section01 
****************************************************************************************************************************/

#sectuon-title {
  text-align: center;
  padding: 50px 0;
}
#sectuon-title h2 {
  font-size: 16px;
  color: #3C0162;
}
#basic {
  width: 100%;
  padding: 0;
}
#basic h3 {
  font-size: 16px;
  color: #3C0162;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 3px solid #3C0162;
}
#basic p {
  font-size: 14px;
  padding: 20px 0 50px;
  line-height: 1.5;
}
#act h3 {
  font-size: 16px;
  color: #3C0162;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 3px solid #3C0162;
}
#act p {
  font-size: 13px;
  padding: 20px 0 0;
}
#act {
  width: 100%;
  padding: 0;
}
#act ul li {
  padding: 30px 0 0;
}
#act ul li p{
  padding: 0; 
}
#act ul li ul li {
    padding: 10px 0 0;
    margin-left: 25px;
    list-style: disc;
}
#act h4 {
    font-size: 14px;
    color: #3C0162;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
}
#act h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #3C0162;
    width: 5px;
    height: 21px;
}
#signature {
    width: 100%;
    padding: 50px 0;
    display: block;
    text-align: right;
}
#signature .signature-area {
    display: inline-block;
}
#signature p {
	font-size: 12px;
	line-height: 1.5;
}
#signature h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
#signature h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
/**************************************************** min-width: 600px *********************************************************/
@media only screen and (min-width: 600px) {
#contents {
    padding: 0 30px;
}
/****************************************************************************************************************************
                                                       section01 
****************************************************************************************************************************/
#sectuon-title h2 {
    font-size: 20px;
}
#basic {
  max-width: 600px;
}
#basic h3 {
    font-size: 20px;
}
#basic p {
    font-size: 16px;
}
#act {
  max-width: 600px;
}
#act h3 {
    font-size: 20px;
}
#act p {
  font-size: 16px;
}

#act h4 {
  font-size: 17px;
}
#signature {
	max-width: 600px;
}
#signature p {
    font-size: 14px;
}
#signature h4 {
	font-size: 14px;
}
#signature h3 {
	font-size: 16px;
}
}    
/**************************************************** min-width: 1024px *********************************************************/
@media only screen and (min-width: 1024px) {
#contents {
    padding: 0;
}
/****************************************************************************************************************************
                                                       トップ
****************************************************************************************************************************/
.top-img {
    background-image: url("../images/environmentalpolicy/environmentalpolicy-top.jpg");
}
/****************************************************************************************************************************
                                                       section01 
****************************************************************************************************************************/

#sectuon-title {
  padding: 50px;
}
#sectuon-title h2 {
  font-size: 24px;
}
#basic {
  max-width: 960px;
}
#basic h3 {
  font-size: 24px;
}
#act h3 {
  font-size: 24px;
}
#act {
  max-width: 960px;
}
#act ul li {
  padding: 30px 0 0;
}
#signature {
    max-width: 960px;
	padding: 100px 0;
}
}