@charset "Shift_JIS";
/* Index
------------------------------------------
== reset =================
Reset
Basic

== layout ================
Header
Global Navi
Main Visual
Footer
Menu List
Section
Navigation

== modules ================
Attention
Icon
Card
Slider
PageTop
Button

== Utility ================

== Print =================

/*===================================================================
	reset
===================================================================*/
/* Reset
------------------------------------------ */
body, div, p,
h1, h2, h3, h4, h5, h6,
pre, blockquote, table, th, td,
dl, dt, dd, ul, ol, li,
form, textarea,
address {
  margin: 0;
  padding: 0;
}

p {
  word-wrap: break-word;
  word-break: break-all;
}

/* For Japanese */
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 {
  height: 1%;
}

img {
  border: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

caption, th, td {
  text-align: left;
}

a[name] {
  color: #000;
}

a[name]:hover {
  color: #000;
  text-decoration: none !important;
  outline: 0 !important;
}

a img {
  color: #000;
}

fieldset {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: 1em;
}

input {
  vertical-align: -3px;
}

select {
  vertical-align: middle;
}

ul li {
  list-style-type: none;
}

li li {
  font-size: inherit;
}

em {
  font-weight: bold;
  font-style: normal;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

.navskip,
.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

hr {
  display: none;
  border: 0;
  height: 0;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6,
form, textarea,
pre, blockquote, table, th, td {
  font-size: 100%;
}

p, li, dt, dd, pre, legend {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, dt {
  font-weight: bold;
}

/* Basic
------------------------------------------ */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4em;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  min-width: 1200px;
  color: #333;
  background: #fff;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/*===================================================================
	layout
===================================================================*/
/* Header
------------------------------------------ */
.global-header {
  width: 100%;
  height: 94px;
  border-bottom: 4px solid #e60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.global-header__inr {
  position: relative;
  padding: 25px 0;
}

.global-header__logo {
  display: inline-block;
}

.global-header__logo img {
  display: inline-block;
  vertical-align: middle;
}

.global-header__logo--qfy {
  margin-left: 20px;
}

.global-header__logo--jp {
  position: absolute;
  right: 0;
  top: 35px;
}

/* Global Navi
------------------------------------------ */
.global-navi {
  position: relative;
  width: 1200px;
  height: 75px;
  margin: auto;
  overflow: hidden;
}

.global-navi__menu {
  position: relative;
  width: 915px;
  height: 75px;
  z-index: 200;
  padding-left: 1px;
}

.global-navi__menu:after {
  content: '';
  display: block;
  clear: both;
}

.global-navi__menu > li {
  float: left;
}

.global-navi__menu > li > a {
  font-weight: 700;
  text-align: center;
}

.global-navi__menu > li > a > span {
  position: relative;
  display: inline-block;
  padding-right: 1px;
}

.global-navi__menu > li > a > span:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 25px;
  border-left: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.global-navi__menu > li.global-navi00 > a > span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 25px;
  border-left: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.global-navi__menu > li.global-navi00 > a:hover > span {
  z-index: 1;
}

.global-navi__menu > li.global-navi00 > a:hover > span:after {
  border-left: 1px solid #ddd;
}

.global-navi__search {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-navi__search > a {
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.global-navi__search > a:hover {
  text-decoration: none;
}

.global-navi__search > a img {
  vertical-align: middle;
  margin-right: 10px;
}

.global-navi__search > a:hover {
  opacity: .4;
}

.global-navi-area {
  height: 75px;
}

.pull-navi {
  position: relative;
  display: none;
  width: 1200px;
  margin: auto;
  border: 10px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.pull-navi:after {
  content: '';
  position: absolute;
  display: block;
  width: 1200px;
  height: 2px;
  background-color: #e5e5e5;
  left: -10px;
  bottom: -12px;
}

.pull-navi .pull-inner {
  display: table;
}

.pull-navi .pull-inner > div {
  display: table-cell;
  vertical-align: top;
  width: 14.2857%;
  border-left: 1px solid #ededed;
  padding: 30px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-navi .pull-inner > div:first-child {
  border-left: none;
  padding-left: 10px;
  padding-right: 10px;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p {
  font-size: 1.2rem;
  font-weight: 700;
  min-height: 50px;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p > a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p > a:visited {
  color: #666;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p > a:hover {
  color: #e60000;
  text-decoration: underline;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > p > a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > ul > li {
  position: relative;
  font-size: 1.2rem;
  margin-top: 8px;
  padding-left: 15px;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > ul > li:first-child {
  margin-top: 0;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: #333;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > ul > li:hover {
  text-decoration: underline;
}

.pull-navi#pull-navi1 .pull-inner > .pull-navi1__item > ul > li a.newwin:after {
  content: '';
  display: inline-block;
  background: url(../imgs/index_i_popup.png) no-repeat 0 0;
  width: 11px;
  height: 9px;
  margin-left: 5px;
}

.pull-navi2__inrWrap:after {
  content: '';
  display: block;
  clear: both;
}

.pull-navi--type2 .pull-inner {
  margin: 5px 25px 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pull-navi--type2 .pull-inner:after {
  content: "";
  display: block;
  width: 31.3%;
}

.pull-navi--type2 .pull-inner > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.3%;
  margin-top: 20px;
}

.pull-navi--type2 .pull-inner > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #333;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 13px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-navi--type2 .pull-inner > li > a:before {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -4px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.pull-navi--type2 .pull-inner > li > a:hover {
  color: #e60000;
  border-color: #e60000;
}

.pull-navi--type2 .pull-inner > li > a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.pull-navi--type2 .pull-inner > li > a.newwin {
  position: relative;
}

.pull-navi--type2 .pull-inner > li > a.newwin:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../imgs/index_i_popup.png) no-repeat 0 0;
  width: 11px;
  height: 9px;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.pull-close {
  background-color: #5a5a5a;
  border-top: 10px solid #ededed;
}

.pull-close-area {
  clear: all;
  position: relative;
}

.pull-close-area a {
  color: #333;
}

.pull-close-area .pull-close-l {
  padding: 15px 5px;
  text-align: center;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-close-area .pull-close-l a {
  line-height: 1;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
}

.pull-close-area .pull-close-l a:hover {
  text-decoration: none;
}

.pull-close-area .pull-close-l a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #cccccc transparent;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.pull-close-area .pull-close-r {
  position: absolute;
  top: 15px;
  right: 5px;
  min-width: 250px;
}

.pull-close-area .pull-close-r > a {
  text-align: center;
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pull-close-area .pull-close-r > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.gn-banking__title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.gn-banking li {
  padding-left: 0;
  margin-top: 10px;
}

.gn-banking li:first-child {
  margin-top: 0;
}

.gn-banking li:hover {
  text-decoration: none;
}

.gn-banking li:before {
  display: none;
}

.gn-banking li.ico_newwin {
  padding-left: 16px;
}

.gn-banking li a {
  position: relative;
}

.gn-banking__mente {
  font-size: 1.1rem;
}

.gn-banking__mente a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.gn-banking__mente a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
  margin-top: -4px;
  background-color: #fff;
}

.gn-banking__mente a:visited {
  color: #666;
}

.gn-banking__mente a:hover {
  color: #e60000;
}

.gn-banking__mente a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.gn-banking__login a {
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #ec3d37;
  font-size: 1.8rem;
  color: #fff;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.gn-banking__login a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
  background-color: #ec3d37;
}

.gn-banking__login a:hover {
  opacity: .7;
  text-decoration: none;
}

.gn-banking__login a span {
  display: inline-block;
  vertical-align: middle;
}

.gn-banking__login--biz a {
  background-color: #2a3f98;
}

.gn-banking__login--biz a:before {
  background-color: #2a3f98;
}

.gn-banking__login--biz a:hover {
  text-decoration: none;
}

.gn-banking__btn a {
  background-color: white;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 8px 8px 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gn-banking__btn a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
  margin-top: -4px;
  background-color: #fff;
}

.gn-banking__btn a:visited {
  color: #666;
}

.gn-banking__btn a:hover {
  color: #e60000;
  border-color: #e60000;
  text-decoration: none;
}

.gn-banking__btn a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.gn-banking__btn a span {
  vertical-align: middle;
}

.gn-banking__btn a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gn-banking__btn--s a {
  min-height: 0;
}

.gn-banking__btn--direct {
  display: block;
  width: 111px;
  height: auto;
}

.gn-banking__btn--biz {
  display: block;
  width: 113px;
  height: auto;
}

.gn-banking__btn--squet {
  display: block;
  width: 91px;
  height: auto;
}

.gn-banking .gn-box {
  font-size: 1.1rem;
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
}

.gn-banking .gn-box__title {
  font-weight: 700;
  text-align: center;
  padding: 6px;
  border-bottom: 1px solid #ebebeb;
}

.gn-banking .gn-box__body {
  padding: 6px;
}

.gn-banking .gn-box__body ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.gn-banking .gn-box__body ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: #333;
}

.gn-banking .gn-box__body ul li.newwin {
  background: none;
  padding-right: 0;
}

.gn-banking .gn-box__body ul li.newwin:after {
  content: '';
  display: inline-block;
  background: url(../imgs/index_i_popup.png) no-repeat 0 0;
  width: 11px;
  height: 9px;
  margin-left: 5px;
}

#pull-navi2.pull-navi--type2 .pull-inner {
  margin-top: 0;
  margin-bottom: 0;
}

#pull-navi2.pull-navi--type2 .pull-navi2__sub {
  width: 169px;
  float: left;
  padding: 30px 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pull-navi2.pull-navi--type2 .pull-navi2__main {
  width: 985px;
  border-left: 1px solid #ededed;
  float: right;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 5px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Main Visual
------------------------------------------ */
.main-visual {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

/* Footer
------------------------------------------ */
.global-footerMenu {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px 0;
}

.global-footerMenu a {
  color: #666;
  text-decoration: none;
}

.global-footerMenu a:visited {
  color: #999;
}

.global-footerMenu a:hover {
  text-decoration: underline;
}

.global-footerMenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.global-footerMenu__list--sec2 .global-footerMenu__column dl > dt {
  font-weight: normal;
  min-height: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

.global-footerMenu__list--sec2 .global-footerMenu__column dl > dt:first-child {
  margin-top: 0;
}

.global-footerMenu__list--sec3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}

.global-footerMenu__list--sec3 .global-footerMenu__column {
  font-size: 1.2rem;
  width: 33.3%;
}

.global-footerMenu__list--sec3 .global-footerMenu__column > ul > li {
  margin-top: 5px;
}

.global-footerMenu__list--sec3 .global-footerMenu__column > ul > li:frist-child {
  margin-top: 0;
}

.global-footerMenu__list--sec3:first-child {
  margin-top: 0;
}

.global-footerMenu__column {
  width: 16.5%;
}

.global-footerMenu__column dl {
  font-size: 1.2rem;
  margin-top: 10px;
}

.global-footerMenu__column dl > dt {
  position: relative;
  min-height: 3em;
  font-weight: 700;
  padding-left: 8px;
  margin-bottom: 10px;
}

.global-footerMenu__column dl > dt:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666666;
  left: 0;
  top: 8px;
}

.global-footerMenu__column dl dd {
  display: table;
  margin-top: 3px;
}

.global-footerMenu__column dl dd:first-child {
  margin-top: 0;
}

.global-footerMenu__column dl dd:before {
  content: '-';
  display: table-cell;
  padding-right: 5px;
}

.global-footerMenu__column--search {
  vertical-align: middle;
}

.global-footerMenu__column--search a:hover {
  opacity: .7;
  text-decoration: none;
}

.global-footerMenu__column--search a > .ico--search {
  vertical-align: middle;
  margin-right: 3px;
  width: 16px;
  height: auto;
}

.global-footerSection {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 30px;
}

.sitemapfooterList a {
  color: #333;
  text-decoration: none;
}

.sitemapfooterList a:hover {
  text-decoration: underline;
}

.sitemapfooter1stList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sitemapfooter1stList > li {
  width: 16.66%;
}

#sitemapfooter-cnt {
  width: 1200px;
  margin: auto;
}

#footer02 {
  border-top: 4px solid #e60000;
  padding: 35px 0 50px;
}

#footer02 .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 50px;
}

.footer02List {
  text-align: center;
}

.footer02List > li {
  display: inline-block;
  margin-left: 20px;
}

.footer02List > li:first-child {
  margin-left: 0;
}

.footer02List > li a {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
}

.footer02List > li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.footer02List > li a:visited {
  color: #666;
}

.footer02List > li a:hover {
  color: #e60000;
  text-decoration: underline;
}

.footer02List > li a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.footer--kinshohou {
  padding: 40px 0;
  text-align: center;
}

.footer--kinshohou span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0 2px;
}

/* Menu List
------------------------------------------ */
.menuList--adbt {
  border-top: 1px solid #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}

.menuList--tiny .menuList__item {
  font-size: 1.4rem;
}

.menuList--xs .menuList__item {
  font-size: 1.2rem;
  margin-top: 10px;
}

.menuList--adml {
  margin-left: 6px;
}

.menuList__item {
  font-size: 1.6rem;
  margin-top: 20px;
}

.menuList__item:first-child {
  margin-top: 0;
}

.menuList__item > a {
  color: #333;
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

.menuList__item > a:before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.menuList__item > a:visited {
  color: #666;
}

.menuList__item > a:hover {
  color: #e60000;
}

.menuList__item > a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.menuList__title {
  font-size: 1.6rem;
  border-left: 3px solid #000;
  padding: 3px 0  3px 15px;
  margin-bottom: 15px;
}

.menuList__title--thin {
  color: #999999;
  border-color: #999999;
}

.menuList__title > a:hover {
  color: #e60000;
  text-decoration: none;
}

.menuList03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menuList03:after {
  content: '';
  display: block;
  width: 31%;
}

.menuList03--admt {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.menuList03__item {
  width: 31%;
  margin-top: 40px;
}

.menuList03__item:nth-child(1), .menuList03__item:nth-child(2), .menuList03__item:nth-child(3) {
  margin-top: 0;
}

.menuList03__item--card {
  width: 340px;
}

.menuList03__item--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menuList03__item--flex .card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menuList03__item--flex .card .more {
  display: inline-block;
  color: #333;
}

.menuList03__item--flex .card .more > span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}

.menuList03__item--flex .card .more > span:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #cccccc transparent transparent transparent;
  margin-top: -2px;
}

.menuList03__item--flex .card .more > span:hover {
  color: #e60000;
}

.menuList03__item--flex .card .more > span:hover:after {
  border-color: #e60000 transparent transparent transparent;
}

.menuList03__item--flex .card .more.is-show {
  color: #cccccc;
}

.menuList03__item--flex .card .more.is-show > span:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* Section
------------------------------------------ */
.section-wrap {
  padding: 60px 0;
}

.section-wrap--bg {
  background-color: #fafafa;
}

.section-wrap--bt {
  border-top: 1px solid #ddd;
}

.section-contents {
  position: relative;
  width: 1200px;
  margin: auto;
}

.section-contents > p + p {
  margin-top: 5px;
}

.section-contents--narrow {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-alert {
  background-color: #f7f1f7;
  padding: 40px 0;
}

#emg_area.disp + .section-alert {
  padding-top: 0;
}

.section-newsContents {
  width: 947px;
  margin: auto;
}

/* Navigation
------------------------------------------ */
/*===================================================================
	modules
===================================================================*/
/* Attention
------------------------------------------ */
#emg_area.disp {
  margin: auto;
  border: none;
  background-color: #f7f1f7;
  padding: 15px 0;
}

#emg_area.disp .kinkyu_ex {
  width: 1200px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#emg_area.disp a {
  font-size: 1.6rem;
  color: #e60000;
  text-decoration: none;
}

#emg_area.disp a:hover {
  text-decoration: underline;
}

.kinkyu_ex {
  background: url(../imgs/index_i_attn.png) no-repeat left center;
  font-weight: bold;
  padding-left: 28px;
}

.link_attention {
  background: url(../imgs/index_i_attn.png) no-repeat left center;
  padding-left: 38px;
  margin-top: 10px;
}

.link_attention:first-child {
  margin-top: 0;
}

.link_attention a:visited {
  color: #666;
}

.link_attention a:hover {
  color: #e60000;
}

/* Icon
------------------------------------------ */
.ico {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

.ico_newwin {
  padding-right: 16px;
  background: url(../imgs/index_i_popup.png) no-repeat right 3px;
}

/* Card
------------------------------------------ */
.card {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card--thin {
  border-color: #eeeeee;
}

.card__tag {
  font-size: 1.6rem;
  padding: 6px;
  text-align: center;
  color: #fff;
  background-color: #e60000;
}

.card__tag-kojin {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ec3d37;
  display: inline-block;
  padding: 4px 18px;
  z-index: 1;
}

.card__tag-hojin {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #524b7e;
  display: inline-block;
  padding: 4px 18px;
  z-index: 1;
}

.card__tag-news {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5a5a5a;
  display: inline-block;
  padding: 4px 18px;
  z-index: 1;
}

.card__image a {
  display: block;
}

.card__image a:hover img {
  opacity: .7;
}

.card__image img {
  display: block;
  margin: auto;
  width: 100%;
}

.card__body {
  padding: 20px 14px 20px 20px;
}

.card__link {
  font-size: 1.6rem;
}

.card__link > a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-left: 14px;
}

.card__link > a:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.card__link > a:visited {
  color: #666;
}

.card__link > a:hover {
  color: #e60000;
}

.card__link > a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.card__text {
  color: #999999;
  margin-top: 10px;
  padding-left: 14px;
}

/* Slider
------------------------------------------ */
.bx-wrapper {
  padding-bottom: 55px;
}

.bx-controls {
  text-align: center;
  width: 1200px;
  margin: 30px auto 0;
}

.bx-controls .bx-pager {
  display: inline-block;
  vertical-align: middle;
}

.bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 10px;
}

.bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-color: #ccc;
  border-radius: 50%;
}

.bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #e60000;
}

