@charset "SHIFT-JIS";

#contents-area img {
	width: 100%;
	vertical-align: bottom;
}

/* contents-header ------------------------------------ */
#contents-area #contents-header {
	padding: 10% 7% 10%;
}

#contents-area #contents-header p {
	margin: 8% 0;
	font-size: 120%;
	line-height: 1.9;
	color: #000;
}

#contents-area #contents-header ul {
	padding: 5% 5% 5.5%;
	background-color: #fdebf5;
}

#contents-area #contents-header ul li {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

#contents-area #contents-header ul li:last-child {
	margin-bottom: 0;
}

#contents-area #contents-header ul li span {
	color: #e4007f;
}

/* contents-main ------------------------------------ */
#contents-area #contents-main {
	margin-bottom: 6%;
	padding: 10% 4%;
	background-color: #f8f8f8;
}

#contents-area #contents-main p.title-txt {
	text-align: center;
	margin-bottom: 5%;
	color: #000;
	font-size: 110%;
	line-height: 1.2;
	text-align: center;
}

#contents-area #contents-main .contents-main-box {
	margin-bottom: 4%;
	padding: 10% 8%;
	background-color: #fff;
	border: 1px solid #e4007f;
}

#contents-area #contents-main .contents-main-box:last-child {
	margin-bottom: 0;
}

#contents-area #contents-main .contents-main-box .title-image {
	margin-bottom: 8%;
}

#contents-area #contents-main .main-text {
	margin-bottom: 10%;
	color: #000;
	font-size: 120%;
	line-height: 1.9;
}

/* button ------------------------------------ */
#contents-area .button-p a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #f589c6),
		color-stop(139%, #dc4873) );
	background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
	border: none;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 100%;
	padding: 4% 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#contents-area .button-p a.button-anchor { /* ページ内リンク */
	background: url(/images/MailMag/pc_icon_anchor.png),
		linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
	background-repeat: no-repeat, repeat;
	background-position: right 8% center, left bottom;
	padding: 4% 7%;
}

/* form area ------------------------------------ */
#contents-area #register {
	padding-top: 4%;
}

#contents-area #register h2 {
	margin-left: 4%;
	margin-right: 4%;
	padding: 0;
	padding-left: 1rem;
	margin-bottom: 4%;
	font-size: 140%;
	line-height: 1.2;
	color: #333;
	border-left: 0.5rem solid #e4007f;
}

#contents-area #register h3 {
	margin-top: 8%;
	padding: 4%;
	background-color: #f4f4f4;
	font-size: 120%;
	line-height: 1.4;
	color: #333;
	border-top: 1px solid #ddd;
}

#contents-area #register p.form-text {
	margin-left: 4%;
	margin-right: 4%;
	font-size: 120%;
	line-height: 1.9;
	color: #333;
}

#contents-area #register .inner-box {
	padding: 8% 0 0;
	margin: 0 4%;
}

.annotation {
	margin-top: 5%;
	font-size: 110%;
	color: #333;
	text-indent: -1rem;
	padding-left: 1rem;
	overflow-wrap: break-word;
}

#contents-area #register #e-mail-magazine-section .inner-box {
	border-bottom: 1px solid #ddd;
}

#contents-area #register #e-mail-magazine-section p.mail-name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2%;
}

#contents-area #register #e-mail-magazine-section p.mail-name:before {
	content: "■";
	color: #f17fbf;
	padding-right: 0.2em;
}

#contents-area #register #e-mail-magazine-section p.mail-text {
	font-size: 120%;
	line-height: 1.9;
	margin-bottom: 5%;
}

#contents-area #register #e-mail-magazine-section p.mail-text b {
	color: #e4007f;
}

#contents-area #register #e-mail-magazine-section .checkbox-wrapper {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 4% 4% 3%;
	margin-bottom: 8%;
	text-align: center;
}

#contents-area #register #e-mail-magazine-section .checkbox-wrapper.checked
	{ /* checkbox 選択時の背景 */
	background-color: #fdecf6;
}

#contents-area #register #e-mail-magazine-section .checkbox-wrapper table
	{
	display: inline-block;
}

