@charset "shift_jis";


/* ==================================================
　コンテンツメール
================================================== */

/* ========== newsletterIndex ========== */
.newsletterIndex * {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body .newsletterIndex * {
	font-family: sans-serif;
}

.newsletterIndex {font-size: 16px;margin-bottom: 50px;}
.newsletterIndex p {font-size: 16px;line-height:1.5rem;text-align: match-parent;}
.newsletterIndex li {font-size: 16px;line-height:1.5rem;}

.newsletterIndex h1.published {
	background: url(../images/subcontents/all/titlebar5.jpg) no-repeat top left;
	color: #222;
	width: 800px;
	height: 40px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: left;
	letter-spacing: 1px;
}

.newsletterIndex a:link {
	color: #00f;
	text-decoration: underline;
}
.newsletterIndex a:hover {
	color: #00f;
	text-decoration: underline;
}
.newsletterIndex a:active {
	color: #00f;
	text-decoration: underline;
}

.newsletterIndex div.boxWrap {
	width: 100%;
	margin: 0 auto;
}

.newsletterIndex div.boxWrap p {
	font-size: 1rem;
	line-height:1.75rem;
	text-align: left;
}

.newsletterIndex div.boxWrap img {
	vertical-align: bottom;
}

.newsletterIndex div.boxWrap .pen {
	background:linear-gradient(transparent 60%, #FFFF99 60%);
}

.newsletterIndex div.boxWrap .penNone {
	background: none;
}

.newsletterIndex div.boxWrap .btm_01 {
	margin-bottom: 1rem;
}
.newsletterIndex div.boxWrap .btm_02 {
	margin-bottom: 2rem;
}
.newsletterIndex div.boxWrap .btm_03 {
	margin-bottom: 3rem;
}

.newsletterIndex div.boxWrap p.lead_01 {
	padding: 0 15px;
	margin: 30px auto 20px;
	color: #ff3300;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 3px;
	background:linear-gradient(transparent 60%, #fff45c 60%);
	width: 770px;
	text-align: center;
}
.newsletterIndex div.boxWrap p.lead_02 {
	padding: 0 15px 10px 15px;
	color: #23496d;
}
.newsletterIndex div.boxWrap p.lead_03 {
	padding: 0 15px 30px 15px;
	color: #23496d;
	font-size:0.8rem;
}

.newsletterIndex div.boxWrap .pageLink p {
	text-align: center;
	margin-bottom: 58px;
}

.newsletterIndex div.boxWrap .pageLink p a {
	display: inline-block;
	padding: 25px 0;
	margin-bottom: 16px;
	border-radius: 20px;
	width: 640px;
	font-size:30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	box-shadow: 3px 4px 0 0 rgba(0,0,0,0.15);
}

.newsletterIndex div.boxWrap .pageLink p a:nth-of-type(1) {
	background: #7bb824;
}

.newsletterIndex div.boxWrap .pageLink p a:nth-of-type(2) {
	background: #e79a09;
}

.newsletterIndex div.boxWrap #backNumber {
	margin-bottom: 30px;
}
.newsletterIndex div.boxWrap #backNumber h2 {
	background: #007d4c;
	font-size:30px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 0 50px;
	min-height: 80px;
	background: url(../images/ml_mail/mm_index/ttl_arrow.png), #007d4c;
	background-size: auto,auto;
	background-repeat: no-repeat,repeat;
	background-position-x: left,left;
	margin: 0 auto 40px;
	width: 770px;
}

.newsletterIndex div.boxWrap #form h2 {
	background: #007d4c;
	font-size:30px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 0 50px;
	min-height: 80px;
	background: url(../images/ml_mail/mm_index/ttl_arrow.png), #e79a09;
	background-size: auto,auto;
	background-repeat: no-repeat,repeat;
	background-position-x: left,left;
	margin: 0 auto 40px;
	width: 770px;
}
/* ========== newsletterIndex バックナンバーアコーディオン ========== */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 640px;
	margin: 0 auto;

}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: block;
	padding: 20px 0 12px 20px;
	cursor: pointer;
	margin: 0;
	background: linear-gradient(to top, #f7faeb  50%, #fdfff6  51%);
	color: #007d4c;
	border-top: 3px double #007d4c;
	border-bottom: 3px double #007d4c;
	font-size: 24px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	margin: 0 auto 30px;
}
.cp_actab .cp_actab-content a {
	margin: 0 auto;
	border-left: 5px solid #c2ddd4;
	border-right: 5px solid #c2ddd4;
	border-bottom: 1px solid #c2ddd4;
	width: 620px;
	display: flex;
	padding: 20px 15px 20px 20px;
	text-decoration: none;
	color: #007d4c;
}
.cp_actab .cp_actab-content a:hover {
	background: #fdfff6;
}
.cp_actab .cp_actab-content a:first-child {
	border-top: 5px solid #c2ddd4;
}
.cp_actab .cp_actab-content a:last-child {
	border-bottom: 5px solid #c2ddd4;
}
.cp_actab .cp_actab-content a p:first-child {
	width: 25%;
}
.cp_actab .cp_actab-content a p:last-child {
	width: 75%;
}
.cp_actab .cp_actab-content a p .vol {
	color: #333;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 200em;

}
/* Icon */
.cp_actab label::after {
	line-height: 1;
	position: absolute;
	top: 17px;
	right: 0;
	display: block;
	width: 3em;
	/*height: 3em;*/
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/* ========== newsletterIndex メールフォーム ========== */
.newsletterIndex #formWrap {
	width:640px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.newsletterIndex table.formTable,
.newsletterIndex table.formTable tbody {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	font-size: 20px;
	border:2px solid #ccc;
}
.newsletterIndex table.formTable td, table.formTable th {
	border-bottom:1px solid #ccc;
	padding:20px;
	width:100%;
	display:block;
}
.newsletterIndex table.formTable th {
	font-weight:normal;
	background:#efefef;
	text-align:left;
	letter-spacing: 1px;
}
.newsletterIndex #formWrap .privacy {
	text-align: center;
	font-size:14px;
	padding: 20px;
}
.newsletterIndex #formWrap .privacy a {
	text-decoration: none;
}
.newsletterIndex #formWrap .form_btn {
	text-align: center;
	margin-bottom: 100px;
}
.newsletterIndex #formWrap input[type="submit"], input[type="reset"], input[type="button"] {
	display:inline-block;
	width:420px;
	margin:0 auto;
	text-align: center;
	font-size:22px;
	background: linear-gradient(to top, #e0e0e0, #f4f4f4);
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #464646;
	padding: 12px 0 7px;
	cursor: pointer;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
	font-weight: bold;
}
.newsletterIndex #formWrap input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	opacity: 0.8;
}









