.result_more_panel#haccps:before*{
    box-sizing: border-box;
}
select {
    border: none;
    background: #ddd;
    border-radius: 50px;
    padding: 1rem;
}
section{
    position: relative;
}
select,input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #F4F0E9;
    border: none;
    border-radius: 50px !important;
    padding: 1rem !important;
}

.button {
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: #000;
    font-weight: bold;
    padding: 1rem;
}


.frame{
    background:#F4F0E9;
}


.frame .error{
    color: #000;
    background: #FEE324;
    border-radius: 20px;
}

.frame .error form input[type="submit"] {
    background: #000;
    font-weight: bold;
    width: 100%;
}
input[type="date"]{
    min-height: 56px;
    text-align: left;
}
input[type="date"]::-webkit-date-and-time-value  {

text-align: left;
}

#contact-link {
    background: #fff;
    padding: 0;
    border: none;
}


#contact-link {
    background: #fff;
    padding: 0;
    border: none;
}

#data,#farm {
    background: #FEF4A7;
    border: none;
    border-radius: 20px;
    padding: 1rem;
}
form label {
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}


header {
    flex-direction: column;
    display: flex;
    align-items: center;
}

header h1 {
    line-height: normal;
    padding: 15px;
    font-weight: bold;
}

form label em {
    display: none;
}

#code div {
    border: none;
}

#kigen select{
    display: none;
}
.ui-datepicker-title select {
    padding: 0.5rem !important;
    background: #fff;
}

#info {
    text-align: center;
}

#data img {
    border-radius: 50px;
    margin-bottom: 0;
}

#data em {
    background: none;
    color: #000;
    margin: 0;
    padding: 0;
}

#data h2 {
    font-weight: normal;
}

dl.summery {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0px;
}

dl.summery dt {
    width: 50%;
}

dl.summery dd {
    width: 50%;
    font-weight: bold;
    color: #F77A00;
    text-align: right;
}

dl.summery dd,dl.summery dt {
    padding: 0.3rem 0px;
    border-top: 1px solid #F3EEE6;
}

#contact-link a {
    background: none;
    color: #000;
    text-decoration: underline;
}

#farm dl, #point p {
    background: none;
    padding: 0;
}
#farm dd {
    font-size: 1rem;
    font-weight: bold;
}

p.point {
    font-size: 13px;
    margin-top: 1rem;
}

p.point em {
    display: block;
}

#result>em {
    text-align: center;
    line-height: 1.7;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

#more p{
    font-size: 14px;
    text-align: center;
}

#more iframe {
    width: 100%;
    appearance: none;
    border: none;
    border-radius: 20px;
}


.result_more_panel a {
    font-weight: bold;
    text-align: center;
    padding: 1rem 0px;
    font-size: 1.2rem;
        line-height: 1.7;
    display: block;
}

.frame header h1 {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
}

.result_more_panel,.result_more_panel iframe body {
    background: #F4F0E9;
    border-radius: 20px;
    position: relative;
}

.result_more_panel iframe html{
        background: #F4F0E9 !important;
}

.result_more_panel + .result_more_panel {
    margin-top: 6rem;
}
.frame .haccp .step {
    background: none;
}
#monitor.frame,
#monitor.result_more_panel  {
    background: #FEF4A7;
    padding-top: 0px;
}

#monitor.result_more_panel > img.thumb{

        width: 100%;
    border-radius: 20px 20px 0px 0px;
}
#sairans .breeder table {
    background: none;
}

#sairans .inspection figure img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 120px;
    margin: 0;
}

#sairans .inspection figure {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.frame .content {
    border: none;
}

#eiyos table {
    background: none;
    border-top: 1px solid;
}

#eiyos th {
    font-weight: normal;
}
#eiyos th,#eiyos td {
    border: none;
    border-top: 1px solid #000;
    padding: 0.5rem;
}

#eiyos th {
    width: 6rem;
}

#eiyos .product figure {
    border-radius: 20px;
    overflow: hidden;
}

#shiryos .production div {
    background: none;
    padding: 0.5rem 0px;
}

