@charset "UTF-8";

/* ------------------------------------------------------------

   ニチコン株式会社 | 家庭用蓄電システム | 製品紹介(ESS-U1SKシリーズ)

------------------------------------------------------------ */

html {
  overflow:auto;
  -webkit-print-color-adjust:exact;
}
body {position:relative;min-width:1000px;overflow:hidden}
main {font-size:15px;overflow:hidden;overflow-x:hidden}
img {
  vertical-align:top;
}

/* target */
a.target {
  position:relative;
  z-index:-1;
  display:block;
  margin-top:-1px;
  padding-top:1px;
}
@media screen and (max-width:768px) {
  a.target {
    margin-top:-62px;
    padding-top:62px;
  }
}


/*
 common
----------------------------------------*/
/* hide */
[data-hide='true'],
[data-hide='pc'] {
  line-height:2;
  display:block;
  height:0;
  overflow:hidden;
}
[data-hide='sp'] {
  line-height:inherit;
  display:block;
  height:auto;
  overflow:visible;
}

/* Media Queries */
@media screen and (max-width:768px) {
  body {min-width:initial}
  [data-hide='pc'] {
    line-height:inherit;
    display:block;
    height:auto;
    overflow:visible;
  }
  [data-hide='sp'] {
  line-height:2;
  display:block;
  height:0;
  overflow:hidden;
  }
}


/*
 title -[common]-
----------------------------------------*/
/* level1 */
[data-level='1'] {
  font-size:20px;
  font-weight:bold;
  color:#123390;
  line-height:1.35em;
  position:relative;
  height:100%;
  margin-bottom:10px;
}
[data-level='1']:before {
  content:'';
  position:absolute;
  top:-.175em;
  left:0;
  width:6px;
  height:100%;
  background:#123390;
  background:-webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(2,22,81,1) 100%);
  background:-moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(2,22,81,1) 100%);
  background:linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(2,22,81,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#021651',GradientType=0 );
}
[data-level='1'] > span {
  display:block;
  padding-left:14px;
}
@media screen and (max-width:768px) {
  [data-level='1']:before {
    top:0;
  }
}

/* level2 */
[data-level='2'] {
  letter-spacing:-.5em;
  border-radius:6px;
  border:1px solid #b7b8b8;
  margin-bottom:20px;
  background:#dedfdf;
  background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,223,223,1) 100%);
  background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,223,223,1) 100%);
  background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,223,223,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedfdf',GradientType=0 );
}
[data-level='2']:before {
  content:'';
  vertical-align:middle;
  display:inline-block;
  width:100%;
  min-height:26px;
  margin-right:-100%;
}
[data-level='2'] > span {
  font-size:12.6px;
  letter-spacing:normal;
  vertical-align:middle;
  display:inline-block;
  padding:0 8px;
}
@media screen and (max-width:768px) {
  [data-level='2'] {
    margin-bottom:10px;
  }
}


/*
 introduction -[common]-
----------------------------------------*/
.introduction + .introduction {
  margin-top:30px;
  margin-bottom:50px;
}

@media screen and (max-width:768px) {
.introduction + .introduction {
  margin-bottom:30px;
}
}

/* 01 */
[data-intro='01'] .definition {
  max-width:768px;
  margin:0 auto;
}
[data-intro='01'] .definition + .definition {
  margin-top:30px;
}
[data-intro='01'] .def_term {
  margin-bottom:10px; 
}

/* 02 */
[data-intro='02'] .definition {
  font-size:12.6px;
  line-height:1.3;
  text-align:justify;
}
[data-intro='02'] .definition + .definition {
  margin-top:20px;
}
[data-intro='02'] .definition .note {
  font-size:9.45px;
}
[data-intro='02'] .def_term {
  font-size:12.6px;
  color:#123390;
  text-align:left;
  margin-bottom:0;
}

/* 03 */
[data-intro='03'] .note {
  font-size:14px;
  line-height:1.3;
  text-align:justify;
  text-indent:-3em;
  padding-left:3em;
  display:block;
}

@media screen and (max-width:768px) {
[data-intro='03'] .note {
  display:none;
}
}

/* 04 */
[data-intro='04'] .definition {
  font-size:12.6px;
  line-height:1.3;
  text-align:justify;
  max-width:768px;
  margin:0 auto;
}
[data-intro='04'] .definition + .definition {
  margin-top:20px;
}
[data-intro='04'] .definition .note {
  font-size:9.45px;
}
[data-intro='04'] .def_term {
  font-size:12.6px;
  color:#123390;
  text-align:left;
  margin-bottom:0;
}









