@charset "UTF-8";
/* Scss Document */
.bg-gray {
  background-color: #EEEEEE;
}

.bg-blue {
  background-color: #004E90;
  color: #fff;
}
.bg-blue h2 {
  color: #fff;
}
.bg-blue h2:after {
  background-color: #fff !important;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 30px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  border-radius: 2px;
  /*線の丸み*/
}

.bg-gray-white {
  padding-bottom: 230px !important;
  background-image: url(/embedded/images/bg_rotate_gray_white.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-white_blue {
  padding-bottom: 230px !important;
  background-image: url(/embedded/images/bg_rotate_white_blue.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-blue_gray {
  padding-bottom: 230px !important;
  background-image: url(/embedded/images/bg_rotate_blue_gray.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.btn-more {
  width: 10em;
  background-color: #fff;
  border-width: 1px;
  border-color: #004e8f;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #004e8f;
  font-size: 16px;
}

.btn-more:hover {
  background-color: #D2DCE5;
}

.btn-more > * {
  padding: 5px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  background: url(/embedded/images/arrow_more.gif) no-repeat 95% 50%;
  display: block;
  color: #004e8f;
}

.link-box {
  cursor: pointer;
}

#embe_topcontents {
  background: url(/embedded/images/bg_embe_dot.gif) repeat;
}

#slide {
  width: 100%;
  min-height: 685px;
  background: url(/embedded/images/bg_embe_top.jpg) no-repeat center top;
}

#slidemain_smart {
  display: none;
}

#slidemain {
  width: 966px;
  height: 300px;
  margin: 0 auto 300px;
  padding: 87px 0 0;
}

#slidemain img {
  margin: 5px auto 0;
}

#embedded_top {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /*	.merit03-2-list{
  		padding-bottom: 50px;
  		background: url(/embedded/images/img_merit3-02.jpg) no-repeat right top;
  		.text-area {
  			float: left;
  		}
  	}*/
}
#embedded_top h2 {
  font-size: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
