#contents .container > .container_inner {
	width: auto;
	padding: 0;
}

.purchase_support_col2 {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

.btn_sns_share {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
hr.line_gray {
	max-width: 1240px;
	min-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

.only-sp {
	display: none !important;
}

hr.line {
	margin-top: 20px;
	border-color: #000;
	visibility: visible;
}

.fwbold {
	font-weight: bold;
}

.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}

/* base frame
================================================================== */
.contentsFrame{
	width: 100%;
	background: #FFF;
	/*
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	*/
}
.contentsFrame.bg-blue{
	background: #e3eff8;
}
.contentsFrame.bg-gray{
	background: #ecedf1;
}

.contentsFrame .contentsFrame__inner{
	margin: 0 auto;
	width: 960px;
}

.contentsFrame .contentsFrame__title{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

/* ----- topicPath ----- */
#topicPath li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	margin-right:7px;
	padding:0 13px 0 0;
	background:url(/common/images/bg_topicpath_01.gif) no-repeat right center;
	font-size:79%; /* font-size:11px; */
}
#topicPath li.current {
	background:none;
}

/* mag contents
================================================================== */
.headSection{
	padding: 0 0 10px;
	position: relative;
}


/* ----- maintitle ----- */
.ess-maintitle{
	margin-top: 20px;
}
.ess-maintitle >.logo{
	display: inline-block;
vertical-align: bottom;
}
.ess-maintitle >.logo > a > img{
	vertical-align: baseline;
}
.ess-maintitle >.title{
	background: url(/products/scanner/ess/images/bg_dline_01.gif) repeat-y left bottom;
	padding-left: 15px;
	display: inline-block;
	color: #333333;
	font-size: 22px;
}

/* ----- mainvisual ----- */
.ess-mainvisual {
  margin-top: 50px;
}
.ess-mainvisual__inner {
    margin: 0 auto;
		width: 1240px;
    display: flex;
}
.ess-mainvisual .text_area {
    background: #f5b13a;
    color: #FFF;
    padding: 0 25px;
    width: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ess-mainvisual .image {
	width: 800px;
}

.ess-mainvisual .text_area > dl > dt > .title {
    border-bottom: 1px solid #FFF;
    padding-bottom: 9px;
    margin: 0 auto;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
}
.scp-mainvisual .text_area > dl > dt > .title::after{
  display: block;
  content: '';
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/products/scanner/ess/images/ttl_mainvisual.png);
  width: 355px;
  height: 41px;
}
.sub_title{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}
.ess-mainvisual .text_area > dl > dt {
    text-align: left;
}
.ess-mainvisual .text_area > dl > dd {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    margin: 0 10px;
}

/* ----- tabbtn ----- */
.ess-tabbtn {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 1240px;
	margin: 80px auto 0;
}
.ess-tabbtn li{
	width: 500px;
	font-size: 22px;
	color: #7D8B97;
	font-weight: bold;
	margin: 0 2px;
}
.ess-tabbtn li button {
	position: relative;
	display: block;
	border-radius: 10px 10px 0 0;
	background: #DEDFE8;
	color: #7D8B97;
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
}

.ess-tabbtn .tab01 button.active {
	padding: 25px 0;
	background: #FF974B;
	color: #000;
}
.ess-tabbtn .tab01 button.active::after {
	content:"";
	width: 40px;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #FF974B transparent transparent transparent;
	z-index: 2;
}
.ess-tabbtn .tab02 button.active  {
	padding: 25px 0;
	background: #FFC915;
	color: #000;
}
.ess-tabbtn .tab02 button.active::after {
	content:"";
	width: 40px;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #FFC915 transparent transparent transparent;
	z-index: 2;
}
.ess-tabbtn li button:focus-visible {
	outline-offset: 1px;
	outline:-webkit-focus-ring-color auto 1px;
}

.ess-tabcont {
	position: relative;
}

/* ----- tabcont ----- */
.ess-tabcont .cont {
	opacity: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.ess-tabcont .cont.active {
	opacity: 1;
	height: auto;
	border-top: 1px solid #000;
	visibility: visible;
	position: relative;
}


.ess-tabcont .cont.cont01 {
	border-color:#FF974B;
}
.ess-tabcont .cont.cont02 {
	border-color:#FFC915;
}


/* ----- section ----- */

.ess-section--01 {
	padding-top: 0;
}
.ess-section--01 .ess-section__inr {
	padding-top: 80px;
	padding-bottom: 20px;
}

.ess-section--02 {
	padding-top: 0;
}
.ess-section--02 .ess-section__inr {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ess-section--03 {
	padding-top: 0;
}
.ess-section--03 .ess-section__inr {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ess-section--04 .ess-section__inr {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ess-section--bg01 {
	background: linear-gradient(180deg, transparent 0, transparent 60%, #FFE7BC 60%, #FFE7BC 100%);
}
.ess-section--bg02 {
	background: #E3EFF8;
}
.ess-section--bg03 {
	background: #ecedf1;
}
.ess-section--bg04 {
	background: linear-gradient(180deg, transparent 0, transparent 60%, #FFF0BD 60%, #FFF0BD 100%);
}
.ess-section__inr {
	min-width: 1240px;
	margin: 0 auto;
}

.ess-section__cont {
	max-width: 1240px;
	margin: 0 auto;
}

/* ----- heading ----- */
.ess-heading-01 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.ess-heading-02 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
/* ----- stepList ----- */
.ess-stepList{
	display: flex;
	flex-direction: column;
}
.ess-stepList > li{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
}
.ess-stepList > li:first-child{
	margin-top: 0;
}

.ess-stepList > li > .text_area{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	padding: 0 56px;
	background: #ecedf1;
}

.ess-stepList > li > .text_area > .inner >  .title{
	font-size: 28px;
	text-align: center;
}
.ess-stepList > li > .text_area > .inner >  .title > .number{
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	background: #f5b13a;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 25px;
}

.ess-stepList > li > .text_area > .inner > .text{
	line-height: 1.5;
	font-size: 16px;
	margin-top: 40px;
	font-weight: normal;
}

/* ----- featuresList ----- */
.ess-featuresWrap{
	color: #333333;
}
.ess-featuresList{
	padding: 60px 47px;
	display: flex;
	justify-content: space-between;
}
.ess-featuresList > li{
	width: 30%;
}
.ess-featuresList > li:first-child{
	margin-top: 0;
}
.ess-featuresList >li > .image{
	text-align: center;
}

.ess-featuresList >li > .text_area > .title{
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	min-height: 55px;
	align-items: center;
	justify-content: center;
}
.ess-featuresList >li > .text_area > .text{
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}


.ess-featuresList1{
	padding: 0px 50px 60px;
	display: flex;
	justify-content: space-between;
}
.ess-featuresList1 > li{
	width: 30%;
}
.ess-featuresList1 > li:first-child{
	margin-top: 0;
}
.ess-featuresList1 >li > .image{
	text-align: center;
}

.ess-featuresList1 >li > .text_area > .title{
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ess-featuresList1 >li > .text_area > .text{
	line-height: 1.5;
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
}

/* ----- specList ----- */
.ess-specWrap{
	background: #ecedf1;
}
.ess-specList{
	padding: 50px 50px 0;
}
.ess-specList > dl{
	margin-top: 30px;
}
.ess-specList > dl:first-child{
	margin-top: 0;
}
.ess-specList > dl > dt{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #427aa1;
	position: relative;
	padding-left: 23px;
}
.ess-specList > dl > dt::before{
	content: "●";
	color: #427aa1;
	display: block;
	position: absolute;
	left: 0;
	font-size: 16px;
	    top: 2px;
}
.ess-specList > dl >dd{
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}
.ess-specList > dl >dd .heading {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.ess-specList > dl >dd .list {
	margin-right: -20px;
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
}
.ess-specList > dl >dd .list li {
	padding-right: 20px;
	padding-left: 20px;
}
.ess-specList > dl >dd .list.list02{
	margin-top: -20px;
}
.ess-specList > dl >dd .list.list02 li{
	width: 25%;
	margin-top: 40px;
}
.ess-specList > dl >dd .list.list02 li:first-child{
	width: 100%;
}

.ml145{
	margin-left: 145px;
}
.mr145{
	margin-right: 145px;
}

/* ----- BlueBtn ----- */

.ess-specList dd.blue-btn {
    display: table;
    margin: 0 10px;
    float:left;

}

.ess-specList dd.blue-btn a {
    display: table-cell;
    background: #005AB4 url(/products/scanner/img/arrow_white.png) no-repeat 95% center;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 5px;
    line-height: 15px;
    vertical-align: middle;
    height: 50px;
    width: 194px;
    padding: auto 50px;
}

.ess-btn a{
	position: relative;
	width: 560px;
	font-size: 18px;
}
.ess-btn a::after {
	content:"";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 32px;
	background: url(../images/ico_dl_wh.png) no-repeat center center/100%;
}

.ess-card {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
}
.ess-card > li {
	position: relative;
	padding: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 310px;
}

.ess-card .image {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.ess-card .box {
	margin-top: 55px;
	border: 2px solid #427AA1;
	background: #fff;
	padding: 80px 15px 30px;
}

.ess-card .heading {
	margin-bottom: 30px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ess-card .heading > *{
	font-size: 20px;
	text-align: center;
	color: #427AA1;
	font-weight: bold;
}

.ess-card .heading span {
	font-size: 16px;
}

.ess-card .text {
	font-size: 16px;
}

.movie_col1 .ess-movie {
	width: 560px;
}

.ess-step__item + *{
	margin-top: 60px;
}
.ess-step__item {
	position: relative;
	border: 4px solid #ECEDF1;
}

.ess-step__item02 {
	margin-top: 60px;
}

.ess-step__item::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-top: 20px;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #000 transparent transparent transparent;

}

.ess-step__item.no-arrow::after {
	content:none;
}

.ess-step__ttl {
	padding: 10px 40px;
}

.ess-step__ttl h3 {
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.ess-step__ttl h3 span{
	font-size: 65px;
	margin-right: 20px;
}

.ess-step__body {
	padding: 40px;
	background: #ECEDF1;
}

.ess-step__body p {
	font-size: 16px;
}

.ess-step.cont01 .ess-step__item::after {
	border-color: #FF974B transparent transparent transparent;
}

.ess-step.cont01 .ess-step__ttl h3 span{
	color: #FF974B;
}
.ess-step.cont02 .ess-step__item::after {
	border-color: #FFC915 transparent transparent transparent;
}

.ess-step.cont02 .ess-step__ttl h3 span{
	color: #FFC915;
}

.ess-step__flex {
	display: flex;
	align-items: center;
}

.ess-step__box {
	flex: 0 0 380px;
	border: 4px solid #fff;
}

.ess-step__box-heading {
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	padding: 10px ;
	text-align: center;
}
.ess-step__box-heading span{
	position: relative;
}

.ess-step__box-heading.bg01::before {
	content:"";
	display: inline-block;
	width: 32px;
	height: 41px;
	background: url(../images/icon_document.png) no-repeat center center/100%;
	margin-bottom: -10px;
}
.ess-step__box-heading.bg02::before {
	content:"";
	display: inline-block;
	width: 38px;
	height: 32px;
	background: url(../images/icon_photo.png) no-repeat center center/100%;
	margin-bottom: -10px;
}
.ess-step__box-body{
	padding: 20px;
}

.ess-step__img {
	flex: 1;
	margin-left: 40px;
}

.btn_img {
	display: inline-block;
	margin-left: 5px;
}

.btn_img img {
	display: block;
	margin-top: -5px;
}

.ess-img-01 {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:767px) {
	#contents .container > .container_inner {
		padding: 0 15px;
	}
	.purchase_support_col2 {
		width: auto;
	}

	.btn_sns_share {
		width: auto;
	}
	hr.line_gray {
		min-width: auto;
	}


	.only-pc {
		display: none !important;
	}
	.only-sp {
		display: block !important;
	}


	/* base frame
================================================================== */

.contentsFrame .contentsFrame__inner{
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
}

.contentsFrame .contentsFrame__inner > .contentsFrame__title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
/* ----- topicPath ----- */
#topicPath li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	margin-right:7px;
	padding:0 13px 0 0;
	background:url(/common/images/bg_topicpath_01.gif) no-repeat right center;
	font-size:79%; /* font-size:11px; */
}
#topicPath li.current {
	background:none;
}

/* ------ headMod ------ */
.headMod01 { font-size:143%; } /* font-size:20px; */
.headMod02 { font-size:129%; } /* font-size:18px; */
.headMod03 { font-size:110%; } /* font-size:16px; */

.headMod02 {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    font-weight: bold;
    font-size: 129% !important;
}


/* ess contents
================================================================== */
.ess-contents{
	padding-bottom: 50px;
	background: #FFF;
}
.headSection{
	padding: 10px 0;
	position: relative;
}
.headSection::after{
	background: #dedede;
	height: 2px;
	width: calc(100vw + 0px);
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	bottom: 0;
}
.shop_button > ul > li{
	margin: 20px 0 0 auto;
	text-align: right;
}
/* ----- maintitle ----- */
.ess-maintitle{
	margin-top: 20px;
}
.ess-maintitle >.logo{
	display: inline-block;
vertical-align: bottom;
}
.ess-maintitle >.logo > a > img{
	vertical-align: baseline;
}
.ess-maintitle >.title{
	background: url(/common/images/bg_dline_01.gif) repeat-y left bottom;
	padding-left: 15px;
	display: inline-block;
	color: #333333;
	font-size: 22px;
}
/* ----- mainvisual ----- */
.ess-mainvisual{
	margin-top: 0;
	padding-top: 25px;
	padding: ;
}
.ess-mainvisual__inner{
	width: auto;
	flex-direction: column-reverse;
}
.ess-mainvisual .image > img {
	width: 100%;
	height: auto;
}
.ess-mainvisual .image {
	width: 100%;
}
.ess-mainvisual .text_area {
	padding: 15px 18px;
	width: 100%;
}
.ess-mainvisual .text_area dt {
	text-align: center;
}

.ess-mainvisual .text_area > dl > dt > .title{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ess-mainvisual .text_area dt > .sub_title{
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
}
.ess-mainvisual .text_area > dl > dd {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	margin-top: 20px !important;
}

.ess-specList dd.blue-btn {
    display: table;
    margin: 0 10px;
    float:left;

}

.ess-specList dd.blue-btn a {
    display: table-cell;
    background: #005AB4 url(/products/scanner/img/arrow-white.png) no-repeat 95% center;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 5px;
    line-height: 15px;
    vertical-align: middle;
    height: 50px;
    width: 130px;
    padding: auto 10px;
}

.clearboth {
    clear: both;
}
/* ----- stepList ----- */
.ess-stepList{
	display: flex;
	flex-direction: column;
}
.ess-stepList > li{
	margin-top: 25px;
}
.ess-stepList > li:first-child{
	margin-top: 0;
}
.ess-stepList > li > .image >img{
	width: 100%;
	height: auto;
}
.ess-stepList > li > .text_area{
	padding: 15px 15px 20px;
	background: #ecedf1;
	color: #333333;
}
.ess-stepList > li > .text_area > .title{
	font-size: 18px;
	display: flex;
	align-items: center;
}
.ess-stepList > li > .text_area > .title > .number{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background: #f5b13a;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
}
.ess-stepList > li > .text_area > .text{
	line-height: 1.5;
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
}

/* ----- tabbtn ----- */
.ess-tabbtn {
	width: auto;
	margin: 40px auto 0;
}
.ess-tabbtn li{
	width: 50%;
	font-size: 10px;
}
.ess-tabbtn li button {
	padding: 10px 0;
}
.ess-tabbtn .tab01 button.active {
	padding: 15px 0;
}
.ess-tabbtn .tab01 button.active::after {
	width: 20px;
	height: 10px;
	border-width: 10px 10px 0 10px;
}
.ess-tabbtn .tab02 button.active  {
	padding: 15px 0;
}
.ess-tabbtn .tab02 button.active::after {
	width: 20px;
	height: 10px;
	border-width: 10px 10px 0 10px;
}


/* ----- section ----- */
.ess-section--01 .ess-section__inr {
	padding-top: 60px;
	padding-bottom: 0;
}
.ess-section--03 .ess-section__inr {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ess-section--04 .ess-section__inr {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ess-section__inr {
	min-width: auto;
}

/*
.ess-section--bg03 {
	background: transparent;
}
*/

.ess-section__cont {
	padding: 0 15px;
}

.ess-section__cont.sp-pading-0 {
	padding: 0;
}

/* ----- heading ----- */
.ess-heading-01 {
	font-size: 24px;
}
.ess-heading-02 {
	font-size: 20px;
}

/* ----- featuresList ----- */
.ess-featuresList{
	background: #e3eff8;
	color: #333333;
	padding: 40px 32px;
}
.ess-featuresList > li{
	margin-top: 30px;
}
.ess-featuresList > li:first-child{
	margin-top: 0;
}
.ess-featuresList >li > .image{
	text-align: center;
}
.ess-featuresList >li > .text_area{
}
.ess-featuresList >li > .text_area > .title{
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.ess-featuresList >li > .text_area > .text{
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}

/* ----- specList ----- */
.ess-specList{
	background: #ecedf1;
	padding: 0;
}
.ess-specList > dl{
	margin-top: 18px;
}
.ess-specList > dl:first-child{
	margin-top: 0;
}
.ess-specList > dl > dt{
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #427aa1;
	position: relative;
	padding-left: 15px;
}
.ess-specList > dl > dt::before{
	content: "●";
	color: #427aa1;
	display: block;
	position: absolute;
	left: 0;
	font-size: 13px;
	top: 0px;
}
.ess-specList > dl >dd{
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
}

.ess-specList > dl >dd .list {
	margin-right: -5px;
	margin-left: -5px;
}
.ess-specList > dl >dd .list li {
	padding-right: 5px;
	padding-left: 5px;
}
.ess-specList > dl >dd .list.list02{
	margin-top: -10px;
}
.ess-specList > dl >dd .list.list02 li{
	width: 50%;
	margin-top: 20px;
}
.ess-specList > dl >dd .list.list02 li:first-child{
	width: 100%;
}


.dscan-app {
    padding: 10px;
    border: solid 1px #DDD;
    background-color: #FFF;
}

/* share
=============================================================== */
.share_title {
  font-size: 30px;
  text-align: center;
}
.share_list {
  margin: 25px auto 0;
}
.share_list ul {
  text-align: center;
}
.share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

.ess-btn a{
	position: relative;
	width: 100%;
	font-size: 14px;
	padding-left: 35px;
}
.ess-btn a::after {
	left: 10px;
	width: 24px;
	height: 20px;
}

.ess-card {
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.ess-card > li {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	width: 100%;
}

.ess-card .image {
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	width: 90px;
}
.ess-card .image img {
	width: auto;
	height: auto;
}

.ess-card .box {
	margin-top: 50px;
	padding: 60px 15px 30px;
}

.ess-card .heading {
	margin-bottom: 30px;
	height: auto;
}

.ess-card .heading > *{
	font-size: 18px;
}
.ess-card .heading span {
	font-size: 14px;
}

.ess-card .text {
	font-size: 14px;
}

.movie_col1 .ess-movie {
	width: 100%;
}

.ess-step__item::after{
	margin-top: 30px;
	border-width: 20px 20px 0 20px;
}

.ess-step__ttl {
	padding: 10px 10px;
}

.ess-step__ttl h3 {
	font-size: 20px;
}
.ess-step__ttl h3 span{
	font-size: 45px;
	margin-right: 10px;
}

.ess-step__body {
	padding: 20px;
	background: #ECEDF1;
}

.ess-step__body p {
	font-size: 14px;
}

.ess-step__flex {
	display: block;
}

.ess-step__box {
	margin-bottom: 20px;
}

.ess-step__box-heading {
	font-size: 18px;
}

.ess-step__box-heading.bg01::before {
	width: 24px;
	height: 33px;
	margin-bottom: -11px;
}
.ess-step__box-heading.bg02::before {
	width: 26px;
	height: 20px;
	margin-bottom: -5px;
}
.ess-step__box-body{
	padding: 10px;
}

.ess-step__img {
	margin-left: 0;
}

.btn_img {
	margin-top:0;
}
.btn_img img {
	margin-top: 0;
}


.ess-img-01 {
	width: 100%;
}

}