/*
 table -[common]-
----------------------------------------*/
/* product */
[data-table='product'] {
  font-size:0.75em;
  width:1000px;
  margin:0 auto;
  margin-bottom:30px;
  border-collapse:collapse;
  font-size:14px;
}

[data-table='product'] thead th {
  line-height:1.4em;
  background-color:#ebebe6;
  border:1px solid #ffffff;
  vertical-align:middle;
  font-weight:bold;
  padding: 10px 14px;
}

[data-table='product'] tbody th {
  line-height:1.4em;
  padding: 10px 14px;
  background-color:#f5f5f0;
  border:1px solid #ffffff;
  vertical-align:middle;
}

[data-table='product'] td {
  line-height: 1.5em;
  border:1px dashed #e6e6e6;
  border-right:none;
  padding: 10px 14px;
}

.essh1l1_acc_wrap {
display:none;
}

.essh1l1_par01 {
display:none;
}

.essh1l1_par02 {
display:none;
}

.essh1l1_list02 {
  display:none;
}




@media screen and (max-width:768px) {
  [data-table='product'] {
  display:none;
  }

.essh1l1_acc_wrap {
display:block;
  margin: 0 0 35px 0;
}

.essh1l1_acc_toggle {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #D7D7D2;
  background: #E1E1DC url(../images/essh1l1/ico_plus_01.png) no-repeat 96.8% 50%;
  background-size: 22px 22px;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.essh1l1_acc_toggle.js_acc_selected {
  background-image: url(../images/essh1l1/ico_minus_01.png);
}

.essh1l1_acc_toggle.var01 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E1E1DC;
  background-color: #F0F0EB;
}

.essh1l1_acc_body {
  font-style: 12px;
  line-height: 1.6;
  color: #323232;
}

.essh1l1_bold {
  font-weight: bold;
}

.essh1l1_list01 li {
  padding: 15px 20px;
}

.essh1l1_list01 li.padding_reset {
  padding: 0 20px;
}

.essh1l1_list01 li ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.essh1l1_list01 li li {
  display: table-cell;
  width: 50%;
  padding: 15px 0;
}

.essh1l1_list01 li li + li {
  border-top: 0;
  border-left: 1px dotted #969696;
  padding-left: 20px;
}

.essh1l1_list01 li + li {
  border-top: 1px dotted #969696;
}

.essh1l1_table01 {
  width: 100%;
  table-layout: fixed;
}

.essh1l1_table01 th, .essh1l1_table01 td {
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.essh1l1_table01 th {
  width: 8em;
  background-color: #FAFAF5;
  padding-right: 15px;
  font-weight: normal;
}

.essh1l1_table01 td {
  padding-left: 15px;
}

.essh1l1_table01 tr + tr td, .essh1l1_table01 tr + tr th {
  border-top: 1px dotted #DCDCD7;
}

.essh1l1_par01 {
display:block;
  padding: 15px 20px;
}

.essh1l1_par02 {
display:block;
  margin: 0 12px 25px;
  font-size: 11px;
}

.essh1l1_par02 .caution:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  padding-right: 4px;
  background-image: url(../images/essh1l1/icon-caution.jpg);
  background-size: 16px 13px;
  background-repeat: no-repeat;
}

.essh1l1_list02 {
  display:block;
  margin: 0 37px 20px 37px;
}

.essh1l1_list02 li {
  padding: 28px 0 36px 0;
}

.essh1l1_list02 li + li {
  border-top: 1px dashed #B4B4B4;
}

.essh1l1_cont01 {
  margin: 0 0 40px 0;
}

}


/*
 section -[introduction]-
----------------------------------------*/
[data-section='introduction'] {
  margin:110px auto;
}
@media screen and (max-width:768px) {
[data-section='introduction'] {
  margin:30px auto;
}
  [data-section='introduction'] > .inner {
    padding:0 8px;
  }
}

/* summary */
*[data-section='introduction'] .summary {
  max-width:768px;
  margin:0 auto;
  margin-bottom:30px;
}


.mb0 {
margin-bottom:0 !important;
}

.mb20 {
margin-bottom:20px !important;
}

.cmn_caution {
margin-bottom:20px;
}

.txtal {
text-align:left;
}


/*
 kanban -[essh1l1]-
----------------------------------------*/
[data-section='essh1l1_title'] {
  max-height:180px;
  background-color: #ebebeb;
}

[data-section='essh1l1_title'] .essh1l1_title_in {
  position:relative;
  max-width:1000px;
  margin:0 auto;
}

.udr_essh1l1_main {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  max-width:322px;
  color: #fff;
  font-size: 30px;
}

