.text-bold {
  font-weight: bold;
}

.text-red {
  color: #f00;
}

.link-arrow-light-blue {
  padding: 0;
  color: #3060c0 !important;
  background: none;
}
/* .link-arrow-light-blue::before {
  margin-right: .3em;
  width: 8px;
  height: 10px;
  content: '';
  background: url(/wiring/switch_concent/common/img/icon_arow_light-blue.png) no-repeat 50% 50%/cover;
  display: inline-block;
}
.link-arrow-light-blue[target="_blank"]::after {
  margin-left: .3em;
  width: 14px;
  height: 11px;
  content: '';
  background: url(/wiring/switch_concent/common/img/icon_blank_blue.png) no-repeat 50% 50%/cover;
  display: inline-block;
} */
@media screen and (min-width: 641px) {
  .link-arrow-light-blue:hover {
    opacity: .7;
  }
}

.btn_link {
  display: inline-block;
  padding: 20px;
  border: 1px solid #cccccc;
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
}
.btn_link.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.btn_link.right {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.btn_link p {
  padding: 0 18px 0 0;
  line-height: 18px;
  background: url(/jp/customer/wiring/switch_concent/common/img/icon_large-arow_black.png) 100% 25% no-repeat;
}
.btn_link:hover > p {
  opacity: 0.7;
  background: url(/jp/customer/wiring/switch_concent/common/img/icon_large-arow_black-hover.png) 100% 25% no-repeat;
}
.btn_link[target="_blank"] p, .btn_link[target="_blank"]:hover > p {
  background: url(/jp/customer/wiring/switch_concent/common/img/icon_blank_black.png) 100% 45% no-repeat;
}

@media screen and (min-width: 641px) {
  .mod_billboard {
    position: relative;
  }
  .mod_billboard .mod_bnrlink_in_three {
    margin-left: 149px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .mod_billboard .mod_bnrlink_in_three ul {
    width: auto;
  }
  .mod_billboard .mod_bnrlink_in_three ul li {
    width: 335px;
  }
  .mod_billboard .mod_bnrlink_in_three ul a:visited, .mod_billboard .mod_bnrlink_in_three ul a:link {
    color: #333;
  }
  .mod_billboard .mod_bnrlink_in_three .mod_bnrlink_in_three_text {
    background: url(../../index/images/btn_arw.png) 96% center no-repeat;
  }
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_billboard .mod_bnrlink_in_three ul {
    padding: 0;
  }
  .mod_billboard .mod_bnrlink_in_three ul li {
    padding: 10px 0;
    border: 0;
    background: #000;
  }
  .mod_billboard .mod_bnrlink_in_three ul li a {
    color: #fff;
  }
  .mod_billboard .mod_bnrlink_in_three ul li a p {
    padding-right: 30px;
    background: url(/common/sumai2015/images/icon_arrow_01.png) no-repeat 97% 50%;
    background-size: 3% auto;
  }
  .mod_billboard .mod_bnrlink_in_three ul li a span {
    display: none;
  }
}

.mod_tab {
  margin-top: 60px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab {
    margin-top: 10px;
  }
}
.mod_tab .resp-tabs-container {
  padding: 20px 0 0 0;
  background-color: #efefef;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab .resp-tabs-container {
    padding: 0;
  }
}
.mod_tab_menu ul {
  margin: 0 0 0 -1px;
  width: 968px;
  overflow: hidden;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu ul {
    margin: 0;
    width: 100%;
  }
}
.mod_tab_menu ul li {
  width: 483px;
  border-left: #fff solid 1px;
  float: left;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu ul li {
    width: 100%;
    border-left: none;
    float: none;
  }
}
.mod_tab_menu ul li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu ul li a img {
    width: 100%;
    height: auto;
  }
}
.mod_tab_menu ul li a span {
  padding: 10px 0 0 15px;
  width: 483px;
  height: 36px;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  background: rgba(67, 67, 67, 0.5) none repeat scroll 0 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu ul li a span {
    padding: 10px 5px 10px 10px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
    background-color: #9d9d99;
    vertical-align: middle;
    display: block;
    position: static;
  }
}
.mod_tab_menu ul li:nth-child(2n) a span {
  width: 482px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu ul li:nth-child(2n) a span {
    width: 100%;
  }
}
.mod_tab_menu.mod_tab_menu-03 ul li {
  margin-bottom: 1px;
  width: 321px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu.mod_tab_menu-03 ul li {
    margin-bottom: 0;
    width: 100%;
    border-left: none;
    float: none;
  }
}
.mod_tab_menu.mod_tab_menu-03 ul li a span {
  width: 321px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu.mod_tab_menu-03 ul li a span {
    padding: 10px 5px 10px 10px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
    background-color: #9d9d99;
    vertical-align: middle;
    display: block;
    position: static;
  }
}
.mod_tab_menu.mod_tab_menu-03 ul li:nth-child(2n) a span {
  width: 321px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu.mod_tab_menu-03 ul li:nth-child(2n) a span {
    width: 100%;
  }
}
.mod_tab_menu.mod_tab_menu-03 ul li:nth-child(3n) a span {
  width: 322px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu.mod_tab_menu-03 ul li:nth-child(3n) a span {
    width: 100%;
  }
}
.mod_tab_menu_text {
  padding: 12px 20px 14px 20px;
  color: #666;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu_text {
    padding: 10px;
  }
}
.mod_tab_menu_text p {
  margin: 0 0 10px 0;
  font-size: 115%;
  line-height: 1.5;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_menu_text p {
    margin: 0;
    font-size: 12px;
  }
}
.mod_tab_menu_text p strong {
  margin-bottom: 10px;
  color: #333;
  display: inline-block;
}
.mod_tab_conceptlink {
  margin: 0 20px 0 20px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_conceptlink {
    margin: 0;
    border-top: none;
    background-color: #fff;
  }
}
.mod_tab_conceptlink .conceptlinkTitle {
  padding: 15px 0;
  font-size: 1.5714285714em;
  font-weight: bold;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_conceptlink .conceptlinkTitle {
    padding: 15px 10px;
  }
}
.mod_tab_conceptlink .conceptlinkTitle:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_conceptlink .conceptlinkTitle:first-of-type {
    padding-top: 15px;
  }
}
.mod_tab_conceptlink ul {
  margin: 0 -20px 0 0;
  width: 945px;
  overflow: hidden;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_conceptlink ul {
    margin: 0;
    width: 100%;
    border-top: #ccc 1px solid;
  }
}
.mod_tab_conceptlink ul li {
  margin: 0 20px 20px 0;
  width: 216px;
  float: left;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tab_conceptlink ul li {
    margin: 0;
    width: 100%;
    border-bottom: #ccc 1px solid;
    float: none;
  }
  .mod_tab_conceptlink ul li br {
    display: none;
  }
}
.mod_tab_conceptlink ul li a {
  line-height: 1.5;
  display: table;
}
.mod_tab_conceptlink ul li a:link, .mod_tab_conceptlink ul li a:visited, .mod_tab_conceptlink ul li a:hover, .mod_tab_conceptlink ul li a:active {
  color: #333;
}
.mod_tab_conceptlink ul li a span {
  vertical-align: middle;
  display: table-cell;
}
.mod_tab_conceptlink ul li a span.conceptlinkImg {
  padding: 0 13px 0 0;
  width: 80px;
}
.mod_tab_conceptlink ul li a span.conceptlinkImg img {
  width: 100%;
  height: auto;
}

