/* 管理画面レイアウト */
@charset "utf-8";

/*チュートリアル*/
.tutorial {
	max-width:1000px !important;
}
.tutorial h2{
	text-align:center;
	font-size:22px !important;
	padding:10px;
}
.tutorial .txt{
	display: inline-block;
}
.tutorial h3{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:16px !important;
	line-height:1.2em;
	height: 44px;
}
.tutorial ol{
	padding: 20px;
	display:flex;
	width:100%;
}
.tutorial li{
	background:#fff;
	width:25%;
	text-align:center;
	position:relative;
	color:#fff;
	padding: 36px 10px 20%;
	border-radius: 10px;
	margin: 0 auto;
}
.tutorial li .number{
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	margin:auto;
	padding: 2px;
	width: 48px;
	height: 48px;
	border-radius:100%;
	border:solid 3px #fff;
	color: #fff;
	font-size:24px;
	line-height: 38px;
	font-weight: bold;
}
.tutorial li:nth-child(1) .number,
.tutorial li:nth-child(2) .number,
.tutorial li:nth-child(3) .number
{background-color:#d92a33;}

.tutorial li p{
	font-size: 10px;
	text-align:left;
}
.tutorial li .btn{
	width:80%;
	max-width:130px;
	margin:auto;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
}
.tutorial li .btn button{
	height: 40px;
	box-sizing: border-box;
	width: 100%;
}
.tutorial li:nth-child(1) .btn a{color: #007faa;}
.tutorial li:nth-child(2) .btn a{color: #9d6304;}
.tutorial li:nth-child(3) .btn a{color: #be3a3a;}
.tutorial li .btn a:hover{transition:.2s}
.tutorial li:nth-child(1) .btn a:hover{background:#d1f2fe;}
.tutorial li:nth-child(2) .btn a:hover{background:#ffedd0;}
.tutorial li:nth-child(3) .btn a:hover{background:#ffeaeb;}
.tutorial li:nth-child(-n+3){
	border-right: solid 1px #ffffff;
}
.tutorial li:nth-child(1){
	background: url(../img/tutorial/tutorial-icon01.png) no-repeat 60% 58% #0095c8;
}
.tutorial li:nth-child(2){
	margin-right:48px;
	background: url(../img/tutorial/tutorial-icon03.png) no-repeat 66% 60% #f29700;
}
.tutorial li:nth-child(3){
	background: url(../img/tutorial/tutorial-icon04.png) no-repeat center top 60% #ff979b;
}
.tutorial li a:hover{
	border-radius:3px;
	color:#664651;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.tutorial li:nth-child(-n+3)::before{
	content: "";
	position: absolute;
	z-index:1;
	bottom: 50%;
	right: -40px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	margin-bottom:-20px
}
.tutorial li:nth-child(-n+2)::after{
	content: "";
	position: absolute;
	z-index:1;
	bottom: 50%;
	right: -36px;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #555251;
	margin-bottom: -18px;
}
.tutorial li:nth-child(1)::after,
.tutorial li:nth-child(2)::after
{
	border-left: 18px solid #d92a33;
	margin-right: -8px;
}

.tutorial .guide-button-comment
{
	font-size: 15px;
	font-weight: bold;
}

.tutorial .tutorial-hidden{
	text-align:right;
	font-size:12px;
	text-decoration:underline;
	padding-top:5PX;
}
.tutorial .btn-area{
	display:block !important;
}
.tutorial .btn-area label.check{
	display:block !important;
	padding-top: 14px;
	margin: 0 auto !important;
	width: 160px;
}

.tutorial .btn-area label.check input[type=checkbox] {
	vertical-align: middle !important;
	height: inherit !important;
}

/*チュートリアル固有*/
.modal-content.tutorial-only .inner {
	padding: 25px 40px 30px;
	height: auto;
}
.modal-content.tutorial.tutorial-only .inner h2 {
	font-size: 24px !important;
	font-weight: bold;
	padding-bottom: 28px;
	padding-top: 0;
}
.tutorial-only h3 {
	font-size: 20px !important;
	line-height: 1.2em;
	height: auto;
	color: black;
}
.tutorial-only ol {
	display: flex;
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
}
.tutorial-only li {
	background: #fff;
	width: 287px;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 35px 0 0 0;
	border-radius: 10px;
	margin-right: 30px;
}
.tutorial-only li .btn {
	width: calc(100% - 80px);
	margin: 110px auto 20px;
	max-width: 100%;
	position: relative;
	bottom: 0;
}
.tutorial-only li .btn a {
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 0 1px 3px #656565;
	-moz-box-shadow: 0 1px 3px #656565;
	-webkit-box-shadow: 0 1px 3px #656565;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tutorial-only li:nth-child(1) {
	background: rgba(255, 0, 15, 0.05) url(../img/tutorial/tutorial-icon01.png) no-repeat;
	background-size: 164px;
	background-position: center 64px;
}
.tutorial-only li:nth-child(2) {
	background: rgba(255, 0, 15, 0.05) url(../img/tutorial/tutorial-icon03.png) no-repeat; 
	background-size: 164px;
	background-position: center 68px;
	margin-right: 30px;
}
.tutorial-only li:nth-child(3) {
	background: rgba(255, 0, 15, 0.05) url(../img/tutorial/tutorial-icon04.png) no-repeat;
	background-size: 164px;
	background-position: center 66px;
	margin-right: 0;
}
.tutorial-only .btn-area label.check {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
}
.modal-content.tutorial-only .btn-area {
	position: relative !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 20px 0 0;
}

/*契約期限リミット*/
.contract-limit-text.inner {
	height :560px;
}

.inner .add_text p {
	font-size:14px;
}

.inner .add_text a {
	text-decoration: underline;
}

.tutorial .inner {
	height: 630px;
}

.inner.contract-limit-text p.contract-limit-top-text {
	text-align: center;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 25px;
	color: #555251;
	font-weight: normal;
}

.inner.contract-limit-text.contract-limit-4415 p.contract-limit-top-text {
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #555251;
	font-weight: normal;
}

.inner.contract-limit-text p.sub-text {
	font-size: 16px;
}

.inner.contract-limit-text.contract-limit-4415 p.sub-text {
	font-size: 14px;
}

.inner.contract-limit-text .emphasis {
	font-weight: bold;
	font-size: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

.inner.contract-limit-text p {
	font-size: 20px;
	line-height: normal;
	color: #555251;
	font-weight: bold;
	margin: 10px;
}

.inner.contract-limit-text p.big {
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.inner.contract-limit-text.contract-limit-4415 p {
	font-size: 17px;
	line-height: normal;
	color: #555251;
	font-weight: bold;
	margin: 10px;
}

.modal-content.tutorial .btn-area,
.modal-content .contract-limit .btn-area,
.modal-content .plan-limit .btn-area {
	display: inherit;
	position: absolute;
	bottom: 50px;
	margin: -40px;
	width:100%;
}

.modal-content .contract-limit-text .btn-area {
	bottom: 45px;
}

.contract-limit-text .btn-area label.check {
	display: block !important;
	padding-top: 14px;
	margin: 0 auto !important;
	width: 160px;
	color: #555251;
	font-size: 13px;
}


.contract-limit-text .btn-area label.check input[type=checkbox] {
	vertical-align: middle !important;
	height: inherit !important;
}

/*読者グループ上限超過メッセージ*/
.inner.over-limit {
	height :320px;
}

.inner.over-limit p {
	font-size: 16px;
	line-height: normal;
	color: #555251;
	font-weight: bold;
	margin: 10px;
}

.inner.over-limit p.big {
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:red;
}

.inner.over-limit p.small {
	font-size: 12px;
	color: #8C8C8C;
	font-weight: unset;
}

.modal-content .over-limit .btn-area {
	padding-top: 20px;
    padding-bottom: 0px
}

/* プラン変更促進 */

#plan_up_check {
	width: 235px;
	margin-bottom: 35px;
	font-size: 15px;
	height: 60px;
}

/* 初回未入金表示モーダル */
.initial-unpaid-top-text {
	background-color: oldlace;
	padding: 10px;
}

.initial-unpaid-top-text .emphasis {
	font-weight: bold;
	font-size: 25px;
	margin: 10px;
}

.inner .initial-unpaid-middle-text {
	border: bisque 1px solid;
	margin: 15px;
	border-radius: 15px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 5px;
}

.inner .initial-unpaid-middle-text p {
	font-size: 16px;
	margin: 15px;
}

.inner .initial-unpaid-middle-text p a:hover {
	color: #e04d55;
}

.btn-area.initial-unpaid-bottom-button {
	display: block;
}

/*トップ*/
.main .main-inner section .title-icon{
	display:inline;
	height:20px;
	width:auto;
	padding-right:5px;
	vertical-align: top;
}

/*トップ -利用状況- */
.usage-situation .graph{
	position:relative;
}
.usage-situation .graph ul{
	display:flex;
	color:#fff;
	text-align:center;
	width:100%;
	background: #f0f0f0;
	border: solid 1px #cbcbcb;
}
.usage-situation .graph li{
	font-size:12px;
	height:130px;
	padding:0;
	position:relative;
	display: table;
	min-width: 65px;
}
.usage-situation .graph li.delivery{background:#00a797;}
.usage-situation .graph li.stop{background:#0492bb;}
.usage-situation .graph li.error{background:#f49d23;}
.usage-situation .graph li.delete{background:#f47641;}
.usage-situation .graph li.release{background:#f4504d;}
.usage-situation .graph li.remaining{background:#f0f0f0;color:#555251;/* border:solid 1px #cbcbcb; */}
.usage-situation .graph li.min{
	width: 23px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-ms-text-combine-horizontal: digits;
	text-combine-upright: digits 3;
	display: inherit;
}
.usage-situation .graph li.min br{
	display: none
}
.usage-situation .graph li.min span{
	vertical-align: baseline;
}
.usage-situation .graph li span{
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	word-break: break-all;
}

.usage-situation .graph li span span{
	padding:4px 0;
	display:inline-block!important;
	-webkit-writing-mode: horizontal-tb !important;
	-ms-writing-mode: horizontal-tb !important;
	writing-mode: horizontal-tb !important;
}

/* プラン変更促進 */

.planup_notice {
	border-radius: 5px;
	width: 590px;
	margin-left: auto;
	background: #ffdada;
	padding: 15px;
	position: relative;
}

.planup_notice:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 5%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdada;
}

.planup_notice .emphasis_txt {
	font-size: 15px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: red;
	display: flex;
	line-height: 50px;
}

#plan_up_check {
	width: 190px;
	margin-bottom: 10px;
	font-size: 13px;
	height: 45px;
	text-align: center;
	margin-left: 30px;
}

.planup_notice a:hover {
	color: #e04d55;
}

/*トップ配信管理*/
.contents.result-list .date{
	min-width: 160px;
}
.contents.result-list .delete{
	min-width: 30px;
}
.contents.result-list .group{
	width: 150px !important;
	min-width: 150px !important;
}
.contents.result-list .status{
	width: 60px !important;
	min-width: 60px !important;
}

.blank-data{
	position: absolute;
	top:0;
	z-index: 10;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	text-align:center;
	width: 100%;
	height: 100%;
}
.blank-data div{
	background-position:center;
}
.blank-data:hover div{
	background:rgba(0,0,0,.3) url(../img/base/sample.png) no-repeat center;
	position: relative;
	height: 100%;
	-webkit-transition: all .2s;transition: all .2s;
	z-index: 15;
}
.blank-data p{
	position: absolute;
	font-size: 90px;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: Verdana , "游ゴシック" , "Yu Gothic" , sans-serif;
	color: #555251;
}

.blank-data--top{
	position: absolute;
	top:0;
	z-index: 10;
	bottom:0;
	left:0;
	right:0;
	margin: 0 -16px;
	text-align:center;
	width: calc(100% + 32px);
	height: 100%;
}
.blank-data--top div{
	background-position:center;
}
.blank-data--top:hover div{
	background:rgba(0,0,0,.3) url(../img/base/sample.png) no-repeat center;
	position: relative;
	height: 100%;
	-webkit-transition: all .2s;transition: all .2s;
	z-index: 15;
}
.blank-data--top p{
	position: absolute;
	font-size: 90px;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: Verdana , "游ゴシック" , "Yu Gothic" , sans-serif;
	color: #555251;
}
/*トップ利用状況*/
.graph-demo p{
	font-size: 50px;
	line-height: 2.5em;
}
.top-demo p{
	line-height: 6.3em;
}
/*送信元アドレス,一括登録・削除,グループ設定*/
.address-demo p,.csv-demo p,.group-demo p{
	line-height: 3em;
}
.formsetup-msg {
	padding-bottom: 28px;
}
.formsetup-msg a:hover {
	color:#d60d19;
}
.formsetup-msg a {
	border-bottom: solid 1px;
}
/*項目設定*/
.cant-change-mesg {
	margin-bottom: 10px;
	color: #d60d19;
}
.form-demo {
	z-index: 1;
}
.form-demo p{
	line-height: 4em;
}
/*配信管理*/
.regmail-demo p{
	line-height:5em;
}

/*配信履歴*/
.regmail .delete{
	min-width: 30px;
}
.regmail .date{
	min-width: 160px;
}
.regmail .group{
	width: 150px !important;
	min-width: 150px !important;
}
.regmail .reserve,
.regmail .success,
.regmail .failed{
	width: 100px !important;
	min-width: 100px !important;
}
.regmail .sender{
	width: 160px !important;
	min-width: 160px !important;
}
.regmail .status{
	width: 60px !important;
	min-width: 60px !important;
}

.search-box{
	width:100%;
	font-size:12px;
	position:relative;
	overflow:hidden;
}
.search-box .ff_search{
	width:250px !important;
}
.search-box fieldset{
	display:inline;
	vertical-align:middle;
	float:left;
}
.search-box .trash-btn{
	border-left:solid 1px #b3babd;
	margin-left:16px;
	float:left;
}
.search-box fieldset input[type="submit"],
.search-box fieldset input[type="button"] {
	margin-left:-5px !important;
	vertical-align:top;
}

.search-box fieldset legend{
	display:none;
}
.search-box .mail-type{
	display:inline;
	margin-left:8px;
}
.search-box .right{
	position:absolute;
	top:0;
	right:0;
	display: flex;
	float:right;
	vertical-align:middle
}
.search-box .right p{
	line-height:32px;
}
.page-view .total{
	display:block;
	line-height:27px;
	vertical-align:bottom;
	font-size: 13px;
	padding-right: 8px;
}
.page-view .prev{background:url(../img/base/btn_pagenav.png) no-repeat 0 0;}
.page-view .next{background: url(../img/base/btn_pagenav.png) no-repeat -27px 0;}
.page-view .first{background: url(../img/base/btn_pagenav.png) no-repeat 0px -81px;}
.page-view .last{background: url(../img/base/btn_pagenav.png) no-repeat -27px -81px;}
.search-box .right ul{
	display: flex;
	vertical-align: baseline;
	font-size: 13px;
	margin-top: 12px;
}

.search-box .right ul li{
	padding: 2px 6px;
}
.search-box .right ul li a{
	color: #000;
	vertical-align: text-top;
}
.search-box .right ul li:hover,
.search-box .right ul li.on{
	color: #000;
	background: #ffd5d5;
}

.search-box .mail-type input {
	display: none;
}
.search-box .mail-type input + label{
	float:left;
}
.search-box .mail-type input[checkbox]{
	border-radius:3px;
}
.search-box .mail-type input:checked + label {
	background-color: #e04d55;
	color:#fff;
}
.result-list {
	position:relative;
}
.result-list .header {
	background-color: #cbcbcb;
}
.result-list .header > dl,
.result-list .header > ul{
	padding:6px 16px;
}
.result-list .editing {
	background-color: #f0fee9;
}
.result-list .waiting {
	background-color: #F9FDCB;
}
.result-list > li:not([class^=bmx]) { display: flex}
.result-list li:not([class^=bmx]) {
	list-style: none;
	margin: 0;
	padding: 0;
}
.result-list .list-item:not(.controls) {
	padding: 0;
	width:100%;
	font-size:13px;
	display:table;
}

.result-list .list-item label {
	margin-right: 16px;
}

.result-list .list-item .label-select label{
	display:block;
	padding: 4px 0;
}
.result-list .list-item .label-select .credit{
	background:url(../img/base/credit.png) no-repeat left 140px top;
	background-size:200px 22px;
	height:25px;
}
.sender .list-item .detail img{
	width:25px;
}
.regmail-detail .inner{
	padding:0;
}
.demo .header{
	color: #ffffff !important
}
/*配信履歴詳細*/
.modal-content .click,
.modal-content .detail{
	font-size:13px;
}
.modal-content .click{
	float:left;
	background:#F4F4F4;
	width:50%;
	height:450px;
	position:relative;
	padding-bottom: 160px;
	margin-bottom:-160px;
}
.modal-content .click .blank{
	margin-top:130px;
	font-size:15px;
	background:url(../img/ragmail/icon-blank.png) no-repeat top center;
	padding-top:55px;
}
.modal-content .click h3,
.modal-content .detail h3{
	text-align:center;
	font-size:20px;
	padding-bottom:20px;
	font-weight:normal;
}
.modal-content .detail{
	float:left;
	width:50%;
}
.modal-content .detail dl{
	height: 370px;
	overflow-y: scroll;
}
.modal-content .click > .inner ol{
	background:#FFF;
	margin-bottom: 16px;
	width: 100%;
}
.modal-content .click .number {
	text-align: left;
	width: 50px;
	min-width: 50px !important;
}
.modal-content .click .header .status {
	padding-right: 14px;
}
.modal-content .click .result-list ul{
	padding-right: 8px;
}
.modal-content .click .status {
	text-align:right;
	width: 80px !important;
	min-width: 80px;
}
.modal-content .click .status .click-count {
	text-align:right;
	display: inline-block;
}
.modal-content .click .result-list .header .url{
	min-width: inherit !important;
	width: inherit;
}
.modal-content .click .url {
	min-width: 150px !important;
	width: 180px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
.modal-content .click .row .url {
	padding: 4px 0;
}
.modal-content .click .total {
	width:100%;
	text-align:right;
	display:inline-block !important;
	padding: 4px 8px 4px 16px;
}
.modal-content .click .total span{
	padding:0 16px;
}
/*エラーメッセージ*/
.result-list .error {
	background:#FEE9E8;
}
.result-list .error-mesg {
	background:transparent;
	padding:6px 16px;
}
.result-list .error-mesg p{
	background:url(../img/base/icon-error.svg) no-repeat;
	background-size:16px 16px;
	color:#d60d19;
	padding-left:24px;
}
.sent-del-warning .warnings {
	padding-top: 10px;
}

.sent-del-warning i{
	font-size: 16px;
}

.sent-del-warning p{
	padding-left: 24px;
}

.sent-del-warning .red {
	color:#d60d19;
}
.caution {
	background:#FEEB9C;
}
.caution-mesg {
	background:#FFF;
	padding:6px 16px;
	display: none;
}
.caution-mesg  p{
	background:url(../img/base/icon-caution.svg) no-repeat;
	background-size:16px 16px;
	color:#d06c00;
	padding-left:24px;
}
/*完了メッセージ*/
.finish{
	padding:100px 0;
}
.finish .txt{
	font-size:22px;
	text-align:center;
	line-height:1.4em;
}
.finish .outerlink {
	position: relative;
	text-decoration: underline;
	font-size: 20px;
}
.finish .outerlink:hover {
	color: #de303a;
}
.finish .icon-outerlink {
	position: relative;
	top: 13px;
	left: -10px;
	margin-top: -3px;
	width: 40px;
	height: 40px;
}
.finish .txt .icon{
	background: url(../img/base/icon-finish.svg) no-repeat;
	background-size:2600px 130px;
	height:130px;
	width:130px;
	overflow:hidden;
	display:block;
	margin:0 auto 16px;
	animation: finish-icon .35s steps(19) forwards;
	-webkit-animation: finish-icon .35s steps(19) forwards;
}
@keyframes finish-icon {
  0% {
	opacity:0;
  }
  100% {
	background-position: -2470px 0;
  }
}
.finish .txt .supplemental{
	display:block;
	margin:auto;
	width:70%;
	font-size:14px;
	padding:16px 0;
	line-height:1.4em
}
.finish .remarks{
	margin:auto;
	width:60%;
}
.finish .remarks li{
	list-style:disc !important;
	padding-bottom:16px;
}
.result-list li dl,
.result-list li ul {
	border-bottom:solid 1px #b3babd;
	padding:12px 16px;
	display:table;
	width:100%;
}
.result-list li dt,
.result-list li dd,
.result-list li ul li {
	display:table-cell;
	vertical-align: middle;
}
.result-list li dt{
	min-width:150px;
	width:10%;
	padding-right:20px;
}
.result-list .delete {
	/* width:30px; */
	width:3%;
}
.result-list .select-box .check-box{
	padding:20px !important;
}
.result-list .delete img{
	vertical-align:text-top;
	width: 16px
}
.result-list .date {
	width:160px;
	/* background: #e5ecd1; */
}
.result-list .template {
	padding-left:24px;
}

/* アンケート項目 */
.survey-note {
	margin-top: 36px;
}
.survey-list .survey-item {
	background-color:rgba(0,0,0,0.05);
}
.survey-list .survey-item.error {
	background-color:#FEE9E8;
}
.survey-list .survey-item:first-child {
	border-top:solid 1px #b3babd;
}
.survey-list .survey-item .radio-item__wrap_indent {
	padding-left: 1em;
}
.survey-list .survey-item .radio-item__wrap_indent,
.survey-list .survey-item .radio-item__wrap {
	padding-top: 4px;
	padding-bottom: 4px;
}
.survey-list li.survey-item  dt {
	padding-right:10px;
}

/*クリック測定用URL変換*/
#clickurl_check .result-list .url{
	width: 70%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	position:absolute;
	z-index: 0;
}

.result-list .group {
	width: 15%;
}
.result-list .group-name {
	width:14%
}
.result-list .email {
	width: 50%;
}
.result-list .dkim-status {
	width: 10%;
	text-align: center;
}
.result-list .dkim-setting {
	width: 10%;
	text-align: center;
}
.result-list .number {
	width:14%
}
.result-list .sender {
	width:14%
}
.result-list .status {
	width: 75px;
}
.result-list li.error-count {
	width:100px;
	text-align: right;
	padding-right:32px;
}
.result-list .number.reserve {
	width:10%;
}
.result-list .number.success {
	width:10%
}
.result-list .number.failed {
	width:10%
}
.result-list .item {
	width:15%;
	min-width:150px;
}
.sort > ul li{
	cursor:move;
}
.sort > ul:hover{
	background: #F5F5F5;
}
.applicable{
	background:#F6F6F6;
	text-align:right;
	font-size:18px !important;
	padding:12px 16px !important;
}
.result-list li ul a{
	color:#000;
}
.result-list li ul a:hover {
	color:#d60d19;
}
/*契約情報*/
h2.subtxt{
	font-size:16px;
	margin-bottom:16px;
}
.userdata li dd input[type="text"]{
	font-size: 13px;
}

.linkinfo{
	background:#F6F6F6;
	padding:24px 0;
	margin-top:24px;
}

.linkinfo li dl {
	border-bottom:solid 1px #F6F6F6 !important;
}
.linkinfo li a{
	color:#000 !important;
}
.plan-check{
	background-color: #f9f8f8;
	padding:40px;
	display:table;
	width:100%;
	/* margin-top:0 !important; */
}
.plan-check dl {
	border-bottom:none !important;
	padding:8px !important;
}
.plan-check dt{
	min-width: 150px !important;
	width: 10%;
	padding-right: 20px;
}
.plan-check dd{
	display:table-cell;
	vertical-align: middle;
}
.specification{
	font-size:16px;
	padding-bottom:16px;
	font-weight:normal;
}
.breakdown .item{
	width:45%;
}
.breakdown .unit{
	width:11%;
	padding-left:32px;
	text-align:right;
}
.breakdown .header > dl,
.breakdown .details > dl{
	padding: 0px;
}
.breakdown .list-item .unit{
	font-family: monospace;
}
.breakdown .list-item .details-header-item{
	padding: 12px;
	text-align: center;
}
.breakdown .list-item .details-header-unit{
	border-left: dotted 1px #b3babd;
	padding: 12px;
	text-align: center;
}
.breakdown .list-item .details-item{
	padding: 12px;
}
.breakdown .list-item .details-unit{
	border-left: dotted 1px #b3babd;
	padding: 12px ;
}
.breakdown .subtotal{
	background:#f6f6f6;
}
.breakdown .plan-total{
	background:#eae9e9;
}
.required{
	color:#d60d19;
	font-weight:bold;
}
.link-contractchange{
	color:#d60d19;
}
.link-contractchange{
	text-decoration:underline
}
.input-rules{
	padding-top: 6px;
	font-size:11px;
}

/*本登録フォーム*/
.plan{
	max-width:980px;
	margin:40px auto;
}
.plan label{
	display:block;
	padding:4px 0;
}
.userregist{
	max-width:1080px;
	margin:auto;
}
.userregist-flow{
	width:100%;
	margin-bottom:24px;
	text-align:right;
	padding:0 8px 8px;
	font-size:14px;
	border-bottom:solid 1px #d5d5d5;
}
.credit-flow li{
	width:25% !important;
}
/* .userregist h2.guidance{
	font-size:28px !important;
	line-height:1.4em;
	text-align:center;
	padding:48px 0 24px;
}
.userregist h3{
	text-align:center;
	padding:34px 0 0;
	font-size:20px;
	width:100%;
} */
.payment{
	width:100%;
	vertical-align:top;
}
.payment ul{
	margin-top:40px;
}
.payment dt{
	text-align:center
}
.payment dd{
	padding:40px 8px;
	min-width:320px;
	min-height:400px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	border:solid 5px #fff;
	box-sizing:border-box;
}
.payment dd:hover{
	border:solid 5px #3145e1;-webkit-transition: all .2s;transition: all .2s;
}
.payment .accounttransfer{
	background:#4bbabb;
}
.payment .banktransfer{
	background:#63bb4b;
}
.payment .creditcard{
	background:#df595a;
}
.payment dd h4{
	max-width:250px;
	margin:auto;
	border:solid 1px #fff;
	font-size:20px;
	font-weight:normal;
	padding:12px 0;
	margin-bottom:34px;
}
.payment dd h5{
	line-height:1.2em;
	font-size:18px;
	font-weight:normal;
}
.payment dd p{
	padding:8px;
	height:54px;
}
.payment dd aside > ul{
	width:80%;
	margin:auto;
	padding:8px 0 0;
}
.payment dd aside > ul > li{
	width:100%;
	color:#000;
	font-size:12px;
	text-align:left;
}
.payment .banktransfer aside li{
	list-style:disc;
}
.payment .accounttransfer aside li{
	color:#fff;
}
.payment dd figure{
	background:#fff;
	color:#000;
	text-align:left;
	width:80%;
	min-width:250px;
	height:100px;
	min-height:100px;
	margin:auto;
	padding:16px 24px;
	border-radius:3px;
}
.creditcard figure{
	background:rgba(255,255,255,0.6) !important;
	line-height:46px !important;
	text-align:center !important;
}
.creditcard figure img{
	width:100%;
	max-width:300px;
}
.accounttransfer > figure{
	padding:0 !important;
	text-align:center !important;
	width:100%;
}
.accounttransfer > figure img{
	width:auto;
	height:100%;
	text-align:center;
	margin:auto;
}
.payment > ul > li{
	float:right;
	width:33% !important;
	min-width:240px;
}
.payment > ul > li label{
	margin:0;
}
.payment > ul > li label{
	margin:0;
}
/* お支払い方法グレーアウト */
/* 銀行振込 */
.payment .banklayer{
	opacity: 1;
	color: #949494;
	background-color: #437d33;
}
/* 口座振替 */
.payment .accountlayer{
	opacity: 1;
	color: #949494;
	background-color: #337f80;
}
/* クレジットカード */
.payment .creditlayer{
	opacity: 1;
	color: #949494;
	background-color: #a84333;
}
/* 各お支払い情報ブロック内画像 */
.figureLayer{
	color: #888888 !important;
	opacity: 0.2;
}
/* お支払い名外枠 */
.paymentnameborder{
	border: solid 1px #888888 !important;
}

.userregist .breakdown{
	border:solid 1px #eee;
	max-width:980px;
	margin:auto;
}
.recalculation{
	max-width:950px;
	margin:auto;
	text-align:right;
	padding:16px;
	text-decoration:underline;
}
.recalculation a{
	color:#000;
}
/* .userregist .breakdown > .header{
	background:#FFA912
} */
.userregist-finish{
	padding:0;
	max-width:1080px;
	margin:auto;
}
.userregist-finish > .userregist-flow{
	margin-bottom:100px
}
.userregist-finish .step-title{
	font-size:30px;
	margin:160px 0 60px;
}
.userregist-finish .step{
	display:flex;
	max-width:900px;
	margin:auto;
	overflow:hidden;
}
.userregist-finish .step li{
	background:#f5f5f5;
	width:32.66666666667%;
	height:240px;
	text-align:center;
	padding:32px 16px;
	position:relative;
	border-radius:3px;
}
.userregist-finish .step li span{
	background:#acacac;
	width:130px;
	height:30px;
	line-height:32px;
	display:block;
	margin:auto;
	color:#fff;
	border-radius:3px;
}
.userregist-finish .step li:before{
	content: "";
	position: absolute;
	z-index:1;
	top: 105px;
	right: -40px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
}
.userregist-finish .step li:after{
	content: "";
	position: absolute;
	z-index:1;
	top: 111px;
	right: -28px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #f5f5f5;
}
.userregist-finish .step li:nth-child(1) span{
	background:#c9c9c9;
}
.userregist-finish .step li:nth-child(1) h2{
	color:#c9c9c9;
}
.userregist-finish .step li:nth-child(2){
	margin:0 4px;
	background:#ffe7bc;
}
.userregist-finish .step li:nth-child(2)::after{
	border-left: 16px solid #ffe7bc;
}
.userregist-finish .step li:nth-child(2) span{
	background:#f79d00;
	animation: bg-color 1.4s infinite reverse;
	-webkit-animation: bg-color 1.4s infinite reverse;
}
@-webkit-keyframes bg-color {
  0% { background-color: #fed07d; }
  50% { background-color: #f79d00; }
  100% { background-color: #fed07d; }
}
@keyframes bg-color {
  0% { background-color: #fed07d; }
  50% { background-color: #f79d00; }
  100% { background-color: #fed07d; }
}
.userregist-finish .step li:nth-child(3)::after{
	border: none;
}
.userregist-finish .step li h2{
	padding:36px 0 16px;
	max-width:192px;
	margin:auto;
	font-size:23px;
	border-bottom:dotted 1px #8a8a8a;
}
.userregist-finish .step li p{
	padding:8px 0;
}
.userregist-finish .step li .comp{
	padding-top:10px;
}
@media (min-width:1px) and (max-width:1240px){
.plan{
	margin-bottom:16px;
}
.userregist h2.guidance{
	font-size:22px !important;
}
.userregist h2.guidance br{
	display:none
}
.userregist-flow{
	overflow:hidden;
}
.payment > ul > li{
	float:none;
	width:100% !important;
}
.payment dd{
	width:90%;
	max-width:700px;
	min-height: inherit;
	margin:0 auto 32px;
}
.payment dd h4{
	margin-bottom:3%;
}
.payment dd p > br{
	display:none
}
.accounttransfer > figure{
	height:auto !important;
}
.accounttransfer > figure img{
	max-height: inherit !important;
	height:auto;
	width:100%;
}
}
/*読者検索(詳細検索)*/
.user-detail .inner dl{
	display: table;
	width: 100%;
	padding: 0 8px;
	border-bottom: solid 1px #b3babd;
}
.user-detail .inner dt{
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	padding: 0;
	left: 0;
}
.user-detail .inner dd{
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	padding:12px 8px;
	border-bottom:none;
}
/*一括処理*/
.csv-upload {
	margin-top: 16px;
	margin-bottom:64px;
}
.csv-upload > ul{
	border: solid 1px #b3babd;
	padding: 0 !important;
}
.csv-upload ul{
	background: #f5f5f5;
	padding:32px 24px;
	font-size:13px;
}
.csv-upload ul li{
	position: relative;
}
.csv-upload ul li .csv-template p{
	float:left;
	margin-right:16px;
}
.csv-upload ul li .csv-template a{
	float:left;
	width: 125px;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background: url(../img/csv/icon_csv.svg) no-repeat left 10px center;
	background-size: 25px;
	padding-left: 40px;
	font-size: 12px;
	border-radius: 3px;
}
.csv-upload ul li .csv-template a:hover{
	color: #fff;
	vertical-align: middle;
	background:#58945f url(../img/csv/icon_csv_on.svg) no-repeat left 10px center;
	background-size: 25px;
	padding-left: 40px;
}
.delete > ul li.list-item:first-child{
	padding-top:0px !important;
	margin-top:0px !important;
	border-top:none !important;
}
.csv-upload > ul li.list-item:nth-child(2){
	border-top: solid 1px #b3babd;
}
.csv-upload > ul li.list-item:last-child{
	border-top:solid 1px #b3babd;
}
.csv-upload dl{
	display: table;
}
.csv-upload > ul li.list-item:first-child dt{
	position:relative;
}
.csv-upload dt .help{
	position:absolute;
	top: 32px;
	right: 11px;
}
.csv-upload dt .help img{
	width: 18px;
}
.csv-upload dt,
.csv-upload dd{
	padding:12px !important;
	height: 100%;
	display: table;
}
.csv-upload dt{
	width:105px;
	vertical-align: middle;
	height: 100%;
	background: #e3e3e3;
	display: table-cell;
	border-right: solid 1px #b3babd;
}
.csv-upload dd > ul{
	padding:0;
}
.csv-upload dd > ul li{
	padding:0 0 6px 1px;
}
.csv-upload dd > ul li:last-child{
	padding-bottom:0;
}
.csv-upload .csv-template a{
	text-decoration:underline;
	color:#000;
}
.upload-result{
	margin:auto;
	background:#eee;
	padding:16px 32px;
	margin-top:24px;
	max-width:200px;
	border:solid 1px #DDDCDC;
}
.upload-result.import-progress,
.upload-result.upload-accepted{
	min-width:200px;
	max-width:300px;
	word-break:break-all;
}
.upload-result.import-progress{
	margin-top: 90px;
}
.over-filesize-limit-msg {
	color:#d60d19;
	padding-left: 20px;
	background:url(../img/base/icon-error.svg) no-repeat;
	display: none;
}
.upload-btn-disable {
	background-color: rgba(0,0,0,0.12) !important;
	color: rgba(0,0,0,0.2) !important;
	pointer-events: none;
}
/*一括登録（ヘルプ）*/
.csv-help p{
	padding: 12px 0;
}
.csv-help ul{
	border: solid 1px #b3babd;
	border-bottom: none;
	margin-bottom:12px
}
.csv-help dt{
	left: 0 !important;
	width: 130px;
	padding-left: 8px !important;
	background: #eee;
	border-right: solid 1px #b3babd;
	height: 100%;
}
.csv-help dd{
	padding-left: 145px !important;
	padding-right: 8px !important;
}
/*登録推移*/
.area_menu{
	background: #616161;
	color: #fff;
	padding: 8px 12px;
	overflow: hidden;
}

.area_menu h2.date{
	font-size: 12px;
	padding: 0;
	margin: 0 !important;
	float: left;
	font-weight: normal;
}
.area_menu .page-view{
	float:left;
	margin-right:8px;
}
.area_menu .page-view .pagenav{
	float:left;
	display:block;
	width: 14px;
	height: 14px;
	margin-left:4px;
}
.area_menu .page-view .prev{background:url(../img/base/btn_pagenav2_left.svg) no-repeat 0 0;background-size:14px}
.area_menu .page-view .next{background: url(../img/base/btn_pagenav2_right.svg) no-repeat 0 0;background-size:14px}

.area_menu .bt_calendar{
	float: right;
}

.area_menu .bt_calendar [type="button"]{
	background: url(../img/base/btn_calendar.svg) no-repeat center;
	background-size:16px;
	display: block;
	width: 16px;
	min-width:inherit;
	height: 16px;
	border:none;
}

.area_menu .bt_calendar [type="button"]:hover{
	background: url(../img/base/btn_calendar_on.svg) no-repeat center;
	background-size:16px;
}

.statuslog{
	width:100%;
	border-left:solid 1px #b3babd;
}
.statuslog .header ul li,
.statuslog li ul li.date{
	text-align: left;
}
.statuslog ul{
	padding: 0 !important;
}
.statuslog > li > ul li{
	font-size:12px !important;
	border-right:solid 1px #b3babd;
	padding:2px 4px !important;
	text-align: right;
	background: #ffffff;
}
.statuslog > li > ul li.date{
	width: 100px;
	min-width: 80px;
	border-right: double 4px #b3babd;
}
.statuslog .header ul li{
	background: #cbcbcb !important;
}
.statuslog > li > ul li.date{
	background: #f9f9f9;
}
.statuslog > li > ul li.today{
	background: #fff0e6;
}
.statuslog > li > ul li.total{
	background: #ffe8d9;
}
.statuslog > li > ul li.status{
	width: 80px;
	min-width: 65px;
}
.statuslog > li > ul li.error{
	background: #ffffff;
}

@media (min-width:1px) and (max-width:890px){
.statuslog > li > ul li.blank{
	display: none;
}
}

.statuslog_switch{
	max-width: 500px !important;
}

.statuslog_switch .inner dt{
	padding-top:20px;
}

.statuslog_switch .inner dd{
	padding-left:80px;
}
/* バックナンバー */
.backnumber li dl {
	border-bottom:solid 1px #b3babd;
	padding:12px 16px;
	display:table;
	width:100%;
}

.backnumber .header > dl{
	padding:6px 16px;
}

.backnumber li dl dt ,
.backnumber li dl dd {
	display:table-cell;
	vertical-align: middle;
}
.backnumber .group {
	width:150px;
}
/*グループ設定*/
.group-view .result-list dt{
    width:15%;
    min-width:150px;
    padding-left: 0px;
    left: 16px;
}
.group-view .result-list dd{
    padding-left: 165px;
}
.group-view .result-list .applicable{
    text-align: right;
    margin-bottom: 24px;
}
.separate-manual img {
	width:30px;
	height:30px;
}

.separate-manual {
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	font-size: 15px;
}

.separate-manual a {
	vertical-align: middle;
	line-height: 26px;
	width: 130px;
	display: inline-block;
}

.separate-manual a:hover {
	color: #d60d19;
	vertical-align: middle;
	line-height: 26px;
	width: 130px;
	display: inline-block;
}

.separate-manual a:before {
	content: '';
	display: inline-block;
	background-image: url(/bm/mng/img/base/icon-question-manual.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

/*グループ設定(新規作成)*/
.group-search .inner dl{
	display: table;
	width: 100%;
	padding: 0 8px;
	border-bottom: solid 1px #b3babd;
}
.group-search .inner dt{
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	padding: 0;
	left: 0;
}
.group-search .inner dd{
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	padding:12px 8px;
	border-bottom:none;
}
.group-search .inner dd fieldset{
	margin-bottom: 5px;
}
/* 新規作成 */
.editor dl {
	display: flex;
	flex-wrap: wrap;
}
.editor dl dd {
	margin: 0 0 0 200px;
}
.editor textarea {
	width: 100%;
	height: 30em;
}
.deli-set{
	background:#F6F6F6;
}
.deli-set .send-check input[type="text"],
.deli-set .send-check input[type="button"],
.deli-set .send-check input[type="submit"] {
	vertical-align:middle;
}
.deli-set label{
	display:block;
	padding:4px 0;
}
.deli-set .sl_font select{
	background: #fff url(../img/base/form-select.png) no-repeat center right 8px !important;
	padding:8px 24px 8px 6px;
}
.noframe{
	border:none !important;
}
.txt-input{
	min-height:460px;
	max-height:460px;
	overflow-y: scroll;
	font-family: inherit;
}
.vtop{
	padding-top: 5px;
	vertical-align:top !important
}
.popupwindow{
	float:right;
	text-align:right;
	border-bottom:none !important;
	padding-right:0 !important;
	width:inherit !important;
}
.popupwindow li{
	float:right;
	border-left:solid 1px #d0d0d0;
	padding:0 10px;
}
.popupwindow li:last-child{
	border-left:none;
}
.capacity{
	color:#959595;
}
/*デコメール*/
.editscreen{
	margin-left:0 !important;
	padding-right:150px;
	display:block !important;
}
.deco-mail{
	overflow:hidden;
	margin:auto auto 0 0 !important;
	padding:8px 4px 0;
	background:#eeeeee;
	display: inline-block !important;
	width:100%;
}
.deco-mail > div{
	max-width:870px;
}
.deco-mail ul.editorbtn{
	padding:0 4px;
	overflow:hidden;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	border-right: solid 1px #cdcdcd;
	border-bottom:none !important;
	width:inherit;
}
.deco-mail ul.editorbtn:last-child{
	border-right:none;
}
.deco-mail .editorbtn li{
	float:left;
	margin-right:8px;
}
.deco-mail .editorbtn li a{
	display:block;
	width:27px;
	height:27px;
	cursor:pointer;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.deco-mail .editorbtn .bt_back a{background: url(../img/deco/btn_texteditor.png) no-repeat 0 0;}
.deco-mail .editorbtn .bt_next a{background:url(../img/deco/btn_texteditor.png) no-repeat -27px 0;}
.deco-mail .editorbtn .bt_blink a{background:url(../img/deco/btn_texteditor.png) no-repeat -54px 0;}
.deco-mail .editorbtn .bt_alt a{background:url(../img/deco/btn_texteditor.png) no-repeat -81px 0;}
.deco-mail .editorbtn .bt_scroll a{background:url(../img/deco/btn_texteditor.png) no-repeat -108px 0;}
.deco-mail .editorbtn .bt_forecolor a{background:url(../img/deco/btn_texteditor.png) no-repeat -135px 0;/* width:42px */}
.deco-mail .editorbtn .bt_backcolor a{background: url(../img/deco/btn_texteditor.png) no-repeat -162px 0;/* width:42px */}
.deco-mail .editorbtn .bt_left a{background: url(../img/deco/btn_texteditor.png) no-repeat -189px 0;}
.deco-mail .editorbtn .bt_center a{background:url(../img/deco/btn_texteditor.png) no-repeat -216px 0;}
.deco-mail .editorbtn .bt_right a{background:url(../img/deco/btn_texteditor.png) no-repeat -243px 0;}
.deco-mail .editorbtn .bt_hr a{background:url(../img/deco/btn_texteditor.png) no-repeat -270px 0;}
.deco-mail .editorbtn .bt_emoji a{background:url(../img/deco/btn_texteditor.png) no-repeat -297px 0;}
.deco-mail .editorbtn .bt_image a{background:url(../img/deco/btn_texteditor.png) no-repeat -324px 0;}
.deco-mail .editorbtn .bt_mail a{background:url(../img/deco/btn_texteditor.png) no-repeat -351px 0;}
.deco-mail .editorbtn .bt_phone a{background:url(../img/deco/btn_texteditor.png) no-repeat -378px 0;}
.deco-mail .editorbtn .bt_click a{background:url(../img/deco/btn_texteditor.png) no-repeat -405px 0;}
.deco-mail .editorbtn .bt_tpl a{background:url(../img/deco/btn_texteditor.png) no-repeat -432px 0;}
.deco-mail .editorbtn .bt_sizeS a{background:url(../img/deco/btn_texteditor.png) no-repeat -459px 0;}
.deco-mail .editorbtn .bt_sizeM a{background:url(../img/deco/btn_texteditor.png) no-repeat -486px 0;}
.deco-mail .editorbtn .bt_sizeL a{background:url(../img/deco/btn_texteditor.png) no-repeat -513px 0;}
.deco-mail .editorbtn .bt_rm a{background:url(../img/deco/btn_texteditor.png) no-repeat -540px 0;}
.deco-mail .editorbtn .bt_back a:hover{background: url(../img/deco/btn_texteditor.png) no-repeat 0 -27px;}
.deco-mail .editorbtn .bt_next a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -27px -27px;}
.deco-mail .editorbtn .bt_blink a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -54px -27px;}
.deco-mail .editorbtn .bt_alt a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -81px -27px;}
.deco-mail .editorbtn .bt_scroll a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -108px -27px;}
.deco-mail .editorbtn .bt_forecolor a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -135px -27px;}
.deco-mail .editorbtn .bt_backcolor a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -162px -27px;}
.deco-mail .editorbtn .bt_left a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -189px -27px;}
.deco-mail .editorbtn .bt_center a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -216px -27px;}
.deco-mail .editorbtn .bt_right a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -243px -27px;}
.deco-mail .editorbtn .bt_hr a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -270px -27px;}
.deco-mail .editorbtn .bt_emoji a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -297px -27px;}
.deco-mail .editorbtn .bt_image a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -324px -27px;}
.deco-mail .editorbtn .bt_mail a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -351px -27px;}
.deco-mail .editorbtn .bt_phone a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -378px -27px;}
.deco-mail .editorbtn .bt_click a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -405px -27px;}
.deco-mail .editorbtn .bt_tpl a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -432px -27px;}
.deco-mail .editorbtn .bt_sizeS a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -459px -27px;}
.deco-mail .editorbtn .bt_sizeM a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -486px -27px;}
.deco-mail .editorbtn .bt_sizeL a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -513px -27px;}
.deco-mail .editorbtn .bt_rm a:hover{background:url(../img/deco/btn_texteditor.png) no-repeat -540px -27px;}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.deco-mail .editorbtn .bt_back a{background: url(../img/deco/btn_texteditor@2x.png) no-repeat 0 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_next a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -27px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_blink a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -54px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_alt a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -81px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_scroll a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -108px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_forecolor a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -135px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_backcolor a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -162px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_left a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -189px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_center a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -216px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_right a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -243px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_hr a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -270px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_emoji a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -297px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_image a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -324px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_mail a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -351px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_phone a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -378px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_click a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -405px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_tpl a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -432px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeS a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -459px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeM a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -486px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeL a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -513px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_rm a{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -540px 0;background-size:567px 81px}
.deco-mail .editorbtn .bt_back a:hover{background: url(../img/deco/btn_texteditor@2x.png) no-repeat 0 -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_next a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -27px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_blink a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -54px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_alt a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -81px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_scroll a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -108px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_forecolor a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -135px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_backcolor a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -162px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_left a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -189px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_center a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -216px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_right a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -243px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_hr a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -270px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_emoji a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -297px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_image a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -324px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_mail a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -351px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_phone a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -378px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_click a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -405px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_tpl a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -432px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeS a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -459px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeM a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -486px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_sizeL a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -513px -27px;background-size:567px 81px}
.deco-mail .editorbtn .bt_rm a:hover{background:url(../img/deco/btn_texteditor@2x.png) no-repeat -540px -27px;background-size:567px 81px}
}
.deco-text{
	background: url(../img/deco/deco.jpg) no-repeat 0 0;
	width:316px;
	margin: 32px auto 0;
	padding:96px 40px 90px 34px;
}
.deco-text textarea{
	min-height:340px !important;
	max-height:340px;
}

/*HTMLメール テンプレート一覧*/
.template-list{
	position:relative;
}
.template-list li {
	float:left;
	width:270px;
	margin-right:32px;
	margin-bottom:32px;
	position:relative;
	overflow: hidden;
}
.template-list li.original-html {
	position: absolute;
	top: -60px;
	left: 0px;
	display: block;
	border: 1px solid #bbb;
	line-height: 40px;
	text-align: center;
}

.template-list li.original-html:hover {
	border: 1px solid #4d879e;
	line-height: 40px;
	text-align: center;
	background-color: #4d879e;
}


.template-list li.original-html a{
	color: #4d879e;
	font-size: 16px;
	display:block;
}

.template-list li.original-html a:hover{
	color: #fff;
}

.template-list h3{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	padding:5px;
}
.template-list h3.new{
	position: absolute;
	text-align:center;
	width:100%;
	font-size:16px;
	top:200px;
	margin:auto;
	z-index:10;
	color:#4d879e;
}
.template-list .thumbnail{
	position:relative;
	border: solid #eee 1px;
}
.template-list .thumbnail .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.template-list .hover-view .mask{
	opacity:0;
	background:rgba(53,118,144,.8);
	transition:all .2s ease-in-out;
}
.template-list .hover-view .mask.my_tmp{
        height: 345px;
}
.template-list .hover-view:hover .mask{
	opacity:1;
}
.template-list .hover-view .mask h3{
	color:#fff;
	text-align:center;
	font-size:16px;
	position:relative;
	top: 42%;
	cursor:pointer;
}
.template-list .hover-view:hover h3.new{
	color:#fff;
}
.template-list .hover-view .mask p{
	color:#fff;
	text-align:center;
	font-size:16px;
	position: absolute;
	top: 45%;
	width: 100%;
	cursor: pointer;
}
.template-list .hover-view .mask p img{
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.template-list .template-add{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer
}
.template-list .template-edit{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	margin-top: -25px;
}
.template-list .delete{
	position:absolute;
	top:8px;
	right:8px;
	width:30px;
	height:30px;
	border: solid 1px #fff;
	padding: 0px;
	border-radius: 25px;
}
.template-list .delete a{
	width:100%;
	height:100%;
	display:block;
}
.template-list .delete a img{
	width:18px;
	height:18px;
	display:block;
	position: relative;
	top: 5px;
	left: 5px;
}
.template-list .copy{
        position:absolute;
        top:8px;
        right:45px;
        width:30px;
        height:30px;
        border: solid 1px #fff;
        padding: 0px;
        border-radius: 25px;
}
.template-list .copy a{
        width:100%;
        height:100%;
        display:block;
}
.template-list .copy i{
        width:100%;
        height:100%;
        display:block;
	color:#fff;
	font-size: 18px;
	position: relative;
	top: 5px;
	left: 5px;
}

.template-list .caption{
	display:block;
	text-align:right;
	color:#aaaaaa;
	font-size:11px;
	padding:0 3px;
	height:20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.template-list .hover-view .mask ul{
	text-align:center;
	font-size:16px;
	position:relative;
	top:45%;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.template-list .hover-view .mask ul li{
	width:100px;
	margin:0 4px !important;
	font-size:15px;
}
.template-list .hover-view .mask ul li a{
	color:#fff;
	display:block;
	width:100%;
	padding:5px 0 5px 20px;
	border:solid 1px #fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.template-list .hover-view .mask ul li a:hover{border: solid 1px #357690;}
.template-list .hover-view .mask ul li:nth-child(1){background:url(../img/htmlmail/template-list-icon01.svg) no-repeat left 20px center;background-size:17px;}
.template-list .hover-view .mask ul li:nth-child(2){background:url(../img/htmlmail/template-list-icon02.svg) no-repeat left 20px center;background-size:13px;}
.template-list .hover-view .mask ul li:nth-child(1):hover{background:rgba(53,118,144,1) url(../img/htmlmail/template-list-icon01.svg) no-repeat left 20px center;background-size:17px;}
.template-list .hover-view .mask ul li:nth-child(2):hover{background:rgba(53,118,144,1) url(../img/htmlmail/template-list-icon02.svg) no-repeat left 20px center;background-size:13px;}

.template-list__button {justify-content: start !important;}

.list-item.js-select-reserve label {
	width: fit-content;
}

.backnumber-select label {
	width: fit-content;
}

/*項目設定*/
.form-select .header > ul{
	padding:0;
}
.form-select .item{
	width:100%;
}
.form-select .input-area{
	padding:8px 16px;
}
.form-select li dl,
.form-select li ul {
	padding:0;
	width: auto;
}
.form-select li ul.sort {
	cursor: move;
}
.form-select li ul.sort:hover {
	background:#F5F5F5;
}
.form-select .header .input-area{
	padding-top:6px;
	padding-bottom:6px;
}
.form-select .header .input-area dd{
	padding-left:0px;
}
.form-select .header dl dt{
	padding:0;
}
.form-select .header dl dd{
	vertical-align:top;
}
.form-select li dl{
	border:none !important;
	display: inline-block;
	vertical-align: top;
}
.form-select li dd{
  display: inline-block;
  vertical-align: middle;
}
.form-select li dt,.form-select li dd{
  display: inline-block;
  vertical-align: middle;
}
.form-select .select-box:not(".tile") {
	width:150px;
	min-width: 150px;
	position:relative;
}
.form-select .check label{
	margin: 0 !important;
	display: none;
}
.form-select .check input[type="checkbox"]{
	border: solid 1px #000;
	vertical-align: middle;
	height: 100%;
}
.header .item .input-area div{
	width:50px;
	text-align:left;
	margin-left: -2px;
}
.add .header .item .input-area dt {
	width: 200px;
}
.form-select .item div:not([class*=tile]){
	width:50px;
	text-align:center;
	float:left;
}
.form-select .info_detail {
	text-align:right;
	padding-right:16px;
}
.form-select .input-area dt{
	vertical-align:baseline !important;
	/* padding-top:7px; */
}
.form-select .input-area dd label{
	display:block;
	margin:4px 0;
}
.form-select .check > .use {
	background:#E2E2E2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.form-select .check > .required {
	background:#EBEBEB;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50px;
}
.form-select .check > .display {
	background:#F5F5F5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100px;
}
.form-select .check >  {
	background:#F5F5F5;
}
/*項目設定-編集削除*/
.form-select .form-list .header .delete{
	vertical-align: middle !important;
	padding-top: 0px !important;
}
.form-select .form-list .list-item .input-area{
	padding-left: 0px;
}
.form-select .form-list .input-area dt{
	min-width: 190px;
	vertical-align: middle;
}
.form-select .form-list .input-area dd label{
	display: inline-block;
}
/* チェックボックス*/
.check label {
	padding-left:30px;
	font-size: 18px;
	line-height: 6px;
	display:inline-block;
	cursor:pointer;
	position:relative;
}


.check label:before {
	content:'';
	width: 12px;
	height: 12px;
	display:inline-block;
	position:absolute;
	left:0px;
	background-color:#fff;
	border-radius: 3px;
	border: solid 1px #7d7d7d;
}

.check input[type=checkbox]:checked + label:before {
	content:'\2713';
	font-size:11px;
	padding-top:2px;
	color:#fff;
	background-color:#3B99FC;
	border: solid 1px #3B99FC;
}

.add .sample{
	border-bottom:none;
}
.add .sample .select-box {
	height:50px;
	width:100% !important;
	display:inline-block;
	border-bottom:solid 1px #b3babd;
}
.add .select-box:nth-child(odd){
	clear:both;
}
.form-select .header .select-box:nth-child(2) {
	display:none;
}

.add .sample .select-box dl{
	font-size:13px;
	height:100%;
	background: #fff;
	margin-left: -5px;
}
.add .sample .select-box dt{
	background:#F9F9F9;
	height:100%;
	width: 200px;
	padding-top: 16px;
	padding-right:0;
}
.add .sample .select-box dd{
	padding-right:0;
	font-size:12px;
}
.add .sample .select-box dd label{
	width: 80px;
	display: inline-block;
}
.add .sample .select-box dd input[type="checkbox"]{
	margin-right: 6px;
}
.add .sample .select-box dd .ff7{
	width:46px
}
.add .sample .select-box dd .password-input{
	text-align:left;
	margin: 0;
}
.add .sample .select-box dd input[type="password"],
.add-edit dd input[type="password"]{
	color: #a5a5a5 !important;
	text-align: left;
}
.add-edit dd input[type="password"]{
	padding:0 6px !important;
}
.add  .select-box dt,
.add  .select-box dd{
	padding:0 16px;
}
.add .select-box dt{
	width:160px
}
.add .add-edit{
	margin:40px auto 0;
	padding-top:65px;
	width:90%;
	max-width:900px;
	background:url(../img/form/add-edit-arrow.png) no-repeat top center;
	height:100% !important;
}
.add .add-edit dl{
	border: solid 1px #b3babd;
	height:100%;
	width:100%;
	position:relative;
	display:table;
}
.add .add-edit dt,
.add .add-edit dd{
	padding:12px;
	height:100% !important;
	display:table-cell;
	vertical-align: middle;
}
.add .add-edit dd.select-wrap{
	padding-right:0;
	vertical-align:top;
}
#checkboxlisttd fieldset,
#radiolisttd fieldset{
	padding-left: 5px;
}
#checkboxlisttd input[type="checkbox"]{
	margin-right: 6px;
}

.add .add-edit dt{
	background: #989595;
	border: solid 1px #989595;
	vertical-align:top;
	height:100% !important;
	width: 250px;
}
.add .add-edit dd div{
	display:inline;
	float:left;
}
.add input[type="text"] {
	font-size:12px;
}
#radiolisttd fieldset .bt_plus,
#radiolisttd fieldset .bt_minus,
#optionlisttd fieldset .bt_plus,
#optionlisttd fieldset .bt_minus,
#checkboxlisttd fieldset .bt_plus,
#checkboxlisttd fieldset .bt_minus{
	min-width:auto;
	width:30px;
	height:30px;
	margin: 0px 0 5px 2px;
	border:none;
	background:url(../img/base/btn_add.png);
	text-indent:-9999px;
}

.list-type {
	padding: 0;
}
#radiolisttd fieldset .bt_minus,
#optionlisttd fieldset .bt_minus,
#checkboxlisttd fieldset .bt_minus{
	background-position:30px 30px;
}
#radiolisttd fieldset .bt_plus:hover,
#radiolisttd fieldset .bt_minus:hover,
#optionlisttd fieldset .bt_plus:hover,
#optionlisttd fieldset .bt_minus:hover,
#checkboxlisttd fieldset .bt_plus:hover,
#checkboxlisttd fieldset .bt_minus:hover{
	background-position-y: -30px;
    transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.add .add-edit{
	background:url(../img/form/add-edit-arrow@2x.png) no-repeat top center;background-size: 38px 25px;
}
}
/* 登録解除フォーム / 空メール */
.formsetup section.contents{
	margin: 0 -16px;
	padding: 32px 16px;
}
.formsetup-title{
	margin-bottom: 16px;
}
.formsetup section.contents + section.contents{
	border-top: 24px solid #E6E6E6;
	margin-top: 0;
}

.formsetup h2{
	display:inline !important;
	font-weight: bold !important;
}
.formsetup .form-url{
	font-size:12px;
	vertical-align: middle;
}
.formsetup .form-url dt,
.formsetup .form-url dd{
	display: inline-block;
	vertical-align: middle;
}
.formsetup .form-url dt{
	background: #dddcdc;
	padding: 4px 8px;
	border-radius: 3px;
}
.formsetup .form-url dd{
	font-size: 14px;
	padding-left: 8px;
}
.formsetup .form-url a{
	color:#000;
}
.formsetup .setting{
	display:flex;
	width:100%;
}
.formsetup .setting article{
	width:33.33333%;
	padding:8px 0;
	position:relative;
}
.formsetup .setting article h3{
	text-align:center;
	font-weight:normal;
	font-size:15px;
	position:relative;
	height:40px;
	line-height:40px;
	color: #555555;
	margin: 16px 0;
}
.formsetup .registration .registration-apply h3{background: #F4F4F4;}
.formsetup .registration .registration-apply h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .registration .registration-apply h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .registration .registration-finish h3{background: #F4F4F4;}
.formsetup .registration .registration-finish h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .registration .registration-finish h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .registration .registration-mail h3{background: #F4F4F4;}
.formsetup .cancel .cancel-apply h3{background: #F4F4F4;}
.formsetup .cancel .cancel-apply h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .cancel .cancel-apply h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .cancel .cancel-finish h3{background: #F4F4F4;}
.formsetup .cancel .cancel-finish h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .cancel .cancel-finish h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .cancel .cancel-mail h3{background: #F4F4F4;}
.formsetup .mailsetup .mailsetup-emptymail h3{background:#F4F4F4;}
.formsetup .mailsetup .mailsetup-emptymail h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .mailsetup .mailsetup-emptymail h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .mailsetup .mailsetup-temporary h3{background:#F4F4F4;}
.formsetup .mailsetup .mailsetup-temporary h3:before {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #b3b3b3;
}
.formsetup .mailsetup .mailsetup-temporary h3:after {
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F4F4F4;
}
.formsetup .mailsetup .mailsetup-registration h3{background:#F4F4F4;}

.formsetup .setting article h3:before {
	content: "";
	position: absolute;
	z-index:1;
	top: 0;
	right: -40px;
	width: 0;
	height: 0;
}
.formsetup .setting article h3:after {
	content: "";
	position: absolute;
	z-index:1;
	top: 0;
	right: -38px;
	width: 0;
	height: 0;
}
.formsetup .setting article figure{
	/* background:#fff; */
	width:90%;
	max-width: 260px;
	height:170px;
	margin:auto auto 20px;
	padding:20px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	transition: background-color 150ms;
}
.formsetup .setting article figure img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:260px;
	height:170px;
}

.formsetup .setting article:first-child figure{
	background:#fff
}

.formsetup .setting .formsetup-preview:hover {
	cursor:pointer;
	background-color:#d70d19;
	box-shadow:0 0 0 4px rgba(255,0,15,0.24);
}

.formsetup .setting .formsetup-preview:hover img {
	opacity:0.9;
}
.formsetup .setting .formsetup-preview:active img {
	opacity:0.8;
}

.formsetup .setting .formsetup-preview:hover .formsetup-preview__label {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	width:7em;
	height:calc(1em + 16px);
	line-height:1;
	position:absolute;
	border-radius:3px;
	background-color:rgba(255,255,255,1);
	top:0;
	left:0;
	bottom:0;
	right:0;
	color:#d70d19;
	margin:auto;
	padding:8px;
	transition: background-color 150ms;
}
.formsetup .setting .formsetup-preview:active .formsetup-preview__label {
	background-color:#d70d19;
	color:#fff;
}
.formsetup .setting article .btn-setting div.preview {
	text-align:right;
	/* margin-right:5%; */
	position: relative;
}
.formsetup .setting article .btn-setting input[type="submit"] {
	width:130px;
	height:36px;
}
.formsetup .setting article .btn-setting input[type="submit"]{
	margin-top:40px;
}
.formsetup .setting article .popup{
	margin:auto;
	width:130px;
	padding:10px 0 0 0px;
}
.formsetup .btn-setting input[type="button"],
.formsetup .setting article .popup li input[type="button"]{
	font-size:12px;
	margin:0;
	min-width:inherit;
}
.formsetup .setting article aside{
	padding:10px 0 0;
	font-size:12px;
	text-align:center;
}
.formsetup .setting article aside a{
	color:#000;
}
.formsetup .btn-preview{
	position:absolute;
	top:0;
	right:0;
	background:url(../img/base/icon-preview.svg) no-repeat left center !important;
	background-size:18px;
	border:none !important;
	padding:0 0 0 22px !important;
	text-decoration:underline;
	color:#000 !important;
	width:auto !important;
	height:auto !important;
}
/*マニュアル*/
.manual{
	max-width:1040px;
	margin:auto;
}
.manual article{
	width:33%;
	padding:56px 24px 32px !important;
	border-right: solid 1px #b3babd;
	float:left;
	margin-bottom:32px;
	text-align:center;
}
.manual article .img{
	background: #EBEBEB;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	position: relative;
	margin: auto;
}
.manual article .img img{
	position: absolute;
	margin: auto;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.manual article h2{
	text-align:center;
	font-size:18px !important;
	height:40px;
	line-height:1.2em;
	padding:32px 0 32px;
	font-weight:bold !important;
}
.manual article svg{
	text-align:center;
	margin:auto;
	width:auto;
	height:40px
}
.manual article .icon-manual1{width:50px; height:75px}
.manual article .icon-manual2{width: 65px;height:75px;}
.manual article .icon-text{width: 64px; height:auto;}
.manual article p{
	text-align:left;
	display:inline-block;
	min-height:56px;
}
.download-btn{
	display:block;
	margin:auto;
	background:#fff;
	text-align:center;
	border:solid 1px #e04d55;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0 8px 0 28px;
	width:150px;
	height:46px;
	line-height:46px;
	font-size:13px;
}
.manual article.text-guid{
	border-right: none !important
}
.manual article.text-guid ul{
	display:table;
	margin:auto;
	text-align:center;
	padding-top:24px;
}
.manual article.text-guid ul li{
	text-align:left;
	padding:4px;
}
.manual article.text-guid ul li a{
	text-decoration:underline;
	color:#e04d55;
}
.manual .adobe{
	max-width:800px;
	clear:both;
	margin:32px auto 0;
	width:100%;
	display: flex;
	background:#F6F6F6;
}
.manual .adobe a{
	clear:both;
	width:100%;
	display: flex;
	padding:16px;
	background:#F6F6F6;
	color:#000;
}
.manual .adobe p{
	line-height:39px;
	padding-left:16px;
}
/*利用可能文字*/
.charactor a{
	text-decoration:underline;
	color:#d60d19;
}
.charactor h2{
	font-size:18px !important;
	 font-weight:bold !important;
}
.charactor p{
	padding:8px 0 24px;
}
.charactor table{
    border-top: solid 1px #b3babd;
	width:100%;
}
.charactor th,.charactor td{
	padding:16px;
	line-height:1.5em
}
.charactor thead th,
.charactor thead td{
	text-align:left;
	background:#555251;
	color:#fff;
	padding:6px 16px;
	font-size:12px;
}

.charactor th{
	background:#e7e7e7;
	width:140px !important;
	min-width:140px;
	text-align:center;
	vertical-align:middle;
    border-bottom: solid 1px #afafaf;
}
.charactor td{
    background: #fff;
    border-left: solid 1px #dfdfdf;
    border-bottom: solid 1px #b3babd;
}

.insertcode .header{
	background:#555251;
	color:#fff;
	padding:6px 16px;
}
.insertcode dt,.insertcode dd{
	float:left;
	padding:16px;
}
.insertcode dt{
	min-width:170px;
	clear:both;
	background:#e7e7e7;
}
.insertcode dd{
	width:470px;
    border-bottom: solid 1px #b3babd;
}

@media (min-width:1px) and (max-width:1240px){
/*検索ボックス*/
.search-box .right{
	position: inherit;
	float:left;
	clear: both;
	margin-top: 10px;
}
/*HTMLメール テンプレート一覧*/
.template-list li {
	width:30.752688172043011%;
	margin-right:2.580645161290323%;
	margin-bottom:2.580645161290323%;
}
.template-list li img{
	width: 100%;
	height: auto;
}
.template-list h3.new{
	font-size:14px;
	top:60%;
}
.template-list .hover-view .mask h3{
	font-size:14px;
}
.template-list .hover-view .mask p{
	font-size:14px;
}
/*登録解除フォーム*/
.formsetup .setting article:nth-child(2) figure img{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.formsetup .btn-preview{
	right:12px;
}
}
@media (min-width:1px) and (max-width:880px){
/*トップ配信管理*/
.contents.result-list .date{
	display: block;
}
.editor li dl{
	display:inline-block;
}
/*配信履歴*/
.search-box .mail-type input + label{
	padding: 0;
	width: 70px;
}
/*マニュアル*/
.manual article{
	width:100%;
	padding:0 0 32px !important;
	border-right:none;
	border-bottom: solid 1px #C9C9C9;
	float:none;
	margin-bottom:32px;
	text-align:left;
	overflow: hidden;
	position: relative;
}
.manual article .img{
	margin: 0 0 16px;
	float: left;
	width: 120px;
	height: 120px;
}
.manual article h2{
	text-align:left;
	padding: 0 16px;
	font-weight:bold !important;
	float: left;
	width: 70%;
	height: inherit;
}
.manual article p{
	padding-left: 16px;
	padding-bottom: 10px;
	text-align:left;
	display:inline-block;
	min-height: inherit;
	float: left;
	width: 70%;
}
.download-btn{
	display: block;
	bottom: 32px;
	float: left;
	margin-top: 0;
	margin-left: 16px;
}
.manual article.text-guid ul{
	width: 70%;
	margin: 0;
	padding: 0 0 0 16px;
}

/*HTMLメール テンプレート一覧*/
.template-list li {
	width:46.129032258064516%;
	margin-right:2.580645161290323%;
	margin-bottom:2.580645161290323%;
}
/*登録解除フォーム*/
.formsetup .setting{
	display:block;
}
.formsetup .setting article{
	width:100%;
	padding:20px;
}
.formsetup .setting article h3{
	height:26px;
	line-height:26px;
	margin-bottom: 16px;
	display: block;
}
.formsetup .setting article h3:before,
.formsetup .setting article h3:after{
	display: none;
}
.formsetup .setting article:nth-child(2) figure img{
	padding: 0px !important;
}
/*読者検索(詳細検索)*/
.user-detail .inner dl{
	padding:12px 8px;
}
.user-detail .inner dt{
	display:block;
	padding-bottom:8px;
}
.user-detail .inner dd{
	padding:0;
}
/*グループ設定(新規作成)*/
.group-search .inner dl{
	padding:12px 8px;
}
.group-search .inner dt{
	display:block;
	padding-bottom:8px;
}
.group-search .inner dd{
	padding:0;
}
/*項目設定*/
.form-select .form-list .input-area dt{
	padding-bottom:2px;
}
.form-select .form-list .input-area dt,
.form-select .form-list .input-area dd{
	min-width: 190px;
	vertical-align: middle;
}
.form-select .sort .form-list .input-area dt,
.form-select .sort .form-list .input-area dd{
	display: block !important;
}
.add .header .item .input-area dt,
.add .sample .select-box dt{
	width: 150px;
}
.add .sample .select-box dd label{
	width:inherit;
	margin-right:8px;
}
.add .sample .select-box dd .ff1 {
	width:100%;
	min-width:inherit
}
}

/*DKIM設定画面*/
.dkim-setupform .item {
	background:#E2E2E2;
	padding: 10px 10px;
	width: 12%;
}
.dkim-setupform .form {
	padding: 9px 9px;
	width: 50%;
}
.dkim-setupform li {
	vertical-align: middle;
	height: auto;
}

.dkim-setupform li div div .private_key_textarea {
	max-height:340px;
	height:340px;
	font-size:13px;
}
.dkim-setupform li div div .public_key_textarea {
	min-height:140px;
	height:50px;
	font-size:13px;
}
.dkim-setupform .form input[type="text"] {
	width: 100%;
	margin: 3px 3px;
}
.dkim-setupform .form.tile__item input[type="text"] {
	width: 100%;
	margin: 3px 0px;
}
.dkim-setupform .form textarea {
	margin: 5px 3px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}
.dkim-setupform .form a:hover {
	color:#d60d19;
}
.dkim-setupform .form a {
	border-bottom: solid 1px;
}
.dkim-setupform li {
	border-top: solid 1px #b3babd;
}
.back-btn {
	padding-bottom: 28px;
}
.back-btn a:hover {
	color:#d60d19;
}
.back-btn a {
	border-bottom: solid 1px;
}

#from_address p {
	display: inline-block;
	font-size:12px;
	background-color: #eee;
	margin:10px 0 5px 0;
	padding: 2px;
}

.from_address li {
	border-top: none;
}
.deco-mail.decoplt ul {
	background: #eeeeee;
}

.question_reverse_circle_icon {
	fill: #777;
}

.button--manual svg{
	fill: #1A1A1A;
}
.button--manual:hover svg{
	fill: #E2464C;
}
.button--manual:active svg{
	fill: #FFE5E4;
}

.tile__item.tile__link {
	line-height: 2.9em;
	min-height: 34px;
}

.loaders {
	display: flex;
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loaders .loader {
	display: flex;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* --- side menu loader */
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.circle-loader {
	width: 14px;
	height: 14px;
	border:solid 1px rgba(255, 255, 255, 0.65);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	transition: all 0.5s ease-in;
	animation-name: rotate;
	animation-duration: 1.0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
	top: 25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
	animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
	top: 17.05px;
	left: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
	animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
	animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
	top: -17.05px;
	left: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
	animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
	top: -25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
	animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
	top: -17.05px;
	left: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
	animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
	animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
	top: 17.05px;
	left: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
	animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div,
.ball-spin-loader > div {
	-webkit-animation-fill-mode: both;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.ball-spin-fade-loader > div {
	background-color: #fff;
	margin: 2px;
	animation-fill-mode: both;
}

ol.demo li.detail {
	min-width: 50px;
	width: 50px;
}

.preview_contents .template-list .thumbnail img {
	max-width: 100%;
}

/* --- side menu loader */
.navigation-link__icon > .ball-spin-fade-loader {
	top: -4px;
	left: 4px;
	width: 14px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(1) {
	top: 5px;
	left: 0;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(2) {
	top: 5.05px;
	left: 5.05px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(3) {
	top: 0;
	left: 5px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(4) {
	top: -5.05px;
	left: 5.05px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(5) {
	top: -5px;
	left: 0;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(6) {
	top: -5.05px;
	left: -5.05px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(7) {
	top: 0;
	left: -5px;
}

.navigation-link__icon > .ball-spin-fade-loader > div:nth-child(8) {
	top: 5.05px;
	left: -5.05px;
}

.navigation-link__icon > .ball-spin-fade-loader > div {
	width: 5px;
	height: 5px;
}

.navigation-link--dark .navigation-link__icon.icon-white,
.navigation-link__icon.icon-white {
	color: #fff;
}

/* --- progress bar */
.progress {
	margin-top: 20px;
}

.progress-wrap {
	width: 80%;
	margin: 0 auto;
}

.page-header.progress-header {
	display: block;
	justify-content: unset;
	align-items: unset;
	flex-direction: unset;
	text-align: center;
}

	.page-header.progress-header {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}

.progress-area {
	position: relative;
	margin-top: 12px;
}

.progress-bar {
	color: #fff;
	box-sizing: border-box;
}

.progress-bar:after, .progress-area:before {
	box-sizing: border-box;
	display: block;
}

.progress-bar {
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 100%;
}

.progress-bar[data-text]:after {
	position: absolute;
	top: 50%;
	color: #959595;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.progress-bar[data-text]:not([data-text=""]):after {
	content: attr(data-text)
}

.progress-bar[data-text]:after {
	top: calc(50% + 32px);
	color: #959595;
}

.progress-bar:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	background: linear-gradient(-45deg, #059f1b 25%, #05ad1d 0, #05ad1d 50%, #059f1b 0, #059f1b 75%, #05ad1d 0, #05ad1d);
	background-size: 30px 30px;
	animation: moveBar 1.5s linear infinite reverse;
	border: #3f8b2f solid 1px;
	border-radius: 3px;
}

.progress-bar[data-rounded]:before {
	border-radius: 15px;
}

.progress-bar[data-inverse]:before {
	animation-direction: normal
}

@keyframes moveBar {
	0% {
		background-position: 0 0
	}
	to {
		background-position: 30px 30px
	}
}

.progress-result {
	margin: auto;
	background: #eee;
	padding: 16px 32px;
	margin-top: 24px;
	border: solid 1px #DDDCDC;
	width: 100%;
}

.progress-result .progress-result__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 80vh;
	text-align: center;
	color: #959595;
}

.progress-result .progress-result__wrapper > p {
	font-size: 18px;
	color: #959595;
	font-weight: 700;
	margin-bottom: 12px;
}

.progress-result .progress-result__wrapper > ul > li {
	list-style: none;
	color: #959595;
	font-size: 13px;
	line-height: 20px;
}

.progress .mailreserv-warning {
	font-size:22px;
	text-align:center;
	line-height:1.4em;
}

.finish .mailreserv-warning,
.progress .mailreserv-warning {
	margin-top: 25px;
	font-weight: 700;
	color: #d60d19;
}
.progress .mailreserv-warning {
	margin-top: 45px;
}

.finish .mailreserv-warning .ta,
.progress .mailreserv-warning .ta {
    padding-right: 8px;
}

.trash-message {
	color: red;
}

.trash-message .ta {
	position: relative;
	top: -1px;
	margin-right: 0.5em;
}

.trash-message.indent {
	padding-left: 1.5em;
}
