@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLのactの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 目次ハイライト*/
a.p-toc__link.current {
background-color: #00A69A;
color: #fff;
}

#main_content .p-toc {
display: none;
}

.d-none {
display: none;
}

.flickity-carousel.p-postList.-type-card, .flickity-carousel.p-postList.-type-thumb {
  display:block;
}
.flickity-carousel li {
  width: 100%;
  list-style-type:none;
}
.flickity-carousel.swell-block-columns__inner {
  display:block;
}
.flickity-prev-next-button {
    top: 20%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-20%);
}
.flickity-prev-next-button.next {
    right: 15px;
}
.flickity-prev-next-button.previous {
    left: 15px;
}

.follow-banner {
  position: fixed;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.7em 1.5em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
  /*opacity: 0.7;*/
}

.follow-banner a:hover {
  /*opacity: 0.9;*/
  padding: 1.7em 2em;
  transition: .3s;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

.zindex01{
  z-index: 99!important;
}

.zindex0{
  z-index: 0!important;
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
.follow-banner {
    display: none;
  }
}


/***フッター固定***/
#footer-picture{
	max-width: 100vw!important;
	margin:0 auto;
	text-align:center;
	opacity: 1;
	z-index: 1!important;
}

.fpfix{
position: sticky;
bottom: 0;
z-index: 1!important;/** (必要に応じて)**/
}

.fpfix img{
opacity:.7;
}

@media screen and (max-width: 960px) {
#footer-picture{display: none}
}

.w-beforeFooter{
position: sticky;
bottom: 0;
margin: 0!important;
z-index: 1!important;
}


.is-hidden {
visibility: hidden;
opacity: 0;
}

.elm {
transition: 0.3s;
opacity: 0;
}


@media screen and (max-width: 480px) {
.sp-none{
display:none;
}
} 
/* スクリーンサイズが480px以下の場合に適用 */

@media screen and (max-width: 960px) {
.ts-none{
display:none;
}
} 
/* スクリーンサイズが960px以下の場合に適用 */


/* ------------------ */
/* フッターアイテム */
/* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-item {
/*  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 1;
  z-index: 100;*/
}

/* メニューを横並びにする */
#fixed-footer-item ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height:120px;
  background: none;
  align-items: flex-end /*下揃え*/
}

/* メニューの要素 */
.fixed-footer-item-edge {
  justify-content: center;
  align-items: center;
  width: 5%!important;/*街灯*/
  padding: 0;
  margin: 0;
}

#fixed-footer-item li {
  justify-content: center;
  align-items: center;
  width: 8%; /* 要素が5つの場合（100/5） */
  padding: 0 2px;
  margin: 0;
	vertical-align: bottom;
}

.f-img-h1{
	height:200px;
}

.f-img-h2{
	height:170px;
	margin-top:20px;
}

.f-img-h3{
	height:150px;
	margin-top:40px;
}

.f-img-h4{
	height:130px;
	margin-top:60px;
}

.f-img-h5{
	height:130px;
	margin-top:60px;
}

.f-img-h6{
	height:150px;
	margin-top:40px;
}

.f-img-h7{
	height:170px;
	margin-top:20px;
}

/* メニューのボタン */
#fixed-footer-item li a {
/*  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 0px 0px;
  font-size: 8px;
  text-decoration: none;*/
}

/* メニュータイトル */
#fixed-footer-item li p {
  font-size: 8px; /* メニュータイトルのフォントサイズ */
}

/* アイコンのサイズを調整 */
.footer-icon001 {
  font-size: 20px;
}



/*フッター固定前ロゴ*/
.post_content>:last-child.mr-btm {
margin-bottom:-200px!important;
}

/*フッター固定メニュー丸アイコン*/
@media (min-width: 960px) {
    .p-fixBtnWrap {
        bottom: 2.5em;
        right: 0.5em!important;
    }
}

/*画面遷移*/
/*
.animation-bg img{
	width:100vw;
}

.move .animation-bg {
  background: #0E9B2E;
  background-position:center center;
  background-size:contain;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.btt .animation-bg {
  animation-name: PageAnime-btt;
}
@keyframes PageAnime-btt {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
*/
/*background-image: url(https://act-minamiguchi-shotengai.com/wp/wp-content/uploads/2024/08/slide_cover.png);*/



