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

.guide {
	width: 100%;
	color: #030303;
}

.guide_container {
	max-width: 1200px;
	/* text-align:center; */
	display: flex;
  flex-wrap: wrap;
	/* justify-content: center; */
	gap: 10px;
	margin: 0 auto;
	padding: 20px 0;
}

.policy {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
	background: #9DD4D0;
  padding: 2px 0;
}

.policy a {
	font-weight: bold;
	color: #030303;
	padding: 0.7em;
}

.policy a:hover {
	color: #FFF5E2;
}

.line {
  display: flex;
	align-items: center;

}
.line img {
	margin: 0 26px 0 22px!important;
	width: 2px;
	height: 200px;
}
/*footer1*/
.guide {
  max-width: 100%;
  padding: 25px 0 0 0;
  background-color: #f0f0f0;
  letter-spacing: 1.5px;
  margin: 0 auto;
}

.Block{
  display: flex;
  margin-bottom: 100px;
}

.Block dl{
  float: left;
  margin-right: 30px;
  width: 250px;
}

.Block dl:last-child{
  margin-right: 0;
}

.Block dl dt{
  border-bottom: 2px solid #006d80;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px 0;
  padding: 0;
}
.Block dl dd{
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  margin-bottom: 20px;
}

@media(max-width:1024px){
  .Block dl dd {
    font-size: 14px;
  }
}

@media(max-width:768px){
  .policy{
    display: block;
    text-align: center;
  }

  .Block dl {
    float: left;
    margin-right: 0;
  }
  .Block dl dt.ftr-Heading {
    position: relative;
    margin: 0;
  }
  .Block dl dt {
    font-size: 17px;
    line-height: 17px;
    padding: 0 0 10px 0;
  }
  .Block dl dd {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }
  dt.ftr-Heading:after {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #006d80;
    border-right: 2px solid #006d80;
    position: absolute;
    top: -23%;
    right: 10px;
    transform: rotate(45deg);
  }
  dt.ftr-Heading.open:after  {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #006d80;
    border-right: 2px solid #006d80;
    position: absolute;
    top: 25%;
    right: 10px;
    transform: rotate(225deg);
  }
  /* dt.ftr-Heading:after.active {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #006d80;
    border-right: 2px solid #006d80;
    position: absolute;
    top: 25%;
    right: 10px;
    transform: rotate(225deg);
  } */
  .Block {
    flex-wrap: wrap;
    padding: 0 11px;
    margin-bottom: 25px;
  }
  .Block dl.sp-w100 {
    width: 100%;
    margin-top: 20px;
  }

  .ftr-dd.close{
    display: none;
  }
}
