@charset "utf-8";

  .cf-error {
    color: #c00;
    margin-top: 4px;
    font-size: 0.9em;
  }
  /* 確認画面時の見た目調整（必要に応じてカスタムしてください） */
  .is-confirm .cf-input {
    display: none;
  }
  .is-confirm .cf-confirm {
    display: block !important;
  }
  .cf-confirm {
    padding: 4px 0;
  }
  
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#helo h1 {
	background-image: url("../images/pc/product/h_bg.png");
	height: 250px;
	line-height: 250px;
	background-position: center center;
	background-size: cover;
	font-size: 28px;
	color: #545454;
}
#helo p {
	font-size: 27px;
	line-height: 1.4em;
	color: #545454;
	margin-top: 60px;
	margin-bottom: 50px;
}





#choice h2 {
	font-size: 26px;
	color: #545454;
	margin-bottom: 40px;
}
#choice .sec {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#choice .sec h3 {
	height: 60px;
	line-height: 60px;
	font-size: 23px;
	color: #545454;
	margin-bottom: 45px;
}
#choice .sec .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#choice .sec .flex::after {
	content: "";
	display: block;
	width: 340px;
}
#choice .sec .flex div {
	width: 340px;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 77px;
}
#choice .sec .flex div figure img {
	width: 100%;
	height: auto;
}
#choice .sec .flex div h4 {
	font-size: 18px;
	color: #545454;
	margin-top: 5px;
}
#choice .sec .flex div h4+p {
	color: #545454;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;
}
#choice .sec .flex div .btn {
	height: 67px;
	line-height: 57px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 20px;
	color: #545454;
	cursor: pointer;
	transition: 0.3s;
}
#choice .sec .flex div .btn em {
	position: relative;
	top: 4px;
}
#choice .sec .flex div .btn:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#choice .sec .flex div .btn span {
	font-size: 34px;
	position: relative;
	top: 4px;
}

#choice .shitlas h3 {
	background-color: #FFD684;
}
#choice .shitlas .btn {
	background-color: #FFEBC3;
}

#choice .flowral h3 {
	background-color: #ffc2b8;
}
#choice .flowral .btn {
	background-color: #ffebe7;
}

#choice .green h3 {
	background-color: #c1dcc2;
}
#choice .green .btn {
	background-color: #dcecdd;
}

#choice .fruets h3 {
	background-color: #ffb792;
}
#choice .fruets .btn {
	background-color: #ffdac6;
}

#choice .ozonick h3 {
	background-color: #a2cae2;
}
#choice .ozonick .btn {
	background-color: #dbebf4;
}

#choice .gruman h3 {
	background-color: #f5d4a5;
}
#choice .gruman .btn {
	background-color: #f9e9d0;
}





#soufu p {
	font-size: 25px;
	color: #545454;
	margin-top: 70px;
}
#soufu ul {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5CA89B;
	border-radius: 20px;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 2.2em;
}





#formarea {
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#formarea h2 {
	color: #545454;
	font-size: 32px;
	margin-top: 80px;
}
#formarea h2+p {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#formarea h2+p span {
	color: #d83939;
}
#formarea table {
	border-top:  1px solid #222222;
}
#formarea table th {
	border-left:  1px solid #222222;
	border-bottom:  1px solid #222222;
	border-right:  1px solid #222222;
	text-align: left;
	padding-left: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EAF2F1;
	width: 259px;
	font-size: 18px;
}
#formarea table th span {
	color: #d83939;
}
#formarea table td {
	border-bottom:  1px solid #222222;
	border-right:  1px solid #222222;
	text-align: left;
	padding-left: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
}
#formarea table td input[type="text"],
#formarea table td input[type="tel"],
#formarea table td input[type="email"]
{
	width: 614px;
	padding-left: 5px;
	height: 46px;
	border: 1px solid #222222;
}
#formarea table .middle td input[type="text"] {
	width: 280px;
	padding-left: 5px;
	margin-left: 8px;
}
#formarea table .short td input[type="text"] {
	width: 200px;
	padding-left: 5px;
}
#formarea table+p {
	color: #545454;
	margin-top: 40px;
	font-size: 21px;
}
#formarea table+p a {
	color: #545454;
}
.cf-input-policy {
	color: #545454;
	font-size: 21px;
	margin-top: 20px;
}
.btn-confirm {
	background-color: #5CA89B;
	width: 454px;
	padding-right: 30px;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	color: #fff;
	border-radius: 20px;
	background-image: url("../images/pc/arrow01.png");
	background-position: center right 80px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 50px;
}
.btn-confirm:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#cf7-back-btn {
	margin-left: 20px!important;
	display: inline-block;
	height: 50px;
	width: 100px;
	cursor: pointer;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#helo h1 {
	background-image: url("../images/pc/product/h_bg.png");
	height: 30vw;
	line-height: 30vw;
	background-position: left center;
	background-size: cover;
	font-size: 5vw;
	color: #545454;
}
#helo p {
	font-size: 4vw;
	line-height: 1.4em;
	color: #545454;
	margin-top: 8vw;
	margin-bottom: 10vw;
}





