/* 管理画面ベースcss */
@charset utf-8;
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin: 0;padding: 0}
*,: after,: before{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
body{text-align: left;color: #222328;font-size: 13px; line-height: 1.3;-webkit-text-size-adjust: none;font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif; margin: 0; padding: 0;}
li,ul{list-style-type: none;margin: 0}
a{text-decoration: none;cursor: pointer;color: #000;}
a: hover{-webkit-transition: all .2s;transition: all .2s;}
img {vertical-align: bottom;}
.text-link{text-decoration: underline}

.wrapper {
	height: 100%;
	position: relative;
}
.wrapper h1{
	position: absolute;
	bottom: 8px;
	right: 32px;
}
.wrapper h1 svg{
	width: 86px;
	fill: #AAA;
	padding-top: 8px;
}
.wrapper h1 .st0{fill: #44403F;}
.wrapper h1 .st1{fill: #D60E19;}

.main {
	width: 100%;
}
.main .main-inner {
	margin-left: 180px;
}

.main .main-inner.no_menu {
	margin-left: 0px;
}

.main .main-inner.no_menu article {
	width: 80%;
	margin: auto;
}

.main article{
	padding: 16px 16px 0;
}

.contents.template-html {
	margin-top: 50px;
}

.main .contents h2{
	display: block;
	vertical-align: middle;
	font-size: 16px;
}
/*アカウント情報*/
.top_nav{
	height: 48px;
/*	background: #ebebeb url(../img/base/icon-account-arrow.svg) no-repeat right 24px center;*/
	background: #ebebeb;
	background-size: 14px 8px;
	position: relative;
}
.top_nav h2{
	height: 48px;
	line-height: 48px;
}
.top_nav .account{
	position: absolute;
	right: 24px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	display: table;
	margin-top: 6px;
}
.top_nav .account img{
	width: 32px;
	height: auto;
	margin-top: 8px;
	vertical-align: top;
}
.top_nav .account h2{
	display: inline;
	vertical-align: top;
	font-weight: normal;
	font-size: 15px;
	width: 200px;
}
.top_nav .account .contract-information{
	padding: 16px;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	position: relative;
	border-radius: 2px;
	margin-top: 15px;
	margin-right: -30px;
	z-index: 99999;
	-webkit-filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.3));
	display: none;
	min-width: 250px;
}
.top_nav .account .contract-information: before {
	content: "";
	position: absolute;
	top: -12px;
	right: 15%;
	margin-left: 4px;
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.top_nav .account .contract-information: after {}
.top_nav .account: hover .contract-information {
	display: block;
}
.top_nav .account .contract-information dl{
	padding-left: 50px;
	background: url(../img/base/icon-account.svg) no-repeat;
	background-size: 40px;
}
.top_nav .account .contract-information dt{
	font-size: 11px;
	padding: 8px 0 0;
	line-height: 1.3em;
}
.top_nav .account .contract-information dt: first-child{
	padding-top: 0;
}
.top_nav .account .contract-information dd{
	font-size: 15px;
	padding-top: 3px;
}
.top_nav .account .contract-information dd.detail{
	font-size: 11px;
	display: block;
	padding-top: 0;
}
.top_nav .account .account-setting{
	border-top: solid 1px #dde2e4;
	padding: 10px 0;
	margin-top: 10px;
	margin-left: 25px;
}
.top_nav .account .account-setting ul{
	display: flex;
	justify-content: flex-end;
}
.top_nav .account .account-setting li{
	width: 90px;
	margin-left: 7px;
}
.top_nav .plan-indicator .plan-indicator__message span.remaining-days {
	color: #d92a33;
	font-weight: bold;
}
.top_nav .account .guide{
	display: table-cell;
}
#promo-balloon{
		display: none;
		width: auto;
		position: absolute;
		padding: 10px;
		border-radius: 5px;
		border: solid 1px #ffb6c1;
		background: #FFFFCC;
		text-align: center;
		/*margin-top: 20px;*/
		z-index: 10;
}

#explain-headline > svg, #group-info-headline > svg, #recipient-count-headline > svg #dkim-headline > svg, #iprestrict-headline > svg,#group-info-headline > svg, #list_unsubscribe-headline > svg {
	position: relative;
	top: 2px;
}

.balloon-contents .explain-block {
	margin: 0 0 15px;
}

.balloon-contents .explain-inner-block:not(:last-child) {
	margin-bottom: 10px;
}

.balloon-contents .explain-title {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: inherit;
	font-weight: bold;
	line-height: 1.5em;
}

.balloon-contents .explain-text {
	white-space: nowrap;
	line-height: 1.5em;
}

.balloon-contents .explain-button {
	display: flex;
	justify-content: center;
}

.balloon-contents .explain-link {
	font-size: 14px;
	color: inherit;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

.balloon-contents .explain-subtitle {
	font-size: 14px;
	line-height: 1.5em;
}

.balloon-contents .outerlink {
	position: relative;
	text-decoration: underline;
}

.balloon-contents .outerlink-red a{
	position: relative;
	text-decoration: underline;
	color: #de303a;
}

.balloon-contents .outerlink:hover {
	color: #de303a;
}

.balloon-contents .icon-outerlink {
	position: relative;
	top: 10px;
	left: -5px;
	width: 28px;
	height: 28px;
}

.balloon-contents p{
	font-size: 12px;
	line-height: 20px;
}
.balloon-contents.align-left {
	text-align: left;
}
.balloon-button .button{
		background-color: white;
		font-size: 12px;
		margin: 5px 10px 5px 10px;
}
.balloon-manual{
	text-align: left;
	float: right;
	display: table;
}
.balloon-manual a{
	display: table-cell;
}
.balloon-manual .icon-question{
	block-size: 12px !important;
	margin: 5px 0 0 0;
	display: table-cell;
}
#promo-balloon: before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}

#promo-balloon: before{
	top: -40px;
	right: 40px;
	border-color: rgba(33, 39, 98, 0) rgba(33, 39, 98, 0) rgba(33, 39, 98, 0) rgba(33, 39, 98, 0);
	border-width: 50px 90px 50px 90px;
	z-index: 11;
}

#explain-balloon, #dkim-balloon, #iprestrict-balloon, #list_unsubscribe-balloon {
	display: none;
	width: auto;
	position: absolute;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #CCC;
	background: #FDFDFD;
	text-align: center;
	z-index: 10;
}

#explain-balloon-right {
	display: none;
	width: auto;
	position: absolute;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #CCC;
	background: #FDFDFD;
	text-align: right;
	z-index: 10;
	right: 0;
}

