/*****************************************************************************
CSS
*****************************************************************************/
/*****************************************************************************
Set
*****************************************************************************/

/* header */
.holdings-header a,
.holdings-header a:link {
  text-decoration: none;
  color: #666;
}
.holdings-titlenav a,
.holdings-titlenav a:link {
  text-decoration: none;
}
.holdings-footer a,
.holdings-footer a:link {
  text-decoration: none;
}
.holdings-header__sub__nav__label:last-of-type {
  padding: 0 15px;
}

#globalheader-nav {
  min-height: 70px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #globalheader-nav {
    min-height: initial;
  }
}

#globalfooter-terms .copyright {
  font-family: Arial;
}
/* globalheader nav-menu-mob renewal widhImage */
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #nav-menu-mob > ul > li > a.title {
    background-image: none;
    background-color: #666;
    border-top: solid 1px #181818;
  }
  #nav-menu-mob > ul > li > a.all {
    background-image: none;
    background-color: #999;
  }
  #nav-menu-mob > ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-menu-mob > ul li a.Nolink::after {
    display: none;
  }
  #nav-menu-mob > ul > li > a.accordion-head::after {
    float: none;
    background: none;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-menu-mob > ul > li > a.accordion-head.active::after {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-menu-mob > ul > li > a.title::after {
    display: none;
  }
}

#nav-menu-mob li a.accordion-head:after {
  float: none;
  background: none;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-menu-mob .typeTall li > a.active:after {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-menu-mob > ul li a.Sublink {
  background-color: #575757;
  border-bottom: solid 1px #181818;
}

/* Base
*****************************************************************************/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
a:link {
  color: #0000ff;
  text-decoration: underline;
}
a:visited {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}
a:focus {
  color: #0000ff;
  text-decoration: none;
}
a:active {
  color: #0000ff;
  text-decoration: none;
}
#globalheader a:link {
  text-decoration: none;
}
/* ex_opacity
-----------------------------------------*/
.ex_opacity a:focus {
  opacity: 0.8;
}
.ex_opacity a:hover {
  opacity: 0.8;
}
.ex_opacity a:active {
  opacity: 0.8;
}
/* ex_spbr
-----------------------------------------*/
br.ex_spbr {
  display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  br.ex_spbr {
    display: inline-block;
  }
}
/* browsebar-name
-----------------------------------------*/
#browsebar-name {
  margin-top: 0 !important;
  float: left;
}
#browsebar-name .name {
  float: left;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #fff;
}
#browsebar-name .name a {
  width: 146px;
  text-align: center;
  padding: 17px 0 14px;
  float: left;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#browsebar-name .name a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
