@charset "utf-8";



/* -------------------------------------

 for PC

------------------------------------- */





#main_box { line-height: 2.0; }





/* content ----------------- */







#main_box{ width:1000px;}



.guide_index #main_box .box01 dl {

  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

}



.guide_index #main_box .box01 dt {

  width: 240px;

}



.guide_index #main_box .box01 dd {

  width: calc(100% - 241px);

}

.guide_index #main_box .box01 dd a {

	display: block;

  text-decoration: underline;

}



.box02 a {

  text-decoration: underline;

}



@media screen and (max-width:767px) {

  .guide_index #main_box .box01 dt {

    width: 100%;

  }  

  .guide_index #main_box .box01 dd {

    width: 100%;

  }

}