/* ========== newsletter ========== */

.newsletter * {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body .newsletter * {
	font-family: sans-serif;
}

.newsletter {font-size: 16px;margin-bottom: 50px;}
.newsletter p {font-size: 1em ; line-height:1.5em;text-align: match-parent;}
.newsletter li {font-size: 1em ;line-height:1.5em;}

.newsletter h1.published {
	background: url(../images/subcontents/all/titlebar5.jpg) no-repeat top left;
	color: #222;
	width: 800px;
	height: 40px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.note_price {
	color: #222;
	width: 800px;
	/*! height: 40px; */
	padding: 10px 20px;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
	background-color: aliceblue;
}


.newsletter a:link {
	color: #00f;
	text-decoration: underline;
}

.newsletter a:hover {
	color: #00f;
	text-decoration: underline;
}

.newsletter a:active {
	color: #00f;
	text-decoration: underline;
}

.newsletter div.pc table div table:first-child h1 {
	line-height: 1;
}

.pen {
	background:linear-gradient(transparent 60%, #FFFF99 60%);
}


/* ========== newsletterVer2 ========== */
.newsletterVer2 * {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body .newsletterVer2 * {
	font-family: sans-serif;
}

.newsletterVer2 {font-size: 16px;margin-bottom: 50px;}
.newsletterVer2 p {font-size: 16px;line-height:1.5rem;text-align: match-parent;}
.newsletterVer2 li {font-size: 16px;line-height:1.5rem;}

.newsletterVer2 h1.published {
	background: url(../images/subcontents/all/titlebar5.jpg) no-repeat top left;
	color: #222;
	width: 800px;
	height: 40px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: left;
	letter-spacing: 1px;
}

.newsletterVer2 a:link {
	color: #00f;
	text-decoration: underline;
}
.newsletterVer2 a:hover {
	color: #00f;
	text-decoration: underline;
}
.newsletterVer2 a:active {
	color: #00f;
	text-decoration: underline;
}

.newsletterVer2 div.boxWrap {
	width: 600px;
	margin: 0 auto;
}

.newsletterVer2 div.boxWrap p {
	font-size: 1em;
	line-height:1.75em;
	text-align: left;
}

.newsletterVer2 div.boxWrap p.topMessage {
	padding: 20px;
	color: #23496d;
}

.newsletterVer2 div.boxWrap p.txt {
	padding: 20px;
	color: #23496d;
}

.newsletterVer2 div.boxWrap p.ttl_green {
	padding: 20px 20px 0px 20px;
	color: #006633;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #009966;
}

.newsletterVer2 div.boxWrap .bld {
	font-weight: bold;
}

.newsletterVer2 div.boxWrap img {
	vertical-align: bottom;
}

.newsletterVer2 div.boxWrap .pen {
	background:linear-gradient(transparent 60%, #FFFF99 60%);
}

.newsletterVer2 div.boxWrap .width_small {
	width: 400px;
	margin: 0 auto;
}

.newsletterVer2 div.boxWrap .btm_01 {
	margin-bottom: 1rem;
}
.newsletterVer2 div.boxWrap .btm_02 {
	margin-bottom: 2rem;
}
.newsletterVer2 div.boxWrap .btm_03 {
	margin-bottom: 3rem;
}

.newsletterVer2 div.boxWrap .columnRank {
	background: url(../images/ml_mail/common/Pattern-1-09.jpg) no-repeat top left;
	padding: 10px;
}

.newsletterVer2 div.boxWrap .flex_itemList {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 30px;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList {
	width: 29%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList a {
	text-decoration: none;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList img {
	vertical-align: bottom;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList .itemList_name {
	color: #23496d;
	text-align: center;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList .itemList_price {
	color: #cc0201;
	text-align: center;
}

.newsletterVer2 div.boxWrap .flex_itemList .itemList .itemList_click {
	color: #783F04;
	text-align: center;
	background: #FFE599;
	border-radius: 8px;
	padding: 10px 16px;
	width: 90%;
	margin: 10px auto 0;
}

.newsletterVer2 div.boxWrap p.shopIntroduction_txt {
	padding: 10px;
	color: #23496d;
    font-size: 0.75rem;
    text-align: center;
}
.newsletterVer2 div.boxWrap p.shopIntroduction_txt .orange {
	color: #fd7e00;
}

.newsletterVer2 div.boxWrap .flex_shopIntroduction {
	display: flex;
	justify-content: space-between;
}

.newsletterVer2 div.boxWrap .flex_shopIntroduction .shopIntroductionList {
	width: 48%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.newsletterVer2 div.boxWrap .flex_shopIntroduction .shopIntroductionList img {
	vertical-align: bottom;
}

.newsletterVer2 div.boxWrap .coupon_caution {
	font-size: 0.8rem;
    text-align: center;
    display: block;
}

.newsletterVer2 div.boxWrap .groupLink {
	display: flex;
	justify-content: space-around;
	padding: 5px 0 30px;
}
.newsletterVer2 div.boxWrap .groupLink p {
	padding: 0 20px;
}

.newsletterVer2 div.boxWrap .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	margin-top: 8px;
}
.newsletterVer2 div.boxWrap .sns p {
	font-size: 14px;
}
.newsletterVer2 div.boxWrap .sns p:nth-of-type(odd) {
	width: 40px;
	margin-right: 5px;
}
.newsletterVer2 div.boxWrap .sns p:nth-of-type(2) ,
.newsletterVer2 div.boxWrap .sns p:nth-of-type(4) {
	margin-right: 10px;
}
.newsletterVer2 div.boxWrap p.sns_catch {
	font-size: 1.35rem;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #23496d;
}



/* ========== お問い合わせ ========== */
.contactbox {
	width: 96%;
	height: auto;
	margin: 0 auto;
}