@charset "utf-8";

/* -----------
202408 No75 画面構成改善 
-------------*/

/* トップ */
#sec-mailing-agency_function .color-highlight {
	color: #FF3333;
	font-size: 20px;
	font-weight: 700;
}

#sec-mailing-agency_function p {
    margin-bottom: 2em;
    line-height: 1.6em;
}

/* btn-cta */
.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
	margin: 0 !important;
}
	
.btn-cta.step {
	width: 100% !important;
    margin: 0 auto !important;
}

.btn-cta-microcopy.step {
	width: 100% !important;
}

@media screen and (min-width: 48em) {
	.btn-cta.step {
		width: 513px !important;
	}
}

/* 各セクション */
#sec-mailing-agency_step .box-center {
    margin: 32px auto 60px;
}

#sec-mailing-agency_step p {
    margin: 0 auto 1.5em;
    line-height: 1.6em;
}
#sec-mailing-agency_step {
	padding: 56px 0 0;
}
#sec-mailing-agency_step h2 {
	color: #333;
	font-size: 22px;
	line-height: 1.3em;
	margin: 0 auto 40px;
}

#sec-mailing-agency_step h3 {
	margin: 3em 0 1em;
	color: #40a83e;
	font-size: 1.1em;
	text-align: center;
	font-weight: 700;
}

@media screen and (min-width: 48em) {
	#sec-mailing-agency_step h2 {
		font-size: 27px;
	}

	#sec-mailing-agency_step h3 {
		height: 2em;
	}
}

@media screen and (min-width: 64em) {
	#sec-mailing-agency_step h3 {
		height: 1em;
	}
}

#sec-mailing-agency_point,
.sec_type,
.sec_difference,
.sec_merit {
	padding-top:80px;
	background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
}

#sec-mailing-agency_point h2,
.sec_type h2,
.sec_difference h2,
.sec_merit {
	margin:0 0 1.5em;
	color:#333;
	font-size:1.4em;
}

#sec-mailing-agency_point p,
.sec_type p,
.sec_difference p,
.sec_merit {
	margin:0 auto 1.5em;
	line-height:1.6em;
}

#sec-mailing-agency_point .point-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 80px;
}

#sec-mailing-agency_point .point-list li {
	width: 100%;
	background-color: #EDF5ED;
	border: 1px solid #40A83E;
	border-radius: 64px;
	padding: 6%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sec-mailing-agency_point .point-list li .point-img {
	width: 95px;
	height: auto;
	object-fit: contain;
	margin-bottom: 16px;
}

#sec-mailing-agency_point .point-list li .point-txt {
	width: 100%;
}

#sec-mailing-agency_point .point-list li .point-txt h3 {
	color: #40A83E;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 11px;
	position: relative;
	margin-bottom: 16px;
}

#sec-mailing-agency_point .point-list li .point-txt h3 span {
	font-size: 18px;
	color: #333;
}

#sec-mailing-agency_point .point-list li .point-txt h3::before {
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 9999px;
	background-color: #40A83E;
	position: absolute;
	bottom: 0;
}

#sec-mailing-agency_point .point-list li .point-txt p {
	text-align: left;
	margin: 0;
}


@media screen and (min-width:48em){
	#sec-mailing-agency_point,
	.sec_type,
	.sec_difference,
	.sec_merit {
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
	}
	#sec-mailing-agency_about h2,
	#sec-mailing-agency_point h2,
	.sec_type h2,
	.sec_difference h2,
	.sec_merit h2 {
		font-size:27px !important;
	}
	#sec-mailing-agency_about p,
	#sec-mailing-agency_point p,
	.sec_type p {
		text-align: center;
	}

	#sec-mailing-agency_point .point-list {
		max-width: 900px;
	}

	#sec-mailing-agency_point .point-list li {
		flex-direction: row;
		padding: 40px;
	}

	#sec-mailing-agency_point .point-list li .point-img {
		margin: 0 24px 0 0;
	}

	#sec-mailing-agency_point .point-list li .point-txt {
		width: calc(100% - 24px - 95px);
	}

	#sec-mailing-agency_point .point-list li .point-txt h3 span {
		display: inline;
	}

	#sec-mailing-agency_point .point-list li .point-txt h3 span.not-inline {
		display: block;
	}
}

@media screen and (min-width:64em){
	#sec-mailing-agency_point .point-list li .point-txt h3 {
		font-size: 24px;
		line-height: 35px;
	}
	
	#sec-mailing-agency_point .point-list li .point-txt h3 span {
		font-size: 20px;
	}
	
	#sec-mailing-agency_point .point-list li .point-txt h3 span.not-inline {
		display: inline;
	}
}

#sec-mailing-agency_use p {
	text-align: left !important;
}