.balloon: before,
.balloon: after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.balloon: before{
	top: -40px;
	border-style: solid;
	border-color: transparent transparent #ffb6c1 transparent;
	border-width: 20px 20px 20px 20px;
	z-index: 4;
}
.balloon: after{
	top: -39px;
	border-style: solid;
	border-color: transparent transparent #FFFFCC transparent;
	border-width: 20px 20px 20px 20px;
	z-index: 7;
}

#manual-balloon{
	color: #fff;
	display: none;
	width: auto;
	white-space: nowrap;
	position: absolute;
	padding: 4px 8px;
	border-radius: 4px;
	background: #332D2D;
	text-align: center;
	right:0;
	bottom: -20px;
	z-index: 10;
}

.button--manual {
	min-width: 24px !important;
	height: 35px !important;
}

.txt-red.underline {
	margin-right: 10px;
}

.top_nav .account .logout{
	margin-top: 6px;
	text-align: center;
	width: 130px;
	display: table-cell;
}
.top_nav .account .logout a{
	line-height: 15px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #e04d55;
	background-color: #f0f0f0;
	border-radius: 3px;
	text-decoration: none;
	color: #e04d55;
}
.top_nav .account .logout a: hover{
	background: #e04d55;
	color: white;
	border: solid 1px #e04d55;
}
/*トライアル期間中*/
.top_nav .trial{
	right: 245px !important;
}
.top_nav .trial h2{
	line-height: 30px;
	width: 215px !important;
	display: inline-block;
	text-align: left;
}
.top_nav .trial .remaining-days{
	color: #b20711;
	font-weight: bold;
	text-align: left;
	position: relative;
	bottom: 22px;
	left: 80px;
}
.top_nav > .userregist a{
	position: absolute;
	right: 30px;
	top: 0;
	text-align: center;
	background: #e04d55;
	color: #fff;
	border-bottom: solid 4px #b63e44;
	border-right: solid 4px #b63e44;
	width: 200px;
	height: 38px;
	font-size: 19px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 19px;
	line-height: 37px;
	box-shadow: 4px 4px 0px 0px #bbb;
}

