@charset "UTF-8";

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

   ニチコン株式会社 | LEAF to Home | オプション

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

html {
  overflow:auto;
  -webkit-print-color-adjust:exact;
}
body {position:relative;min-width:1000px;overflow:hidden}
main {font-size:14px;margin-bottom:30px;overflow:hidden;overflow-x:hidden;}
img {
  vertical-align:top !important;
}
sup {
    vertical-align:top;
    font-size: smaller !important;
}

/* smaller */
.smaller {
  font-size:8px;
  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
----------------------------------------*/
/* color */
[data-color='42c0dd'] {
  color:#42c0dd!important;
}
[data-color='e3b806'] {
  color:#e3b806!important;
}

/* layout */
[data-layout='box'] {
  border:1px solid;
  padding:0 .2em;
  line-height:1.6;
}

/* width */
[data-max-width='768'] {
  max-width:768px;
  margin-right:auto;
  margin-left:auto;
}

/* 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;
  }
}


/*
 flexslider -[js]-
----------------------------------------*/
.flexslider {
  max-width:1000px;
  margin:0 auto 60px auto!important;
}
.flexslider .slides img {
  position:relative;
  z-index:-1;
}
@media screen and (max-width:768px) {
  .flexslider {
    padding:0 8px;
  }
}


/*
 title -[common]-
----------------------------------------*/
/* level1 */
[data-level='1'] {
  margin-bottom:10px;
}
[data-level='1'] > span {
  font-size:20px;
  font-weight:bold;
  color:#266ea8;
  line-height:1.3;
}
@media screen and (max-width:768px) {
  [data-level='1'] br {
    display:none;
  }
}

/* level2 */
[data-level='2'] {
  letter-spacing:-.5em;
  line-height:1.1;
  border-radius:6px;
  margin-bottom:20px;
  padding:3px;
  background:#003c83;
  background:-webkit-linear-gradient(top, rgba(0,60,131,1) 0%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 80%,rgba(34,86,148,1) 95%,rgba(0,60,131,1) 100%);
  background:-moz-linear-gradient(top, rgba(0,60,131,1) 0%, rgba(40,132,199,1) 50%, rgba(40,132,199,1) 50%, rgba(40,132,199,1) 80%, rgba(34,86,148,1) 95%, rgba(0,60,131,1) 100%);
  background:linear-gradient(to bottom, rgba(0,60,131,1) 0%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 80%,rgba(34,86,148,1) 95%,rgba(0,60,131,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c83', endColorstr='#003c83',GradientType=0 );
}
[data-level='2']:before {
  content:'';
  vertical-align:middle;
  position:relative;
  z-index:0;
  border-radius:5px;
  display:inline-block;
  width:100%;
  height:40px;
  margin-right:-100%;
  background:#003c83;
  background:-webkit-linear-gradient(top, rgba(0,60,131,1) 0%,rgba(34,86,148,1) 5%,rgba(34,86,148,1) 5%,rgba(40,132,199,1) 20%,rgba(40,132,199,1) 20%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 50%,rgba(0,60,131,1) 100%);
  background:-moz-linear-gradient(top, rgba(0,60,131,1) 0%, rgba(34,86,148,1) 5%, rgba(34,86,148,1) 5%, rgba(40,132,199,1) 20%, rgba(40,132,199,1) 20%, rgba(40,132,199,1) 50%, rgba(40,132,199,1) 50%, rgba(0,60,131,1) 100%);
  background:linear-gradient(to bottom, rgba(0,60,131,1) 0%,rgba(34,86,148,1) 5%,rgba(34,86,148,1) 5%,rgba(40,132,199,1) 20%,rgba(40,132,199,1) 20%,rgba(40,132,199,1) 50%,rgba(40,132,199,1) 50%,rgba(0,60,131,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c83', endColorstr='#003c83',GradientType=0 );
}
[data-level='2'] > span {
  font-size:24px;
  font-weight:bold;
  color:#ffffff;
  letter-spacing:normal;
  vertical-align:middle;
  position:relative;
  z-index:1;
  display:inline-block;
  width:100%;
  padding:0 8px;
}
@media screen and (max-width:768px) {
  [data-level='2'] > span {
    font-size:15.86px;
  }
}

/* level3 */
[data-level='3'] {
  text-align:left;
  margin-bottom:10px;
}
[data-level='3'] > span {
  font-size:20px;
  font-weight:bold;
  color:#266ea8;
  line-height:1.3;
}
[data-level='3'] + .description {
  margin-bottom:10px;
}
@media screen and (max-width:768px) {
  [data-level='3'] br {
    display:none;
  }
}


/*
 main -[common]-
----------------------------------------*/
main[id="feature"] {
  color:#333333;
  line-height:1.5;
}
main section:before {
  content:'';
  display:block;
  width:100%;
  height:0;
  margin:20px 0;
}
main .description {
  text-align:justify;
}
@media screen and (max-width:768px) {
  main section {
    padding:0 8px;
  }
}


/*
 definition -[common]-
----------------------------------------*/
.definition {
  text-align:justify;
}


/*
 item -[common]-
----------------------------------------*/
/* feature */
[data-item='feature'] {
  letter-spacing:-.5em;
  margin:-2% 0 0 -2%;
}
[data-item='feature'] > li {
  letter-spacing:normal;
  vertical-align:top;
  display:inline-block;
  width:48%;
  margin:2% 0 0 2%;
}
@media screen and (max-width:768px) {
  [data-item='feature'] {
    letter-spacing:-.5em;
    margin:0;
  }
  [data-item='feature'] > li {
    display:block;
    width:100%;
    margin:0;
  }
  [data-item='feature'] > li + li {
    margin-top:10px;
  }
}

/* note */
[data-item='note'] {
  counter-reset:asterisk star;
  font-size:11px;
  text-align:justify;
  margin-top:10px;
}
[data-item='note'] > li {
  position:relative;
  padding-left:2em;
}
[data-item='note'] > li + li  {
  margin-top:3px;
}
[data-item='note'] > li:before {
  counter-increment:asterisk star;
  position:absolute;
  top:0;
  left:0;
}
[data-item='note']._asterisk > li:before {
  content:'※' counter(asterisk);
}
[data-item='note']._star > li:before {
  content:'★' counter(star);
}


/*
 goto -[common]-
----------------------------------------*/
.goto {
  font-size:12px;
  text-align:right;
  margin-top:10px;
}
.goto a:after {
  content:'';
  vertical-align:top;
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background-image:url(../images/section_goto_icon.png);
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size:80% 80%;
  -moz-background-size:80% 80%;
  background-size:80% 80%;
}


/*
 section -[sign]-
----------------------------------------*/
[data-section='sign'] {
  position:relative;
  height:100%;
  padding-top:10px;
}
@media screen and (max-width:768px) {
  [data-section='sign'] {
    padding:0 8px;
  }
}


/*
 section -[03]-
----------------------------------------*/
/* float */
[data-section='03'] .float:after {
  content:'';
  display:block;
  height:0;
  clear:both;
}
[data-section='03'] .float .image {
  float:right;
  width:420px;
  margin-left:10px;
}
@media screen and (max-width:768px) {
  [data-section='03'] .float .image  {
    float:none;
    width:100%;
    margin:0 0 10px 0;
  }
}


/*
 option
----------------------------------------*/
.mt5 {
  margin-top:5px !important;
}

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

.mb30 {
  margin-bottom:30px !important;
}


.pb30 {
  padding-bottom:30px;
}

._line01 {
  border-bottom:2px dotted #cccccc;
}

._line02 {
  border-right:2px dotted #cccccc;
}
@media screen and (max-width:768px) {
._line02 {
	border-right:none;
}
}

._clear {
	content: "";
	display: block;
	clear: both;
}


/*
 main_read
----------------------------------------*/
.main_read {
  max-width:768px;
  font-size: 24px;
  font-weight: bold;
  color:#004ea1;
  line-height: 1.4em;
  text-align:left;
  margin: 30px auto;
}
@media screen and (max-width:768px) {
.main_read {
  font-size: 13px;
  margin: 30px auto 20px;
  line-height: 1.5em;
}
}


/*
 コンテンツ
----------------------------------------*/
.content_box {
max-width:768px;
margin:0 auto 60px;
}


/*
 コンテンツタイトル
----------------------------------------*/
.content_ttl {
  width:100%;
  margin-bottom:30px;
}


/*
 コンテンツサブタイトル
----------------------------------------*/
.sub_ttl01 {
  color: #004ea1 !important;
  font-size:20px;
  font-weight: bold;
  text-align:left;
  margin-bottom:10px;
}

.sub_ttl01 span {
  font-size:13px;
}

.sub_ttl02 {
  color:#004ea1 !important;
  margin-bottom:10px;
}

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

.sub_ttl02 h3 {
  color:#004ea1 !important;
  font-size:18px;
  font-weight: bold;
  float:left;
  margin-bottom:0;
}

.sub_ttl02 p {
  font-size:12px;
  color:#464646;
  float:right;
  text-align:right;
  vertical-align:middle;
}

@media screen and (max-width:768px) {
.sub_ttl01 {
  font-size:14px;
}

.sub_ttl02 h3 {
  font-size:14px;
}

.sub_ttl02 p {
  font-size:10px;
}
}

.content_img {
  width:100%;
  margin-bottom:30px;
}

.content_img .bdr {
  border-left:1px solid #616263;
  border-right:1px solid #616263;
}

/*
 box
----------------------------------------*/
._box {
	margin-bottom:30px;
}

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

._box dl {
	width:48%;
	font-size:13px;
	line-height:1.3em;
	margin-bottom:30px;
}
@media screen and (max-width:768px) {
._box dl {
	width:100%;
}
}

._box dl.detail_left {
	float:left;
}

._box dl.detail_right {
	float:right;
}

._box dl dd {
	padding-bottom:5px;
	line-height:1.5em;
}

._box dl dd.small {
	font-size:11px !important;
	padding-bottom:0;
	text-indent: -1em;
    padding-left: 1em;
}

._box dl dd ._icon {
	background:#004ea1;
	color:#ffffff;
	font-size:11px !important;
	padding:1px 5px;
	border-radius:3px;
}

._box dl.listTypeB {
	position:relative;
}

._box dl.listTypeB dt {
	width:83%;
}

._box dl.listTypeB dd.float_img {
	width:19%;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}


._box02 {
	font-size:16px;
	font-weight:bold;
	color: #005a99 !important;
	border:2px solid #005a99;
	padding:10px;
	text-align:center;
}

._box02 li {
	margin-bottom:3px;
}

._box02 .small {
	font-size:10px !important;
	font-weight:normal;
	padding-bottom:0;
	text-indent: -1em;
    padding-left: 1em;
	margin-bottom:7px;
}


/*
 caution
----------------------------------------*/
.caution {
	margin-bottom:30px;
}

.caution li {
	font-size:11px !important;
	text-indent:-2em;
	padding-left:2em;
	padding-bottom:0;
	margin-bottom:5px;
}
@media screen and (max-width:768px) {
.caution {
  margin-top:-20px;
}
}