.bx-controls .bx-controls-auto {
  display: inline-block;
  margin-left: 10px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.bx-controls .bx-controls-auto .bx-stop {
  position: relative;
  display: block;
}

.bx-controls .bx-controls-auto .bx-stop:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  top: 3px;
  left: 3px;
  background-color: #cccccc;
}

.bx-controls .bx-controls-auto .bx-stop:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  top: 3px;
  right: 3px;
  background-color: #cccccc;
}

.bx-controls .bx-controls-auto .bx-start {
  position: relative;
  display: block;
}

.bx-controls .bx-controls-auto .bx-start:after {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #cccccc;
}

.bx-controls .bx-controls-auto.is-stop .bx-start {
  position: relative;
  display: block;
}

.bx-controls .bx-controls-auto.is-stop .bx-start:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  top: 3px;
  left: 3px;
  background-color: #cccccc;
}

.bx-controls .bx-controls-auto.is-stop .bx-start:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  top: 3px;
  right: 3px;
  left: auto;
  background-color: #cccccc;
  border: none;
}

/* PageTop
------------------------------------------ */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 49;
  width: 55px;
  height: 55px;
}

.pagetop a {
  display: block;
}

.pagetop a:hover {
  text-decoration: none;
  opacity: .7;
}

/* Button
------------------------------------------ */
.btn--common {
  color: #333;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 20px 13px 20px 27px;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn--common:before {
  position: absolute;
  top: 50%;
  left: 13px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
  margin-top: -4px;
}

