@charset "UTF-8";

#subscription_lp a {
    display:block;
    color: #221815;
    text-decoration-line: underline;
	transition:0.5s;
}
#subscription_lp a:hover { 
    opacity: 0.8;
}

#subscription_lp {
    margin: 0 auto;
    width: 1000px;
	line-height: 0;
}

/*今月のお届け内容への誘導枠
-------------------------------------*/
#subscription_lp .setitem-box {
    background: #d4ed9b;
	text-align: center;
}
#subscription_lp .setitem-box .btn_detail {
    text-align: left;
	font-size: 18px;
	padding: 0px 20px 20px;
	line-height: 1;
}

/*申し込みエリア
-------------------------------------*/
#subscription_lp .item-box {
    position: relative;
}

#subscription_lp .item-box .btn {
    position: absolute;
    top: 308px;
    left: 458px;
	border: 0;
}

#subscription_lp .item-box-re .pkg {
    position: absolute;
	top: -80px;
    left: 620px;
	border: 0;
}

#subscription_lp .item-box .txt {
    position: absolute;
    top: 420px;
    left: 60px;
	line-height: 1.8;
	width: 880px;
	border-top: 1px dashed #000000;
	padding-top: 10px;
}

#subscription_lp .item-box a {
    display: inline;
}

/*申し込みエリア re
-------------------------------------*/
#subscription_lp .item-box-re {
    position: relative;
	background: url("../../img/2026/item_01_bg.jpg") repeat-y;
}

#subscription_lp .item-box-re .btn {
    position: absolute;
    top: 306px;
    left: 550px;
	border: 0;
}

#subscription_lp .item-box-re .txt {
	line-height: 1.8;
	width: 880px;
	border-top: 1px dashed #000000;
	padding-top: 10px;
	margin-left: 60px;
}

#subscription_lp .item-box-re a {
    display: inline;
}

#subscription_lp .btn_recipe{
	/*text-align: center;
    padding-bottom: 80px;
	padding-top: 80px;*/
}
#subscription_lp .btn_recipe img{
	width: 500px;
}
/*ポイント
-------------------------------------*/


/*全60種
-------------------------------------*/
#subscription_lp #item60{
	text-align: center;
}
/*#subscription_lp .all_item_wrap{
	position: relative;
}
#subscription_lp .all_item_wrap .btn2{
	position: absolute;
	display: flex;
    justify-content: space-evenly;
    top: 40px;
    width: 100%;
}*/

/*予告
-------------------------------------*/
#subscription_lp #set_item{
	text-align: center;
	background: #fbf9f6;
}

#set_item1,#set_item2,#set_item3,#set_item4,#set_item5,#set_item6,#set_item7,#set_item8,#set_item9,#set_item10,#set_item11,#set_item12{
	text-align: center;
	background: #fbf9f6;
}

/*バナー
-------------------------------------*/
#subscription_lp .all_item_wrap .btn2{
	display: flex;
    justify-content: space-evenly;
    width: 100%;
	margin-top: 40px;
	margin-bottom: 80px;
}



/*ご注意
-------------------------------------*/
#subscription_lp #attention{
	text-align: left;
	line-height: 1.8;
	background: #efefef;
	margin: 0 0 50px;
	padding: 40px;
	font-size: 16px;
}
#subscription_lp #attention h3{
	font-size: 30px;
	margin-bottom: 20px;
}
#subscription_lp #attention dl dt{
	font-weight: bold;
	margin-top: 0.5em;
}
#subscription_lp #attention dl dd{
    text-indent: -1em;
    margin-left: 1em;
}
#subscription_lp #attention a{
	display: inline;
}
/*スケジュール
-------------------------------------
#schedule{
	margin: 0 50px;
}
#schedule h3{
	font-size: 1.4rem;
}

table {
    border-collapse: collapse;
    width:900px;
    text-align: left;
}

table th, table td {
    border: solid 1px #808080;
    padding: 0.5em;      
}

th {
    color: #FFFFFF;
    background: #66b333;
}

tr.imp {
    color: #66b333;
    background: #daf3ca;
    font-weight: bold;
}*/

/*QA
-------------------------------------*/

.cp_qa {
	background: #f3fae3;
	padding:40px;
	margin-bottom: 80px;
}
#subscription_lp .cp_qa a{
	display: inline;
	transition: none;
}
.cp_qa h3 {
	line-height: 1.8;
	font-size: 30px;
    margin-bottom: 15px;
}
.cp_qa h4 {
	line-height: 1.8;
	font-size: 20px;
    margin-bottom: 15px;
	margin-top: 1em;
	border-bottom: 2px solid #a3c84b;
	color: #a3c84b;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 3em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #d4ed9b;
	font-size:16px;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
/*.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}*/

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	/*-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;*/
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.8em 1em 1em 0.5em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
    border: 10px solid #d4ed9b;
    margin-top: -10px;
    border-top: 20px solid #d4ed9b;
	padding: 1em 1em 1em 3em;
	font-size:16px;
	line-height: 1.6em;
	background: #ffffff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 4em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '\25BC';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


/*バックナンバー　セレクトボックス
-------------------------------------*/
.cp_ipselect {
	overflow: hidden;
    width: 30%;
    margin: 2em 0;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/* -------------------------------------

PC　幅640px以上の表示

-------------------------------------*/

@media screen and (min-width: 640px){
	


	
}


/* -------------------------------------
SP　幅640px以下の表示
-------------------------------------*/

@media screen and (max-width: 640px){
	

	
}



