.wqe-Form .wqe-Image.wqe-belongs-product {
    background-size: cover;
    height: 0px;
}
@media screen and (max-width: 782px) {
    .wqe-Form .wqe-Monitor:not(.wqe-is-confirming) {
        left: auto !important;
        top: 210px !important;
        transform: translate(0);
        transition: transform .2s ease-in-out;
    }
}

.woocommerce div.product .stock {
    color: #fff !important;
    background-color: #000;
    padding: 5px 5px;
}

.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
    border-color: #febe00;
    background-color: #febe00;
    color: var(--ast-global-color-5) !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: white !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em !important;
    padding: 0.2em 1em  !important;
    border: 2px solid #00a0d2  !important;
}

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: .1em;
        padding-right: .1em;
    }
}

.ctf7-total{
   text-align: right;
}
.selectBoxR{
    width: 250px !important;
    padding: 0.75em;
   text-align: center;
}

h1 {
  border-bottom: double 5px #FFC778;
}

h2 { 
   padding: 0.2em;
   color: #494949;
   background: #fffaf4;
   border-left: solid 5px #ffaf58;
}

@media (max-width: 544px)
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comments-title, .ast-separate-container .ast-archive-description {
    padding: 0em 0em;
}

.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button {
    text-align: center;
    background-color: #febe00;
}

.ast-site-header-cart .widget_shopping_cart .buttons .button, .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward, .woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button, .woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward {
    text-align: center;
    background-color: #febe00;
}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
    line-height: 2em;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 4em;
    vertical-align: top;
    font-size: initial;
}

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2rem;
    text-align: left;
    text-transform: none;
    color: #3a1a0c;
    margin-top: 70px;
}

body.ctypo p {
    line-height: 25px;
}

pre, code, kbd, samp {
    direction: ltr;
    unicode-bidi: bidi-override;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2rem;
    text-align: left;
    text-transform: none;
    color: #3a1a0c;
    background: white !important;
    padding: 0em;
}

p {
    letter-spacing: 0px;
    padding: 0.5em 0.2em;
    line-height: 2rem;
    font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

input[type=text], input[type=email], input[type=phno], input[type=password], textarea {
    border: 1px solid #bcbcbc;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin: 0 0 0px;
    height: auto;
}

#site-navigation ul li a {
  padding: 10px;
  color: #000;
  background: white;
  font-weight: lighter;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 2px;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}

.radio-NP input[type=radio] {
  display: none;
}

.radio-NP input[type=radio]:checked + .wpcf7-list-item-label {
   border: 2px outset #2A7762;
   background: #6DA895;
   color: #ffffff;
}

.highlight{
    background:linear-gradient(transparent 10%, #ff6 80%);
    padding-top: 5px;
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
    padding-top: 5px;
    line-height: 22px !important;
    letter-spacing: 0px !important;
}

.link a{
    color: #000d99;
    font-weight: 800;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item-norap {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Form-Item-norap {
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: brock;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #febe00;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.wpcf7 input:not([type=submit]), , .wpcf7 textarea{
    width: auto;
    padding: 0.75em;
}

.radio-NP .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
}

.radio-NP .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(19) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(20) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(21) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(22) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(23) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(24) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(25) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(26) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(27) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(28) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(29) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}
.radio-NP .wpcf7-list-item:nth-of-type(30) .wpcf7-list-item-label{
    padding: 5px 10px;
    border: 2px outset #ddd;
}

element.style {
}
.elementor-button span {
    text-decoration: inherit;
}
.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
*, *:before, *:after {
    box-sizing: border-box;
}

.woocommerce h2.woocommerce-loop-product__title {
    font-size: 13px !important;
}

#sidebar ul li a {
    color: #000d99;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: underline !important;
}

.entry-content a, .sidebar p a, #comments p a, .comment-meta.commentmetadata a, .textwidget p a, .entry-summary a {
    color: #000d99;
    text-decoration: underline;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff !important;
    outline: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: orange;
    color: #fff !important;
    padding: 17px text-transform:uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 10px;
}

.r-poiln3 {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 15px !important;
}

.entry-content a, .sidebar p a, #comments p a, .comment-meta.commentmetadata a, .textwidget p a, .entry-summary a {
    color: #1a0dab !important;
    text-decoration: underline;
}

.elementor-177 .elementor-element.elementor-element-a42dd3d {
    margin-top: -20px;
    margin-bottom: 0;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 0;
    margin-block-end: 0;
}