[data-section='essh1l1_title_sp'] {
  display:none;
}

@media screen and (max-width:768px) {
/*
 kanban -[about]-
----------------------------------------*/
[data-section='essh1l1_title'] {
  display:none;
}

[data-section='essh1l1_title_sp'] {
  display:block;
  width:100%;
}
}


/*
 title
----------------------------------------*/
.feature_ttl {
    font-size: 36px;
    font-family: '游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif;
    font-weight: bold;
    letter-spacing: -.02em;
    line-height: 1.5;
    text-align: center;
    margin:78px 0;
}

.feature_ttl .strong {
    color: #dc5f78;
}

.setcion_ttl {
     margin:0 auto 78px;
}

.setcion_ttl_in {
    position: relative;
    display:inline-block;
	border-bottom:1px solid #005a99;
    font-size: 30px;
    font-family: '游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif;
    font-weight: bold;
    letter-spacing: -.02em;
    line-height: 1.5;
    text-align: center;
	padding-bottom:10px;
}



.setcion_ttl_sub {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
	font-weight:bold;
}

.setcion_ttl .strong, .setcion_ttl_sub .strong {
    color: #005a99;
}

.setcion_ttl .minimum {
font-size:12px;
font-weight:normal;
vertical-align:top;
}

.setcion_ttl_in:before{
content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -21px;
    border: 17px solid transparent;
    border-top: 17px solid #FFF;
    z-index: 2;
}

.setcion_ttl_in:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -19px;
  border: 15px solid transparent;
  border-top: 15px solid #005a99;
  z-index: 1;
}

.setcion_ttl .sub_txt {
  position:absolute;
  font-size:11px;
  bottom:-35px;
  right:0;
  font-weight:normal;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.unit_ttl {
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  line-height:0.8em;
  margin:0 0 100px;
}

.sunit_ttl_sub {
    font-size: 14px;
  letter-spacing: 0.1em;
}

.unit_ttl .strong {
    color: #dc5f78;
}




@media screen and (max-width:768px) {
.feature_ttl {
    font-size: 22px;
    margin:39px 0;
}

.setcion_ttl {
     margin:0 auto 40px;
}

.setcion_ttl_in {
    font-size: 20px;
    font-family: '游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif;
    margin:0;
	left:0;
	padding-bottom:10px;
	width:100%;
}



.unit_ttl {
  font-size: 22px;
  margin:0 0 50px;
}

.sunit_ttl_sub {
    font-size: 12px;
}




}




/*
 anchor list
----------------------------------------*/
.anchor_list {
  width: 836px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
  border-bottom: dotted 2px #969696;
  font-size:14px;
}

.anchor_list:after, .anchor_list_sp:after {
  content: "";
  display: block;
  clear: both;
}

.anchor_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.anchor_list li {
  position:relative;
  width:270px;
  height:76px;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  background-color:#0086a9;
  text-align:center;
  font-weight:bold;
  letter-spacing: 0.2em;
  line-height:1.4em;
  border:1px solid #376e95;
}


.anchor_list li a {
  display:block;
  width:270px;
  height:76px;
  color:#ffffff;
  padding-top:10px;
  text-decoration:none;
}

.anchor_list li a span {
  font-size:10px;
  font-weight:normal;
}


.anchor_list li:first-child {
  margin-left: 140px;
}

.anchor_list li:last-child {
  margin-right: 0;
}

.anchor_list li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 15px;
  left: 132px;
}


.anchor_list .list_float_clear {
  clear: both;
}

.anchor_list_sp {
display:none;
}

@media screen and (max-width:768px) {
.anchor_list {
display:none;
}

.anchor_list_sp {
display:block;
}

.anchor_list_sp li {
  position:relative;
  width:100%;
  float: left;
  margin-bottom: 10px;
  background-color:#0086a9;
  text-align:center;
  font-weight:bold;
  letter-spacing: 0.2em;
  line-height:1.4em;
  border:1px solid #376e95;
}


.anchor_list_sp li a {
  display:block;
  width:100%;
  color:#ffffff;
  padding-top:5px;
  padding-bottom:20px;
  text-decoration:none;
}

.anchor_list_sp li a span {
  font-size:10px;
  font-weight:normal;
}

.anchor_list_sp li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 48%;
}
}




/*
 feature contentst
----------------------------------------*/
.contents_main > section {
  padding: 90px 0 100px;
  margin-bottom: 0;
  border-bottom: dotted 2px #969696;
}

.contents_main > section#feature05 {
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 0;
}

.contents_main > section > section {
  padding: 100px 0;
  margin: 0 -100%;
}

