/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body{
	font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}

.lo_formWrap .msf-step[hidden] { display:none !important; }
.lo_formWrap .msf-step h3{
	margin-bottom: 20px;
	margin-top: 10px;
    background: #000;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.lo_formWrap .has-text-align-center.has-medium-font-size{
	font-weight: bold;
}
.lo_formWrap .msf-step > p{
	padding: 0;
}
.lo_formWrap .msf-progress p{ display:flex; gap:.5rem; margin:0 0 1rem; align-items:center; justify-content:center;}
.lo_formWrap .msf-dot { width:3rem; height:3rem; display:grid; place-items:center;
  border-radius:999px; border:1px solid #ccc; font-size:.9rem; opacity:.5; }
.lo_formWrap .msf-dot.is-active { border-color:#111; opacity:1; background:#42a87b; color: #fff;font-weight:600; }
.lo_formWrap .msf-nav { display:flex; gap:.75rem; margin-top:1rem; }
.lo_formWrap .msf-nav .msf-prev, .msf-nav .msf-next { padding:.6rem 1rem; border:1px solid #ddd; background:#f7f7f7; cursor:pointer; }
.lo_formWrap .msf-review p { margin:1rem 0; }
.lo_formWrap .msf-alert {
  background: #fff4f4;
  border: 1px solid #f3b3b3;
  color: #b40000;
  padding: .75rem 1rem;
  border-radius: 6px;
  margin-top: .75rem;
  font-size: .95rem;
}
.wpcf7-form-control-wrap{margin-top: 20px;}
.lo_formWrap{
	padding: 40px 20px;
	width:100%;
	max-width: 780px;
	margin : 0 auto;
}
.lo_formWrap .wpcf7 form.sent .wpcf7-response-output{
    border-color: #ff0000;
    padding: 2rem;
    text-align: center;
    color: #ff0000;
    font-size: 1.2rem;
}

/* フォーム全体 */
.wpcf7 form .msf {
}

/* 入力欄とラベル */
.wpcf7 form .msf label {
  display: block;
  font-weight: bold;
font-size: min(5vw, 20px);
  margin-bottom: 10px; /* 項目名と入力欄の間隔 */
}
.wpcf7 form .msf label .notice{
  font-size: 70%;
}
.wpcf7 form .msf label .required{
	display: inline-block;
	padding: 4px 6px;
	border-radius: 8px;
	background: #42a87b;
	color: #fff;
	font-size: 70%;
	margin: 0 4px;
}

.wpcf7 form .msf input[type="text"],
.wpcf7 form .msf input[type="email"],
.wpcf7 form .msf input[type="tel"],
.wpcf7 form .msf select,
.wpcf7 form .msf textarea {
width: 100%;
  padding: 18px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 10px; /* ラベルと入力欄の間に余白 */
  margin-bottom: 16px; /* 項目ごとの余白 */
  box-sizing: border-box;
}

/* ナビゲーションボタンを左右に並べる */
.wpcf7 form .msf .msf-nav,
.wpcf7 form .msf .msf-nav p{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
flex-wrap: wrap;
	width: 100%;
}

.wpcf7 form .msf .msf-nav button,
.wpcf7 form .msf input[type="submit"] {
  flex: 1;
  padding: 20px 20px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background .3s;
	width: 45%;
}

.lo_formWrap .wpcf7 .wpcf7-submit:disabled{
	opacity: 0.5;
}


/* 次へボタン（指定色 #42a87b） */
.wpcf7 form .msf .msf-next,
.wpcf7 form .msf input[type="submit"] {
  background: #42a87b;
  color: #fff;
}
.wpcf7 form .msf .msf-next:hover,
.wpcf7 form .msf input[type="submit"]:hover {
  background: #369168;
}

/* 戻るボタンはグレー */
.wpcf7 form .msf .msf-prev {
  background: #eee;
  color: #333;
}
.wpcf7 form .msf .msf-prev:hover {
  background: #ddd;
}
.msf-review p{
	margin-bottom: 15px;	
}

.wpcf7 form .msf select {
  width: 100%;
  padding: 14px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  appearance: none; /* デフォルトの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.wpcf7 form .msf select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.2);
}


/* アコーディオン全体 */
.lightweight-accordion {
  border-bottom: 1px solid #000; /* 黒い下線だけ */
  background: none !important;   /* 背景なし */
  margin: 0;
  padding: 0;
}

/* 見出し部分（Q） */
.lo_formWrap .lightweight-accordion .lightweight-accordion-title,
.lo_formWrap .lightweight-accordion-title {
  position: relative;
  cursor: pointer;
  font-weight: bold !important;
  padding: 20px 30px 20px 0; /* 右に余白（アイコン用） */
  background: none !important;
  border: none;
}
.lo_formWrap .lightweight-accordion .lightweight-accordion-body{
	padding: 20px 0;
}
/* ＋アイコン */
.lightweight-accordion-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  transition: all 0.2s ease;
}

/* 開いたときは − に切り替え */
details[open] .lightweight-accordion-title::after {
  content: "−";
}

.lightweight-accordion-title::marker {
  content: "";
	display:none;
}

/* 回答部分（A） */
.lightweight-accordion .accordion-content {
  padding: 10px 0 15px;
  background: none
}
.floatBtn{
	position: fixed;
	width: 100%;
	left:0;
	bottom: 0;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.6);
	transition: 0.4s;
}
.floatBtn.is-hidden{
	opacity: 0;
}
.footerLink .wp-block-list{
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.footerLink .wp-block-list li a{
  color: #33a171;
	text-decoration: underline;
}
.thanksText{
	line-height: 1.6;
}
.formZindex{
	position: relative;
	z-index: 1100;
	background: rgb(248, 248, 248);
}


/*給付金リスト*/
.kyufuWrap{
	width: 90%;
	margin: 5% auto;
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
}
.kyufuWrap .kyufuTitle{
	position:relative;
	z-index: 100;
	width: 100%;
	padding: 15px;
	background: #42a87b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	border-radius: 10px 10px 0 0;
}
.kyufuWrap .kyufuList li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f4f2ed;
	padding: 20px;
	font-weight: bold;
}
.kyufuWrap .kyufuList li strong{
	color:#ff7900;
	text-decoration: underline;
	font-size: 110%;
}
.kyufuWrap .kyufuList li:nth-child(odd){
	background: #fff;
}

/* スクロールアニメーション */
@keyframes loops {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.lp05_kyufuWrapBg {
	width: 100%;
	padding: 3% 2%;
	background: url(http://zerodenseikatsu.com/site/wp-content/uploads/2025/11/lp05_slide_bg.png) no-repeat center;
	background-size: cover;
}

/* ul 内のすべての li をループさせる */
.kyufuWrap .kyufuList {
  overflow:unset !important;
  animation: loops 40s linear infinite;
  z-index: 0;
}
.kyufuContent{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	background: url(http://zerodenseikatsu.com/site/wp-content/uploads/2025/10/LP_02_02.jpg) no-repeat center top #fff;
	background-size: 100%;
	
}
.thanksPage{
	line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}
.thanksPage strong{
	font-weight: bold !important;	
}
.thanksPage .thanksPageInner{
	padding: 0 15px;
}
.thanksPage .thanksPageInner h2{
	background: #dae3b2;
    padding: 5px 10px;
}