@media screen and (min-width:64em){
	.sec-mailing-agency_use_flex {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
}

/*請求書タイプ*/
div.sec_type {
	max-width: 950px;
	margin: 0 auto;
}
div.sec_type .types{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;	
	position: relative;
	align-items: self-end;
    margin-bottom: 25px;
	gap: 24px 2%;
}
div.sec_type h2{
	margin-bottom: 25px;
}
div.sec_type .types .type{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 100%;
	max-width: 440px;
}
div.sec_type .types .type .type_tit{
	width: 100%;
    text-align: left;
	margin-bottom: 10px;
	display: flex;
	align-items: baseline;
    column-gap:12px;
}
div.sec_type .types .type .type_tit .num{
	font-size:24px;
}
div.sec_type .types .type .type_tit .tx{
	font-size: 16px;
	font-weight: 700;
}

div.sec_type .types .type img {
	width: 100%;
}

div.sec_type .types .type img.pc_only_img {
	display: none;
}
div.sec_type .types .info_txt01,
div.sec_type .types .info_txt02 {
	display: none;
}

div.sec_type .info_txt03{
	text-align: center;
	line-height: 1.75;
	font-size: 14px;
}

@media screen and (min-width:64em){
	div.sec_type .types .type {
		width: auto;
	}

	div.sec_type .types{
		justify-content: space-between;
	}

	div.sec_type .types .type img {
		max-width: none;
	}

	div.sec_type .types .info_txt01{
		display: block;
		font-size: 14px;
		color:#fff;
		text-align: center;
		padding: 11px 13px;
		line-height: 1.5;
		position: absolute;
		width: 278px;
		left:217px;
		top: 216px;
	}
	div.sec_type .types .info_txt01:before{
		content: "";
	}

	div.sec_type .types .info_txt02{
		display: block;
		font-size: 14px;
		color:#fff;
		text-align: center;
		border-radius: 10px;
		padding: 20px 13px;
		line-height: 1.5;
		position: absolute;
		width: 264px;
		right: 31px;
		top: 202px;
	}

	div.sec_type .types .info_txt01 span,.info_txt02 span{
		z-index: 2;
		position: relative;
	}

	div.sec_type .types .info_txt01:before{
		content: "";
	}
		
	div.sec_type .types .info_txt01:after{
		content: url(/web/jp/seikyu/seller/images/img_bg_type01.svg);
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
		width: 105%;
	}

	div.sec_type .types .info_txt02{
		font-size: 14px;
		color:#fff;
		text-align: center;
		border-radius: 10px;
		padding: 20px 13px;
		line-height: 1.5;
		position: absolute;
		width: 264px;
		right: 31px;
		top: 202px;
	}
	
	div.sec_type .types .info_txt01 span,.info_txt02 span{
		z-index: 2;
		position: relative;
	}

	div.sec_type .types .info_txt02:after{
		content: url(/web/jp/seikyu/seller/images/img_bg_type02.svg);
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
		width: 100%;
	}

	div.sec_type .types .type img.sp_only_img {
		display: none;
	}

	div.sec_type .types .type img.pc_only_img {
		display: block;
	}
}

.sec_type .box-center {
	margin: 56px auto 60px;
}

/*違い*/
div.sec_difference{
	max-width: 950px;
	margin: 0 auto;
}
div.sec_difference > ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 10px min(1%, 10px);
	align-items: center;
	max-width: 470px;
	margin: 0 auto;
}
div.sec_difference > ul li{
	box-sizing: border-box;
	border: solid 1px #ccc;
	width: 49%;
    max-width: 230px;
    height: 329px;
    text-align: center;
    padding-top: 43px;
	position: relative;
}
div.sec_difference > ul li .difference_txt{
	line-height: 1.75;
    font-size: 16px;
    margin-bottom: 30px;
}
div.sec_difference > ul li:nth-child(3):after,
div.sec_difference > ul li:last-child:after{
	content: "協力会社：株式会社KDC";
	position: absolute;
	right:0;
	bottom:-30px;
	font-size: 14px;
}

div.sec_difference > ul li img {
	max-width: 90%;
}
.addtxt01,.addtxt02{
	font-size: 11px;
	margin-top: 5px;
}
.addtxt02{
	text-align: left !important;
    width: 169px;
    margin: 5px auto;
}

@media screen and (min-width:64em){
	div.sec_difference > ul{
		flex-wrap: nowrap;
		gap: 10px;
		max-width: none;
	}
	div.sec_difference > ul li{
		width: 230px;
	}
}

.sec_difference .box-center {
	margin: 80px auto 60px;
}

/*merit*/
div.sec_merit{
	max-width: 950px;
	margin: 80px auto 0;
}
div.sec_merit * {
	box-sizing: border-box;
}
div.sec_merit >ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 auto;
}

div.sec_merit >ul li {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 29px;
    width: 100%;
    max-width: 455px;
    height: auto;
    text-align: center;
}
div.sec_merit >ul li .num,
div.sec_merit >ul li >img{
	margin-bottom: 18px;
}
div.sec_merit >ul li .num{
	font-size: 14px;
	font-weight: 700;
	color: #207C3A;
}
div.sec_merit >ul li .merit_txt{
	line-height: 1.75;
	font-size: 16px;
}

@media screen and (min-width:64em){
	div.sec_merit >ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap:20px;
		align-items: center;
		justify-content: space-between;
		width: 930px;
	}
	
	div.sec_merit >ul li{
		width: 455px;
		height: 310px;
	}
}

/* 導入企業　幅調整 */
.contents_case {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

#sec-mailing-agency_case .case-interview {
	display: flex;
	flex-direction: column;
    justify-content: center;
	width: auto;
}

#sec-mailing-agency_case .case-interview a {
	float: none;
}

@media screen and (min-width:48em){
	#sec-mailing-agency_case .case-interview {
		flex-direction: row;
	}
}

/* 拡大画像 lightbox.cssより */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/web/jp/seikyu/seller/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/web/jp/seikyu/seller/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/web/jp/seikyu/seller/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/web/jp/seikyu/seller/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-container{
	padding: 30px;
}
.lightbox .lb-image {
	max-width: 1020px;
	height: auto !important;
}