.result_more_panel {
    margin-top: 4rem;
    padding-top: 5rem;
}
table.new_sp_table {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid;
}

table.new_sp_table td {
    border-top: 1px solid #000;
    padding: 0.5rem 0px;
}

table.new_sp_table th {
    padding: 0.5rem 0px;
}


th.index_check {
    width: 35%;
}

th.index_result {
    width: 10%;
}

th.index_step {
    width: 20%;
    text-align: center;
}

th.index_item {
    width: 35%;
}

#monitor .result td {
    background: none;
}
#shiryos .production dl {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#sairans .breeder th {
    text-align: left;
    background: none;
}
figure img {
    border-radius: 20px;
    margin: 1rem 0px;
    display: block;
    margin: 1rem auto;
    width:100%;
}


#shiryos.result_more_panel,
#shiryos.frame{
     background:none;
     padding-top: 0px;
     padding: 0;
}
#shiryos.result_more_panel .panel_inner{
    background: #F4F0E9;
    border-radius: 20px 20px 0px 0px;
    padding-top: 4rem;
}

     #sairans .inspection figcaption {
    font-size: 14px;
}

#sairans .breeder td {
    padding: 0.5rem 0px;
}

.other_ttl{
        margin: 2rem 0px 0px;
    font-size: 1.1rem;
}
#contacts .frame {
    background: none;
}

input[type=text], input[type=password], input[type=tel], input[type=date], input[type=file], input[type=submit], textarea, button {
    border: none;
    box-shadow: none;
}

#contacts .form div {
    border: none;
}

#contacts .form dt {
    text-align: center;
    font-size: 1rem;
    margin: 1rem;
    font-weight: normal;
}

#contacts header h1 {
    font-size: 24px;
    padding: 15px;
}

#contacts .form textarea {
    border: none;
    background: #f4f0ea;
    border-radius: 20px;
    padding: 1rem;
}

#contacts .form input[type="submit"] {
    width: 100%;
}

#contacts form select {
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
}

.frame:has(.error),
#counterplan .frame,
#priinfo .frame {
    background: none;
}


.error strong {
    font-size: 1.2rem;
    display: block;
    line-height: 1.7;
}


.result_more_panel:before {
    width: 130px;
    background-size: contain;
    vertical-align: middle;
    height: 130px;
    background-repeat: no-repeat;
}

.result_more_panel#gpcs {
    padding-top: 1rem;
    margin-top: 2rem;
}

.result_more_panel#haccps:before {
    content: '';
    background-image: url(../images/chicken01.png);
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.result_more_panel#shiryos:before {
    content: '';
    background-image: url(../images/chicken02.png);
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.result_more_panel#sairans:before {
    content: '';
    background-image: url(../images/chicken03.png);
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            width: 150px;
            height: 150px;
}

.result_more_panel#eiyos:before {
    content: '';
    background-image: url(../images/chicken04.png);
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        width: 220px;
}

.result_more_panel#eiyos {
    padding-top: 3rem;
}

.result_more_panel#gpcs:before {
    content: '';
    background-image: none;
}
.result_more_panel#gpcs a {
    font-size: 1.1rem;
}
.error strong:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-alert.svg);
    background-size: contain;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

#counterplan h1 {
    font-size: 20px;
}

#shiryos #more iframe {
    border-radius: 0;
}

#shiryos .production {
    background: #f4f0ea;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 2rem;
}

#shiryos iframe{

    border-radius: 0;
}
.frame .error em {
    display: block;
}

.frame .error #code-sample {
    position: relative;
}

#contacts section.thanks {
    margin-bottom: 1rem;
}

#contacts .complete .frame {
    border: none;
    border-radius: 20px;
}



#contacts a {
    text-decoration: none;
}

#contacts .error {
    padding: 1rem;
}

#contacts section.thanks strong {
    display: block;
    font-size: 1.2rem;
    margin: 2rem 0px 1rem;
}

#contacts .content {
    padding: 0;
}
img#code-sample {
    object-fit: contain;
    height: 160px;
}

@media screen and (max-width: 768px) {
    img#code-sample {
    width: 100%;
    }
}