.contents_main > section > section .secton_inr {
  width: 1000px;
  margin: 0 auto;
  word-break: break-all;
}

.contents_main > section > section .contents_block {
  margin-bottom: 80px;
}

.contents_main > section > section .contents_block:last-child {
  margin-bottom: 0;
}

.contents_main > section > section.section_child01 {
  background-color: #faf5fa;
}

.contents_main > section > section.section_child02 {
  background-color: #fffafa;
}

.contents_main .contents_left {
  width: 500px;
   line-height: 1.8;
  letter-spacing: 1px;
  font-size:14px;
}

.contents_block .contents_left {
    float: left;
}

.contents_block:after {
    content: "";
    display: block;
    clear: both;
}

.contents_main .contents_right {
  width: 475px;
  vertical-align:top;
}

.contents_block .contents_right {
    float: right;
}

.contents_main .setcion_ttl {
  text-align: center;
  margin-bottom: 70px;
}

.contents_main .setcion_ttl_sub {
  margin-bottom: 28px;
}

.setcion_sub_img {
    margin-bottom: 28px;
}

.contents_main .setcion_sub_img img {
    width: auto;
}

.contents_main .setcion_ttl_sub img {
  width:auto;
}


#feature01 {
margin:0 auto;
}



#feature01 .feature01_1 {
display:block;
  width: 1000px;
  height: 536px;
  margin-bottom: 50px;
  background: url("../images/essh1l1/contents_img01.jpg") no-repeat top center;
}

#feature01 .feature01_1_sp {
  display:none;
  width: 100%;
}



#feature01 .feature01_2 {
  margin-bottom: 64px;
}

#feature02 .feature02_1 {
  margin-bottom: 64px;
}

#feature03 .feature03_1 {
  display:block;
  width: 1000px;
  height: 976px;
  margin-bottom: 64px;
  background: url("../images/essh1l1/contents_img05.jpg") no-repeat top center;
}

#feature03 .feature03_1_sp {
display:none;
}

#feature03 .feature03_1 .contents_left {
  padding-top: 80px;
  width: 475px;
}

#feature03 .maker_list_wrap {
  margin-bottom: 40px;
}

#feature03 .maker_list_wrap p {
width:475px;
height:60px;
border:1px solid #005a99;
border-radius: 10px;
text-align:center;
line-height:60px;
color:#005a99;
font-weight:bold;
font-size:15px;
}

#feature03 .feature03_2 {
  margin-top: 116px;
}

#feature03 .feature03_2 .contents_left {
  text-align: right;
  padding-top: 0;
}

#feature04 .feature04_1 {
  margin-bottom: 64px;
}

#feature04 .feature04_1 .contents_left {
  width: 540px;
}

#feature04 .feature04_1 .contents_right {
  width: 390px;
}

#feature05 .feature05_1 {
  margin-bottom: 64px;
}

#feature05 .feature05_1 .contents_left {
  width: 598px;
}

#feature05 .feature05_1 .contents_right {
  width: 390px;
}

#feature05 .feature05_2 {
  margin-bottom: 60px;
}

#feature05 .feature05_2 .contents_left {
  width: 475px;
}

#feature05 .feature05_3 {
  margin-bottom: 64px;
}

#feature05 .feature05_3 .contents_left {
  width: 475px;
}

#feature05 .feature05_sp {
  display:none;
}

.cmn_text {
   line-height: 1.8;
  letter-spacing: 1px;
  font-size:14px;
  margin-bottom: 48px;
}

.cmn_text_mb {
margin-bottom:0 !important;
}



.cmn_caution {
    font-size: 12px;
}

.cmn_text + .cmn_caution {
    margin-top: -30px;
}

@media screen and (max-width:768px) {
.contents_main > section {
  padding: 40px 0;
}

.contents_main .setcion_ttl {
    margin-bottom: 70px;
}

#feature01 .feature01_1 {
  display:none;
}

#feature01 .feature01_1_sp {
  display:block;
  width: 100%;
  margin-bottom:30px;
}

#feature01 .feature01_1_sp div {
  margin-bottom:20px;
}

.contents_main .setcion_ttl_sub {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: bold;
	margin-bottom:15px;
}

#feature01 .feature01_2 {
    margin-bottom: 30px;
}

#feature02 .feature02_1 {
  margin-bottom: 20px;
}

#feature03 .feature03_1 .contents_left {
    padding-top: 0;
    width: 100%;
}

#feature03 .feature03_1 {
  display:none;
}

#feature03 .feature03_1_sp {
  display:block;
  width: 100%;
  margin-bottom: 30px;
}

