.a{
    color: aliceblue;
}
.pc_top_wrapper{
    width: 100%;
}
.pc_top_content{
    width: 100%;
}
.pc_top_content img{
    width: 100%;
}
.policy_content_wrapper{
    width: 100%;
}
.pc_policy_content{
    width: 100%;
}
.pc_policy_content img{
    width: 100%;
}
.pc_wrapper{
    width: 100%;
}
.pc_imx_content{
    width: 100%;
}
.pc_imx_content img{
    width: 100%;
}
.pc_wrapper_sp{
display: none;
}
.footer_wraapper{
    background-color: #005060;
    margin-top: -50px;
  }
  .fot_content_text{
    text-align: center;
  }
  .fot_content{
    padding-bottom: 20px;
  }
  .fot_content_text {
    font-size: 34px;
    color: #f0f0f0;
    padding-top: 20px;
    font-weight: 900;
  }
  .fot_content p{
    text-align: center;
    color: #f0f0f0;
  }

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
.pc_wrapper{{
    display: none;
}
.pc_wrapper_sp{
    width: 100%;
    display: block;
}
.pc_imx_content_sp{
    width: 100%;
}
.pc_imx_content_sp img{
    width: 100%;
}