/*画面遷移2*/
/*body {
  background-color: #fafafa;
  color: #333;
  text-align: center;
}*/

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
  -webkit-animation: byeShutter 1.8s forwards;
          animation: byeShutter 1.8s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background-color: #ccc;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen1 1.8s forwards;
          animation: shutterOpen1 1.8s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #f3f3f3;
  -webkit-animation: shutterOpen2 1.8s forwards;
          animation: shutterOpen2 1.8s forwards;
}

.content {
  -webkit-animation: contentScale 1.8s forwards;
          animation: contentScale 1.8s forwards;
}

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@-webkit-keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}
@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}

/***** コンタクトフォーム *****/

/********************************************************

.wpcf7 {
font-family: "メイリオ";
font-size:16px;
line-height:32px!important;
}


input[type=text]{
	font-size:16px;
	height:40px;
	width:70%;
	background-color: #ffff;
}

input[type=tel]{
	font-size:16px;
	height:40px;
	width:70%;
	background-color: #ffff;
}

input[type=email]{
	font-size:16px;
	height:40px;
	width:70%;
	background-color: #ffff;
}

.wpcf7 select{
	font-size:16px;
	height:40px;
	width:70%;
	background-color: #ffff;
}

.wpcf7 textarea{
	font-family: "メイリオ"!important;
	font-size:16px;
	width:90%;
	background-color: #ffff;
}

input[type=date]{
	font-size:16px;
	height:40px;
	width:70%;
	background-color: #ffff;
}

input[type=file]{
	font-size:16px;
	height:40px;
	width:40%;
	background-color: #ffff;
}

@media screen and (max-width: 900px) {
	input[type=file]{
	font-size:16px;
	height:40px;
	width:80%;
	background-color: #ffff;
}
/ スクリーンサイズが900px以下の場合に適用 /
} 

@media screen and (max-width: 430px) {
	input[type=file]{
	font-size:12px;
	height:40px;
	width:80%;
	background-color: #ffff;
}
/ スクリーンサイズが430px以下の場合に適用 /
} 

.file {
margin:10px;
display:block;
}

.small-redtxt{
	font-size: 0.8em;
	color: #dc143c;
	padding-left: 1em;
}
.attentiontxt{
	font-size:16px;
	width:80%;
	margin-left: 1em;
	padding-left: 1em;
}
.redtxt{
	font-size:16px;
	width:80%;
	margin-left: 1em;
	padding-left: 1em;
	color: #dc143c;
}
.bluetxt{
	font-size: 16px;
	width:80%;
	margin-left: 1em;
	padding-left: 1em;
	color: #191970;
}

@media screen and (max-width: 900px) {/ スクリーンサイズが900px以下の場合に適用 /
.attentiontxt{
	font-size:16px;
	width:80%;
	padding-left: 1em;
}
.redtxt{
	font-size:16px;
	width:80%;
	padding-left: 1em;
	color: #dc143c;
}
.bluetxt{
	font-size:16px;
	width:80%;
	padding-left: 1em;
	color: #191970;
}
} 
@media screen and (max-width: 430px) {/ スクリーンサイズが430px以下の場合に適用 /
.attentiontxt{
	font-size:12px;
	width:80%;
	padding-left: 1em;
}
.redtxt{
	font-size:12px;
	width:80%;
	padding-left: 1em;
	color: #dc143c;
}
.bluetxt{
	font-size:12px;
	width:80%;
	padding-left: 1em;
	color: #191970;
}
}
********************************************************/

/********************************************************


input[type=text]:focus{
   border:solid 2px #20b2aa;
}

input[type=email]:focus{
   border:solid 2px #20b2aa;
}

input[type=tel]:focus{
   border:solid 2px #20b2aa;
}

input[type=date]:focus{
   border:solid 2px #20b2aa;
}

input[type=file]:focus{
   border:solid 2px #20b2aa;
}

.wpcf7 textarea:focus{
   border:solid 2px #20b2aa;
}

.wpcf7 select:focus{
   border:solid 2px #20b2aa;
}

.wpcf7 date:focus{
   border:solid 2px #20b2aa;
}

.wpcf7 input:focus{
   border:solid 2px #20b2aa;
}
 
input[type=text]{
   outline: none;
}

input[type=email]{
   outline: none;
}

input[type=tel]{
   outline: none;
}

input[type=date]:focus{
   outline: none;
}

input[type=file]:focus{
   outline: none;
}

.wpcf7 textarea{
   outline: none;
}

input[type=submit]{
	display: block;
	text-align: center;
	margin: 0 auto;
	width:30%;
	font-size: 1.4em;
	padding: 1em;
}

input[type=submit]:hover{
	background-color: #20b2aa;
	color: #fff;
}

********************************************************/