#contents-area #register #e-mail-magazine-section .checkbox-wrapper table td
	{
	vertical-align: middle;
	font-size: 115%;
	line-height: 1.1;
	font-weight: bold;
	padding: 0 0.5rem;
}

#contents-area #register #e-mail-magazine-section .annotation {
	padding-top: 8%;
	padding-bottom: 8%;
	margin: 0 4%;
}

#register input[type="email"] {
	border: 1px solid #ddd;
	padding: 0 10px 0 5px;
	height: 40px;
}

#contents-area #register #privacy {
	border-top: 1px solid #ddd;
	font-size: 120%;
	color: #333;
}

#contents-area #register #privacy a {
	display: inline;
	text-decoration: underline;
}

#contents-area #register .confirm {
	padding: 6% 4% 8%;
}

input.input-basic {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	padding: 0 10px 0 5px;
	height: 40px;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

input::placeholder {
	color: #959595;
}

input:-ms-input-placeholder {
	color: #959595;
}

input::-ms-input-placeholder {
	color: #959595;
}

.checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	z-index: 128;
	width: 25px;
	height: 25px;
	border: none;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
}

.checkbox:disabled {
	opacity: 0.2;
}

.checkbox:focus {
	background-color: rgba(255, 255, 255, 0);
	overflow: hidden;
}

.checkbox:before {
	overflow: hidden;
	display: inline-block;
	text-indent: 200%;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1;
	background-image: url("/sp/images/common-img-sprite.png");
	background-repeat: no-repeat;
	-webkit-background-size: 158px auto;
	background-size: 158px auto;
	content: "";
	width: 25px;
	height: 25px;
	background-position: 0 -866px;
	z-index: 123;
}

.checkbox:checked:before {
	background-position: 0 -836px;
}

.checkbox-wrapper .checkbox:not (:last-child ) {
	margin-right: 5px;
}

.checkbox[type='checkbox'] {
	width: 25px;
	height: 25px;
}

.checkbox-label {
	line-height: 25px;
	font-size: 16px;
}

.checkbox-label-close {
	font-weight: 700;
	margin: 20px 0 -5px;
}

.checkbox-txt {
	padding: 0 0 0 5px;
	font-weight: 700;
	vertical-align: middle;
}

.checkbox-normal-txt {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

#contents-area #register .confirm input { /* submit button */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #f589c6),
		color-stop(139%, #dc4873) );
	background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
	border: none;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 120%;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* unsubscribe ------------------------------------ */
#contents-area #unsubscribe {
	padding-top: 15%;
}

#contents-area #unsubscribe h2 {
	padding: 4%;
	margin-bottom: 6%;
	background-color: #f4f4f4;
	font-size: 120%;
	line-height: 1.4;
	color: #333;
	border-top: 1px solid #ddd;
}

#contents-area #unsubscribe p,#contents-area #unsubscribe div {
	font-size: 120%;
	color: #333;
	line-height: 1.9;
	margin: 4%;
}

a.ic {
	display: inline-block;
	padding: 0 25px;
	text-decoration: none;
	color: #333;
	background-image: url(/com/images/common/common-img-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -3318px;
	line-height: 1.5;
}

/* other-mail-service ------------------------------------ */
#contents-area #other-mail-service {
	margin-top: 10%;
	padding: 8% 4%;
	background-color: #fef5fa;
}

#contents-area #other-mail-service .title-text {
	margin-bottom: 8%;
	padding-bottom: 4%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	border-bottom: 1px solid #f17fbf;
}

#contents-area #other-mail-service ul {
	margin: 0 4%;
	font-size: 120%;
}

#contents-area #other-mail-service ul#mail-list {
	margin-bottom: 8%;
}

#contents-area #other-mail-service ul#mail-list li {
	margin-bottom: 2%;
	color: #333;
}

#contents-area #other-mail-service ul#mail-list li:before {
	content: "・";
}

#contents-area #other-mail-service ul li.annotation {
	font-size: 90%;
	color: #333;
}

#contents-area #other-mail-service a {
	display: inline;
	text-decoration: underline;
}

.notice-text {
	font-weight: bold;
	color: #e4007f;
	font-size: 115%;
	padding: 2% 0;
}