@charset "UTF-8";

/*****************************
cmn
*****************************/

/* 拡大 */
.fontsizebig .formtbl .fomttl {
  width: 220px;
}
.fontsizebig .formtbl .fomcontent {
  width: calc(100% - 220px);
}
.fontsizebig .formtbl .zipaddarea .zipaddbox .input-zip p{
  font-size: 1.6rem;
}
.fontsizebig .formtbl .fomttl span{
  font-size: 1.3rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .formtbl .fomttl ,
  .fontsizebig .formtbl .fomcontent {
    width: 100%;
  }
  .fontsizebig .formtbl .zipaddarea .zipaddbox dt {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .fontsizebig .formtbl .zipaddarea .zipaddbox .input-zip p{
    font-size: 1.5rem;
  }
}

/* 標準 */
