@charset "UTF-8";
/* utilities
------------------------------ */
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.pl30 {
  padding-left: 30px;
}

.fs-small {
  font-size: 0.857em;
}

.fs-large {
  font-size: 1.143em;
}

.fw-b {
  font-weight: bold;
}
.tc-blue {
  color: #0195CF;
}

.img-right img {
  float: right;
}

.layer-bg_gray,
.wrap-layer_alternate .layer-bg:nth-child(even) {
  background: #F3F3F3;
}

.layer-bg_lightblue {
  background: #3CADD8 url(/files/user/images/common/bg_common_blue.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.layer-bg_palegray {
  background-color: #f7fafb;
}

.line-l_dot {
  border-left: 1px dotted #CCC;
}

.row.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.type-table {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.type-table > * {
  display: table-cell;
}

.ff-mincho {
  /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.note-alert {
	border: 1px solid #D32F2F;
	background: #FBEFEF;
	color: #D32F2F;
	padding: 1em;
	text-align: center;
}
.caption-br {
	caption-side: bottom;
	margin-top: .5em;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }

  .layer-bg .layout-inner {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .series_top .layer-bg .layout-inner {
    padding-top: 0;
  }
  #option .layout-inner {
    padding-top: 0;
  }
  #feature .layout-inner {
    /*padding-bottom: 0;*/
  }
	.note-alert {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }

  .pconly {
    display: none !important;
  }

  .layer-bg .layout-inner {
    padding: 15px 10px;
  }

  .layer-bg .layout-inner .sp-negative {
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
  }

  .table-wrap_scroll {
    overflow: auto;
    padding-bottom: 5px;
    white-space: nowrap;
  }

  .table-wrap_scroll table {
    width: 100%;
  }

  .table-wrap_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-wrap_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .table-wrap_scroll::-webkit-scrollbar-thumb {
    background: #006F9A;
  }

  .table-wrap_list tr {
    display: block;
  }

  .table-wrap_list th {
    display: block;
    width: 100%;
  }

  .table-wrap_list td {
    border-bottom: none;
    display: list-item;
    text-align: left;
  }

  .table-wrap_swap thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }

  .table-wrap_swap thead th {
    display: block;
    width: auto;
  }

  .table-wrap_swap br {
    display: none;
  }

  .table-wrap_swap br:after {
    content: " ";
  }

  .table-wrap_swap tbody {
    display: block;
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .table-wrap_swap tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .table-wrap_swap tbody th, .table-wrap_swap tbody td {
    display: block;
  }
	.note-alert {
		margin-top: 1em;
	}
}
/* btn */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.btn.btn-common {
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.btn.btn-common:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-line {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 10px 40px;
}

.btn.btn-fill {
  background: #EDA900;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  padding: .5em 1em;
  text-decoration: none;
}

.btn.btn-cv {
  background: #EDA900;
  color: #333;
}

.btn-download {
  font-weight: bold;
}

.btn-filter .btn:before {
  content: "+";
}

.btn.btn-close:after {
  content: "-";
  font-size: 150%;
  margin-left: .75em;
}

.btn.btn-s {
  font-size: 1.3rem;
  line-height: 1.2;
  padding: .25em 1.5em;
}

.btn.btn-common.btn.btn-back:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 20px;
  right: auto;
}
button.btn.btn-fill {
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button.btn.btn-fill span {
	line-height: 1.75;
}

/*カタログDLボタン*/
.catalog-dl_btn {
	display: flex;
}
@media print, screen and (min-width: 768px) {
	.catalog-dl_btn {
		position: absolute;
		bottom: 5px;
		right: 0;
		justify-content: space-between;
		width: 520px;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-dl_btn {
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 10px;
	}
	.catalog-dl_btn a {
		margin-top: 5px;
	}
}
.catalog-dl_btn a,
.p-404ProdctList_btn {
	border-radius: 4px;
	background: #fff;
	color: #333 !important;
	text-align: center;
	line-height: 2;
	width: 170px;
	font-size: .9em;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-dl_btn a:hover,
.p-404ProdctList_btn:hover {
	text-decoration: none;
}
.catalog-dl_btn a.catalog,
.catalog-dl_btn a.quotation,
.p-404ProdctList_btn--catalog,
.p-404ProdctList_btn--quotation {
	background: #3CADD8;
	font-weight: bold;
	color: #FFF !important;
}
.catalog-dl_btn a.quotation,
.p-404ProdctList_btn--quotation {
	background: #EDA900;
}
.catalog-dl_btn a.manual,
.p-404ProdctList_btn--manual {
	background: #FFF;
	border: 1px solid #707070;
	font-weight: bold;
}
.catalog-dl_btn a::before,
.p-404ProdctList_btn::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-size: contain !important;
}
.catalog-dl_btn a.catalog::before,
.p-404ProdctList_btn--catalog::before {
	background: url(/files/user/images/common/icon_catalog.png) no-repeat;
}
.catalog-dl_btn a.quotation::before,
.p-404ProdctList_btn--quotation::before {
	background: url(/files/user/images/common/icon_quotation.png) no-repeat;
}
.catalog-dl_btn a.manual::before,
.p-404ProdctList_btn--manual::before {
	background: url(/files/user/images/common/icon_manual.png) no-repeat;
}

.list-lineup_item .catalog-dl_btn {
	margin: 10px auto 0;
	position: static;
	width: 180px;
	flex-direction: column;
}
.list-lineup_item .catalog-dl_btn a {
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.list-lineup_item .catalog-dl_btn {
		width: 160px;
	}
}
/**/

@media print, screen and (min-width: 768px) {
  .btn.btn-line {
    border-radius: 4px;
  }

  .btn-download {
    font-size: 1.6rem;
  }

  .btn-download .btn {
    padding: .5em 5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-common {
    font-size: 1.5rem;
  }

  .btn.btn-line {
    border-radius: 2px;
    padding: 7px 3em;
  }

  .btn-download {
    font-size: 1.4rem;
  }

  .btn-download .btn {
    padding: .5em 1em;
    width: 85%;
  }

  .btn.btn-s {
    font-size: 100%;
    padding: .25em 1.5em;
  }
}
/* tag */
.tag {
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
  white-space: nowrap;
}

.tag-type {
  border: 1px solid #0195CF;
  color: #0195CF;
  font-size: 1.2rem;
  padding: 0 .5em;
  width: 13em;
  box-sizing: content-box;
  text-align: center;
}
.page-pcu .tag-type {
  width: 7em;
}

/*  more link */
.link-more {
  text-align: right;
}

.link-more_btn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .product-detail_main .link-more_btn {
    margin-top: 4em;
  }
  .product-detail_main .link-more_btn a {
    width: 350px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail_main .link-more_btn {
    margin-top: 2em;
  }
  .product-detail_main .link-more_btn a {
    width: 350px;
    margin: 0 0 10px;
  }
}

.has-morelink {
  position: relative;
}

.title-set_more {
  position: absolute;
}

.title-set_more .link-more:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .title-set {
    position: relative;
  }

  .title-set_more {
    font-size: 1.4rem;
    font-weight: normal;
    right: 0;
    top: 0;
  }

  .title-set_more .link-more {
    padding-right: 28px;
    position: relative;
  }

  .title-set_more .link-more:before,
  .title-set_more .link-more:after {
    content: "";
    display: block;
    margin-top: -10px;
    position: absolute;
  }

  .title-set_more .link-more:before {
    height: 4px;
    width: 4px;
    right: 8px;
    margin-top: -2px;
  }

  .title-set_more .link-more:after {
    border: 1px solid #000;
    border-radius: 3px;
    height: 18px;
    right: 0;
    top: 50%;
    width: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .has-morelink {
    padding-bottom: 4.5em;
  }

  .has-morelink .title-set_more {
    bottom: 5px;
    width: 100%;
    text-align: center;
  }

  .title-set_more .link-more {
    border: 1px solid #707070;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    min-width: 230px;
    padding: 7px 2.5em 7px 1.5em;
    position: relative;
    text-align: center;
    min-width: 70%;
  }

  .title-set_more .link-more:before {
    height: 7px;
    width: 7px;
    right: 20px;
    margin-top: -4px;
  }
}
/*  icon */
a.icon {
  display: inline-block;
  position: relative;
  text-indent: 0;
}

a.icon.icon-arrow {
  padding-left: 16px;
}

a.icon.icon-arrow:before {
  display: block;
  left: 0;
  position: absolute;
}

a.icon.icon-arrow:before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 8px;
  top: 7px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.icon.icon-arrow_back:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.title a.icon.icon-arrow {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  a.icon.icon-arrow.icon-pos_right {
    padding-left: 0;
    padding-right: 16px;
  }

  a.icon.icon-arrow.icon-pos_right:before {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  a.icon.icon-arrow {
    padding-left: 20px;
  }

  a.icon.icon-arrow:before {
    height: 5px;
    width: 5px;
    margin-top: -3px;
    top: 50%;
  }

  a.icon.icon-arrow.icon-pos_right {
    padding-left: 0;
    padding-right: 10px;
  }

  a.icon.icon-arrow.icon-pos_right:before {
    left: auto;
    right: 0;
  }
}
/* module
------------------------------ */
/*  box : column */
.box-column {
  background: #E4EBEA;
  margin-top: 30px;
}

.box-column_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}

.box-column_title:before,
.box-column_title:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  margin-top: -5px;
  top: 50%;
}

.box-column_title:before {
  background: #FFF;
  left: -50px;
  width: 70px;
}

.box-column_title:after {
  background: #0195CF;
  width: 20px;
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .box-column {
    border-radius: 4px;
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box-column_title {
    font-size: 1.4rem;
  }

  .box-column_title:before,
  .box-column_title:after {
    height: 4px;
    margin-top: -4px;
  }

  .box-column_title:before {
    left: -15px;
    width: 26px;
  }

  .box-column_title:after {
    width: 11px;
  }

  .box-column {
    font-size: 1.3rem;
    margin-left: -10px;
    margin-right: -10px;
    padding: 25px 15px;
  }
}
/* common parts
------------------------------ */
/* parts : anchor link list */
.nav-product_anchor {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-product_anchor a {
  color: #004d6c;
  display: block;
  text-align: center;
}

.nav-product_anchor a:after {
  content: "\f0d7";
  color: #004d6c;
}

@media print, screen and (min-width: 768px) {
  .nav-product_anchor {
    background: #fff;
    margin-top: 0px;
	  border: 1px solid #ddd;
  }
  .nav-product_anchor::after {
    clear: both;
    content: "";
    display: table;
  }

  .nav-product_anchor li {
    border-right: 1px solid #FFF;
    float: left;
  }

  .nav-product_anchor a {
    padding: 10px 20px 10px 6px;
  }

  .nav-product_anchor a:after {
    right: 6px;
    margin-left: 20px;
  }

  .index-category.nav-product_sub {
    background: #f7fafb;
    margin-top: -25px;
  }
  .index-category.nav-product_sub .layout-inner {
    padding-bottom: 20px;
  }

  .nav-product_anchor.nav-product_sub {
    background: #FFF;
    padding: 0 25px;
    border: 1px solid #eee;
    border-top: none;
  }
  .nav-product_anchor.nav-product_sub li {
    border-right: none;
  }
  .nav-product_anchor.nav-product_sub a {
    padding: 20px 15px;
  }

  .nav-product_anchor.nav-product_sub a::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-product_anchor {
    border-left: 1px solid #DDD;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 14px 10px;
  }

  .nav-product_anchor li {
    background: #F3F3F3;
    border: 1px solid #DDD;
    border-width: 0 1px 1px 0;
    width: 33.33%;
  }

  .nav-product_anchor li:nth-child(-n+3) {
    border-top: 1px solid #DDD;
  }

  .nav-product_anchor a {
    font-size: 1.0rem;
    padding: 10px 10px 5px;
  }

  .nav-product_anchor a:after {
    display: block;
    margin-top: 5px;
  }
}
/*  common : headline item */
.item-headline {
  border-bottom: 1px solid #DDD;
}

.item-headline a {
  color: #333;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.item-headline a:after {
  right: 10px;
}

.item-headline a:hover .item-title {
  text-decoration: underline;
}

.item-headline .date {
  padding-right: 15px;
}

.item-headline .tag {
  background: #FFF;
  color: #0195CF;
  text-align: center;
  border: solid 1px #0195CF;
}
.item-headline.blue .tag {
  background: #0195cf;
  color: #FFF;
}

.item-headline .item-title {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .item-headline {
    padding: 20px 0;
  }

  .item-headline > a {
    display: table;
  }

  .item-headline a:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .item-headline .item-elm {
    display: table-cell;
  }

.item-headline .item-date {
  width: 7em;
  vertical-align: middle;
}

  .item-headline .item-data {
    vertical-align: top;
    white-space: nowrap;
    width: 15%;
  }

  .item-headline .item-title {
    padding-left: 15px;
    padding-right: 40px;
    vertical-align: middle;
  }

  .item-headline .tag {
    font-size: 1.2rem;
    padding: .25em .5em;
    white-space: normal;
    width: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .item-headline {
    border-bottom-style: dotted;
  }

  .item-headline > a,
  .item-headline > span {
    display: block;
    padding: 10px;
  }

  .item-headline .item-elm.item-data {
    display: table;
    margin-bottom: .5em;
  }

  .item-headline .date, .item-headline .tag {
    display: table-cell;
    font-size: 1.1rem;
    vertical-align: middle;
  }

  .item-headline .tag {
    padding: .25em 1em;
    white-space: nowrap;
  }
}
/*  common : search */
.m-searchproduct .btn-filter .btn {
  font-size: 1.2rem;
  padding: .25em 1.5em;
}

.m-searchproduct .btn-filter .btn:before {
  font-size: 1.4rem;
  margin-right: 10px;
}

.m-searchproduct_wrap {
  position: relative;
}

.m-searchproduct_wrap:after {
  content: "\f002";
  font-size: 1.6rem;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 0;
}

.m-searchproduct input {
  border: none;
  background: none;
}

.m-searchproduct input[type=text] {
  background: #DDDDDD;
  padding: 10px 50px 10px 15px;
}

.m-searchproduct input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: 100%;
  padding: 10px 0;
  white-space: nowrap;
  width: 50px;
  text-align: left;
  top: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-searchproduct .m-searchproduct_wrap {
    float: left;
  }

  .m-searchproduct .btn-filter {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .m-searchproduct {
    margin: 10px 5px;
  }

  .m-searchproduct .m-searchproduct_wrap:after {
    margin-top: -.9em;
  }

  .m-searchproduct input[type=text] {
    margin-bottom: 10px;
    width: 100%;
  }

  .m-searchproduct .btn-filter {
    text-align: center;
  }
}
/* common : pagination */
.m-pagination {
  margin-top: 3em;
}

.m-pagination_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.m-pagination_list li {
  margin: 0 .25em;
  vertical-align: middle;
}

.m-pagination_list a,
.m-pagination_list span {
  border: 1px solid #000;
  border-radius: 4px;
  display: block;
  padding: .75em;
  line-height: 1;
  width: 2.5em;
}

.m-pagination_list .current {
  background: #004966;
  color: #FFF;
}

.m-pagination_list a.m-pagination_arrow {
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: 1000%;
  white-space: nowrap;
}

.m-pagination_list a.m-pagination_arrow:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-pagination_arrow.m-pagination_prev:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.m-pagination_arrow.m-pagination_next:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media print, screen and (min-width: 768px) {
  .m-pagination_list {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-pagination_list {
    font-size: 1.2rem;
  }

  .m-pagination_list a.m-pagination_arrow:before {
    height: 5px;
    width: 5px;
    margin-top: -2px;
    margin-left: -2px;
  }
}
/* unit
------------------------------ */
/* common : contact */
.unit-contact {
  color: #FFF;
  /* max-width: 980px; */
  text-align: center;
}

.unit-contact .m-common_contact__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.unit-contact .m-contact_desc {
  font-size: 1.6rem; margin: 10px 0 32px;
}

@media only screen and ( max-width : 767px ) {
  .unit-contact .m-contact_desc {
    font-size: 1.1rem; line-height: 1.5; margin-bottom: 1em;
  }
}

.unit-contact .m-common_contact .m-contact_desc {
  font-size: 1.3rem;
  margin: 10px 0 20px;
}

.m-common_contact {
  text-align: center;
}

.m-common_contact .m-contact_buttons .btn-fill {
  background: #EDA900;
  color: #FFF;
  font-weight: bold;
}
.m-common_contact .m-contact_buttons .btn-fill::before {
  position: absolute;
	top: 50%;
  right: 16px;
	z-index: +1;
	border: 2px solid #FFF;
	border-bottom: 0;
	border-left: 0;
	width: 10px;
	height: 10px;
	transform: translate(0,-50%) rotate(45deg);
  content: "";
}
.m-common_contact .m-contact_time {
  margin-top: .5em;
}
.m-common_contact .m-contact_mail a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}
.m-common_contact .m-contact_numbers span {
	font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .unit-contact {
    line-height: 1.6;
    margin: 0 auto;
    padding: 80px 0;
  }
  .unit-contact .m-common_contact__title {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .m-common_contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .m-common_contact .m-contact_numbers {
    line-height: 1;
  }
  .m-common_contact .m-contact_numbers span {
    font-size: 2.2rem;
    white-space: nowrap;
  }
	.m-common_contact .m-contact_numbers span .num {
		display: inline-block;
		font-size: 3.2rem;
		margin-left: .25em;
	}
	.m-common_contact .m-contact_numbers span .num a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
  .m-common_contact .m-contact_mail {
    margin-top: 1em;
  }
  .m-common_contact .m-contact_mail a {
    font-size: 2rem;
  }
  .m-common_contact .m-contact_body {
    margin-left: 32px;
    text-align: left;
  }
  .m-common_contact .m-contact_buttons .btn {
    margin: 0 10px;
  }

  .m-common_contact .m-contact_buttons .btn-fill {
    position: relative;
    font-size: 1.6rem;
    padding: 32px 0;
    width: 260px;
    border-radius: 8px;
    transition: background-color .4s;
  }
  .m-common_contact .m-contact_buttons .btn-fill:hover {
    opacity: 1 !important;
    background: #ffce54;
  }
}
@media only screen and (max-width: 767px) {
  .unit-contact {
    line-height: 1.5;
    padding: 15px 0 20px !important;
  }

  .unit-contact .m-common_contact__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 15px 15px;
    padding-bottom: 15px;
  }

  .unit-contact .m-common_contact {
    padding: 0 15px;
  }

  .m-common_contact {
    padding: 0 25px;
  }

  .m-common_contact .m-contact_numbers > span {
    display: block;
    line-height: 1;
    margin: .5em auto 0;
	  font-size: 1.6rem;
  }
	.m-common_contact .m-contact_numbers span .num {
		font-size: 2.5rem;
		margin-left: .25em;
	}
	.m-common_contact .m-contact_numbers span .num a {
		color:#0195CF !important;
		text-decoration:none !important;
	}
	.layer-bg_lightblue .m-common_contact .m-contact_numbers span .num a {
		color: #FFF !important;
	}

  .m-common_contact .m-contact_buttons .btn-fill {
    display: block;
    font-size: 1.4rem;
    margin-top: 7px;
    padding: 11px 1em;
    min-width: 80%;
  }
}
/* common : information */
.unit-information_tab {
  padding: 10px 0 15px;
}

.unit-information_tab ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.unit-information_tab .tab-menu li {
  float: left;
  font-size: 1.5rem;
  width: 50%;
}

.unit-information_tab .tab-menu li a {
  background: #FFF;
  color: #004966;
  display: block;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  text-decoration: underline;
  border: 1px solid #004966;
}

.unit-information_tab .tab-menu li.is-active a {
  background: #004966;
  color: #FFF;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .unit-information_tab .list-headline {
    margin-bottom: 40px;
  }

  .unit-information_tab .btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .unit-information_tab .list-headline {
    margin-bottom: 20px;
  }

  .unit-information_tab .btn {
    font-size: 1.5rem;
  }

  .unit-information_tab .item-headline {
    font-size: 1.2rem;
  }
}
/* ----------------------------------------
 * category : products
---------------------------------------- */
.wb-break {
  word-break: break-all;
}

table.style-data, table.alternate {
  border-collapse: collapse;
  margin-bottom: .5em;
  width: 100%;
  background-color: #FFF;
}
table.style-data a {
  /*color: #333;*/
  text-decoration: underline;
}
table.style-data thead th, table.alternate thead th {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1.38;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
table.style-data tbody, table.alternate tbody {
  border-top: 1px dotted #bbb;
}
table.style-data thead + tbody, table.alternate thead + tbody {
  border-top: none;
}
table.style-data th, table.style-data td,
table.alternate th, table.alternate td {
  border-bottom: 1px dotted #bbb;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
table.style-data tbody tr:nth-child(odd) th, table.style-data tbody tr:nth-child(odd) td {
  background: #FAFAFA;
}
table.style-data .model {
  text-align: left;
  white-space: nowrap;
}
.page-product_pau table.style-data .model {
	width: 200px;
}
table.style-data .btn-detail {
  text-align: right;
}
table.style-data .btn-detail .btn {
  font-size: 1.3rem;
  padding: .75em 2em .75em 1em;
  white-space: nowrap;
}
table.style-data .btn-detail .btn + .btn {
  margin-left: 8px;
}
table.style-data.ta-l th, table.style-data.ta-l td {
  text-align: left;
}

table.style-option {
  border-bottom: 1px dotted #CCC;
  border-collapse: collapse;
  margin-bottom: 1em;
  table-layout: fixed;
  width: 100%;
}
table.style-option th,
table.style-option td {
  border-top: 1px dotted #CCC;
  border-left: 1px dotted #CCC;
}
table.style-option td,
table.style-option th {
  padding: 1em;
}
table.style-option th {
  font-weight: bold;
  vertical-align: middle;
}
table.style-option .colheader {
  text-align: center;
}
table.style-option .rowheader {
  background: #FAFAFA;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  table.style-data thead th {
    font-size: 1.1rem;
  }
  table.style-data th, table.style-data td, table.style-data .btn-detail .btn {
    font-size: 1.2rem;
  }

  table.style-option {
    table-layout: auto;
    font-size: 1.1rem;
  }
  table.style-option th, table.style-option td {
    padding: .5em;
  }
  table.style-option .rowheader,
  table.style-option .colheader {
    min-width: 5.5em;
  }
}
/* products common */
.index-category.layer-bg {
  background: #f7fafb;
  text-align: center;
}

.list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.box-shadow {
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 768px) {
  .row.two-column {
    margin-right: -18px;
    margin-left: -18px;
  }
  .row.two-column .span {
    padding: 0 18px;
  }
}
.graph-gradient {
  background: #00baff;
  background: -moz-linear-gradient(left, #00baff 0%, #e86b00 100%);
  background: -webkit-linear-gradient(left, #00baff 0%, #e86b00 100%);
  background: linear-gradient(to right, #00baff 0%, #e86b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00baff', endColorstr='#e86b00',GradientType=1 );
  left: 0;
  top: 0;
  height: 25px;
  width: 224px;
  position: absolute;
}

.graph-gradient_clip {
  border: 1px solid #DDD;
  display: inline-block;
  height: 25px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 224px;
}

/* accordion */
.u-accordion {
  margin-top: 15px;
  position: relative;
}

.m-accordion_opener {
  position: relative;
  text-align: center;
}

.u-accordion .m-accordion_opener > span {
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  text-align: left;
}

.m-accordion_opener > span:after {
  content: "+";
  font-size: 150%;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 1em;
  top: 50%;
}
.m-accordion_opener.is-active > span:after {
  content: "-";
}

@media print, screen and (min-width: 768px) {
  .m-accordion_opener > span {
    display: inline-block;
    padding: .25em 3em .25em 2em;
  }

  .m-accordion_child {
    padding-bottom: 30px;
  }
  .m-accordion_child .btn.btn-close {
    margin-top: 1.5em;
  }

  .u-accordion.line-dot:before {
    content: "";
    border-top: 1px dotted #000;
    display: block;
    height: 1px;
    position: absolute;
    top: 1em;
    width: 100%;
  }

  .layer-bg_gray .u-accordion.line-dot .m-accordion_opener span {
    background-color: #F3F3F3;
  }

  .u-accordion_custom {
    border-top: 1px dotted #000;
    margin-top: 30px;
  }
  .u-accordion_custom .m-accordion_opener {
    margin-top: -1em;
    position: relative;
  }
  .u-accordion_custom .m-accordion_opener > span {
    background: #FFF;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 40%;
  }

  .layer-bg_gray .u-accordion_custom .m-accordion_opener > span {
    background-color: #F3F3F3;
  }
}
@media only screen and (max-width: 767px) {
  .m-accordion_opener > span {
    background: #FFF;
    border-color: #DDD;
    display: inline-block;
    font-size: 1.3rem;
    padding: 9px 35px 9px 9px;
  }
  .m-accordion_opener > span:after {
    right: 15px;
  }

  .u-accordion_custom {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    margin-top: 4px;
  }
  .u-accordion_custom .m-accordion_opener {
    text-align: left;
  }
  .u-accordion_custom .m-accordion_child {
    border-top: 1px dotted #CCC;
    padding: 9px 9px 25px;
  }
}
/* item vertical */
.m-item_vertical {
  display: table;
  width: 100%;
}
.m-item_vertical .thumb, .m-item_vertical .text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.m-item_vertical > a {
  display: block;
}

.m-item_common .title {
  font-weight: bold;
}
.m-item_common .name {
  font-weight: bold;
  margin-top: .25em;
}
.m-item_common .desc {
  margin-top: .5em;
}
.m-item_common .data dt {
  font-weight: bold;
  padding-right: 1em;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .row-delimit .span:nth-child(even) {
    border-left: 1px dotted #CCC;
    padding-left: 20px;
  }

  .m-item_vertical .thumb {
    padding-right: 30px;
  }

  .m-item_common .name {
    font-size: 1.6rem;
  }
  .m-item_common .data {
    display: table;
    font-size: 1.2rem;
    margin-top: 1em;
  }
  .m-item_common .data dt {
    display: table-cell;
    vertical-align: middle;
  }
  .m-item_common .data dd {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #DDD;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .row-delimit .span + .span {
    border-top: 2px solid #FFF;
    margin-top: 20px;
    padding-top: 20px;
  }

  .m-item_vertical .thumb, .m-item_vertical .text {
    vertical-align: top;
  }

  .m-item_common .thumb {
    height: 80px;
    padding-right: 20px;
    width: 100px;
  }
  .m-item_common .name {
    font-size: 2.0rem;
  }
  .m-item_common .desc {
    font-size: 1.0rem;
    line-height: 1.6;
  }
  .m-item_common .data {
    font-size: 1.0rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .m-item_common .data dd {
    font-size: .9rem;
  }
}
/* parts:local navigation */
.nav-product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .nav-product {
    background: #f7fafb;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .nav-product .layout-inner {
    background: #006F9A;
  }
  .nav-product a {
    color: #FFF;
    text-decoration: none;
  }
  .nav-product_name {
    float: left;
    margin-right: 10px;
    white-space: nowrap;
  }
  .nav-product_child {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .nav-product_child li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }
  .nav-product_child li + li {
    border-left: 1px solid #49869F;
  }

  .nav-product_name {
    background: #000;
    color: #FFF;
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 4px;
    margin-right: 30px;
    padding: .75em 35px;
    position: relative;
  }
  .nav-product_name:after {
    content: "";
    position: absolute;
    margin-top: -1.25em;
    top: 50%;
    border-top: 1.25em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-left: 7px solid #000;
    left: 100%;
  }

  .nav-product_child a {
    display: block;
    padding: 15px;
  }
  .nav-product_child li.current a, .nav-product_child li a:hover {
    background: #E8EDF3;
    color: #333;
    font-weight: bold;
    opacity: 1;
  }

  .ms .nav-product {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-product {
    position: relative;
  }
  .nav-product span {
    display: block;
  }
  .nav-product a {
    display: block;
    padding: 12px 15px;
  }

  .nav-product_name {
    text-align: center;
    background: #006F9A;
    color: #FFF;
    display: block;
    font-size: 1.5rem;
    padding: 12px 10px;
    position: relative;
  }

  .sp-accordion_label {
    background: #006F9A;
    color: #FFF;
    display: block;
    font-size: 1.5rem;
    padding: 12px 10px;
    position: relative;
  }
  .sp-accordion_label .title {
    color: #FFF;
    margin: 0 !important;
    padding: 0;
  }
  .sp-accordion_label .title:before {
    display: none;
  }

  .nav-product_name:after, .sp-accordion_label:after {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.9rem;
    font-weight: normal;
    content: "+";
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    right: 15px;
  }

  .nav-product_name.is-active:after, .sp-accordion_label.is-active:after {
    content: "-";
  }

  .nav-product_child {
/*    background: rgba(0, 0, 0, 0.6);
    position: absolute;*/
    width: 100%;
    z-index: 1;
  }
  .nav-product_child li {
    background: #FFF;
    border-bottom: 1px dotted #CCC;
  }
  .nav-product_child li.current a {
    background: #E8EDF3;
    color: #0195CF;
    font-weight: bold;
  }
}
/* parts:option */
.list-option {
  background: #FFF;
  border: 3px solid #DDD;
  overflow: hidden;
  width: 100%;
}
.list-option a {
  color: #333;
  display: block;
  text-decoration: underline;
}

.list-option_label {
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.list-option_label a:before {
  color: #004966;
  margin-top: -5px;
  vertical-align: middle;
}

.btn-option {
  background: #FFF;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px auto;
  max-width: 400px;
  padding: 10px;
  text-align: center;
}
.btn-option .btn:before {
  color: #004966;
  font-size: 2.6rem;
  margin-right: 10px;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .list-option {
    border: 3px solid #DDD;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 8px;
  }
  .list-option .list-option_label, .list-option .list-option_body {
    display: table-cell;
    vertical-align: middle;
  }

  .list-option_label {
    padding: 25px 25px;
    width: 185px;
  }
  .list-option_label:after, .list-option_label:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -50px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 24px solid;
  }
  .list-option_label:after {
    border-left-color: #FFF;
    right: -23px;
    z-index: 2;
  }
  .list-option_label:before {
    border-left-color: #DDD;
    right: -24px;
    z-index: 1;
  }
  .list-option_label a:before {
    font-size: 3.0rem;
    margin-right: 15px;
  }

  .list-option li {
    margin: 3px 0 3px 46px;
  }
}
@media only screen and (max-width: 767px) {
  .list-option {
    margin-top: 25px;
  }

  .btn-option {
    font-size: 1.4rem;
    padding: 5px 10px;
    min-width: 240px;
    width: 75%;
  }
  .btn-option .btn:before {
    font-size: 1.8rem;
  }

  .list-option_label a {
    font-size: 1.5rem;
    padding: 10px;
    position: relative;
  }
  .list-option_label a:before {
    font-size: 1.9rem;
    margin-right: 7px;
  }
  .list-option_label a:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: block;
    height: 5px;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .list-option a {
    display: block;
    text-decoration: none;
  }

  .list-option_label {
    display: block;
    border-bottom: 1px solid #DDD;
    width: 100%;
  }

  .list-option .list-option_body li {
    display: block;
    border-bottom: 1px solid #DDD;
    width: 100%;
  }
  .list-option .list-option_body li:last-child {
    border-bottom: none;
  }
}
/* parts:product list */
.list-product {
  margin: 0 -5px;
  position: relative;
}
.list-product .span {
  padding: 0 5px;
}
.list-product .span .list-product_item {
  padding-top: 0;
}
.list-product .span .list-product_item + .list-product_item {
  margin-top: 10px;
}
.list-product .list-product_label {
  border-bottom: 1px dotted #CCC;
  color: #004966;
  font-weight: bold;
  margin: 0 -10px;
}

.list-product_child .item {
  width: 50%;
}
.list-product_child .item a {
  border-collapse: collapse;
  color: #333;
  display: table;
  min-width: 150px;
}
.list-product_child .item a > span {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.list-product_child .item .thumb {
  display: block;
  margin: 0;
}
.list-product_child .item .thumb img {
  display: block;
  margin: auto;
}
.list-product_child .item .name {
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.list-product_child .item .name .en {
  color: #BCBCBC;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .list-product_child {
    display: flex;
    justify-content: space-around;
  }
  .list-product .list-product_item {
    margin: 5px;
    flex-grow: 2;
  }
  .list-product .list-product_item:nth-child(3) {
    flex-grow: 3;
  }
  .list-product .list-product_item:nth-child(4) {
    flex-grow: 1;
  }

  .list-product .list-product_label {
    font-size: 1.6rem;
    padding: 0 0 5px;
  }

  .list-product .list-product_child .item {
    margin-top: 10px;
    padding: 5px 0;
    width: 205px;
  }

  .list-product .list-product_child .item .name {
    font-size: 1.6rem;
  }
  .list-product .list-product_child .item .name .en {
    display: inline-block;
    font-size: 2.1rem;
    margin-bottom: .25em;
  }
  .list-product .list-product_child .item .thumb {
    padding-right: 15px;
    text-align: center;
    width: 90px;
  }

  .index-category .m-searchproduct {
    margin: 30px auto 0;
    width: 788px;
  }
  .index-category .m-searchproduct .m-searchproduct_input {
    width: 547px;
  }
  .index-category .m-searchproduct .btn-filter .btn {
    font-size: 1.3rem;
    width: 218px;
  }
}
@media only screen and (max-width: 767px) {
  .list-product.list-item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-product .list-product_item {
    margin-bottom: 10px;
    width: 100%;
  }
  .list-product .list-product_label {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .list-product_child .item {
  	padding: 5px 10px 5px;
  }
  .list-product_child .item:nth-child(n+3) {
    margin-top: 10px;
  }
  .list-product_child .item .thumb {
    margin: 0 auto 5px;
    padding-right: 5px;
    text-align: center;
    width: 48px;
  }
  .list-product_child .item .name {
    font-size: 1.3rem;
  }
  .list-product_child .item .name .en {
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: .25em;
  }
}
/* parts:feature */
.link-feature {
  background: #DCE4ED;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 0;
  position: relative;
}
.link-feature a {
  color: #333;
}

.link-feature_img img {
  display: block;
}

.link-feature_title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.link-feature_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
}

.link-feature_desc {
  line-height: 1.57;
}

.link-feature_link {
  list-style: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .link-feature {
    width: 1120px;
  }

  .link-feature_img {
    float: left;
    padding: 0 20px;
    width: 570px;
  }

  .link-feature_text {
    float: right;
    padding: 5px 25px 0 0;
    width: 540px;
  }

  .link-feature_title {
    font-size: 1.8rem;
    border-bottom: 1px solid #FFF;
  }
  .link-feature_title:before {
    border-top: 1px solid #0195CF;
    height: 1px;
    width: 60px;
  }

  .link-feature_desc {
    font-weight: bold;
  }

  .link-feature_link {
    margin: 15px -1em 0 0;
  }
  .link-feature_link li {
    display: inline-block;
    line-height: 1.2;
    margin-top: 10px;
    margin-right: 1em;
  }
  .link-feature_link li a {
    display: block;
  }
  .link-feature_link li a:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    width: 7px;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .link-feature {
    padding: 0;
  }

  .link-feature_text {
    padding: 15px 15px 0;
  }

  .link-feature_title {
    font-size: 1.6rem;
    border-bottom: 2px solid #FFF;
  }
  .link-feature_title:before {
    border-top: 2px solid #0195CF;
    height: 2px;
    width: 35px;
  }

  .link-feature_desc {
    padding-bottom: 10px;
  }

  .link-feature .sp-accordion {
    margin: 0 -15px;
    position: relative;
  }
  .link-feature .sp-accordion_label {
    font-size: 1.3rem;
    padding-left: 15px;
    text-align: left;
  }

  .link-feature_link {
    background: #006F9A;
    margin: 0;
  }
  .link-feature_link li {
    border-top: 1px dotted #FFF;
    display: block;
  }
  .link-feature_link li a {
    color: #FFF;
    display: block;
    padding: 15px 30px 15px 15px;
    position: relative;
  }
  .link-feature_link li a:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* feature product top  */
.link-feature_index .link-feature_img,
.link-feature_index .link-feature_text { float: none; padding: 0; }
.link-feature_index .link-feature_img img { max-width: 100%; height: auto; }
.link-feature_index .link-feature_catch { color: #0195CF; font-weight: bold; }
@media print, screen and (min-width: 768px) {
	.link-feature_wrap {
		max-width: 980px;
		margin: 0 auto 30px;
	}
	.link-feature_wrap.row {
		margin: 40px auto 80px;
	}
	.link-feature_index .link-feature {
		border-radius: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.link-feature_index .link-feature_img {
		width: 475px;
	}
	.link-feature_index .link-feature_text {
		padding: 12px 38px;
		width: 505px;
	}
	.link-feature_index .link-feature_catch { font-size: 2.2rem; }
	.link-feature_index .link-feature_desc.pconly { font-weight: normal; }
	.link-feature_index .link-feature_title {
		font-size: 2.0rem;
		padding-bottom: 5px;
	}
	.link-feature_index.span-6 {
		background: #DCE4ED;
		width: 475px;
	}
	.link-feature_index.span-6 .link-feature { margin-bottom: 0; }
	.link-feature_index.span-6 .link-feature_img,
	.link-feature_index.span-6 .link-feature_text { width: 100%; }
	.link-feature_index.span-6 .link-feature_text { padding: 18px 22px; }
}
/* enc top */
@media only screen and (max-width: 767px) {
	.link-feature_wrap { margin: 0 10px; }
	.link-feature_index { margin-bottom: 20px; }
	.link-feature_index .link-feature { margin-top: 0; }
	.link-feature_index .link-feature_title {
		font-size: 1.6rem;
		border-bottom: 2px solid #FFF;
		margin-bottom: 20px;
		padding-bottom: 9px;
	}
	.link-feature_index .link-feature_desc { margin-bottom: 10px; }
	.link-feature_index a.icon.icon-arrow.icon-pos_right::before { margin-right: -7px; }
	.link-feature_index .link-feature_text { padding: 15px 15px 0; }
}
.product-guide { max-width: 980px; margin: 0 auto; }
.product-guide .product-guide_title { font-size: 4.0rem; font-weight: bold; text-align: center; }
.product-guide .product-guide_copy { color: #0195CF; font-size: 2.2rem; font-weight: bold; margin-top: .75em !important; text-align: center; }
@media only screen and (max-width: 767px) {
	.product-guide { margin: 20px 10px 0; }
	.product-guide .product-guide_title { font-size: 2.2rem; line-height: 1.36; }
	.product-guide .product-guide_copy { font-size: 1.5rem; line-height: 1.4; text-align: left; }
}
/* ----------------------------------------
 *	page styles
---------------------------------------- */
/*	product top */
/* category child top */
.list-lineup {
  margin: 0 -10px;
}
.list-lineup .span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
}

.row .list-lineup .span {
  height: 100%;
  max-width: 50%;
}
@media print, screen and (min-width: 768px) {
  .row .list-lineup .span {
	  max-width: 25%;
	}
}

.list-lineup .list-lineup_item {
  padding: 20px 5px;
  width: 100%;
}
.list-lineup:after {
  content: "";
  width: 100%;
}
.list-lineup .col:nth-child(n+6) {
  -webkit-order: 1;
  order: 1;
  max-width: 20%;
}

.list-lineup_item a {
/*  color: #333;*/
  width: 100%;
}
.list-lineup_item .name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
  text-decoration: underline;
}

.list-lineup_desc {
  text-align: left;
}
.list-lineup_desc a {
  text-decoration: none;
}
.list-lineup_desc dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.list-lineup_desc a:hover dt {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .list-lineup .span {
    flex-direction: column;
    max-width: 33.33%;
    min-width: 20%;
    width: 50%;
  }
  .list-lineup .list-lineup_item {
    height: 100%;
  }
  .list-lineup .list-lineup_item .thumb img {
    height: auto;
    max-width: 130px;
  }

  .list-lineup_desc {
    margin-top: 5px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .list-lineup {
    margin: 0 -4px;
  }
  .list-lineup .span {
    padding: 3px 2px;
    width: 50%;
  }
/*  .list-lineup .span:nth-child(n+4) {
    -webkit-order: 1;
    order: 1;
    max-width: 33.33%;
  }*/

  .list-lineup_item .thumb {
    margin: 0 auto;
    width: 56px;
  }
  .list-lineup_item .name {
    font-size: 1.1rem;
  }

  .list-lineup_desc {
    margin-left: 4px;
  }
  .list-lineup_desc dl {
    margin: 0 -10px;
    position: relative;
  }
  .list-lineup_desc dt, .list-lineup_desc dd {
    padding: 10px 15px;
  }
  .list-lineup_desc dt {
    border-bottom: 1px dotted #CCC;
    color: #004966;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
  }
  .list-lineup_desc dd {
    font-size: 1.0rem;
    line-height: 1.6;
  }
}
/* link feature */
.layer-bg + .layer-bg .block-feature {
  margin-top: 30px;
}

/* case */
.block-case .item-case {
  width: 33.33%;
}

.item-case a {
  color: #333;
  display: table;
}
.item-case .thumb, .item-case .title {
  display: table-cell;
  vertical-align: top;
}
.item-case .thumb {
  width: 150px;
}
  .item-case .thumb img {
    width: 100%;
  }
.item-case .title {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  .block-case {
    margin-top: 45px;
  }
  .block-case .list-case {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .block-case {
    margin-top: 25px;
  }

  .block-feature {
    margin-top: 0;
  }

  .block-case .item-case {
    padding-bottom: 10px;
    width: 100%;
  }
  .block-case .item-case + .item-case {
    border-top: 1px dotted #CCC;
    padding-top: 10px;
  }
  .block-case .item-case .thumb {
    width: 93px;
  }
  .block-case .item-case .title {
    font-size: 1.3rem;
    line-height: 1.46;
    padding: 10px 15px;
  }
}
/* other */
.block-other li {
  margin-bottom: 1em;
}

.list-icon {
  margin: 0;
  list-style: none;
  padding: 0;
}
.list-icon li {
  position: relative;
}
.list-icon a {
  color: #333;
  display: block;
  position: relative;
}
.list-icon a:before {
  display: block;
  left: 0;
  position: absolute;
}
a.icon.icon-arrow,
.list-icon_arrow a {
  padding-left: 16px;
}
a.icon.icon-arrow:before,
.list-icon_arrow a:before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 8px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-icon_faq li a {
  padding-left: 25px;
}
.list-icon_faq li a:before {
  content: "Q";
  font-size: 2.0rem;
  font-weight: bold;
  width: 15px;
}

@media print, screen and (min-width: 768px) {
  .block-other {
    margin-top: 50px;
  }
	.block-other .title-set .title.lv2.line-b {
		margin-bottom: .5em;
	}
	.block-other .title-set .title-set_more {
		margin-bottom: .75em;
		position: relative;
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
  .block-other {
    margin-top: 10px;
  }

  .list-icon li {
    border-bottom: 1px dotted #CCC;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list-icon a {
    display: block;
    padding: 5px 10px;
  }

  .list-icon_arrow a {
    padding-left: 10px;
    padding-right: 20px;
  }
  .list-icon_arrow a:before {
    height: 5px;
    width: 5px;
    margin-top: -3px;
    top: 50%;
    left: auto;
    right: 10px;
  }

  .list-icon_faq a {
    padding-left: 20px;
  }
  .list-icon_faq a:before {
    font-size: 1.6rem;
    left: 5px;
  }

  .block-other .title.lv2.line-b {
    margin-bottom: 0;
  }

  .box-faq {
    margin-top: 25px;
  }
}
/*	page:lineup */
.lineup-item .title.lv2 {
  margin-bottom: 30px;
}
.lineup-item .item {
  margin-bottom: 35px;
}
.lineup-item .item .name {
  font-weight: bold;
}
.lineup-item .item .name.new::before {
  border: 1px solid #f00;
  margin-right: 1em;
  padding: 0 .25em;
  color: #f00;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  content: "NEW";
}
.lineup-item .item .category {
  color: #0195CF;
  font-weight: bold;
}
.lineup-item .item .desc {
  line-height: 2.14;
  margin-top: 20px;
}
.lineup-item .item .text p + p {
  margin-top: 1em;
}

.function-filter {
  margin: 20px 0 15px;
}
.function-filter .title {
  font-size: 1.4rem;
  margin: 0 30px 0 0;
  white-space: nowrap;
}
.function-filter > div {
  margin: 5px 0 10px;
}
.function-filter .span-12 .title {
  width: 10em;
}
.function-filter .list-filter a {
  display: block;
  border-radius: 4px;
  padding: .25em 1.5em;
}

.layer-bg .function-filter .list-filter a {
  background: #E8E8E8;
}
.layer-bg .function-filter .list-filter a.current {
  background: #004966;
  color: #FFF;
}

.layer-bg_gray .function-filter .list-filter a {
  background-color: #FFF;
}

.list-option_thumb {
  margin: 30px -10px;
  position: relative;
}
.list-option_thumb li {
  margin: 0 10px;
  width: 208px;
}
.list-option_thumb .thumb {
  border: 1px solid #EEE;
  display: inline-block;
}
.list-option_thumb .thumb img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .lineup-item .item .thumb {
    float: left;
    text-align: center;
    width: 240px;
  }
  .lineup-item .item .thumb img {
    max-width: 210px;
  }
  .lineup-item .item .text, .lineup-item .item .desc {
    padding-left: 240px;
  }
  .lineup-item .item .name {
    font-size: 2.5rem;
  }
  .lineup-item .item .category {
    font-size: 1.6rem;
    margin-left: 10px;
  }

  .function-filter .title, .function-filter .list-filter {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .lineup-item.layout-inner, #option .layout-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lineup-item .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 5px;
  }
  .lineup-item .item .thumb {
    width: 115px;
  }
  .lineup-item .item .text {
    padding-left: 10px;
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
  }
  .lineup-item .item .name {
    font-size: 1.9rem;
  }
  .lineup-item .item .category {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .lineup-item .item .desc {
    -webkit-order: 1;
    order: 1;
  }

  .item-desc_btn {
    text-align: center;
  }
  .item-desc_btn .btn {
    margin-right: auto;
    margin-left: auto;
  }

  .function-filter .list-filter {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .function-filter .list-filter li {
    padding: 0 1px 2px;
    width: 33.33%;
  }
  .function-filter .list-filter a {
    padding: .75em 1.5em;
    text-align: center;
    word-break: break-all;
  }

  .list-option_thumb {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .list-option_thumb li {
    font-size: 1.2rem;
    float: none;
    margin: 0;
    padding: 0 5px 10px;
    width: 50%;
  }
  .list-option_thumb .thumb {
    border-width: 2px;
    margin-bottom: 5px;
  }
}
/*	product | ENH only
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .index-category .block-lineup .row .span-6:nth-child(2) {
    padding-left: 10px;
  }
  .index-category .block-lineup .row .span-6:nth-child(2) .list-lineup {
    margin-left: 0;
  }
	.page-product_enh .block-lineup .list-lineup + .row { -webkit-justify-content: flex-start; justify-content: flex-start; }
	.page-product_enh .block-lineup .list-lineup + .row .span-6 { width: auto; }
	.page-product_enh .block-lineup .list-lineup + .row .list-lineup .span { max-width: none; }
	.page-product_enh .block-lineup .list-lineup + .row .list-lineup_item { width: 359px; }
}
@media only screen and (max-width: 767px) {
/*  .page-product_enh .list-lineup .span {
    max-width: 33.33%;
  }*/
}
/*	product | FSV only
---------------------------------------- */
.page-product_fsv .item-detail_text {
  line-height: 1;
}

/* item detail */
.item-detail_thumb img {
  display: block;
}

.page-product_fsv .item-detail_text .name,
.item-detail_title .name {
  color: #333;
  font-weight: bold;
}
.page-product_fsv .item-detail_text .name .en,
.item-detail_title .name .en {
  color: #333;
}
.page-product_fsv .item-detail_text .category,
.item-detail_title .category {
  color: #666;
  font-weight: bold;
  font-family: Roboto, Arial, Helvetica, "sans-serif";
  font-weight: bold;
}

.item-detail_point .point {
  margin-left: 0;
  padding-left: 1em;
}

.item-feature .item-feature_title {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.item-feature .desc {
  font-size: 1.3rem;
  padding-right: 20px;
  text-align: left;
}

.item-feature_wrap {
  margin-top: 30px;
}

.item-feature .m-accordion_child {
  padding-top: 35px;
  text-align: left;
}

.item-thumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-thumb_list .thumb, .item-thumb_list .name {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .page-product_fsv .title.lv2 + .row {
    margin-top: 30px;
  }
  .page-product_fsv .wrap + .wrap {
    margin-top: 25px;
  }

  .item-overflow_left {
    background: #FFF;
  }

  .item-detail {
    padding-right: 35px;
    position: relative;
  }

  .item-detail_thumb {
    float: right;
  }

  .page-product_fsv .item-detail_text,
  .item-detail_title {
    float: left;
  }
  .page-product_fsv .item-detail_text .name .en,
  .item-detail_title .name .en {
    font-size: 1.4rem;
  }
  .page-product_fsv .item-detail_text .category,
  .item-detail_title .category {
    font-size: 2.3rem;
  }

  .item-detail_point {
    clear: left;
    float: left;
    padding-top: 50px;
    position: relative;
  }
  .item-detail_point .point {
    color: #666;
    font-weight: bold;
  }

  .item-detail_desc {
    line-height: 2.14;
    padding-left: 40px;
  }

  .item-feature {
    padding: 15px 30px 30px;
    text-align: center;
  }
  .item-feature .item-feature_title {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 auto 35px;
  }
  .item-feature:nth-child(2n) {
    border-left: 1px dotted #CCC;
  }
  .item-feature:nth-child(n+3) {
    border-top: 1px dotted #CCC;
  }

  .item-thumb_list {
    margin-left: -10px;
  }
  .item-thumb_list li {
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 124px;
  }
  .item-thumb_list li:nth-child(5n) {
    clear: left;
  }
  .item-thumb_list .name {
    display: block;
    font-size: 1.2rem;
    line-height: 1.33;
    margin-top: 5px;
  }

  .img-right-bottom .desc {
    padding-right: 40px;
  }

  .page-product_fsv .m-item_common .name {
    font-size: 2.6rem;
    margin-top: .25em;
  }
}
@media only screen and (max-width: 767px) {
  .page-product_fsv .item-feature .wrap + .wrap {
    margin-top: 15px;
  }

  .page-product_fsv .item-detail_text,
  .item-detail_title {
    text-align: center;
  }
  .page-product_fsv .item-detail_text .name,
  .item-detail_title .name {
    font-size: 2.2rem;
    font-weight: 900;
  }
  .page-product_fsv .item-detail_text .name .en,
  .item-detail_title .name .en {
    font-size: 0.9rem;
  }
  .page-product_fsv .item-detail_text .category,
  .item-detail_title .category {
    font-size: 1.9rem;
  }

  .item-detail_thumb {
    margin: 10px auto;
    width: 113px;
  }

  .item-detail_point .point {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .item-detail_desc .desc {
    font-size: 1.3rem;
  }
  .item-detail_desc .btn-download {
    text-align: center;
  }

  .item-feature {
    border-bottom: 1px dotted #CCC;
    padding-bottom: 25px;
  }
  .item-feature .item-feature_title {
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .item-feature + .item-feature {
    padding-top: 25px;
  }
  .item-feature .thumb {
    text-align: center;
  }
  .item-feature .thumb img {
    width: 180px;
  }

  .block-spec .sp-accordion_label {
    margin: 0 -10px 1px;
  }
  .block-spec .fn-child_sp {
    padding: 10px 0 25px;
  }

  .img-right-top {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /*	.img-right-top .thumb { -webkit-order: 1; order: 1; }
  	.img-right-top .desc { -webkit-order: 2; order: 2; }*/
  .img-right-bottom .desc {
    padding-bottom: 15px;
  }

  .item-vertical .desc {
    padding: 10px;
  }

  .item-thumb_list {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -1%;
  }
  .item-thumb_list li {
    background: #F8F8F8;
    margin-left: 1%;
    margin-bottom: 5px;
    padding: 5px;
    width: 32.33%;
  }
  .item-thumb_list .name {
    display: block;
    font-size: 1.0rem;
    line-height: 1.33;
    padding: 5px;
  }
  .item-thumb_list .thumb {
    background: #FFF;
    display: block;
    padding: 5px;
  }

  .page-product_fsv .m-item_common .name {
    font-size: 2.0rem;
  }
}
/* page : faq */
.article-faq_q {
  border-bottom: 1px solid #DDD;
  padding: .75em .5em;
}

.block-faq_list li {
  border-bottom: 1px solid #DDD;
  padding: .75em .5em;
}
.block-faq_list li:first-child {
  border-top: 1px solid #DDD;
}

.article-faq_q {
  border-top: 1px solid #DDD;
}
.article-faq_q .article-main {
  position: relative;
}

.block-faq_list li a, .titla-faq_q, .titla-faq_a {
  padding-left: 2.5em;
  position: relative;
}

.block-faq_list li a:before, .titla-faq_q:before, .article-faq_a .article-main:before {
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  width: 1.5em;
  position: absolute;
  left: 0;
  top: -.2em;
  font-weight: normal;
}

.block-faq_list li a:before, .titla-faq_q:before {
  background: #0195CF;
  content: "Q";
}

.article-faq_q {
  margin-bottom: 1.5em;
}
.article-faq_q .titla-faq_q {
  font-weight: normal;
}

.article-faq_a {
  border: 5px solid #F3F3F3;
  margin-bottom: 2em;
}
.article-faq_a .article-main {
  position: relative;
}
.article-faq_a .article-main .titla-faq_a {
  margin-right: -1.5em;
  margin-left: -1.5em;
  margin-bottom: 1em;
  position: relative;
}
.article-faq_a .article-main:before {
  background: #B18907;
  content: "A";
}

@media print, screen and (min-width: 768px) {
  .article-faq_q, .titla-faq_a, .block-faq_list li {
    font-size: 1.6rem;
  }

  .titla-faq_q:before, .article-faq_a .article-main:before, .block-faq_list a:before {
    font-size: 2.0rem;
  }

  .article-faq_a .article-main {
    padding: 1.5em 1.5em 1.5em 5em;
  }
  .article-faq_a .article-main:before {
    top: 1em;
    left: 1em;
  }
  .article-faq_a .article-main .titla-faq_a {
    border-bottom: 1px solid #F3F3F3;
    padding: 0 .5em 1.5em 5em;
    margin: .25em -1.5em 1em -5em;
  }
}
@media only screen and (max-width: 767px) {
  .titla-faq_q:before, .article-faq_a .article-main:before, .block-faq_list a:before {
    font-size: 1.5rem;
  }

  .article-faq_a {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 .5em 1.5em;
  }
  .article-faq_a .article-main {
    padding: .75em .5em .75em 2.5em;
    position: relative;
  }
  .article-faq_a .article-main:before {
    top: .5em;
  }
  .article-faq_a .article-main .titla-faq_a {
    padding-left: 1.75em;
  }
}
.article-faq_a .youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-faq_a .youtube a {
  display: block;
  width: calc(50% - 16px);
  margin-top: 20px;
}

/* feature */
.feature-header .feature-header_title {
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .feature-header .feature-header_title {
    font-size: 2.5rem;
  }
  .feature-header .text {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .feature-header .feature-header_title {
    font-size: 1.5rem;
    margin-top: 1em;
  }
}
/* detail */
.en {
  font-family: Arial, Helvetica, "sans-serif";
}

.layout-ms {
  border-top: 1px solid #DDD;
}
@media only screen and (min-width: 768px) {
  .layout-ms {
    padding-top: 30px;
  }
}

.product-detail_btns .icon:before {
  background: url(/files/user/images/common/sprite_icon_common.png) no-repeat 0 0;
}
.product-detail_btns .btns-contact .btn {
  font-weight: bold;
  padding: .75em;
}
.product-detail_btns .btns-download .btns-download_lavel {
  padding: .5em 1em;
  font-weight: bold;
}
.product-detail_btns .btns-download .btn {
  padding: .5em .5em;
}

.btn .icon {
  display: block;
  position: relative;
}
.btn .icon:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}

.btns-download_lavel .icon:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}

.btn.btn-fill_blue {
  background: #FFF;
  color: #0195CF;
  border-radius: 4px;
  border: 1px solid #0195CF;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(82, 58, 0, 0.8);
  -moz-box-shadow: 0px 2px 0px 0px rgba(82, 58, 0, 0.8);
  box-shadow: 0px 2px 0px 0px rgba(82, 58, 0, 0.8);
}
.btn.gtmtarget_btn_download_spec {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background: #0195CF;
  color: #FFF;
  text-decoration: none;
}
.btn.disable {
  filter: grayscale(100%);
  pointer-events: none;
}

.box-line {
  border: 1px solid #CCC;
}

.box-line_double {
  border: 3px double #CCC;
}

.box-note {
  line-height: 1.5;
  padding: 1em;
}

.product-detail_head {
  -webkit-align-items: center;
  align-items: center;
}
.product-detail_head .item-main {
  width: 685px;
}
.product-detail_head .item-main .item-detail_title .name {
  line-height: 1;
}
.product-detail_head .item-main .item-detail_title .name .name-en {
  font-family: Arial, Helvetica, "sans-serif";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  .product-detail_head .item-main .item-detail_title .name .name-en {
    font-size: 4.2rem;
  }
}
.product-detail_head .item-main .item-detail_title .name .name-label {
  display: inline-block;
  line-height: 1.2;
}
.product-detail_head .item-main .item-detail_tag {
  margin-top: .5em;
}
.product-detail_head .item-main .item-detail_tag li {
  margin-bottom: .4em;
}
.product-detail_head .item-main .item-detail_tag .tag-type {
  display: block;
  text-align: center;
  width: auto;
  min-width: 6em;
  white-space: nowrap;
}
.product-detail_head .item-sub .item-detail_link {
  margin-top: 1.5em;
  text-align: center;
}
.product-detail_head .item-sub .item-detail_link .btn {
  background: #FFF;
}

.product-detail_anchor {
  border: 1px solid #000;
  border-radius: 4px;
}
.product-detail_anchor a {
  position: relative;
}
.product-detail_anchor a:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  height: .5em;
  width: .5em;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail_main .box-image {
  background-color: #FFF;
  text-align: center;
}
.product-detail_main .nav-product_anchor li {
  border-right-color: #DDD;
}

.nav-history_label {
  background: #000;
  color: #FFF;
}
.nav-history_label .fa-custom_b:before {
  content: "\f14a";
}

.nav-option_label {
  background: #006F9A;
  color: #FFF;
}
.nav-option_label .fa-custom_b:before {
  content: "\f013";
}

.nav-relation_label {
  background: #336D77;
  color: #FFF;
}
.nav-relation_label .fa-custom_b:before {
  content: "\f0c1";
}

.side-nav .side-nav_label .fa-custom_b:before {
  margin-right: .5em;
  vertical-align: middle;
}
.side-nav a {
  display: table;
  width: 100%;
}
.side-nav .item .thumb,
.side-nav .item .text {
  vertical-align: middle;
}
.side-nav .item .thumb {
  padding-right: 0;
}
.side-nav .item .thumb .frame {
  display: block;
  text-align: center;
}
.side-nav .item .thumb .frame img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-nav .item .text {
  padding-left: 20px;
}

.nav-option .item .thumb .frame {
  background: #FFF;
}

@media print, screen and (min-width: 768px) {
  .layout-ms_main {
    width: 765px;
  }

  .layout-ms_side {
    background: #FCFCFC;
    width: 300px;
  }

  .box-note {
    font-size: 1.2rem;
  }

  .box-line {
    margin: 1em 9px;
  }

  .box-line_double {
    margin-top: 3em;
  }

  .product-detail_btns {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
  }

  .product-detail_btns .btns-contact {
    font-size: 1.9rem;
  }

  .product-detail_btns .wrap-btns_contact ul {
    display: flex;
    justify-content: space-between;
  }
  .product-detail_btns .wrap-btns_contact ul::after {
    content: none;
  }

  .product-detail_btns .btns-contact .btn {
    width: 210px;
    padding: 10px 10px 10px 0;
    font-size: 90%;
  }

    .product-detail_btns .btns-contact .btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  .product-detail_btns .btns-contact.pdf-download {
    margin-bottom: 30px;
}
  .product-detail_btns .btns-contact.pdf-download .btn {
    width: auto;
    margin-right: 0;
  }
  .product-detail_btns .btns-download {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .product-detail_btns .btns-download .btns-download_lavel {
    font-size: 1.6rem;
	  padding: 5px 0 0 0;
	  text-align: center;
  }
  .product-detail_btns .btns-download .btn {
	  line-height: 1.2;
	  text-align: center;
    margin-left: 5px;
    width: 130px;
	  padding: 10px;
  }

  .product-detail_btns .btns-download .btn:hover {
    text-decoration: none;
  }
    .product-detail_btns .btns-download .btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #0195CF;
    border-right: 2px solid #0195CF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

	.product-detail_btns .btns-download .btn .icon {
		position: relative;
		padding-left: 30px;
		white-space: nowrap;
		height: 2.4em;
	}
	.product-detail_btns .btns-download .btn .icon:before {
		position: absolute;
		left: 0;
	}

  .btns-contact .icon:before {
    height: 28px;
    width: 28px;
    background-size: 55px auto;
    margin-right: 5px;
  }

  .icon.icon-catalog:before {
    background-position: 0 0;
  }
  .icon.icon-contact:before {
    background-position: 0 -55px;
  }
  .icon.icon-download:before {
    height: 16px;
    width: 18px;
    background-position: 0 -250px;
    background-size: 49px auto;
    display: block;
    margin: 0 auto;
  }
  .icon.icon-quotation::before {
    background-position: 0 -385px;
  }

  .btns-download .btn .icon:before {
    height: 32px;
    width: 25px;
    background-size: 70px auto;
  }

  .icon.icon-document1:before {
    background-position: 0 -140px;
  }
  .icon.icon-document2:before {
    background-position: 0 -210px;
  }
  .icon.icon-document3:before {
    background-position: 0 -280px;
  }
	.icon.icon-document4 {
		line-height: 2.4;
	}
	.icon.icon-document4:before {
		background-position: 0 -420px;
		width: 29px !important;
	}

  .product-detail_btns .wrap-btns_download {
    width: 640px;
  }
  .product-detail_btns .wrap-btns_contact {
    width: 430px;
  }

  .product-detail_head .item-main .item-overflow_left {
    padding: 20px 10px 20px 30px;
  }
  .product-detail_head .item-main .item-detail_title {
    width: 360px;
  }
  .product-detail_head .item-main .item-detail_thumb {
    text-align: center;
  }
  .product-detail_head .item-main .item-detail_title .name .name-label {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
  .product-detail_head .item-main .item-detail_title .category {
    font-size: 2.4rem;
  }
  .product-detail_head .item-main .item-detail_desc {
    clear: left;
    float: left;
    font-size: 1.6rem;
    line-height: 1.6;
    /*margin-top: 1.5em;*/
    padding-left: 0;
    width: 360px;
  }
  .product-detail_head .item-sub {
    width: 405px;
  }

  .product-detail_anchor {
    display: table;
    width: 100%;
  }
  .product-detail_anchor .label {
    border-right: 1px solid #000;
    display: table-cell;
    font-size: 1.7rem;
    font-weight: bold;
    padding: .5em 1em;
    text-align: center;
    width: 5em;
  }
  .product-detail_anchor ul {
    display: table-cell;
    padding: .5em 1em;
  }
  .product-detail_anchor ul li {
    margin-left: 1em;
  }
  .product-detail_anchor ul li a {
    display: inline-block;
    padding-right: 1.25em;
  }
  .product-detail_anchor ul li a:after {
    right: 0;
    top: 50%;
    margin-top: -.5em;
  }

  .product-detail_main .style-data th {
    width: 24em;
    text-align: center !important;
  }
  .product-detail_main .style-data td {
    padding-left: 4em;
  }

  .product-detail_main .box-image {
    padding: 30px;
  }

  .side-nav {
    background: #FAFAFA;
  }

  .side-nav_label {
    font-size: 1.5rem;
    padding: .5em;
    text-align: center;
  }
  .side-nav_label .fa-custom_b:before {
    font-size: 2.4rem;
  }

  .side-nav .item {
    padding: 20px;
  }
  .side-nav .item + .item {
    border-top: 1px solid #EEE;
  }
  .side-nav .item .thumb {
    width: 100px;
  }
  .side-nav .item .thumb .frame {
    height: 100px;
  }
  .side-nav .item .name {
    font-size: 1.6rem;
    text-decoration: underline;
  }
  .side-nav .item .desc {
    line-height: 1.6;
    margin-top: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .box-note {
    font-size: 1.1rem;
  }

  .box-line {
    margin: .5em .5em 1em;
  }

  .box-line_double {
    margin-top: 2em;
  }

  .btn .icon:before {
    display: block;
    margin: 0 auto;
  }

  .product-detail_btns {
    padding: 0 15px 16px;
  }
  .product-detail_btns .btn {
    display: block;
  }
  .product-detail_btns .btns-contact, .product-detail_btns .btns-download .btns-download_lavel {
    font-size: 1.4rem;
  }
  .product-detail_btns .btns-contact {
    margin: 0 -7px 7px;
  }
  .product-detail_btns .btns-contact li {
    padding: 7px;
    width: 50%;
  }
  .product-detail_btns .btns-download .btns-download_lavel {
    text-align: center;
  }
  .product-detail_btns .btns-download li {
    padding: 3px;
    width: 50%;
  }
  .product-detail_btns .icon:before {
    background-size: 50px auto;
  }

  .btns-contact .icon:before {
    height: 25px;
    width: 25px;
  }

  .icon.icon-catalog:before {
    background-position: 0 0;
  }
  .icon.icon-contact:before {
    background-position: 0 -50px;
  }
  .icon.icon-download:before {
    height: 15px;
    width: 17px;
    background-position: 0 -255px;
  }
  .icon.icon-quotation::before {
    background-position: 0 -350px;
  }

	.product-detail_btns .btns-download .btn {
		font-size: 1.2rem;
		padding: 9px 15px;
	}
	.btns-download .btn .icon {
		white-space: nowrap;
	}
  .btns-download .btn .icon:before {
    height: 22px;
    width: 18px;
	  display: inline-block;
	  margin-right: 1em;
	  vertical-align: middle;
  }

  .icon.icon-document1:before {
    background-position: 0 -100px;
  }
  .icon.icon-document2:before {
    background-position: 0 -150px;
  }
  .icon.icon-document3:before {
    background-position: 0 -200px;
  }
	.icon.icon-document4 { padding-right: .5em; }
  .icon.icon-document4:before {
    background-position: 0 -300px;
	  width: 20px !important;
	  margin-right: 1.5em !important;
  }
  .product-detail_head .item-main {
    background: #FFF;
    padding-top: 20px;
  }
  .product-detail_head .item-main .item-detail_title .name {
    font-size: 2.5rem;
  }
  .product-detail_head .item-main .item-detail_title .name .name-label {
    font-size: 1.3rem;
  }
  .product-detail_head .item-main .item-detail_title .category {
    font-size: 1.4rem;
  }
  .product-detail_head .item-main .item-detail_desc {
    font-size: 1.2rem;
    margin: 1em 2em 25px;
  }
  .product-detail_head .item-main .item-detail_tag {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .product-detail_head .item-main .item-detail_tag li {
    width: 48%;
  }
  .product-detail_head .item-main .item-detail_tag .tag-type {
    font-size: 1.0rem;
    padding: .5em 0;
    width: 100%;
  }
  .product-detail_head .item-sub {
    padding-top: 20px;
  }
  .product-detail_head .item-sub th {
    width: 10em;
    font-size: 1.1rem;
  }
  .product-detail_head .item-sub td {
    font-size: 1.1rem;
  }

  .product-detail_anchor {
    font-size: 1.0rem;
    padding: .5em 0 1em;
  }
  .product-detail_anchor .label {
    display: none;
  }
  .product-detail_anchor ul {
    display: -webkit- flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-detail_anchor ul li {
    width: 33.33%;
  }
  .product-detail_anchor ul li a {
    display: block;
    line-height: 1.2;
    min-height: 3em;
    height: 100%;
    padding: .5em 1em;
    text-align: center;
  }
  .product-detail_anchor ul li a:after {
    margin-right: -.5em;
    right: 50%;
    bottom: -.25em;
  }

  .product-detail_main .style-data th, .product-detail_main .style-data td {
    font-size: 1.1rem;
  }

  table + .note {
    font-size: 1.1rem;
  }

  .product-detail_main .style-data th {
    white-space: normal;
    width: 10em;
  }
  .product-detail_main .box-image {
    padding: 15px;
  }

  .side-nav {
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .side-nav_label {
    margin: 0 -15px;
    padding: .5em 1em;
    position: relative;
  }
  .side-nav_label .fa-custom_b:before {
    font-size: 1.7rem;
  }

  .side-nav .item {
    border-bottom: 1px dotted #CCC;
    padding: 15px 0;
  }
  .side-nav .item .thumb {
    width: 60px;
  }
  .side-nav .item .thumb .frame {
    height: 60px;
  }
  .side-nav .item .name {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .side-nav .item .desc {
    line-height: 1.5;
    margin-top: .25em;
  }
}


.product-detail_btns .btns-download ul.dlbtn {
  margin: 0 -5px;
  display: flex;
  width: 100%;
}
.product-detail_btns .btns-download ul.dlbtn a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .product-detail_btns .btns-download ul.dlbtn li {
    margin: 0 5px;
  }
  .product-detail_btns .btns-download ul.horizontal::after {
    content: none;
  }
  .product-detail_btns .btns-download ul.dlbtn .btn {
    width: 106px;
    padding: 5px;
    margin: 0;
  }
  .product-detail_btns .btns-download ul.dlbtn .btn::after {
    right: 10px;
  }
  .product-detail_btns .btns-download ul.dlbtn .btn .icon {
    padding-left: 20px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-detail_btns .btns-download ul.dlbtn .btn .icon::before {
    top: 2px;
    background-size: 60px auto;
  }
  ul.dlbtn .icon.icon-document4 {
    line-height: inherit;
  }
  ul.dlbtn .icon.icon-document4::before {
    background-position: 0 -360px;
  }
  ul.dlbtn .icon.icon-document1::before {
    background-position: 0 -120px;
  }
  ul.dlbtn .icon.icon-document2::before {
    background-position: 0 -180px;
  }
  ul.dlbtn .icon.icon-document3::before {
    background-position: 0 -240px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail_btns .btns-download ul.dlbtn {
    flex-wrap: wrap;
  }
  .product-detail_btns .btns-download ul.dlbtn li {
    margin: 0;
  }
  .article-main_option .product-detail_btns {
    padding: 15px 0 0;
  }
}

/* chatwindow */
#chat-area {
  bottom: 0;
  position: fixed;
  z-index: 1000000;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  max-width: 400px;
}
#chat-area iframe {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #chat-area {
    left: 20px;
    height: 70px;
    width: 400px;
  }
  #chat-area iframe {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #chat-area {
    right: 2%;
    width: 96%;
    height: 40px;
  }
  #chat-area iframe {
    height: 40px;
  }
	.chat-active,
	.chat-active body {
		-webkit-overflow-scrolling: touch !important;
		overflow: auto;
		height: 100%;
	}
	.chat-active body {
        overflow-x: hidden;
		position: relative;
        min-height: 100%;
	}
}
/* ----------------------------------------
 * category : Technical Information
---------------------------------------- */
.box-article_wrap {
  position: relative;
}

.box-article {
  border-radius: 4px;
  margin: 5px;
  padding: 0;
}

.box-article .box-article_title,
.box-article .box-article_text,
.box-article .box-article_list {
  text-align: left;
}

.box-article .box-article_thumb {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.box-article .box-article_title {
  font-weight: bold;
  border-bottom: 1px solid #DDD;
}

.box-text {
  padding-bottom: 1.5em;
}

.box-article_link {
  text-align: left;
}

.box-common_title {
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
}

.box-common_title:before {
  border-top: 2px solid #0195CF;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  width: 27px;
}
.title + .block-technical {
	margin-top: 2em;
}

@media print, screen and (min-width: 768px) {
  hr.separator {
    border-top: 1px solid #DDD;
    visibility: visible;
  }

  .box-article_wrap {
    margin: -10px -5px;
  }

  .box-article_wrap > .span {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
    padding: 10px 5px;
  }
  .box-article_wrap .box-article { -webkit-flex-grow: 1; flex-grow: 1; min-height: 0%; }
  .box-article .box-article_title,
  .box-article .box-article_text,
  .box-article .box-article_list li {
    padding: 10px 20px;
  }

  .box-article .box-article_list li + li {
    border-top: 1px dotted #DDD;
  }

  .box-article .box-article_title {
    font-size: 1.6rem;
  }

  .box-article .box-text p {
    line-height: 2;
  }

  .box-article_link {
    padding: 0 1em 1em;
  }

  .box-article_link li {
    display: inline-block;
    min-width: 49%;
  }

  .box-common_title {
    font-size: 1.6rem;
  }
  .banner-wrap_technical {
    margin-top: 40px;
  }
  .banner-wrap_technical p {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box-article_wrap > .span {
    margin-bottom: 15px;
  }

  .box-article .box-article_title {
    font-size: 1.4rem;
    padding: 10px 20px;
  }

  .box-article .box-article_list li:last-child {
    border-bottom: none;
  }

  .box-article .box-article_title,
  .box-article .box-article_text,
  .box-article .box-article_list li {
    padding: 10px 13px;
  }

  .box-article .box-text p {
    line-height: 1.5;
  }

  .box-article .box-article_link {
    border-top: 1px solid #F3F3F3;
    padding: .5em 0;
  }

  .box-article .box-article_link li {
    border: none;
    margin: 0 1em;
    padding: 0;
  }

  .icon-pos_left a {
    padding-left: 20px;
    padding-right: 0;
  }

  .icon-pos_left a:before {
    right: auto;
    left: 0;
  }

  .box-common_title {
    font-size: 1.4rem;
  }
  .banner-wrap_technical p {
    margin: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .block-link {
    overflow: hidden;
  }

  .list-separator {
    margin-left: -3em;
    position: relative;
  }

  .list-separator li {
    border-right: 1px solid #DDD;
    margin-bottom: 1em;
    margin-left: 3em;
    padding-right: 3em;
  }

  .block + .block {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .list-separator li {
    display: block;
  }

  .block + .block {
    margin-top: 15px;
  }

  .block-link .title.lv2 {
    margin-bottom: 0;
  }
}

.article-header {
  background: #F3F3F3;
  margin-bottom: 2em;
  padding: 10px 0;
}

.article-header .title {
  border-left: 5px solid #0195CF;
  padding-left: 1em;
}

.article-main .title {
  margin: 2.5em 0 1em;
}

.article-main .title.line-b {
  border-bottom: 1px solid #DDD;
}

.article-main .catch {
  color: #004966;
  font-weight: bold;
  margin-bottom: 1em;
}

.article-main ol li {
  line-height: 1.5;
  margin-bottom: 1em;
}

.article-main a {
  text-decoration: underline;
}

.wrap-cell {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wrap-cell .cell {
  display: table-cell;
}

.article-navigation {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2em 0;
}

.article-navigation .wrap-cell .cell {
  padding: 1.5em 1em;
  vertical-align: top;
  width: 50%;
}

.article-navigation .wrap-cell .article-navigation_next {
  border-left: 1px solid #000;
}

.article-navigation .article-navigation_prev .icon.icon-arrow {
  padding-left: 2em;
}

.article-navigation .article-navigation_next .icon.icon-arrow {
  padding-right: 2em;
  text-align: left;
}

.article-back {
  margin: 1em 0;
  text-align: center;
}

.nav-article {
  border: 5px solid #F3F3F3;
  margin-bottom: 2em;
}

.nav-article_label {
  background: #000;
  color: #FFF;
  line-height: 1.5;
  padding: .75em .75em;
}

.nav-article_list li {
  padding-left: 1em;
}

.nav-article_list li:last-child {
  border: none;
}

.nav-article_list .current {
  background: #F3F3F3;
}

.nav-article_list .current a {
  color: #0195CF;
}

.article-meta_category {
  margin-top: -1em;
  position: relative;
}

.article-meta_category a.tag-type {
  border-radius: 4px;
  display: inline-block;
}

.article-meta_category li + li {
  margin-left: .25em;
}

.article-main ul,
.article-main ol {
  margin-bottom: 2em;
  margin-left: 1.3em;
  padding: 0;
}

.article-main .title.inline {
  display: inline-block;
}

.article-main .title.lv6 {
  font-size: 107.1%;
  font-weight: bold;
}

.article-main .title.lv6.line-b {
  border-bottom-color: #000;
}

.article-main .box-column ul {
  margin-bottom: 1em;
}

.article-main .tag-type {
  display: inline-block;
  padding: .25em 1em;
  text-align: center;
  width: 12em;
}

.article-main .title.inline + p {
  margin-top: 0;
}

.nav-common_anchor {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.nav-common_anchor li a {
  display: block;
  line-height: 1.4;
  position: relative;
  text-align: left;
}

.nav-common_anchor li a:after {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .article-header .title {
    font-size: 2.2rem;
  }

  .article-main .catch {
    font-size: 1.8rem;
  }
  .article-main .catch.fs-large {
    font-size: 2.1rem;
  }

  .article-main .row,
  .p-product-article .row {
    margin: 0 -15px;
    position: relative;
  }

  .article-main .row > div,
  .p-product-article .row > div {
    padding: 0 15px;
  }

  .nav-article_label {
    font-size: 1.8rem;
  }

  .nav-article_list li {
    border-bottom: 1px dotted #DDD;
  }

  .nav-article_list a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .nav-article_list a:before {
    height: 5px;
    width: 5px;
    margin-top: -3px;
  }

  .article-meta_category a.tag-type {
    font-size: 1.2rem;
    padding: .25em 1.5em;
  }

  .article-main .box-column {
    padding: 1.5em 2em 1em;
  }

  .article-main .box-column_title {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .article-main .box-column_title:before {
    left: -30px;
    width: 50px;
  }

  .nav-common_anchor.nav-product_anchor.col-3 {
    border-bottom: 0;
  }
  .nav-common_anchor li {
    border-right-color: #ddd;
    width: 25%;
    flex-basis: 1;
  }
  .nav-common_anchor.col-auto {
    justify-content: flex-start;
  }
  .nav-common_anchor.col-auto li {
    width: auto;
  }
  .nav-common_anchor.col-5 li {
    width: 20%;
  }
  .nav-common_anchor.col-3 li {
    border-bottom: 1px solid #ddd;
    width: 33.3%;
  }
  .nav-common_anchor.col-2 li {
    width: 50%;
  }
  .nav-common_anchor.col-3 li:nth-child(3n) {
    border-right: 0;
  }
  .nav-common_anchor.col-auto li:nth-child(4n){
    border-right: 1px solid #ddd;
  }
  .nav-common_anchor.col-4 li:nth-child(4n),
  .nav-common_anchor li:last-child {
    border-right: none;
  }
  .nav-common_anchor li:nth-child(4n) {
    border-right: 1px solid #ddd;
  }

  .nav-common_anchor:not(.col-3) li:nth-child(n+5) {
    border-top: 1px solid #ddd;
  }
  .nav-common_anchor.col-auto li:nth-child(n+5),
  .nav-common_anchor.col-auto li:nth-child(5),
  .nav-common_anchor.col-5 li:nth-child(5) {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-header .title {
    font-size: 1.6rem;
  }

  .article-main .title.line-b {
    padding-bottom: .5em;
  }

  .article-main p {
    line-height: 1.5;
  }

  .article-main .catch {
    font-size: 1.4rem;
    line-height: 1.4;
  }
	.article-main .catch.fs-large{
		font-size: 1.6rem;
	}
  .article-main .row {
    margin: 0 -5px;
    position: relative;
  }

  .article-main .row > div {
    padding: 0 5px;
  }

  .article-main .span-s-12 + * {
    margin-top: 1em;
  }

  .nav-article {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-article_label {
    font-size: 1.5rem;
  }

  .nav-article li a {
    padding-right: 1em;
  }

  .article-meta_category a.tag-type {
    font-size: 1.0rem;
    padding: 1em 1.5em;
    text-decoration: underline;
  }

  .nav-common_anchor li {
    width: 50%;
  }

  .nav-common_anchor li:nth-child(-n+2) {
    border-top: 1px solid #DDD;
  }

  .nav-common_anchor li:nth-child(3) {
    border-top: none;
  }

  .nav-common_anchor li a {
    padding: 1em 1.5em 1em .5em;
  }

  .nav-common_anchor li a:after {
    top: .75em;
    right: 10px;
  }

  .nav-common_anchor.vertical li {
    width: 100%;
  }

  .nav-common_anchor.vertical li:nth-child(2) {
    border-top: none;
  }
  .nav-common_anchor .null { display: none; }
}
@media print, screen and (min-width: 768px) {
  .span-separator_dot:nth-child(2n) {
    border-left: 1px dotted #CCC;
  }

  .span-separator_dot:nth-child(n+3) {
    border-top: 1px dotted #CCC;
  }
}
/* ----------------------------------------
 *  選ばれる理由
---------------------------------------- */
.page-reason {
  background: url(/files/user/images/reason/bg_page_t.png) no-repeat 50% 0;
  background-size: 100%;
}

.page-reason .contents-head {
  position: relative;
  text-align: center;
}

.page-reason .contents-head_link {
  position: absolute;
  top: 40px;
  right: 64px;
}

.page-reason_anchor li {
  position: relative;
}

.page-reason_anchor li + li {
  margin-left: 1px;
}

.page-reason_anchor a {
  color: #FFF;
  position: absolute;
  text-align: center;
}

.page-reason_anchor a span {
  display: block;
}

.block-reason_wrap {
  position: relative;
}

.block-reason_wrap:nth-child(odd) {
  background: #F7F7F7;
}

.block-reason_wrap:first-child {
  background: white;
  background: -moz-linear-gradient(top, white 40%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, white 40%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 40%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

.page-reason .contents-head:after,
.block-reason_wrap:not(:last-child):after {
  content: "";
  border-top: 0 solid #FFF;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
}


.block-reason_wrap:nth-child(odd):after {
  border-top-color: #F7F7F7;
}
.block-reason_wrap:nth-child(even):after {
  border-top-color: #f7fafb;
}

.block-reason {
  position: relative;
}

.block-reason_mark {
  margin-top: 0 !important;
  position: absolute;
  z-index: 5;
}

.block-reason_catch {
  color: #0195CF;
  font-weight: bold;
}

.block-reason_title {
  font-weight: 500;
  line-height: 2;
}

.block-reason_desc {
  line-height: 2;
}

.block-reason_02 .table-support table {
  width: 100%;
}

.block-reason_02 .table-support th,
.block-reason_02 .table-support td {
  padding: .5em .75em;
}

.block-reason_02 .table-support th {
  background: #73BCDF;
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;
}

.block-reason_02 .table-support td {
  background: #EFF2F4;
}

#reason05 {
  background: #F7F7F7 url(/files/user/images/reason/bg_page_b.png) no-repeat 50% 100%;
  background-size: 100%;
}

.reason-05_support .catch {
  color: #999;
}

.reason-05_support .title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 1em;
}

.reason-05_support > div {
  text-align: center;
}

.reason-05_support li {
  text-align: left;
}

.reason-05_auto li {
  margin-top: 1em;
}

.reason-05_auto li div {
  background: #73BCDF;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
}

.reason-05_auto li div .fw-b {
  line-height: 1.4;
}

.reason-05_auto .desc {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5em;
}

.reason-05_web .vertical > li {
  border-left: 5px solid #73BCDF;
  line-height: 1.46;
  margin-top: 1em;
  padding: .25em 0 .25em .75em;
}

.reason-05_web .inline li {
  background: #ADBCCA;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  margin-top: 1em;
  padding: .5em;
}

@media print, screen and (min-width: 768px) {
  .page-reason .contents-head {
    padding-top: 119px;
  }

  .page-reason .contents-head .title {
    margin-bottom: 49px;
    font-weight: bold;
    font-size: 4.6rem;
  }

  .page-reason .contents-head p {
    line-height: 2;
  }

  .page-reason_anchor {
    margin-top: 59px;
  }

  .page-reason_anchor li {
    position: relative;
  }

  .page-reason_anchor a {
    display: block;
    height: 199px;
    padding: 1.5em 1em;
    width: 100%;
  }

  .page-reason_anchor a:after {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .page-reason_anchor a .num {
    font-size: 3.8rem;
    font-weight: bold;
  }

  .page-reason_anchor a .label {
    font-size: 2.6rem;
    line-height: 1.36;
    margin-top: .5em;
  }

  .block-reason_wrap .layout-inner {
    padding-top: 140px;
  }

  .block-reason_wrap:not(:last-child):after {
    margin-left: -700px;
    border-top-width: 50px;
    border-right-width: 700px;
    border-bottom-width: 50px;
    border-left-width: 700px;
  }

  .block-reason {
    width: 980px;
    margin: 0 auto;
  }

  .block-reason_catch {
    font-size: 1.8rem;
  }

  .block-reason_title {
    font-size: 4.6rem;
  }

  .block-reason_mark {
    top: -30px;
    left: -30px;
  }

  .block-reason_01 .reason-01_response {
    float: right;
    margin-top: 2em;
    width: 648px;
    z-index: 10;
    position: relative;
  }

  .block-reason_02 .table-support {
    position: relative;
    z-index: +1;
    margin-top: 1.5em;
    padding: .9em;
    width: 670px;
  }

  .block-reason_02 .table-support th {
    text-align: left;
  }

  .block-reason_02 .block-reason_mark,
  .block-reason_04 .block-reason_mark {
    left: auto;
    right: -30px;
  }

  .block-reason_02 .block-reason_image,
  .block-reason_04 .block-reason_image {
    position: relative;
    text-align: right;
  }

  .block-reason_03 .block-reason_mark {
    left: 30px;
  }

  .block-reason_03 .block-reason_image {
    margin-bottom: 2em;
  }

  .block-reason_04 .reason-04_service {
    position: relative;
    z-index: +1;
    width: 592px;
  }

  .block-reason_05 {
    padding-bottom: 120px;
  }

  .reason-05_support {
    margin-top: 1em;
  }

  .reason-05_support > div {
    padding: 30px;
  }
/*
  .reason-05_auto li {
    float: left;
    width: 50%;
  }

  .reason-05_auto li:nth-child(odd) {
    padding-right: 10px;
  }

  .reason-05_auto li:nth-child(even) {
    padding-left: 10px;
  }
*/
  .reason-05_web .vertical > li {
    font-size: 1.5rem;
  }
	.reason-05_web .vertical > li .icon { padding: 0 .5em 0 .25em; }
	.reason-05_web .vertical > li .icon:before {
		background: url(/files/user/images/common/sprite_icon_common.png) no-repeat 0 0;
		background-size: 270% auto;
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 14px;
		width: 21px;
		height: 26px;
	}
	.reason-05_web .vertical > li .icon.icon-document1:before { background-position: 0 -113px; }
	.reason-05_web .vertical > li .icon.icon-document2:before { background-position: 0 -170px; }
	.reason-05_web .vertical > li .icon.icon-document3:before { background-position: 0 -227px; }

  .btn-to_about {
    margin-top: 6.5em;
    text-align: center;
  }

  .btn-to_about .btn {
    font-size: 2rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .shadow {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .page-reason .contents-head {
    padding-top: 79px;
  }

  .page-reason .contents-head .title {
    font-size: 2.5rem;
  }

  .page-reason .contents-head .title img {
    width: 180px;
  }

  .page-reason .contents-head p {
    font-size: 1.1rem;
    line-height: 1.77;
    margin: 1em 0;
  }

  .page-reason .contents-head_link {
    height: 71px;
    width: 71px;
    right: 0;
    top: 10px;
  }

  .page-reason_anchor {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1em;
  }

  .page-reason_anchor li {
    padding: 5px;
    width: 96px;
  }

  .page-reason_anchor a {
    display: block;
    height: 86px;
    padding: .5em 0;
    width: 86px;
  }

  .page-reason_anchor a .num {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .page-reason_anchor a .label {
    font-size: 1.4rem;
    line-height: 1.36;
    margin-top: .5em;
  }

  .block-reason_text {
    padding-top: 2em;
    position: relative;
  }

  .block-reason_mark {
    height: 47px;
    width: 47px;
    left: 50%;
    top: -35px;
    margin-left: -23px;
  }

  .block-reason_catch {
    text-align: center;
  }

  .block-reason_title {
    font-size: 2.5rem;
    text-align: center;
  }

  .block-reason_image {
    margin: 0 -15px;
    position: relative;
  }

  .page-reason .contents-head:after,
  .block-reason_wrap:not(:last-child):after {
    margin-left: -320px;
    border-top-width: 34px;
    border-right-width: 320px;
    border-bottom-width: 34px;
    border-left-width: 320px;
  }

  .block-reason_02 .table-support {
    margin-top: 1em;
  }

  .block-reason_02 .table-support table,
  .block-reason_02 .table-support tr,
  .block-reason_02 .table-support th,
  .block-reason_02 .table-support td {
    display: block;
  }

  .block-reason_02 .row,
  .block-reason_03 .row,
  .block-reason_04 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block-reason_05 {
    padding-bottom: 6em;
  }

  .reason-05_support {
    margin-top: 1em;
  }

  .reason-05_auto li div {
    margin-bottom: .5em;
    padding: .5em;
  }

  .reason-05_auto li p {
    display: inline;
  }

  .reason-05_support > div {
    background: #FFF;
    margin-top: 1em;
    padding: 1em;
  }

  .btn-to_about .btn {
    margin-top: 2em;
  }

  .reason-05_support .catch {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .reason-05_support .title {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .reason-05_web {
    margin-top: 1em;
  }

  .reason-05_web .vertical > li {
    font-size: 1.5rem;
  }
}
/* ----------------------------------------
 *  サイトでできること
---------------------------------------- */
.page-about .page-head {
  padding-bottom: 0;
}

.page-about .page-head .icon.icon-guide {
  background: url(/files/user/images/common/icon_guide_wh.png) no-repeat 0 0 / contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 34px;
  vertical-align: -.2em;
  margin-right: 10px;
}

.page-about_lead {
  margin-bottom: 3em;
}

.box-guide {
  text-align: center;
}

.box-guide_tag .tag {
  background: #000;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  line-height: 2em;
  width: 6em;
}

.box-guide_tag .tag.tag-limited {
  background: #D32F2F;
}

.box-guide_title {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.box-guide_title .title {
  border-bottom: 2px solid #0195CF;
  font-weight: bold;
  line-height: 1.44;
}

.box-guide .desc {
  text-align: left;
}
.box-guide .desc span {
  font-size: 85%;
}

.box-guide .inline + .desc {
  margin-top: 1em;
}

.box-guide .inline,
.box-guide .list-thumb {
  margin: 1em 0;
}

.box-guide .list-thumb {
  justify-content: center;
}

.box-guide .list-thumb .thumb {
  display: block;
}

.box-guide .list-thumb .thumb img {
  display: block;
}

.box-guide dl {
  margin-top: 1em;
}

.box-guide dt {
  font-weight: bold;
}

.box-guide .name {
  font-weight: bold;
  margin-top: 1em;
}

.box-guide_btn .btn {
  min-width: 15em;
}

.box-guide_02 .list-thumb li {
  width: 35%;
  padding: 0 5px;
}

.box-guide_04 .inline li {
  margin: 5px 1px 0;
  width: 45%;
}

.box-guide_04 .inline .btn {
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
}

.box-guide_05 .box-guide_btn .btn {
  font-weight: bold;
}

.box-guide_06 .list-thumb {
  margin: 2em 0;
}

.box-guide_07 .list-thumb li {
  margin: 0 1%;
  width: 45%;
}

.box-guide_07 .caption {
  background: #DCE4ED;
  font-weight: bold;
  line-height: 1.2;
  margin-top: .75em;
  padding: .5em;
}

.box-guide_07 li .desc {
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .box-guide_wrap .span-separator_dot:nth-child(1),
  .box-guide_wrap .span-separator_dot:nth-child(4),
  .box-guide_wrap .span-separator_dot:nth-child(5) {
    background: #F3F3F3;
  }

  .page-about_lead {
    text-align: center;
  }

  .box-guide {
    padding: 2.4em 2.4em 6em;
  }

  .box-guide dt {
    font-size: 1.6rem;
  }

  .box-guide_title .title {
    display: inline-block;
    font-size: 2.4rem;
  }

	.box-guide_05 .box-guide_btn {
		margin-top: 40px;
	}
  .box-guide_05 .box-guide_btn .btn {
    font-size: 2.2rem;
    padding: .5em 3em;
  }

  .box-guide_05 .box-guide_btn .btn span {
    font-size: 1.7rem;
  }

  .box-guide_06 .list-thumb li {
    margin: 0 10px;
  }

  .box-guide_07 .caption {
    font-size: 1.6rem;
  }

  .list-thumb li {
    padding: 0 5px;
  }

  .box-guide_btn .btn {
    width: 50%;
  }
  .box-guide .btn.btn-line {
    padding: 10px 1.5em;
  }
  .box-guide_wrap .span-separator_dot {
    position: relative;
  }
  .box-guide_wrap .box-guide_btn {
    position: absolute;
    bottom: 2.4em;
    width: 490px;
  }
  .box-guide_wrap .list-thumb {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 767px) {
  .page-about .page-head .icon.icon-guide {
    width: 16px;
    height: 23px;
    margin-right: 5px;
  }

  .box-guide_wrap {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }

  .box-guide_wrap .span-separator_dot:nth-child(odd) {
    background: #F3F3F3;
  }

  .box-guide {
    padding: 25px 15px;
  }

  .box-guide_tag .tag {
    font-size: 1.1rem;
  }

  .box-guide_btn .btn {
    padding-right: 1.5em;
    padding-left: 1em;
    width: 95%;
  }

  .box-guide_title .title {
    display: inline;
    font-size: 1.8rem;
  }

  .box-guide .name {
    font-size: .9rem;
  }

  .box-guide dd {
    font-size: 1.2rem;
  }

  .list-thumb li {
    padding: 0 5px;
  }

  .box-guide_01 .list-thumb .thumb {
    padding: 2px;
  }

  .box-guide_01 .list-thumb .thumb img {
    height: 72px;
    width: auto;
  }

  .box-guide_05 .box-guide_btn .btn {
    font-size: 1.8rem;
    padding: .5em 1em;
  }

  .box-guide_05 .box-guide_btn .btn span {
    font-size: 1.3rem;
  }

  .box-guide_06 .list-thumb .thumb img {
    height: 66px;
    width: auto;
  }

  .box-guide_04 .inline li {
    margin: 5px 1px;
    width: 48%;
  }

  .box-guide_07 li .desc {
    font-size: 1.2rem;
  }

  .box-guide_07 .caption {
    word-break: keep-all;
  }

  .box-guide .btn.btn-line {
    padding: 1em;
  }


}
/* ----------------------------------------
 *  サポート・お問い合わせ
---------------------------------------- */
.fc-blue {
  color: #004966;
}
.fc-red {
  color: #D32F2F;
}

.w60 {
  width: 60%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.page-inquiry .title.lv2-center {
  font-size: 2.0rem;
}
.page-inquiry .title.title-line_bottom:before {
  margin-left: -22px;
  width: 44px;
}

@media only screen and (max-width: 767px) {
  .page-inquiry .title.lv2-center {
    margin-bottom: 1em;
  }
}
.inquiry-index {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}


.inquiry-index_contactBox,
a.inquiry-index_contactBox {
  display: block;
  position: relative;
  border: 2px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 2em 2em calc(2em + 60px);
  height: 100%;
  background: #FFF;
  color: #333;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .inquiry-index_contactBox:hover {
    text-decoration: none;
  }
}
.inquiry-index .box-shadow,
.inquiry-index_contactBox dl{
  margin-top: 1em;
}
.inquiry-index .box-shadow dt,
.inquiry-index_contactBox dt {
  font-weight: bold;
}
.inquiry-index .title.with-icon {
  position: relative;
}
.inquiry-index .title.with-icon .icon {
  display: block;
  margin-bottom: .75em;
}
.inquiry-index .btn.btn-fill {
  font-weight: bold;
}
.inquiry-index .inquiry-index_outline {
  padding: 0;
}
.inquiry-index .inquiry-index_outline .unit-contact {
  color: #0195CF;
  padding: 0;
}
.inquiry-index .inquiry-index_outline .m-common_contact__title {
  border-bottom: none;
}

/*202203renewal*/
.inquiry-index .layer-bg:nth-child(2n) {
  background: inherit;
}
@media print, screen and (min-width: 768px) {
  .inquiry-index_contact {
    margin: 40px 0;
  }
  .inquiry-index_contact .row.gutter.px .span-6 {
    width: calc( 100%/2 - 80px*1/2 - 0.01px );
  }
}
.inquiry-index h3 span {
  font-size: 1.6rem;
}
.inquiry-index .fa-solid {
  margin-right: 10px;
}
.inquiry-index .fa-regular {
  font-weight: 900;
}
.fa-phone:before, .fa-fax:before, .fa-envelope:before {
  margin-right: 5px;
}
.inquiry-index ul {
  margin: 0 0 .5em;
  padding: 0;
}
.inquiry-index ul li {
  position: relative;
  line-height: 1.5;
  padding: 0.3em 0 0.3em 1.4em;
  list-style-type: none!important;
  font-size: 1.5rem;
  font-weight: 900;
}
.inquiry-index ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  position: absolute;
  left : 0;
  color: #0195CF;
}
.inquiry-index .tel, .inquiry-index .fax, .inquiry-index .mail {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  vertical-align: text-bottom;
}
.inquiry-index .tel, .inquiry-index .fax {
  font-weight: bold;
}
.inquiry-index .tel, .inquiry-index .mail {
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .inquiry-index .fax {
    color: #333;
  }
  .inquiry-index .fax a {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
  .inquiry-index .mail {
    font-size: 1.6rem;
  }
}
.inquiry-index .note {
  margin: 0 0 0 1em;
  font-size: 1.2rem
}
.inquiry-index .contact .block {
  color: #666;
  width: 100%;
}
.inquiry-index h2 {
  font-size: 2.4rem
}
.inquiry-index h3 {
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
  padding-bottom: .25em;
}
.inquiry-index h4 {
  border-bottom: 1px solid #333;
  margin: .5em 0 1em;
  padding: .5em 0;
}
.inquiry-index_heading4 {
  margin-bottom: 1em;
  font-weight: bold;
}
.inquiry-index_dl {
  margin-bottom: 8px;
}
.inquiry-index_dl > dt,
.inquiry-index_dl > dd {
  margin-bottom: 1.35em;
}
.inquiry-index_dl > dt:last-of-type,
.inquiry-index_dl > dd:last-of-type {
  margin-bottom: 0;
}
.inquiry-index_contactBtn {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  border-radius: 28px;
  border: 1px solid #333;
  width: 200px;
  line-height: 44px;
  background: #FFF;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquiry-index_contactBtn {
    transition: border-color .4s, background .4s, color .4s;
  }
  .inquiry-index_contactBtn:hover {
    border-color: #EDA900;
    background: #EDA900;
    color: #FFF !important;
    text-decoration: none;
    opacity: 1;
  }
}
.inquiry-index_other {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .inquiry-index_other {
    margin-right: 48px;
  }
}
.inquiry-index_innerBox {
  margin-bottom: 24px;
  padding: 2em 1.5em 1.25em;
  background: #F3F3F3;
}
@media print, screen and (min-width: 768px) {
  .layer-bg .layout-inner.detail {
    padding-top: 0;
  }
  .layer-bg .layout-inner.other {
    padding: 0;
  }
  .layer-bg .layout-inner.contact {
    padding: 20px 0 40px;
  }
  .inquiry-index ul li span {
    width: 10em;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry-index ul {
    padding-left: 2em;
  }
  .layer-bg .layout-inner.contact {
    padding: 0 20px 40px;
  }
  .inquiry-index .contact .block {
    margin-top: 15px;
  }
}
/**/

.inquiry-index {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .inquiry-index {
    text-align: center;
  }
  .inquiry-index dt {
    font-size: 1.6rem;
  }
  .inquiry-index .title.with-icon.inquiry-index_subTtl,
  .inquiry-index_subTtl {
    margin-bottom: 1.35em;
  }
  .inquiry-index h4.inquiry-index_accentTtl,
  .inquiry-index_accentTtl {
    margin-top: 4em;
    margin-bottom: 1.35em;
  }
  .inquiry-index .title.with-icon {
    font-size: 2rem;
    margin-bottom: .5em;
  }
  .inquiry-index .title.with-icon .icon img {
    height: 36px;
    width: auto;
  }
  .inquiry-index h2.title.with-icon {
    font-size: 2.8rem;
  }
  .inquiry-index_txt {
    font-size: 1.6rem;
  }
  .inquiry-index .btn.btn-fill {
    font-size: 2.0rem;
    font-weight: bold;
    min-width: 10em;
    padding: .5em 2em;
  }
  .inquiry-index .inquiry-index_outline .m-common_contact__title {
    margin-bottom: 0;
  }
	.inquiry-index_other .title {
		line-height: 1.2;
	}
	.inquiry-index_other .desc {
		display: inline-block;
		text-align: left;
	}
	.inquiry-index_other .row > div {
		display: flex;
	}
	.inquiry-index_other .row > div .box-shadow {
		width: 100%;
	}
	.inquiry-index_test .row {
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {
  .inquiry-index dt {
    font-size: 1.3rem;
  }
  .inquiry-index dd {
    font-size: 1.2rem;
  }
  .inquiry-index .box-shadow .desc {
    text-align: left;
  }
  .inquiry-index .btn.btn-fill {
    font-size: 1.5rem;
    padding: .5em;
    width: 90%;
  }
  .inquiry-index .title.with-icon {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .inquiry-index .title.with-icon .icon img {
    height: 40px;
    width: auto;
  }
  .inquiry-index .inquiry-index_outline .m-common_contact__title {
    margin-bottom: 0;
  }
}
.header-simple {
  color: #0195CF;
  max-width: 1120px;
  margin: 0 auto;
}

.footer-simple {
  background: #004966;
  color: #FFF;
}

.footer-simple_inner {
  margin: 0 auto;
  max-width: 1120px;
}

.form-head {
  color: #FFF;
}

.wrap-form .prefix {
  margin-right: .5em;
}
.wrap-form .suffix {
  margin-left: .5em;
}
.wrap-form .icon {
  background: #FFF;
  border-radius: 2px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: .25em .5em;
  vertical-align: middle;
}
.wrap-form table {
  border-collapse: collapse;
  width: 100%;
}
.wrap-form th,
.wrap-form td {
  border-bottom: 1px solid #DDD;
  vertical-align: top;
}
.wrap-form tr:last-child th,
.wrap-form tr:last-child td {
  border-bottom: none;
}
.wrap-form th {
  color: #004966;
  font-size: 1.4rem;
  text-align: left;
}
.wrap-form th div {
  position: relative;
}
.wrap-form th div .icon {
  position: absolute;
}
.wrap-form td th,
.wrap-form td td {
  border-bottom: none;
}
.wrap-form td .row {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -.25em;
  position: relative;
}
.wrap-form td .row > .row-span {
  padding: 0 .25em;
}
.wrap-form td .row > .row-span.span-6 {
	max-width: 50%;
}
.wrap-form input[type=text],
.wrap-form input[type=password],
.wrap-form select,
.wrap-form textarea {
  border-radius: 4px;
  padding: .5em;
}
.wrap-form select {
  background: #FFF;
  border: 1px solid #DDD;
  font-size: 100%;
}
.wrap-form input[type=checkbox] {
  margin-right: .5em;
}
.wrap-form .inp02 {
  width: 196px;
  margin: 0 10px 0 5px;
}
.wrap-form .note-bottom {
  margin-top: .75em;
  margin-bottom: .5em;
}
.wrap-form .list-check {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wrap-form .list-check.inline-pc li {
  width: 32%;
  margin-right: 10px;
  float: left;
}
.wrap-form .list-check.vertical li {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.3;
}
.wrap-form .note-top,
.wrap-form li {
  margin-bottom: .75em;
}
.wrap-form li:last-child {
  margin-bottom: 0;
}
.wrap-form .table-wrap {
  border-radius: 4px;
}
.wrap-form .icon-required {
  border: 1px solid #EDA900;
  color: #EDA900;
}
.wrap-form .icon-option {
  border: 1px solid #DCE4ED;
  color: #666;
}
.wrap-form_button {
  text-align: center;
}
.wrap-form_button .row-form_button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.wrap-form_button .btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 4px;
  font-weight: bold;
}
.wrap-form_button .btn-confirm,
.wrap-form_button .btn-submit {
  background: #EDA900;
  color: #FFF;
  padding: 1em 3em;
  min-width: 150px;
}
.wrap-form_button .btn-back {
  background: #999;
  color: #FFF;
  padding: 1em 1.5em;
}

#userinfo .wrap-form input:not([type="button"]), #userinfo .wrap-form textarea {
  background: #FFF;
  border: 1px solid #DDD;
}
#userinfo input:not([type="button"]), #userinfo select, #userinfo textarea,
#memberRegist input:not([type="button"]), #memberRegist select, #memberRegist textarea {
  font-weight: bold;
}
#userinfo input::placeholder, #userinfo select::placeholder,
#memberRegist input::placeholder, #memberRegist select::placeholder,
#userinfo select#pf_tdfk_cd, #memberRegist select#theselect4 {
  font-weight: normal;
}
#userinfo #pf_tdfk_cd option:not(:first-child),
#memberRegist #theselect4 option:not(:first-child) {
  color: #333;
}

.form-login_info {
  background: #38ABD6 url(/files/user/images/common/bg_common_blue.png) no-repeat 0 0;
  border-radius: 4px 4px 0 0;
  color: #FFF;
  position: relative;
}

.form-login_info .btn {
  font-weight: bold;
  padding: 1em 1.5em;
  line-height: 1;
  min-width: 150px;
}

.form-login_info + .table-wrap,
.form-login_info--change + .table-wrap {
  border-radius: 0 0 4px 4px;
}

.form-login_info--change {
  position: relative;
  border: 1px solid #B1C9EB !important;
  border-radius: 4px 4px 0 0;
  margin-bottom: 40px;
  background: #F4F7Fc;
  color:#333;
  text-align: left;
}

.form-login_info--change .btn {
  padding: .75em 1.5em;
  background: #00a0e9;
  color: white;
  font-weight: normal !important;
}

.form-information .form-information_catch {
  font-weight: bold;
}
.form-information .form-information_desc {
  margin-top: 2em;
}

.form-test_information .form-information_img .caption {
  color: #0195CF;
  font-weight: bold;
  margin-top: .5em;
  text-align: center;
}
.form-test_information .form-information_img .caption:before,
.form-test_information .form-information_img .caption:after {
  content: "ー";
  margin: 0 .25em;
}

.form-done {
  text-align: center;
}
/*.form-done .form-done_message {
  color: #0195CF;
}*/

/* STEP */
#userinfo #step1, #userinfo #step2, #userinfo #step3, #userinfo #step4 {
  padding-bottom: 40px;
}
#step1 h3, #step1 p:not(.text), #step2 p:not(.text) {
  line-height: 1.7;
  margin-bottom: 20px !important;
}
/*#step1 p.note {
  margin-top: 30px;
}*/
#step1 .title.lv3::before {
  margin-top: -10px;
}
#step1 h3 {
  padding-left: 30px;
}
#step1 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #3CADD8;
  padding-bottom: 5px;
  display: inline-block;
}

#step1 .table-wrap {
	padding-bottom: 10px;
}
#step1 th, #step1 td {
	border: none;
	padding-bottom: 20px;
}
#step1 .note {
	font-size: 1.2rem;
	color: #666;
}
#step1 .password th, #step1 .password td {
	border-top: 1px solid #DDD;
}
#step1 .password {
	display: none;
}
#step1 .password.is_active {
	display: block;
}
#userinfo #step1 .password.is_active {
	display: table-row;
}
#step1 .btn-confirm.is_disable {
	background: #CCC;
	pointer-events: none;
}
#step1 .form-login_info {
	background: none;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
#step1 .form-login_info div {
	margin-right: 10px;
}
#step1 .form-login_info a {
	background: #FFF;
	color: #333;
	border: 1px solid #CCC;
}
#step1 .form-login_info a.is_active {
	background: #EDA900;
	color: #FFF;
	border: none;
}
@media only screen and (max-width: 767px) {
	#step1 .form-login_info {
		flex-direction: column;
		padding: 0;
		border: none;
	}
	#step1 .form-login_info div {
		margin-right: 0;
	}
}
.error_box {
	color: #D32F2F;
	line-height: 1.4;
	font-size: 0.9em;
	padding-bottom: 1em;
}

form .stepflow {
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	padding: 0;
	width: 280px;
	color: #004966;
}
form .stepflow > li {
	position: relative;
	display: block;
	width: 25%;
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	form .stepflow {
		margin: 20px auto;
	}
}
form .stepflow > li span::after,
form .stepflow > li span::before {
	position: absolute;
	top: calc(50% - 6px);
	width: 100%;
	height: 12px;
	content: '';
	background-color: #DDD;
}
form .stepflow > li.completed span,
form .stepflow > li.completed span::after,
form .stepflow > li.completed span::before {
	background-color: #38ABD6;
}
.stepflow li:nth-child(2) span::before,
.stepflow li:nth-child(2) span::after {
	border-radius: 6px 0 0 6px;
}
.stepflow li:nth-child(4) span::before,
.stepflow li:nth-child(4) span::after {
	border-radius: 0 6px 6px 0;
}


@media print, screen and (min-width: 768px) {
  .header-simple {
    padding: 14px 0 10px;
  }

  .footer-simple {
    padding: 20px;
  }
  .footer-simple .copyright {
    font-size: 1.2rem;
    margin: 0;
  }

  .header-simple_inner,
  .footer-simple_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

  .page-inquiry .wrap-form {
    background: #F3F3F3;
    /*min-height: 600px;*/
  }

  .inline-pc li {
    display: inline-block;
    margin-right: 3em;
  }

  .form-head {
    display: table;
    margin: 0 auto;
    padding: 25px 0;
    width: 1120px;
  }
  .form-head .form-head_title {
    display: table-cell;
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
  }
  .form-head .form-head_step {
    display: table-cell;
    padding-top: 35px;
    position: relative;
    text-align: right;
    width: 550px;
    vertical-align: bottom;
  }
  .form-head .form-head_step .icon {
    left: -40px;
    top: -38px;
    position: absolute;
  }

  .wrap-form h2 ~ h2 {
    margin-top: 50px;
  }
  .wrap-form .icon {
    font-size: 1.2rem;
  }
  .wrap-form .table-wrap {
    background: #FFF;
    margin-bottom: 40px;
    padding: 30px;
  }
  .wrap-form .table-wrap th,
  .wrap-form .table-wrap td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrap-form .table-wrap tr:first-child th,
  .wrap-form .table-wrap tr:first-child td {
    padding-top: 0;
  }
  .wrap-form .table-wrap tr:last-child th,
  .wrap-form .table-wrap tr:last-child td {
    padding-bottom: 0;
  }
  .wrap-form .table-wrap th {
    padding-right: 50px;
    width: 31%;
  }
  .wrap-form .table-wrap th div {
    line-height: 1.4;
    padding-left: 3.5em;
  }
  .wrap-form .table-wrap th div .icon {
    left: 0;
    top: -.25em;
    padding: .5em;
  }
  .wrap-form .table-wrap th div .note {
    color: #333;
    padding-top: 10px;
    display: block;
    font-weight: normal;
  }
  .wrap-form .table-wrap td {
    vertical-align: middle;
  }
  .wrap-form .table-wrap td th {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 0;
    width: 20%;
    vertical-align: middle;
  }
  .wrap-form .table-wrap td td {
    padding: .5em 0;
  }
  .wrap-form input[type=text],
  .wrap-form input[type=password],
  .wrap-form textarea {
    background: #FFF;
    border: 1px solid #DDD;
  }
  .wrap-form .form-login_info,
  .wrap-form .form-login_info--change {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .wrap-form .form-login_info .inner,
  .wrap-form .form-login_info--change .inner {
    display: table;
    margin: 0 auto;
  }
.wrap-form .form-login_info--change .inner {
    background: #f4f7fc;
    padding: 0;
}
  .wrap-form .form-login_info .inner p,
  .wrap-form .form-login_info--change .inner p {
    display: table-cell;
    padding: 1em;
    vertical-align: top;
    line-height: 1.5;
  }
  .wrap-form .form-login_info .btn,
  .wrap-form .form-login_info--change .btn {
    font-size: 1.8rem;
  }
  .wrap-form .wrap-form_button {
    padding-bottom: 40px;
  }
  .wrap-form_button .btn {
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }
  .wrap-form_button .row-form_button .row-span {
    padding: 0 .5em;
  }

  .secure-information {
    background: #FFF;
    margin: 0 auto;
    padding: 20px 40px;
    width: 930px;
  }
  .secure-information .secure-information_desc {
    line-height: 2;
    margin-top: 0;
    padding-left: 40px;
  }

  .form-information .form-information_catch,
  .form-information .form-information_desc {
    float: left;
    width: 600px;
  }
  .form-information .form-information_catch {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .form-information .form-information_desc {
    line-height: 2;
  }
  .form-information .form-information_img {
    float: right;
    padding-right: 75px;
  }
  .form-information .form-information_img .caption {
    font-size: 1.8rem;
  }

  .form-test_information .form-information_catch,
  .form-test_information .form-information_desc {
    width: 600px;
  }
  .form-test_information .form-information_img {
    width: 450px;
  }

  .form-demo_information .form-information_catch,
  .form-demo_information .form-information_desc {
    width: 700px;
  }
  .form-demo_information .form-information_img {
    width: 370px;
  }

  .form-done {
    padding-bottom: 100px;
  }
  .form-done .form-done_message {
    background: #FFF;
    margin-bottom: 60px;
    padding: 70px 100px 85px;
    line-height: 1.4;
  }
  .form-done .form-done_title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .form-done .form-done_text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-simple {
    padding: 10px 12px;
  }
  .header-simple .header-simple_logo img {
    width: 54px;
  }

  .footer-simple {
    font-size: 1.0rem;
    padding: 15px 0 10px;
    text-align: center;
  }
  .footer-simple .footer-simple_logo {
    margin: 0 auto 15px;
    width: 48px;
  }

  .form-head {
    padding: 15px 25px;
    text-align: center;
  }
  .form-head .form-head_title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.35;
  }
  .form-head .form-head_step {
    margin-top: 25px;
    position: relative;
    display: none;
  }
  .form-head .form-head_step .icon {
    left: -35px;
    top: -30px;
    position: absolute;
    width: 98px;
  }

  .wrap-form h2 ~ h2 {
    margin-top: 35px;
  }
  .wrap-form .icon {
    font-size: 1.0rem;
    padding: .25em .5em;
  }
  .wrap-form input[type=text],
  .wrap-form input[type=password],
  .wrap-form textarea {
    border: 1px solid #CCC;
    width: 100%;
  }
  .wrap-form select {
    font-size: 16px;
  }
  .wrap-form th {
    background: #EEE;
    padding: 10px;
  }
  .wrap-form th div {
    padding-right: 50px;
  }
  .wrap-form th div .icon {
    right: 0;
    top: 50%;
    margin-top: -1em;
  }
  .wrap-form td {
    line-height: 1.35;
    padding: 15px;
  }
  .wrap-form td td {
    padding-right: 0;
    padding-left: 0;
  }
  .wrap-form .list-check li {
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  .wrap-form .list-check.inline-pc li {
    width: auto;
    float: none;
  }
  .wrap-form .form-login_info + .table-wrap,
  .wrap-form .form-login_info--change + .table-wrap {
    margin-top: 0;
    /*padding-top: 15px;*/
  }
  .wrap-form .table-wrap_block th,
  .wrap-form .table-wrap_block td {
    display: block;
  }
  .wrap-form .form-login_info,
  .wrap-form .form-login_info--change {
    border: 1px solid #DFDFDF;
    border-bottom: none;
    line-height: 1.35;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
  }
.wrap-form .form-login_info--change p:first-child {
    text-align: left;
}
  .wrap-form .form-login_info .btn,
  .wrap-form .form-login_info--change .btn {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  .wrap-form .wrap-form_button {
    margin-bottom: 25px;
  }
  .wrap-form .wrap-form_button .row-form_button {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrap-form .wrap-form_button .row-form_button .row-span:first-child {
    margin-top: 15px;
  }
  .wrap-form .wrap-form_button .btn-back {
    font-size: 1.3rem;
    order: 1;
  }
  .wrap-form .wrap-form_button .btn-confirm,
  .wrap-form .wrap-form_button .btn-submit {
    font-size: 1.6rem;
    width: 100%;
  }

  .secure-information {
    background: #F3F3F3;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px;
    padding: 15px;
  }
  .secure-information .secure-information_seal {
    width: auto !important;
  }
  .secure-information .secure-information_desc {
    font-size: 1.2rem;
    line-height: 1.45;
    margin-top: 10px;
  }

  .form-information {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f7fafb 40%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, white 0%, #f7fafb 40%, #f7f7f7 100%);
    background: linear-gradient(to bottom, white 0%, #f7fafb 40%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    margin: 0 -10px;
    padding: 15px;
    position: relative;
  }
  .form-information .form-information_desc {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .form-information .form-information_catch {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .form-information .form-information_img {
    margin: 18px auto;
  }
  .form-information .form-information_img .caption {
    font-size: 1.5rem;
  }

  .form-test_information .form-information_img {
    width: 82%;
  }

  .form-demo_information .form-information_img {
    width: 56%;
  }

  .form-done {
    margin-bottom: 45px;
  }
  .form-done .form-done_message {
    line-height: 1.5;
    padding: 30px 25px;
  }
  .form-done .form-done_title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .page-inquiry .wrap-form .table-wrap {
    border: 1px solid #DFDFDF;
    border-radius: 0 0 4px 4px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.guide-head .box-shadow {
  height: 100%;
}
.guide-head .guide-head_title {
  font-weight: bold;
}
.guide-head .guide-head_desc {
  text-align: left;
}
.guide-head .guide-head_icon {
  position: relative;
  z-index: 1;
}
.guide-head .guide-head_icon img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.guide-head .guide-head_button {
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.guide-head .guide-head_button .btn {
  background: #EDA900;
  color: #FFF;
}

.guide-head .guide-head_button .btn.blue {
  background: #FFF;
  border: 1px solid #3CADD8;
  color: #333 !important;
}
/*.guide-head .guide-head_button .btn.blue::before {
  content: "";
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background:url(/files/user/images/common/icon_selection.png) no-repeat;
  background-size: contain;
}
.guide-head .guide-head_button .btn.contact::before {
  content: "";
  display: inline-block;
  margin-bottom: -7px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background:url(/files/user/images/common/icon_contact.png) no-repeat;
  background-size: contain;
}*/

.guide-head .guide-head_button .btn:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.guide-head .guide-head_button .btn.blue::after {
  border-color: #333;
}

@media print, screen and (min-width: 768px) {
  .guide-head .box-shadow {
    padding: 25px 34px;
  }
  .guide-head .guide-head_title {
    font-size: 2.2rem;
  }
  .guide-head .guide-head_icon img {
    height: 90px;
    width: 90px;
  }
  .guide-head .guide-head_button {
    margin-bottom: 20px;
  }
  .guide-head .guide-head_button .btn {
    font-size: 1.8rem;
    padding: 15px;
    width: 380px;
  }
  .guide-head .guide-head_button .btn:after {
    border-top-width: 2px;
    border-right-width: 2px;
    height: 10px;
    width: 10px;
    right: 20px;
  }
  .guide-head .guide-head_desc {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .guide-head .box-shadow {
    padding: 20px;
  }
  .guide-head .guide-head_title {
    font-size: 1.6rem;
  }
  .guide-head .guide-head_icon img {
    height: 60px;
    width: 60px;
  }
  .guide-head .guide-head_button {
    margin-bottom: 15px;
  }
  .guide-head .guide-head_button .btn {
    font-size: 1.5rem;
    padding: 10px;
    width: 100%;
  }
  .guide-head .guide-head_button .btn:after {
    height: 7px;
    width: 7px;
    right: 10px;
  }
}
/* error */
.has-error .list-check {
  background: #FBEFEF;
  padding: 10px;
}
.has-error input[type=text],
.has-error input[type=password],
.has-error select,
.has-error textarea {
  background: #FBEFEF;
  border: 1px solid #D32F2F;
}

.error-text,
.text-danger {
  color: #D32F2F;
  margin-top: .75em;
}
td td .error-text {
  margin: .75em 0 .5em;
}

/* ----------------------------------------
 *  ダウンロード
---------------------------------------- */
input[type=submit].btn-line {
  background: transparent;
}

.color-set_title {
  color: #FFF;
  text-align: center;
}

.color-set_01 {
  background: #E8EDF3;
}
.color-set_01 .color-set_title {
  background: #006F9A;
}
.color-set_01 input[type=text] {
  background-color: #FFF;
}

.color-set_02 {
  background: #E8EDF3;
}
.color-set_02 .color-set_title {
  background: #127690;
}

.color-set_03 {
  background: #F3F3F3;
}
.color-set_03 .color-set_title {
  background: #0195CF;
}

.download-index_01 .m-item_vertical .thumb, .download-index_02 .m-item_vertical .thumb {
  text-align: center;
  padding: 0;
}
.download-index_01 .m-item_vertical .text, .download-index_02 .m-item_vertical .text {
  vertical-align: top;
}
.download-index_01 .m-item_vertical .text .name {
  margin-top: 0;
}

.download-type_list li {
  width: 32%;
}
.download-type_list .check-holder {
  background: #F3F3F3;
  border-radius: 4px;
  margin: 0 2px;
  border: 2px solid #F3F3F3;
}
.download-type_list .check-holder.checked {
  border-color: #004966;
}
.download-type_list .check-holder label {
  display: block;
  font-weight: bold;
}
.download-type_list .check-holder label:before {
  content: "";
  display: block;
  margin: 0 auto;
}
.download-type_list .check-holder.icon-document1 label:before {
  background: url(/files/user/images/common/icon_doc_manual.png) no-repeat 0 0;
  background-size: contain;
}
.download-type_list .check-holder.icon-document2 label:before {
  background: url(/files/user/images/common/icon_doc_cad.png) no-repeat 0 0;
  background-size: contain;
}
.download-type_list .check-holder.icon-document3 label:before {
  background: url(/files/user/images/common/icon_doc_pdf.png) no-repeat 0 0;
  background-size: contain;
}

.download-index_02 .download-index_subtitle {
  font-weight: bold;
}
.download-index_02 .wrap-form {
  background: #FFF;
  border-radius: 4px;
}

.download-search .label {
  font-weight: bold;
}

.download-catalog_list .check-holder {
  background: #FFF;
  border-radius: 4px;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.download-catalog_list .check-holder.checked {
  border-color: #004966;
}
.download-catalog_list .check-holder .thumb img {
  display: block;
}
.download-form_01 .download-catalog_list .thumb img {
  width: auto;
}
.download-form_01 .download-catalog_list .check-holder__outer {
  margin-bottom: 32px;
}
.download-form_01 .download-catalog_list .check-holder {
  display: none;
}
.download-form_01 .download-catalog_list .check-holder.active {
  display: block;
}
.download-form_01 .download-catalog_list .check-holder__btn {
  display: block;
  width: 100%;
  margin: 16px auto 0;
  line-height: 32px;
}
.download-form_01 .download-catalog_list .check-holder__btn a {
  display: block;
  border: 1px solid #707070;
  border-radius: 4px;
  margin: 0;
  width: 280px;
  color: #333;
  font-size: 1.3rem;
  text-align: center;
}
.download-form_01 .download-catalog_list .check-holder__btn a:hover {
  text-decoration: none;
}
.download-form_01 .download-catalog_list .check-holder__btn a::before {
  content: "↓カタログリストを表示する";
}
.download-form_01 .download-catalog_list .check-holder__btn.active a::before {
  content: "↑閉じる";
}

.download-form_01 .download-search_keyword {
  border-bottom: 1px solid #FFF;
}

@media print, screen and (min-width: 768px) {
  .download-index_summary {
    margin-bottom: 40px;
    text-align: center;
  }

  .download-search {
    display: table;
  }
  .download-search .cell {
    display: table-cell;
    padding: 0 .5em;
    vertical-align: middle;
  }
  .download-search .label {
    font-weight: bold;
  }
  .download-search input[type=text] {
    border: none;
    padding: 1em;
    width: 255px;
  }

  .color-set_title {
    font-size: 2.0rem;
    margin-bottom: 20px;
    padding: .5em;
  }

  .download-type_list {
    font-size: 1.1rem;
  }
  .download-type_list .check-holder label {
    padding: 20px;
    text-align: center;
    width: 130px;
  }
  .download-type_list .check-holder label:before {
    height: 50px;
    margin-bottom: 15px;
    width: 40px;
  }

  .download-index_01 {
    padding-bottom: 35px;
  }
  .download-index_01 .inner {
    padding: 30px;
  }
  .download-index_01 .inner + .inner {
    border-top: 1px solid #FFF;
  }
  .download-index_01 .box-shadow, .download-index_02 .box-shadow {
    padding: 20px;
  }
  .download-index_01 .box-shadow + .box-shadow {
    margin-top: 10px;
  }
  .download-index_01 .m-item_vertical .thumb, .download-index_02 .m-item_vertical .thumb {
    width: 160px;
  }
  .download-index_01 .m-item_vertical .text, .download-index_02 .m-item_vertical .text {
    padding-left: 20px;
  }
  .download-index_01 .m-item_vertical .text .name, .download-index_02 .m-item_vertical .text .name {
    text-decoration: underline;
  }
  .download-index_01 input.btn {
    font-size: 1.3rem;
    padding: .75em 2em;
  }

  .download-index_02 {
    padding-bottom: 35px;
  }
  .download-index_02 .inner {
    padding: 10px 20px;
  }
  .download-index_02 .inner .download-index_subtitle {
    font-size: 2.0rem;
    text-align: center;
  }
  .download-index_02 .inner .btn-regist {
    padding: 1em;
  }
  .download-index_02 .wrap-form {
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .download-index_02 .fieldset {
    padding: 25px 30px;
  }
  .download-index_02 .fieldset:not(first-child) {
    border-top: 1px solid #E4EBEA;
  }
  .download-index_02 .fieldset .title {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: -8px;
  }
  .download-index_02 .fieldset .inline {
    text-align: center;
  }
  .download-index_02 .fieldset .table-wrap {
    margin-bottom: 0;
    padding: 0 24px;
  }
  .download-index_02 .fieldset .table-wrap th, .download-index_02 .fieldset .table-wrap td {
    border: none;
    padding: 0 0 10px;
    vertical-align: middle;
  }
  .download-index_02 .fieldset .table-wrap th {
    white-space: nowrap;
  }
  .download-index_02 .fieldset select {
    width: 275px;
  }
  .download-index_02 .btn-submit {
    font-size: 1.6rem;
  }
  .download-index_02 .fieldset-search {
    padding-bottom: 87px;
  }

  .download-index .list-product {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .download-index_01 .download-search_keyword .label {
    width: 9em;
  }

  .input-keyword {
    background: #DDD;
    border-radius: 0;
    padding: 1em;
    width: 300px;
  }

  .download-catalog_search {
    text-align: center;
  }
  .download-catalog_search .download-search {
    margin: 0 auto;
  }

  .download-form .wrap-form_button {
    margin-top: 40px;
  }
  .download-form .download-login_info {
    padding: 0 30px;
  }
  .download-form .download-login_info .text {
    padding-right: 1em;
  }
  .download-form .download-login_info .btn {
    white-space: nowrap;
  }

  .download-form_01 {
    /* width: 596px; */
    width: 100%;
  }
  .download-form_01 .download-search_keyword {
    padding: 0 30px 25px;
  }
  .download-form_01 .download-catalog_list {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 30px 50px;
  }
  .download-form_01 .download-catalog_list .thumb {
    margin: 12px 32px 0 0;
    width: 60px;
  }
  .download-form_01 .download-catalog_list .check-holder__outer {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 92px);
  }
  .download-form_01 .download-catalog_list .check-holder__outer .title.lv3 {
    width: 100%;
  }
  .download-form_01 .download-catalog_list .check-holder {
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 10px 5px 15px;
    width: calc(50% - 5px);
  }
  .download-form_01 .download-catalog_list .check-holder:nth-of-type(even) {
    margin-right: 0;
  }

  .download-form_02 {
    background: #F3F3F3;
    /* width: 504px; */
    width: 880px;
    margin: 64px auto 0;
  }
  .download-form_02 .table-wrap {
    background: none;
  }
  .download-form_02 .table-wrap th, .download-form_02 .table-wrap td {
    border: none;
    padding: 8px 0;
  }
  .download-form_02 .table-wrap th {
    padding-right: 1em;
  }
  .download-form_02 .table-wrap th div {
    padding-top: .25em;
  }
  .download-form_02 .table-wrap td table {
    /* margin-top: 3em;
    margin-left: -5em; */
    position: relative;
  }
  .download-form_02 .table-wrap td table th {
    color: #333;
    font-weight: normal;
  }
  .download-form_02 .table-wrap input[type=text],
  .download-form_02 .table-wrap input[type=password],
  .download-form_02 .table-wrap textarea {
    background-color: #FFF;
    max-width: 100%;
    width: 100%;
  }
  .download-form_02 .table-wrap select {
    border-color: #FFF;
  }
  .download-form_02 .table-wrap .note {
    font-size: 1.2rem;
  }

  .color-set_03 .table-wrap {
    background: none;
  }

  .download-form_confirm .color-set_01 .inner {
    padding: 0 20px 20px;
  }
  .download-form_confirm .color-set_03 {
    margin-top: 30px;
  }

  .download-catalog_list .list-check {
    background: #FFF;
    border-radius: 4px;
    padding: 30px 55px;
  }
  .download-catalog_list .list-check li {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .download-catalog_list .list-check li:before {
    color: #004966;
    font-size: 2.0rem;
    margin-right: 10px;
    vertical-align: middle;
  }

  .download-form_done .form-done_message {
    background: #F3F3F3;
    border-radius: 4px;
    padding-bottom: 45px;
  }
  .download-form_done .form-done_message .download-catalog_list {
    margin-top: 40px;
  }

  .donload-data_wrap {
    margin-top: 30px;
  }

  .donload-data_label {
    background: #E8EDF3;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    padding: .25em 1em;
  }

  .donload-data_block {
    border-bottom: 1px dotted #CCC;
    padding: 20px 0;
  }
  .donload-data_block .donload-data {
    margin-top: 15px;
  }
  .donload-data_block .donload-data .thumb {
    text-align: center;
    width: 250px;
  }
  .donload-data_block .donload-data .thumb .frame {
    background: #F6F6F6;
    display: block;
    padding: 15px 0;
  }
  .donload-data_block .donload-data .thumb img {
    max-width: 130px;
    max-height: 130px;
  }
  .donload-data_block .donload-data .text {
    width: 850px;
  }
  .donload-data_block .download-data_list li + li {
    margin-top: 10px;
  }
  .donload-data_block .tag.tag-data {
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #004966;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 10px;
    width: 100px;
    margin-bottom: 5px;
  }
  .donload-data_block .tag.tag-data img {
    margin-right: 5px;
    vertical-align: middle;
    width: 12px;
  }

  .download-data_search__title {
    background: #127690;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    padding: .5em;
    text-align: center;
  }

  .download-data_search .row,
  .download-data_search .fieldset-type {
    padding: 0 50px;
  }
  .download-data_search .fieldset-type th {
    width: 15%;
  }
  .download-data_search .download-type_list .check-holder {
    padding: 10px;
  }
  .download-data_search .download-type_list .check-holder input {
    vertical-align: middle;
  }
  .download-data_search .download-type_list .check-holder label {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  .download-data_search .download-type_list .check-holder label:before {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    margin: 0 25px 0 45px;
    width: 28px;
  }
  .download-data_search .table-wrap {
    margin-bottom: 0;
    /*padding: 20px 0;*/
  }
  .download-data_search .table-wrap th, .download-data_search .table-wrap td {
    border: none;
    padding: 5px 0;
  }
  .download-data_search .table-wrap th {
    padding-right: 0;
  }
  .download-data_search .table-wrap select {
    width: 100%;
  }
  .download-data_search .inner {
    background: #FFF;
    padding-bottom: 10px;
  }
  .download-data_search .fieldset-category {
    padding-right: 20px;
  }
  .download-data_search .fieldset-keyword input {
    background: #DDD;
    border-radius: 0;
  }

  .download-data_search__btn {
    text-align: center;
  }
  .download-data_search__btn .btn {
    font-size: 2.0rem;
    margin-bottom: 15px;
    padding: .5em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .style-simple th,
  .style-simple td {
    background: none;
    border: none;
    font-size: 1.3rem;
    padding: 5px 0;
  }
  .style-simple th {
    color: #333;
  }

  .download-search {
    padding: 5px;
    text-align: center;
  }
  .download-search .cell {
    padding: 5px 0;
  }
  .download-search .label {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .download-search input[type=text] {
    border: none;
    padding: 1em;
    width: 100%;
  }

  .color-set_title {
    font-size: 1.4rem;
    padding: .5em;
  }

  .download-index_01,
  .download-index_02,
  .download-form_01,
  .download-form_02 {
    margin-top: 10px !important;
    padding-bottom: 25px;
  }

  .download-index_01 .inner {
    padding: 0 10px;
  }
  .download-index_01 .box-shadow {
    margin-top: 5px;
    padding: 15px;
  }
  .download-index_01 .m-item_vertical .thumb {
    width: 69px;
  }
  .download-index_01 .m-item_vertical .text {
    padding-left: 15px;
  }
  .download-index_01 .m-item_vertical .text .name {
    font-size: 1.4rem;
    text-decoration: underline;
  }

  .m-download-data_search .fieldset {
    padding: 15px;
  }
  .m-download-data_search .fieldset:not(first-child) {
    border-top: 1px solid #E4EBEA;
  }
  .m-download-data_search .fieldset .title {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: -4px;
  }
  .m-download-data_search .fieldset .inline {
    text-align: center;
  }
  .m-download-data_search .fieldset .table-wrap {
    margin-bottom: 0;
  }
  .m-download-data_search .fieldset select {
    width: 100%;
  }
  .m-download-data_search .fieldset .check-holder label {
    padding: 20px 0;
    text-align: center;
  }
  .m-download-data_search .fieldset .check-holder label:before {
    height: 33px;
    margin-bottom: 10px;
    width: 26px;
  }

  .download-index_02 .inner {
    padding: 15px 15px 25px;
  }
  .download-index_02 .wrap-form {
    margin: 15px -10px;
    position: relative;
  }

  .download-catalog_search {
    margin-bottom: 15px;
  }
  .download-catalog_search .download-search input[type=text] {
    background: #DDD;
  }

  .download-form_01 .download-catalog_list {
    padding: 16px 10px 0;
  }
  .download-form_01 .download-catalog_list .title.lv3 ~ .title.lv3 {
    margin-top: 1.5em;
  }
  .download-form_01 .download-catalog_list .check-holder {
    margin-top: 5px;
    padding: 10px;
  }
  .download-form_01 .download-catalog_list .check-holder .thumb {
    margin-right: 15px;
    width: 40px;
  }
  .download-form_01 .download-catalog_list .check-holder label {
    line-height: 1.2;
    width: calc(90% - 40px);
  }
  .download-form_01 .download-catalog_list .check-holder input {
    margin-right: 10px;
  }

  .download-form .wrap-form_button {
    margin-top: 20px;
  }
  .download-form .download-login_info {
    background: #F3F3F3;
    margin-bottom: 15px;
    padding: 15px 20px;
  }
  .download-form .download-login_info .button {
    margin-top: 1em;
    text-align: center;
  }

  .download-form_02 {
    border: 1px solid #DFDFDF;
    border-top: none;
  }
  .download-form_02 .color-set_title {
    margin-right: -1px;
    margin-left: -1px;
    position: relative;
  }

  .download-form_confirm .color-set_01 .inner {
    padding: 10px;
  }
  .download-form_confirm .color-set_03 {
    margin-top: 10px;
  }
  .download-form_confirm .wrap-form_button {
    margin-top: 30px;
  }

  .download-form_01 .download-catalog_list .thumb {
    display: block;
    text-align: center;
  }
  .download-form_01 .download-catalog_list .check-holder__btn a {
    margin: 0 auto;
  }

  .download-catalog_list .list-check {
    background: #FFF;
    border-radius: 4px;
    padding: 15px 15px 15px 30px;
  }
  .download-catalog_list .list-check li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .download-catalog_list .list-check li:before {
    color: #004966;
    font-size: 1.5rem;
    margin-right: 12px;
    vertical-align: middle;
  }

  .download-form_done .form-done_message .download-catalog_list {
    background: #E8EDF3;
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px;
    position: relative;
    text-align: left;
  }

  .donload-data_wrap {
    margin-top: 20px;
  }

  .donload-data_label {
    background: #E8EDF3;
    color: #333;
    padding: .25em 1em;
  }

  .donload-data_title {
    background: #F6F6F6;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -10px;
    padding: 5px 10px;
  }
  .donload-data_title .thumb {
    width: 90px;
  }
  .donload-data_title .thumb img {
    display: block;
    width: 60px;
  }

  .donload-data_block {
    padding: 10px 0;
  }
  .donload-data_block .donload-data {
    margin-top: 15px;
  }
  .donload-data_block .donload-data .text {
    width: 850px;
  }
  .donload-data_block .download-data_list li + li {
    margin-top: 10px;
  }
  .donload-data_block .download-data_list li {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: start;
    align-items: start;
  }
  .donload-data_block .tag.tag-data {
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #004966;
    font-size: .9rem;
    line-height: 1;
    padding: 5px;
    width: 80px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .donload-data_block .tag.tag-data img {
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
  }

  .download-data_search {
    background: #F3F3F3 !important;
  }
  .download-data_search .inner {
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
    border-radius: 0 0 4px 4px;
  }

  .download-data_search__title {
    background: #127690;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    padding: .5em;
    text-align: center;
  }

  .download-data_search__btn {
    text-align: center;
  }
  .download-data_search__btn .btn {
    margin-top: 15px;
    padding: .5em 3em;
  }
}

.article-main ul.option_pdf {
	margin: 15px 0 0;
}
.option_pdf li {
	margin-bottom: 5px;
}
.option_pdf .tag {
	border: 1px solid #CCC;
	border-radius: 4px;
	color: #004966;
	line-height: 1;
	width: 6em;
	text-align: center;
	font-size: 1.1rem;
	padding: 5px;
	margin: 0 0 3px 10px;
}
.option_pdf .tag img {
	width: 10px;
}

/* ----------------------------------------
 *  会社案内
---------------------------------------- */
.box-article .box-article_title-center a {
  display: block;
  padding: 25px 10px 26px;
  font-size: 1.8rem;
  font-weight: bold;
}
table.table-company,
table.table-office {
  width: 980px;
  margin: 43px auto 0;
}
table.table-office {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px dotted #CCC;
  margin-top: 20px;
}
table.table-office + h2 {
  width: 980px;
  margin: 28px auto 0;
}
table.table-office a {
  text-decoration: underline;
  color: #0195CF;
}
table.table-office tbody {
  border-top: none;
}
table.table-company th {
  vertical-align: top;
  width: 300px;
}
table.table-office th {
  vertical-align: top;
  width: 171px;
  border-right: dotted 1px #CCC;
  background: #FAFAFA;
}
table.table-office tbody tr:nth-child(odd) td {
  background: none;
}
table.table-company .link-text {
  float: right;
}
table.table-company .link-text a {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
table.table-company .link-text a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 4px
}
table.table-company .link-text a::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 4px;
  width: 4px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate( 45deg );
  transform: rotate( 45deg );
}
table .btn-access {
  float: right;
  margin-top: -18px;
}
table .btn-access span {
  display: inline-block;
  border: solid 1px #000;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 8px 20px 8px 10px;
  width: 132px;
  position: relative;
  text-align: center;
}
table .btn-access span::before {
  content: "";
  display: block;
  height: 1px;
  width: 11px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 17px;
}
table .btn-access span::after {
  content: "";
  display: block;
  height: 11px;
  width: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}
table .btn-access.open span::after {
  display: none;
}
table .btn-access span:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
table .box-access {
  margin-top: 13px;
  display: none;
  margin-left: -300px;
  width: calc(100% + 300px);
}
table.table-office .box-access {
  margin-left: 0;
  width: 100%;
}
table .box-access iframe {
  width: 100%;
  height: 300px;
}
table .box-access_address {
  position: relative;
  padding: 10px 0 0 45px;
  margin-left: 300px;
}
table.table-office .box-access_address {
  margin-left: 0;
}
table .box-access_address::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/files/user/images/company/outline/icon_access.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.company-contact {
  background: #3CADD8 url(/files/user/images/common/bg_common_blue.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 19px 20px 12px 38px;
}
.company-contact_title {
  float: left;
  font-size: 1.8rem;
  letter-spacing: .8px;
  width: 389px;
}
.company-contact_numbers {
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 5px;
  width: 350px;
  font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company-contact_numbers a {
  display: block;
  color: inherit;
  font-size: 3.8rem;
  pointer-events: none;
}
.company-contact_numbers a span {
  font-size: 2.8rem;
}
.content-main .company-contact_desc {
  float: left;
  width: 310px;
  line-height: 1.5;
}
.nav-company_anchor {
  background: #f3f3f3;
  background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 44px, #fff 44px, #fff 45px);
  background-repeat: repeat-y;
  background-size: 100% 45px;
  margin: 50px 0 48px;
}
.nav-company_anchor ul {
  padding: 0;
  overflow: hidden;
}
.nav-company_anchor li {
  display: block;
  float: left;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 14.285%;
}
.nav-company_anchor li:nth-child(7n) {
  border-right: none;
}
.nav-company_anchor li a {
  display: block;
  height: 44px;
  padding: 0 30px 0 15px;
  line-height: 44px;
  color: #333;
  position: relative;
}
.nav-company_anchor li a:hover {
  text-decoration: none;
}
.nav-company_anchor li a::after {
  content: "\f0d7";
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .box-article .box-article_title-center a {
    padding: 10px 10px 13px;
    font-size: 1.6rem;
  }
  .outline-image {
    margin: -15px -10px 0;
  }
  table.table-company {
    width: 100%;
    margin: 10px auto 0;
  }
  table.table-office {
    width: 100%;
    margin-top: 14px;
  }
  table.table-company th {
    width: 83px;
  }
  table.table-office th {
    width: 65px;
    padding: 10px;
  }
  table.table-office .icon-tmet {
    width: 48.5px;
  }
  table.table-company .link-text {
    float: none;
    margin-top: 10px;
  }
  table.table-company .link-text a {
    text-decoration: underline;
    padding-right: 25px;
    font-size: 1.1rem;
  }
  table.table-company .link-text a::after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    border-radius: 2px
  }
  table.table-company .link-text a::before {
    height: 3px;
    width: 3px;
    right: 7px;
    margin-top: -.5px;
  }
  table .btn-access {
    float: none;
    margin-top: 10px;
  }
  table .btn-access span {
    border-radius: 2px;
    padding: 5px 10px 4px;
    width: 102px;
    text-align: left;
  }
  table .btn-access span::before {
    right: 12px;
  }
  table .btn-access span::after {
    right: 17px;
  }
  table .box-access {
    margin-top: 13px;
    margin-left: -83px;
    width: calc(100% + 83px);
  }
  table .box-access iframe {
    margin-left: 0;
    width: 100%;
  }
  table .box-access_address {
    padding: 10px 0 0 35px;
    margin: 0;
  }
  table .box-access_address::before {
    width: 27px;
    height: 27px;
    margin-top: -10px;
  }
  .company-contact {
    padding: 12px 5px 10px;
    text-align: center;
  }
  .company-contact_title {
    float: none;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4;
    width: auto;
    text-align: center;
  }
  .company-contact_numbers {
    display: inline-block;
    float: none;
    font-size: 1.2rem;
    padding-top: 5px;
    width: auto;
    margin: 3px auto 0;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
  }
  .company-contact_numbers a {
    font-size: 2.8rem;
    pointer-events: auto;
  }
  .company-contact_numbers a span {
    font-size: 2.3rem;
  }
  .content-main .company-contact_desc {
    float: none;
    width: 250px;
    margin: 0 auto !important;
    line-height: 1.4;
    font-size: 1.1rem
  }
  .nav-company_anchor {
    margin: 15px 0 10px;
    border: solid 1px #ddd;
    border-right: none;
    border-bottom: none;
    background: none;
  }
  .nav-company_anchor ul {
    margin: 0;
  }
  .nav-company_anchor li,
  .nav-company_anchor li:nth-child(7n) {
    width: 33.333%;
    display: block;
    border: none;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
  .nav-company_anchor li a {
    background: #f3f3f3;
    height: 43px;
    padding: 10px 0 0;
    text-align: center;
    line-height: 1.8;
    font-size: 1rem;
    position: relative;
  }
  .nav-company_anchor li a::after {
    margin-top: 0;
    display: block;
    font-size: .9rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    top: auto;
  }
}

/* ----------------------------------------
 *  メールマガジン解約
---------------------------------------- */
.mailmagazine-cancel_desc {
  margin: 0 90px 48px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .mailmagazine-cancel_desc {
    margin: 0 0 30px;
    line-height: 1.5;
  }
}

/* ----------------------------------------
 *  検索結果
---------------------------------------- */
@media print, screen and (min-width: 768px) {
	.page-search .layout-inner {
		width: 980px;
	}
}
.page-search .mf_finder_organic .mf_finder_logo{
	display: none;
}
/* ----------------------------------------
 *  個人情報の取扱い
---------------------------------------- */
.unit-policy .layout-inner {
  width: 980px;
}
.unit-policy .title-policy {
  border-bottom: solid 1px #000;
  margin: 42px 0 20px;
  padding-bottom: 10px;
}
.unit-policy ul {
  padding-left: 30px;
}
.unit-policy ul li {
  margin-bottom: 6px;
  display: block;
  position: relative;
}
.unit-policy ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  display: block;
  position: absolute;
  top: 8px;
  left: -18px;
}

@media only screen and (max-width: 767px) {
  .unit-policy .layout-inner {
    width: auto;
  }
  .unit-policy .title-policy {
    margin: 35px 0 14px;
    padding-bottom: 8px;
  }
  .unit-policy ul {
    padding-left: 20px;
  }
  .unit-policy ul li::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}

/* ----------------------------------------
 *  会員登録・ログイン
---------------------------------------- */
.login-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.login-form dt {
  font-weight: bold;
  font-size: 1.6rem;
  width: 104px;
  padding-top: 12px;
}
.login-form dd {
  width: 385px;
  margin-bottom: 26px;
}
.login-form dd input[type="text"],
.login-form dd input[type="password"] {
  background: #fff;
  border: none;
  font-family: inherit;
  border-radius: 3px;
  padding: 13px;
  width: 100%
}
.login-form button.btn.btn-fill {
  border: none;
  font-family: inherit;
  margin: 22px 0 10px;
  padding: 17px;
  font-size: 1.6rem;
  min-width: 288px;
  cursor: pointer;
}
.login-form button.btn.btn-fill:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.login-form a {
  text-decoration: underline;
}
.download-index_02 .membership-box {
  padding: 25px 22px 0;
}
.download-index_02 .membership-box .btn-regist {
  margin: 23px 0;
  padding: 17px 15px 16px;
  min-width: 288px;
}
.membership-merit {
  background: #fff;
  margin: 15px 0 0;
  padding: 30px 0;
  border-radius: 5px;
}
.membership-merit h3 {
  text-align: center;
  font-size: 2rem;
  color: #333;
}
.membership-merit ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.membership-merit li {
  display: inline-block;
  width: 145px;
  vertical-align: top;
}
.membership-merit li + li {
  margin-left: 10px;
}
.membership-merit h4 {
  font-size: 1.4rem;
  color: #127690;
  margin: 16px 0 11px;
}
.membership-merit li p {
  font-size: 1.3rem;
  text-align: left;
}
.membership-merit li img {
  width: 61px;
}

@media only screen and (max-width: 767px) {
  .login-form dl {
    display: block;
    margin: 10px 0 16px;
  }
  .login-form dt {
    width: auto;
  }
  .login-form dd {
    width: auto;
    margin: 10px 0 4px;
  }
  .login-form dd input[type="text"],
  .login-form dd input[type="password"] {
      border-radius: 0;
      padding: 7px 10px;
  }
  .login-form button.btn.btn-fill {
    margin: 10px 0 8px;
    padding: 10px 10px 9px;
    font-size: 1.4rem;
    min-width: 183px;
    border-radius: 2px;
  }
  .download-index_02 .membership-box {
    padding: 13px 10px 0;
  }
  .download-index_02 .membership-box .btn-regist {
    margin: 10px 0 6px;
    padding: 10px 10px 9px;
    font-size: 1.2rem;
    min-width: 215px;
    border-radius: 2px;
  }
  .download-index_02 .membership-box .btn-regist .fs-large {
    font-size: 1.4rem;
  }
  .membership-merit {
      margin: 15px -3px 0;
      padding: 30px 0 38px;
      border-radius: 3px;
  }
  .membership-merit h3 {
    font-size: 1.6rem;
  }
  .membership-merit ul {
    margin: 25px 0 0;
  }
  .membership-merit li {
    display: block;
    width: auto;
  }
  .membership-merit li + li {
    margin-left: 0;
    margin-top: 22px;
  }
  .membership-merit h4 {
    font-size: 1.5rem;
    margin: 10px 0 5px;
  }
  .membership-merit li p {
    font-size: 1.3rem;
    margin: 0 auto;
    width: 225px;
    line-height: 1.3;
  }
  .membership-merit li img {
    width: 66px;
  }
}

/* ----------------------------------------
 *  新規会員登録
---------------------------------------- */
.member-check_list {
  padding: 0;
  margin: 0;
}
.member-check_list li {
  display: inline-block;
  margin-right: 48px;
}

@media only screen and (max-width: 767px) {
  .member-check_list li {
    display: block;
    margin-right: 0;;
  }
}

/* ----------------------------------------
 *  お役立ち情報
---------------------------------------- */
.index-useful {
  margin-bottom: 30px
}
.index-useful .box-article_wrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.index-useful .box-article_title {
  border-bottom: none
}
.btn-useful {
  text-align: center;
  margin-top: 50px;
}
.btn-useful a {
  min-width: 233px;
  display: inline-block;
  border: solid 1px #000;
  font-size: 1.6rem;
  border-radius: 3px;
  position: relative;
  padding: 10px 30px 7px;
}
.btn-useful a::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate( -135deg );
  transform: rotate( -135deg );
}
.btn-useful a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn-useful {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .btn-useful a {
    min-width: 169px;
    font-size: 1.3rem;
    border-radius: 3px;
    padding: 6px 20px 5px;
  }
  .btn-useful a::before {
    height: 5px;
    width: 5px;
    left: 14px;
    margin-top: -3px;
  }
}

/* ----------------------------------------
 *  採用情報
---------------------------------------- */
.index-recruit {
  padding-bottom: 30px;
}
.index-recruit .box-article_thumb {
  border-radius: 0;
}
.index-recruit .recruit_title {
  font-weight: bold;
  font-size: 1.7rem;
  padding: 15px;
}
.index-recruit .recruit_title span {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  color: #0195cf;
  font-family: Roboto, Arial, Helvetica, "sans-serif";
}
.recruit_btn {
  text-align: center;
  margin: 34px 0 31px;
}
.recruit_btn a {
  font-size: 1.6rem;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 13px 30px 12px 10px;
  display: inline-block;
  min-width: 150px;
}
.recruit_btn.new_btn a {
  min-width: 260px;
  padding: 13px 30px 12px;
}
.recruit_btn a[target="_blank"] {
  background: url(/files/user/images/employment/icon_blank.png) no-repeat right 17px center;
}
.recruit_btn a + a {
  margin-left: 27px;
}
.recruit_btn a:hover {
  text-decoration: none;
}
.recruit_logo {
  font-size: 1.5rem;
  color: #004966;
  font-weight: bold;
  padding-bottom: 26px;
  font-family: Roboto, Arial, Helvetica, "sans-serif";
}

@media only screen and (min-width: 768px) {
  .index-recruit .span-5 {
    width: 370px;
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .index-recruit .recruit_title {
    font-size: 2rem;
    padding: 10px;
  }
  .index-recruit .recruit_title span {
    font-size: 1.3rem;
    margin-bottom: -6px;
  }
  .index-recruit .box-article {
    margin: 5px 0;
  }
  .recruit_btn {
    margin: 20px 0 19px;
  }
  .recruit_btn a {
    font-size: 1.5rem;
    border-radius: 3px;
    padding: 8px 30px 5px 10px;
    min-width: 115px;
}
  .recruit_btn.new_btn a {
    min-width: 230px;
    padding: 8px 25px 5px;
  }
  .recruit_btn a[target="_blank"] {
    background: url(/files/user/images/employment/icon_blank.png) no-repeat right 13px center;
    background-size: 9px 9px;
  }
  .recruit_btn a + a {
    margin-left: 12px;
  }
  .recruit_logo {
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  .recruit_logo img {
    width: 120px;
  }
}

/* ----------------------------------------
 *  輸出該⾮判定書発⾏サービス
---------------------------------------- */
.nav-export {
  background: #f3f3f3;
}
.nav-export ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.nav-export ul li {
  float: left;
  display: block;
  border-right: solid 1px #ddd;
}
.nav-export ul li a {
  display: block;
  padding: 15px 42px 16px;
}
.nav-export ul li a:hover {
  text-decoration: none;
}
.nav-export ul li a::after {
  content: "\f0d7";
  margin-left: 20px;
}
.wrap-form .export_block p a {
  text-decoration: underline;
}
.wrap-form .export_block .wrap-form_button .btn-confirm {
  padding: 1em 35px;
}
.wrap-form .export_block .wrap-form_button .btn-confirm:hover {
  text-decoration: none;
}
.wrap-form .export_block {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.wrap-form_button + p {
  font-size: 1.4rem;
}
.export_block ul {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 0;
}
.export_block li {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.export_block li::before {
  content: "・";
}
.export_block .wrap-form_button {
  padding: 0;
  margin-top: 20px
}
.export_block .download-index_summary {
  line-height: 1.6;
}
.export_block .individual {
  line-height: 1.6;
  border-top: 1px solid #DDD;
  margin-top: 50px;
  padding-top: 30px;
}
.export_block .individual .download-index_summary {
  margin-bottom: 20px;
}
.export_block .individual .list {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.export_block .note {
  font-size: 1.4rem;
}
.export_block .individual .btn {
  margin: 20px auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .export_block .individual .btn {
    width: 25%;
  }
}

.layer-bg_export {
  line-height: 1.8;
  padding-bottom: 50px;
}
.layer-bg_export .layout-inner {
  width: 980px;
  margin: 0 auto;
}
.layer-bg_export .lv3-center {
  font-size: 1.8rem;
}
.layer-bg_export .lv3-center span {
  color: #cf0101;
}
.layer-bg_export p + p {
  margin-top: 13px;
}
.layer-bg_export p a {
  text-decoration: underline;
}
.contact-export {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 5px 0 26px;
  margin: 48px 0 0;
}
.contact-export .title.lv3-center.title-line_bottom {
  margin-top: 13px;
  border-bottom-color: #fff;
  margin-bottom: 30px;
}
.contact-export h4 {
  text-align: center;
  font-size: 1.6rem;
}
.contact-export h4::before,
.contact-export h4::after {
  content: "";
  width: 31px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 0 15px;
  vertical-align: middle;
}
.contact-export ul {
  margin: 18px 0 0;
  padding: 0;
  text-align: center;
}
.contact-export ul li {
  display: inline-block;
  font-size: 2rem;
}
.contact-export ul li:last-child {
  font-size: 1.8rem;
}
.contact-export ul li + li {
  margin-left: 40px;
}
.contact-export ul li span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .export_summary {
    line-height: 1.6;
  }
  .nav-export {
    border: solid 1px #ddd;
    border-right: none;
    margin-top: 12px;
  }
  .nav-export ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      align-items: stretch;
      text-align: center;
  }
  .nav-export ul li {
    width: 50%;
  }
  .nav-export ul li a {
    padding: 10px 20px 9px 10px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
  }
  .nav-export ul li a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -4px 0 0;
  }
  .wrap-form_export {
    background: #f3f3f3;
    padding: 25px 0 0;
  }
  .wrap-form .export_block .wrap-form_button {
    margin-bottom: 15px;
  }
  .wrap-form .export_block .wrap-form_button .btn-confirm {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 1.5rem;
  }
  .page-inquiry .wrap-form_export .export_block {
    background: #fff;
    border: none;
    text-align: left;
    font-size: 1.3rem;
    padding: 20px 20px;
    line-height: 1.5;
  }
  .export_block .download-index_summary {
    margin-bottom: 15px;
  }
  .wrap-form_button + p {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }
  .export_block ul {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .export_block li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .layer-bg_export {
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .layer-bg_export .layout-inner {
    width: auto;
  }
  .layer-bg_export .title.lv3-center.title-line_bottom {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .layer-bg_export p + p {
    margin-top: 20px;
  }
  .layer-bg_export p a {
    text-decoration: underline;
  }
  .contact-export {
    border-radius: 0;
    padding: 14px 10px 15px;
    margin: 40px -10px 0;
    text-align: center;
  }
  .contact-export .title.lv3-center.title-line_bottom {
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .contact-export h4 {
    font-size: 1.25rem;
  }
  .contact-export h4::before,
  .contact-export h4::after {
    width: 16px;
    margin: 0 15px;
  }
  .contact-export ul {
    text-align: left;
    margin: 18px 0 0;
    overflow: hidden;
    display: inline-block;
  }
  .contact-export ul li {
    float: left;
    clear: both;
    font-size: 1.3rem;
  }
  .contact-export ul li:last-child {
    font-size: 1.3rem;
  }
  .contact-export ul li + li {
    margin-left: 0;
    margin-top: 6px;
  }
}

/* product/spec  */
.search-result {}
.search-result_note {
	background: #E8EDF3;
	margin: 1em 0;
	padding: 1em;
}
.search-result .search-result_list table { margin: 0; }
.search-result .search-result_list > div:nth-child(4n+1),
.search-result .search-result_list > div:nth-child(4n+2) { background: #FAFAFA; }
.search-result .search-result_list > div:nth-child(4n+3),
.search-result .search-result_list > div:nth-child(4n+4) { background: #FFF; }
.search-result .search-result_list > div { border-bottom: 1px dotted #CCC; }
.search-result .text { text-align: left; min-width: 50%; }
.search-result .search-result_list tbody,
.search-result .search-result_list td { background: none !important; border: none; }
.table-compare thead th:not(:first-child),
.table-compare td { border-left: 1px dotted #CCC; }
.table-compare tbody th { text-align: left; }
.table-compare thead th p { word-break: break-all; text-align: left; padding-left: 1.75em; text-indent: -1.75em; }
@media print, screen and (min-width: 768px) {
	.search-result .search-result_list > div:nth-child(-n+2) { border-top: 1px dotted #CCC; }
	.search-result .search-result_list > div { max-width: 550px; }
	.search-result .check,
	.search-result .thumb { width: 80px; text-align: center; }
	.search-result_compare { text-align: right; }
}
@media only screen and (max-width: 767px) {
	.search-result .search-result_list > div:first-child{ border-top: 1px dotted #CCC; }
	.search-result .check { width: 30px; }
	.search-result .thumb { width: 55px; }
	.search-result_compare { text-align: center; }
}

/* for old source */
.side-nav dl {
	padding: 20px;
	overflow: hidden;
}
.side-nav dl dd:nth-child(n+3) { margin-top: 20px; }
.side-nav dl dd.optionPhoto { width: 100px; height: 100px; background: #FFF; float: left; clear: left; text-align: center; line-height: 100px; }
.side-nav dl dd.optionPhoto img { vertical-align: middle; }
.side-nav dl dd.linkTxt { padding-left: 120px; }
.side-nav dl dd.linkTxt a {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	word-break: break-all;
}
@media only screen and (max-width: 767px) {
	.side-nav dl dd.optionPhoto { width: 60px; height: 60px; line-height: 60px; }
	.side-nav dl dd.optionPhoto img { max-width: 60px; max-height: 60px; width: auto; height: auto; }
	.side-nav dl dd.linkTxt { padding-left: 80px; }
	.side-nav dl dd.linkTxt a { height: 60px; }
}

.spIconArea img {
	display: inline-block;
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
	.spIconArea {
		text-align: center;
	}
	.spIconArea img {
		width: auto;
	}
}
.product-caution {
	font-size: 1rem;
}

/* information */
@media print, screen and ( min-width : 768px ) {
	.list-information {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -32px;
	}
}
@media only screen and ( max-width : 767px ) {
	.list-information__item {
		margin-bottom: 32px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.list-information__item {
		margin: 0 16px;
		width: calc(50% - 32px);
	}
	.list-information__item:first-of-type {
		position: relative;
	}
	.list-information__item:first-of-type::before {
		position: absolute;
		top: 0;
		right: -16px;
		height: 100%;
		width: 1px;
		border-right: 1px dotted #ccc;
		content: "";
	}
}
.list-information__ttl {
	display: block;
	padding: 14px 0;
	background: #004966;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.article-main .nav-product_anchor {
	margin-left: 0;
}
.article-main p + .nav-product_anchor{
	margin-top: 30px;
}

.newEntryArea > p{
padding:30px 0;
text-align:center;
font-weight:bold;
}

#linkbnr {
	margin: 30px auto 0;
	width: 1140px;
}
#linkbnr p {
	margin: 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: 1px solid #999;
}
#linkbnr .bnrs {
	margin-top: 15px;
	display: flex;
}
#linkbnr a {
	width: 360px;
	margin: 0 10px;
}
.layout-inner > #linkbnr {
	margin-top: 0;
}

/* サムネイル付きの動画リスト */
.movie-list {
	margin-right: -8px;
	margin-left: -8px;
}
.movie-list > * {
	margin-bottom: 16px;
}
.movie-list.row.center {
	justify-content: center;
}

@media print, screen and ( min-width : 768px ) {
	.movie-list > .span-3,
	.movie-list > .span-4,
	.movie-list > .span-6,
	.movie-list > .span-12 {
		margin: 10px 8px;
	}
}
@media only screen and ( max-width : 767px ) {
	.movie-list > .span-s-3,
	.movie-list > .span-s-4,
	.movie-list > .span-s-6,
	.movie-list > .span-s-12 {
		margin: 10px 8px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.movie-list > .span-6 {
		width: calc(50% - 17px);
	}
}
@media only screen and ( max-width : 767px ) {
	.movie-list > .span-s-6 {
		width: calc(50% - 17px);
	}
}

@media print, screen and ( min-width : 768px ) {
	.movie-list > .span-4 {
		width: calc(33% - 17px);
	}
}
@media only screen and ( max-width : 767px ) {
	.movie-list > .span-s-4 {
		width: calc(33% - 17px);
	}
}

@media print, screen and ( min-width : 768px ) {
	.movie-list > .span-3 {
		width: calc(25% - 17px);
	}
}
@media only screen and ( max-width : 767px ) {
	.movie-list > .span-s-3 {
		width: calc(25% - 17px);
	}
}
.movie-list .movie-list__txt {
	margin-top: 8px;
	font-size: 1.6rem;
	text-align: left;
}
@media print, screen and ( min-width : 768px ) {
	.movie-list .movie-list__txt {
		text-align: center;
	}
	.movie-list .span-3 .movie-list__txt {
		text-align: left;
	}
}
@media only screen and ( max-width : 767px ) {
	.movie-list .movie-list__txt {
		/*font-size: 1.6rem;*/
		text-align: left;
	}
}

/* contact modal login */
.login-frame_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	display: none;
}
.login-frame_wrap {
	width: 550px;
	height: 400px;
	text-align: left;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.login-frame {
	width: 100%;
	height: 100%;
}
.modal-login_close {
	background: transparent;
	border: 0;
	position: absolute;
	top: 12px;
	right: 20px;
	overflow: hidden;
	text-indent: -999px;
	width: 30px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}
.modal-login_close::before,
.modal-login_close::after {
	background: #FFF;
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -12px;
}
.modal-login_close::before { transform: rotate(45deg); }
.modal-login_close::after { transform: rotate(-45deg); }
@media only screen and (max-width: 767px) {
	.login-frame_wrap { width: 89%; }
	.modal-login_close { top: 5px; right: 15px; }
	.modal-login_close::before,
	.modal-login_close::after { height: 18px; margin-top: -9px; }
}

/* メルマガ登録ボタン */
.btn-magazine {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EAEFF4;
	padding: 15px 0;
	margin: 50px 0;
	line-height: 1;
}
.btn-magazine > img:first-child {
	margin-right: 120px;
}
@media only screen and ( max-width : 767px ) {
	.btn-magazine {
		flex-direction: column;
	}
	.btn-magazine img {
		width: auto;
	}
	.btn-magazine > img:first-child {
		margin: 0 0 10px;
		width: 90%;
	}
}

/* ニュース */
.page-news_detail table, .page-news_detail th, .page-news_detail td {
	border: 1px solid;
	border-collapse: collapse;
}
.page-news_detail .layer-bg .layout-inner {
  padding: 50px 0 100px;
}

/* 周辺情報 */
.tech-columns {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tech-columns {
    flex-direction: column;
  }
}
.tech-table {
	margin-top: 1.5em;
}
.tech-table tbody {
	border-right: 1px dotted #bbb;
}
.tech-table th, .tech-table td {
	border-left: 1px dotted #bbb;
}
.tech-table th {
	width: 160px;
	background: #E4EBEA !important;
	padding: 10px !important;
}
.tech-table td {
	text-align: left !important;
	background: #FAFAFA;
}
.tech-point {
  margin-top: 1.5em;
  padding: 1em 2em !important;
}
.tech-table ul, .tech-point ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.tech-table ol, ol.alphabet {
	margin-bottom: 0;
}
.tech-table .wrap {
	border: 1px solid #E4EBEA;
	padding: 10px;
	margin-top: .5em;
	background-color: #FFF;
}
ol.alphabet {
	list-style-type: lower-latin;
}
ol.kana {
	list-style-type: katakana-iroha;
	margin-top: 1em;
}
ol.alphabet li {
	margin-bottom: .5em;
}
h5.title.lv4 {
	margin-top: 2em;
	padding-left: 20px;
}
h5.title.lv4:before {
	left: 0;
}

/* 販売終了商品 */
.endmodel .mark {
  display: inline-block;
  color: red;
  border: 1px solid red;
  padding: 5px 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.endmodel {
	padding-bottom: .1px;
}
.endmodel-detail__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 780px;
}
.endmodel .product-detail_head .item-detail {

}
@media only screen and (min-width: 768px) {
	.endmodel.layer-bg .layout-inner {
		margin-bottom: 50px;
		padding: 20px 0;
	}
	.endmodel .item-detail {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
  .endmodel .item-detail_thumb img {
    width: 85%;
  }
	.endmodel .product-detail_head .item-main {
		width: 100%;
	}
	.endmodel .product-detail_head .item-detail {
		padding: 20px 0;
	}
	.endmodel .product-detail_btns,
	.endmodel .nonsales {
		padding-top: 10px;
	}
	.endmodel .btns-right {
		display: flex;
		justify-content: space-between;
		width: 45%;
    margin: 30px auto;
	}
}
@media only screen and ( max-width : 767px ) {
	.endmodel .btns-right {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 10px;
	}
}
.endmodel .btns-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #EDA901;
	color: #FFF !important;
	font-weight: bold;
	text-align: center;
	width: calc(50% - 5px);
	height: 46px;
}
@media only screen and ( max-width : 767px ) {
	.endmodel .product-detail_btns .btns-right a {
		width: 100%;
		margin-top: 10px;
	}
}
.endmodel .btns-right a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.endmodel .btns-right a.cons1:before {
	content: "\f157";
}
.endmodel .btns-right a.cons2:before {
	content: "\f0ad";
}

.endmodel .product-detail_head .item-detail_desc {
  margin-top: 10px;
}
.endmodel .product-detail_head .item-detail_desc p {
  line-height: 1.5;
  font-size: 85%;
  margin-top: 20px;
}
.endmodel .product-detail_head .item-detail_desc p span {
  font-size: 140%;
  font-weight: bold;
}
.endmodel .product-detail_head .item-detail_desc p.notes {
  color: inherit;
  font-size: 75%;
  margin-top: 5px;
}
.endmodel .product-detail_head .item-detail_desc dt {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-right: 1.5em;
  padding: 0 3px 0 6px;
  height: 24px;
  line-height: 24px;
  background: #DCE4ED;
  font-size: 80%;
}
.endmodel .product-detail_head .item-detail_desc dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
    border-left-color: transparent;
  border-left-color: #DCE4ED;
  border-width: 12px;
  width: 0;
  height: 0;
}
.endmodel .product-detail_head .item-detail_desc dd {
  display: inline-block;
}


@media only screen and ( max-width : 767px ) {
	.product-detail_head .item-main .item-detail_desc {
		margin: 1em;
	}
	.product-detail_head .nonsales {
		width: 100%;
	}
}

.nonsales h3 {
  padding-top: 1em;
  font-size: 1.8rem;
}
.nonsales table {
  padding-top: 1em;
  width: 100%;
}
.nonsales th {
  padding-right: 2em;
  vertical-align: middle;
  font-size: 1.6rem;
}
.nonsales td {
  padding-right: 1em;
  vertical-align: middle;
}
.nonsales th a {
  color: #333;
}
.nonsales th a i,
.nonsales td a i {
  padding-right: .5em;
}
.nonsales .image {
  width: 20px;
  height: 25px;
  margin-right: 10px;
}

@media only screen and ( max-width : 767px ) {
	.nonsales table,
	.nonsales table thead,
	.nonsales table tbody,
	.nonsales table tfoot,
	.nonsales table tr,
	.nonsales table th,
	.nonsales table td {
		display: block;
	}
	.nonsales table {
		padding-top: 0;
	}
	.nonsales table th,
	.nonsales table td {
		margin-top: 1em;
		padding: 0;
	}
}

.content-main .chiller_bnr {
  text-align: center !important;
  margin-top: 2em;
}

.newsList--simple {
	margin: 0;
	padding: 0;
}
.newsList--simple_item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.newsList--simple_ttl {
	width: calc(100% - 126px);
	font-weight: bold;
	line-height: 1.7;
}
.newsList--simple_ttl > a {
	color: #333;
}
.newsList--simple_category {
	border: 1px solid #0195CF;
	margin-right: 16px;
	width: 110px;
	background-color: #FFF;
	color: #0195CF;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.js-popupImg {
		cursor: zoom-in;
	}
}

/* 離脱バナー */
.withdrawalTrigger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .withdrawalTrigger {
    display: none;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,.2);
  transition: opacity .8s;
  pointer-events: none;
}
.overlay.is-show {
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.withdrawal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .withdrawal {
    width: 600px;
    height: 600px;
    transition: box-shadow .4s;
  }
  .withdrawal:hover {
    opacity: 1 !important;
    box-shadow: 0 0 40px rgba(255,255,255,1);
  }
}

/* contact 型式・台数 */
.p-contactQtTbl_tr.is-hide,
.p-contactQtTbl_addBtn.is-hide,
.p-contactQtTbl_delBtn.is-hide {
	display: none;
}

.p-contactQtTbl_delBtn,
.p-contactQtTbl_addBtn {
	appearance: none;
	border: none;
	background: none;
	cursor: pointer;
}
.p-contactQtTbl_addBtn {
	margin-top: 10px;
}
.p-contactQtTbl_delBtn > i,
.p-contactQtTbl_addBtn > i {
	margin-right: 4px;
}
.p-contactQtTbl_addBtn > i {
	color: #EDA900;
}
.notyet > td {
	border-top: 0;
	padding-top: 0 !important;
}
tr:has(+ .notyet) > td {
	border-bottom: 0;
}
.p-contactQtTbl_tr input:read-only {
	background: #EEE;
	outline: none;
}


@media print, screen and (min-width: 768px) {
  .feature-header .catalog-dl_btn {
    position: relative;
    width: auto;
  }
}
.feature-header .catalog-dl_btn a {
  width: 240px;
  margin-top: 2em;
  font-size: 1.2em;
  background: #01a5e9;
}
.feature-header .catalog-dl_btn a::before {
  width: 15px;
  height: 18px;
  background: url(/files/user/images/common/common_icon_download_sp.png) repeat;
  margin: 0 5px -2px 0;
}

.sec__list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.sec__list-item {
  width: 50%;
  max-width: 256px;
  margin: 0 4.8% 0 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .sec__list-item {
    max-width: 340px;
    margin: 0 40px 0 0;
  }
}
.sec__list-item:last-of-type {
  margin: 0 0 0 0 !important;
}
.sec__list-item a {
  display: block;
  position: relative;
  padding: 15px 3% 12px 18%;
  background: #01a5e9;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .044em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec__list-item a {
    padding: 13px 3% 13px 15%;
    font-size: 1.3rem;
  }
}
.sec__list-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sec__list-item a {
    padding: 15px 20px 15px 48px;
    border-radius: 6px;
    font-size: 2.2rem;
  }
}
.sec__list-item:last-of-type a {
  background: #eda901;
}
.sec__list-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 15px;
  height: 19px;
  background: url(/files/user/images/common/common_icon_download_sp.png) top center/cover;
}
@media screen and (min-width: 768px) {
  .sec__list-item a:before {
    left: 22px;
    top: calc(50% - 4px);
    bottom: 10px;
    width: 24px;
    height: 28px;
  }
}
.sec__list-item:last-of-type a:before {
  top: calc(50% - 1px);
  background: url(/files/user/images/common/common_icon_price_sp.png) top center/cover;
}

/* 404:contact*/
.block-contact--404 {
	color: #FFF;
	text-align: center;
}
	.block-contact--404 .title { margin-bottom: 15px; font-size: 2.6rem; font-weight: bold; text-align: center; }
	.block-contact--404 .sub-title { color: #FFF; }
@media print, screen and ( min-width : 768px ) {
	.block-contact--404 { padding: 40px 0; }
		.block-contact--404 .m-contact_desc { font-size: 1.6rem; margin: 10px 0 32px; }
}
@media only screen and ( max-width : 767px ) {
	.block-contact--404 {}
	.block-contact--404 .layout-inner { padding: 25px 0; }
	.block-contact--404 .m-contact_desc { font-size: 1.1rem; line-height: 1.5; margin-bottom: 1em; }
}

/* MARSFINDER */
.c-MfFinder {
	margin: 0 auto 66px;
	max-width: 1000px;
}
@media print, screen and (min-width : 768px) {
	.c-MfFinder {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 32px;
	}
}
.c-MfFinder_dt {
	border-left: 8px solid #004F9A;
	padding-left: 1em;
	line-height: 38px;
	font-weight: bold;
	font-size: 1.6rem;
}
@media print, screen and (min-width : 768px) {
	.c-MfFinder_dt {
		width: 200px;
	}
}
@media print, screen and (min-width : 768px) {
	.c-MfFinder_dd {
		width: 600px;
	}
}
@media print, screen and (max-width : 767px) {
	.c-MfFinder .mf_finder_searchBox {
		margin-left: 0;
		margin-right: 0;
	}
}
.c-MfFinder .mf_finder_searchBox_query_input {
	border: 2px solid #A6A6A6;
	padding: .5em 1em;
	background: #EEE;
	font-size: 1.6rem;
}
.c-MfFinder .mf_finder_searchBox_submit {
	border-radius: 0;
	border-bottom: 4px solid #00B0F0;
	margin-left: 8px;
	padding: 6px 1em;
	background: #004F9A;
	font-size: 1.6rem;
	font-weight: bold;
}
@media print, screen and (min-width : 768px) {
	.c-MfFinder .mf_finder_searchBox_submit:hover {
		opacity: .6;
	}
}
.c-MfFinder .mf_finder_searchBox_submit::before {
	display: none;
}
/* 404 */
.p-404_ttl {
    margin-bottom: 1em;
	font-size: 1.9rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}

/* 404:productList */
.p-404ProdctList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem 5%;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.p-404ProdctList_item {
	display: grid;
	text-align: center;
}
.p-404ProdctList_link {
	display: block;
	border-radius: 8px;
	padding: 16px;
	color: #333 !important;
}
.p-404ProdctList_txt {
	margin-bottom: 32px;
}
.p-404ProdctList_thumb {
	margin: 0 auto 16px;
	max-width: 180px;
}
.p-404ProdctList_btn {
	margin: 5px auto 0;
}
@media print, screen and (max-width: 767px) {
	.p-404ProdctList_txt {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
}

@media print, screen and (min-width : 768px) {
	.p-404ProdctList {
		grid-template-columns: repeat(4, 1fr);
		gap: 32px 2%;
		margin: 0 auto;
		max-width: 800px;
	}
	.p-404ProdctList_name {
		display: inline-block;
		position: relative;
		padding-right: 16px;
		font-size: 1.4rem;
	}
	.p-404ProdctList_name::before {
		position: absolute;
		top: 50%;
		right: 0;
		border: 2px solid #0195CF;
		border-bottom: 0;
		border-left: 0;
		width: 6px;
		height: 6px;
		transform: translate(0, -50%) rotate(45deg);
		content: "";
	}
}