@charset "utf-8";

/**
 *
 *  メールマーケティング
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

.ico-notes .lead span{
	padding-left: 107px;
}
.ico-notes .catch span{
	padding-left: 99px;
}
.ico-notes p span:after{
	width: 66px;
	height: 64px;
	margin-top: -33px;
	background: url(../images/icon_pro01.png) no-repeat;
}

.instance .case-box .ico-ttl + .unit{
	padding-bottom: 0;
}

/*--------------------------------------------------------------------------
  #greeting
---------------------------------------------------------------------------*/

#greeting{
	padding-bottom: 0;
	background: #fafafa;
}
#greeting .key-img{
	width: 836px;
	margin: 0 auto 32px;
	padding: 10px 12px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	text-align: center;
}
#greeting .blockTtl br{
	display:none;
}


/*--------------------------------------------------------------------------
  .unit-package
---------------------------------------------------------------------------*/

.unit-package{
	margin-top: 18px;
}
.unit-package .box{
	float: left;
	width: 422px;
	margin-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.unit-package .box:first-child{
	margin-left: 0;	
}
.unit-package .box{
	background: #fff;
	border: 1px solid #fff;
}
.unit-package .box dt{
	padding: 11px 19px 10px;
	border-bottom: 1px solid #eae8de;
	background: #efede1;
	font-size: 124%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	font-weight: 500;
}
/* IE9・10 */
.unit-package .box dt:not(:target){
	padding: 9px 19px 6px\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .unit-package .box dt{
		padding: 9px 19px 6px;
	}
}
.unit-package .box dt span{
	display: block;
	padding-left: 30px;
}
/* IE9・10 */
.unit-package .box dt span:not(:target){
	padding-top: 8px\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .unit-package .box dt span{
		padding-top: 8px;
	}
}
.unit-package .box .num-01 span{
	background: url(../images/mail/ico_num_01.png) no-repeat 0 50%;
}
.unit-package .box .num-02 span{
	background: url(../images/mail/ico_num_02.png) no-repeat 0 50%;
}
.unit-package .box .num-03 span{
	background: url(../images/mail/ico_num_03.png) no-repeat 0 50%;
}
.unit-package .box .num-04 span{
	background: url(../images/mail/ico_num_04.png) no-repeat 0 50%;
}
.unit-package .box .num-05 span{
	background: url(../images/mail/ico_num_05.png) no-repeat 0 50%;
}
.unit-package .box .num-06 span{
	background: url(../images/mail/ico_num_06.png) no-repeat 0 50%;
}
.unit-package .box .num-07 span{
	background: url(../images/mail/ico_num_07.png) no-repeat 0 50%;
}
.unit-package .box .num-08 span{
	background: url(../images/mail/ico_num_08.png) no-repeat 0 50%;
}
.unit-package .box dt .s-txt{
	font-size: 93%;
}
.unit-package .box dd{
	padding: 13px 19px 22px;
}
.unit-package .box dd .s-txt{
	font-size: 85%;
}
.unit-package .box dd .s-txt li{
	margin-top: 5px;
}
.unit-package .box dd .s-txt li:first-child{
	margin-top: 0;
}



/*--------------------------------------------------------------------------
  .point-block
---------------------------------------------------------------------------*/

.point-block{
	margin-bottom: 50px;
	padding: 5px 30px 0;
}
.point-block dl{
	padding: 17px 0 16px;
	background: #fafafa;
}
.point-block dt{
	float: left;
	width: 76px;
	font-family: 'Noto Serif', serif;
	font-weight: 600;
	color: #0d5484;/*-青　*/
	text-align: center;
}
.point-block dd{
	float: left;
	padding: 3px 0 0;
}
.point-block dd span{
	display: block;
	padding-left: 30px;
	border-left: 1px solid #;　/*-グレイ系　*/
}
.point-block dd b{
	color: #0d5484;/*-青　*/
}



/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 740px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:740px) {

	/*--------------------------------------------------------------------------
	   overwrite  - 共通CSSの上書き -
	---------------------------------------------------------------------------*/

	.ico-notes .lead span{
		padding: 77px 0 0;
	}
	.ico-notes .catch span{
		padding: 76px 0 0;
	}
	.ico-notes p span:after{
		width: 68px;
		height: 86px;
		margin-top: -4px;
		margin-left: -33px;
		background: url(../images/icon_pro01_sp.png) no-repeat;
		background-size: 66px 70px;
	}
	.instance .case-box .unit:nth-of-type(1) dd{
		padding-bottom: 5px;
		border-bottom: none;
	}


	/*--------------------------------------------------------------------------
	  #greeting
	---------------------------------------------------------------------------*/

	#greeting .key-img{
		width: 100%;
		margin-top: -10px;
		padding: 5px 0;
	}
	#greeting .key-img img{
		width: 100%;
		height: auto;
	}
	#greeting .blockTtl{
		line-height: 1.5;
	}
	#greeting .blockTtl br{
		display: block;
	}


	/*--------------------------------------------------------------------------
	  .unit-package
	---------------------------------------------------------------------------*/

	.unit-package{
		margin-top: 20px;
	}
	.unit-package .box{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.unit-package .box{
		background: #fff;
		border: 1px solid #fff;
	}
	.unit-package .box:first-child{
		margin-bottom: 20px;
	}
	.unit-package .box dt{
		padding: 7px 10px 3px;
		font-size: 12px;
	}
	.unit-package .box dt span{
		padding-left: 19px;
	}
	.unit-package .box .num-01 span{
		background: url(../images/mail/ico_num_01_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-02 span{
		background: url(../images/mail/ico_num_02_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-03 span{
		background: url(../images/mail/ico_num_03_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-04 span{
		background: url(../images/mail/ico_num_04_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-05 span{
		background: url(../images/mail/ico_num_05_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-06 span{
		background: url(../images/mail/ico_num_06_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-07 span{
		background: url(../images/mail/ico_num_07_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box .num-08 span{
		background: url(../images/mail/ico_num_08_sp.png) no-repeat 0 48%;
		background-size: 14px 14px;
	}
	.unit-package .box dt .s-txt{
		font-size: 10px;
	}
	.unit-package .box dd{
		padding: 10px 12px 5px;
		font-size: 11px;
	}
	.unit-package .box dd .s-txt{
		font-size: 10px;
	}


	/*--------------------------------------------------------------------------
	  .point-block
	---------------------------------------------------------------------------*/

	.point-block{
		width: 280px;
		margin: 0 auto 25px;
		padding: 0 0 30px;
		border-bottom: 1px solid #eaeaea;
	}
	.point-block dl{
		padding: 8px 0;
	}
	.point-block dt{
		position: relative;
		float: none;
		width: 100%;
		padding-bottom: 17px;
	}
	.point-block dt:after{
		position: absolute;
		content: '';
		width: 34px;
		height: 1px;
		left: 50%;
		margin: 5px 0 0 -17px;
		display: block;
		background: #e3e1d7;
	}
	.point-block dd{
		float: none;
		width: auto;
		padding: 0 14px;
		font-size: 12px;
	}
	.point-block dd span{
		padding-left: 0;
		border-left: none;
	}
	.point-block dd b{
		font-weight: normal;
	}
}