@charset "utf-8";
/* CSS Document */
/* 20200214 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　電子化診断用CSS
/seikyu/denshika_simulation.asp
-------------------*/
html{
	font-size: 16px;
}
#seikyu{
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.contents {	max-width: 64em;}
}

/*-----------------
 *メインビジュアル
-----------------*/

#seikyu .main-v {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
	min-height: 14em;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/denshika_simulation/images/main-v.jpg");
	background-position: 80%;
	text-align: center;
}
#seikyu .main-v h1{
	margin-top: 6rem;
	margin-bottom: 2rem;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
#seikyu .main-v .main-v-tx{
	margin-bottom: 2rem;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
}
.cnv-btn {
	width: 90%;
	max-width: 32rem;
	margin: auto;
	text-align: center;
}
.cnv-btn a{
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.cnv-btn a:hover{
	opacity: 0.8;
}
.cnv-btn a:after {
	content: '>';
	position: absolute;
	right: 0.625em;
	transform: rotate(90deg) scale(0.5,1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}
.mktoButtonWrap.mktoPaperMashup .mktoButton {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	padding: 20px !important;
	background-color: #2d67a3 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 1.3em !important;
	font-weight: bold !important;
	line-height: 1.3em !important;
}
.mktoButtonWrap.mktoPaperMashup .mktoButton:hover{
	opacity: 0.8 !important;
}
.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:after{
	content: '>';
	position: absolute;
	right: 0.625em;
	transform: scale(0.5,1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}

@media screen and (min-width:48em){
	#seikyu .main-v {
		padding-bottom: 92px;
	}
	#seikyu .main-v h1{
		margin-top: 8rem;
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}
	#seikyu .main-v .main-v-tx{
		line-height: 1.4;
		font-size: 1.5rem;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .main-v{
		background-position: center;
		background-size: cover;
	}
}

/*-----------------
 *わかること
-----------------*/

#seikyu #ds_merit{
	padding: 56px 0;
}
#seikyu #ds_merit h2{
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1.6;
	font-size: 1.5em;
	font-weight: bold;
	color: #40a83e;
	
}
#seikyu #ds_merit h2 br:last-of-type{
	display: none;
}
#seikyu #ds_merit ul li{
	margin-bottom: 3rem;
	text-align: center;
}
#seikyu #ds_merit ul li .p_img{
	margin-bottom: 1.5rem;
}
#seikyu #ds_merit ul li .p_img img{
	width: 9rem;
	height: auto;
}
#seikyu #ds_merit ul li .p_txt{
	line-height: 1.5;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu #ds_merit ul{
		display: flex;
	}
	#seikyu #ds_merit ul li{
		width: 33.3%;
		margin-bottom: 0;
	}
	#seikyu #ds_merit ul li .p_img img{
		width: auto;
		height: 8em;
	}
}
@media screen and (min-width:48em) and (max-width:55em){
	#seikyu #ds_merit ul li:nth-child(3) .p_txt br{
		display: none;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu #ds_merit{
		padding: 80px 0;
	}
}
@media screen and (max-width:374px){
	#seikyu #ds_merit h2 br:last-of-type{
		display: inline;
	}
}

/*-----------------
 *電子化診断の流れ
-----------------*/
#ds_step{
	padding: 60px 0;
	background-color: #ecf7eb;
	background-image: url(/web/jp/seikyu/images/top_bg-obi.png);
	background-position: -120px 0;
}
#ds_step h2{
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #40a83e;
}
#ds_step .ds_step_lead{
	margin-bottom: 2.5rem;
	line-height: 1.5;
}
#ds_step ol li{
	position: relative;
	width: 14.75rem;
	margin: 0 auto 3.5rem;
}
#ds_step ol li:after{
	content: "▼";
	position: absolute;
	left: 102px;
	bottom: -40px;
	margin: auto;
	font-size: 36px;
	color: #40a83e;
}
#ds_step ol li:last-of-type{
	margin-bottom: 0;
}
#ds_step ol li:last-of-type:after{
	content: "";
}
#ds_step ol li dl dt{
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 1.25rem;
	color: #40a83e;
}
#ds_step ol li dl dd{
	height: 12.75rem;
	padding: 18px;
	border: 1px solid #40a83e;
	border-bottom: 6px solid #40a83e;
	background-color: #fff;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}
#ds_step ol li dl dd .p_txt{
	height: 3rem;
	margin-bottom: 1.25rem;
	line-height: 1.5;
}
#ds_step ol li dl dd .p_img{
	margin: 0 auto;
}
#ds_step ol li dl dd .p_img img{
	width: 100%;
	height: auto;
}
#ds_step ol li:nth-child(1) dl dd .p_img{
	width: 75px;
}
#ds_step ol li:nth-child(2) dl dd .p_img{
	width: 65px;
}
#ds_step ol li:nth-child(3) dl dd .p_img{
	width: 72px;
	padding-top: 20px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#ds_step .ds_step_lead{
		text-align: center;
	}
	#ds_step ol{
		display: flex;
		width: 100%;
		max-width: 892px;
		margin: 0 auto;
	}
	#ds_step ol li{
		width: 26%;
		margin: 0 11% 0 0;
	}
	#ds_step ol li:last-of-type{
		margin-right: 0;
	}
	#ds_step ol li:after{
		content: "▶";
		top: 125px;
		right: auto;
		bottom: auto;
		left: 102%;
		font-size: 70px;
	}
	#ds_step ol li dl dd .p_txt{
		height: 4.5rem;
		margin-bottom: 8px;
	}
	#ds_step ol li dl dd br{
		display: none;
	}
}
@media screen and (min-width:53em){
	#ds_step ol li dl dd .p_txt{
		height: 3rem;
		margin-bottom: 1.25rem;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#ds_step{
		padding: 5rem 0;
	}
	#ds_step ol{
		width: 55.75rem;
	}
	#ds_step ol li dl dd br{
		display: inline;
	}
	#ds_step ol li:after{
		left: 105%;
	}
}

/*-----------------
 *フォーム
-----------------*/
#ds_form{
	padding: 60px 0;
	background-color: #fff;
}
#ds_form h2{
	margin-bottom: 2.5rem;
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: bold;
	color: #40a83e;
}

.mktoForm.mktoHasWidth.mktoLayoutLeft{
	margin: 0 auto !important;
}
.mktoFormCol .mktoFieldWrap .mktoHtmlText.mktoHasWidth p{
	line-height: 1.5 !important;
}
.mktoForm div.mktoButtonRow{
	display: block !important;
	width: 90% !important;
	max-width: 32rem !important;
	margin: 20px auto 0 !important;
}
.mktoButtonWrap.mktoPaperMashup{
	margin-left: 0 !important;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#ds_form h2 br{
		display: none;
	}
}
@media screen and (min-width:626px){
	.mktoForm{
		width: 580px !important;
	}
}