.cnt-b-color {
	border-color: #000!important;
}

.cnt-space {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
}

.cnt-space-s {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.wpcf7-not-valid-tip{
	margin-left: 2em;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
    transform: scale(1.6);
    border-radius: 4px;
	margin-right: 1em;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 18px;
  border: 1px solid #000;
  vertical-align: -2px;
  margin-bottom: 1em;
}

input[type="checkbox"]:focus {
	 border: 1px solid #ccc;
}
input[type="checkbox"]:checked {
	 border: 1px solid #000;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label {
	 color: #000;
	font-weight: bold;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(40deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}


/***** faq *****/
.faq_q {
    background-color: var(--color_main);
	color: #000;
}
.faq_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s;
    padding: 0!important;
}
.faq_a.open {
    max-height: fit-content;
    padding: 1em 1em 1em 3em!important;
}
.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
    box-shadow: none;
    left: 1em;
	font-weight: bold;
    border: solid 1px;
}
.swell-block-faq .swell-block-faq__item+.swell-block-faq__item {
    position: relative;
}
.swell-block-faq__item .faq_q:after {
    content: "\e910";
    font-family: icomoon!important;
	color: #000;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
}
.swell-block-faq__item.open .faq_q:after {
    content: "\e912";
}
.faq_a>*{margin-left:1em;}



/* labelで囲まれた部分をすべて全幅に */
.wpcf7-form label{
width:100%;
}
/* */
/* */
/* コンタクトフォームサンプル① */
/* */
/* */
/* フォームを囲むボックス */
div.contact-box{
background-color:#e5d7c7;
padding:3%;
margin:1.7em 0;
border-radius:25px;
}
/* ボックスのタイトル */
p.contact-box-title{
font-size:1em;
font-weight:bold;
color:#ad8c5e;
margin-bottom:0;
}
/* タイトル */
.contactform7 dt{
background-color: #000;
color: #fff;
font-size: 18px;
font-weight:bold;
line-height:1.3em;
width: 100%;
padding: 0.4em;
margin:1.7em 0 1em;
border:none;
border-radius: 25px 0px 0px 25px;
}
/* タイトルにつけるマーク */
.contactform7 dt:before{
content: ' ● ';
color: white;
}
/* 中身の左側スペースをタイトルに合わせる */
.contactform7 dd{
margin-left:22px;
border:none;
}
/* 必須マーク */
span.must{
background-color:#1F1F1F;
color:#fff;
padding:0 10px;
margin-left:5px;
border-radius:25px;
font-size:14px;
line-height:1.7em;
}
/* 自由回答マーク */
span.free{
background-color:#87cefa;
color:#fff;
border:2px solid;
padding:0 10px;
margin-left:5px;
border-radius:25px;
font-size:14px;
line-height:1.7em;
}
/* フォームラベル(項目名) */
.contactform7 label{
font-weight:bold;
width:100%;
margin-top:1em;
}
/* ボックスの中のラベル */
.contact-box label{
display:block;
font-size:1em;
font-weight:bold;
width:100%;
margin-top:1em;
}
/* 半分幅のラベル */
label.half{
display:inline-block;
width:calc(50% - 5px);
margin-right:5px;
margin-top:0.5em;
}
/* 分割幅のラベル */
label.quarter{
display:inline-block;
width:calc(25% - 5px);
margin-right:5px;
margin-top:0.5em;
}
/* 分割幅のラベル */
label.quarter2{
display:inline-block;
width:calc(25% - 5px);
margin-right:0px;
margin-top:0.5em;
}
/* ショートテキストのラベル */
label.stxt{
display:inline-block;
width:calc(4em - 5px);
margin-right:5px;
margin-top:0.5em;
}
/* 幅自動のラベル */
label.w-auto{
display:inline-block;
width:auto;
margin-right:5px;
margin-top:0.5em;
}
.label-center{
width:100%;
text-align:center;
}
.label-left{
width:100%;
text-align:left;
}
.label-top-s{
margin-top:0!important;
}

/* 空白欄 */
.display-box{
padding-left:0.5em;
height:2.5em;
border-radius:5px;
border:1px solid #e5d7c7;
background-color:#fff;
line-height: 2.4;
}