.top_nav > .userregist a: active,
.top_nav > .userregist a: hover{
	-webkit-transform: translateY(4px);
	transform: translateY(2px);/*下に動く*/
	-webkit-transform: translateX(4px);<
	transform: translateX(2px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	box-shadow: none;
	border-bottom: none;
	background: #b20711;
	color: #fff;
	border: #e04d55 solid 1px;
}

.top_nav .trial .contract-information{
	width: 300px;
	margin-right: -360px;
}
.top_nav .trial .contract-information: before {
	left: 15%;
}
/* サブメニュー */
.top_nav .sub-menu{
	position: absolute;
	top: 0;
}
.top_nav .sub-menu li{
	float: left;
	background: #dddcdc;
	border-radius: 2px 2px 0 0;
	font-size: 13px;
	border-top: solid 1px #dddcdc;
	border-right: solid 1px #dddcdc;
	border-bottom: solid 1px #dddcdc;
	border-left: solid 1px #dddcdc;
	margin-right: 4px;
}
.top_nav .sub-menu li.on{
	background: #fff;
	border-bottom: solid 1px #fff;
}
.top_nav .sub-menu li.home{
	width: 80px;
	height: 32px;
	text-align: center;
}
.top_nav .sub-menu li.home a{
	padding: 0;
}
.top_nav .sub-menu li.home svg{
	width: 22px;
	fill: #BAB7B9;
}
.top_nav .sub-menu li a{
	display: block;
	padding: 8px 20px;
	color: #000
}
.top_nav .sub-menu li a: hover{
	background: #fff
}

/*サブメニュー -tab-*/
.tab-menu{
	padding-bottom: 28px;
}
.tab-menu li{
	font-size: 12px;
	display: inline;
	padding-bottom: 4px;
	margin-right: 20px;
}
.tab-menu li a{color: #000;}
.tab-menu li a: hover{color: #d60d19;}
.tab-menu li.on{ border-bottom: solid 3px #d60d19;
		}
/*サブメニュー　読者ページ*/
.tab-menu.reader{
	padding-bottom: 28px;
}
.tab-menu.reader li{
	font-size: 12px;
	display: inline;
	padding-bottom: 5px;
	margin-right: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	border-radius: 4px;
	border: 2px solid #ddd;
	text-align: center;
}
.tab-menu.reader li a{
	color: #000;
	display: inline-block;
	width: 100px;
	line-height: 35px;
}
.tab-menu.reader li a: hover{
	color: #000;
}
.tab-menu.reader li: hover {
	background: #f1a2ac;
	border: solid 2px #f1a2ac;
}
.tab-menu.reader li.on{
	background: #f1a2ac;
	padding-top: 8px;
	padding-bottom: 5px;
	border: solid 2px #f1a2ac;
}
.tab-menu.reader li.on a: hover {color: #000;}
/*ドロップシャドウ*/
.shadow{
	-webkit-box-shadow: 0 0 5px 0 #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #777; /* Firefox用 */
	box-shadow: 0 0 5px 0 #777; /* CSS3 */
}
.main .main-inner section h2{
	font-weight: normal;
	margin-bottom: 8px;
	vertical-align: middle;
}
/* aside */
.aside{
	float: left;
	position: fixed;
	height: 100%;
	background: #322E2D;
	color: #fff;
	z-index: 25;
}
.aside a{
	color: #fff;
}
.aside .menu ul{
	overflow: hidden;
}
.aside .menu li{
	float: left;
	width: 50%;
	height: 95px;
	border-bottom: solid 1px #1f1d1d;
	text-align: center;
	font-size: 12px;
	position: relative;
}
.aside .menu li: nth-child(3){
	float: right;
}
.aside .menu li a{
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}
.aside .menu li.on,
.aside .menu li a: hover{
	background: #D70D19;
	color: #fff;
}
.aside .menu li: nth-child(1n+2){
	border-left: solid 1px #1f1d1d;
}
.aside .menu .svgIcon-menu{
	width: 40px;
	height: 40px;
	 fill: #fff;
	 margin: auto;
	 position: absolute;
	 top: 20px;
	 left: 46px;
	 right: 46px;
 }
.aside .menu li: hover .svgIcon-menu,
.aside .menu li.on .svgIcon-menu{
 	fill: #EB868C;
}
/* adide -契約情報- */
.aside .account {
	clear: both;
}
.aside .contract-information dt.remaining-days {
	color: #e04d55;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.aside .contract-information {
	padding: 5px;
	border-bottom: solid 1px #777;
	margin: 10px;
}

.aside .contract-information.shadow {
	box-shadow: none;
}
.aside .contract-information dt {
	margin-left: 20px;
	color: #dddcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 0.9em;
}

.aside .contract-information dd {
	text-align: center;
	font-size: 1em;
}

.aside .contract-information dd.detail {
	text-align: center;
	font-size: 13px;
}

.aside .account-setting {
	margin-top: 10px;
	margin-bottom: 10px;
}

.aside .account-setting a {
	margin: 10px;
	display: block;
	color: #000;
	text-align: center;
	border: solid 1px #7f7f7f;
	border-radius: 3px;
	line-height: 15px;
	background-color: #ebebeb;
}

.aside .account-setting a: hover {
	background: #d70d19;
	color: #fff;
	border: solid 1px #d70d19;
}

.aside .logout {
	width: 60%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50px;
	line-height: 35px;
}

.aside .logout a {
	line-height: 15px;
	display: block;
	padding: 10px;
	border: solid 1px #e04d55;
	border-radius: 5px;
}

.aside .logout a: hover {
	background: #D70D19;
}

.aside dd.limit_of_plan_graph {
	color: red;
	font-weight: bold;
}

.aside .account-setting li.limit_of_plan_graph {
	font-weight: bold;
}

.aside .account-setting li.limit_of_plan_graph a {
	background-color: #ffdada;
	color: red;
}

.aside .account-setting li.limit_of_plan_graph a: hover {
	background: #d70d19;
	color: #fff;
	border: solid 1px #d70d19;
}


/* aside -お知らせ- */
.aside .notice{
	font-size: 12px;
	clear: both;
	background: #3a3635;
	padding: 24px;
}
.aside .notice h2{
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	background: url(../img/base/icon-notice.svg) no-repeat;
	background-size: 25px;
	padding-left: 36px;
}
.aside .notice p a{
	text-decoration: underline
}
.aside .notice .contact{
	background: #c8c6c7;
	color: #322e2d;
	text-align: center;
	width: 160px;
	font-size: 13px;
	margin: 40px auto 0;
}
.aside .notice .contact a{
	color: #322e2d;
	border-radius: 3px;
	display: block;
	padding: 12px;
}
.aside .notice .contact a: hover{
	background: #fff;
}
.aside .notice dl{
	padding: 12px 0;
	border-bottom: solid 1px #393636;
}
.aside .notice dt,
.aside .notice dd a{
	color: #929292;
}
.aside .userdata{
	text-align: center;
	padding: 24px;
}
.aside .userdata h2{
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: #000000 solid 1px;
}
.aside .userdata p{
	font-size: 16px;
	padding: 12px 0;
}
.aside .userdata p span{
	font-size: 12px;
	display: block;
	padding: 2px 0;
}
.aside.homeonly {
	height: auto;
	width: 180px;
	float: none;
}

.aside.homeonly .menu li {
	height: 50px;
	width: 100%;
	float: none;
}

.aside.homeonly .menu li div {
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.aside.homeonly .menu .svgIcon-menu {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
}

/*footer*/
footer svg{
	width: 86px;
	fill: #AAA;
	padding-top: 8px;
}
footer .st0{fill: #44403F;}
footer .st1{fill: #D60E19;}
footer .copyright{
	font-size: 10px;
	color: #222328;
	/* padding-bottom: 32px; */
	padding-right: 240px;
}
/*オーバーレイ表示*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(134, 131, 131, 0.8);
	z-index: 9998;
}

.modal-content {
	display: table;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1060px;
	width: 100%;
	z-index: 9998;
}
.modal-content.arart {
	max-width: 600px;
	width: 50%;
}
.modal-content.modal-content--small {
	width: 500px;
}
.modal-content.arart > .block {
	vertical-align: middle;
}
.modal-content.arart .inner{
}
.modal-content.arart .inner p{
	font-size: 17px;
}
.modal-content > .block {
	display: table-cell;
	background: 		#fff;
}
.modal-content .inner{
	padding-top: 24px;
	padding-bottom: 24px;
	word-break: break-word;
}
.modal-content .scroll{
	overflow-y: auto
}
.modal-content .inner h2{
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: normal;
}
.modal-content .btn-area{
	padding-top: 8px;
	padding-bottom: 32px;
}
.modal-content .modal-window__body .group.item_cloumn {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 120px;
	white-space: nowrap;
}
.title{
	border-bottom: solid 1px #d9d9d9;
	border-radius: 3px 3px 0 0;
	position: relative;
	background: #ebebeb;
	padding: 20px 24px;
}
.title h3{
	border-left: solid 3px #d70d19;
	padding-left: 8px;
	font-weight: normal;
	font-size: 16px;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}
.close .svgIcon-close{
	 fill: #8e8c8c;
	 width: 16px;
 }
.click .inner{
	padding: 24px !important;
}
.detail .inner{
	padding: 24px !important;
}
.inner{
	padding: 36px;
}
.inner dl{
	position: relative;
	width: 100%;
}
.inner dt{
	position: absolute;
	left: 8px;
	padding: 12px 0 ;
}
.inner dd{
	position: relative;
	padding: 12px 0 12px 150px;
	border-bottom: solid 1px #b3babd;
	word-break: break-all;
}
.inner p{
	text-align: center;
	font-size: 22px;
	line-height: 1.4em;
}
.inner .error-mesg p{
	font-size: 100%;
	text-align: left;
}
.inner p.finish{
	padding: 80px 0;
}
.inner p.delete-confirm{
	padding: 40px 0 16px;
}
.qr-inner .qrcode{
	text-align: center;
}
.qr-inner .qrcode >.form-url{
	display: block;
	padding: 16px 0;
}
.qr-inner .qrcode ol{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding: 24px 0 32px;
}
.qr-inner .qrcode li{
	margin: 0 10px;
}

.modal-content .finish{
	padding: 40px 0;
}
/*ポップアップ(クリック測定用エラー)*/
#groupCompleteForm .error-mesg,
.modal-content .clickurl.error-mesg{
		margin-left: -36px;
}
#groupCompleteForm .error-mesg p,
.modal-content .clickurl.error-mesg p{
		position: absolute;
		bottom: 0;
		width: 100%;
		margin: auto;
		vertical-align: middle;
		color: #fff;
		font-size: 16px;
		background: rgba(208, 45, 45, 0.8);
}
.modal-content .clickurl p{
		height: 32px;
		line-height: 32px;
}

/*ポップアップ(クリック測定用 禁止ドメイン使用エラー)*/
.modal-content .clickurldomain.error-mesg {
	margin: 10px -36px 0;
}
.modal-content .clickurldomain.error-mesg p {
	width: 100%;
	margin: auto;
	padding-left: 36px;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	background: rgba(208, 45, 45, 0.8);
}
.modal-content .clickurldomain p {
	line-height: 32px;
}

/*入力項目*/
input{ vertical-align: 1px;}
label{ cursor: pointer;}
input[type="radio"] {margin-right: 6px;vertical-align:middle;}
.ff1 {width: 40%;min-width: 300px}
.ff2 {width: 25%;min-width: 300px}
.ff7 {width: 70px}
.ff10 {width: 100px}
.ff11 {width: 40%;min-width: 509px}
.select70 {width: 70px;}
.select120 {width: 120px;}
.select150 {width: 150px;}
.ff_search{ width: 200px; border-radius: 3px 0 0 3px !important;}
.ff-full {width: 100%;}
.ff-preview{ width: 60%; max-width: 300px; display: inline;}
.btn-preview{}
input: disabled{ background: #F1F1F1 !important;}
select: disabled{ background: #F1F1F1 !important;}
textarea {
	font-size: 15px;
	width: 100%;
	height: 200px;
	max-height: 200px;
	border: solid 1px #afafaf;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

input[type="text"] {
	font-size: 15px;
	border: solid 1px #afafaf;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.confirm_contents input[type="text"],
.confirm_contents .list-item select{
	border: solid 1px #ccc;
}

.confirm_contents .list-item select.ff1a {
	width: 100%;
	min-width: 300px;
}

input[type="password"]{
	color: #a5a5a5;
	background: #fff;
	text-align: center;
	border: solid 1px #e04d55;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px;
	min-width: 120px;
	height: 40px;
	font-size: 13px;
}
input[type="file"]{
	font-size: 13px;
}
input[type="password"]: hover,
input[type="button"]: hover,
input[type="submit"]: hover {
	background-color: #e04d55;
	color: #fff;
		transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
input[type="checkbox"]{
	vertical-align: middle;
}
/*ボタン基本設定*/
.btn-area{
	padding-top: 32px;
	padding-bottom: 32px;
	display: flex;
	flex-flow: wrap;
	text-align: center;
	justify-content: center;
		align-items: stretch;
	clear: both;
}
.btn-area.start {
	padding-top: 60px;
}

.btn-area.start input[type="submit"] {
	font-size: 20px;
	height: 60px;
	padding: 15px;
}
.btn-area.delete-button-area .button {
	margin: 0 10px;
}

.btn-area--small {
	padding-top: 16px;
	padding-bottom: 16px;
}


.min{
	font-size: 12px
}
/*ボタン（テキストタイプ）*/
.password-input{
	text-align: left;
	font-size: 15px;
	border: solid 1px #afafaf !important;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px !important;
	height: inherit !important;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
.clickmeasure{
	text-align: center !important;
	color: #000 !important;
}
.password-input: hover{
	background: none !important;
	color: #000 !important;
}
.btn-source,
.btn-qrcode{
	text-decoration: underline;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #000 !important;
	width: auto !important;
	height: auto !important;
}
.search{
	cursor: pointer;
	color: #000 !important;
	background: #D6D6D6 url(../img/base/icon-search.svg) no-repeat center	!important;
	background-size: 16px 16px !important;
	width: 35px !important;
	min-width: inherit !important;
	height: 32px !important;
	border: none !important;
	padding: 0;
	text-indent: -9999px;
}
.detail-search{
	cursor: pointer;
	color: #000 !important;
	background: url(../img/base/icon-detailsearch.svg) no-repeat center left 7px !important;
	background-size: 16px !important;
	border: solid 1px #afafaf !important;
	width: auto !important;
	min-width: inherit !important;
	height: 32px !important;
	padding: 6px 10px 5px 30px !important;
	margin-left: 20px !important;
	vertical-align: top;
}
.trash{
	cursor: pointer;
	color: #000 !important;
	background: url(../img/base/icon-trash.svg) no-repeat center left 10px	!important;
	background-size: 14px 18px !important;
	border: solid 1px #afafaf !important;
	width: auto !important;
	min-width: inherit !important;
	height: 32px !important;
	padding: 6px 10px 5px 30px !important;
	margin-left: 0px !important;
	vertical-align: top;
}
.trash-blank{
	cursor: pointer;
	color: #000 !important;
	background: url(../img/base/icon-trash-blank.svg) no-repeat center left 10px	!important;
	background-size: 13px 20px !important;
	border: solid 1px #afafaf !important;
	width: auto !important;
	min-width: inherit !important;
	height: 32px !important;
	padding: 6px 10px 5px 30px !important;
	margin-left: 20px !important;
	vertical-align: top;
}
.changeday{
	cursor: pointer;
	color: #000 !important;
	background: #D6D6D6 url(../img/base/icon-changeday.svg) no-repeat center	!important;
	background-size: 22px 22px !important;
	border: solid 1px #afafaf !important;
	width: 30px !important;
	min-width: inherit !important;
	height: 30px !important;
	padding: 10px;
	text-indent: -9999px;
	/* margin-left: 0; */
	vertical-align: top;
}
/**/
.sl_font select{
	border-radius: 3px;
	padding: 6px 24px 6px 6px;
	border: solid 1px #afafaf;
	font-size: 12px;
	outline: none;
	text-overflow: '';
	vertical-align: middle;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* min-width: 90px; */
	background: #fff url(../img/base/form-select.png) no-repeat center right 8px;
}

.list-item select{
	border-radius: 3px;
	padding: 6px 24px 6px 6px;
	border: solid 1px #afafaf;
	font-size: 12px;
	outline: none;
	text-overflow: '';
	vertical-align: middle;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url(/bm/mng/img/base/form-select.png) no-repeat center right 8px;
}

.select-wrap {
	position: relative;
}
.select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 0;
	content: "";
	line-height: 35px;
	pointer-events: none;
}
.create-date fieldset{
	margin-bottom: 5px;
}
/* HTML表示用 */
.browser-preview{
	padding: 64px 32px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.browser-preview p{
	font-size: 14px;
	text-align: left
}
.browser-preview p.tmp-body{
	margin-bottom: 14px;
	padding: 10px 0;
	text-align: left;
	max-height: 310px;
	overflow: auto;
}

code.html-source {
	width: auto !important;
	white-space : pre-line;
	word-wrap: break-word;
	overflow: auto;
}

@media (min-width: 1px) and (max-width: 880px){
.top_nav{
/*	background: #ebebeb url(../img/base/icon-account-arrow.svg) no-repeat right 24px top 20px;*/
	background: #ebebeb;
	background-size: 14px 8px;
}
.top_nav .account{
	padding-right: 20px;
}
.top_nav .account h2{
	display: none;
}
.top_nav .account .contract-information: before {
	right: 14%;
}
.top_nav .trial .contract-information: before {
	left: 25%;
}
.top_nav .trial img{
	margin-right: 115px !important;
}
.top_nav .sub-menu li a{
	padding: 8px 12px;
}
.search-box .ff_search{
	width: 80% !important;
}
}

/* 汎用クラス */
.bold {
		font-weight: bold;
}
.display-inline {
	display: inline;
}
.margin-top-bottom-12px {
	margin: 12px 0px;
}
.padding-right-left-10px {
	padding: 0px 10px;
}
.padding-right-left-16px {
	padding: 0px 16px;
}
.padding-top-bottom-12px {
	padding: 12px 0px;
}
.txt-grey {
	color: #808080;
}
.txt-red {
	color: #de303a;
}
.underline {
	text-decoration: underline;
}

.bmx-list__header.m_fixed {
	left: 195px !important;
	position: fixed !important;
	top: 0 !important;
	z-index: 999 !important;
}

.bmx-list__item .form__date--spacer {
	height: 4px;
}

ul.menu.m_fixed {
	position: fixed !important;
	top: 0 !important;
}

.button__label.add_design {
	background: transparent !important;
	border: none !important;
	cursor: pointer !important;
	color: inherit !important;
	outline: none;
}


.main-inner :not(.dialog)>.bmx-list,
.main-inner :not(.dialog)>.toolbar.toolbar--footer{
	margin: 0 -16px;
	width: calc(100% + 32px);
}

.label_new {
	background: #70bf12;
	display: inline-block;
	color: #fff;
	padding: 5px;
	height: 25px;
	position: absolute;
	top: 0px;
	width: 50px;
	font-size: 16px;
	text-align: center;
}

.notice_confirm_table  table{
	border: solid 1px #ccc;
	margin: 30px;
}

.notice_confirm_table tr:first-child {
	font-size: medium;
	font-weight: bold;
}

.notice_confirm_table td {
	border: solid 1px #ccc;
	padding: 5px;
}

.tile__item.tile__item--date {
	min-width: 21ex;
}

.tile--touch.notchanged:hover:before {
	background-color: #fff;
}

.tile--touch.notchanged {
	cursor: default !important;
}

.tile--touch.notchanged:active {
	color:#000;

}

.tile--draggable:active {
	cursor: default !important;
}

.test_to_address_area {
	max-width: 500px;
	min-height: 100px;
}

.contents.form-select .list-item.controls {
	display: block;
	margin-bottom: 2px;
	margin-top: 1px;
}

.iprestrict_on_off>label, .list_unsubscribe_on_off>label{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.iprestrict_on_off>label>input, .list_unsubscribe_on_off>label>input{
    margin-right: 5px;
    cursor: pointer;
}

/* 送信元アドレス新規登録 */
.frommail-info-tooltip {
	position: relative;
	display: inline;
	padding: 8px 2px;
	top:3px;
}

.frommail-info-tooltip__content {
	visibility: hidden;
	position: absolute;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 4px;
	font-weight: normal;
	z-index: 2;
	min-width: 320px;
}

.frommail-info-tooltip:hover .frommail-info-tooltip__content {
	visibility: visible;
}

/* cssツールチップ--ボタンに対して上に表示する時のstyle */
.frommail-info-tooltip--top .frommail-info-tooltip__content {
	bottom: 32px;
	left: -40px;
}

.frommail-info-tooltip__button {
	display: inline-block;
	cursor: pointer;
}

.frommail-info-tooltip__body {
	padding: 12px 12px 0;
	font-size: 12px;
}

.frommail-info-tooltip__description {
	line-height: 1.65;
	margin-bottom: 12px;
	color: #555;
}

.input_readonly {
	border: none !important;
	outline: none !important;
}

.input_address_modal {
	visibility: hidden;
}

.input_address_modal.is-open {
	visibility: visible;
}

.confirm_address_modal {
	visibility: hidden;
}

.confirm_address_modal.is-open {
	visibility: visible;
}

.modal-button{
	justify-content: space-between;
}