@charset "utf-8";
/* CSS Document */

/*
@media以外の所は全てのサイズで読み込まれます。
*/
@media screen and (min-width:768px) { 
  
  .content {
    position:relative;
    min-width: 1000px;
    margin: 0px auto 0px;
    width: 100%;
    display: block;
    background:url("../img/pc.jpg") no-repeat;
    background-position: center top;
    height: 5535px;
  }
  
  .content::before {
    cotent:"";
    display:block;
    min-width
    top:0;
    left:0;
    background:#fff;
    position:absolute;
    width:100%;
    height:100%;
  }
  
  .dlbtn {
    position: absolute;
    top: 5166px;
    left:50%;
    margin-left: -245px;
  }
  
  .link-text {
    position: absolute;
    top: 4978px;
    left:50%;
    margin-left: -258px;
  }
  
  .links-btn {
    position: absolute;
    top: 5400px;
    left:50%;
    margin-left: -430px;
  }
  
  .contactbtn {
    position: absolute;
    top: 2001px;
    left: 50%;
    margin-left: -448px;
  }
  
  .pdf-link {
    position: absolute;
    top: 4078px;
    left: 50%;
    margin-left: -470px;
  }
  
  
}
@media screen and (max-width:767px) { 
  .content {
    position: relative;
    margin: 50px auto 0px;
  }
  
  .contentback {
    width: 100%;
  }
  
  .contentback img{
    width: 100%;
  }
  
  .contactbtnsp {
    top: 327vw;
    left:50%;
    z-index: 1;
    position: absolute;
    width: 90%;
    margin-left: -45%;
  }
  
  .dlbtnsp {
    top: 1514vw;
    left: 50%;
    z-index: 1;
    position: absolute;
    width: 90%;
    margin-left: -45%;
  }
  .link-text-sp {
    top: 1477vw;
    left: 50%;
    z-index: 1;
    position: absolute;
    width: 90%;
    margin-left: -45%;
  }
  
  .covid19_footer_bnr {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    width: 100%;
    background: #fff;
  }
  
  .covid19_footer_bnr  li{
    display: block;
    width: 50%;
    margin:0 auto 40px;
    text-align: center;
  }
  
  .covid19_footer_bnr  li img{
    width:100%;
  }
  
  .pdf-link-sp {
    width: 82.8%;
    position: absolute;
    top: 1157vw;
    left: 5.5%;
  }
  
  .yoshimura-movie {
	  width:900px;
	  margin:10px auto 30px;
  }
	
  .linebox_pc {
	display: none;
  }

  .linebox_sp {
    width: 90%;
    margin: 0 auto;
    display: block !important;
  }
 	
  .linebox_sp img {
    margin-bottom: 10%;
  }  
}