/* 四角い入力欄 */
.input-box,.input-box-mini{
display:block;
width:98%;
padding-left:0.5em;
/*box-shadow:1px 1px 3px inset #dd3333;*/
height:2.5em;
border-radius:5px;
border:2px solid #000;/*border:1px solid #e5d7c7;*/
font-weight: bold;
}
/* 四角い入力欄（枠なし） */
.input-box-thin{
display:block;
width:98%;
padding-left:0.5em;
/*box-shadow:1px 1px 3px inset #dd3333;*/
height:2.5em;
border-radius:5px;
border:1px solid #e5d7c7;
font-weight:bold;
text-align:right;
font-size:1.5em;
}
/* 四角い入力欄（枠なし） */
.input-box-thin2{
display:block;
width:100%;
padding-left:0.5em;
padding-right: 0;
/*box-shadow:1px 1px 3px inset #dd3333;*/
height:2.5em;
/*border-radius:5px;*/
border-radius:5px 0px 0px 5px;
/*border:1px solid #e5d7c7;*/
border:1px solid #f7f7f7;
font-weight:bold;
text-align:right;
font-size:1.5em;
margin-left:0;
}
/* 四角い入力欄（枠なし） */
.input-box-thin3{
display:block;
width:40%;
padding-left:0.5em;
/*box-shadow:1px 1px 3px inset #dd3333;*/
border:1px solid #f7f7f7;
height:2.5em;
/*border-radius:5px;*/
border-radius:0px 5px 5px 0px;
/*border:1px solid #e5d7c7;*/
font-weight:bold;
text-align:left;
font-size:1.5em;
margin-left:0;
}

/* テキストエリア */
textarea.input-box{
height:unset;
}
/* ２つのフォームを一列に並べる */
p.form-line{
margin:0.5em 0 0;/***margin:0.5em 0 0;***/
}
/* ラベルなしのフォームにつける項目名 */
p.form-title{
font-weight:bold;
border-bottom:6px dotted #fff;
padding-bottom:0.2em;
margin:1em 0 0.7em;
}
p.form-title-02{
font-weight:bold;
border-bottom:6px dotted #fff;
padding-bottom:0em;
margin:0em 0em;
}
p.form-title-03{
font-weight:bold;
border-bottom:6px dotted #fff;
padding-bottom:0em;
margin: 2em 0em 0em 0em;
}

/* 説明文 */
p.explain{
margin-bottom:0;
}
/* ラジオボタンやチェックボックスの選択肢項目 */
span.wpcf7-list-item {
margin:0 2em 0 0em;
}
.wpcf7-list-item label{
margin-top:0;
}
/* 何歳とつける項目 */
#age{
display:inline-block;
width:10em;
margin-right:0.5em;
}
/* 選択肢のその他の入力欄 */
span.has-free-text label{
display:inline-block;
width:unset;
}
input[type=text].wpcf7-free-text {
display:inline-block;
background-color:#fff;
width:unset;
height:1.8em !important;
padding-left:0.5em;
box-shadow:1px 1px 3px inset #ad8c5e;
border-radius:5px;
border:1px solid #e5d7c7;
}
/* 利用規約を入れたボックス */
.scroll-wrap-con#term{
display: block;
background-color: #e5d7c7;/******/
height: 250px;
width:100%;/***width: calc(100% + 2em);***/
margin:1em 0;/***margin:2em 0 1em -2em;***/
overflow-y: scroll;
border-radius:0;/***border-radius: 25px;***/
}
/* 利用規約のスクロール部分 */
.scroll{
display: block;
background-color: #fff;
padding: 1em 1em 1em 2em;
margin: 0;/***margin: 2em 1em;***/
}
/* ContactForm7のメッセージ */
div.wpcf7-response-output {
background-color:#000;/*#175ed1;*/
color:#fff;
font-weight:bold;
text-align:center;
width:100%;
margin: 2em 0.5em 1em;
padding: 1em;
}
/* 送信完了メッセージ */
div.wpcf7-mail-sent-ok {
border: none;
}
/* ファイル送信の文字 */
input.contact-file{
font-weight:bold;
color:#1F1F1F;
line-height:1em;
margin-bottom:0.2em;
}
/* 承諾確認チェックのラベル */
.deal label{
font-size:18px;
}
/* 送信ボタン */
.wpcf7-form [type=submit] {
background-color: #1F1F1F;
color: #fff;
font-size:18px;
font-weight:bold;
width: 100%;
margin:1em 0;
box-shadow:1px 1px 3px rgba(0,0,0,0.3);
border:1px solid #1F1F1F;
border-radius:1px;
}
/* 送信ボタン(ホバー) */
.wpcf7-form [type=submit]:hover{
background-color:#1F1F1F;
color:#fff;
}

