/* reset */
html, body, div, span, p, a, img, ul, li, section {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	margin-top: 0;
}
ul {
	list-style: none;
}
/* .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
	}
	.container, .col-sm-1, .col-sm-10, .col-sm-12, .col-sm-2, .col-sm-8 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	} */
.container {
	width: 100% !important;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:hover {
	text-decoration: none;
}

/* global */
section {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.ff {
	font-family: 'Cochin', "GFS Didot", Arial, sans-serif;
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
.fs2 {
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
}
img {
	width: 100%;
}

/* common */
#pageTop2 {
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	z-index: 10000;
}

#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
@media screen and (max-width: 767px) {
	/* SP */
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	/* PC */
	.sp {
		display: none !important;
	}
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* FS_page_init */
#header {
	/*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
	/*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

main {
	height: 100%;
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	main {
		margin-top: 0vw;
	}
}

@media screen and (min-width: 768px) {
	main {
		margin-top: 0vw !important;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	#line_frds_add_pdct {
		border-style: none;
		margin: 0 auto;
		padding: 0 0 1vw;
	}
	#line_frds_add_pdct img {
		width: 100vw;
		height: 100%;
	}
}

@media screen and (min-width: 768px) {
	#line_frds_add_pdct {
		border-style: none;
		margin: 0 auto;
		padding: 0 0 1vw;
	}
	#line_frds_add_pdct img {
		width: 70vw;
		height: 100%;
	}
}


/* section */
@media screen and (max-width: 767px) {
	/* SP */
	.head_kv {
		width: 100%;
		position: relative;
	}
	.head_kv img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	/* PC */
	.head_kv {
		width: 100%;
		position: relative;
	}
	.head_kv img {
		width: 100%;
		height: 100%;
	}
}

/* foot */
@media screen and (max-width: 767px) {
	.foot_shop {
		background: #000000;
		color: #fff;
		text-align: center;
		font-size: 2.0vw;
		line-height: 3vw;
		padding: 2vw 0vw 2vw;
	}
	.foot_shop a {
		color: #fff;
	}
	.foot_shop a:hover {
		color: #e5e7ff;
	}
}
@media screen and (min-width: 768px) {
	.foot_shop {
		background: #000000;
		color: #fff;
		text-align: center;
		font-size: 0.7vw;
		line-height: 1.1vw;
		padding: 1vw 0vw 1vw;
	}
	.foot_shop a {
		color: #fff;
	}
	.foot_shop a:hover {
		color: #e5e7ff;
	}
}


/* neck care campaign */
@media screen and (max-width: 767px) {
	.wrapper main {
		margin-top: 12vw !important;
	}
	.head_kv{
		position: relative;
		padding-bottom: 14%;
	}
	.head_kv img{
		width: 100%;
		height: auto;
	}
	.kv_txt1{
		position: absolute;
	    top: 0vw;
    	font-size: 4.0vw;
	    text-align: center;
    	width: 38%;
	    padding: 2.1vw 1vw;
    	margin: 0 auto;
	    color: #ffffff;
    	background: repeating-linear-gradient( to right, #ffb805 0%, #ff7905 100% );
	    font-weight: 500;
    	letter-spacing: 0.03em;
	    right: 0;
    	left: 0;
	    line-height: 1;
	}
	
	.kv_txt2{
		position: absolute;
    color: #000000;
    top: 7.8%;
    text-align: center;
    font-size: 4.4vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
	}
	.kv_txt2 span{
		color:#ff7905;
	}
	.page_ttl{
		position: absolute;
    color: #000000;
    top: 12.5%;
    text-align: center;
    font-size: 8.5vw;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    line-height: 1;
    letter-spacing: -0.08em;
	}
	
	.cnt01{
		padding:0;
	}
	.cnt01_box{
		position:relative;
	}
	.cnt01_txt1{
		position: absolute;
    top: 8.5%;
    left: 6%;
    color: #ffffff;
    font-size: 3.6vw;
    line-height: 1;
    letter-spacing: 0.1em;
	}
	.cnt01_txt2{
		position: absolute;
		top: 16.5%;
		left: 0%;
		color: #4d4d4d;
		font-size: 8.5vw;
		line-height: 1;
		letter-spacing: 0.0vw;
		background: #fffd;
		padding: 2.7vw 1.5vw 2.2vw 4.5vw;
	}
	.cnt01_txt2 span{
		color:#ff7905;
	}
	.cnt01_txt3{
		position: absolute;
    bottom: 2.5%;
    color: #4d4d4d;
    line-height: 1.5;
    font-size: 3.5vw;
    letter-spacing: -0.01em;
    left: 5%;
	}
	
	.cnt02{
		background:#f2f2f2;
		padding: 10% 10% 8%;
	}
	.cnt02_box1{
		padding:0vw 0vw;
	}
	.cnt02_box1_txt1{
		color: #000000;
    font-size: 5.8vw;
    text-align: center;
    padding-bottom: 3%;
    letter-spacing: -0.02em;
	}
	.cnt02_box1_txt2{
		color: #b67d32;
    font-size: 10vw;
    letter-spacing: 0.1em;
    padding-bottom: 5%;
    font-weight: 600;
	}
	.cnt02_box1_txt2 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.cnt02_box1_txt2::before,
	.cnt02_box1_txt2::after {
		content: "";
	    width: 50px;
    	height: 2.5px;
	    background-color: #b67d32;
    	margin: 0px 9px -23px;
	}
	.cnt02_box1_txt2::before {
		transform: rotate(60deg);
	}
	.cnt02_box1_txt2::after {
		transform: rotate(-60deg);
	}
	.cnt02_box1a{
		display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11vw;
    width: 72%;
    margin: 0 auto;
	}
	.cnt02_box1a1{
		width: 100%;
		text-align: center;
	}
	.cnt02_box1a1 img{
		width:100%;
		height:auto;
	}
	.cnt02_box1a1_txt{
		font-size: 3.5vw;
    text-align: center;
    color: #000000;
    letter-spacing: 0vw;
    padding: 2% 0% 15%;
	}
	
	.cnt02_box2{
		background:#ffffff;
		padding: 8% 0%;
	}
	.cnt02_box2a{
		background:#f2f2f2;
		padding: 8% 0%;
		margin: 0 10%;
	}
	.cnt02_box2_txt1{
		font-size: 5.6vw;
    color: #000000;
    text-align: center;
    line-height: 1;
    padding-bottom: 3.5%;
	}
	.cnt02_box2_txt1 span{
		font-weight:600;
	}
	.cnt02_box2_txt2{
		font-size: 3.2vw;
    color: #000000;
    text-align: center;
    padding-bottom: 4%;
    line-height: 1;
    letter-spacing: 0.02em;
	}
	.cnt02_box2_line{
		border-bottom:1px solid #000000;
		margin: 0 9%;
	}
	.cnt02_box2_img{
		display: inline-block;
		vertical-align: middle;
		width: 41%;
		margin: 5% 0% 0% 4% !important;
	}
	.cnt02_box2_img img{
		width:100%;
		height:600;
	}
	.cnt02_box2_txt3{
		display: inline-block;
    vertical-align: middle;
    padding: 0vw !important;
    width: 48%;
    font-size: 5.8vw;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.11em !important;
    line-height: 1.2;
    margin-top: 2% !important;
	}
	.cnt02_box2_txt4{
		font-size: 1.9vw;
    color: #000000;
    font-weight: normal;
    letter-spacing: 0.04em;
    padding-top: 3%;
	}
	
	.cnt03{
		padding: 18% 0% 0%;
	}
	.cnt_ttl1{
		width: 27%;
    margin: 0 auto;
    text-align: center;
    font-size: 3.8vw;
    letter-spacing: 0.08em;
    margin-bottom: 4% !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 1;
    padding-left: 1%;
	}
	.cnt_ttl1b{
		width: 44%;
		margin: 0 auto;
		text-align: center;
	    font-size: 3.8vw;
		letter-spacing: 0.08em;
		margin-bottom: 4% !important;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		line-height: 1;
		padding-left: 1%;
	}
	.cnt_ttl2{
		text-align: center;
    font-size: 8.4vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding-bottom: 7%;
    color: #000;
	}
	.cnt03_img1{
		padding-bottom: 12%;
	}
	.cnt03_img2{
		padding-bottom: 0%;
	}
	.cnt03_img1,
	.cnt03_img2 img{
		width:100%;
		height:auto;
	}
	
	.cnt04{
		padding: 19% 5% 10%;
	}
	.cnt04_box{
		position:relative;
		margin-bottom: 4%;
	}
	.cnt04_box img{
		width:100%;
		height:auto;
	}
	.cnt04_txt1a{
		position: absolute;
    background: #ff7905;
    color: #ffffff;
    text-align: center;
    padding: 1.5vw 3.0vw 1.5vw 3.5vw;
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: 0.25em;
    top: 0;
    left: 0;
    line-height: 1;
    width: 40%;
	}
	.cnt04_txt2a2{
		color: #ff7905;
    text-align: center;
    padding: 0.75vw 3.0vw 0.75vw 3.5vw;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
	}
	.cnt04_txt1b{
		position: absolute;
	    background: #ffb805;
    	color: #ffffff;
	    text-align: center;
    padding: 1.5vw 3.0vw 1.5vw 3.5vw;
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: 0.25em;
    top: 0;
    left: 0;
    line-height: 1;
    width: 40%;
	}
	.cnt04_txt1c{
		position: absolute;
    background: #ff7905;
    color: #ffffff;
    text-align: center;
    padding: 1.5vw 1.5vw 1.5vw 2.5vw;
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    top: 0;
    left: 0;
    line-height: 1;
    width: 66%;
	}
	.cnt04_txt1c1{
		position: relative;
		padding: 0% 4%;		
	}
	.cnt04_txt1c2{
		background: #fff;
    color: #ff7905;
    font-size: 2.5vw;
    border-radius: 10vw;
    padding: 0.3vw;
    line-height: 1;
    position: absolute;
    top: 9%;
    left: 10%;
    width: 3vw;
	}
	.cnt04_txt2{
		position: absolute;
		top: 20%;
		left: 7%;
	}
	.cnt04_txt3{
		position: absolute;
	    top: 22%;
    	left: 0;
	    right: 0;
    	margin: 0 auto;
		width: 80%;
	}
	.cnt04_txt2a{
		color: #ff7905;
    font-size: 5.0vw;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding-bottom: 2.5vw;
    line-height: 1;
	}
	.cnt04_txt2b{
		color: #000000;
    font-size: 3.8vw;
    letter-spacing: 0.12em;
    padding-bottom: 1.7vw;
    line-height: 1;
	}
	.cnt04_txt2c{
		color: #000000;
    font-size: 1.9vw;
    letter-spacing: 0.09vw;
    padding-bottom: 1.7vw;
    line-height: 1;
	}
	.cnt04_txt2d{
		color: #000000;
		font-size: 4.2vw;
		letter-spacing: 0.09em;
		line-height: 1;
	}
	.cnt04_txt2d span{
		font-size: 1.7vw;
	    letter-spacing: 0em;
	}
	.cnt04_icn{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		position: absolute;
		bottom: 28%;
		width: 100%;
		padding: 0 7%;
	}
	.cnt04_icn div{
		background: #ffffff;
    padding: 1.4vw 1vw;
    text-align: center;
    color: #ff7905;
    font-size: 2.6vw;
    letter-spacing: 0.25vw;
    line-height: 1;
	}
	.cnt04_link{
		position: absolute;
		bottom: 11%;
		width: 86%;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
	}
	.cnt04_link a{
		display: block;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 2.1vw;
    text-align: center;
    font-size: 2.5vw;
    color: #000000;
    letter-spacing: 0.04em;
    line-height: 1;
	}
	
	.cnt05{
		padding:5% 0%;
	}
	.cnt05_txt1{
		font-size: 5.0vw;
    letter-spacing: 0.12vw;
    line-height: 1.5;
    text-align: center;
    padding: 3.5% 0% 9%;
    color: #000000;
	}
	.cnt05_txt1 span{
		font-weight:600;
	}
	
	.cnt05_ttl{
		background: #f2f2f2;
    padding: 3.0vw 0vw 2.8vw;
    text-align: center;
    color: #000000;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 3%;
	}
	.cnt05_txt2{
		text-align: center;
    color: #000000;
    font-size: 4.1vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 5%;
    font-weight: lighter;
	}
	.cnt05_line_link{
		margin-bottom:12% !important;
	}
	.cnt05_line_link a{
		display: block;
    background: #03c755;
    width: 82%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5.4vw;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.14em;
    font-size: 4.5vw;
    line-height: 1;
	}
	.cnt05_line_link a:hover{
		opacity: 0.8;
		transition: all 0.8s 0s ease;
		color: #ffffff;
	}
	.cnt05_txt3{
		color: #4d4d4d;
    font-size: 2.8vw;
    line-height: 1.53;
    padding: 0% 5% 3%;
    letter-spacing: 0.02em;
	}
	.cnt05_txt3 span{
		font-weight:600;
	}
	.cnt05_txt3 li{
	    font-size: 2.75vw;
    line-height: 1.55;
    list-style: inside;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.05vw;
    letter-spacing: 0.01em;
	}
}
@media screen and (min-width: 768px) {
	.head_kv{
		position: relative;
		padding-bottom: 14%;
	}
	.head_kv img{
		width: 100%;
		height: auto;
	}
	.kv_txt1{
		position: absolute;
		top: 0vw;
		font-size: 2.1vw;
		text-align: center;
		width: 40%;
		padding: 0.5vw 1vw;
		margin: 0 auto;
		margin-top: 0px;
		color: #ffffff;
		background: repeating-linear-gradient( to right, #ffb805 0%, #ff7905 100% );
		font-weight: 500;
		letter-spacing: 0.03em;
		right: 0;
		left: 0;
	}
	
	.kv_txt2{
		position: absolute;
		color: #000000;
		top: 10%;
		text-align: center;
		font-size: 2.2vw;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
		letter-spacing: 0.1em;
	}
	.kv_txt2 span{
		color:#ff7905;
	}
	.page_ttl{
		position: absolute;
		color: #000000;
		top: 15%;
		text-align: center;
		font-size: 4.0vw;
		font-weight: 600;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
	}
	
	.cnt01{
		padding:0;
	}
	.cnt01_box{
		position:relative;
	}
	.cnt01_txt1{
		position: absolute;
		top: 8.5%;
		left: 6%;
		color: #ffffff;
		font-size: 1.8vw;
		line-height: 1;
		letter-spacing: 0.12em;
	}
	.cnt01_txt2{
		position: absolute;
		top: 16.5%;
		left: 0%;
		color: #4d4d4d;
		font-size: 4.5vw;
		line-height: 1;
		letter-spacing: 0.01vw;
		background: #fffd;
		padding: 1.2vw 0.8vw 1.2vw 2vw;
	}
	.cnt01_txt2 span{
		color:#ff7905;
	}
	.cnt01_txt3{
		position: absolute;
		bottom: 1.5%;
		color: #4d4d4d;
		line-height: 1.5;
		font-size: 1.8vw;
		letter-spacing: 0.01em;
		left: 5%;
	}
	
	.cnt02{
		background:#f2f2f2;
		padding: 10% 10% 8%;
	}
	.cnt02_box1{
		padding:0vw 0vw;
	}
	.cnt02_box1_txt1{
		color: #000000;
		font-size: 2.9vw;
		text-align: center;
		padding-bottom: 3%;
	}
	.cnt02_box1_txt2{
		color: #b67d32;
		font-size: 5vw;
		letter-spacing: 0.1em;
		padding-bottom: 5%;
	}
	.cnt02_box1_txt2 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.cnt02_box1_txt2::before,
	.cnt02_box1_txt2::after {
		content: "";
		width: 38px;
		height: 1.5px;
		background-color: #b67d32;
		margin: 0px 9px -15px;
	}
	.cnt02_box1_txt2::before {
		transform: rotate(60deg);
	}
	.cnt02_box1_txt2::after {
		transform: rotate(-60deg);
	}
	.cnt02_box1a{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6vw;
		width: 80%;
		margin: 0 auto;
	}
	.cnt02_box1a1{
		width: 100%;
		text-align: center;
	}
	.cnt02_box1a1 img{
		width:100%;
		height:auto;
	}
	.cnt02_box1a1_txt{
		font-size: 2.0vw;
		text-align: center;
		color: #000000;
		letter-spacing: 0vw;
		padding: 2% 0% 8%;
	}
	
	.cnt02_box2{
		background:#ffffff;
		padding: 8% 0%;
	}
	.cnt02_box2a{
		background:#f2f2f2;
		padding: 8% 0%;
		margin: 0 10%;
	}
	.cnt02_box2_txt1{
		font-size: 2.8vw;
		color: #000000;
		text-align: center;
		padding-bottom: 2vw;
		line-height: 1;
		padding-bottom: 3.5%;
	}
	.cnt02_box2_txt1 span{
		font-weight:600;
	}
	.cnt02_box2_txt2{
		font-size: 1.6vw;
		color: #000000;
		text-align: center;
		padding-bottom: 2vw;
		line-height: 1;
	}
	.cnt02_box2_line{
		border-bottom:1px solid #000000;
		margin: 0 9%;
	}
	.cnt02_box2_img{
		display: inline-block;
		vertical-align: middle;
		width: 41%;
		margin: 5% 0% 0% 4% !important;
	}
	.cnt02_box2_img img{
		width:100%;
		height:600;
	}
	.cnt02_box2_txt3{
		display: inline-block;
		vertical-align: middle;
		padding: 0vw !important;
		width: 48%;
		font-size: 2.8vw;
		font-weight: 600;
		color: #000000;
		letter-spacing: -0.1em !important;
		line-height: 1.3;
		margin-top: 5% !important;
	}
	.cnt02_box2_txt4{
		font-size: 1.0vw;
		color: #000000;
		font-weight: normal;
		letter-spacing: 0.04em;
		padding-top: 2%;
	}
	
	.cnt03{
		padding: 18% 0% 0%;
	}
	.cnt_ttl1{
		width: 29%;
		margin: 0 auto;
		text-align: center;
		font-size: 1.9vw;
		letter-spacing: 0.08em;
		margin-bottom: 4% !important;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		line-height: 1;
		padding-left: 1%;
	}
	.cnt_ttl1b{
		width: 43%;
		margin: 0 auto;
		text-align: center;
		font-size: 1.9vw;
		letter-spacing: 0.08em;
		margin-bottom: 4% !important;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		line-height: 1;
		padding-left: 1%;
	}
	.cnt_ttl2{
		text-align: center;
		font-size: 4.4vw;
		line-height: 1.4;
		letter-spacing: 0.1em;
		padding-bottom: 7%;
	}
	.cnt03_img1{
		padding-bottom: 12%;
	}
	.cnt03_img2{
		padding-bottom: 0%;
	}
	.cnt03_img1,
	.cnt03_img2 img{
		width:100%;
		height:auto;
	}
	
	.cnt04{
		padding: 18% 4%;
	}
	.cnt04_box{
		position:relative;
		margin-bottom: 4%;
	}
	.cnt04_box img{
		width:100%;
		height:auto;
	}
	.cnt04_txt1a{
		position: absolute;
	    background: #ff7905;
    	color: #ffffff;
	    text-align: center;
    	padding: 0.75vw 3.0vw 0.75vw 3.5vw;
	    font-size: 2.0vw;
    	font-weight: 500;
	    letter-spacing: 0.22em;
    	top: 0;
	    left: 0;
    	line-height: 1;
	}
	.cnt04_txt2a2{
		color: #ff7905;
	    text-align: center;
    	padding: 0.75vw 3.0vw 0.75vw 3.5vw;
	    font-size: 2.6vw;
    	font-weight: 600;
	    letter-spacing: 0.12em;
    	line-height: 1;
	}
	.cnt04_txt1b{
		position: absolute;
	    background: #ffb805;
    	color: #ffffff;
	    text-align: center;
    	padding: 0.75vw 3.0vw 0.75vw 3.5vw;
	    font-size: 2.0vw;
    	font-weight: 500;
	    letter-spacing: 0.22em;
    	top: 0;
	    left: 0;
    	line-height: 1;
	}
	.cnt04_txt1c{
		position: absolute;
	    background: #ff7905;
    	color: #ffffff;
	    text-align: center;
    	padding: 0.75vw 1.0vw 0.75vw 1.5vw;
	    font-size: 2.0vw;
    	font-weight: 500;
	    letter-spacing: 0.03em;
    	top: 0;
	    left: 0;
    	line-height: 1;
		width: 67%;
	}
	.cnt04_txt1c1{
		position: relative;
		padding: 0% 4%;		
	}
	.cnt04_txt1c2{
		background: #fff;
	    color: #ff7905;
    	font-size: 1.2vw;
	    border-radius: 10vw;
    	padding: 0.2vw;
	    line-height: 1;
    	position: absolute;
	    top: 9%;
    	left: 7%;
	}
	.cnt04_txt2{
		position: absolute;
		top: 19%;
		left: 7%;
	}
	.cnt04_txt3{
		position: absolute;
	    top: 22%;
    	left: 0;
	    right: 0;
    	margin: 0 auto;
		width: 80%;
	}
	.cnt04_txt2a{
		color: #ff7905;
		font-size: 2.6vw;
		font-weight: 600;
		letter-spacing: 0.12em;
		padding-bottom: 1.5vw;
		line-height: 1;
	}
	.cnt04_txt2b{
		color: #000000;
		font-size: 2.1vw;
		letter-spacing: 0.12em;
		padding-bottom: 0.8vw;
		line-height: 1;
	}
	.cnt04_txt2c{
		color:#000000;
		font-size:1.0vw;
		letter-spacing:0.09vw;
		padding-bottom:1vw;
		line-height: 1;
	}
	.cnt04_txt2d{
		color: #000000;
		font-size: 2.1vw;
		letter-spacing: 0.09em;
		line-height: 1;
	}
	.cnt04_txt2d span{
		font-size:0.9vw;
	}
	.cnt04_icn{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		position: absolute;
		bottom: 28%;
		width: 100%;
		padding: 0 7%;
	}
	.cnt04_icn div{
		background: #ffffff;
	    padding: 1vw 1vw;
    	text-align: center;
	    color: #ff7905;
    	font-size: 1.3vw;
	    letter-spacing: 0.25vw;
    	line-height: 1;
	}
	.cnt04_link{
		position: absolute;
		bottom: 11%;
		width: 86%;
		margin: 0 auto;
		margin-top: 0px;
		left: 0;
		right: 0;
	}
	.cnt04_link a{
		display: block;
		background: #ffffff;
		border: 1px solid #000000;
		padding: 1vw;
		text-align: center;
		font-size: 1.3vw;
		color: #000000;
		letter-spacing: 0.04em;
		line-height: 1;
	}
	
	.cnt05{
		padding:4vw 0vw;
	}
	.cnt05_txt1{
		font-size: 2.5vw;
	    letter-spacing: 0.12vw;
    	line-height: 1.6;
	    text-align: center;
    	padding: 3.5% 0% 7%;
	    color: #000000;
	}
	.cnt05_txt1 span{
		font-weight:600;
	}
	
	.cnt05_ttl{
		background: #f2f2f2;
	    padding: 1.5vw 0vw 1.3vw;
    	text-align: center;
	    color: #000000;
    	font-size: 1.8vw;
	    font-weight: 600;
    	letter-spacing: 0.08em;
	    line-height: 1;
    	margin-bottom: 3%;
	}
	.cnt05_txt2{
		text-align: center;
	    color: #000000;
    	font-size: 2.0vw;
	    line-height: 1.5;
    	letter-spacing: 0.05em;
	    padding-bottom: 5%;
    	font-weight: lighter;
	}
	.cnt05_line_link{
		margin-bottom:12% !important;
	}
	.cnt05_line_link a{
		display: block;
		background: #03c755;
	    width: 82%;
    	margin: 0 auto;
	    border-radius: 10px;
	    padding: 2.7vw;
    	text-align: center;
	    color: #ffffff;
    	font-weight: 500;
	    letter-spacing: 0.08em;
    	font-size: 2.3vw;
	    line-height: 1;
	}
	.cnt05_line_link a:hover{
		opacity: 0.8;
		transition: all 0.8s 0s ease;
		color: #ffffff;
	}
	.cnt05_txt3{
		color: #4d4d4d;
	    font-size: 1.45vw;
	    line-height: 1.53;
		padding: 0% 5% 3%;
	}
	.cnt05_txt3 span{
		font-weight:600;
	}
	.cnt05_txt3 li{
	    font-size: 1.45vw;
	    line-height: 1.53;
    	list-style: inside;
	    text-indent: -1em;
    	padding-left: 1em;
	    padding-bottom: 0.05vw;
	}
}
