<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Japacart Child
Text Domain: japacart
Version: 2.5.1
Theme URI: https://japacart.com
Author: Japaweb
Template: japacart
*/
.japacart-main p{
	font-size: 18px;
	margin-block-start: 1.75rem;
}
/* ブログ見出し */
.japacart-main h2{
	padding-left: 0.75em;
    letter-spacing: 0.025em;
    border-left: 2px solid currentColor;
	margin-block-start: 1.75rem;
}
h2.media__title{
	margin-block-start:0px;
}
.japacart-main h3{
	padding-bottom: 0.25em;
    border-bottom: 2px solid currentColor;
	margin-block-start: 1.75rem;
}

/* コンタクトフォーム７ */
.cf7 {
    max-width: 680px;
    box-sizing: border-box;
    margin: 30px auto;
}
.cf7 dt {
	text-align:center;
}
.cf7 dt i {
	margin-right: .5em;
}
.cf7 dd {
	margin: 0 0 2vh 0;
}
.cf7 .rqd {
	color: #ff6666;
	font-size: .8em;
	margin-left: .5em;
}
.btn_cf7 {
	text-align: center;
}
.btn_cf7 input {
	width: 100%;
}
@media screen and (min-width: 768px) {
.cf7 dt {
	float: left;
	clear: left;
	width: 33%;
	padding: .5em 1em .5em 0;
	text-align:left;
	}
.cf7 dd {
	margin-left: 35%;
	}
	.cf7 .rqd {
	float: right;
	margin-left: 0;
	margin-top: .2em;
	}
	.btn_cf7 input {
	width: 70%;
}
}


.wpcf7{
	margin:15px 15px;
}
.cf7 dt{
	font-size:18px;
	margin:3px;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="submit"],textarea{
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
input[type="submit"]{
	background-color: #f18700;
	border: 1px solid #f18700;
    color: #fff;
    font-weight: bold;
	cursor: pointer;
}
.kcheckbox{
	margin: 0 10px 40px 0;
    line-height: 1.5em;
    font-size: 16px;
}
textarea {
    width: 300px;
}

input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

/* お問合せ項目 */
span.wpcf7-list-item {
	display: block;
	margin:15px 0px;
	font-size:16px;
	text-align:center;
}
/* カテゴリタイトル */
.cat-title{
	font-size:150%;
	color:#f18700;
}

/* FAQ */
.faq {
  margin-bottom: 32px; /* 各Q&amp;Aの下に余白 */
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold; /* 質問文は太字にしてみました */
  border-bottom: 1px solid #999;
  margin-bottom: 4px; /* 下にちょい余白 */
}

.faq__dt::before {
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
  color: #0085C8; /* 「A」の文字色 */
}
.faq__dd{
	margin-bottom:20px;
}
/*
a {
 color: #0000ee;
}
a:link {
 color: #0000EE;
 text-decoration: underline;
}

a:visited {
 color: #551A8B;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #FF0000;
 text-decoration: underline;
}
*/

.mw_wp_form form p, .wpcf7 form p{
	margin:0!important;
}
.header-logo a{
  border-bottom:none;
}

/* Amazon Payボタンのサイズをカートボタンに合わせる*/
#pay_with_amazon {
  display: inline-block;
 &nbsp;width: 320px!important;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #pay_with_amazon {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
	.sp_only{
		display:none;
	}
}</pre></body></html>