/* 送信ボタン */
.wpcf7-form .previous-btn [type=button] {
background-color: #1F1F1F!important;
color: #fff;
font-size:18px;
font-weight:bold;
width: 100%;
margin:1em 0;
box-shadow:1px 1px 3px rgba(0,0,0,0.3);
border:1px solid #1F1F1F!important;
border-radius:1px;
}
/* 送信ボタン(ホバー) */
.wpcf7-form .previous-btn [type=button]:hover{
background-color:#1F1F1F;
color:#fff!important;
}


/* タイトル */
.contactform7 .contact-box-title-s{
color: #000;
font-size: 16px;
font-weight:bold;
line-height:1.3em;
width: 100%;
padding: 0.4em;
margin:1.7em 0 1em;
border:none;
/*font-size: 1em;*/
}
/* タイトルにつけるマーク */
.contactform7 .contact-box-title-s:before{
content: ' ● ';
color: #000;
}
/* 中身の左側スペースをタイトルに合わせる */
.contactform7 dd{
margin-left:22px;
border:none;
}
.half-hr{
width:50%;
border:dashed 1px rgba(0,0,0,.1)!important;
}
/* 説明文 */
p.explain-s{
margin-left:1em;
margin-right:1em;
margin-bottom:0;
}


/* w600表示 */
@media screen and (max-width:600px){
label.stxt{
font-size:1em;
}
label.w-auto{
font-size:1em;
}
label.txt-size{
font-size:1em;
}
.contact-box-title-s{
font-size:1em;
}
}

/* スマホでの表示 */
@media screen and (max-width:575px){
/* 半分と分割のフォームを全幅に */
label.half{
width:100%;
margin-right:0;
}
label.quarter{
width:100%;
margin-right:0;
}
label.stxt{
width:100%;
margin-right:0;
}
label.w-auto{
width:100%;
margin-right:0;
text-align:center;
}
.input-box-thin{
text-align:center;
}
.contact-box-title-s{
font-size:1em;
}
}

/* */
/* */
/* ラジオボタン */
/* */
/* */
input[type=radio] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
border: 2px solid #e4e4e4;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: .5em;
margin-bottom: 5px;
border-radius: 25px;
}
input[type=radio]:checked::before {
content: "";
position: absolute;
left: 0;
top: 0;
background-color: #1F1F1F;
border: 2px solid #fff;
width: 20px;
height: 20px;
border-radius: 25px;
}
/* */
/* */
/* チェックボックス */
/* */
/* */
input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
border: 2px solid #1F1F1F;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: .5em;
margin-top: 0;
margin-bottom: 5px;
}
input[type=checkbox]:checked::before {
/*content: "";
position: absolute;
left: 0;
top: 0;
background-image: url(https://japanwl.com/jp/wp-content/uploads/2024/06/cki.png);
background-size: 80%;
background-repeat: no-repeat;
width: 25px;
height: 25px;*/
  position: absolute;
  top: 0px;
  left: 6px;
  transform: rotate(40deg);
  width: 10px;
  height: 20px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  content: '';
}

select.sbox-cs option{
font-weight:bold!important;
}

.br-space{
margin-top:2em;
margin-bottom:2em;
}

@media screen and (min-width: 450px){
.w450-br{
display:none;
}
}

/*.wpcf7 input:focus{
   border:solid 2px #ccc;
}*/

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 2px #ccc;
}

input[type=date]:focus,input[type=file]:focus{
   border:solid 2px #ccc;
}
 
input[type=text], input[type=email], input[type=tel]{
   outline: none;
}

input[type=date]:focus,input[type=file]:focus{
   outline: none;
}

.wpcf7 textarea:focus{
   border:solid 2px #ccc;
}

.wpcf7 select:focus{
   border:solid 2px #ccc;
}

.wpcf7 textarea{
   outline: none;
}

.wpcf7 select:focus{
   outline: none;
}

.wpcf7-form-control.arrownone {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none; 
}

.order-confirm-page{
	font-size:1.2em!important;
	line-height:1.6em;
}
.order-confirm-page dd{
	margin-left:3em!important;
}
.txt-center{
	text-align:center;
}

/*.tags-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
}
.c-postThumb__cat.icon-tag {
    position: relative;
}*/