@charset "utf-8";

/* 【トップページ設定】---------------------------------

移転のご案内、ご注意ボタンCSS

-------------------------------------------------------- */



.tp_area {
  width: 1020px;
  margin-left: auto;
  margin-right: auto
}

.tp_l {
  width: 550px;
  float: left
}

.tp_r {
    width: 460px;
    float: right;
}





/* 移転--------------------------------- */



.ac_area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 350px;
    border: 1px solid #782E6D;
    padding-top: 28px;
    padding-right: 30px;
    padding-left: 170px;
    padding-bottom: 28px;
    background-color: #FDDBFC;
    text-align: center;
    background-image: url("../../images/top/ac2025.png");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 180%;
}


.a_txt {
    margin-top: 20px;
    font-weight: bold;
    color: #056183;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #eee;
    margin-left: 0px;
    text-align: left;
}



.ac_btn {
    width: 230px;
    background-image: linear-gradient(0deg, #dd0d25, #fd4f63);
    padding: 15px 0px 15px 0px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff !important;
    font-weight: bold;
    text-align: center !important;
    text-decoration: none;
    font-size: 1.2em;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    box-shadow: 0px 0px 1px #fff;
    margin-right: 100px;
    position: relative;
}


.ac_btn i {
    position: absolute;
    width: 80px !important;
    height: 50px;
    top: 11px;
    right: -20px;
}


.ac_a:hover {
  text-decoration: none !important;
}

.ac_btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

















/* 移転--------------------------------- */



.iten_area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 530px;
    border: solid 1px #f00;
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 59px;
    background-color: #f47d54;
    text-align: center;
}


.i_txt {
    /* [disabled]float: left; */
    margin-top: 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #444;
    margin-left: 0px;
}



.iten_btn {
    width: 230px;
    background-image: linear-gradient(0deg, #dd0d25, #fd4f63);
    padding: 15px 0px 15px 0px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff !important;
    font-weight: bold;
    text-align: center !important;
    text-decoration: none;
    font-size: 1.2em;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    box-shadow: 0px 0px 1px #fff;
    margin-right: 100px;
    position: relative;
}


.iten_btn i {
    position: absolute;
    width: 80px !important;
    height: 50px;
    top: 11px;
    right: -20px;
}


.iten_a:hover {
  text-decoration: none !important;
}

.iten_btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}





.ygr {
  display: block;
}

.ygr span {
    text-shadow: 1px 1px 1px #777;
    color: #FFF;
    position: relative;
    padding-left: 20px;
}

.ygr span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}





/* ご注意--------------------------------- */




.caution {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border: solid 1px #f00;
  width: 530px;
  padding: 10px;
  line-height: 140%;

}



/* 消費者のみなさまへ--------------------------------- */



.sh_area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 450px;
    border: solid 1px #3864b1;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    background-color: #53cbe8;
    text-align: center;
    height: 152px
}


.sh_txt {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2em;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #777;

}

.tp_r a:hover{
	text-decoration: none!important;
}

.sh_bn {
  width: 445px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
}

.sh_bn img {
  float: left;
  margin: 6px;
  text-align: center;
}



.sh_bn a:hover{opacity:0.9}









@media screen and (max-width: 990px) {



  .tp_area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tp_l {
    width: 100%;
    float: none;
  }

  .tp_r {
    width: 100%;
    float: none
  }


    
.ac_area {    
    width: calc(90% - 150px) !important;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 170px;
    padding-bottom: 35px;
    margin-top: 50px!important;
  }    

  .iten_area {
    width: 90% !important;
    padding: 15px
  }

  .caution {
    width: 90% !important;
    padding: 15px
  }

  .sh_area {
    width: 90% !important;
    padding: 15px;
      margin-bottom: 15px!important;
  }

  .i_txt {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .iten_btn {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }




}



@media screen and (max-width: 600px) {

  .iten_area {

    padding-top: 5px;
  }



  .iten_btn {
    width: 95%;

  }

  .i_txt {
    float: none !important
  }



  .sh_bn {
    width: 370px;

    padding-left: 0px;
  }

  .sh_bn img {

    margin: 4px;
    width: 110px;
    height: auto;
  }

  .sh_area {
    margin-top: 15px;
    height: 118px
  }

    
.ac_area {    
    width: calc(90% - 150px) !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }        
    
.a_txt {
    font-size: 20px;
    line-height: 130%;
}
    
}




@media screen and (max-width: 390px) {

  .sh_bn img {
    margin: 4px;
    width: 105px;
    height: auto;
  }
    
.ac_area {    
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 120px
  } 
    
	
.a_txt {
    font-size: 18px;
}    
    
  }
	