#feature03 .maker_list_wrap p {
    width: 100%;
    height: 50px;
    border: 1px solid #005a99;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #005a99;
    font-weight: bold;
    font-size: 14px;
	margin-bottom:30px;
}

#feature03 .feature03_2 {
    margin-top: 60px;
}

.cmn_image {
margin-bottom:10px;
}

#feature04 .feature04_1 .contents_left {
    width: 100%;
	margin-bottom:20px;
}

#feature04 .feature04_1 .contents_right {
    width: 100%;
}

#feature04 .feature04_1 {
    margin-bottom: 20px;
}


#feature05 .feature05_1 .contents_left {
    width: 100%;
}

#feature05 .feature05_1 .contents_right {
    width: 100%;
}

#feature05 .feature05_2 {
	display:none;
}

#feature05 .feature05_3 {
	display:none;
}

#feature05 .feature05_sp {
  display:block;
}

#feature05 .feature05_sp_subttl {
margin-bottom:5%;
}

#feature05 .feature05_sp .setcion_sub_img {
    margin-bottom: 10px;
}

#feature05 .feature05_sp .cmn_caution {
    margin-bottom: 40px;
}

.contents_main > section#feature05 {
    margin-bottom: 30px;
}

.contents_main .contents_left {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 13px;
}

.cmn_text {
    margin-bottom: 30px;
}

.cmn_text_mb {
margin-bottom:20px !important;
}

.contents_main .contents_right {
    width: 100%;
    vertical-align: top;
}

.contents_main .setcion_sub_img img {
    width: 100%;
}

}



/*
 商品詳細
----------------------------------------*/
.essh1l101_ttl {
display:block;
  position: relative;
  margin:20px 0 54px;
  height:446px;
}

.essh1l101_ttl_sp {
display:none;
}



.essh1l101_ttl .setcion_ttl {
  position: absolute;
  top: 130px;
  right: 90px;
}

.essh1l101_ttl .image {
  position: absolute;
  top: 0;
  left: 90px;
}

.essh1l101_ttl02 {
display:block;
  height: 470px;
  position: relative;
}

.essh1l101_ttl02_sp {
display:none;
}

.essh1l101_ttl02 .setcion_ttl {
  position: absolute;
  top: 130px;
  left: 90px;
}

.essh1l101_ttl02 .image {
  position: absolute;
  top: 0;
  right: 90px;
}

@media screen and (max-width:768px) {
.essh1l101_ttl {
display:none;
}


.essh1l101_ttl_sp {
display:block;
}

.essh1l101_ttl_sp .setcion_ttl, .essh1l101_ttl_sp .image {
width:100%;
}

.essh1l101_ttl02 {
display:none;
}


.essh1l101_ttl02_sp {
display:block;
}

.essh1l101_ttl02_sp .setcion_ttl, .essh1l101_ttl02_sp .image {
width:100%;
}







.essh1l101_ttl .image {
  position: absolute;
  top: 0;
  left: 90px;
}

.essh1l101_ttl02 {
  height: 470px;
  position: relative;
}

.essh1l101_ttl02 .setcion_ttl {
  position: absolute;
  top: 130px;
  left: 90px;
}

.essh1l101_ttl02 .image {
  position: absolute;
  top: 0;
  right: 90px;
}





}







.introduction {
    margin-top: 30px;
}


.authentication {
  display:block;
  margin: 60px auto 90px;
  text-align: center;
}

.authentication > div {
  display: inline-block;
}

.authentication > div + div {
  padding-left: 42px;
  margin-left: 42px;
  border-left: dotted 1px #b4b4b4;
}

@media screen and (max-width:768px) {
.authentication {
  display:none;
}
}



/*
 製品構成ユニット
----------------------------------------*/
.gray_box_content {
    border: solid 1px #ebebeb;
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 80px;
	display:block;
}

.gray_box_content_sp {
	display:none;
}

@media screen and (max-width:768px) {
.gray_box_content {
	display:none;
}

.gray_box_content_sp {
    border: solid 1px #ebebeb;
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 5px;
    background-color: #fafafa;
    padding:50px 5px 50px;
	display:block;
}

.gray_box_content_sp div {
width:100%;
}


}

.gray_box_content .contents_left {
  width: 50%;
  text-align: center;
}

.gray_box_content .contents_right {
  width: 50%;
  text-align: center;
}

.gray_box_content .contents_center {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

.gray_box_content img {
  width: auto;
}

.caution {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.8;
}

.caution .icon-caution:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: -2px;
  width: 20px;
  height: 16px;
  background: url("../images/essh1l1/icon_caution.jpg") no-repeat top center;
  background-size: contain;
}