.btn--common:link {
  color: #333;
  text-decoration: none;
}

.btn--common:visited {
  color: #333;
}

.btn--common:hover {
  color: #e60000;
  border-color: #e60000;
}

.btn--common:hover:before {
  border-color: transparent transparent transparent #e60000;
}

.btn--common--large {
  border-color: #bdbdbd;
  font-weight: 700;
  font-size: 1.8rem;
}

.btn--common--blk {
  color: #fff;
  background-color: #5a5a5a;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn--common--blk:link {
  color: #fff;
}

.btn--common--blk:visited {
  color: #fff;
}

.btn--common--blk:hover {
  background-color: #7e7e7e;
  border: 1px solid #9d9d9d;
}

.btn--common--blk:hover:before {
  border-color: transparent transparent transparent #cccccc;
}

/*===================================================================
	Utility
===================================================================*/
/* Utility
------------------------------------------ */
.__fz-title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
}

.__bold {
  font-weight: 700;
}

.__center {
  text-align: center;
}

/*===================================================================
	Print
===================================================================*/
/* Print
------------------------------------------ */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 0;
  }
  .global-navi,
  .section-contents,
  .contentsInr,
  .bxsliderWrap {
    width: 100%;
  }
  .secondaryNav {
    position: absolute;
    right: 0;
    top: 265px;
  }
  .pagetop {
    position: relative;
    margin-left: auto;
  }
  .bxsliderWrap .bxslider__item {
    max-width: 100% !important;
  }
  .bx-viewport {
    max-width: 100% !important;
  }
}
