/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 00:44:48 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 07:08:06 */
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%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}.mv 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
	padding-top:90px;
}
p {
font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
	font-size:16px;
}
.wp-block-button:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.6;
}

html { 
	scroll-behavior: smooth;
}

a{
	color:#333;
	font-family: "Noto Sans JP", sans-serif;
}
a:focus{
	outline:none;
}

header{
	padding-top:20px;
	 padding-right: 30px;
    padding-left: 30px;
	 padding-bottom:20px;
    position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
   background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    align-items: center; 
	z-index:3000;
}


header .navi ul li{
	margin-left:25px;
}

header .navi ul li a{
	font-size:16px;
	font-weight:400;
	 font-family: "Noto Sans JP", sans-serif;
}

header .navi ul li.btn {
  color: #fff;
}
header .navi ul li.btn a {
  position: relative;
  padding-top: 12px;
    padding-right: 25px;
    padding-left: 50px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background: linear-gradient(90deg, #FFC107, #FF9800);
	font-size:16px;
	border-radius:100px;
}
header .navi ul li.btn a:hover {
		background: linear-gradient(90deg, #FFC107, #FF9800);
	opacity: 0.7;
}
header .navi ul li.btn a:before {
  background: url(http://himawari-prevent.com/wp-content/uploads/2026/02/ico_report2_white.svg);
  content: "";
  width: 20px;
  height: 22px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#K-mv{
	background-color:#EDF6FF;
	padding-top:60px;
	padding-bottom:60px;
}
#K-mv h1{
	font-size:34px;
	font-weight:500;
	 font-family: "Noto Sans JP", sans-serif;
	color:#005BBB;
	text-align:center;
}


footer{
	padding-top:60px;
	padding-bottom:30px;
	background: linear-gradient(90deg, #FFC107, #FF9800);
}
footer h2{
	font-size:36px;
	font-weight:500;
	 font-family: "Noto Sans JP", sans-serif;
	color:#FFF;
	text-align:center;
	padding-bottom:30px;
}
footer .btn {
  color: #fff;
}
footer .btn a {
 position: relative;
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 120px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
	background-color:#02B902;
    font-size: 28px;
    border-radius: 100px;
}
footer .btn a:hover {
		background-color:#02B902;
	opacity: 0.7;
}
footer .btn a:before {
  background: url(http://himawari-prevent.com/wp-content/uploads/2026/02/ico_line_white.svg);
  content: "";
  width: 53px;
  height: 48px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	padding-top:30px;
	padding-bottom:30px;
}
footer ul li {
	margin-right:15px;
	margin-left:15px;
}
footer ul li a {
	color:#FFF;
	  font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	font-size:16px;
	text-decoration:none;
}
footer p.copy {
	color:#FFF;
	font-size:12px;
	text-align:center;
}




@media (max-width: 833px) {
	
	body {
	padding-top:75px;
}
	
 header {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
  }
	 header .logo img {
		 width:264px;
  }
	
	.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 35px;
    pointer-events: none;
    width: 35px;
}
	
	.has-modal-open	header .wp-block-navigation__responsive-container-close svg{
	padding-right:15px;
	padding-top:15px;
		 height: 50px;
		width: 50px;
}
	
	header .navi ul li{
		margin-bottom:15px;
		margin-left:0px;
		border:none;
}
header .navi ul li a{ 
		font-size:20px;
	border:none;
}
	.has-modal-open	header .navi ul li.btn a{
			text-align:center;
			color:#fff;
			font-size:18px;
	width:320px;
	vertical-align: text-bottom;
	margin-top:20px;
	line-height:3;
}
	
	
	
#K-mv{
	background-color:#EDF6FF;
	padding-top:30px;
	padding-bottom:30px;
}
#K-mv h1{
	font-size:26px;
	font-weight:500;
	 font-family: "Noto Sans JP", sans-serif;
	color:#005BBB;
	text-align:center;
}
	
	
	footer{
	padding-top:50px;
	padding-bottom:25px;
		padding-left:15px;
		padding-right:15px;
}
footer h2{
	font-size:26px;
	padding-bottom:20px;
}
footer .btn {
  color: #fff;
}
footer .btn a {
 position: relative;
    padding-top: 15px;
    padding-right: 60px;
    padding-left: 80px;
    padding-bottom: 15px;
    font-size: 22px;
}
footer .btn a:before {
  background: url(http://himawari-prevent.com/wp-content/uploads/2026/02/ico_line_white2.svg);
  width: 38px;
  height: 34px;
  left: 20px;
}
footer ul {
	padding-top:15px;
	padding-bottom:20px;
}
footer ul li {
	margin-right:10px;
	margin-left:10px;
}
footer ul li a {
	font-size:14px;
}
footer p.copy {
	font-size:12px;
}



	
	
	.reverse {
      display: flex;
      flex-direction: column-reverse;
    }
}

:root{
	scroll-padding: 100px;
	scroll-behavior: smooth;
}

.kaipc { display:inline; }
.kaisp { display:none; }

@media (max-width: 833px) {
  .kaipc { display:none; }
  .kaisp { display:inline; }
}


.grecaptcha-badge { visibility: hidden; }


h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: auto;
}