/* sumai_bmenu
-----------------------------------------*/
#sumai_bmenu .list-flyout.active:after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  position: relative;
  bottom: -40px;
  left: 47%;
  background: url("/common/sumai/sumai_browsebar/images/icon_notch.png") no-repeat scroll 50% 100% transparent;
}
#sumai_bmenu .list-flyout.active a::after:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/* mod_breadcrumb
-----------------------------------------*/
.mod_breadcrumb {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
  font-size: 14px;
  background-color: #fff;
/*  border-bottom: 1px solid #e6e6e6;*/
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
.mod_breadcrumb_inner {
  margin: 0 auto;
  width: 976px;
  display: table;
  height: 40px;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_breadcrumb_inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.mod_breadcrumb_inner ul {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_breadcrumb_inner ul {
    display: none;
  }
}
.mod_breadcrumb_inner ul li {
  float: left;
}
.mod_breadcrumb_inner ul li a:link {
  color: #333;
  text-decoration: none;
}
.mod_breadcrumb_inner ul li a:visited {
  color: #333;
}
.mod_breadcrumb_inner ul li a:hover {
  color: #707070;
}
.mod_breadcrumb_inner ul li a:active {
  color: #707070;
}
.mod_breadcrumb_inner ul li:before {
  content: ">";
  margin: 0 7px;
  color: #9f9f9f;
}
.mod_breadcrumb_inner ul li:first-child:before {
  content: none;
  margin: 0;
}
.mod_breadcrumb_inner p.sitename {
  display: table-cell;
  vertical-align: middle;
  display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_breadcrumb_inner p.sitename {
    display: table-cell;
    padding-left: 10px;
  }
  .mod_breadcrumb_inner p.sitename a:link {
    color: #000;
    text-decoration: none;
  }
  .mod_breadcrumb_inner p.sitename a:visited {
    color: #000;
    text-decoration: none;
  }
  .mod_breadcrumb_inner p.sitename a:hover {
    color: #000;
    text-decoration: none;
  }
  .mod_breadcrumb_inner p.sitename a:active {
    color: #000;
    text-decoration: none;
  }
}
.mod_breadcrumb_inner p.logo {
  display: table-cell;
  vertical-align: middle;
  float: right;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_breadcrumb_inner p.logo {
    display: none;
    padding: 10px 10px 0 0;
  }
  .mod_breadcrumb_inner p.logo img {
    height: 35px;
    width: auto;
  }
}
/* mod_headerbar
-----------------------------------------*/
.spn.open_nav #globalheader,
.spn.open_nav #sections,
.spn.open_nav #globalfooter,
.spn.open_nav .mod_breadcrumb {
  position: absolute;
  top: 0;
  z-index: -9999;
  width: 100%;
  overflow: hidden;
}
.spn.open_nav #globalheader {
  height: 44px;
}
.spn.open_nav #sections {
  height: 250px;
}
/* mod_headerbar */
.mod_headerbar {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
  font-size: 14px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 980px;
}
.page--wide .mod_headerbar {
  max-width: 100%;
  max-width: initial;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar {
    max-width: inherit;
    min-width: inherit;
  }
}
.mod_headerbar.fixed {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  position: fixed;
  opacity: 1 !important;
  margin-top: 44px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .mod_headerbar.fixed {
    margin-top: 39px;
    left: auto;
    transform: none;
  }
}
.page--wide .mod_headerbar.fixed {
  max-width: 100%;
  max-width: initial;
}
/* mod_headerbar_item */
.mod_headerbar .mod_headerbar_item {
}
.mod_headerbar_item.underline {
  border-bottom: 1px solid #e6e6e6;
}
.mod_headerbar.fixed .mod_headerbar_item {
  border-bottom: 1px solid #e6e6e6;
}
.mod_headerbar_item_in {
  position: relative;
  margin: 0 auto;
  width: 976px;
  display: table;
  height: 70px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_item_in {
    height: 42px;
    width: 100%;
  }
}
.mod_headerbar_item_in .headerbarTitle {
  display: table-cell;
  vertical-align: middle;
  font-size: 200%;
  line-height: 1.1;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_item_in .headerbarTitle {
    font-size: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
  }
}
.mod_headerbar_item_in .headerbarMenu {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_item_in .headerbarMenu {
    top: 3px;
    right: 5px;
  }
}
.mod_headerbar_item_in .headerbarMenu a {
  display: block;
  width: 65px;
  height: 70px;
  color: #fff;
  text-decoration: none;
  background: #1d1d1d url("../img/btn_navHamburger_open.png") no-repeat 50% 35%;
}
.mod_headerbar_item_in .headerbarMenu a.on {
  background: #1d1d1d url("../img/btn_navHamburger_close.png") no-repeat 50% 35%;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_item_in .headerbarMenu a {
    display: table;
    width: 35px;
    height: 35px;
    background: #1d1d1d url("../img/btn_navHamburger_open.png") no-repeat 50% 35%;
    background-size: 15px;
  }
  .mod_headerbar_item_in .headerbarMenu a.on {
    background: #1d1d1d url("../img/btn_navHamburger_close.png") no-repeat 50% 35%;
    background-size: 15px;
  }
}
.mod_headerbar_item_in .headerbarMenu a span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  display: block;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_item_in .headerbarMenu a span {
    font-size: 6px;
    bottom: 4px;
  }
}
/* mod_headerbar_in */
.mod_headerbar_in {
  margin: 0 auto;
  width: 976px;
  position: relative;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in {
    width: 100%;
  }
}
.mod_headerbar_in p.closebtn {
  display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in p.closebtn {
    display: block;
    text-align: center;
    padding: 15px 20px 15px 20px;
  }
  .mod_headerbar_in p.closebtn span {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    /*border-radius*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .mod_headerbar_in p.closebtn span:before {
    display: inline-block;
    margin: 0 10px 0 0;
    content: " \f00d";
    font-size: 120%;
    font-family: FontAwesome;
  }
}
/* mod_headerbar_in_nav */
.mod_headerbar_in_nav {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 974px;
  background-color: #3e3e3e;
  border: solid 1px #000;
  z-index: 4;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav {
    width: 100%;
    position: static;
    margin-top: -1px;
  }
}
.mod_headerbar_in_nav a:link {
  color: #fff;
  text-decoration: none;
}
.mod_headerbar_in_nav a:visited {
  color: #fff;
  text-decoration: none;
}
.mod_headerbar_in_nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.mod_headerbar_in_nav a:active {
  color: #fff;
  text-decoration: underline;
}
/* mod_headerbar_in_nav_title */
.mod_headerbar_in_nav_title {
  background-color: #666666;
  display: block;
}
.mod_headerbar_in_nav_title p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_title p {
    font-size: 16px;
    padding: 0;
    line-height: 1.3;
  }
  .mod_headerbar_in_nav_title p a {
    display: block;
    padding: 15px 10px 15px 10px;
  }
}
/* mod_headerbar_in_nav_category */
.mod_headerbar_in_nav_category {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #1d1d1d;
  border-bottom: 1px solid #6f6e6e;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.mod_headerbar_in_nav_category dl {
  display: table-cell;
}
.mod_headerbar_in_nav_category dl.left {
  width: 60%;
}
.mod_headerbar_in_nav_category dl.right {
  width: 40%;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category dl {
    display: block;
  }
  .mod_headerbar_in_nav_category dl.left,
  .mod_headerbar_in_nav_category dl.right {
    width: auto;
  }
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category dl .pc-show {
    display: none;
  }
}
.mod_headerbar_in_nav_category dl dt {
  background-color: #3e3e3e;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 12px 0 6px 25px;
}
.mod_headerbar_in_nav_category dl dt.text-center {
  text-align: center;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category dl dt {
    display: block;
    position: relative;
    background-color: #3e3e3e;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    padding: 15px 30px 15px 10px;
    border-bottom: solid 1px #1d1d1d;
  }
  .mod_headerbar_in_nav_category dl dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -10px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mod_headerbar_in_nav_category dl dt.open::after {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.mod_headerbar_in_nav_category dl dd {
  padding: 15px 10px 22px 25px;
  border-right: 1px solid #6f6e6e;
  overflow: hidden;
  font-size: 15px;
}
.mod_headerbar_in_nav_category dl.left dd {
  border-right: 3px solid #6f6e6e;
}
.mod_headerbar_in_nav_category dl dd ul.half {
  width: 50%;
  float: left;
}
.mod_headerbar_in_nav_category dl:last-child dd {
  border-right: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category dl dd {
    padding: 0;
    border-right: none;
    background-color: #000;
  }
  .mod_headerbar_in_nav_category dl dd.close {
    display: none;
  }
}
.mod_headerbar_in_nav_category dl dd ul li {
  margin: 2px 0 8px 0;
  line-height: 1.3;
}
.mod_headerbar_in_nav_category dl dd ul li.topmargin {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_category dl dd ul {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
  }
  .mod_headerbar_in_nav_category dl dd ul.half {
    width: auto;
    float: none;
  }
  .mod_headerbar_in_nav_category dl dd ul li,
  .mod_headerbar_in_nav_category dl dd ul li.topmargin {
    display: block;
    margin: 0;
    border-bottom: solid 1px #1d1d1d;
  }
  .mod_headerbar_in_nav_category dl dd ul li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 10px;
  }
  .mod_headerbar_in_nav_category dl dd ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* mod_headerbar_in_nav_link */
.mod_headerbar_in_nav_link {
  background-color: #1d1d1d;
  padding: 15px 0 5px 25px;
  border-bottom: 1px solid #6f6e6e;
}
.mod_headerbar_in_nav_link.top {
  border-bottom: 3px solid #6f6e6e;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_link {
    padding: 0;
    border-bottom: none;
  }
  .mod_headerbar_in_nav_link.top {
    border-bottom: none;
  }
  .mod_headerbar_in_nav_link.border {
    border-bottom: 1px solid #d9d9d9;
  }
}
.mod_headerbar_in_nav_link ul {
  position: relative;
  overflow: hidden;
}
.mod_headerbar_in_nav_link ul li {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3;
  margin: 2px 30px 11px 0;
}
.mod_headerbar_in_nav_link.two_column ul li {
  width: 50%;
}
.mod_headerbar_in_nav_link ul li.text-center {
  text-align: center;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_link ul li,
  .mod_headerbar_in_nav_link.two_column ul li {
    float: none;
    white-space: normal;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    background-color: #3e3e3e;
    border-bottom: solid 1px #1d1d1d;
  }
  .mod_headerbar_in_nav_link ul li.text-center {
    text-align: left;
  }
  .mod_headerbar_in_nav_link ul li a {
    display: block;
    position: relative;
    padding: 15px 30px 15px 10px;
  }
  .mod_headerbar_in_nav_link ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* mod_headerbar_in_nav_link mod_headerbar_in_nav_link-sp */
.mod_headerbar_in_nav_link.mod_headerbar_in_nav_link-sp {
  display: none;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_link.mod_headerbar_in_nav_link-sp {
    display: block;
  }
}
.mod_headerbar_in_nav_link.mod_headerbar_in_nav_link-sp ul li {
  background-color: #666;
}

/* mod_headerbar_in_nav_blocklink */
.mod_headerbar_in_nav_blocklink {
  background-color: #3e3e3e;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_blocklink {
    display: block;
    background-color: #3e3e3e;
  }
}
.mod_headerbar_in_nav_blocklink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod_headerbar_in_nav_blocklink ul li {
  display: table-cell;
  line-height: 1.3;
  box-sizing: border-box;
  border-right: 1px solid #6f6e6e;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_blocklink ul li {
    display: block;
    width: auto;
    border-right: none;
    border-bottom: solid 1px #1d1d1d;
  }
}
.mod_headerbar_in_nav_blocklink ul li:nth-child(4n) {
  border-right: none;
}
.mod_headerbar_in_nav_blocklink ul li a {
  display: block;
  padding: 26px 0 26px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_headerbar_in_nav_blocklink ul li a {
    display: block;
    text-align: left;
    position: relative;
    padding: 15px 30px 15px 10px;
  }
  .mod_headerbar_in_nav_blocklink ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.mod_headerbar_in_nav_blocklink ul li a:hover {
  text-decoration: none;
  background-color: #505050;
}
.mod_headerbar_in_nav_blocklink ul li a:active {
  text-decoration: none;
  background-color: #505050;
}

/* sections
-----------------------------------------*/
#sections {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
  font-size: 14px;
}
/* Element
*****************************************************************************/

/* mod_billboard
-----------------------------------------*/
.mod_billboard {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
.mod_billboard .slick li a {
  display: block;
}
.mod_billboard .slick li img {
  width: 100%;
  height: auto;
}
.mod_billboard ul li img {
  width: 100%;
  height: auto;
}
.mod_billboard ul li img.pcImg {
}
.mod_billboard ul li img.spImg {
  display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_billboard ul li img.pcImg {
    display: none;
  }
  .mod_billboard ul li a img.spImg {
    display: inline;
  }
}
/* Arrows */
.mod_billboard .slick-prev,
.mod_billboard .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 51px;
  margin-top: -39px;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.mod_billboard .slick-prev {
  left: 10px;
  background: transparent url("../img/icon_kv_prev.png") no-repeat top left;
}
.mod_billboard .slick-next {
  right: 10px;
  background: transparent url("../img/icon_kv_next.png") no-repeat top right;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_billboard .slick-prev,
  .mod_billboard .slick-next {
    display: none !important;
    background-size: 16px;
    margin-top: -30px;
    height: 25px;
  }
}
/* Dots */
.mod_billboard .slick-dots {
  margin: 15px 0 15px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.mod_billboard .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
}
.mod_billboard .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  color: black;
  background-color: #d8d8d8;
  content: "";
  /*border-radius*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  top: 0px;
  background-color: #adadad;
  width: 16px;
  height: 16px;
}
/* mod_blocklink
-----------------------------------------*/
.mod_blocklink {
  margin: 0 auto;
  width: 967px;
  padding: 40px 0 40px 0; /*border-bottom: 1px solid #e6e6e6;*/
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
.mod_blocklink ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
  }
}
.mod_blocklink ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink ul li {
    display: block;
    /* float: left; */
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
  }
}
.mod_blocklink ul li.last {
  border-right: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink ul li.last {
    border-right: 1px solid #e6e6e6;
  }
  .mod_blocklink ul li:nth-child(even) {
    border-right: none;
  }
}
.mod_blocklink ul li a {
  display: block;
  height: 100%;
  padding: 24px 0 20px 0;
  margin: 0 10px 0 10px;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink ul li a {
    display: block;
    padding: 10px;
    margin: 0;
  }
}
.mod_blocklink ul li a:hover {
  background-color: #f5f5f5;
  color: #333;
}
/* mod_blocklink_icon */
.mod_blocklink_icon {
  display: inline-block;
  text-align: center;
  height: 97px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink_icon {
    display: block;
    text-align: center;
    height: auto;
  }
  .mod_blocklink_icon img {
    height: 50px;
    width: auto;
  }
}
/* mod_blocklink_text */
.mod_blocklink_text {
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink_text {
  }
}
.mod_blocklink_text p {
  line-height: 1.3;
}
.mod_blocklink_text p.title {
  margin: 0 0 11px 0;
  font-weight: bold;
  font-size: 130%;
}
.mod_blocklink_text p.title.fz_type01 {
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .mod_blocklink_text p.title.fz_type01 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink_text p.title {
    margin: 0 0 5px 0;
    font-size: 16px;
    text-align: center;
  }
}
.mod_blocklink_text p.title > img {
  vertical-align: middle;
  margin-left: 8px;
}
.mod_blocklink_text p.sup {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_blocklink_text p.sup {
    font-size: 12px;
  }
  .mod_blocklink_text p.sup br {
    display: none;
  }
}
/* #sumai_conversion
-----------------------------------------*/
#sumai_conversion .sp-show {
  display: none;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .sp-show {
    display: block;
  }
  #sumai_conversion .pc-show {
    display: none;
  }
}
#sumai_conversion .mod_uni_section_gray {
  padding: 40px 0;
  background: #e8e8e8;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section_gray {
    padding: 20px 0;
  }
}
#sumai_conversion .mod_uni_section {
  width: 967px;
  margin: 0 auto;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section {
    width: auto;
    margin: 0 10px;
  }
}
#sumai_conversion .mod_uni_section_gray_title {
  margin: 0 0 30px;
  color: #791327;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_uni_section_gray_title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