#embedded_top h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 30px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #003460;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}
#embedded_top .embe-inner {
  width: 990px;
  margin: 0 auto;
}
#embedded_top #originalnavi {
  background-color: #003460;
}
#embedded_top #originalnavi a {
  color: #003460;
}
#embedded_top #originalnavi ul, #embedded_top #originalnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#embedded_top #originalnavi ul {
  padding: 5px 0;
  position: relative;
}
#embedded_top #originalnavi .embe-inner > ul {
  text-align: center;
}
#embedded_top #originalnavi .embe-inner > ul > li:first-child {
  border-left: #809ab0 solid 1px;
}
#embedded_top #originalnavi .embe-inner > ul > li {
  padding: 10px 25px;
  border-right: #809ab0 solid 1px;
  display: inline-block;
  font-size: 11px;
}
#embedded_top #originalnavi .embe-inner > ul > li span.navi1,
#embedded_top #originalnavi .embe-inner > ul > li a {
  cursor: pointer;
  display: block;
  color: #fff;
}
#embedded_top #originalnavi li .submenu.menu-row3 {
  width: 743px;
  position: absolute;
  left: 123px;
  top: 40px;
}
#embedded_top #originalnavi li .submenu.menu-row3 .row1, #embedded_top #originalnavi li .submenu.menu-row3 .row2, #embedded_top #originalnavi li .submenu.menu-row3 .row3 {
  width: 33%;
}
#embedded_top #originalnavi li .submenu {
  width: 990px;
  padding-top: 5px;
  background-color: #fff;
  border: #003460 solid 1px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  opacity: 0.97;
  display: none;
  text-align: left;
  color: #003460;
}
#embedded_top #originalnavi li .submenu a {
  color: #003460 !important;
}
#embedded_top #originalnavi li .submenu a:hover {
  text-decoration: underline;
}
#embedded_top #originalnavi li .submenu .title1 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 14px;
  border-bottom: #004e8f solid 2px;
}
#embedded_top #originalnavi li .submenu .title2 {
  font-weight: bold;
  display: list-item;
  list-style: disc inside;
  padding-left: 1em;
}
#embedded_top #originalnavi li .submenu .row1, #embedded_top #originalnavi li .submenu .row2, #embedded_top #originalnavi li .submenu .row3, #embedded_top #originalnavi li .submenu .row4, #embedded_top #originalnavi li .submenu .row-all {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}
#embedded_top #originalnavi li .submenu .row1 ul, #embedded_top #originalnavi li .submenu .row2 ul, #embedded_top #originalnavi li .submenu .row3 ul, #embedded_top #originalnavi li .submenu .row4 ul, #embedded_top #originalnavi li .submenu .row-all ul {
  border-bottom: #666 solid 1px;
  margin-bottom: 1em;
  margin-left: 2em;
}
#embedded_top #originalnavi li .submenu .row1, #embedded_top #originalnavi li .submenu .row2, #embedded_top #originalnavi li .submenu .row3, #embedded_top #originalnavi li .submenu .row4 {
  width: 25%;
  float: left;
}
#embedded_top #originalnavi li .submenu .row1 ul, #embedded_top #originalnavi li .submenu .row2 ul, #embedded_top #originalnavi li .submenu .row3 ul, #embedded_top #originalnavi li .submenu .row4 ul {
  border-bottom: #666 solid 1px;
  margin-bottom: 1em;
}
#embedded_top #originalnavi li .submenu .row-all {
  width: 100%;
}
#embedded_top .pagenavi {
  position: relative;
}
#embedded_top .pagenavi ul, #embedded_top .pagenavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#embedded_top .pagenavi ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: absolute;
  top: -30px;
}
#embedded_top .pagenavi ul li {
  width: 20%;
  padding: 15px;
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #004e8f;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-align: center;
}
#embedded_top .pagenavi ul li a {
  padding-right: 25px;
  display: inline-block;
  background: url(/embedded/images/arrow_pagenavi.gif) no-repeat right 50%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  text-decoration: none;
  color: #004e8f;
}
#embedded_top .pagenavi ul li:last-child {
  border-right: #004e8f solid 1px;
}
#embedded_top .merit01-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#embedded_top .merit01-list ul li {
  width: 300px;
  padding: 80px 0 0;
  background-repeat: no-repeat;
  color: #fff;
}
#embedded_top .merit01-list ul li .inner {
  height: 100%;
  padding: 20px !important;
  background-color: #004E90;
}
#embedded_top .merit01-list ul li .inner h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 20px;
}
#embedded_top .merit01-list ul li .inner h3 a {
  color: #fff;
  text-decoration: none;
}
#embedded_top .merit01-list ul li .inner p {
  font-size: 14px;
}
#embedded_top .merit01-list li:first-child {
  background-image: url(/embedded/images/bg_merit1-01.gif);
}
#embedded_top .merit01-list li:nth-child(2) {
  background-image: url(/embedded/images/bg_merit1-02.gif);
}
#embedded_top .merit01-list li:nth-child(3) {
  background-image: url(/embedded/images/bg_merit1-03.gif);
}
#embedded_top .merit02-list ul,
#embedded_top .merit03-1-list ul,
#embedded_top .merit03-2-list ul {
  list-style-type: none;
}
#embedded_top .merit02-list ul li,
#embedded_top .merit03-1-list ul li,
#embedded_top .merit03-2-list ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#embedded_top .merit02-list ul li .product-image,
#embedded_top .merit03-1-list ul li .product-image,
#embedded_top .merit03-2-list ul li .product-image {
  width: 250px;
  text-align: center;
}
#embedded_top .merit02-list .text-area,
#embedded_top .merit03-1-list .text-area,
#embedded_top .merit03-2-list .text-area {
  width: 500px;
  padding: 30px 10px 15px;
  position: relative;
}
#embedded_top .merit02-list .text-area h3,
#embedded_top .merit03-1-list .text-area h3,
#embedded_top .merit03-2-list .text-area h3 {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 20px;
}
#embedded_top .merit02-list .text-area p,
#embedded_top .merit03-1-list .text-area p,
#embedded_top .merit03-2-list .text-area p {
  font-size: 14px;
  margin-bottom: 1em;
}
#embedded_top .merit02-list .text-area .link-more,
#embedded_top .merit03-1-list .text-area .link-more,
#embedded_top .merit03-2-list .text-area .link-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#embedded_top .merit02-list li {
  width: 800px;
  min-height: 220px;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-y;
}
#embedded_top .merit02-list li:first-child {
  background-image: url(/embedded/images/bg_merit2-01.gif);
}
#embedded_top .merit02-list li:nth-child(2) {
  background-image: url(/embedded/images/bg_merit2-02.gif);
  margin-left: 80px;
}
#embedded_top .merit02-list li:nth-child(3) {
  background-image: url(/embedded/images/bg_merit2-03.gif);
  margin-left: 160px;
}
#embedded_top .merit02-list li:nth-child(4) {
  background-image: url(/embedded/images/bg_merit2-04.gif);
  margin-left: 240px;
}
#embedded_top .merit02-list li:nth-child(5) {
  background-image: url(/embedded/images/bg_merit2-05.gif);
  margin-left: 320px;
}
#embedded_top .merit02-list li:nth-child(6) {
  background-image: url(/embedded/images/bg_merit2-06.gif);
}
#embedded_top .merit02-list li.green {
  background-image: url(/embedded/images/bg_merit2-01.gif);
}
#embedded_top .merit02-list li.blue01 {
  background-image: url(/embedded/images/bg_merit2-02.gif);
}
#embedded_top .merit02-list li.blue02 {
  background-image: url(/embedded/images/bg_merit2-03.gif);
}
#embedded_top .merit02-list li.yellow {
  background-image: url(/embedded/images/bg_merit2-04.gif);
}
#embedded_top .merit02-list li.gray {
  background-image: url(/embedded/images/bg_merit2-07.gif);
}
#embedded_top .flex_50 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#embedded_top .flex_50 .col {
  width: 50%;
}
#embedded_top .merit03-1-list,
#embedded_top .merit03-2-list {
  min-height: 270px;
}
#embedded_top .merit03-1-list .text-area,
#embedded_top .merit03-2-list .text-area {
  width: 350px;
  padding: 15px;
  min-height: 270px;
  background-color: #004E90;
}
#embedded_top .merit03-1-list .link-more,
#embedded_top .merit03-2-list .link-more {
  right: 20px !important;
}
#embedded_top .merit03-1-list {
  background: url(/embedded/images/img_merit3-01.jpg) no-repeat left top;
  margin-bottom: 15px;
}
#embedded_top .merit03-1-list .text-area {
  float: right;
}
#embedded_top .newproduct-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#embedded_top .newproduct-list ul li {
  width: 45%;
  padding: 40px 15px 15px 15px;
  background: #fff url(/embedded/images/bg_newproduct.jpg) repeat-x left top;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#embedded_top .newproduct-list ul li .newproduct-image {
  height: 200px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: center 50%;
  text-align: center;
}
#embedded_top .newproduct-list ul li h3 {
  color: #004e8f;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: normal;
}
#embedded_top .newproduct-list ul li p {
  margin-bottom: 1em;
}
#embedded_top .newproduct-list ul li .link-more {
  text-align: center;
}
#embedded_top .newproduct-list ul li:first-child .newproduct-image {
  background-image: url(/embedded/images/bg_newproduct01.gif);
}
#embedded_top .newproduct-list ul li:nth-child(2) .newproduct-image {
  background-image: url(/embedded/images/bg_newproduct02.gif);
}
#embedded_top .newproduct-list ul li .newproduct-image.gray {
  background-image: url(/embedded/images/bg_newproduct04.gif);
}
#embedded_top .newproduct-list ul li .newproduct-image.blue {
  background-image: url(/embedded/images/bg_newproduct05.png);
}
#embedded_top .date_box .date dt {
  width: 14em;
  padding-top: 10px;
}
#embedded_top .date_box .date dd:first-child {
  border-top: #ccc solid 1px;
}
#embedded_top .date_box .date dd {
  margin-left: 0;
  padding-left: 14em;
  border-bottom: #ccc solid 1px;
  background: url(/embedded/images/arrow_topics.gif) no-repeat 97% 10px;
}
#embedded_top .date_box .date dd > a {
  padding: 10px 50px 10px 115px;
  display: block;
  background-position: left 12px;
  background-repeat: no-repeat;
}
#embedded_top .date_box .date dd a:link,
#embedded_top .date_box .date dd a:visited {
  color: #666;
}
#embedded_top .date_box .date dd a:hover,
#embedded_top .date_box .date dd a:active {
  color: #003460;
}
#embedded_top .date_box .date dd a.press {
  background-image: url(/embedded/images/ico_press.gif);
}
#embedded_top .date_box .date dd a.info {
  background-image: url(/embedded/images/ico_info.gif);
}
#embedded_top .date_box .date dd ul {
  margin-left: 130px !important;
}
#embedded_top .date_box .more_topics {
  text-align: right;
}
#embedded_top .date_box .more_topics a {
  padding: 10px 30px;
  display: block;
  background: url(/embedded/images/arrow_topics.gif) no-repeat right 45%;
}

.fixed {
  /*	margin-top: -50px;
  	padding-top: 50px;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}/*# sourceMappingURL=embedded2018.css.map */
