body {
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0rem;
font-style: normal;
font-weight: 500;
color:#222;
background: #faf9f5;
}
p {
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.8;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {

p {
	font-size: 1.5rem;
	line-height: 1.5;
}
}





.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.spimg {
	display: none;
}
@media screen and (max-width: 768px) {
	.pcimg {
		display: none;
	}
	.spimg {
		display: block;
	}
	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

img {
	width: 100%;
	height: auto;
}

.bold {
	font-weight: bold;
}
.org {
	color:#e6592a;
}



.fv {
	background: url("../../img/fvPC.jpg") no-repeat;
	background-position: center top;
	width: 100%;
	height: 850px;
}

.fvSP {
	display: none;
}

figure  {
	padding: 0;
	margin: 0;
}
img  {
	width: 100%;
	height: auto;
}


.bg01 {
	background: #175031 !important;
}
.textFFF {
	color:#fff  !important;
}

.jyotaiITEM {
	position: relative;
	width: 100%;
	background: #fefbf4;
	border-radius: 10px;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	
}


.jyotaiITEM::before {
  content: "";
  position: absolute;
  inset: 5px; /* ← 内側の余白 */
  border: 2px dotted #e6d8b8;
  border-radius: 5px;
  pointer-events: none;
}



.jyotaiITEM figure {
	width: 30%;

}
.jyotaiITEM p {
	width: 65%;
	 display: grid;
  place-items: center;
}

/* 工事中風ボーダー */
.warning-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: 10px;
  background: repeating-linear-gradient(
    45deg,
    #ffd400 0 14px,
    #111 14px 28px
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.warning-box .yellow {
  color: #ffd400;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.35);
}

.newCTA {
	background: #fff;
	padding: 40px;
	border: 8px solid #13ab58;
	box-sizing: border-box;
	border-radius: 10px;
}
.newCTA  h3 {
	text-align: center !important;
	margin-bottom: 20px;
}

.newCTA .buttonbox {
	display: flex;
	justify-content: space-between;
}
.newCTA .buttonbox li {
	list-style-type: none;
	width: 49%;
}

.wai {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.imgMG01 {
	margin-bottom: 50px;
}

.num {
	background: #bb1a40;
	border-radius: 50px;
	font-size: 28px;
	color:#fff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	margin: auto;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.radiusBTM {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
}

.Pcenter {
	text-align: center !important;
}

.jishinTITLE {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	color:#253b85;
}
.riyuu {
	background: #253b85;
	font-size: 18px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-radius: 40px;
	margin-bottom: 10px;
}

.wai02 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color:#fde03f;
}

.zumen {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
}

.pro {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color:#fff;
	padding: 40px 0 0 0;
}

.text-red-600 {
	color:#bb1a40 !important;
}


.meirou {
	background: #253b85;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-radius: 40px;
	margin-bottom: 10px;
	max-width: 60%;
	margin: auto;
	margin-bottom: 20px;
}

.case {
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	margin-bottom: 20px;
	color:#253b85;
}
.case span {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}

.kome {
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.mg50 {
	margin-bottom: 50px;
}
.mg40 {
	margin-bottom: 40px;
}


.areaTITLE {
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	margin-bottom: 40px;
	color:#fff;
}
.areaCAP {
	font-size: 18px;
	margin-bottom: 20px;
}



.accordion {
margin-bottom:40px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
	position: relative;
	background: #253b85;
	color:#fff;
	font-size: 18px; 
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:5px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
font-size: 18px;
	margin-top: 5px;
	margin-left: 15px;
}

.denwa {
	font-size: 24px;
	font-weight: bold;
}
.privacy {
	font-size: 14px;
}


@media screen and (max-width: 834px){	
	
.fv {
	background: url("../../img/fvPC.jpg") no-repeat;
	background-position: center top;
	width: 100%;
	height: 850px;
	display: none;
}

.fvSP {
	display: block;
	margin-top: 20px;
}

figure  {
	padding: 0;
	margin: 0;
}
img  {
	width: 100%;
	height: auto;
}


.bg01 {
	background: #175031 !important;
}
.textFFF {
	color:#fff  !important;
}

.jyotaiITEM {
	position: relative;
	width: 100%;
	background: #fefbf4;
	border-radius: 10px;
	display: flex;
	padding: 15px;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	
}


.jyotaiITEM::before {
  content: "";
  position: absolute;
  inset: 5px; /* ← 内側の余白 */
  border: 2px dotted #e6d8b8;
  border-radius: 5px;
  pointer-events: none;
}



.jyotaiITEM figure {
	width: 20%;
	margin-right: 10px;

}
.jyotaiITEM p {
	width: 65%;
	 display: grid;
  place-items: center;
	font-size: 18px !important;
}
	
	.cyuuiTITLE {
		font-size: 20px !important;
	}

/* 工事中風ボーダー */
.warning-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: 10px;
  background: repeating-linear-gradient(
    45deg,
    #ffd400 0 14px,
    #111 14px 28px
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.warning-box .yellow {
  color: #ffd400;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.35);
}

.newCTA {
	background: #fff;
	padding: 20px;
	border: 8px solid #13ab58;
	box-sizing: border-box;
	border-radius: 10px;
}
.newCTA  h3 {
	text-align: center !important;
	margin-bottom: 10px;
}

.newCTA .buttonbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.newCTA .buttonbox li {
	list-style-type: none;
	width: auto;
	margin-bottom: 5px;
}

.wai {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.imgMG01 {
	margin-bottom: 25px;
}

.num {
	background: #bb1a40;
	border-radius: 50px;
	font-size: 28px;
	color:#fff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	margin: auto;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.radiusBTM {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
}

.Pcenter {
	text-align: center !important;
}

.jishinTITLE {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	color:#253b85;
}
.riyuu {
	background: #253b85;
	font-size: 18px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-radius: 40px;
	margin-bottom: 10px;
}

.wai02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#fde03f;
}

.zumen {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
}

.pro {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	padding: 40px 0 0 0;
}

.text-red-600 {
	color:#bb1a40 !important;
}


.meirou {
	background: #253b85;
	font-size: 16px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-radius: 40px;
	margin-bottom: 10px;
	max-width:100%;
	margin: auto;
	margin-bottom: 10px;
}

.case {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color:#253b85;
}
.case span {
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
}

.kome {
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.mg50 {
	margin-bottom: 25px;
}
.mg40 {
	margin-bottom: 20px;
}


.areaTITLE {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color:#fff;
}
.areaCAP {
	font-size:16px;
	margin-bottom: 20px;
}



.accordion {
margin-bottom:40px;	
}
.accordion:last-child {
margin-bottom: 0px;	
}
.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 5px;
}


.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 15px;
	position: relative;
	background: #253b85;
	color:#fff;
	font-size: 16px; 
}
.accordion > ul > li > a:hover {
	opacity: 0.8;
}

.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:0;
	color:#303030;
	line-height:1.8;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 10px;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:50%;
	right:0px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
font-size: 18px;
	margin-top: 5px;
	margin-left: 15px;
}

.denwa {
	font-size: 24px;
	font-weight: bold;
}
.privacy {
	font-size: 14px;
}
	
	
	.cusTEXT  {
		font-size: 16px !important;
	}


}

	.title02 {
		font-size: 38px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: bold;
	}
.medal {
	width: 200px;
	position: absolute;
	top:100px;
	right:15px;
	position: fixed;
	z-index: 999;
}

@media screen and (max-width: 834px){	
	.title02 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.medal {
	width: 90px;
	position: absolute;
	top:5px;
	right:10px;
	position: fixed;
	z-index: 999;
}
	.exmark {
		position: absolute;
		top:-35px;
	}
	}