#sumai_conversion .mod_begin_reform_section .mod_begin_reform_section_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section .mod_begin_reform_section_column {
    display: block;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child {
  margin-right: 23px;
  background: #ffffff;
  border-radius: 4px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  box-shadow: 0px 5px 3px -5px #000000;
  -moz-box-shadow: 0px 5px 3px -5px #000000;
  -webkit-box-shadow: 0px 5px 3px -5px #000000;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child {
    width: 100%;
    margin-right: 0;
  }
  #sumai_conversion .mod_begin_reform_section_column_child + .mod_begin_reform_section_column_child {
    margin-top: 20px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child:nth-child(3n) {
  margin-right: 0;
}
#sumai_conversion .mod_begin_reform_section_column_child .title {
  padding: 26px 0 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .title {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .image {
  margin: 0 0 22px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .image_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    padding-bottom: 15px;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sumai_conversion .mod_begin_reform_section_column_child .image {
    margin: 0 20px 0 0;
    width: 30%;
  }
  #sumai_conversion .mod_begin_reform_section_column_child .image img {
    width: 100%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box {
  margin: 0 20px 20px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a {
  display: block;
  background: #ff7e00;
  border-radius: 4px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a {
    font-size: 15px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a:after {
  content: "\f0da";
  font-size: 20px;
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a:after {
    content: "\f0da";
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.single {
  padding: 27px 0;
  line-height: 1.2;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.single {
    padding: 25px 0;
    line-height: 1.35;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.single:after {
  top: 40%;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.single:after {
    top: 40%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem {
  padding: 13px 0;
  line-height: 1;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem {
    padding: 16px 0;
    line-height: 1.2;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem:after {
  top: 30%;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem:after {
    top: 30%;
  }
}
#sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem + a.tandem {
  margin: 9px 0 0 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  #sumai_conversion .mod_begin_reform_section_column_child .link_box a.tandem + a.tandem {
    margin: 12px 0 0 0;
  }
}
/* mod_iconlink
-----------------------------------------*/
.mod_iconlink {
  margin: 0 auto;
  width: 967px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_iconlink {
    margin: 0 auto;
    width: 100%;
  }
}
.mod_iconlink ul {
  margin: 20px 0 20px 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_iconlink ul {
    margin: 0;
  }
}
.mod_iconlink ul li {
  float: left;
  margin: 0 20px 0 0;
  line-height: 1.5;
  font-size: 16px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_iconlink ul li {
    float: none;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.mod_iconlink ul li a {
  display: table;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_iconlink ul li a {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .mod_iconlink ul li a br {
    display: none;
  }
}
.mod_iconlink ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.mod_iconlink ul li a img {
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_iconlink ul li a span.icon {
    width: 60px;
  }
  .mod_iconlink ul li a img {
    width: 50px;
    height: auto;
  }
}

/* Snsber
-----------------------------------------*/
.Snsber {
  margin-top: 50px;
  padding: 45px 10px 40px 10px;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Snsber {
    padding: 25px 10px;
  }
}
.Snsber p{
  text-align: center;
  font-size: 20px;
  color: #666;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Snsber p{
    font-size: 16px;
  }
}
.Snsber ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Snsber ul li{
  width: 38px;
  margin: 0 17px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Snsber ul li{
    margin: 0 15px;
  }
}
.Snsber ul li.Snsber__youtube{
  width: 44px;
}
.Snsber ul li.Snsber__sumu{
  width: 145px;
}
.Snsber ul li img{
  width: 100%;
  height: auto;
}
.Snsber ul li a:hover   {opacity: 0.7;}
.Snsber ul li a:focus   {opacity: 0.7;}
.Snsber ul li a:active  {opacity: 0.7;}


/* mod_snsbnr
-----------------------------------------*/
.mod_snsbnr{
  margin: 0 auto;
  width: 960px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr{
  width:auto;
}
}
.mod_snsbnr ul{
  display: table;
  width: 100%;
  table-layout: fixed;
margin:50px 0 30px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul{
display: block;
margin:0;
}
}
.mod_snsbnr ul li{
display: table-cell;
text-align: center;
vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li{
display: block;
text-align: left;
border-bottom:solid 1px #CCC;
}
.mod_snsbnr ul li:last-child{
border-bottom:none;
}
}
.mod_snsbnr ul li i {
margin-top: -3px;
margin-right: 10px;
font-size: 30px;
vertical-align: middle;
}
.mod_snsbnr ul li span{
margin-top: 8px;
display: block;
text-align: center;
font-size: 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li span{
text-align: left;
}
}
.mod_snsbnr ul li img{
width: 163px;
height: auto;
}
.mod_snsbnr ul li a{
display: block;
text-decoration: none;
color: #000;
font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_snsbnr ul li a{
padding: 15px 15px 15px 30px;
}
}
.mod_snsbnr ul li a:hover{
opacity: 0.7;
}



/* mod_footernew
-----------------------------------------*/
.mod_footernew {
  font-size: 14px;
  background-color: #1d1d1d;
  padding: 19px 0 18px 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew {
    padding: 0;
  }
}
.mod_footernew_in {
  width: 967px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in {
    width: 100%;
  }
}
.mod_footernew_in ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in ul {
    display: block;
    border-top: solid 1px #505050;
  }
}
.mod_footernew_in ul li {
  display: table-cell;
  height: 40px;
  color: #ccc;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #505050;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in ul li {
    display: table;
    width: 100%;
    height: auto;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #505050;
  }
}
.mod_footernew_in ul li:nth-child(4n) {
  border-right: none;
}
.mod_footernew_in ul li a {
  display: block;
  color: #ccc;
  text-decoration: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in ul li a,
  .mod_footernew_in ul li > span {
    display: table-cell;
    height: 45px;
    position: relative;
    vertical-align: middle;
    padding: 10px 30px 10px 10px;
  }
  .mod_footernew_in ul li a br,
  .mod_footernew_in ul li > span br {
    display: none;
  }
  .mod_footernew_in ul li a:after {
    position: absolute;
    display: table-cell;
    top: 30%;
    right: 5px;
    color: #666;
    content: " \f105";
    font-family: FontAwesome;
    font-size: 150%;
  }
}
.mod_footernew_in_important {
  margin: 0 auto;
  width: 120px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in_important {
    width: 100%;
    display: table;
  }
}
.mod_footernew_in_important span.icon {
  float: left;
  margin: 5px 0 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in_important span.icon {
    float: none;
    display: table-cell;
    margin: 0;
    width: 20px;
    vertical-align: middle;
  }
}
.mod_footernew_in_important span.text {
  float: right;
  color: #ff0000;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_footernew_in_important span.text {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
/* mod_customer
-----------------------------------------*/
.mod_customer {
  margin: 18px 0 0 0;
  background-color: #e8e8e8;
}
.mod_customer_in {
  margin: 0 auto;
  width: 967px;
  padding: 16px 0 6px 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 0;
  }
}
.mod_customer_in .customerTitle {
  margin: 0 0 5px 50px;
  color: #033a93;
  font-weight: bold;
  font-size: 135%;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in .customerTitle {
    font-size: 18px;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;	  
  }
}
/*.mod_customer_in .customerLink{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_customer_in .customerLink{
    display: block;
  }
  .mod_customer_in .customerLink a {
   display:table;
   width:100%;
   box-sizing:border-box;
   font-size: 14px;
   text-align:left;
   padding:12px 10px 10px 10px;
   position:relative;
   background-color:#FFF;
   color:#333;
  }
  .mod_customer_in .customerLink a span{
   display:table-cell;
   vertical-align:middle;
  }
  .mod_customer_in .customerLink a:after{
   display:table-cell;
   width: 20px;
   text-align: center;
   padding:0 0 0 5px;
   vertical-align:middle;
   content: " \f105";
   font-size:150%;
   font-family: FontAwesome;
   font-weight:normal;
  }
}*/
.mod_customer_in ul {
  font-size: 14px;
  width: 950px;
  margin: 0 -20px 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 50px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in ul {
    width: 100%;
    margin: 0;
    border-top: solid 1px #ccc;
    flex-direction: column;
    padding: 0;
  }
}
.mod_customer_in ul li {
  /*float: left;
  display: table;*/
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in ul li {
   /* float: none;
    display: block;*/
    margin: 0;
    border-bottom: solid 1px #ccc;
  }
}
.mod_customer_in ul li a {
  display: table;
  width: 100%;
}
.mod_customer_in ul li span {
  display: table-cell;
  width: 60px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in ul li span img {
    width: 100%;
    height: auto;
  }
}
.mod_customer_in_text {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.mod_customer_in_text p {
  font-size: 90%;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in_text {
    background-color: #fff;
  }
  .mod_customer_in_text p {
    font-size: 12px;
  }
}
.mod_customer_in_text p strong {
  font-size: 128%;
  display: inline-block;
  font-weight: normal;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_customer_in_text p strong {
    font-size: 14px;
  }
}
.mod_customer_in_text p strong:after {
  content: url("../img/icon_business_blank.png");
  display: inline-block;
  height: 15px;
  margin: 0 0 0 8px;
  position: relative;
  top: 1px;
  width: 15px;
}
.mod_customer_in_text.mod_customer_in_text--noicon p strong:after {
  display: none;
}
.mod_customer_in_text p strong img {
  vertical-align: middle;
  margin-left: 5px;
}

.mod_customer_in a:link {
  color: #666;
  text-decoration: none;
}
.mod_customer_in a:visited {
  color: #666;
}
.mod_customer_in a:hover {
  color: #666;
}
.mod_customer_in a:active {
  color: #666;
}
.mod_customer_in a:link p strong {
  color: #333;
}
.mod_customer_in a:visited p strong {
  color: #333;
}
.mod_customer_in a:hover p strong {
  color: #333;
}
.mod_customer_in a:active p strong {
  color: #333;
}
/* mod_section
-----------------------------------------*/
.mod_section {
  margin: 0 auto;
  width: 967px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_section {
    margin: 0 10px;
    width: auto;
  }
}
/* ex_h2style
-----------------------------------------*/
.ex_h2style {
  font-size: 24px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.ex_h2style span {
  display: block;
  line-height: 1.18;
  padding: 0 0 0 11px;
  margin: 0 0 6px 0;
  border-left: 5px solid #333333;
}
/* ex_h2style-icon */
.ex_h2style.ex_h2style-icon {
  display: flex;
  align-items: center;
  border: none;
}
.ex_h2style.ex_h2style-icon > span {
  padding: 0;
  margin: 0;
  border-left: none;
  line-height: 0;
}
.ex_h2style.ex_h2style-icon > span:nth-child(2) {
  margin-top: 2px;
  line-height: 1.18;
}
.ex_h2style.ex_h2style-icon > span img {
  max-width: initial;
}
.ex_h2style.ex_h2style-icon span:nth-child(2) {
  padding-left: 10px;
}
/* ex_h3style
-----------------------------------------*/
.ex_h3style {
  margin: 0 0 15px 0;
  font-size: 21px;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
}
/* ex_h3style-icon */
.ex_h3style.ex_h3style-icon {
  display: flex;
  align-items: center;
  border: none;
}
.ex_h3style.ex_h3style-icon > span {
  display: block;
  padding: 0;
  margin: 0;
  border-left: none;
  line-height: 0;
}
.ex_h3style.ex_h3style-icon > span:nth-child(2) {
  margin-top: 2px;
  line-height: 1.18;
}
.ex_h3style.ex_h3style-icon > span img {
  max-width: initial;
}
.ex_h3style.ex_h3style-icon span:nth-child(2) {
  padding-left: 10px;
}
/* ex_h4style
-----------------------------------------*/
.ex_h4style {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #222222;
  font-size: 16px;
  margin-left: 2px;
  padding-bottom: 10px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,
    sans-serif !important;
}
/* ex_h4style-icon */
.ex_h4style.ex_h4style-icon {
  display: flex;
  align-items: center;
  border: none;
}
.ex_h4style.ex_h4style-icon > span {
  display: block;
  padding: 0;
  margin: 0;
  border-left: none;
  line-height: 0;
}
.ex_h4style.ex_h4style-icon > span:nth-child(2) {
  margin-top: 2px;
  line-height: 1.18;
}
.ex_h4style.ex_h4style-icon > span img {
  max-width: initial;
}
.ex_h4style.ex_h4style-icon span:nth-child(2) {
  padding-left: 10px;
}
/* ex_paragraph
-----------------------------------------*/
.ex_paragraph {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}
/* mod_memobox
-----------------------------------------*/
.mod_memobox {
  border: 1px solid #ccc;
  padding: 20px 20px 15px 20px;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.mod_memobox p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.mod_memobox p.memoTitle {
  font-size: 20px;
  margin-bottom: 12px;
}
/*  */
.mod_memobox.mod_memobox-color {
  border: none;
  background-color: #fdd;
}
/* mod_indentlist
-----------------------------------------*/
.mod_indentlist ul {
  margin-bottom: 10px;
}
.mod_indentlist ul li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
/* mod_indentnumlist
-----------------------------------------*/
.mod_indentnumlist ol {
  margin-bottom: 10px;
}
.mod_indentnumlist ol li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
  list-style-type: decimal;
  margin-left: 1.7em;
}
/* mod_tbl
-----------------------------------------*/
.mod_tbl table {
  border: 2px solid #cccccc;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tbl table,
  .mod_tbl table tr,
  .mod_tbl table tbody {
    display: block;
  }
}
.mod_tbl table th {
  font-size: 14px;
  line-height: 1.5;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 14px;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tbl table th {
    display: block;
    white-space: normal;
  }
}
.mod_tbl table td {
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #cccccc;
  padding: 20px 14px;
  text-align: left;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod_tbl table td {
    display: block;
  }
}
/* ex_arrow
-----------------------------------------*/
.ex_arrow a {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.ex_arrow a i {
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
}
.ex_arrow.ex_arrow--r {
  text-align: right;
}
.ex_arrow a:link {
  color: #333;
}
.ex_arrow a:visited {
  color: #333;
}
.ex_arrow a:hover {
  color: #333;
}
.ex_arrow a:focus {
  color: #333;
}
.ex_arrow a:active {
  color: #333;
}
/* ex_linkbtn
-----------------------------------------*/
.ex_linkbtn a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border: solid 1px #ccc;
  padding: 20px 5px 20px 0;
  display: block;
  color: #000;
}
.ex_linkbtn a:hover,
.ex_linkbtn a:focus {
  background-color: #fafafa;
}
.ex_linkbtn a span {
  position: relative;
  padding: 0 30px 0 20px;
}
.ex_linkbtn a span:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  color: #666;
  content: " \f105";
  font-size: 17px;
  font-weight: bold;
  font-family: FontAwesome;
}
/* ex_linkbtn-l */
.ex_linkbtn.ex_linkbtn-l a {
  display: inline-block;
}
/* ex_linkbtn-r */
.ex_linkbtn.ex_linkbtn-r {
  text-align: right;
}
.ex_linkbtn.ex_linkbtn-r a {
  display: inline-block;
}

/*****************************************************************************
  wrap1200
*****************************************************************************/
.wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*****************************************************************************
  #page.bgWhite
*****************************************************************************/
#page.bgWhite {
  background-color: #fff;
}

/*****************************************************************************
Wide
*****************************************************************************/
#page.page--wide {
  max-width: 100%;
  max-width: initial;
}
