@charset "UTF-8";

@charset "UTF-8";

/* 修理 */
#h_item2+div{
background: -webkit-linear-gradient(top, #00a968 0%, #52c599 100%); /* 古いSafari用 */
background: linear-gradient(to bottom, #00a968 0%, #52c599 100%);   /* 標準 */
}

a[id*="h_item"]+.composite_box01 .inner_item{
	padding:30px;
	background: #e7f9f4;
	position:relative;
}
a[id*="h_item"]+.composite_box01 .inner_item:nth-child(2n){
	background: #fff;
}

a[id*="h_item"]+.composite_box01 .inner_item_img{
	border-radius: 0!important;
}

a[id*="h_item"]+.composite_box01 .inner_item .heading{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
/* ポイント */
a[id*="point"]+.composite_box01 .wrapper_item {
    justify-content: space-between;
}
a[id*="point"]+.composite_box01 .inner_item{
	padding:30px;
	background: #f0faf7;
	position:relative;
	/* width: 45% !important; */
}
a[id*="point"]+.composite_box01 .inner_item .heading{
	position:relative;
	padding-top:70px;
}
a[id*="point"]+.composite_box01 .inner_item .heading:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top:0;
    left:calc(50% - 25px);
    background: var(--i_main_color);
    border-radius:100%;
    pointer-events:none;
}
a[id*="point"]+.composite_box01 .inner_item .heading:before{
  content: '✔';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  z-index: 1;
}
/*------見出しデザイン------*/
.heading.block_header_1:not(#s_title+section),
.heading.block_header_6:not(#s_title+section){
    display: inline-block;
    width: 100%;
}


.heading.block_header_1 p,
.heading.block_header_6 .h {
    text-shadow: 4px 4px 3px rgba(255, 246, 0, 1);
    background: linear-gradient(transparent 70%, #fff000 70%);
    display: inline;
    position: relative;
    transform: translateX(-50%);
    padding-bottom: 0;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
    display: none;
}
.heading.block_header_1>p,
.heading.block_header_6 >p{
    margin-top: 15px;
}

section.contents_related .heading.block_header_1 p,
section.contents_related_tags .heading.block_header_1 p{
	text-shadow: none;
	background: none;
}
section.contents_related .heading.block_header_1>p,
section.contents_related_tags .heading.block_header_1>p{
	margin-top: 0;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
section.contents_related .heading.block_header_1 p:before,
section.contents_related_tags .heading.block_header_1>p:before{
    display: block;
}

/*--- チェックアイコン削除(2025/08/23) ---*/
a[id*="point"]+.composite_box01 .inner_item .heading:before {
    content: none;
}
a[id*="point"]+.composite_box01 .inner_item .heading:after {
    content: none;
}
a[id*="point"]+.composite_box01 .inner_item .heading {
    padding-top: 0;
}