.column-two .column-two_child .column-two_image img,
.column-two .column-two_child .column-three_image img,
.column-two .column-two_child .column-four_image img,
.column-two .column-three_child .column-two_image img,
.column-two .column-three_child .column-three_image img,
.column-two .column-three_child .column-four_image img,
.column-two .column-four_child .column-two_image img,
.column-two .column-four_child .column-three_image img,
.column-two .column-four_child .column-four_image img,
.column-three .column-two_child .column-two_image img,
.column-three .column-two_child .column-three_image img,
.column-three .column-two_child .column-four_image img,
.column-three .column-three_child .column-two_image img,
.column-three .column-three_child .column-three_image img,
.column-three .column-three_child .column-four_image img,
.column-three .column-four_child .column-two_image img,
.column-three .column-four_child .column-three_image img,
.column-three .column-four_child .column-four_image img,
.column-four .column-two_child .column-two_image img,
.column-four .column-two_child .column-three_image img,
.column-four .column-two_child .column-four_image img,
.column-four .column-three_child .column-two_image img,
.column-four .column-three_child .column-three_image img,
.column-four .column-three_child .column-four_image img,
.column-four .column-four_child .column-two_image img,
.column-four .column-four_child .column-three_image img,
.column-four .column-four_child .column-four_image img {
  width: 100%;
  height: auto;
}

