@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
.pan {background: #E0E0E0;font-size: 85%;padding: 5px;margin: 0 0 20px 0;}
.cont img{margin-top: 20px;margin-bottom: 30px;}
.cont p{margin-bottom: 30px;}
.cont  h2{padding: 25px 10px;border-top: solid 1px #ffffff;border-bottom: solid 1px #ffffff;margin:30px 0 40px;color: #666666;}
strong{font-weight: bold;background:linear-gradient(transparent 70%,#cee3a9 0%);}
#newicon:after{content: url("https://ybaby.jp/yamasak.img/guide_title_24.png");padding-left: 5px;    position:relative;
top:3px;};
.tb-cell {
  display: flex;
  margin: 20px auto 40px auto;
  text-align: left;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #555;
  display: table-cell
}
.tb-cell .row .cell:nth-child(odd) {
  width: 30%;
}
.tb-cell .row .cell:nth-child(even) {
  width: 70%;
}
.mail-form .row .cell {
  padding: 5px;
}
.mail-form .row .cell:nth-child(1) {
  background: #fdf4e3;
}
.mail-form .row .cell:nth-child(2) {
  background: #fffcf6;
}
input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
}
textarea {
  height: 100px;
  font-size: 16px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #666666;
}
button[type="reset"] {
  background: none;
background-color: #95c155;
color: white;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #ddd;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
.tb-cell {
  max-width:100% ;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #555;
  display: table-cell;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 30%;
}
.tb-cell .row .cell:nth-child(even) {
  width: 500px;
}
input[type="text"],
input[type="email"] {
  width: 300px;
}
textarea {
  width: 100%;
}
}
label{color: #4c4c4c;
    font-size: 1.1em;
    font-weight: 700;
    height: 30px;
    vertical-align: middle;
    display: table-cell;}
.redbold{color: red;}
