@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: none; /* modified from 0 by H.Fukui 2017.05.12 */
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* baseSet */
body {
  color: #333333;
  background: #e3e3e3;
  -webkit-text-size-adjust: 100%;
}

a {
/*  color: #333333; removed by H.Fukui */
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
}

p {
  margin: 0;
  background: url("../img/bg_clear.png");
  word-break: break-all;
  max-height: 999999px;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

img {
  vertical-align: top;
}

sup {
  line-height: 1;
}

sub {
  line-height: 1;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  padding: 0;
}

.section {
  width: 976px; /* 967px */
  margin: 0 auto 40px;
}

.section.movie {
  margin: 0 auto;
}

.section.large_margin_top {
  margin: 100px auto 40px;
}

.section_middle {
  margin: 30px auto 0;
  overflow: hidden;
}

.section_small {
  margin: 20px auto 0;
  overflow: hidden;
}

.section_more_small {
  margin: 10px auto 0;
}

.back-gray-section {
  padding: 10px 0;
  background: #efefef;
}
.back-gray-section.forButtons {padding: 10px 0 2px 0;} /* added by H.Fukui */

.bg-gray {background-color:#efefef;}  /* added by H.Fukui 2017.04.07 */

#container {
  margin: 0 auto;
  background: #ffffff;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

#container.light-box_view {
  position: relative;
}

#container div {
  box-sizing: border-box;
}

#container a:active,
#container a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: #999999;
  font-family: "Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

/* headerSet */
#globalheader_nav2015 {
  margin: 0 140px 0 160px;
  font-size: 0;
  text-align: center;
}

#globalheader_nav2015 nav {
  display: inline-block;
}

#globalheader_nav2015 .main_menu {
  margin-top: 28px;
  overflow: hidden;
  zoom: 1;
}

#globalheader_nav2015 .main_menu li {
  display: inline-block;
  margin-left: 35px;
  height: 42px;
  text-align: center;
}

#globalheader_nav2015 .main_menu li:first-child {
  margin-left: 0;
}

#globalheader_nav2015 .main_menu li a {
  display: inline-block;
  font-family: 'Open Sans Condensed' , sans-serif;
  font-size: 16px;
  color: #b6b6b6;
  font-weight: bold;
  text-decoration: none;
  -webkit-text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #222;
  padding: 1px 0;
}

#globalheader_nav2015 .main_menu li a:hover,
#globalheader_nav2015 .main_menu li.active a {
  color: #fff;
  text-shadow: none;
}

#globalheader_nav2015 .main_menu li.active {
  background: url(../images/icn-nav-global-arrow-top.png) no-repeat 50% 100%;
}

/* navSet */
#browsebar.fix.nofix {
  position: relative;
}
#browsebar-wrapper {height:40px;} /* added by H.Fukui */
#browsebar-in {
  height: 39px;
  background: #6c6c6c; /* added by H.Fukui, modified from #777 2017.05.31 */
  border-bottom: 1px solid #fff; /* #5D5D5D */
}

#browsebar-name {
  margin-top: 0;
  float: left;
}

#browsebar-name .name {
  display: block;
  float: left;
  width: 250px;  /* 146px */
  padding: 12px 0 0 0;  /* 10px 0 */
  font-size: 18px;  /* 14px */
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  color: #fff; /* #666 */
}

#browsebar-name .name a {color:#fff;} /* added by H.Fukui */
#browsebar-name .name span {font-size:16px !important;} /* added by H.Fukui */

#browsebar-name .name a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

#browsebar-in a#toConsumer {
  display: block;
  float: left;
  margin-top: 16px;
  padding-left: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #efefef; /* modified from #ddd by H.Fukui 2017.05.31 */
/*  background: url("../img/icon_arow_light-wh.png") no-repeat 0px 0px; */
  background: url("../img/icn-arrow-ddd-right.gif") no-repeat 0px 3px;
}
#browsebar-in a#toConsumer:hover {color: #fff;}

#sumai_bmenu {
  font-size: 0;
  position: relative;
  z-index: 5;
}

#sumai_bmenu .list-flyout.active:after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  position: relative;
  bottom: -40px;
  left: 47%;
}

#sumai_bmenu .list-flyout.active a::after:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

#sumai_bmenu a {
  text-decoration: none!important;
}

#sumai_bmenu a:hover, #sumai_bmenu a:hover img {
  opacity: 0.7;
  /*filter:alpha(opacity=70);*/
}

/* #sumai_bmenu p.pliving_logo {margin-left: 7px;} */

#sumai_bmenu > ul.sumai_bmenu_ul {
  float: right;/*  added by H.Fukui */
  zoom: 1;
}

div#sumai_bmenu ul.sumai_bmenu_ul li.title_list {
  float: left;
  background: url("../img/bg_navGlobal2.gif") repeat-x scroll 0 0;
}

div#sumai_bmenu ul.sumai_bmenu_ul li.list-flyout a.active {
  background: url("../img/icon_notch.png") no-repeat center bottom;
}

div#sumai_bmenu ul.sumai_bmenu_ul > li > a {
  width: auto;  /* orginally 134px */
  height: 21px;
  text-align: center;
  padding: 12px 16px 4px 16px;  /* orginally 16px 0 0 0 */
  float: left;
  display: block;
  color: #fff; /* #ddd */
  font-size: 14px;
  font-weight: bold;
/*  background: url("../img/bg_navGlobalSide2.gif") no-repeat scroll 0 0 transparent; */
  border-left: 1px solid #999; /* added by H.Fukui */
  border-right: 1px solid #555;
  border-bottom: 1px solid #777; /* #8A8989 */
  position: relative;
}

div#sumai_bmenu ul.sumai_bmenu_ul > li.stay > a { /* added by H.Fukui */
  background-color: #fff!important;
  border-bottom: 1px solid #fff;
  color: #333;
}

/* styleLight 
================================================================================================*/
.styleLight #browsebar-in {
  background: none;
  background-color: #e5e5e5;
  color: #666;
}

.styleLight #browsebar-name .name {
  padding: 5px 0;
}

.styleLight #browsebar-name .name a {
  color: #666;
}

.styleLight #sumai_bmenu ul.sumai_bmenu_ul > li > a {
  color: #999;
}

.styleLight #sumai_bmenu ul.sumai_bmenu_ul > li + li > a {
  border-left: 1px solid #666;
}

/* flyout */
#sumai_bmenu #sumai_flyout {
  position: absolute;
  width: 976px;
  background-color: rgba(0, 0, 0, 0.84);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#d6000000, EndColorStr=#d6000000);
  right: 0;
  top: 39px; /* 47px */
  height: 0;
  overflow: hidden;
  z-index: 6; /* 1 */
}

#sumai_bmenu #sumai_flyout:not(:target) {
  -webkit-filter: none;
          filter: none;
}

#sumai_bmenu #sumai_flyout .sumai_flyout_in {
  position: relative;
}

/* flyout
================================================================================================*/
#sumai_bmenu .sumai_flyout {
  position: absolute;
  display: none;
  right: 0;
  top: 39px; /* 47px */
  width: 976px;
  z-index: 7; /* 5 */
  background-image: url(../img/space.gif);
}

#sumai_bmenu #data.sumai_flyout {
  display: block;
}

#sumai_bmenu .sumai_flyout .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

div#sumai_bmenu div.sumai_flyout div.sumai_flyout_in div { /* modified by H.Fukui */
  padding: 20px;
}

#sumai_bmenu .sumai_flyout p.sumai_flyout_title {
  font-size: 14px;
  /*margin-bottom:10px;*/
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#sumai_bmenu .sumai_flyout p.sumai_flyout_title a {
  color: #fff; /* #666 */
}

#sumai_bmenu .sumai_flyout ul.sumai_flyout_ul {
  width: 100%;
}

#sumai_bmenu .sumai_flyout ul.sumai_flyout_ul li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#sumai_bmenu .sumai_flyout ul.sumai_flyout_ul li a {
  display: inline-block;
  padding: 5px 3px 5px 15px;
  color: #fff; /* #666 */
  background: url(../img/list_img.gif) no-repeat 0 50%;
}

.sumai_flyout div.infoType { /* added by H.Fukui */
  margin: 10px 0 -10px 250px;
  font-size: 14px;
  font-weight: bold;
  color: #f90;
}

/* flyout .simple_list
================================================================================================*/
#sumai_bmenu .sumai_flyout .simple_list .sumai_flyout_title {
  width: 229px;
  float: left;
  vertical-align: middle;
}

#sumai_bmenu .sumai_flyout .simple_list .sumai_flyout_title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 90px; /* 120px */
}

#sumai_bmenu .sumai_flyout .simple_list .sumai_flyout_title a {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 12px 16px;
  text-align: center;
}

#sumai_bmenu .sumai_flyout .simple_list .sumai_flyout_ul {
  width: 687px;
  float: right;
  padding: 0 18px;
  box-sizing: border-box;
}

#sumai_bmenu .sumai_flyout .simple_list .sumai_flyout_ul li {
  width: 30%;
  display: inline-block;
  margin-bottom: 8px;
}

#sumai_bmenu .sumai_flyout .simple_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}


/* flyout .image_list
================================================================================================*/
#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_title {
  width: 229px;
  float: left;
}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 200px;
}
#sumai_bmenu .sumai_flyout .image_list p.sumai_flyout_title.dual:before {height: 100px;}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_title a {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 12px 16px;
  text-align: center;
}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_ul {
  padding: 0;
  width: 687px;
  float: right;
  box-sizing: border-box;
}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_ul li {
  font-size: 11px;
  width: 137px;
  display: inline-block;
  margin-bottom: 8px;
}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_ul li a {
  background: none;
  padding: 0;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

#sumai_bmenu .sumai_flyout .image_list .sumai_flyout_ul li a img {
  display: block;
  width: 48px;
  margin: 0 auto;
}

#sumai_bmenu .sumai_flyout .image_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}



div.breadcrumb {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
/*  font-family: sans-serif; added by H.Fukui */
/*  border-bottom: 1px solid #e6e6e6; removed by H.Fukui */
  padding: 10px 0;
/*  overflow: hidden; removed by H.Fukui */
  display: table;
}

div.breadcrumb.has_oneline_logo {
  padding-top: 14px;
  padding-bottom: 14px;
}

div.breadcrumb .breadcrumb_in {
  width: 976px; /* 967px */
  margin: 0 auto;
  display: table;
}