.column-two_info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column-two_info-area {
    display: block;
  }
}
.column-two_info-area * {
  box-sizing: border-box;
}
.column-two_info-area .column-two_child {
  margin-bottom: 40px;
  flex-basis: 463px;
  overflow: hidden;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column-two_info-area .column-two_child {
    margin-bottom: 20px;
  }
}
.column-two_info-area .column-two_child .column-two_image {
  padding-right: 15px;
  width: 200px;
  float: left;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column-two_info-area .column-two_child .column-two_image {
    padding-right: 5%;
    width: 40%;
  }
}
.column-two_info-area .column-two_child .column-two_text {
  width: 263px;
  float: right;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column-two_info-area .column-two_child .column-two_text {
    width: 60%;
  }
}
.column-two_info-area .column-two_child .column-two_text p {
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column-two_info-area .column-two_child .column-two_text p {
    margin-bottom: .6em;
    line-height: 1.35;
  }
}
.column-two_info-area .column-two_child .column-two_text p.title {
  font-weight: bold;
}

.column-one_img-right > .column-one_image > dl dd {
  margin-top: 10px;
  text-align: center;
}

.series .btn_link,
.lower #lineup .btn_link {
  min-width: 30%;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .series .btn_link,
  .lower #lineup .btn_link {
    width: auto;
    display: block;
  }
}
.series .btn_link:not(:first-of-type),
.lower #lineup .btn_link:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .series .btn_link:not(:first-of-type),
  .lower #lineup .btn_link:not(:first-of-type) {
    margin: 10px 0 0;
  }
}

.sw-spot {
  margin: 40px 0;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .sw-spot .sw-spot-inner {
    margin: 10px;
    width: auto;
  }
  .sw-spot h3 {
    float: none;
    width: auto;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
  }
  .sw-spot ul {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
  }
  .sw-spot ul li {
    margin: 0 0 0.2666666667vw 0.2666666667vw;
  }
  .sw-spot ul li a {
    width: 23.3333333333vw;
    height: 0;
    padding-top: 16.9333333333vw;
    line-height: 16.9333333333vw;
    background-size: cover;
  }
}

.reform-nav {
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
  background: #e8e8e8;
  clear: both;
}
@media screen and (min-width: 641px) {
  .reform-nav br {
    display: none;
  }
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav {
    padding: 20px 0;
  }
}
.reform-nav h3 {
  margin: 0 0 30px;
  color: #791327;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.reform-nav p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.reform-nav .btn {
  margin: auto;
  width: 62.0475698035%;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav .btn {
    width: auto;
  }
}
.reform-nav .btn li {
  margin-bottom: 20px;
}
.reform-nav .btn li:last-of-type {
  margin-bottom: 0;
}
.reform-nav .btn li a {
  padding: 25px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #ff7e00;
  border-radius: 4px;
  display: block;
  position: relative;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav .btn li a {
    padding: 20px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.reform-nav .btn li a::after {
  content: '\f0da';
  font-size: 16px;
  font-family: FontAwesome;
  position: absolute;
  top: 40%;
  right: 12px;
}
@media screen and (min-width: 641px) {
  .reform-nav .btn li a:hover {
    background: #ff9e40;
  }
}
.reform-nav .btn li.pdf .text {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  color: #fff !important;
}
.reform-nav .btn li.pdf .text::before {
  margin-top: -17px;
  width: 26px;
  height: 33px;
  content: '';
  background: url(/jp/customer/wiring/switch_concent/common/img/icon_pdf.png) no-repeat 50% 50%/cover;
  /*display: inline-block;
  vertical-align: middle;*/
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.reform-nav .btn li.map a {
  padding: 4px;
}
.reform-nav .btn li.map span {
  vertical-align: middle;
  display: table-cell;
}
.reform-nav .btn li.map .image {
  width: 20%;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav .btn li.map .image {
    width: 40%;
  }
}
.reform-nav .btn li.map .image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.reform-nav .btn li.map .text {
  width: 80%;
}
@media screen and (max-width: 640px) and (max-device-width: 1280px) {
  .reform-nav .btn li.map .text {
    width: 60%;
  }
}

.sumai-video-lightbox {
  z-index: 10000;
}

#sectionContents .name-frame {
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 4px;
	margin: 0 2px;
	line-height: 1.2;
}
