@media print, screen and (min-width:641px) {
  .textImage {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .textImage .txt {
    width: 78.1%;
  }
  .textImage .img {
    width: 19.6%;
  }
  p.author {
    text-align: right;
    border-bottom: #59a8ff solid 2px;
    padding-bottom: 20px
  }
  .steptt {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #0761c5;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center
  }
  .step2 .steptt {
    margin-bottom: 10px
  }
  .step2 {
    margin-top: 60px;
    -webkit-print-color-adjust: exact
  }
  .steptt em {
    font-style: normal;
    color: #fff;
    text-align: center;
    background-color: #3b8de8;
    border-radius: 4px;
    padding: 3px 15px;
    margin-right: 10px
  }
  .step1 p strong {
    color: #3b8de8;
    font-weight: 400
  }
  .step1 p.leadTxt {
    margin-bottom: 25px
  }
  .step1 p.leadTxt img {
    margin: 0 5px 5px;
  }
  .grpchb {
    margin-bottom: 40px
  }
  .grpchb p + p {
    margin-top: 20px
  }
  .container {
    display: block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center
  }
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
  }
  .checkmark {
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 2px #3b8de8
  }
  .container:hover input ~ .checkmark {
    border: solid 2px #0064d2
  }
  .container input:checked ~ .checkmark {
    background-color: #2196F3
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none
  }
  .container input:checked ~ .checkmark:after {
    display: block
  }
  .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .step1 {
    margin-bottom: 20px
  }
  .step1 .result .note {
    text-align: right
  }
  table.tbResult {
    width: 66%;
    margin: 0 auto
  }
  table.tbResult .title {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding: 7px 2px
  }
  table.tbResult .totalNo {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle
  }
  table.tbResult th, table.tbResult td {
    border: 1px solid #535353;
    padding: 5px 2px;
    text-align: right;
    line-height: 1
  }
  table.tbResult th {
    width: 59%;
    font-weight: 400;
    padding-right: 20px;
  }
  table.tbResult td {
    font-size: 1.6rem
  }
  table.tbResult .row1 td {
    padding-right: 48px;
  }
  table.tbResult .row2 td {
    padding-right: 30px
  }
  table.tbResult .row1 th, table.tbResult .row1 td {
    background-color: #fff7a0
  }
  table.tbResult .row2 th, table.tbResult .row2 td {
    background-color: #ffecc8
  }
  .step1 .result .note {
    margin-right: 17%
  }
  .toStep2Area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .toStep2 {
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/to_step2_bg2.png) no-repeat left bottom;
    background-size: 100% auto;
    vertical-align: top;
    height: fit-content;
  }
  .toStep2 p.txt {
    padding: 16px 30px 16px 20px;
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/to_step2_bg1.png) no-repeat left top;
    background-size: 100% auto;
    text-align: left;
  }
  .toStep2 strong {
    color: #0068db;
    font-weight: 400
  }
  .endStep2Area {
    text-align: center;
    margin-bottom: 10px
  }
  .endStep2Area div {
    display: inline-block
  }
  .endStep2 {
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/end_step2_bg2.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 83%
  }
  .endStep2 p.txt {
    padding: 16px 34px 16px 34px;
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/end_step2_bg1.png) no-repeat left top;
    background-size: 100% auto;
    text-align: left
  }
  .endStep2Area .img {
    vertical-align: top;
    margin-top: 17px
  }
  table.tbSt2Input {
    width: 100%;
    margin-bottom: 10px
  }
  .tbSt2Input table.tbSt2Input .col2, .tbSt2Input table.tbSt2Input .col3 {
    width: 24%
  }
  table.tbSt2Input .col1 {
    width: 45%;
    text-align: center
  }
  table.tbSt2Input .col2 {
    width: 27.5%
  }
  table.tbSt2Input tr:nth-child(1) .col1 {
    background: #f4f4f4
  }
  table.tbSt2Input th, table.tbSt2Input td {
    border: 1px solid #535353;
    font-size: 1.6rem;
    line-height: 1.6;
    vertical-align: middle
  }
  table.tbSt2Input th {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px
  }
  table.tbSt2Input td {
    padding: 5px
  }
  table.tbSt2Input tr.row1 .col2, table.tbSt2Input .row9 .col2 {
    background-color: #ffdcdc
  }
  table.tbSt2Input .row1 .col3, table.tbSt2Input .row9 .col3 {
    background-color: #e6f2ff
  }
  table.tbSt2Input .row2 .col3, table.tbSt2Input .row5 .col3 {
    background-color: #e2e2e2
  }
  table.tbSt2Input .row9 .col1 {
    background: #f4f4f4;
    padding-right: 24px;
    text-align: right;
  }
  table.tbSt2Input tr:nth-child(n+2) .col2, table.tbSt2Input tr:nth-child(n+2) .col3 {
    padding-right: 20px;
    text-align: right
  }
  table.tbSt2Input .st2Total {
    font-size: 2.2rem;
    color: #333;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle
  }
  table.tbSt2Input input {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 75%;
    margin-right: 7px;
    text-align: right;
    border: none;
    font-size: 1.6rem;
    padding: 0;
    color: #333;
    outline: none
  }
  table.tbSt2Input input::placeholder {
    color: #e2e2e2
  }
  table.tbSt2Input input:-ms-input-placeholder {
    color: #e2e2e2
  }
  table.tbSt2Input input::-ms-input-placeholder {
    color: #e2e2e2
  }
  .btnArea {
    text-align: center;
    margin: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btnArea li + li {
    margin-left: 10px
  }
  .tbSt2Caption {
    color: #3b8de8;
    font-size: 1.6rem;
    margin-left: 38.5%;
    line-height: 1;
    width: 40%;
    text-align: center
  }
  .tbSt2Caption .icon {
    display: block;
    margin: 4px 0 4px 47.22%
  }
  .result {
    margin-top: 25px
  }
  .printBtn {
    display: inline-block;
    width: 180px;
    background-color: #1b87ff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 50px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .printBtn::after {
    display: inline-block;
    width: 26px;
    height: 23px;
    content: "";
    background: url(/meiji-nutrition-info/images/recipe/icon_print.png) no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
    vertical-align: middle;
  }
  .printBtn:hover {
    background-color: #0064d2
  }
  .noQR {
    display: inline-block;
    width: 180px;
    background-color: #1b87ff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .noQR::after {
    display: inline-block;
    width: 26px;
    height: 23px;
    content: "";
    background: url(/meiji-nutrition-info/images/recipe/icon_print.png) no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
    margin-bottom: 2px;
  }
  .noQR .printBtnTxt {
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .noQR .smallTxt {
    font-size: 1rem
  }
  .noQR:hover {
    background-color: #0064d2
  }
  .qrArea {
    text-align: right;
    padding-top: 80px
  }
  .btnClearArea {
    text-align: center;
    margin-top: 30px
  }
  a.btnClear {
    text-decoration: none
  }
  .btnClear {
    display: inline-block;
    width: 370px;
    background-color: #21c652;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding-bottom: 17px;
    padding-top: 17px
  }
  .btnClear:hover {
    background-color: #03ac35
  }
  .onlyPrint, .onlyPrintQR {
    display: none !important
  }
}
@media only screen and (max-width:640px) {
  section h2 {
    line-height: 1.2;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  section h2::before {
    display: inline-table
  }
  p.author {
    text-align: right;
    border-bottom: #59a8ff solid 2px;
    padding-bottom: 15px;
    margin-top: 5px
  }
  .textImage {
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .textImage .txt {
    width: 100%;
  }
  .textImage .img {
    width: 52%;
    margin: 5px auto 0;
  }
  .steptt {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #0761c5;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center
  }
  .step2 .steptt {
    margin-bottom: 25px
  }
  .step2 {
    margin-top: 25px;
    -webkit-print-color-adjust: exact
  }
  .steptt em {
    font-style: normal;
    color: #fff;
    text-align: center;
    background-color: #3b8de8;
    border-radius: 4px;
    padding: 6px 15px 7px 15px;
    margin-right: 7px;
    height: 20px
  }
  .step1 p strong {
    color: #3b8de8;
    font-weight: 400
  }
  .step1 p.leadTxt {
    margin-bottom: 25px
  }
  .step1 p.leadTxt img {
    margin: 0 5px 3px;
  }
  .grpchb {
    margin-bottom: 35px
  }
  .grpchb p {
    margin-top: 15px
  }
  .grpchb p .note {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4
  }
  .container {
    display: block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
  }
  .checkmark {
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 2px #3b8de8
  }
  .container input:checked ~ .checkmark {
    background-color: #2196F3
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none
  }
  .container input:checked ~ .checkmark:after {
    display: block
  }
  .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .step1 {
    margin-bottom: 10px
  }
  .step1 .result .note {
    text-align: right
  }
  table.tbResult {
    width: 100%;
    margin: 0 auto
  }
  table.tbResult .title {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 1.5rem;
    padding: 4px 2px;
    font-weight: 700;
    line-height: 1.4
  }
  table.tbResult .totalNo {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle;
  }
  table.tbResult th, table.tbResult td {
    border: 1px solid #535353;
    padding: 3px 2px;
    text-align: right;
    line-height: 1.4
  }
  table.tbResult th {
    font-size: 1.5rem;
    width: 57%;
    font-weight: 400;
    padding-right: 10px
  }
  table.tbResult td {
    font-size: 1.3rem
  }
  table.tbResult .row1 td {
    padding-right: 20px
  }
  table.tbResult .row2 td {
    padding-right: 7px
  }
  table.tbResult .row1 th, table.tbResult .row1 td {
    background-color: #fff7a0;
    vertical-align: middle
  }
  table.tbResult .row2 th, table.tbResult .row2 td {
    background-color: #ffecc8;
    vertical-align: middle
  }
  .step1 .result .note li {
    font-size: 1.2rem
  }
  .toStep2Area {
    text-align: center
  }
  .toStep2Area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .toStep2 {
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/to_step2_bg2.png) no-repeat left bottom;
    background-size: 100% auto;
    vertical-align: top;
    height: fit-content;
    width: fit-content;
  }
  .toStep2 p.txt {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 12px 18px 10px 12px;
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/to_step2_bg1.png) no-repeat left top;
    background-size: 100% auto;
    text-align: left
  }
  .toStep2Area div.img {
    width: 18%
  }
  .toStep2Area div.img img {
    width: 100%;
    height: auto
  }
  .toStep2 strong {
    color: #0068db;
    font-weight: 400
  }
  .endStep2Area {
    display: inline-flex;
    margin-top: 40px;
    margin-bottom: 10px
  }
  .endStep2Area div {
    display: inline-block
  }
  .endStep2 {
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/end_step2_bg2.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 83%
  }
  .endStep2 p.txt {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 12px 17px 12px 12px;
    background: url(/meiji-nutrition-info/images/science/info/labor_saving/end_step2_bg1.png) no-repeat left top;
    background-size: 100% auto;
    text-align: left
  }
  .endStep2Area .img {
    vertical-align: top;
    width: 18%
  }
  .endStep2Area div.img img {
    width: 100%;
    height: auto
  }
  table.tbSt2InputSP {
    width: 100%;
    margin-bottom: 10px
  }
  .tbSt2InputArea table:nth-child(4), .tbSt2InputArea table:nth-child(6) {
    margin-bottom: 0
  }
  table.tbSt2InputSP th, table.tbSt2InputSP td {
    border: 1px solid #535353;
    vertical-align: middle
  }
  table.tbSt2InputSP .col1 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    background-color: #f4f4f4;
    padding: 9px 7px
  }
  .tbSt2InputArea table:nth-child(10) .col1 {
    font-size: 1.3rem;
    border: none;
    background-color: transparent;
    padding: 11px
  }
  table.tbSt2InputSP th {
    width: 58.8%;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 7px;
    text-align: left;
    line-height: 1.4
  }
  .tbSt2InputArea table:nth-child(10) th {
    width: 50%;
    text-align: center;
    padding: 10px 2px 11px
  }
  .tbSt2InputArea table:nth-child(10) td {
    padding: 8px 7px
  }
  table.tbSt2InputSP th.th_col2 {
    background-color: #ffdcdc
  }
  table.tbSt2InputSP th.th_col3 {
    background-color: #e6f2ff
  }
  table.tbSt2InputSP .col2, table.tbSt2InputSP .col3 {
    width: 41.2%;
    font-size: 1.4rem;
    padding: 7px;
    text-align: right
  }
  table.tbSt2InputSP .st2Total {
    font-size: 2rem;
    color: #333;
    margin-right: 5px;
    line-height: 1;
    vertical-align: middle
  }
  table.tbSt2InputSP:nth-child(1) .row3 .col3, table.tbSt2InputSP:nth-child(4) .row3 .col3 {
    background-color: #e2e2e2;
    height: 25px
  }
  .tbSt2InputArea .note {
    margin-bottom: 10px
  }
  .tbSt2InputArea .note li {
    font-size: 1.3rem;
    line-height: 1.4
  }
  table.tbSt2InputSP input {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 70%;
    height: 22px;
    text-align: right;
    border: none;
    border-bottom: 3px solid #fff;
    outline: none;
    font-size: 1.6rem;
    color: #333;
    padding: 0
  }
  table.tbSt2InputSP input::placeholder {
    color: #e2e2e2
  }
  table.tbSt2InputSP input:-ms-input-placeholder {
    color: #e2e2e2
  }
  table.tbSt2InputSP input::-ms-input-placeholder {
    color: #e2e2e2
  }
  .btnArea {
    text-align: center;
    margin: 22px 0
  }
  .tbSt2Caption {
    color: #3b8de8;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center
  }
  .tbSt2Caption .icon {
    display: block;
    margin: 4px auto
  }
  .endStep2Note li {
    font-size: 1.3rem;
    line-height: 1.4
  }
  .step1 .result {
    margin-top: 25px
  }
  .step2 .result {
    margin-top: 45px
  }
  .btnClearArea {
    text-align: center;
    margin-top: 30px
  }
  a.btnClear {
    text-decoration: none
  }
  .btnClear {
    display: inline-block;
    width: 80%;
    background-color: #21c652;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding-bottom: 17px;
    padding-top: 17px
  }
  .onlyPrint, .onlyPrintQR {
    display: none !important
  }
}
@media print {
  .printOff {
    display: none !important
  }
  .onlyPrint, .onlyPrintQR {
    display: block !important
  }
  .onlyPrint {
    margin: 10px 0 0 17%
  }
}
@media (orientation: landscape) {
  .widthLarge {
    width: 70%;
  }
}