@charset "utf-8";

/*-----------------------------------------------------------------
	font
-----------------------------------------------------------------*/

body,
input,
textarea,
button{
  font-family: a-otf-ud-shin-maru-go-pr6n,sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  -webkit-text-size-adjust: none;
  line-height: 160%; 
}

input,
textarea {
  font-family: a-otf-ud-shin-maru-go-pr6n,sans-serif;
  font-size: 83%;
  font-weight: 400;
}

.bold {
  font-family: m-plus-rounded-1c, sans-serif;
  font-weight: 500!important;
  font-style: normal;
}

.txt12 { font-size: 12px!important;}
.txt14 { font-size: 14px!important;}
.txt20 { font-size: 20px!important;}
.txt24 { font-size: 24px!important;}

/* タブレット */
@media print, screen and (max-width: 1025px) {

}

/* SP */
@media print, screen and (max-width: 600px) {
  
body,
input,
textarea,
button{
  font-size: 16px;
}

}