#choice h2 {
	font-size: 5vw;
	color: #545454;
	margin-bottom: -5vw;
}
#choice .sec {
	padding-left: 5vw;
	padding-right: 5vw;
	margin-bottom: 15vw;
	padding-top: 15vw;
}
#choice .sec h3 {
	height: 18vw;
	line-height: 18vw;
	font-size: 4.5vw;
	color: #545454;
	margin-bottom: 5vw;
}
#choice .sec .flex div {
	margin-bottom: 10vw;
	position: relative;
}
#choice .sec .flex div figure img {
	width: 100%;
	height: auto;
}
#choice .sec .flex div h4 {
	font-size: 4.5vw;
	color: #545454;
	margin-top: 2vw;
}
#choice .sec .flex div h4+p {
	color: #545454;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	text-align: left;
	margin-top: 2vw;
	margin-bottom: 2vw;
}
#choice .sec .flex div .btn {
	height: 12vw;
	line-height: 8.5vw;
	text-align: center;
	font-size: 4vw;
	color: #545454;
	cursor: pointer;
	transition: 0.3s;
}
#choice .sec .flex div .btn:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#choice .sec .flex div .btn span {
	font-size: 8vw;
	position: relative;
	top: 1vw;
}
#choice .sec .flex div .btn em {
	position: relative;
	top: 1.8vw;
}

#choice .shitlas h3 {
	background-color: #FFD684;
}
#choice .shitlas .btn {
	background-color: #FFEBC3;
}

#choice .flowral h3 {
	background-color: #ffc2b8;
}
#choice .flowral .btn {
	background-color: #ffebe7;
}

#choice .green h3 {
	background-color: #c1dcc2;
}
#choice .green .btn {
	background-color: #dcecdd;
}

#choice .fruets h3 {
	background-color: #ffb792;
}
#choice .fruets .btn {
	background-color: #ffdac6;
}

#choice .ozonick h3 {
	background-color: #a2cae2;
}
#choice .ozonick .btn {
	background-color: #dbebf4;
}

#choice .gruman h3 {
	background-color: #f5d4a5;
}
#choice .gruman .btn {
	background-color: #f9e9d0;
}





#soufu p {
	font-size: 5vw;
	color: #545454;
	margin-top: 12vw;
	line-height: 1.5em;
}
#soufu ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5CA89B;
	border-radius: 5vw;
	margin-top: 5vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
	line-height: 2.2em;
}
#soufu ul li {
	font-size: 4vw;
}





#formarea {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-bottom: 15vw;
}
#formarea h2 {
	color: #545454;
	font-size: 5vw;
	margin-top: 15vw;
}
#formarea h2+p {
	margin-top: 3vw;
	margin-bottom: 5vw;
}
#formarea h2+p span {
	color: #d83939;
}
#formarea table {
	border-top:  1px solid #222222;
	border-left:  1px solid #222222;
	border-right:  1px solid #222222;
	border-bottom:  1px solid #222222;
}
#formarea table th {
	text-align: left;
	padding-left: 3vw;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding-top: 4vw;
	padding-bottom: 4vw;
	background-color: #EAF2F1;
	display: block;
	width: 96%;
	font-size: 4vw;
}
#formarea table th span {
	color: #d83939;
}
#formarea table td {
	text-align: left;
	padding-left: 3vw;
	padding-right: 3vw;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	width: 94%;
}
#formarea table td input[type="text"],
#formarea table td input[type="tel"],
#formarea table td input[type="email"]
{
	width: 97%;
	padding-left: 1%;
	height: 10vw;
	border: 1px solid #222222;
}
#formarea table .middle td input[type="text"] {
	width: 28vw;
	padding-left: 1vw;
	margin-left: 2vw;
}
#formarea table+p {
	color: #545454;
	margin-top: 40px;
	font-size: 4vw;
}
#formarea table+p a {
	color: #545454;
}
.cf-input-policy {
	color: #545454;
	font-size: 4vw;
	margin-top: 4vw;
	margin-bottom: 4vw;
}





.btn-confirm {
	background-color: #5CA89B;
	width: 90%;
	height: 15vw;
	line-height: 15vw;
	font-size: 5vw;
	color: #fff;
	border-radius: 3vw!important;
	background-image: url("../images/pc/arrow01.png");
	background-position: center right 5vw;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vw;
}
.btn-confirm:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#cf7-back-btn {
	margin-top: 5vw!important;
	display: inline-block;
	height: 50px;
	width: 100px;
	cursor: pointer;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}