div.breadcrumb .breadcrumb_in ul {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

div.breadcrumb .breadcrumb_in ul li {
  float: left;
}

div.breadcrumb .breadcrumb_in ul li a {
  color: #333;
}

div.breadcrumb .breadcrumb_in ul li a:hover {
  color: #707070;
}

div.breadcrumb .breadcrumb_in ul li:before {
  content: ">";
  margin: 0 7px;
  color: #9f9f9f;
}

div.breadcrumb .breadcrumb_in ul li:first-child:before {
  content: none;
  margin: 0;
}

div.breadcrumb .breadcrumb_in .logo_area {
  display: table-cell;
  vertical-align: middle;
}

div.breadcrumb .breadcrumb_in .logo_area p {
  float: right;
}

.hamburger_nav_btn {
  width: 65px;
  height: 70px;
  background: url("../img/btn_navHamburger.png") no-repeat 50% 50% #1d1d1d;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hamburger_nav_btn:hover {
  background: url("../img/btn_navHamburger.png") no-repeat 50% 50% #4a4a4a;
}

.hamburger_nav_btn.hamburger_nav_btn-kana {
  width: 65px;
  height: 70px;
  background: url("../img/btn_navHamburger_kana.png") no-repeat 50% 50% #1d1d1d;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hamburger_nav_btn.hamburger_nav_btn-kana:hover {
/*  background: url("../img/btn_navHamburger_kana.png") no-repeat 50% 50% #4a4a4a; */
  background-color: #4a4a4a; /* added by H.Fukui 2017/03/22 */
}
.hamburger_nav_btn.hamburger_nav_btn-kana.hamburger_nav_btn-kana-close { /* added by H.Fukui 2017/03/22 */
  background: url("../img/btn_navHamburger_kana_close.png") no-repeat 50% 50% #1d1d1d;
}
.hamburger_nav_btn.hamburger_nav_btn-line-kana {
  width: 65px;
  height: 70px;
  background: url("../img/btn_navHamburger_menu-kana.png") no-repeat 50% 50% #1d1d1d;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hamburger_nav_btn.hamburger_nav_btn-line-kana:hover {
  background: url("../img/btn_navHamburger_menu-kana.png") no-repeat 50% 50% #4a4a4a;
}

.hamburger_nav_contents {
  width: 976px;  /* 967px */
  margin: 0 auto;
  position: absolute;
  display: none;
  background: url("../img/bg_hamburger_nav.png") #1d1d1d;
  border: 1px solid #000000;
  z-index: 99;
}

.fixed .hamburger_nav_contents {
  width: 976px;  /* 967px */
}

.hamburger_nav_contents a {
  color: #d9d9d9;
}

.hamburger_nav_contents a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hamburger_nav_contents.show {
  display: block;
}

.hamburger_nav_contents .hamburger_nav_contents_in {
  width: 976px;  /* 967px */
  margin: 0 auto;
}

.hamburger_nav_contents .title_area {
  padding: 15px 25px 15px 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.hamburger_nav_contents .hamburger_nav_list {
  display: table;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_title .title_area02 {
  width: 320px;
  padding: 10px 0 5px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #3e3e3e;
  display: table-cell;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_title.four_column .title_area02 {
  width: 244px; /*255 */
  padding: 10px 0 5px 15px;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .contents_in {
  width: 340px;
  display: table-cell;
  border-left: 1px solid #6f6e6e;
  /*border-bottom: 1px solid #6f6e6e;*/
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.four_column .contents_in {
  width: 243px; /*255 */
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .contents_in:first-child {
/*  border-left: none; */
  border-left: 1px solid #1d1d1d;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .contents_in.spOnly {
  display: none; /* added by H.Fukui */
}

/* added by H.Fukui to include the title in the same block as contents list */
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .hamburger_nav_list_child_title { 
  padding: 10px 0 5px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #3e3e3e;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul {
  padding: 15px 10px 30px 25px;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.four_column ul {
  padding: 15px 15px 30px 15px;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li {
  margin: 5px 0 0 0;
}

.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li:first-child {
  margin: 0;
}

.hamburger_nav_middle {
  padding: 15px 0 15px 25px;
  /*border-bottom: 1px solid #6f6e6e;*/
  display: table;
}

.hamburger_nav_middle .hamburger_nav_middle_in {
  margin: 10px 0 0 0;
}

.hamburger_nav_middle .hamburger_nav_middle_in:first-child {
  margin: 0 0 0 0;
}

.hamburger_nav_middle .hamburger_nav_middle_in p {
  width: 312px; /* 340 */
  display: table-cell;
  text-align: center; /* added by H.Fukui */
}

.hamburger_nav_bottom {
  display: table;
  background: #3e3e3e;
}

.hamburger_nav_bottom_child {
  width: 243px; /* 241 */
  display: table-cell;
  border-left: 1px solid #6f6e6e;
}

.hamburger_nav_bottom_child:first-child {
/*  border: none; */
  border-left: 1px solid #1d1d1d;
}

.hamburger_nav_bottom_child a {
  width: 255px;
  height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #3e3e3e;
}

.hamburger_nav_bottom_child a:hover {
  text-decoration: none;
  background: #505050;
}

.bottom_nav {
  margin: 40px auto 0;
}

.bottom_nav .top_section {
  width: 976px;  /* 967px */
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: table;
}

.bottom_nav .top_section02 {
  width: 976px;  /* 967px */
  margin: 0 auto;
  padding: 0 0 20px 0;
  border: none;
  display: table; /* corrected by H.Fukui 2017.05.17 */
}

.bottom_nav .top_section ul,
.bottom_nav .top_section02 ul {
  overflow: hidden;
  display: table;
  width: 100%;
}

.bottom_nav .top_section ul li,
.bottom_nav .top_section02 ul li {
  width: 25%;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  position: relative;
}

.bottom_nav .top_section ul li a .layer {
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.1;
  background: #3e3e3e;
}

.bottom_nav .top_section ul.column_three li,
.bottom_nav .top_section02 ul.column_three li {
  width: 320px;
}

.bottom_nav .top_section ul li a,
.bottom_nav .top_section02 ul li a {
  min-width: 220px;
  padding: 20px 0;
  height: 100%;
  display: block;
  color: #333 !important;
}

#container main #contents .bottom_nav .top_section ul li a:hover > .text_area p,
#container main #contents .bottom_nav .top_section02 ul li a:hover > .text_area p {
  color: #333 !important;
}

#container main #contents .bottom_nav .top_section ul li a:hover > .text_area .title,
#container main #contents .bottom_nav .top_section02 ul li a:hover > .text_area .title {
  color: #02266d !important;
}

.bottom_nav .top_section ul.column_three li a,
.bottom_nav .top_section02 ul.column_three li a {
  width: 300px;
}

.bottom_nav .top_section ul li:first-child,
.bottom_nav .top_section02 ul li:first-child {
  border: none;
}

.bottom_nav .top_section ul li .icon_area,
.bottom_nav .top_section02 ul li .icon_area {
  width: auto;
  height: 97px;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.bottom_nav .top_section ul.column_three li .icon_area,
.bottom_nav .top_section02 ul.column_three li .icon_area {
  width: 300px;
}

.bottom_nav .top_section ul li .text_area,
.bottom_nav .top_section02 ul li .text_area {
  margin: 20px 0 0 0;
}

.bottom_nav .top_section ul li .text_area .title,
.bottom_nav .top_section02 ul li .text_area .title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #02266d;
}

.bottom_nav .middle_section {
  background: #e8e8e8;
  font-size: 16px;
}

.bottom_nav .middle_section ul {
  width: 976px;  /* 967px */
  margin: 0 auto;
  padding: 10px 0 0 0;
  overflow: hidden;
}

.bottom_nav .middle_section ul li {
  margin: 0 0 10px 16px;
  float: left;
}

.bottom_nav .middle_section ul li:first-child {
  margin-left: 0; /* padding: 0; */
}

.bottom_nav .middle_section ul li .icon_area {
  display: table-cell;
}

.bottom_nav .middle_section ul li .text_area {
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.business_nav {
  margin: 18px 0 0 0;
  padding: 16px 0 15px;
  background: #e8e8e8;
}

.business_nav .business_nav_in {
  width: 976px; /* 967px */
  margin: 0 auto;
}

.business_nav .business_nav_in .business_title {
  font-size: 19px;
  margin: 0 0 5px 0;
  color: #033a93;
  font-weight: bold;
}

.business_nav .business_nav_in .business_nav_contents ul {
  display: table;
}

.business_nav .business_nav_in .business_nav_contents ul li {
  min-width: 180px;
  height: 60px;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.business_nav .business_nav_in .business_nav_contents ul li .icon {
  display: table-cell;
  vertical-align: middle;
}

.business_nav .business_nav_in .business_nav_contents ul li .sub {
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.business_nav .business_nav_in .business_nav_contents ul li .sub .title {
  font-size: 16px;
  line-height: 1.2;
}

.business_nav .business_nav_in .business_nav_contents ul li .sub .title:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  top: 1px;
}

.business_nav .business_nav_in .business_nav_contents ul li .sub .sup {
  font-size: 12px;
  color: #666666;
}

/* headingSet */
.h1_area {
  color: #333333;
  vertical-align: middle;
  display: table;
  width: 100%;  /* added by H.Fukui */
/*  max-width: 880px */
  height: 70px;
  border-top: 1px solid #e6e6e6;  /* added by H.Fukui */
  border-bottom: 1px solid #e6e6e6;  /* added by H.Fukui */
}

h1, h2, h3, h4, h5 {
  max-height: 999999px;
}

.h1_area h1 {
  display: table-cell;
  font-size: 2em;
  line-height: 1.1;
  font-family: 'Arial','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴシック','Hiragino Sans','Osaka',sans-serif; /* "Ryumin Bold KL","MS Mincho" */
  font-weight: bold;
  background: url("../img/bg_clear.png");
  vertical-align: middle;
}

.h1_area h1.head-table {
  display: table;
}

.h1_area h1.head-table .head-table_child {
  display: table-cell;
}

.h2_area {
  padding: 0 0 20px;
  text-align: center;
  color: #333333;
  font-size: 22px;
}

.h2_area.bg_black {
  padding: 8px 0;
  color: #ffffff;
  background: #000000;
  font-size: 20px;
}

.h2_default {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.h2_default h2 {
  font-size: 1.6em; /* 1.7em */
  color: #333333;
  border-left: 5px solid #333333;
  font-family: 'Arial','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴシック','Hiragino Sans','Osaka',sans-serif; /* Ryumin Medium KL */
}

.h2_default h2 span {
  display: block;
  line-height: 1.18;
  margin: 0 0 6px 0;
  padding: 0 0 0 11px;
  background: url(../img/bg_clear.png);
}

.h2_default h2 span .sup {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}

.h3_default {
  padding: 0 0 15px 0;
  background: url(../img/bg_clear.png);
}

.h3_default {
  padding: 0 0 15px 0;
  background: url(../img/bg_clear.png);
}

.h3_default h3 {
  font-size: 1.5em;
  color: #333333;
  background: url(../img/bg_clear.png);
}

h3 {
  background: url(../img/bg_clear.png);
}

.h3_tab_gray h3 {
  font-size: 18px;
  padding: 5px 15px;
  color: #ffffff;
  background: #a1a1a1;
}

.h3_blue {
  font-size: 18px;
  padding: 0 0 30px 0;
}

.h3_blue h3 {
  color: #02266d;
}

.h4_default h4 {
  font-size: 1.2em;
}

h4 {
  margin: 0 0 8px 0;
}

h4.gray {
  font-size: 16px;
  color: #888888;
}

h4.black {
  color: #333333;
}

.h4_default--icon {
  display: table;
}

.h4_default--icon .icon {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.h4_default--icon h4 {
  display: table-cell;
  vertical-align: middle;
}

.title_default {
  font-size: 16px;
  font-weight: bold;
}

.cont-heading_wrap {
  display: table;
  width: 100%;
}

.cont-heading_title {
  display: table-cell;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
  border-right: 1px solid #ffffff;
  text-align: center;
}

.cont-heading_title:last-child {
  border-right: none;
}

.cont-heading_one {
  width: 25%;
}

.cont-heading_one-half {
  width: 33%;
}

.cont-heading_two {
  width: 50%;
}

.cont-heading_one-half_two {
  width: 66%;
}

.cont-heading_three {
  width: 75%;
}

.cont-heading_four {
  width: 100%;
}

/* blockSet */
.title_block {
  width: 100%;
  position: relative;
}

.title_block.fixed {
  width: 976px; /* 980px */
  position: fixed;
  top: -1px;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.title_block.PCshow {
  width: 100%;
}

.title_block.fixed {
  width: 100%;
  padding: 0;
}

.title_block.large.fixed {
  width: 1200px;
}

.title_block.fixed .title_block_in {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
}

.title_block_in02 {
  width: 976px; /* 967px */
  height: 70px;
  position: relative;
  margin: 0 auto;
/*  border-top: 1px solid #e6e6e6; added by H.Fukui */
}

.title_block.fixed.SPshow .title_block_in02 {
  width: 1020px;
}

.touch .title_block.fixed .title_block_in02 {
  width: 976px; /* 967px */
  display: table;
}

.title_block.PCshow .title_block_in02 {
  width: 976px !important; /* 967px */
  padding: 0 !important;
  margin: 0 auto !important;
}

.title_block + .section {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.title_block + .section.section-type02 {
  border-top: none;
  padding-top: 0;
}

.news_block {
  margin: 0 auto;
  background: #1d1d1d;
}

.news_block ul {
  width: 976px; /* 967px */
  margin: 0 auto;
}

.news_block ul li {
  width: 244px;
  height: 79px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url("../img/bg_navNews.gif") no-repeat 0 0;
  color: #cccccc;
}

.news_block ul li:first-child {
  background: none;
}

.news_block ul li a {
  width: 244px;
  height: 79px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  color: #cccccc;
}

.news_block ul li a:hover {
  width: 244px;
  height: 79px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  color: #999999;
}

.news_block ul li a.important {
  color: #FF0000;
}

.news_block ul li a.important:hover > p span.text {
  color: #bc0909 !important;
}

.news_block ul li a.important p {
  width: 120px;
  overflow: hidden;
  margin: 0 auto;
}

.news_block ul li a.important:hover span img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.news_block ul li a.important p span.icon {
  float: left;
  margin: 5px 0 0 0;
}

.news_block ul li a.important p span.text {
  float: right;
}

.keyvisual_block {
  overflow: hidden;
}

.keyvisual_block .flexslider {
  margin-bottom: 70px;
}

.keyvisual_block .flexslider .slides li a {
  display: block;
}

.keyvisual_block .flexslider .slides li a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

.keyvisual_block .image_area {
  margin: 0 0 30px 0;
}

.keyvisual_block .image_area img {
  width: 100%;
  height: auto;
}

.keyvisual_block .flexslider {
  height: 350px;
  position: relative;
  border: none;
  border-radius: 0;
}

.keyvisual_block.top .flexslider {
  height: auto;
}

/*タブレット・スマホ用の設定*/
@media (max-width: 1024px) {
  .keyvisual_block .flexslider {
    height: 286px;
  }
  .keyvisual_block.top .flexslider {
    height: auto;
  }
}

.keyvisual_block .flexslider .flex-control-paging li {
  position: relative;
  width: 15px;
}

.keyvisual_block .flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  box-shadow: none;
  position: absolute;
  top: 2px;
}

.keyvisual_block .flexslider .flex-control-paging li a.flex-active {
  width: 16px;
  height: 16px;
  margin: 0;
  background: #adadad;
  top: 0;
  right: 1px;
}

.keyvisual_block .flexslider .flex-control-nav {
  bottom: -22px;
}

.keyvisual_block .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  width: 32px;
}

.keyvisual_block .flexslider .flex-direction-nav .flex-next {
  right: 10px;
  width: 32px;
}

.keyvisual_block .flexslider .flex-direction-nav a {
  opacity: 1;
}

.keyvisual_block02 {
  margin-bottom: 40px;
}

.keyvisual_block02 .image_area .text {
  background: #efefef;
  padding: 20px;
}

.keyvisual_block02 .image_area .text p.lead {
  font-size: 16px;
}

.keyvisual_block02 .image_area .text ul.notes_default li {
  font-size: 14px;
}

.image_gallery_block {
  width: 976px; /* 967px */
  height: 410px;
  position: relative;
}

.image_gallery_block .mainimage_area {
  z-index: 9;
}

.image_gallery_block .mainimage_area ul li {
  position: absolute;
  top: 0;
  display: none;
}

.image_gallery_block .thumbs_area {
  width: 140px;
  height: 410px;
  padding: 30px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background: rgba(29, 29, 29, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#991d1d1d,EndColorStr=#991d1d1d);
}

.image_gallery_block .thumbs_area li {
  height: 80px;
  margin: 10px 0 0 0;
  position: relative;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}

.image_gallery_block .thumbs_area li:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  cursor: pointer;
}

.image_gallery_block .thumbs_area li:first-child {
  margin: 0 auto;
}

.image_gallery_block .thumbs_area li.current {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.image_gallery_block .thumbs_area li.current p {
  border: solid 2px #ffffff;
  overflow: hidden;
  display: inline-block;
}

.image_gallery_block .thumbs_area li.current p img {
  margin: -2px;
}

.tab_block {
  width: 976px; /* 967px */
  margin: 0 auto;
}

.tab_block .tab_header {
  display: table;
}

.tab_block .tab_header li {
  display: table-cell;
  box-sizing: border-box;
  width: 242px; /* 240 */
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  cursor: pointer;
  color: #5e5e5e; /* 666666 */
  font-size: 1.2em;
  font-weight: bold;
  background: #d7d7d7;
  position: relative;
  vertical-align: middle;
}

.tab_block .tab_header li.column_three_tab {
  width: 324px; /* 322 */
}

.tab_block .tab_header li.column_two_tab {
  width: 487px; /* 482 */
}

.tab_block.tabHeaderList-four .tab_header li {
  width: 244px; /* 242 */
}

.tab_block.tabHeaderList-three .tab_header li {
  width: 326px; /* 323 */
}

.tab_block.tabHeaderList-two .tab_header li {
  width: 489px; /* 482 */
}

.tab_block .tab_header li:hover {
  color: #858585;
  background: #dfdfdf;
}

.tab_block .tab_header li p {
  padding: 2px 0 0 0;
  font-family: Ryumin Medium KL;
}

.tab_block .tab_header li a {
  color: #666666;
  display: table-cell;
  vertical-align: middle;
}

.tab_block .tab_header li a:hover {
  color: #858585;
}

.tab_block .tab_header li:first-child {
  margin-left: 0;
}

.tab_block .tab_header li.current {
  color: #ffffff;
  background: #1d1d1d;
  border-color: #1d1d1d;
}

.tab_block .tab_header li.current span.arrow {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url("../img/ar_tab_bottom.png") no-repeat;
  left: 50%;
  margin-left: -5.5px;
  bottom: -11px;
  z-index: 10;
}

.tab_block .tab_header li .sup_text {
  font-size: 0.8em;
}

.tab_block .tab_container {
  clear: both;
}

.tab_block .tab_container.bg-wh {
  background: #ffffff;
}

.tab_block .tab_container .tab_contents {
  padding: 20px 0 0 0;
  display: none;
  background: #efefef;
}

.tab_block .tab_container .tab_contents.bg-wh {
  background: #ffffff;
}

.tab_block .tab_container .tab_contents.no_detail {
  padding: 20px 0;
}

.tab_block .tab_container .tab_contents .column_four_block {
  overflow: hidden;
  font-size: 16px;
}

.tab_block .tab_container .tab_contents .column_four_block ul li {
  margin: 0 1px 0 0;
  float: left;
}

.tab_block .tab_container .tab_contents .column_four_block ul li a {
  width: 241px;
  display: block;
  position: relative;
}

.tab_block .tab_container .tab_contents .column_four_block ul li a .image_area .sup {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  left: 22px;
}

.tab_block .tab_container .tab_contents .column_four_block ul li.last {
  margin-right: 0;
}

.tab_block .tab_container .tab_contents .column_four_block ul li.last a {
  width: 240px;
}

.detail_link a {
  text-align: center;
  padding: 10px 3%;
  background: url(../img/icon_arow_light-wh.png) 98.4% 50% no-repeat #777; /* adadad */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  clear: both;
}

.detail_link a:hover {
  background: url(../img/icon_arow_light-wh.png) 98.4% 50% no-repeat #999; /* bdbdbd */
  color: #ffffff !important;
}

.detail_link a:hover span {
  color: #ffffff !important;
}

.detail_link-four ul {
  display: table;
  width: 100%;
  overflow: hidden;
}

.detail_link-four ul li {
  display: table-cell;
  width: 25%;
  border-right: 1px solid #ffffff;
}

.detail_link-four ul li:last-child {
  border-right: none;
}

.detail_link-four ul li a {
  padding: 10px 30px;
  background: url(../img/icon_arow_light-wh.png) 94% 50% no-repeat #777; /* adadad */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  clear: both;
}

.detail_link-four ul li a:hover {
  background: url(../img/icon_arow_light-wh.png) 94% 50% no-repeat #999; /* bdbdbd */
  color: #ffffff !important;
}

.detail_link-four ul li a:hover span {
  color: #ffffff !important;
}
/* these 3 lines added by H.Fukui */
.detail_link-four .detail_link-four_underline {width:100%; height:6px; background-color:#000;}
.detail_link-four ul li.stayBtn a {background:#000;}
.detail_link-four ul li.stayBtn a:hover {background-color:#000;}

.block.gray {
  padding: 12px 0 0;
  background: #e8e8e8;
}

.block-selection {
  display: table;
  width: 100%;
/*  height: 350px */
/*  border: 1px solid #e6e6e6; */
}

.block-selection_left {
  display: table-cell;
/*  float: left;  added by H.Fukui */
  vertical-align: top;
  width: 696px; /* added by H.Fukui */
}

.block-selection_left_image {
  position: relative;
  border: 1px solid #ccc; /* added by H.Fukui */
}

.block-selection_left_image img {width:694px;} /* added by H.Fukui */

.block-selection_left_btn {
  position: absolute;
  bottom: 20px;
}
.block-selection_left_btn.btmLeft {left:20px;}
.block-selection_left_btn.btmCenter {left:50%; margin-left:-50px;} /* 437 */
.block-selection_left_btn.btmRight {right:20px;}

.block-selection_left_btn a {
  display: block;
/*   width: 180px; */
  padding: 6px 23px 6px 11px; /* 10px 0 */
  text-align: left; /* center */
  border: 1px solid #999;
  border-radius: 6px; /* added by H.Fukui */
  color: #000000;
  font-weight: bold;
  background: url(../img/icon_large-arow_black.png) no-repeat right 6px top 50%; /* added by H.Fukui */
  background-color: rgba(255,255,255,0.4); /* added by H.Fukui */
}
.block-selection_left_btn a:hover {
  background-color: rgba(255,255,255,0.9);} /* added by H.Fukui */

.block-selection_left_slide {
  display: table;
  width: 100%;
  margin-top: -1px;
}

.block-selection_left_slide .btn_child {
  display: table-cell;
  width: 33.3%;
  height: 66px; /* 70px */
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25em; /* added by H.Fukui */
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #ccc; /* #d8d8d8 */
  border-right: 1px solid #ccc; /* #d8d8d8 */
  border-bottom: 1px solid #ccc; /* added by H.Fukui */
  background: #efefef; /* added by H.Fukui */
  cursor: pointer;
}

.block-selection_left_slide .btn_child:hover {opacity:0.7;} /* added by H.Fukui */

.block-selection_left_slide .btn_child:first-child { /* added by H.Fukui */
  border-left: 1px solid #ccc;}

.block-selection_left_slide .btn_child.current {
  padding: 0;  /* added by H.Fukui */
  border: 2px solid #adadad;
  background: #fff; /* added by H.Fukui */
}

.block-selection_left_slide .btn_child > p {padding: 0 7px;} /* added by H.Fukui */

.block-selection_left_slide .btn_child .btn_child_icon { /* added by H.Fukui */
  width: 100%;
  display: table;
}
.block-selection_left_slide .btn_child_icon div { /* added by H.Fukui */
  display: table-cell;
  padding-left: 7px;
  text-align: left;
  vertical-align: middle;
}
.block-selection_left_slide .btn_child_icon div.thumb { /* added by H.Fukui */
  width:62px;
  padding-left: 0;
  text-align:center;
}

.block-selection_space { /* added by H.Fukui */
  display: table-cell;
  width: 10px;
}

.block-selection_right {
  display: table-cell;
/*   float: right; added by H.Fukui */
  width: 270px; /* added by H.Fukui */
  height: 100%; /* added by H.Fukui */
  position: relative;
  border: 1px solid #ccc; /* added by H.Fukui */
  background-color: #efefef;
}

.block-selection_right_title {
  padding: 12px; /* 20px */
  text-align: center;
  background: #13216c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}

.block-selection_right_text {
  margin: 0 10px;
  color: #333;
}

.block-selection_right_btn a {
  display: block;
  position: absolute;
  left: 12px;
  bottom: 10px;
  width: 240px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #cf7f00;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff;
  background: #f90 url(../img/icon_white-arrow-right.png) no-repeat 96% 50%;
}

.block-selection_right_btn a:hover {
  opacity: 0.7;
}

.block-slide {
/*  border: 1px solid #e6e6e6; */
}

.block-slide_image { /* added by H.Fukui */
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.block-slide_image img { /* added by H.Fukui */
  width:974px;
}

.block-slide_btn {
  display: table;
  width: 100%;
}

.block-slide_btn .child_btn {
  display: table-cell;
  padding: 1px; /* 3px */
  width: 25%;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.25em;
  border-top: 1px solid #ccc; /* #d8d8d8 */
  border-right: 1px solid #ccc; /* #d8d8d8 */
  border-bottom: 1px solid #ccc; /* added by H.Fukui */
  cursor: pointer;
  background: #efefef;
}
.block-slide_btn .child_btn:hover {opacity:0.7;} /* added by H.Fukui */
.block-slide_btn .child_btn:first-child {border-left: 1px solid #ccc;} /* added by H.Fukui */
.block-slide_btn .child_btn > p { /* added by H.Fukui */
  padding: 0 7px;
  font-weight: bold;
  font-size: 18px;
}

.block-slide_btn .child_btn.current {
  padding: 0; /* 1px */
  border: 2px solid #adadad;
  background: #ffffff;
}

.block-slide_btn .child_btn .btn_inner {
  display: table;
  width: 100%;
}

.block-slide_btn .child_btn .btn_inner .thumbs {
  display: table-cell;
  width: 70px; /* added by H.Fukui */
  padding-right: 8px; /* 2px */
  vertical-align: middle;
}

.block-slide_btn .child_btn .btn_inner p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.block-slide-02 .block-slide_bottom {
  display: table;
  width: 100%;
  background: #e8e8e8;
}

.block-slide-02 .block-slide_text {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.block-slide-02 .block-slide_btn {
  display: table-cell;
  width: auto;
  padding: 20px;
  overflow: hidden;
}

.block-slide-02 .block-slide_btn .child_btn {
  margin-left: 12px;
  float: left;
  background: #ffffff;
  cursor: pointer;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}

.block-slide-02 .block-slide_btn .child_btn.current {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.block-slide-02 .block-slide_btn .child_btn:first-child {
  margin-left: 0;
}

.bnr_block {
  margin: 40px auto 0;
}

.bnr_block.gray {
  padding: 20px 0;
  background: #e8e8e8;
}

.bnr_block .bnr_block_in {
  width: 976px; /* 967px */
  margin: 0 auto;
  overflow: hidden;
}

.bnr_block .bnr_block_in .bnr_one_column a {
  display: block;
}

.bnr_block .bnr_block_in .bnr_two_column {
  width: 478px;
  margin: 0 0 0 10px;
  float: left;
}

.bnr_block .bnr_block_in .bnr_two_column:first-child {
  margin: 0;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr {
  font-size: 16px;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding: 1px;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr a {
  display: block;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr a .image_area {
  display: table-cell;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr a .summary_area {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 14px;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr a .summary_area .title {
  font-size: 18px;
  font-weight: bold;
}

.bnr_block .bnr_block_in .bnr_two_column.image_bnr a .summary_area .text {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.bnr_block .bnr_block_in .bnr_three_column {
  overflow: hidden;
  display: table;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child {
  float: left;
  margin: 0 0 0 8px;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child a {
  width: 310px;
  padding: 1px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child a.living_channel {
  height: 116px;
  text-align: center;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child a .image_area {
  display: table-cell;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child a .title_area {
  padding: 0 0 0 14px;
  display: table-cell;
  vertical-align: middle;
}

.bnr_block .bnr_block_in .bnr_three_column .bnr_three_column_child a .title_area .summary {
  font-size: 14px;
  font-weight: normal;
}

.bnr_block .bnr_block_in .bnr_four_column {
  overflow: hidden;
  display: table;
}

.bnr_block .bnr_block_in .bnr_four_column.bottom_column {
  padding: 20px 0 0 0;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child {
  float: left;
  margin: 0 0 0 8px;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child:first-child {
  margin: 0 1px 0 0;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child a {
  width: 231px;
  padding: 1px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child a .image_area {
  display: table-cell;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child a .title_area {
  padding: 0 0 0 14px;
  display: table-cell;
  vertical-align: middle;
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child a .title_area .small_font {
  font-size: 14px;
  display: block;
  line-height: 1.4 !important;
}

.contact_block {
  width: 961px;
  margin: 40px auto 0;
  padding: 11px 0;
  overflow: hidden;
  border: 2px solid #d8d8d8;
  display: block;
}

.contact_block .contact_block_in {
  margin: 0 0 0 40px;
  display: table;
}

.contact_block .contact_block_in .icon_area {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: middle;
}

.contact_block .contact_block_in .summary_area {
  padding: 0 30px 0 0;
  display: table-cell;
  vertical-align: middle;
  background: url("../img/icon_support_arrow.gif") no-repeat 100% 50%;
  border-right: 30px solid #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.contact_block .contact_block_in .text_area {
  display: table-cell;
  vertical-align: middle;
  background: url(../img/bg_clear.png);
}

.contact_block .contact_block_in .text_area p {
  background: url(../img/bg_clear.png);
}

.youtube_block iframe {
  width: 100%;
  height: 543px;
  position: relative;
  z-index: 1;
}

/* カラム 共通要素 */
.column_two_block,
.column_three_block,
.column_four_block {
  width: 976px; /* 967px */
  overflow: hidden;
}

.column_two_block_child,
.column_three_block_child,
.column_four_block_child {
  display: table-cell;
  border-left: 1px solid #ffffff;
  background: #efefef;
}

.column_two_block_child:first-child,
.column_three_block_child:first-child,
.column_four_block_child:first-child {
  border-left: none;
}

.column_one_block .title_box,
.column_two_block_child .title_box,
.column_three_block_child .title_box,
.column_four_block_child .title_box {
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.column_two_block_child > a,
.column_three_block_child > a,
.column_four_block_child > a {
  display: block;
}

.column_two_block_child > a:hover,
.column_three_block_child > a:hover,
.column_four_block_child > a:hover {
  text-decoration: none;
}

.column_one_block .image_area,
.column_two_block_child .image_area,
.column_three_block_child .image_area,
.column_four_block_child .image_area {
  position: relative;
  overflow: hidden;
}

.column_two_block_child .image_area img,
.column_three_block_child .image_area img,
.column_four_block_child .image_area img {
  position: relative;
}

.column_one_block .image_area .caption {
  width: 100%;
  height: 36px;
  padding: 8px 0 0 15px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 3;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#86434343,EndColorStr=#86434343);
}

#container .column_one_block a:hover > .image_area span,
#container .column_two_block_child a:hover > .image_area span,
#container .column_three_block_child a:hover > .image_area span,
#container .column_four_block_child a:hover > .image_area span {
  color: #e7e7e7;
}

.column_two_block_child .image_area .caption,
.column_three_block_child .image_area .caption,
.column_four_block_child .image_area .caption {
  width: 100%;
  height: 36px;
  padding: 8px 0 0 15px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 3;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#86434343,EndColorStr=#86434343);
}

.column_two_block_child .image_area .caption .small,
.column_three_block_child .image_area .caption .small,
.column_four_block_child .image_area .caption .small {
  margin-left: 5px;
  font-size: 0.8em;
}

.column_two_block_child .image_area .caption .medium,
.column_three_block_child .image_area .caption .medium,
.column_four_block_child .image_area .caption .medium {
  margin-left: 5px;
  font-size: 0.9em;
}

.column_one_block .summary_area,
.column_two_block_child .summary_area,
.column_three_block_child .summary_area,
.column_four_block_child .summary_area {
  padding: 12px 20px 14px;
  color: #666;
  font-size: 16px;
}

.column_one_block .summary_area .lead,
.column_two_block_child .summary_area .lead,
.column_three_block_child .summary_area .lead,
.column_four_block_child .summary_area .lead {
  color: #333;
  font-weight: bold;
}

.column_one_block .summary_area p,
.column_two_block_child .summary_area p,
.column_three_block_child .summary_area p,
.column_four_block_child .summary_area p {
  background: url(../img/bg_clear.png);
}

.column_one_block .summary_area p,
.column_one_block .summary_area ul,
.column_two_block_child .summary_area p,
.column_two_block_child .summary_area ul,
.column_three_block_child .summary_area p,
.column_three_block_child .summary_area ul,
.column_four_block_child .summary_area p,
.column_four_block_child .summary_area ul {
  margin-bottom: 10px;
}

.column_one_block .summary_area ul.link_arrow,
.column_two_block_child .summary_area ul.link_arrow,
.column_three_block_child .summary_area ul.link_arrow,
.column_four_block_child .summary_area ul.link_arrow {
  margin: 0;
}

.column_one_block .summary_area ul.link_arrow li,
.column_two_block_child .summary_area ul.link_arrow li,
.column_three_block_child .summary_area ul.link_arrow li,
.column_four_block_child .summary_area ul.link_arrow li {
  background-position: 0 3px;
}

/* カラム 個別要素 */
.column_one_block {
  width: 976px; /* 967px */
  background: #efefef;
  border: 1px solid #efefef;
}

.column_two_block .column_two_block_child {
  width: 483px;
}

.column_two_block_child.column_white_area {
  background: #ffffff;
  padding: 0 0 0 40px;
  position: relative;
}

.column_two_block_child.column_white_area p {
  position: absolute;
  top: 0;
}

.column_three_block {
  width: 976px; /* 965px */
  /* 画像幅の統一のためここだけ1px少ない */
}

.column_three_block.bnr_in .column_three_block_child {
  background: #E8E8E8;
}

.column_three_block .column_three_block_child {
  width: 321px;
}

.column_three_block .column_three_block_child.empty {
  width: 322px;
}

.column_three_block .column_three_block_child:nth-child(3n) {
  width: 323px;
}

.column_three_block .column_three_block_child:nth-child(3n) img {
  width: 323px !important;
}

.column_three_block_child.column_white_area {
  background: #ffffff;
  padding: 0 20px;
  position: relative;
}

.column_three_block_child.column_white_area p {
  position: absolute;
  top: 0;
}

.column_three_block .column_three_block_child .movie_area {
  width: 262px;
  margin: 0 auto 15px;
  font-size: 16px;
}

.column_three_block .column_three_block_child .movie_area a {
  display: block;
}

.column_three_block .column_three_block_child .movie_area .title {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #666;
}

.column_three_block .column_three_block_child .movie_area .thumbs_area {
  margin: 15px 0;
}

.column_four_block .column_four_block_child {
  width: 241px;
}

.column_four_block .column_four_block_child.empty {
  width: 242px;
}

.column_four_block .column_four_block_child .summary_area {
  font-size: 14px;
  /* 4カラムのみ文字を小さく */
}

.bnr_block .bnr_block_in .bnr_four_column .bnr_four_column_child.long_column_child a {
  width: 474px;
}

.column_three_block .column_three_block_child.youtube_block {
  position: relative;
}

.column_three_block .column_three_block_child.youtube_block a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}

.column_three_block .column_three_block_child.youtube_block a:hover {
  filter: alpha(opacity=10) !important;
  -ms-filter: "alpha(opacity=10)" !important;
  opacity: 0.1 !important;
}

.column_three_block .column_three_block_child.youtube_block .summary_area {
  position: absolute;
  top: 210px;
  left: 0;
}

.column_three_block .column_three_block_child.youtube_block .summary_area:hover {
  text-decoration: underline;
}

.column_three_block .column_three_block_child .youtubePlayer {
  width: 321px;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.column_three_block .column_three_block_child .youtubePlayer iframe {
  width: 321px;
  height: 210px;
}

.summary_area p.logo {
  margin: 6px 0 14px;
}

.sns_block {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 15px 0;
  overflow: hidden;
}

.sns_block ul {
  float: right;
}

.sns_block ul li {
  height: 24px;
  float: left;
  margin-right: 10px;
  vertical-align: bottom;
}

.sns_block ul li #___plusone_0 {
  width: 60px !important;
}

.sns_block ul li.twitter {
  width: 80px !important;
}

.sns_block ul li iframe#twitter-widget-0 {
  width: 80px !important;
}

.hr_whiteline {
  width: 976px; /* 967px */
  background: #efefef;
}

.hr_whiteline p.hr_whiteline_in {
  width: 928px;
  height: 30px;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
}

.hr_whiteline p.hr_whiteline_in.h20 {
  height: 20px;
}

.tandem_block,
.tandem_block_column_four {
  display: table;
}

.tandem_block .tandem_block_child,
.tandem_block_column_four .tandem_block_child {
  width: 320px;
  display: table-cell;
  padding: 0 0 0 20px;
}

.tandem_block_column_four .tandem_block_child {
  width: 233px;
}

.tandem_block .tandem_block_child:first-child {
  width: 300px;
}

.tandem_block .tandem_block_child a .image_box,
.tandem_block_column_four .tandem_block_child a .image_box {
  display: table-cell;
}

.tandem_block .tandem_block_child a .summary_box,
.tandem_block_column_four .tandem_block_child a .summary_box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 13px;
}

.block-link-page {
  display: table;
  width: 100%;
}

.block-link-page-two .child_block {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background: #d7d7d7;
  border-right: 2px solid #ffffff;
}

.block-link-page-two .child_block:last-child {
  border: none;
}

.block-link-page-two .child_block a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.block-link-page-two .child_block a span {
  display: inline-block;
  padding-left: 27px;
  background: url(../img/icon_page-link-large.png) no-repeat 0 50%;
}

.block-link-page-two .child_block a:hover > span {
  background: url(../img/icon_page-link-large-hover.png) no-repeat 0 50%;
}

.block-link-page-three .child_block {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  background: #d7d7d7;
  border-right: 2px solid #ffffff;
}

.block-link-page-three .child_block:last-child {
  border: none;
}

.block-link-page-three .child_block a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.block-link-page-three .child_block a span {
  display: inline-block;
  padding-left: 27px;
  background: url(../img/icon_page-link-large.png) no-repeat 0 50%;
}

.block-link-page-three .child_block a:hover > span {
  background: url(../img/icon_page-link-large-hover.png) no-repeat 0 50%;
}

.block-link-page-four .child_block {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  background: #d7d7d7;
  border-right: 2px solid #ffffff;
}

.block-link-page-four .child_block:last-child {
  border: none;
}

.block-link-page-four .child_block a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.block-link-page-four .child_block a span {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/icon_page-link-large.png) no-repeat 0 50%;
}

.block-link-page-four .child_block a:hover > span {
  background: url(../img/icon_page-link-large-hover.png) no-repeat 0 50%;
}

.page-top_wrap {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-align: right;
}

.page-top_wrap a {
  color: #333333;
  font-size: 12px;
}

.page-top_wrap a p {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/icon_page-top-large.png) no-repeat 0 50%;
  background-size: 12px 13px;
}

.page-top_wrap a:hover > p {
  background: url(../img/icon_page-top-large-hover.png) no-repeat 0 50%;
  background-size: 12px 13px;
}

.btn-basic {
  width: 100%;
  overflow: hidden;
/*  padding-bottom: 5px; */
}

.btn-basic.bg-gray {
  background: #efefef;
  padding: 10px 10px 2px 10px; /* all 10px */
}

.btn-basic_child {
  width: 32.7%;
  height: 96px; /* 100px */
  margin-right: 8px;
  margin-bottom: 8px; /* added by H.Fukui */
  float: left;
  vertical-align: middle;
  background: #fff;
}
.btn-basic_child4 { /* added by H.Fukui */
  width: 24.3%;
  height: 72px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  vertical-align: middle;
  background: #fff;
}
.btn-basic_child2 {  /* added by H.Fukui 2017/12/14 */
  width: 49.18%;
  height: 96px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  vertical-align: middle;
  background: #fff;
}

.btn-basic_child:nth-child(3n) {margin-right: 0;}
.btn-basic_child4:nth-child(4n) {margin-right: 0;}
.btn-basic_child2:nth-child(2n) {margin-right: 0;}

.btn-basic_child a, .btn-basic_child4 a, .btn-basic_child2 a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  color: #333333;
}

.btn-basic_child a p, .btn-basic_child4 a p, .btn-basic_child2 a p {
  display: table-cell;
  vertical-align: middle;
}

.btn-basic_child a p.image, .btn-basic_child2 a p.image {width:96px; text-align:center;}
.btn-basic_child4 a p.image {width:72px; text-align:center;}

.btn-basic_child a p.text, .btn-basic_child2 a p.text {
/*  margin-right: 15px; */
/*  padding-right: 5px; */
  padding: 0 20px 0 12px; /* added by H.Fukui */
  font-size: 18px;
  font-weight: bold;
  background: #fff url(../img/icon_large-arow_black.png) no-repeat 95% 49%;
}
.btn-basic_child4 a p.text {
  padding: 0 20px 0 9px;
  font-size: 16px;
  font-weight: bold;
  background: #fff url(../img/icon_large-arow_black.png) no-repeat 97% 49%;
}

.btn-basic_child a:hover > p.text, .btn-basic_child2 a:hover > p.text {
  background: url(../img/icon_large-arow_black-hover.png) no-repeat 95% 49%;
}
.btn-basic_child4 a:hover > p.text {
  background: url(../img/icon_large-arow_black-hover.png) no-repeat 97% 49%;
}

.video-lightbox {
  position: fixed;
  z-index: 9001;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.video-lightbox_in {
  display: inline-block;
  width: 600px;
  height: 395px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
}

.video-lightbox_in p.close {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  float: right;
  padding-bottom: 20px;
  background: url(../img/modal-close.gif) no-repeat 0 0;
  cursor: pointer;
}

/* tableSet */
.table_width_image {
  overflow: hidden;
}

.table_width_image .table_width_image_left {
  float: left;
  width: 483px;
}

.table_width_image .table_width_image_right {
  float: right;
  width: 450px;
}

table.table_default {
  border: 1px solid #e6e6e6;
  width: 100%;
  margin: 10px 0;
}

table.table_default.w440 {
  width: 440px;
}

table.table_default.w976 { /* w966 */
  width: 976px; /* 967px */
/*  table-layout: fixed;  removed by H.Fukui */
}

table.table_default th,
table.table_default td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
}

table.table_default th {
  background: #f1f1f2;
  color: #333;
  font-weight: normal;
  text-align: center;
}

table.table_default th.bg-deep-gray {
  background: #e6e6e6;
}

table.table_default td {
  color: #333;
}

table.table_default td .column-two {
  display: table;
  margin: 0 auto;
}

table.table_default td .column-two_child {
  display: table-cell;
/*  width: 50%; removed by H.Fukui */
  text-align: center;
}

table.table_default thead tr th.w50 {
  width: 50%;
}

.column_two_table {
  width: 440px;
  margin: 0 30px 0 0;
  float: left;
}

/* text_list_labelSet */
dl.list_default dt {
  float: left;
}

ul.list_default.gray li {
  color: #333;
}

ul.list_default.gray li a:hover {
  color: #999999;
}

ul.list_default li:before {
  content: "・";
}

ul.notes_default {
  margin: 10px 0 0 0;
  color: #666;
}

ul.notes_default.top_none {
  margin: 0;
  color: #666;
}

ul.notes_default li {
  font-size: 14px;
  background: url(../img/bg_clear.png);
}

ul.notes_default li a:hover {
  color: #999999;
}

ul.notes_default li:before {
  content: "※";
}

p.pagetop {
  width: 976px; /* 967px */
  margin: 0 auto 40px;
  text-align: right;
}

p.pagetop a {
  padding: 0 0 0 20px;
  font-weight: bold;
  background: url("../img/icon_topLink_arrow.gif") no-repeat 0 50%;
}

ul.link_arrow {
  margin: 10px 0 0 0;
}

ul.link_arrow li {
  padding: 1px 0 0 15px;
  background: url("../img/icon_pager_next.png") no-repeat 0 6px;
}

ul.link_arrow li a:hover {
  color: #999999;
}

.summary_area ul.link_arrow {
  margin: 10px 0 0 0;
}

.summary_area ul.link_arrow li {
  padding: 1px 0 0 15px;
  background: url("../img/icon_pager_next.png") no-repeat 0 6px;
  background-position: 0 8px !important;
  font-size: 14px;
}

.summary_area ul.link_arrow li a:hover {
  color: #999999;
}

ul.pager {
  overflow: hidden;
  padding: 0 0 20px 0;
  text-align: right;
  font-size: 16px;
}

ul.pager li {
  display: inline-block;
}

ul.pager li a {
  display: block;
  background: #e3e3e3;
  padding: 15px 30px;
  position: relative;
  color: #333;
}

.pager_block li a:hover {
  background: #ebebeb;
  color: #707070;
}

ul.pager li a:before {
  background: url("../img/icon_pager_prev.png") no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  width: 8px;
  height: 10px;
  margin-top: -4px;
}

ul.pager li.top {
  float: left;
}

ul.pager li.top a {
  background: #fff;
}

ul.pager li.top a:before {
  left: 0;
}

ul.pager li.prev a {
  padding-left: 50px;
}

ul.pager li.prev a:before {
  left: 19px;
}

ul.pager li.next {
  margin-left: 1px;
}

ul.pager li.next a {
  padding-right: 50px;
}

ul.pager li.next a:before {
  background-image: url(../img/icon_pager_next.png);
  right: 19px;
}

.pager_block {
  overflow: hidden;
  padding: 0 0 30px 0;
  font-size: 16px;
}

.pager_block .left_area {
  float: left;
}

.pager_block li a {
  display: block;
  background: #e3e3e3;
  padding: 15px 30px;
  position: relative;
  color: #333;
}

.pager_block li a:before {
  background: url("../img/icon_pager_prev.png") no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  width: 8px;
  height: 10px;
  margin-top: -4px;
}

.pager_block .left_area li.top a {
  float: left;
  background: none;
}

.pager_block .left_area li.top a:before {
  left: 0;
}

.pager_block .right_area {
  float: right;
}

.pager_block .right_area li {
  width: 208px;
  float: left;
}

.pager_block .right_area li.prev a {
  padding-left: 50px;
}

.pager_block .right_area li.prev a:before {
  left: 19px;
}

.pager_block .right_area li.next {
  margin-left: 1px;
}

.pager_block .right_area li.next a:before {
  background-image: url(../img/icon_pager_next.png);
  right: 19px;
}

.label_icon {
  padding: 5px 15px;
  display: inline-block;
  font-weight: bold;
}

.label_text {
  padding: 1px 5px;
  margin: 0 0.5em 0 0;
  display: inline-block;
  font-size: 0.8em;
}

.label_gray {
  background: #d7d7d7;
}

.label_orange {
  color: #ffffff;
  background: #e97904;
}

.text_default {
  font-size: 16px;
  background: url(../img/bg_clear.png);
}

.ga2012_breadcrumbs.withBrowsebar {
  margin-top: 12px!important;
}



/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 26px;
  height: 51px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "";
  width: 32px;
  height: 51px;
  display: inline-block;
  background: url("../img/icon_kv_prev.png") no-repeat 0 0;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  width: 32px;
  height: 51px;
  display: inline-block;
  background: url("../img/icon_kv_next.png") no-repeat 0 0;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a .flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.column-one a:visited, .column-one a:link,
.column-two a:visited, .column-two a:link,
.column-three a:visited, .column-three a:link,
.column-four a:visited, .column-four a:link, 
.column-five a:visited, .column-five a:link{
  color: #333333;
}

.column-one a:hover,
.column-two a:hover,
.column-three a:hover,
.column-four a:hover,
.column-five a:hover {
  color: #707070;
}

.column-one.billboard {
  margin-bottom: 80px;
}

.column-one_default .column-one_text {
  padding: 30px 30px 20px 30px; /* 30px 30px 40px 30px */
  color: #666666;
}

.column-one_default .column-one_text .title {
  margin-bottom: 12px; /* 24px */
  font-size: 18px;
  font-weight: bold;
}

.column-one_default .column-one_text.bg-gray {
  background: #efefef;
}

.column-one_img-left, .column-one_img-right {
  overflow: hidden;
}

.column-one_img-left.bg-gray, .column-one_img-right.bg-gray {
  background: #efefef;
}

.column-one_img-left + .column-one, .column-one_img-right + .column-one {
  margin-top: 30px;
}

.column-one_img-left .column-one_image, .column-one_img-right .column-one_image {
  float: left;
}

.column-one_img-left .column-one_text, .column-one_img-right .column-one_text {
  width: 50%;
  min-height: 210px;
  padding: 0 40px;
  float: left;
  color: #666666;
}

.column-one_img-left .column-one_text .title, .column-one_img-right .column-one_text .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}

.column-one_img-right .column-one_text {
  padding-left: 0;
}

.column-one_img-left .column-one_text {
  padding-right: 0;
}

.column-one_img-flex {
  width: 100%;
  overflow: hidden;
  display: table;
}

.column-one_img-flex.bg-gray {
  background: #efefef;
}

.column-one_img-flex .column-one_image {
  display: table-cell;
  vertical-align: top;
}

.column-one_img-flex .column-one_text {
  display: table-cell;
  min-width: 350px;
  min-height: 210px;
  padding: 0 40px;
  color: #666666;
}

.column-one_img-flex .column-one_text.bg-gray {
  background: #efefef;
}

.column-one_img-flex .column-one_text .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}

.column-one_img-flex .column-one_text.text-black {
  color: #333333;
}

.column-one_img-flex .column-one_text_in {
  padding: 20px 0;
}

.column-one_video {
  text-align: center;
}

.column-one_video iframe {
  display: inline-block;
}

.column-two {
  overflow: hidden;
}
.column-two.bg-gray {background-color:#efefef;} /* added by H.Fukui */

.column-two_cat-title {
  width: 100%;
  padding: 8px 15px;
  color: #ffffff;
  background: #777; /* adadad */
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_child {
  width: 487px; /* 482*/
  margin-right: 2px; /* 1px */
  overflow: hidden;
  float: left;
}

.column-two_default .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_default .column-two_child:nth-child(n + 3) {
  margin-top: 30px;
}

.column-two_default .column-two_child.bg-gray {
  background: #efefef;
}

.column-two_default .column-two_text {
  padding: 20px;
}

.column-two_default .column-two_text.bg-gray {
  background: #efefef;
}

.column-two_default .column-two_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_text .title.blue {
  color: #02266d;
}

.column-two_default .column-two_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_text-02 {
  padding: 0 0 30px 0;
}

.column-two_default .column-two_text-02.bg-gray {
  background: #efefef;
}

.column-two_default .column-two_text-02 .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_text-02 .title.blue {
  color: #02266d;
}

.column-two_default .column-two_text-02 .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_text-03 {
  padding: 20px 0;
}

.column-two_default .column-two_text-03.bg-gray {
  background: #efefef;
}

.column-two_default .column-two_text-03 .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_default .column-two_text-03 .title.blue {
  color: #02266d;
}

.column-two_default .column-two_text-03 .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_child {
  width: 487px; /* 482px */
  margin-right: 2px; /* 1px */
  overflow: hidden;
  float: left;
}

.column-two_caption .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_caption .column-two_child:nth-child(n + 3) {
  margin-top: 30px;
}

.column-two_caption .column-two_child.bg-gray {
  background: #efefef;
}

.column-two_caption .column-two_image {
  position: relative;
}

.column-two_caption .column-two_image .column-two_caption {
  height: 37px;
  width: 100%;
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_image .column-two_caption-middle {
  display: table;
  height: 58px;
  padding: 0 15px;
}

.column-two_caption .column-two_image .column-two_caption-middle span {
  display: table-cell;
  vertical-align: middle;
}

.column-two_caption .column-two_image .column-two_caption-wide {
  display: table;
  height: 84px;
  padding: 0 15px;
}

.column-two_caption .column-two_image .column-two_caption-wide span {
  display: table-cell;
  vertical-align: middle;
}

.column-two_caption .column-two_image .column-two_caption.js-caption-height {
  display: table;
  padding: 0 15px;
}

.column-two_caption .column-two_image .column-two_caption.js-caption-height span {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.column-two_caption .column-two_text {
  padding: 20px;
}

.column-two_caption .column-two_text.bg-gray {
  background: #efefef;
}

.column-two_caption .column-two_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_text .title.blue {
  color: #02266d;
}

.column-two_caption .column-two_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_text-02 {
  padding: 0 0 30px 0;
}

.column-two_caption .column-two_text-02.bg-gray {
  background: #efefef;
}

.column-two_caption .column-two_text-02 .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_text-02 .title.blue {
  color: #02266d;
}

.column-two_caption .column-two_text-02 .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_text-03 {
  padding: 20px 0;
}

.column-two_caption .column-two_text-03.bg-gray {
  background: #efefef;
}

.column-two_caption .column-two_text-03 .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_text-03 .title.blue {
  color: #02266d;
}

.column-two_caption .column-two_text-03 .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-two_img-right {
  padding: 20px;
}

.column-two_img-right .column-two_child {
  width: 442px;
  margin-right: 40px;
  overflow: hidden;
  float: left;
}

.column-two_img-right .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_img-right .column-two_child:nth-child(n + 3) {
  margin-top: 30px;
}

.column-two_img-right .column-two_child .column-two_text {
  width: 296px;
  padding: 0 20px 0 0;
  float: left;
  font-size: 13px;
}

.column-two_img-right .column-two_child .column-two_text .title {
  font-weight: bold;
  margin-bottom: 17px;
}

.column-two_img-right .column-two_child .column-two_image {
  float: right;
}

.column-two-right {
  width: 483px;
  float: right;
}

.column-two_image .column-two_child {
  width: 487px; /* 483 */
  padding-bottom: 20px;
  overflow: hidden;
  float: left;
}

.column-two_image .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_image .column-two_child:nth-child(2n) .column-two_image {
/*  padding-left: 0; removed by H.Fukui */
}
.column-two_image .column-two_child .column-two_image {
  padding-left: 17px; /* added by H.Fukui */
}

.column-two_image .column-two_child:nth-child(n + 3) {
  margin-top: 30px;
}

.column-two_image .column-two_child.bg-gray {
  background: #efefef;
}

.column-two_image .column-two_image {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

.column-two_image .column-two_image img {
  width: 453px;
}

.column-two_image .column-two_text {
  padding: 20px;
}

.column-two_image .column-two_text.bg-gray {
  background: #efefef;
}

.column-two_image .column-two_text-02 {
  padding: 0 0 30px 0;
}

.column-two_image .column-two_text-02.bg-gray {
  background: #efefef;
}

.column-two_image .column-two_text-03 {
  padding: 20px 0;
}

.column-two_image .column-two_text-03.bg-gray {
  background: #efefef;
}

.column-two_product {
  overflow: hidden;
  margin-bottom: -16px; /* added by H.Fukui */
}

.column-two_product .column-two_child {
  display: table;
  width: 480px; /* 460 */
  margin-right: 16px;  /* 40 */
  margin-bottom: 16px; /* added by H.Fukui */
  float: left;
  border: 1px solid #cccccc;
  background: #fcfcfc;
}

.column-two_product .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_product .column-two_child:hover > a div.column-two_text {
  background: url(../img/icon_large-arow_black-hover.png) 95% 50% no-repeat;
}

.column-two_product .column-two_image {
  display: table-cell;
  vertical-align: top;
}

.column-two_product .column-two_image-in {
  width: 183px;
  height: 183px;
  display: table;
  text-align: center;
  background: #f6f6f6;
}

.column-two_product .column-two_image-in_figure {
  display: table-cell;
  vertical-align: middle;
}

.column-two_product .column-two_text {
  display: table-cell;
  background: url(../img/icon_large-arow_black.png) 95% 50% no-repeat;
}

.column-two_product .column-two_text .inner {
  padding: 20px 40px 20px 20px;
}

.column-two_product .column-two_text .title {
  display: block;
  margin-bottom: 20px;
  padding: 0 36px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.column-two_info-area.bg-gray {
  background: #efefef;
}

.column-two_info-area .column-two_child {
  width: 487px; /* 482 */
  padding: 20px;
  float: left;
  overflow: hidden;
}

.column-two_info-area .column-two_child:nth-child(2n) {
  border-left: 2px solid #ffffff; /* 1px */
}
.column-two_info-area .column-two_child:nth-child(n+3) { /* added by H.Fukui 2017.05.18 */
  border-top: 2px solid #fff;
}

.column-two_info-area .column-two_image {
  float: left;
}

.column-two_info-area .column-two_image.right {
  float: right;
}

.column-two_info-area .column-two_text {
  width: 260px; /* 250 */
  padding: 15px 0 0 15px;
  float: left;
}

.column-two_info-area .column-two_text .title {
  margin-bottom: 10px;
  font-weight: bold;
}

.column-two_video .column-two_child {
  width: 50%; /* 482 */
  padding: 20px;
  float: left;
  overflow: hidden;
}

.column-two_video .column-two_child-iframe {
  margin-bottom: 20px;
  text-align: center;
}

.column-two_video .column-two_child.bg-gray {
  background: #efefef;
}

.column-two_video .column-two_text .title {
  margin-bottom: 10px;
  font-weight: bold;
}

#container .column-two a:hover .column-two_caption span {
  color: #ffffff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.column-three {
  overflow: hidden;
}

.column-three_cat-title {
  width: 100%;
  padding: 8px 15px;
  color: #ffffff;
  background: #777; /* adadad */
  font-size: 16px;
  font-weight: bold;
}

.column-three_default .column-three_child {
  width: 324px; /* 321 */
  margin-right: 2px; /* 1px */
  overflow: hidden;
  float: left;
}

.column-three_default .column-three_child:nth-child(3n) {
/*  width: 323px; removed by H.Fukui */
  margin-right: 0;
}

.column-three_default .column-three_child:nth-child(n + 4) {
  margin-top: 2px; /* 1px */
}

.column-three_default .column-three_child.bg-gray {
  background: #efefef;
}

.column-three_default .column-three_child .column-three_text {
  padding: 15px 20px 25px;
}

.column-three .column-three_child .column-three_text-small { /* added by H.Fukui */
  padding: 10px;
}

.column-three_default .column-three_child .column-three_text.bg-gray {
  background: #efefef;
}

.column-three_default .column-three_child .column-three_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-three_default .column-three_child .column-three_text .title.blue {
  color: #02266d;
}

.column-three_default .column-three_child .column-three_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-three, .column-four, .column-five { /* added by H.Fukui */
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.column-three_caption .column-three_child {
  width: 324px; /* 323px */
  position: relative;
  margin-right: 2px; /* 1px */
  overflow: hidden;
  float: left;
}

.column-three_caption .column-three_child:nth-child(3n) {
  width: 324px; /* 323px */
  margin-right: 0;
}

.column-three_caption .column-three_child:nth-child(n + 4) {
  margin-top: 2px; /* 1px */
}

.column-three_caption .column-three_child-twin_wrap {
  overflow: hidden;
}

.column-three_caption .column-three_child-twin a {
  display: block;
  float: left;
  position: relative;
}

.column-three_caption .column-three_child.bg-gray {
  background: #efefef;
}

.column-three_caption .column-three_child .column-three_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-three_caption .column-three_child .column-three_text .title.blue {
  color: #02266d;
}

.column-three_caption .column-three_child .column-three_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-three_caption .column-three_image {
  position: relative;
}

.column-three_caption .column-three_caption {
  height: 37px;
  width: 100%;
  padding: 8px 8px 8px 15px; /* 8px 15px */
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  font-size: 16px;
  font-weight: bold;
}

.column-three_caption .column-three_caption-middle {
  display: table;
  height: 58px;
  padding: 0 15px;
}

.column-three_caption .column-three_caption-middle span {
  display: table-cell;
  vertical-align: middle;
}

.column-three_caption .column-three_caption-wide {
  display: table;
  height: 84px;
  padding: 0 8px 0 15px; /* 0 15px */
}

.column-three_caption .column-three_caption-wide span {
  display: table-cell;
  vertical-align: middle;
}

.column-three_caption .column-three_caption.js-caption-height {
  display: table;
  padding: 0 15px;
}

.column-three_caption .column-three_caption.js-caption-height span {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.column-three_caption .column-three_text {
  padding: 15px 20px 25px;
}

.column-three_caption .column-three_text.bg-gray {
  background: #efefef;
}

.column-three_caption .column-three_text a {
  color: #666666;
}

.column-three_specialty .column-three_child {
  width: 305px;
  margin-right: 25px;
  float: left;
  border: 1px solid #d3cbc7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.column-three_specialty .column-three_child:nth-child(3n) {
  margin-right: 0;
}

.column-three_specialty .column-three_child .top-block {
  min-height: 270px;
}

.column-three_specialty .column-three_child .top-block .title-box {
  padding: 7px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.column-three_specialty .column-three_child .top-block .title-box.orange {
  background: #e25117;
}

.column-three_specialty .column-three_child .top-block .title-box.gray {
  background: #4c4849;
}

.column-three_specialty .column-three_child .top-block .title-box.black {
  background: #211914;
}

.column-three_specialty .column-three_child .top-block .title-text {
  padding: 17px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.column-three_specialty .column-three_child .top-block .title-text p {
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 1px solid #b1b3b2;
}

.column-three_specialty .column-three_child .top-block .sup-text {
  padding: 20px;
}

.column-three_specialty .column-three_child .middle-block {
  min-height: 260px;
  margin: 0 20px 30px;
}

.column-three_specialty .column-three_child .bottom-block {
  padding: 40px 0 20px;
  text-align: center;
  background: url("../img/icon_specialty-arrow.png") no-repeat 50% 0 #fcedbf;
}

.column-three_divided .column-three_child {
  width: 305px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

.column-three_divided .column-three_child:nth-child(3n) {
  margin-right: 0;
}

.column-three_divided .column-three .top-block {
  min-height: 220px;
}

.column-three_divided .column-three_text .title-text {
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
}

.column-three_divided .column-three_text .title-text-border {
  margin-bottom: 20px;
  padding: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
}

.column-three_divided .column-three_image {
  margin-top: 20px;
}

#container .column-three a:hover .column-three_caption span {
  color: #ffffff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.column-four {
  overflow: hidden;
}

.column-four .column-two_child {
  width: 487px; /* 481 */
  margin-right: 2px; /* 1px */
  overflow: hidden;
  float: left;
}

.column-four .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-four .column-two_child:nth-child(n + 4) {
  margin-top: 30px;
}

.column-four .column-two_child.bg-gray {
  background: #efefef;
}

.column-four .column-two_text {
  padding: 20px;
}

.column-four .column-two_text.bg-gray {
  background: #efefef;
}

.column-four .column-two_text-02 {
  padding: 0 0 30px 0;
}

.column-four .column-two_text-02.bg-gray {
  background: #efefef;
}

.column-four .column-two_text-03 {
  padding: 20px 0;
}

.column-four .column-two_text-03.bg-gray {
  background: #efefef;
}

.column-four_child.height-flex {
  height: 400px;
}

.column-four_cat-title {
  width: 100%;
  padding: 8px 15px;
  color: #ffffff;
  background: #777; /* adadad */
  font-size: 16px;
  font-weight: bold;
}

.column-four_default .column-four_child {
  width: 243px; /* 241 */
  margin-right: 1px;
  float: left;
}

.column-four_default .column-four_child:nth-child(4n) {
/*  width: 240px; removed by H.Fukui */
  margin-right: 0; /* added by H.Fukui */
}

.column-four_default .column-four_child:nth-child(n + 5) {
  margin-top: 1px;
}

.column-four_default .column-four_child.bg-gray {
  background: #efefef;
}

.column-four_default .column-four_child .column-four_image {
  text-align: center;
}

.column-four_default .column-four_child .column-four_text {
  padding: 10px 20px;
}

.column-four_default .column-four_child .column-four_text-small {
  padding: 10px;
}

.column-four_default .column-four_child .column-four_text-small.bg-gray {
  background: #efefef;
}

.column-four_default .column-four_child .column-four_text-bottom-30 {
  padding: 10px;
}

.column-four_default .column-four_child .column-four_text-bottom-30.bg-gray {
  background: #efefef;
}

.column-four_default .column-four_child .column-four_text-left-right {
  padding: 0 20px;
}

.column-four_default .column-four_child .column-four_text-left-right.bg-gray {
  background: #efefef;
}

.column-four_default .column-four_child .column-four_text.bg-gray {
  background: #efefef;
}

.column-four_default .column-four_child .column-four_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-four_default .column-four_child .column-four_text .title.blue {
  color: #02266d;
}

.column-four_default .column-four_child .column-four_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-four_caption .column-four_child {
  width: 243px; /* 241 */
  margin-right: 1px;
  float: left;
}

.column-four_caption .column-four_child:nth-child(4n) {
/*  width: 240px;  removed by H.Fukui */
  margin-right: 0; /* added  by H.Fukui */
}

.column-four_caption .column-four_child:nth-child(n + 5) {
  margin-top: 1px;
}

.column-four_caption .column-four_child.bg-gray {
  background: #efefef;
}

.column-four_caption .column-four_child .column-four_text {
  padding: 10px 20px;
}

.column-four_caption .column-four_child .column-four_text-small {
  padding: 10px;
}

.column-four_caption .column-four_child .column-four_text-small.bg-gray {
  background: #efefef;
}

.column-four_caption .column-four_child .column-four_text-bottom-30 {
  padding: 10px;
}

.column-four_caption .column-four_child .column-four_text-bottom-30.bg-gray {
  background: #efefef;
}

.column-four_caption .column-four_child .column-four_text-left-right {
  padding: 0 20px;
}

.column-four_caption .column-four_child .column-four_text-left-right.bg-gray {
  background: #efefef;
}

.column-four_caption .column-four_child .column-four_text.bg-gray {
  background: #efefef;
}

.column-four_caption .column-four_child .column-four_text.text-center {
  text-align: center;
}

.column-four_caption .column-four_child .column-four_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-four_caption .column-four_child .column-four_text .title.blue {
  color: #02266d;
}

.column-four_caption .column-four_child .column-four_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-four_caption .column-four_child .column-four_image {
  position: relative;
}

.column-four_caption .column-four_child .column-four_image img {
  width:243px;} /* added by H.Fukui */

.column-four_caption .column-four_child .column-four_image .column-four_caption {
  height: 37px;
  width: 100%;
  padding: 8px 8px 15px 8px; /* 8px 15px */
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  font-size: 16px;
  font-weight: bold;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption-middle {
  display: table;
  height: 58px;
  padding: 0 15px;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption-middle span {
  display: table-cell;
  vertical-align: middle;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption-wide {
  display: table;
  height: 84px;
  padding: 0 15px;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption-wide span {
  display: table-cell;
  vertical-align: middle;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption.js-caption-height {
  display: table;
  padding: 0 15px;
}

.column-four_caption .column-four_child .column-four_image .column-four_caption.js-caption-height span {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.column-four_caption .column-four_child .column-four_image .icon-sgi {
  position: absolute;
  left: 8px;
  bottom: 45px;
  color: #ffffff !important;
}

#container .column-four a:hover .column-four_caption span {
  color: #ffffff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

/* column-five added by H.Fukui */
.column-five {
  overflow: hidden;
}

.column-five_child.height-flex {
  height: 400px;
}

.column-five_cat-title {
  width: 100%;
  padding: 8px 15px;
  color: #ffffff;
  background: #adadad;
  font-size: 16px;
  font-weight: bold;
}

.column-five_default .column-five_child {
  width: 194px;
  margin-right: 1px;
  float: left;
}

.column-five_default .column-five_child:nth-child(n + 6) {
  margin-top: 1px;
}

.column-five_default .column-five_child.bg-gray {
  background: #efefef;
}

.column-five_default .column-five_child .column-five_image {
  text-align: center;
}

.column-five_default .column-five_child .column-five_text {
  padding: 10px 20px;
}

.column-five_default .column-five_child .column-five_text-small {
  padding: 10px;
}

.column-five_default .column-five_child .column-five_text-small.bg-gray {
  background: #efefef;
}

.column-five_default .column-five_child .column-five_text-bottom-30 {
  padding: 10px;
}

.column-five_default .column-five_child .column-five_text-bottom-30.bg-gray {
  background: #efefef;
}

.column-five_default .column-five_child .column-five_text-left-right {
  padding: 0 20px;
}

.column-five_default .column-five_child .column-five_text-left-right.bg-gray {
  background: #efefef;
}

.column-five_default .column-five_child .column-five_text.bg-gray {
  background: #efefef;
}

.column-five_default .column-five_child .column-five_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-five_default .column-five_child .column-five_text .title.blue {
  color: #02266d;
}

.column-five_default .column-five_child .column-five_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-five_caption .column-five_child {
  width: 194px;
  margin-right: 1px;
  float: left;
}

.column-five_caption .column-five_child:nth-child(n + 6) {
  margin-top: 1px;
}

.column-five_caption .column-five_child.bg-gray {
  background: #efefef;
}

.column-five_caption .column-five_child .column-five_text {
  padding: 10px 20px;
}

.column-five_caption .column-five_child .column-five_text-small {
  padding: 10px;
}

.column-five_caption .column-five_child .column-five_text-small.bg-gray {
  background: #efefef;
}

.column-five_caption .column-five_child .column-five_text-bottom-30 {
  padding: 10px;
}

.column-five_caption .column-five_child .column-five_text-bottom-30.bg-gray {
  background: #efefef;
}

.column-five_caption .column-five_child .column-five_text-left-right {
  padding: 0 20px;
}

.column-five_caption .column-five_child .column-five_text-left-right.bg-gray {
  background: #efefef;
}

.column-five_caption .column-five_child .column-five_text.bg-gray {
  background: #efefef;
}

.column-five_caption .column-five_child .column-five_text.text-center {
  text-align: center;
}

.column-five_caption .column-five_child .column-five_text .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.column-five_caption .column-five_child .column-five_text .title.blue {
  color: #02266d;
}

.column-five_caption .column-five_child .column-five_text .title-only {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.column-five_caption .column-five_child .column-five_image {
  position: relative;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption {
  height: 37px;
  width: 100%;
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgba(32, 32, 32, 0.5); /* 67, 67, 67 */
  font-size: 16px;
  font-weight: bold;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption-middle {
  display: table;
  height: 58px;
  padding: 0 15px;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption-middle span {
  display: table-cell;
  vertical-align: middle;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption-wide {
  display: table;
  height: 84px;
  padding: 0 15px;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption-wide span {
  display: table-cell;
  vertical-align: middle;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption.js-caption-height {
  display: table;
  padding: 0 15px;
}

.column-five_caption .column-five_child .column-five_image .column-five_caption.js-caption-height span {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.column-five_caption .column-five_child .column-five_image .icon-sgi {
  position: absolute;
  left: 8px;
  bottom: 45px;
  color: #ffffff !important;
}

#container .column-five a:hover .column-five_caption span {
  color: #ffffff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.column-five_image img {width:194px; height:auto;}
/* end of column-five */

.column-composite {
  display: table;
  width: 100%;
}

.column-composite_child {
  display: table-cell;
}

.column-composite_under-child {
  display: table-cell;
  width: 186px;
  border-right: 20px solid #ffffff;
}

.column-composite_under-child.bg-gray {
  background: #efefef;
}

.column-composite_under-child .column-composite_text {
  padding: 10px 0;
}

.column-composite_under-child .column-composite_text-small {
  padding: 10px;
}

.column-composite_under-child .column-composite_text-small.bg-gray {
  background: #efefef;
}

.column-composite_under-child .column-composite_text-bottom-30 {
  padding: 10px;
}

.column-composite_under-child .column-composite_text-bottom-30.bg-gray {
  background: #efefef;
}

.column-composite_under-child .column-composite_text-left-right {
  padding: 0 20px;
}

.column-composite_under-child .column-composite_text-left-right.bg-gray {
  background: #efefef;
}

.column-composite_under-child .column-composite_text.bg-gray {
  background: #efefef;
}

.column-composite_under-child .column-composite_text.text-center {
  text-align: center;
}

.column-composite_under-child .column-composite_text .title {
  font-weight: bold;
  margin-bottom: 1em;
}

.column-composite_under-child .column-composite_text .title.blue {
  margin-bottom: 1em;
  color: #02266d;
  font-size: 16px;
}

.column-composite_under-child:last-child {
  border: none;
}

.column_detail-link a {
  display: block;
  margin: 4px 2px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  border: 1px solid #ececec;
}

.column_detail-link a span {
  display: block;
  padding: 12px 20px 12px 15px;
  background: url("../img/icon_large-arow_black.png") no-repeat 96% 49%;
  background-size: 8px 10px;
}

.column_detail-link a:hover > span {
  background: url("../img/icon_large-arow_black-hover.png") no-repeat 96% 49%;
  background-size: 8px 10px;
}

.column_icontext {
  display: inline-block;
  padding: 5px 0;
}

.column_icontext .icon-new {
  width: 64px;
  padding: 2px 0;
  font-size: 12px;
  background: #02266d;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

/* relatedLinks added by H.Fukui */
div.relatedLinks {margin-top:-19px;}
div.relatedLinks_title {float:left; width:194px; height:38px; margin-right:1px; padding:8px 15px;
  background:#999; vertical-align:middle; font-size:16px; font-weight:bold;}
div.relatedLinks_list {float:left; width:779px; height:38px; background:#efefef;}
div.relatedLinks_list ul li {float:left; padding:10px 30px 10px 10px; vertical-align:middle;}
div.relatedLinks_list ul li:last-child {padding-right:0;}

.column_icontext .icon-new.red {
  background: #ff0000;
}

.border-wh {
  border-top: solid 1px #ffffff;
}

.mt-100, .mt-pc-100 { margin-top: 100px !important; }
.mr-100, .mr-pc-100 { margin-right: 100px !important; }
.ml-100, .ml-pc-100 { margin-left: 100px !important; }
.mb-100, .mb-pc-100 { margin-bottom: 100px !important; }
.mt-95, .mt-pc-95 { margin-top: 95px !important; }
.mr-95, .mr-pc-95 { margin-right: 95px !important; }
.ml-95, .ml-pc-95 { margin-left: 95px !important; }
.mb-95, .mb-pc-95 { margin-bottom: 95px !important; }
.mt-90, .mt-pc-90 { margin-top: 90px !important; }
.mr-90, .mr-pc-90 { margin-right: 90px !important; }
.ml-90, .ml-pc-90 { margin-left: 90px !important; }
.mb-90, .mb-pc-90 { margin-bottom: 90px !important; }
.mt-85, .mt-pc-85 { margin-top: 85px !important; }
.mr-85, .mr-pc-85 { margin-right: 85px !important; }
.ml-85, .ml-pc-85 { margin-left: 85px !important; }
.mb-85, .mb-pc-85 { margin-bottom: 85px !important; }
.mt-80, .mt-pc-80 { margin-top: 80px !important; }
.mr-80, .mr-pc-80 { margin-right: 80px !important; }
.ml-80, .ml-pc-80 { margin-left: 80px !important; }
.mb-80, .mb-pc-80 { margin-bottom: 80px !important; }
.mt-75, .mt-pc-75 { margin-top: 75px !important; }
.mr-75, .mr-pc-75 { margin-right: 75px !important; }
.ml-75, .ml-pc-75 { margin-left: 75px !important; }
.mb-75, .mb-pc-75 { margin-bottom: 75px !important; }
.mt-70, .mt-pc-70 { margin-top: 70px !important; }
.mr-70, .mr-pc-70 { margin-right: 70px !important; }
.ml-70, .ml-pc-70 { margin-left: 70px !important; }
.mb-70, .mb-pc-70 { margin-bottom: 70px !important; }
.mt-65, .mt-pc-65 { margin-top: 65px !important; }
.mr-65, .mr-pc-65 { margin-right: 65px !important; }
.ml-65, .ml-pc-65 { margin-left: 65px !important; }
.mb-65, .mb-pc-65 { margin-bottom: 65px !important; }
.mt-60, .mt-pc-60 { margin-top: 60px !important; }
.mr-60, .mr-pc-60 { margin-right: 60px !important; }
.ml-60, .ml-pc-60 { margin-left: 60px !important; }
.mb-60, .mb-pc-60 { margin-bottom: 60px !important; }
.mt-55, .mt-pc-55 { margin-top: 55px !important; }
.mr-55, .mr-pc-55 { margin-right: 55px !important; }
.ml-55, .ml-pc-55 { margin-left: 55px !important; }
.mb-55, .mb-pc-55 { margin-bottom: 55px !important; }
.mt-50, .mt-pc-50 { margin-top: 50px !important; }
.mr-50, .mr-pc-50 { margin-right: 50px !important; }
.ml-50, .ml-pc-50 { margin-left: 50px !important; }
.mb-50, .mb-pc-50 { margin-bottom: 50px !important; }
.mt-45, .mt-pc-45 { margin-top: 45px !important; }
.mr-45, .mr-pc-45 { margin-right: 45px !important; }
.ml-45, .ml-pc-45 { margin-left: 45px !important; }
.mb-45, .mb-pc-45 { margin-bottom: 45px !important; }
.mt-40, .mt-pc-40 { margin-top: 40px !important; }
.mr-40, .mr-pc-40 { margin-right: 40px !important; }
.ml-40, .ml-pc-40 { margin-left: 40px !important; }
.mb-40, .mb-pc-40 { margin-bottom: 40px !important; }
.mt-35, .mt-pc-35 { margin-top: 35px !important; }
.mr-35, .mr-pc-35 { margin-right: 35px !important; }
.ml-35, .ml-pc-35 { margin-left: 35px !important; }
.mb-35, .mb-pc-35 { margin-bottom: 35px !important; }
.mt-30, .mt-pc-30 { margin-top: 30px !important; }
.mr-30, .mr-pc-30 { margin-right: 30px !important; }
.ml-30, .ml-pc-30 { margin-left: 30px !important; }
.mb-30, .mb-pc-30 { margin-bottom: 30px !important; }
.mt-25, .mt-pc-25 { margin-top: 25px !important; }
.mr-25, .mr-pc-25 { margin-right: 25px !important; }
.ml-25, .ml-pc-25 { margin-left: 25px !important; }
.mb-25, .mb-pc-25 { margin-bottom: 25px !important; }
.mt-20, .mt-pc-20 { margin-top: 20px !important; }
.mr-20, .mr-pc-20 { margin-right: 20px !important; }
.ml-20, .ml-pc-20 { margin-left: 20px !important; }
.mb-20, .mb-pc-20 { margin-bottom: 20px !important; }
.mt-15, .mt-pc-15 { margin-top: 15px !important; }
.mr-15, .mr-pc-15 { margin-right: 15px !important; }
.ml-15, .ml-pc-15 { margin-left: 15px !important; }
.mb-15, .mb-pc-15 { margin-bottom: 15px !important; }
.mt-10, .mt-pc-10 { margin-top: 10px !important; }
.mr-10, .mr-pc-10 { margin-right: 10px !important; }
.ml-10, .ml-pc-10 { margin-left: 10px !important; }
.mb-10, .mb-pc-10 { margin-bottom: 10px !important; }
.mt-5, .mt-pc-5 { margin-top: 5px !important; }
.mr-5, .mr-pc-5 { margin-right: 5px !important; }
.ml-5, .ml-pc-5 { margin-left: 5px !important; }
.mb-5, .mb-pc-5 { margin-bottom: 5px !important; }
.mt-0, .mt-pc-0 { margin-top: 0px !important; }
.mr-0, .mr-pc-0 { margin-right: 0px !important; }
.ml-0, .ml-pc-0 { margin-left: 0px !important; }
.mb-0, .mb-pc-0 { margin-bottom: 0px !important; }

.pt-100, .pt-pc-100 { padding-top: 100px !important; }
.pr-100, .pr-pc-100 { padding-right: 100px !important; }
.pl-100, .pl-pc-100 { padding-left: 100px !important; }
.pb-100, .pb-pc-100 { padding-bottom: 100px !important; }
.pt-95, .pt-pc-95 { padding-top: 95px !important; }
.pr-95, .pr-pc-95 { padding-right: 95px !important; }
.pl-95, .pl-pc-95 { padding-left: 95px !important; }
.pb-95, .pb-pc-95 { padding-bottom: 95px !important; }
.pt-90, .pt-pc-90 { padding-top: 90px !important; }
.pr-90, .pr-pc-90 { padding-right: 90px !important; }
.pl-90, .pl-pc-90 { padding-left: 90px !important; }
.pb-90, .pb-pc-90 { padding-bottom: 90px !important; }
.pt-85, .pt-pc-85 { padding-top: 85px !important; }
.pr-85, .pr-pc-85 { padding-right: 85px !important; }
.pl-85, .pl-pc-85 { padding-left: 85px !important; }
.pb-85, .pb-pc-85 { padding-bottom: 85px !important; }
.pt-80, .pt-pc-80 { padding-top: 80px !important; }
.pr-80, .pr-pc-80 { padding-right: 80px !important; }
.pl-80, .pl-pc-80 { padding-left: 80px !important; }
.pb-80, .pb-pc-80 { padding-bottom: 80px !important; }
.pt-75, .pt-pc-75 { padding-top: 75px !important; }
.pr-75, .pr-pc-75 { padding-right: 75px !important; }
.pl-75, .pl-pc-75 { padding-left: 75px !important; }
.pb-75, .pb-pc-75 { padding-bottom: 75px !important; }
.pt-70, .pt-pc-70 { padding-top: 70px !important; }
.pr-70, .pr-pc-70 { padding-right: 70px !important; }
.pl-70, .pl-pc-70 { padding-left: 70px !important; }
.pb-70, .pb-pc-70 { padding-bottom: 70px !important; }
.pt-65, .pt-pc-65 { padding-top: 65px !important; }
.pr-65, .pr-pc-65 { padding-right: 65px !important; }
.pl-65, .pl-pc-65 { padding-left: 65px !important; }
.pb-65, .pb-pc-65 { padding-bottom: 65px !important; }
.pt-60, .pt-pc-60 { padding-top: 60px !important; }
.pr-60, .pr-pc-60 { padding-right: 60px !important; }
.pl-60, .pl-pc-60 { padding-left: 60px !important; }
.pb-60, .pb-pc-60 { padding-bottom: 60px !important; }
.pt-55, .pt-pc-55 { padding-top: 55px !important; }
.pr-55, .pr-pc-55 { padding-right: 55px !important; }
.pl-55, .pl-pc-55 { padding-left: 55px !important; }
.pb-55, .pb-pc-55 { padding-bottom: 55px !important; }
.pt-50, .pt-pc-50 { padding-top: 50px !important; }
.pr-50, .pr-pc-50 { padding-right: 50px !important; }
.pl-50, .pl-pc-50 { padding-left: 50px !important; }
.pb-50, .pb-pc-50 { padding-bottom: 50px !important; }
.pt-45, .pt-pc-45 { padding-top: 45px !important; }
.pr-45, .pr-pc-45 { padding-right: 45px !important; }
.pl-45, .pl-pc-45 { padding-left: 45px !important; }
.pb-45, .pb-pc-45 { padding-bottom: 45px !important; }
.pt-40, .pt-pc-40 { padding-top: 40px !important; }
.pr-40, .pr-pc-40 { padding-right: 40px !important; }
.pl-40, .pl-pc-40 { padding-left: 40px !important; }
.pb-40, .pb-pc-40 { padding-bottom: 40px !important; }
.pt-35, .pt-pc-35 { padding-top: 35px !important; }
.pr-35, .pr-pc-35 { padding-right: 35px !important; }
.pl-35, .pl-pc-35 { padding-left: 35px !important; }
.pb-35, .pb-pc-35 { padding-bottom: 35px !important; }
.pt-30, .pt-pc-30 { padding-top: 30px !important; }
.pr-30, .pr-pc-30 { padding-right: 30px !important; }
.pl-30, .pl-pc-30 { padding-left: 30px !important; }
.pb-30, .pb-pc-30 { padding-bottom: 30px !important; }
.pt-25, .pt-pc-25 { padding-top: 25px !important; }
.pr-25, .pr-pc-25 { padding-right: 25px !important; }
.pl-25, .pl-pc-25 { padding-left: 25px !important; }
.pb-25, .pb-pc-25 { padding-bottom: 25px !important; }
.pt-20, .pt-pc-20 { padding-top: 20px !important; }
.pr-20, .pr-pc-20 { padding-right: 20px !important; }
.pl-20, .pl-pc-20 { padding-left: 20px !important; }
.pb-20, .pb-pc-20 { padding-bottom: 20px !important; }
.pt-15, .pt-pc-15 { padding-top: 15px !important; }
.pr-15, .pr-pc-15 { padding-right: 15px !important; }
.pl-15, .pl-pc-15 { padding-left: 15px !important; }
.pb-15, .pb-pc-15 { padding-bottom: 15px !important; }
.pt-10, .pt-pc-10 { padding-top: 10px !important; }
.pr-10, .pr-pc-10 { padding-right: 10px !important; }
.pl-10, .pl-pc-10 { padding-left: 10px !important; }
.pb-10, .pb-pc-10 { padding-bottom: 10px !important; }
.pt-5, .pt-pc-5 { padding-top: 5px !important; }
.pr-5, .pr-pc-5 { padding-right: 5px !important; }
.pl-5, .pl-pc-5 { padding-left: 5px !important; }
.pb-5, .pb-pc-5 { padding-bottom: 5px !important; }
.pt-0, .pt-pc-0 { padding-top: 0px !important; }
.pr-0, .pr-pc-0 { padding-right: 0px !important; }
.pl-0, .pl-pc-0 { padding-left: 0px !important; }
.pb-0, .pb-pc-0 { padding-bottom: 0px !important; }

.ml20 { margin: 0 20px; }

.font-100 { font-size: 100px !important; }
.font-99 { font-size: 99px !important; }
.font-98 { font-size: 98px !important; }
.font-97 { font-size: 97px !important; }
.font-96 { font-size: 96px !important; }
.font-95 { font-size: 95px !important; }
.font-94 { font-size: 94px !important; }
.font-93 { font-size: 93px !important; }
.font-92 { font-size: 92px !important; }
.font-91 { font-size: 91px !important; }
.font-90 { font-size: 90px !important; }
.font-89 { font-size: 89px !important; }
.font-88 { font-size: 88px !important; }
.font-87 { font-size: 87px !important; }
.font-86 { font-size: 86px !important; }
.font-85 { font-size: 85px !important; }
.font-84 { font-size: 84px !important; }
.font-83 { font-size: 83px !important; }
.font-82 { font-size: 82px !important; }
.font-81 { font-size: 81px !important; }
.font-80 { font-size: 80px !important; }
.font-79 { font-size: 79px !important; }
.font-78 { font-size: 78px !important; }
.font-77 { font-size: 77px !important; }
.font-76 { font-size: 76px !important; }
.font-75 { font-size: 75px !important; }
.font-74 { font-size: 74px !important; }
.font-73 { font-size: 73px !important; }
.font-72 { font-size: 72px !important; }
.font-71 { font-size: 71px !important; }
.font-70 { font-size: 70px !important; }
.font-69 { font-size: 69px !important; }
.font-68 { font-size: 68px !important; }
.font-67 { font-size: 67px !important; }
.font-66 { font-size: 66px !important; }
.font-65 { font-size: 65px !important; }
.font-64 { font-size: 64px !important; }
.font-63 { font-size: 63px !important; }
.font-62 { font-size: 62px !important; }
.font-61 { font-size: 61px !important; }
.font-60 { font-size: 60px !important; }
.font-59 { font-size: 59px !important; }
.font-58 { font-size: 58px !important; }
.font-57 { font-size: 57px !important; }
.font-56 { font-size: 56px !important; }
.font-55 { font-size: 55px !important; }
.font-54 { font-size: 54px !important; }
.font-53 { font-size: 53px !important; }
.font-52 { font-size: 52px !important; }
.font-51 { font-size: 51px !important; }
.font-50 { font-size: 50px !important; }
.font-49 { font-size: 49px !important; }
.font-48 { font-size: 48px !important; }
.font-47 { font-size: 47px !important; }
.font-46 { font-size: 46px !important; }
.font-45 { font-size: 45px !important; }
.font-44 { font-size: 44px !important; }
.font-43 { font-size: 43px !important; }
.font-42 { font-size: 42px !important; }
.font-41 { font-size: 41px !important; }
.font-40 { font-size: 40px !important; }
.font-39 { font-size: 39px !important; }
.font-38 { font-size: 38px !important; }
.font-37 { font-size: 37px !important; }
.font-36 { font-size: 36px !important; }
.font-35 { font-size: 35px !important; }
.font-34 { font-size: 34px !important; }
.font-33 { font-size: 33px !important; }
.font-32 { font-size: 32px !important; }
.font-31 { font-size: 31px !important; }
.font-30 { font-size: 30px !important; }
.font-29 { font-size: 29px !important; }
.font-28 { font-size: 28px !important; }
.font-27 { font-size: 27px !important; }
.font-26 { font-size: 26px !important; }
.font-25 { font-size: 25px !important; }
.font-24 { font-size: 24px !important; }
.font-23 { font-size: 23px !important; }
.font-22 { font-size: 22px !important; }
.font-21 { font-size: 21px !important; }
.font-20 { font-size: 20px !important; }
.font-19 { font-size: 19px !important; }
.font-18 { font-size: 18px !important; }
.font-17 { font-size: 17px !important; }
.font-16 { font-size: 16px !important; }
.font-15 { font-size: 15px !important; }
.font-14 { font-size: 14px !important; }
.font-13 { font-size: 13px !important; }
.font-12 { font-size: 12px !important; }
.font-11 { font-size: 11px !important; }
.font-10 { font-size: 10px !important; }
.font-9 { font-size: 9px !important; }
.font-8 { font-size: 8px !important; }
.font-7 { font-size: 7px !important; }
.font-6 { font-size: 6px !important; }
.font-5 { font-size: 5px !important; }
.font-4 { font-size: 4px !important; }
.font-3 { font-size: 3px !important; }
.font-2 { font-size: 2px !important; }
.font-1 { font-size: 1px !important; }
.font-0 { font-size: 0px !important; }

.bnr_block {
  margin: 40px 0 0;
  padding: 20px 0;
}

.bnr_block-gray {
  background: #e8e8e8;
}

.bnr_block_in {
  width: 976px; /* 967px */
  margin: 0 auto;
  overflow: hidden;
}

.bnr_block_in + .bnr_block_in {
  margin-top: 20px;
}

.bnr_block .bnr-two_column {
  width: 480px; /* 478px */
  float: left;
}

.bnr_block .bnr-two_column:last-child {
  margin-left: 16px;  /* 10px */
}

.bnr_block .bnr-three_column {
  width: 320px;
  float: left;
}

.bnr_block .bnr-three_column:nth-child(n + 2) {
  margin-left: 3px;
}

.text__box {
  margin-top: 30px;
}

.text__break {
  margin-top: 1em;
}

.text-center {
  text-align: center !important;
}

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

.text-notes {
  margin: 14px 0 0 0;
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 12px;
}

.text-notes:before {
  content: '※';
}

.text-red {
  color: #CC0000;
}

.text-blue {
  color: #0000FF;
}

.link-light-blue {
  display: inline-block;
  font-size: 16px;
  color: #3e6fcf !important;
}

.link-light-blue:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.link-arrow-light-blue {
  display: inline-block;
  padding: 0 0 0 12px;
  color: #3060c0 !important; /* 3e6fcf, modified from #3468cf by H.Fukui 2017.05.31 */
  background: url(../img/icon_arow_light-blue.png) 0 0.4em no-repeat;
}

.link-arrow-light-blue:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

/* added by H.Fukui */
.link-light-blue {color:#3e6fcf !important; font-size:14px;}
.link-light-blue:hover {  filter: alpha(opacity=70); -ms-filter:"alpha(opacity=70)"; opacity: 0.7;}

.link-arrow-wh {
  display: inline-block;
  padding: 0 0 0 12px;
  color: #ffffff !important;
  background: url(../img/icon_arow_light-wh.png) 0 0.4em no-repeat;
}

.link-arrow-wh:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.link-backarrow-light-blue {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #3e6fcf !important;
  background: url(../img/icon_arow_light-blue.png) 95% 0.4em no-repeat;
}

.link-backarrow-light-blue:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.link-backarrow-light-blue-inline {
  display: inline-block;
  padding-right: 15px;
  color: #3e6fcf !important;
  background: url(../img/icon_arow_light-blue.png) 100% 50% no-repeat;
}

.link-backarrow-light-blue-inline:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.link-backarrow-wh {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #ffffff !important;
  background: url(../img/icon_arow_light-wh.png) 100% 50% no-repeat; /* 0.4e */
}

.link-noarrow-wh { /* added by H.Fukui */
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #ffffff !important;
}

.link-backarrow-wh:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

.link-backarrow-wh.two-lines {
  background: url(../img/icon_arow_light-wh.png) 100% 50% no-repeat;
}

.link-blank-light-blue {
/*  color: #3e6fcf !important; removed by H.Fukui 2017.05.31 */
}

.link-blank-light-blue:after, .link-blank-white:after, .link-blank-dark-gray:after {
/* last 2 classes above added by H.Fukui 2017.03 */
  content: '';
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 2px 0 0 5px;
/*  background: url(../img/icon_blank_light-blue.png) 0 0 no-repeat; removed by H.Fukui 2017.03 */
}

.link-blank-light-blue:after { /* added by H.Fukui 2017.03.21 */
  background: url(../img/icon_blank_light-blue.png) 0 0 no-repeat;
}
.link-blank-white:after { /* added by H.Fukui 2017.03.21 */
  background: url(../img/icon_blank_white.png) 0 0 no-repeat;
}
.link-blank-dark-gray:after { /* added by H.Fukui 2017.03.21 */
  background: url(../img/icon_blank_dark-gray.png) 0 0 no-repeat;
}

.link-blank-light-blue:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

/* added by H.Fukui 2018.05.23 */
#sumai_bmenu .sumai_flyout ul.sumai_flyout_ul li a.link-blank-white {margin-top:-6px;}
#sumai_bmenu .sumai_flyout ul.sumai_flyout_ul li a.link-blank-white:after {
  background: url(../img/icon_blank_white.png) 0 2px no-repeat;}

.text-list-notes {
  margin: 20px 0;
  color: #f00000; /* modfied from #ff0000 by H.Fukui 2017.05.31 */
  max-height: 999999px;
}

.text-list-notes li {
  font-size: 14px;
  background: url(../img/bg_clear.png);
  max-height: 999999px;
}

.text-list-notes li:before {
  content: "注)";
  display: inline-block;
  margin-right: 6px;
}

.text-list-notes-02 li {
  margin: 5px 0 0 0;
  max-height: 999999px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 14px;
}

.text-list-notes-02 li:before {
  content: '※';
}

.text-list-numerNotes {
  margin: 20px 0;
  counter-reset: notes;
  max-height: 999999px;
}

.text-list-numerNotes li {
  display: table;
  font-size: 12px;
  background: url(../img/bg_clear.png);
  max-height: 999999px;
}

.text-list-numerNotes li:before {
  display: table-cell;
  width: 3em;
  counter-increment: notes;
  content: "※" counter(notes);
}

.text-list-numerNotes li .text {
  display: table-cell;
}

.link-pdf {
  padding-left: 35px;
  background: url(../img/icon_pdf.png) 0 50% no-repeat;
  line-height: 35px;
}

.label-icon-red {
  margin-right: 1em;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold; /* added by H.Fukui 2017.05.31 */
  color: #ffffff;
  background: #f00000; /* modified from #ff0000 by H.Fukui 2017.05.31 */
}

.label-icon-blue {
  margin-right: 1em;
  padding: 2px 10px;
  font-size: 12px;
  color: #ffffff;
  background: #02266d;
}

.label-red {
  display: inline-block;
  padding: 2px 10px;
  color: #f00000; /* modified from #ff0000 by H.Fukui 2017.05.31 */
  border: 1px solid #ff0000;
}

.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:hover > p {
  opacity: 0.7;
}

.btn_link p {
  padding: 0 18px 0 0;
  line-height: 18px;
  background: url(../img/icon_large-arow_black.png) 100% 25% no-repeat;
}

.form-wrap {
  display: table;
}

.form-wrap .titleArea {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.form-wrap.side .titleArea {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}

.form-wrap.side .formArea {
  display: table-cell;
  vertical-align: middle;
}

.formArea .formLabel {
  float: left; /* added by H.Fukui 2017.05.24 */
  margin-bottom: 5px;
  margin-right: 20px; /* added by H.Fukui 2017.05.24 */
  font-size: 14px;
  color: #333333;
}

.formArea .formWrap {
  overflow: hidden;
}

.formArea .formText {
  float: left;
}

.formArea .formText input {
  min-width: 280px;
  padding: 15px 7px;
  border: 1px solid #adadad;
  color: #aaaaaa;
  border-radius: 0;
}

.formArea .formText input:focus {
  color: #333333;
}

.formArea .formBtn {
  float: left;
  background: #ffffff;
}

.formArea .formBtn input {
  width: auto;
  padding: 15px 20px;
  border: 1px solid #adadad;
  border-left: none;
  color: #ffffff;
  background: #444444;
  border-radius: 0;
}

.formArea .formBtn input:hover {
  opacity: 0.7;
}

.formArea .formBtn button:hover {opacity:0.7;} /* added by H.Fukui */
.formArea .formNote {float:left; margin:16px 0 0 10px;} /* added by H.Fukui */
.column-two_text .formArea .formNote {clear:left; margin:5px 0 0 0;} /* added by H.Fukui */
.formArea .cbOldprods {float:left; margin: 3px 5px 0 0;} /* added by H.Fukui 2017.05.24 */
.formArea .cbOldprods:hover {cursor: pointer;} /* added by H.Fukui 2017.05.24 */
.formArea label:hover {cursor: pointer;} /* added by H.Fukui 2017.05.24 */

/* to clear float in box elements: added by H.Fukui */
.clearfix:after{display:block; clear:both; content:"";} /* same function as .clr below */

.spOnly {display: none;} /* added by H.Fukui */

/* for new contents list module: 2017.12.04-11 added by H.Fukui */
#newContents {padding:10px 15px; background-color:#efefef;}
#newContents h2 {margin:0 0 5px 0; font-size:125%; color:#666; float:left;}
#newContents div#toNewsList {float:right; margin-top:3px;}
#newContents dl {clear:both; line-height:1.5em;}
#newContents dt {float:left; width:8.5em;}
#newContents.withLabel dt {width:14em; padding-right:0.5em;}
#newContents.withLabel dt div {
  float:right; width:5.5em; margin-top:0px; padding:0px 0;
  background-color:#999; color:#fff; border-radius:4px; text-align:center;}
#newContents dd {float:left; width:820px; margin-bottom:10px;}
#newContents.withLabel dd {width:730px;}
div.dispAll {color:#3060c0; width:110px; line-height:1.5em;}
div.dispAll:hover {cursor:pointer;}
div.dispAll:after {content:" "url(../img/img-arrow-down-b.png);}
div.dispLess:after {content:" "url(../img/img-arrow-up-b.png);}

.noWrap {white-space: nowrap;}

/* ------------------------------ for smartphones ------------------------------ */
@media only screen and (max-width: 640px) {
  .spOnly {display:block;} /* added by H.Fukui 2017.03 */
  br.spOnly {display:inline;} /* added by H.Fukui 2017.03 */
  .pcOnly {display:none;} /* added by H.Fukui 2017.03 */
  #search-normal .search-normal-box {z-index:1001;}
  #browsebar-wrapper {height:32px;}
  #browsebar-in {height:31px; padding:0 0 0 10px;}
  div#browsebar-name p.name {width:200px; font-size:16px; line-height:16px; padding:8px 0 0 0;}
  div#browsebar-name p.name span {font-size:14px !important;}
  div#browsebar-in a#toConsumer {float:right; margin-top:10px; margin-right:6px;}
  div#browsebar-in div#sumai_bmenu {display:none;}
  div.breadcrumb {display:none;}
  .keyvisual_block .flexslider .flex-direction-nav {display:none;}

  div.section {width:100%;}
  div.column-one {width:100%;}
  div.column-one_image {width:100%;}
  div.column-one_image img {width:100%;}
  div.column-one_text {width:100%;}
  .formArea .formNote {clear:left; margin:5px 0 0 0;} /* added by H.Fukui 2017.05.24 */

  /* for new contents list module: 2017.12.04 added by H.Fukui */
  #newContents {padding:10px 10px;}
  #newContents dl {line-height:1.35em; margin-bottom:0em; padding:5px 0; border-top:1px solid #999;}
  #newContents.noHedder dl:first-child {border-top:none;}
  #newContents dt{float:none;}
  #newContents.withLabel dt div {padding:1px 0 -1px 0; margin-top:-1px;}
  #newContents dd {clear:left; width:100%;}
  #newContents.withLabel dd {clear:both; width:100%;}
}

/* ------------------------------ for iPhone5 or former ------------------------------ */
@media only screen and (max-width: 359px) {
  div#browsebar-in a#toConsumer span {display:none;}
  .h1_area {width:77% !important;}
  .formArea label span {display:none;} /* added by H.Fukui 2017.05.24 */
}



/* column-five settings below were added by H.Fukui 2017.07.21 */

/* PC Responsive
-------------------------------------------------------------------------------------------------------------------------------*/
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}
.h1_area {
	border-bottom: none;
}
.h1_area h1 {
	padding-right: 100px;
}
.h4_default--icon .icon img {
	vertical-align: middle;
}
#container.fixed {
	padding-top: 70px;
}
.hamburger_nav_contents .hamburger_nav_list > p:first-child {
	padding: 15px;
}
.hamburger_nav_bottom_child a {
	width: 974px;
}
.column-one_default .column-one_text {
	padding: 30px 0 20px;
}
.column-one_default .column-one_text.bg-gray {
	padding: 30px 30px 20px 30px;
}
.column-five_caption .column-five_child .column-five_image .column-five_caption,
.column-four_caption .column-four_child .column-four_image .column-four_caption,
.column-three_caption .column-three_caption,
.column-two_caption .column-two_image .column-two_caption {
	height: auto;
	padding: 8px;
	line-height: 1.2em; /* added by H.Fukui 2017.07.27 */
}
.column-three_caption .column-three_caption-wide {
	height: 84px;
	padding: 0 8px 0 15px;
}
.tab_block .tab_container .ttl {
	display: none;
}
.tab_block .tab_container .tab_contents:nth-of-type(1) {
	display: block;
}
.hamburger_nav_btn.hamburger_nav_btn-kana {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.hamburger_nav_btn.hamburger_nav_btn-kana + div {
	display: none;
}
.hamburger_nav_bottom_child:first-child {
	border-left: 1px solid #3e3e3e;
}
.detail_link-four ul li a {
	box-sizing: border-box;
}
#hamburger_nav_area .close {
	display: none;
}
.column-one_img-flex.img-right div:first-child {
	float: right;
}
.column-one_img-flex.img-right div:last-child {
	float: left;
	width: 656px;
}
.column-two_info-area.bg-gray + div .column-two_child {
	border-top: 2px solid #fff;
}
.detail_link-four ul li {
	vertical-align: top;
}
.block-link-page-two .child_block a p,
.block-link-page-three .child_block a p,
.block-link-page-four .child_block a p,
.detail_link-two ul li p,
.detail_link-three ul li p,
.detail_link-four ul li p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 1%;
}
.block-link-page-two .child_block a:hover > p span,
.block-link-page-three .child_block a:hover > p span,
.block-link-page-four .child_block a:hover > p span {
	background: url(../img/icon_page-link-large-hover.png) no-repeat 0 50%;
}
.detail_link-two ul li a:hover p,
.detail_link-three ul li a:hover p,
.detail_link-four ul li a:hover p {
	color: #fff !important;
}
.hamburger_nav_btn.hamburger_nav_btn-kana.open,
.hamburger_nav_btn.hamburger_nav_btn-kana.open:hover {
	background: url(../img/btn_navHamburger_kana_close.png) no-repeat 50% 50% #4a4a4a;;
}
.hamburger_nav_middle,
.hamburger_nav_bottom {
	width: 100%;
	background: none;
	border-top: 1px solid #6f6e6e;
}
.hamburger_nav_middle {
	padding: 15px 25px;
}
.hamburger_nav_bottom ul {
	padding: 15px 25px;
}
.hamburger_nav_bottom ul + ul {
	padding-top: 0;
	margin-top: -7px;
}
.hamburger_nav_middle li,
.hamburger_nav_bottom li {
	display: inline-block;
	margin: 6px 15px 5px 0;
	line-height: 1;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.one_column .contents_in {
  width: 974px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.two_column .contents_in {
  width: 487px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.four_column .contents_in {
  width: 244px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents.five_column .contents_in {
  width: 195px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul {
	padding: 15px;
}
.landscape .hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul {
	display: block !important;
} /* added by GPOL 2017/04/24 */
.bottom_nav .top_section ul li, .bottom_nav .top_section02 ul li {
	vertical-align: top;
}
#container .mt-matrix > *:nth-child(n+5),
#container .column-two.mt-matrix > *:nth-child(n+3),
#container .column-three.mt-matrix > *:nth-child(n+4) {
	margin-top: 30px !important;
}
.link-backarrow-wh {
	width: 90%;
	padding-right: 10%;
}
.tab_block .column-one_text {
	padding: 30px 30px 20px 30px;
}
.anchorPoint {
	margin-top: -70px !important;
	padding-top: 70px !important;
}
.block-link-page {
	position: relative;
}


/* SP Responsive
-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
img { /* removed by H.Fukui 2017.04.06 */
/*	width: 100%; */
/*	height: auto; */
}
#contents > .section {
	width: 100%;
	padding: 0 10px;
	word-break: break-all;
}
#contents > .section.section-type02 {
	padding: 0;
}
.section {
	width: 100%;
}
.link-pdf {
	line-height: 23px;
}
.h1_area h1 {
	font-size: 18px;
	height: 70px;
	vertical-align: middle;
	padding-right: 0;
}
.h1_area h1 span span {
	font-size: 15px !important;
}
.h2_default h2 {
	font-size: 1.5em;
}
#container.fixed {
	padding-top: 71px;
}
.h3_blue {
	padding-bottom: 15px;
}
/* removed by H.Fukui 2017.05.12
#container a:active *,
#container a:hover *,
#container a:active,
#container a:hover img,
.block-selection_right_btn a:hover {
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  opacity: 1.0 !important;
}
#container a:hover span,
#container a:hover p,
#container a:hover ul {
	color: #333;
} */
.column-one_sp > * {
	width: 100% !important;
}

/* menu
--------------------------------------------------*/
.title_block.SPshow {
	z-index: 1000;
}
.title_block.fixed {
	top: 0;
}
.title_block.SPshow.fix {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #000;
	z-index: 1000;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
.title_block + .section {
  padding-top: 20px !important;
}
.title_block + .section.section-type02 {
	padding-top: 0 !important;
}
.hamburger_nav_btn.hamburger_nav_btn-kana,
.hamburger_nav_btn.hamburger_nav_btn-kana:hover {
	background-image: url(../img/btn_navHamburger_kana_sp.png);
	background-size: 85% auto;
}
.hamburger_nav_btn.hamburger_nav_btn-kana.hamburger_nav_btn-kana-close {
	background-image: url(../img/btn_navHamburger_kana_close_sp.png);
	background-size: 85% auto;
}
.hamburger_nav_btn.hamburger_nav_btn-kana,
.hamburger_nav_btn.hamburger_nav_btn-kana:hover,
.hamburger_nav_btn.hamburger_nav_btn-kana.open {
	height: 70px;
	width: 70px;
}
.h1_area {
	background: #fff;
	height: 70px;
	vertical-align: middle;
	width: 80%;
	padding-left: 10px;
	border: none;
}
#hamburger_nav_area .close {
	padding: 30px 0;
	background: #000;
	display: block;
}
#hamburger_nav_area .close span {
	border-radius: 4px;
	padding: 6px 12px 6px 0px;
	margin: 0 auto;
	width: 80px;
	text-align: right;
	display: block;
	background: url(../img/icon_spmenu-close.png) 14px center no-repeat #fff;
}
.hamburger_nav_contents .hamburger_nav_list > p:first-child {
	padding: 0;
}
.touch .title_block .title_block_in02,
.touch .title_block.fixed .title_block_in02 {
	width: auto;
	display: block;
}
.touch .title_block .title_block_in02,
.touch .title_block.fixed .title_block_in02 {
	width: auto;
	background: #fff;
}
.hamburger_nav_contents,
.fixed .hamburger_nav_contents {
	width: auto;
	position: static;
	border: none;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .contents_in {
	width: auto !important;
	display: block;
	border-left: none;
	border-bottom: 1px solid #6f6e6e;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .contents_in:last-child {
	border-bottom: none;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul {
	padding: 0 !important;
	display: none;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li a {
	border: none;
	padding: 10px 20px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li:first-child a {
	padding-top: 20px;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li:last-child a {
	padding-bottom: 20px;
}
.hamburger_nav_contents a {
	display: block;
	padding: 15px 20px;
	border-top: 1px solid #666;
	width: auto;
	height: auto;
	text-align: left;
	background: url(../img/icon_spmenu-arow_white.png) no-repeat 94.5% 50%;
	background-size: 10px auto;
}
.hamburger_nav_contents a:hover {
	text-decoration: none;
}
.hamburger_nav_contents .hamburger_nav_middle_in p:first-child a {
	border: none;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents ul li:first-child a {
	border: none;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .hamburger_nav_list_child_title {
	padding: 15px 20px;
	background: url(../img/icon_spmenu-arow_white_open.png) no-repeat 95% 50% #3e3e3e;
	background-size: 12px auto;
}
.hamburger_nav_contents .hamburger_nav_list .hamburger_nav_list_child_contents .hamburger_nav_list_child_title.open {
	background-image: url(../img/icon_spmenu-arow_white_close.png);
}
.hamburger_nav_contents .hamburger_nav_list {
	display: block;
}
.hamburger_nav_middle {
	padding: 0;
	display: block;
}
.hamburger_nav_middle .hamburger_nav_middle_in p {
	display: block;
	width: 100%;
	text-align: left;
}
.hamburger_nav_bottom {
	display: block;
	padding: 0;
}
.hamburger_nav_bottom div {
	background: #3e3e3e;
}
.hamburger_nav_bottom_child {
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	border-left: none;
}
.hamburger_nav_bottom_child:first-child {
	border-left: none;
}
.hamburger_nav_bottom_child:first-child a {
	border-top: none;
}
.hamburger_nav_middle li,
.hamburger_nav_bottom li {
	display: block;
	margin: 0;
}
.hamburger_nav_middle li a,
.hamburger_nav_bottom li a {
	border: none !important;
	padding: 10px 20px;
}
.hamburger_nav_middle ul + ul li,
.hamburger_nav_bottom ul + ul li {
	margin-top: 0;
}
.hamburger_nav_btn.hamburger_nav_btn-kana:hover {
	background-color: #1d1d1d;
}
.hamburger_nav_middle ul,
.hamburger_nav_bottom ul {
	padding: 10px 0;
}
.hamburger_nav_bottom ul + ul {
	margin-top: -11px;
}
.hamburger_nav_bottom_child a:hover { /* bug fixed 20170425 */
	background: url(../img/icon_spmenu-arow_white.png) no-repeat 94.5% 50% #3e3e3e;
	background-size: 10px auto;
	color: #fff;
}

/* banner 
--------------------------------------------------*/
.bnr_block {
	padding: 10px 10px;
}
.bnr_block .bnr_block_in {
	width: auto;
}
.bnr_block .bnr-two_column {
	width: auto;
	float: none;
	margin-top: 15px;
}
.bnr_block .bnr-two_column:first-child {
	margin-top: 0;
}
.bnr_block .bnr-two_column:last-child {
	margin-left: 0;
}

/* billboard
--------------------------------------------------*/

.block-selection_left {
	display: block;
	width: auto;
}
.block-selection_space {
	display: block;
	width: 0;
}
.block-selection_right {
	display: block;
	width: auto;
	overflow: hidden;
	margin-top: 10px;
}
.block-selection_right .block-selection_right_title + div,
.block-selection_right .block-selection_right_text {
	float: left;
	width: 40%;
	margin: 12px 4% !important;
}
.block-selection_right .block-selection_right_title + div + p {
	text-align: left !important;
	margin-left: 48%;
	margin-top: 10px;
}
.block-selection_right .block-selection_right_btn {
	margin-left: 48%;
	margin-right: 4%;
}
.block-selection_right_btn a {
	display: block;
	position: static;
	margin: 15px auto;
	width: auto;
}
.block-selection_left_slide,
.block-slide_btn {
	text-align: center;
}
.block-selection_right_btn a {
	background-size: 8px;
}
.block-selection_right_btn a {
	font-size: 16px;
}
.block-slide_btn .child_btn:hover {
	opacity: 1.0;
}
.block-slide_image {
	border-bottom: 1px solid #ccc;
}
.block-slide_btn {
	display: block;
	overflow: hidden;
}
.block-slide_btn .child_btn {
	display: inline-block;
	width: 50%;
	float: left;
	height: 56px;
}
.block-slide_btn .child_btn img {
	max-height: 90%;
}
.block-slide_btn .child_btn > p {
	height: 52px;
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	font-size: 10px;
	line-height: 1.4;
}
.block-slide_btn .child_btn .btn_inner p {
	font-size: 10px;
	line-height: 1.4;
}
.block-selection_left_btn a {
	font-size: 10px;
	background-size: 7px auto;
	padding: 7px 18px 6px 10px;
	line-height: 1;
}
.block-selection_left_slide .btn_child_icon div,
.block-selection_left_slide .btn_child > p {
	font-size: 10px;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.block-slide_btn .child_btn .btn_inner .thumbs {
	width: 60px;
}
.block-selection_left_slide .btn_child_icon div.thumb {
	display: none;
}

/* conversion
--------------------------------------------------*/
.bottom_nav .middle_section ul {
	width: auto;
	text-align: center;
}
.bottom_nav .middle_section ul li {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	margin: 0 0 2%;
	float: none;
}
.bottom_nav .top_section {
	width: 100%;
}
.bottom_nav .top_section ul li,
.bottom_nav .top_section02 ul li {
	width: 45.8%;
	vertical-align: top;
	padding: 0 2%;
	margin: 0 auto;
}
.bottom_nav .top_section.column-one_cv ul li:last-child,
.bottom_nav .top_section02.column-one_cv ul li:last-child {
	width: 100%;
}
.bottom_nav .top_section ul li:nth-child(odd),
.bottom_nav .top_section02 ul li:nth-child(odd) {
	border: none;
}
.bottom_nav .top_section ul li:nth-child(n+3),
.bottom_nav .top_section02 ul li:nth-child(n+3) {
	margin-top: 10px;
}
.bottom_nav .top_section ul li a,
.bottom_nav .top_section02 ul li a {
	min-width: 100%;
}
.bottom_nav .top_section ul li .icon_area img,
.bottom_nav .top_section02 ul li .icon_area img {
	width: auto;
	height: 100%;
}
.bottom_nav .top_section ul li .icon_area,
.bottom_nav .top_section02 ul li .icon_area {
	height: 70px;
}
.bottom_nav .top_section ul,
.bottom_nav .top_section02 ul {
	display: flex;
	flex-wrap: wrap;
}
.bottom_nav .top_section ul li .text_area .title,
.bottom_nav .top_section02 ul li .text_area .title {
	font-size: 16px;
}

/* button
--------------------------------------------------*/
/* btn-basic_child2 added by H.Fukui 2017/12/14 */
.btn-basic_child, .btn-basic_child4, .btn-basic_child2 {
	width: 100%;
	height: 77px;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.detail_link-four .detail_link-four_underline {
	height: 0;
}
.btn-basic_child:nth-child(n+2),
.btn-basic_child4:nth-child(n+2),
.btn-basic_child2:nth-child(n+2) {
	border-top: none;
}
.btn-basic_child a p.image,
.btn-basic_child4 a p.image,
.btn-basic_child2 a p.image {
	width: 75px;
}
.btn-basic_child a p.text,
.btn-basic_child4 a p.text,
.btn-basic_child2 a p.text {
	font-size: 15px;
	background-size: 8px;
	padding-right: 25px;
}
.btn-basic_child a, .btn-basic_child4 a, .btn-basic_child2 a {
	border: none;
}
.btn-basic_child a p.image img,
.btn-basic_child4 a p.image img,
.btn-basic_child2 a p.image img {
	width: auto;
	height: 75px;
}
.btn-basic.bg-gray,
.back-gray-section.forButtons {
	padding: 10px;
}
.column-two_product .column-two_child {
	width: auto;
	height: auto !important;
	margin-right: 0;
}
.column-two_product .column-two_image {
	width: 100px;
	padding: 10px 0 10px 10px;
}
.column-two_product .column-two_image-in {
	width: auto;
	height: auto;
}
.column-two_product .column-two_text .inner {
	padding: 15px 35px 15px 12px;
}
.column-two_product .column-two_text .title {
	margin-bottom: 7px;
	padding: 0;
}
.column-two_default .column-two_child {
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 2px;
}
.btn_link p {
	background-position: 100% 50%;
}
.block-link-page-two .child_block,
.block-link-page-three .child_block,
.block-link-page-four .child_block,
.detail_link-four ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-right: none;
}
.block-link-page-two .child_block a,
.block-link-page-three .child_block a,
.block-link-page-four .child_block a,
.detail_link-four ul li a,
.detail_link a {
	text-align: left;
	height: 65px;
	padding: 0 40px 0 20px;
	background-position: 94% 50%;
	display: table-cell;
	vertical-align: middle;
}
.detail_link {
	display: table;
	width: 100%;
}


/* search
--------------------------------------------------*/
.form-wrap {
	display: block;
}
.form-wrap.side .titleArea {
	display: block;
	padding-right: 0;
}
.form-wrap.side .formArea {
	display: block;
}
.formArea .formText input {
	width: 100%;
}
.formArea .formText {
	width: 80%;
}
.formArea .formBtn {
	width: 20%;
}
.formArea .formBtn input {
	width: 100%;
	padding: 15px 0px;
}

/* table
--------------------------------------------------*/
table.table_default {
	border: 1px solid #ccc;
}
table.table_default th,
table.table_default td {
	width: auto;
}
.tableScroll > div {
	overflow: auto;
	white-space: nowrap;
}
.tableScroll table.table_default {
	margin: 10px 0;
}
.tableScroll:before {
	content: "※こちらの表組は横スクロールです";
}
.tableScroll > div::-webkit-scrollbar{
	height: 8px;
}
.tableScroll > div::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
.tableScroll > div::-webkit-scrollbar-track-piece:start,
.tableScroll > div::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}

/* tab
--------------------------------------------------*/
.tab_block {
	width: auto;
}
.tab_block .tab_header {
	display: none;
}
.tab_block .tab_container .tab_contents {
	padding: 10px 0 !important;
}
.column-two_img-right {
	padding: 15px;
}
.column-two_img-right .column-two_child {
	width: auto;
	margin-right: 0;
}
.column-two_img-right .column-two_child .column-two_text {
	width: 65%;
	padding: 0;
}
.column-two_img-right .column-two_child .column-two_image {
	width: 30%;
}
.column-two_img-right .column-two_child:nth-child(n+2) {
	margin-top: 20px;
}
.column-two_img-right .column-two_child .column-two_text .title {
	margin-bottom: 10px;
}
.tab_block .tab_container .ttl {
	display: table;
	width: 100%;
	height: 65px;
	padding: 0 45px 0 20px;
	color: #5e5e5e;
	font-weight: bold;
	background: #d7d7d7;
	border-bottom: 1px solid #fff;
	position: relative;
	font-size: 16px;
	line-height: 1.25;
	box-sizing: border-box;
}
.tab_block .tab_container .ttl span {
	display: table-cell;
	vertical-align: middle;
}
.tab_block .tab_container .ttl.open {
	background: #1d1d1d;
	color: #fff;
	border-bottom: 1px solid #1d1d1d;
}
.tab_block .tab_container .ttl:after {
	content: "";
	color: #666;
	background: url(../img/icon_tab-arow_black_open.png) no-repeat 95% 50%;
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5.5px;
}
.tab_block .tab_container .ttl.open:after {
	background-image: url(../img/icon_tab-arow_black_closs.png);
}
.tab_block .tab_container .tab_contents:nth-of-type(1) {
	display: none;
}
.tab_block .column-one_text {
	padding: 20px 10px !important;
}

/* video
--------------------------------------------------*/
.column-two_video.bg-gray {
	padding: 15px;
}
.column-two_video .column-two_child {
	width: auto;
	float: none;
	padding: 0;
}
.column-two_video .column-two_child:nth-child(n+2) .column-two_child-iframe {
	margin-top: 40px;
}
.column-two_video .column-two_child-iframe {
	margin-bottom: 10px;
}
.video-lightbox_in {
	width: 100%;
	height: 45%;
	padding: 0;
	background: none;
}
.video-lightbox_in iframe {
	width: 100%;
	height: 86%;
	clear: both;
}
.video-lightbox_in iframe.orient90 {
	width: 50%;
	height: 200px;
}
.video-lightbox_in p.close {
	display: block;
	height: 50px;
	background: url(../img/modal-close.gif) no-repeat 17px 16px #fff;
	width: 50px;
	box-sizing: border-box;
	margin-top: -50px;
}
.video-lightbox_in.landscape {
	height: 80%;
	width: 70%;
}
.video-lightbox_in.landscape p.close {
	margin-top: 0;
	position: absolute;
	right: -50px;
}
.video-lightbox_in.landscape iframe {
	height: 100%;
}

/* sns
--------------------------------------------------*/
.sns_block {
	width: auto;
}
.sns_block ul li #___plusone_0 {
	width: 65px !important;
}
.sns_block li:last-child {
	width: 80px;
	overflow: hidden;
}

/* other
--------------------------------------------------*/
#container .mt-matrix > *:nth-child(n+3),
#container .column-two.mt-matrix > *:nth-child(n+2) {
	margin-top: 30px !important;
}
.column-one.billboard {
	margin-bottom: 40px;
}
.h2_default h2 span .sup {
	display: block;
	padding: 4px 0 0 !important;
}
.column-one_default .column-one_text .title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.25;
}
.column-one_default .column-one_text,
.column-two_default .column-two_text {
	padding-left: 0;
	padding-right: 0;
}
.column-one_default .column-one_text.bg-gray,
.column-two_default .column-two_text.bg-gray,
.column-one_default .bg-gray .column-one_text,
.column-two_default .bg-gray .column-two_text {
	padding: 15px 10px;
}
.column-two_child,
.column-three_child,
.column-four_child, .column-five_child {
	height: auto !important;
}
.column-five_caption .column-five_child,
.column-four_caption .column-four_child,
.column-three_caption .column-three_child,
.column-three_caption .column-three_child:nth-child(3n),
.column-four_default .column-four_child,
.column-three_default .column-three_child {
	width: 50%;
	margin: 0 !important;
}
.column-three_caption .column-three_child.column-three_child-twin,
.column-two_caption .column-two_child {
	width: 100%;
	margin: 0 !important;
	border-top: 2px solid #fff;
}
.column-three_caption .column-three_child.column-three_child-twin:first-child,
.column-two_caption .column-two_child:first-child {
	border: none;
}
.column-five_caption .column-five_child:nth-child(odd),
.column-five_default .column-five_child:nth-child(odd),
.column-four_caption .column-four_child:nth-child(odd),
.column-four_default .column-four_child:nth-child(odd),
.column-three_caption .column-three_child:nth-child(odd),
.column-three_default .column-three_child:nth-child(odd) {
	border-right: 1px solid #fff;
}
.column-five_caption .column-five_child:nth-child(even),
.column-five_default .column-five_child:nth-child(even),
.column-four_caption .column-four_child:nth-child(even),
.column-four_default .column-four_child:nth-child(even),
.column-three_caption .column-three_child:nth-child(even),
.column-three_default .column-three_child:nth-child(even) {
	border-left: 1px solid #fff;
}
.column-five_caption .column-five_child:nth-child(n+3),
.column-four_caption .column-four_child:nth-child(n+3),
.column-three_caption .column-three_child:nth-child(n+3),
.column-four_default .column-four_child:nth-child(n+3),
.column-three_default .column-three_child:nth-child(n+3) {
	border-top: 2px solid #fff;
}
.column-five_caption .column-five_child .column-five_text,
.column-four_caption .column-four_child .column-four_text,
.column-three_caption .column-three_text,
.column-two_caption .column-two_text {
	padding: 10px;
}
.column-five_caption .column-five_child .column-five_text .title,
.column-four_caption .column-four_child .column-four_text .title,
.column-three_caption .column-three_child .column-three_text .title,
.column-two_caption .column-two_text .title {
	margin-bottom: 0.5em;
}
.column-three_caption .column-three_child-twin a {
	width: 50%;
}
.column-five_default .column-five_child .column-five_text,
.column-four_default .column-four_child .column-four_text,
.column-three_default .column-three_child .column-three_text,
.column-two_default .column-two_child .column-two_text {
	padding: 10px;
}
.column-five_default .column-five_child .column-five_text li + li,
.column-four_default .column-four_child .column-four_text li + li,
.column-three_default .column-three_child .column-three_text li + li,
.column-two_default .column-two_child .column-two_text li + li {
	margin-top: 5px;
}
.column-five_caption .column-five_child .column-five_image img,
.column-four_caption .column-four_child .column-four_image img {
	width: 100%;
}
.column-two_info-area .column-two_child {
	width: auto;
	padding: 0;
	float: none;
}
.column-two_info-area > div + div,
.column-two_info-area + div > div {
	margin-top: 20px;
}
.column-two_info-area.bg-gray > div {
	margin-top: 0;
}
.column-two_info-area.bg-gray .column-two_child {
	padding: 10px;
}
.column-two_info-area .column-two_image {
	width: 40%;
	padding-right: 5%;
}
.column-two_info-area .column-two_image img {
	display: block;
}
.column-two_info-area .column-two_image.right {
	padding-right: 0;
	padding-left: 5%;
}
.column-two_info-area .column-two_text {
	width: 60%;
	padding: 0;
}
.column-two_info-area .column-two_text img {
	width: 50%;
}
.column-two_info-area .column-two_child:nth-child(2n) {
	border: none;
}
.column-two_info-area .column-two_child:nth-child(n+2) {
	border-top: 2px solid #fff;
}
.cont-heading_title {
	display: block;
	border-top: 2px solid #fff;
	border-right: none; 
}
.cont-heading_title:first-child {
	border: none;
}
.cont-heading_one,
.cont-heading_one-half,
.cont-heading_one-half_two,
.cont-heading_two,
.cont-heading_three {
	width: 100%;
}
.column_detail-link a span {
	line-height: 1.25;
	padding: 12px 15px 12px 10px;
}
.column-two_image img,
.column-four_image img,
.column-five_image img, {
	width: 100%;
}
.column-two_image .column-two_child {
	width: auto;
}
.column-two_image .column-two_child:nth-child(n+3) {
	margin-top: 0;
}
.column-two_image .column-two_text {
	padding: 20px 10px 10px;
}
.column-two_image .column-two_image {
	padding: 0 10px !important;
}
.column-one_img-left .column-one_image,
.column-one_img-right .column-one_image {
	float: none;
	padding: 0 0 15px;
}
.column-one_img-left .column-one_text,
.column-one_img-right .column-one_text {
	width: auto;
	min-height: initial;
	float: none;
	padding: 0 0 15px;
}
.column-one_img-left .column-one_text .title,
.column-one_img-right .column-one_text .title {
	margin-bottom: 10px;
}
.column-one_img-flex .column-one_image {
	display: block;
}
.column-one_img-flex .column-one_text {
	display: block;
	min-width: auto;
	min-height: initial;
	padding: 15px;
	width: auto !important;
}
.column-one_img-flex .column-one_text .title {
	margin-bottom: 14px;
}
.column-one_img-flex {
	margin-top: 30px;
	display: block;
}
.column-one_img-flex:first-child {
	margin-top: 0;
}
.column-three_caption .column-three_child.bg-gray {
/*	width: 100%; removed by GPOL 2017/05/12 */
}
.block-link-page-two .child_block a p,
.block-link-page-three .child_block a p,
.block-link-page-four .child_block a p,
.detail_link-two ul li p,
.detail_link-three ul li p,
.detail_link-four ul li p {
	height: auto !important;
	text-align: left;
	line-height: 1.25;
}
.block-link-page-two .child_block a:hover > p span,
.block-link-page-three .child_block a:hover > p span,
.block-link-page-four .child_block a:hover > p span {
	background: url(../img/icon_page-link-large.png) no-repeat 0 50%;
}
.detail_link-four ul li a:hover {
	background-color: #777; 
}
.column-four_caption .column-four_child .column-four_image .column-four_caption,
.column-five_caption .column-five_child .column-five_image .column-five_caption {
	font-size: 14px;
	line-height: 1.25;
}
.column-three_caption .column-three_child .column-three_image .column-three_caption,
.column-two_caption .column-two_child .column-two_image .column-two_caption {
	font-size: 15px;
	line-height: 1.25;
}
.column-three_caption .column-three_caption-wide {
	font-size: 14px;
	line-height: 1.25;
	height: 60px;
	padding: 0 8px;
}
.column-three_image img {width:100%; height:auto;} /* added by H.Fukui 2017.04.06 */
.column-four_caption .column-four_child .column-four_image .column-four_caption-middle,
.column-five_caption .column-five_child .column-five_image .column-five_caption-middle {
	display: block;
}
.column-five_cat-title, .column-four_cat-title, 
.column-three_cat-title {
	font-size: 14px;
}
.column-two_cat-title {
	font-size: 15px;
}
.column-five_cat-title, .column-four_cat-title,
.column-three_cat-title,
.column-two_cat-title {
	padding: 8px;
}
.plr-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.mt-sp-100 { margin-top: 100px !important; }
.mr-sp-100 { margin-right: 100px !important; }
.ml-sp-100 { margin-left: 100px !important; }
.mb-sp-100 { margin-bottom: 100px !important; }
.mt-sp-95 { margin-top: 95px !important; }
.mr-sp-95 { margin-right: 95px !important; }
.ml-sp-95 { margin-left: 95px !important; }
.mb-sp-95 { margin-bottom: 95px !important; }
.mt-sp-90 { margin-top: 90px !important; }
.mr-sp-90 { margin-right: 90px !important; }
.ml-sp-90 { margin-left: 90px !important; }
.mb-sp-90 { margin-bottom: 90px !important; }
.mt-sp-85 { margin-top: 85px !important; }
.mr-sp-85 { margin-right: 85px !important; }
.ml-sp-85 { margin-left: 85px !important; }
.mb-sp-85 { margin-bottom: 85px !important; }
.mt-sp-80 { margin-top: 80px !important; }
.mr-sp-80 { margin-right: 80px !important; }
.ml-sp-80 { margin-left: 80px !important; }
.mb-sp-80 { margin-bottom: 80px !important; }
.mt-sp-75 { margin-top: 75px !important; }
.mr-sp-75 { margin-right: 75px !important; }
.ml-sp-75 { margin-left: 75px !important; }
.mb-sp-75 { margin-bottom: 75px !important; }
.mt-sp-70 { margin-top: 70px !important; }
.mr-sp-70 { margin-right: 70px !important; }
.ml-sp-70 { margin-left: 70px !important; }
.mb-sp-70 { margin-bottom: 70px !important; }
.mt-sp-65 { margin-top: 65px !important; }
.mr-sp-65 { margin-right: 65px !important; }
.ml-sp-65 { margin-left: 65px !important; }
.mb-sp-65 { margin-bottom: 65px !important; }
.mt-sp-60 { margin-top: 60px !important; }
.mr-sp-60 { margin-right: 60px !important; }
.ml-sp-60 { margin-left: 60px !important; }
.mb-sp-60 { margin-bottom: 60px !important; }
.mt-sp-55 { margin-top: 55px !important; }
.mr-sp-55 { margin-right: 55px !important; }
.ml-sp-55 { margin-left: 55px !important; }
.mb-sp-55 { margin-bottom: 55px !important; }
.mt-sp-50 { margin-top: 50px !important; }
.mr-sp-50 { margin-right: 50px !important; }
.ml-sp-50 { margin-left: 50px !important; }
.mb-sp-50 { margin-bottom: 50px !important; }
.mt-sp-45 { margin-top: 45px !important; }
.mr-sp-45 { margin-right: 45px !important; }
.ml-sp-45 { margin-left: 45px !important; }
.mb-sp-45 { margin-bottom: 45px !important; }
.mt-sp-40 { margin-top: 40px !important; }
.mr-sp-40 { margin-right: 40px !important; }
.ml-sp-40 { margin-left: 40px !important; }
.mb-sp-40 { margin-bottom: 40px !important; }
.mt-sp-35 { margin-top: 35px !important; }
.mr-sp-35 { margin-right: 35px !important; }
.ml-sp-35 { margin-left: 35px !important; }
.mb-sp-35 { margin-bottom: 35px !important; }
.mt-sp-30 { margin-top: 30px !important; }
.mr-sp-30 { margin-right: 30px !important; }
.ml-sp-30 { margin-left: 30px !important; }
.mb-sp-30 { margin-bottom: 30px !important; }
.mt-sp-25 { margin-top: 25px !important; }
.mr-sp-25 { margin-right: 25px !important; }
.ml-sp-25 { margin-left: 25px !important; }
.mb-sp-25 { margin-bottom: 25px !important; }
.mt-sp-20 { margin-top: 20px !important; }
.mr-sp-20 { margin-right: 20px !important; }
.ml-sp-20 { margin-left: 20px !important; }
.mb-sp-20 { margin-bottom: 20px !important; }
.mt-sp-15 { margin-top: 15px !important; }
.mr-sp-15 { margin-right: 15px !important; }
.ml-sp-15 { margin-left: 15px !important; }
.mb-sp-15 { margin-bottom: 15px !important; }
.mt-sp-10 { margin-top: 10px !important; }
.mr-sp-10 { margin-right: 10px !important; }
.ml-sp-10 { margin-left: 10px !important; }
.mb-sp-10 { margin-bottom: 10px !important; }
.mt-sp-5 { margin-top: 5px !important; }
.mr-sp-5 { margin-right: 5px !important; }
.ml-sp-5 { margin-left: 5px !important; }
.mb-sp-5 { margin-bottom: 5px !important; }
.mt-sp-0 { margin-top: 0px !important; }
.mr-sp-0 { margin-right: 0px !important; }
.ml-sp-0 { margin-left: 0px !important; }
.mb-sp-0 { margin-bottom: 0px !important; }

.pt-sp-100 { padding-top: 100px !important; }
.pr-sp-100 { padding-right: 100px !important; }
.pl-sp-100 { padding-left: 100px !important; }
.pb-sp-100 { padding-bottom: 100px !important; }
.pt-sp-95 { padding-top: 95px !important; }
.pr-sp-95 { padding-right: 95px !important; }
.pl-sp-95 { padding-left: 95px !important; }
.pb-sp-95 { padding-bottom: 95px !important; }
.pt-sp-90 { padding-top: 90px !important; }
.pr-sp-90 { padding-right: 90px !important; }
.pl-sp-90 { padding-left: 90px !important; }
.pb-sp-90 { padding-bottom: 90px !important; }
.pt-sp-85 { padding-top: 85px !important; }
.pr-sp-85 { padding-right: 85px !important; }
.pl-sp-85 { padding-left: 85px !important; }
.pb-sp-85 { padding-bottom: 85px !important; }
.pt-sp-80 { padding-top: 80px !important; }
.pr-sp-80 { padding-right: 80px !important; }
.pl-sp-80 { padding-left: 80px !important; }
.pb-sp-80 { padding-bottom: 80px !important; }
.pt-sp-75 { padding-top: 75px !important; }
.pr-sp-75 { padding-right: 75px !important; }
.pl-sp-75 { padding-left: 75px !important; }
.pb-sp-75 { padding-bottom: 75px !important; }
.pt-sp-70 { padding-top: 70px !important; }
.pr-sp-70 { padding-right: 70px !important; }
.pl-sp-70 { padding-left: 70px !important; }
.pb-sp-70 { padding-bottom: 70px !important; }
.pt-sp-65 { padding-top: 65px !important; }
.pr-sp-65 { padding-right: 65px !important; }
.pl-sp-65 { padding-left: 65px !important; }
.pb-sp-65 { padding-bottom: 65px !important; }
.pt-sp-60 { padding-top: 60px !important; }
.pr-sp-60 { padding-right: 60px !important; }
.pl-sp-60 { padding-left: 60px !important; }
.pb-sp-60 { padding-bottom: 60px !important; }
.pt-sp-55 { padding-top: 55px !important; }
.pr-sp-55 { padding-right: 55px !important; }
.pl-sp-55 { padding-left: 55px !important; }
.pb-sp-55 { padding-bottom: 55px !important; }
.pt-sp-50 { padding-top: 50px !important; }
.pr-sp-50 { padding-right: 50px !important; }
.pl-sp-50 { padding-left: 50px !important; }
.pb-sp-50 { padding-bottom: 50px !important; }
.pt-sp-45 { padding-top: 45px !important; }
.pr-sp-45 { padding-right: 45px !important; }
.pl-sp-45 { padding-left: 45px !important; }
.pb-sp-45 { padding-bottom: 45px !important; }
.pt-sp-40 { padding-top: 40px !important; }
.pr-sp-40 { padding-right: 40px !important; }
.pl-sp-40 { padding-left: 40px !important; }
.pb-sp-40 { padding-bottom: 40px !important; }
.pt-sp-35 { padding-top: 35px !important; }
.pr-sp-35 { padding-right: 35px !important; }
.pl-sp-35 { padding-left: 35px !important; }
.pb-sp-35 { padding-bottom: 35px !important; }
.pt-sp-30 { padding-top: 30px !important; }
.pr-sp-30 { padding-right: 30px !important; }
.pl-sp-30 { padding-left: 30px !important; }
.pb-sp-30 { padding-bottom: 30px !important; }
.pt-sp-25 { padding-top: 25px !important; }
.pr-sp-25 { padding-right: 25px !important; }
.pl-sp-25 { padding-left: 25px !important; }
.pb-sp-25 { padding-bottom: 25px !important; }
.pt-sp-20 { padding-top: 20px !important; }
.pr-sp-20 { padding-right: 20px !important; }
.pl-sp-20 { padding-left: 20px !important; }
.pb-sp-20 { padding-bottom: 20px !important; }
.pt-sp-15 { padding-top: 15px !important; }
.pr-sp-15 { padding-right: 15px !important; }
.pl-sp-15 { padding-left: 15px !important; }
.pb-sp-15 { padding-bottom: 15px !important; }
.pt-sp-10 { padding-top: 10px !important; }
.pr-sp-10 { padding-right: 10px !important; }
.pl-sp-10 { padding-left: 10px !important; }
.pb-sp-10 { padding-bottom: 10px !important; }
.pt-sp-5 { padding-top: 5px !important; }
.pr-sp-5 { padding-right: 5px !important; }
.pl-sp-5 { padding-left: 5px !important; }
.pb-sp-5 { padding-bottom: 5px !important; }
.pt-sp-0 { padding-top: 0px !important; }
.pr-sp-0 { padding-right: 0px !important; }
.pl-sp-0 { padding-left: 0px !important; }
.pb-sp-0 { padding-bottom: 0px !important; }

.pt-pc-100, .pr-pc-100, .pl-pc-100, .pb-pc-100,
.pt-pc-95, .pr-pc-95, .pl-pc-95, .pb-pc-95,
.pt-pc-90, .pr-pc-90, .pl-pc-90, .pb-pc-90,
.pt-pc-85, .pr-pc-85, .pl-pc-85, .pb-pc-85,
.pt-pc-80, .pr-pc-80, .pl-pc-80, .pb-pc-80,
.pt-pc-75, .pr-pc-75, .pl-pc-75, .pb-pc-75,
.pt-pc-70, .pr-pc-70, .pl-pc-70, .pb-pc-70,
.pt-pc-65, .pr-pc-65, .pl-pc-65, .pb-pc-65,
.pt-pc-60, .pr-pc-60, .pl-pc-60, .pb-pc-60,
.pt-pc-55, .pr-pc-55, .pl-pc-55, .pb-pc-55,
.pt-pc-50, .pr-pc-50, .pl-pc-50, .pb-pc-50,
.pt-pc-45, .pr-pc-45, .pl-pc-45, .pb-pc-45,
.pt-pc-40, .pr-pc-40, .pl-pc-40, .pb-pc-40,
.pt-pc-35, .pr-pc-35, .pl-pc-35, .pb-pc-35,
.pt-pc-30, .pr-pc-30, .pl-pc-30, .pb-pc-30,
.pt-pc-25, .pr-pc-25, .pl-pc-25, .pb-pc-25,
.pt-pc-20, .pr-pc-20, .pl-pc-20, .pb-pc-20,
.pt-pc-15, .pr-pc-15, .pl-pc-15, .pb-pc-15,
.pt-pc-10, .pr-pc-10, .pl-pc-10, .pb-pc-10,
.pt-pc-5, .pr-pc-5, .pl-pc-5, .pb-pc-5,
.pt-pc-0, .pr-pc-0, .pl-pc-0, .pb-pc-0 {
	padding: 0 !important;
}
.mt-pc-100, .mr-pc-100, .ml-pc-100, .mb-pc-100,
.mt-pc-95, .mr-pc-95, .ml-pc-95, .mb-pc-95,
.mt-pc-90, .mr-pc-90, .ml-pc-90, .mb-pc-90,
.mt-pc-85, .mr-pc-85, .ml-pc-85, .mb-pc-85,
.mt-pc-80, .mr-pc-80, .ml-pc-80, .mb-pc-80,
.mt-pc-75, .mr-pc-75, .ml-pc-75, .mb-pc-75,
.mt-pc-70, .mr-pc-70, .ml-pc-70, .mb-pc-70,
.mt-pc-65, .mr-pc-65, .ml-pc-65, .mb-pc-65,
.mt-pc-60, .mr-pc-60, .ml-pc-60, .mb-pc-60,
.mt-pc-55, .mr-pc-55, .ml-pc-55, .mb-pc-55,
.mt-pc-50, .mr-pc-50, .ml-pc-50, .mb-pc-50,
.mt-pc-45, .mr-pc-45, .ml-pc-45, .mb-pc-45,
.mt-pc-40, .mr-pc-40, .ml-pc-40, .mb-pc-40,
.mt-pc-35, .mr-pc-35, .ml-pc-35, .mb-pc-35,
.mt-pc-30, .mr-pc-30, .ml-pc-30, .mb-pc-30,
.mt-pc-25, .mr-pc-25, .ml-pc-25, .mb-pc-25,
.mt-pc-20, .mr-pc-20, .ml-pc-20, .mb-pc-20,
.mt-pc-15, .mr-pc-15, .ml-pc-15, .mb-pc-15,
.mt-pc-10, .mr-pc-10, .ml-pc-10, .mb-pc-10,
.mt-pc-5, .mr-pc-5, .ml-pc-5, .mb-pc-5,
.mt-pc-0, .mr-pc-0, .ml-pc-0, .mb-pc-0 {
	margin: 0 !important;
}

}
