
/* CSS Document */
html, body, div, header, footer, nav, article, section, aside, hgroup, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, span, mark, a, em, strong, abbr, cite, del, dfn, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, details, summary, menu, output, ruby, time, img, figure, figcaption, audio, video, canvas, embed, object, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body {
/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;**/
  height: 100%;
}

dl dt {
  font-weight: 700;
  padding: 0 0 10px 0;
}

dl dd {
  padding: 0 0 10px 0;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #4653a2;
  margin: 0;
  padding: 0;
}

section.bg_title {
  background: #fcfbff;
  border-top: 1px solid #f1edff;
  border-bottom: 1px solid #f1edff;
}

.h1_wrap {
  min-height: 135px;
  height: auto;
  max-width: 1230px;
  padding: 0 65px;
  position: relative;
  margin: 0 auto;
}

.h1_inner {
  display: table;
  height: 135px;
  width: 75%;
}

.h1_inner h1 {
  display: table-cell;
  vertical-align: middle;
}

/*--h1 include print btn --*/
.btn_print {
  position: absolute;
  right: 75px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 122px;
  height: 39px;
}

.btn_print a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 24px;
  width: 120px;
  height: 39px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  box-shadow: 0px 1px #d2d2d2;
  cursor: pointer;
}

.btn_print a:hover {
  color: #000 !important;
}

.btn_print a:active {
  top: 2px;
  line-height: 35px;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  box-shadow: 0px 0px #d2d2d2;
}

.btn_print a img {
  padding-right: 8px!important;
  vertical-align: text-top!important;
}

/*------------------------*/

h2 {
  color: #434343;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin: 20px 0 20px 0px;
  padding: 10px 0 10px 0;
  position: relative;
}

h2:before {
/*content: '';
  width: 9px;
  height: 77%;
  height: -webkit-calc(100% - 15px);
  height: calc(100% - 15px);
  background: #4653a2;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;*/
}

h3 {
  color: #434343;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 5px 0 30px 0px;
  padding: 10px 0;
  border-bottom: 2px solid #4653a2;
}

h4 {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding: 0 0 5px 18px;
  line-height: 1.4
}

h4:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.4em;
  left: 0;
  width: 12px;
  height: 12px;
  background: #4653a2;
}

h5 {
}

p {
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

.pcOnly {
  display: block!important;
}

.spOnly {
  display: none!important;
}

.lead {
  font-size: 22px;
  line-height: 1.5!important;
  font-weight: 700;
  color: #4653a2;
}

.bg_color01 {
  background: #f8faf9;
}

.bg_color02 {
  background: #f1f3ff;
}

.hide {
  display: none !important;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 200px;
}

header {
  position: fixed;
  width: 200px;
  top: 0px;
  left: 0px;
  background-color: #fff;
  height: 100%;
  z-index: 500;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
/*overflow-y: auto;
  overflow-x: hidden; */
}
 header::-webkit-scrollbar {
 all:unset;
 width: 6px;
 background: transparent;
}
 header::-webkit-scrollbar-track {
 all:unset;
 -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
 border-radius: 8px;
 background: transparent;
}
 header::-webkit-scrollbar-thumb {
 all:unset;
 -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
 border-radius: 8px;
 background: transparent;
}
 header::-webkit-scrollbar-thumb:hover {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 background: transparent;
}

/*--IE--*/
header {
  scrollbar-face-color: #f7f7f7f;       /* 表面の色 */
  scrollbar-3dlight-color: #cccccc;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #cccccc; /* 右端と下端 */
  scrollbar-arrow-color: #f7f7f7;      /* 矢印の色 */
  scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}

nav#control-global-nav {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  margin-top: 122px;
  height: 100%;
  width: 100%;
}

/* ====================================================================================
   rwd-base  OverWrite
==================================================================================== */

#content .grid-unison.pc-grid6of12.cardlist02 .grid-item {
  width: 48.5%;
}

#content .grid-unison.pc-grid6of12.cardlist02 .grid-item:nth-child(2n+1) {
  margin-left: 0;
}

#content .grid-unison.pc-grid6of12.cardlist02 .grid-item {
  margin-left: 32px;
}

#content .cardlist02 .grid-item {
  position: relative;
  display: block;
  color: #000;
  margin-bottom: 34px;
}

#content .grid-unison.pc-grid4of12.cardlist03 .grid-item {
  width: 31.09%;
}

#content .grid-unison.pc-grid4of12.cardlist03 .grid-item:nth-child(3n+1) {
  margin-left: 0;
}

#content .grid-unison.pc-grid4of12.cardlist03 .grid-item {
  margin-left: 3.36%;
}

#content .cardlist03 .grid-item {
  position: relative;
  display: block;
  color: #000;
  margin-bottom: 37px;
}

#content .grid-cardlist03 .grid-item dt {
  margin-bottom: 5px;
  color: #111111;
  font-weight: bold;
  font-size: 22px;
}

#content .grid-unison.pc-grid3of12.cardlist04 .grid-item {
  width: 22.54%;
}

#content .grid-unison.pc-grid3of12.cardlist04 .grid-item:nth-child(4n+1) {
  margin-left: 0;
}

#content .grid-unison.pc-grid3of12.cardlist04 .grid-item {
  margin-left: 3.27%;
}

#content .cardlist04 .grid-item {
  position: relative;
  display: block;
  color: #000;
  margin-bottom: 36px;
}

/* ====================================================================================
   grid base.css overwite for IE9
==================================================================================== */
/*--.2カラム[.grid-unison .cardlist03 .pc-grid6of12]--*/
#content .grid-unison.grid-cardlist03.pc-grid6of12.sp-grid4of4 {
  display: block;
}

#content .grid-unison.grid-cardlist03.pc-grid6of12.sp-grid4of4:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .grid-unison.grid-cardlist03.pc-grid6of12.sp-grid4of4 .grid-item {
  float: left;
}

/*--3カラム[.grid-unison .cardlist03 .pc-grid4of12]--*/
#content .grid-unison.grid-cardlist03.pc-grid4of12 {
  display: block;
}

#content .grid-unison.grid-cardlist03.pc-grid4of12:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .grid-unison.grid-cardlist03.pc-grid4of12 .grid-item {
  float: left;
}

/*--4カラム[.grid-unison .cardlist04 .pc-grid3of12]--*/
#content .grid-unison.grid-cardlist04.pc-grid3of12 {
  display: block;
}

#content .grid-unison.grid-cardlist04.pc-grid3of12:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .grid-unison.grid-cardlist04.pc-grid3of12 .grid-item {
  float: left;
}

/*--footer--*/
#content .grid-unison.pc-grid3of12.sp-grid4of4 {
  display: block;
}

#content .grid-unison.pc-grid3of12.sp-grid4of4:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .grid-unison.pc-grid3of12.sp-grid4of4 .grid-item {
  float: left;
}

/*--footer relation--*/
#content .lv3.grid-item.pc-grid7of12.sp-grid4of4 {
  width: 56.5%;
  margin-left: 2%;
}

#relation a {
  font-size: 13px !important;
}

/*--grid-unison pc-grid6of12--*/
#content .grid-unison.pc-grid6of12 {
/*display: block;*/
}

/*--grid common--*/
/*#content .grid, #content .grid-unison {
  display: block;
}
#content .grid:after, #content .grid-unison:after {
 content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}*/

/*--grid-item pc-grid5of12 sp-grid4of4--*/
#content .grid-item.pc-grid5of12.sp-grid4of4 {
/*  float: left;*/
}

/*--grid-item pc-grid7of12 sp-grid4of4--*/
#content .grid-item.pc-grid7of12.sp-grid4of4 {
/*float: left;*/
}

/*--#content .grid-unison.pc-grid6of12 .grid-item--*/
#content .grid-unison.pc-grid6of12 .grid-item {
/*float: left;*/
}

/*--------------------------------------------------*/
#content .grid, #content .grid-unison {
  display: block;
}

#content .grid:after, #content .grid-unison:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .grid-item {
  float: left;
}

#content .grid-unison.justify-center, #content .grid.justify-center {
  text-align: center;
}

#content .grid.justify-center .grid-item {
  float: none !important;
  display: inline-block !important;
}

#content .button-inner {
  padding: 4px 0 4px 10px;
}

/*--tab----------------------------*/
#content .tab-group__tab {
  display: block;
}

#content .tab-group__tab:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content .tab-group__tab li {
  float: left;
}

#content .tab-group__tab li.current a, #content .tab-group__tab li.current a:hover, #content .tab-group__tab li.current span, #content .tab-group__tab li.current span:hover {
  border-top: 8px solid #0695d1\9;
}

#content .tab-group__tab li a, #content .tab-group__tab li span {
  border-top: 8px solid #b3b3b3\9;
}

#content .tab-group__tab.tab-par2 li a {
  border-right: 1px solid #999;
}

#content .tab-group__tab li a {
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #505050;
  padding: 21px 0 13px;
  background-image: #ccc;
  background-repeat: no-repeat;
}

#content .tab-group__tab li.current a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #4553a3), color-stop(10%, white));
  background-image: -webkit-linear-gradient(#4553a3 10%, white 10%);
  background-image: -moz-linear-gradient(#4553a3 10%, white 10%);
  background-image: -o-linear-gradient(#4553a3 10%, white 10%);
  background-image: linear-gradient(#4553a3 10%, #ffffff 10%);
  color: #000!important;
}

#content .tab-group__tab li a:hover, #content .tab-group__tab li.current a:hover {
  transition: 0.5s;
  background: #4553a3;
  color: #fff!important;
}

/* ====================================================================================
   Local Navi
==================================================================================== */
.lNavi {
  background: #f8f8fd;
  border-bottom: 4px solid #4553a3;
}

.lNaviInner {
  max-width: 1100px;
  margin: 0 auto;
  background: #f8f8fd;
}

.lNaviC6, .lNaviC5, .lNaviC4, .lNaviC3, .lNaviC2 {
  width: 100%;
  border-left: 1px solid #dedede;
}

.lNavi li span.aWrap {
  display: table;
  width: 100%;
  height: 41px;
}

.lNaviC6 li {
  width: 16.66%;
  height: 41px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lNaviC6 li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.lNaviC5 li {
  width: 20%;
  height: 41px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lNaviC5 li:nth-child(n+6) {
  width: calc((100%-1em)/);
}

.lNaviC5 li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.lNaviC4 li {
  width: 25%;
  height: 41px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lNaviC4 li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.lNaviC3 li {
  width: 33.33%;
  height: 41px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lNaviC3 li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.lNaviC2 li {
  width: 50%;
  height: 41px;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lNaviC2 li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.lNavi a {
  color: #4553a3 !important;
  font-size: 12px;
  padding: 4px 4px;
}

.lNavi li {
  overflow: hidden;
}

.lNavi li.ac {
  background: #4553a3;
  color: #fff !important;
  border-bottom: none;
}

.lNavi li.ac a {
  color: #fff !important;
}

.lNavi .bl-hot.hover {
  background: #4553a3;
  color: #fff !important;
}

.lNavi .bl-hot.hover a {
  color: #fff !important;
}

#content .lNavi a:hover {
  color: #fff;
}

/* ====================================================================================

==================================================================================== */

.header-identify {
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  background: #fff;
}

.header-identify a:hover {
  opacity: 0.8;
}

.header-identify span {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #626262;
  margin: 5px 0 15px 0;
}

#main_list {
  border-top: 1px solid #eeeeee;
  background: #eeeff7;
}

#main_list li {
  display: block;
  height: 44px;
}

#gloval-nav-list01 {
  background: url(../img/nav_icon01.png) 10px 10px no-repeat;
}

#gloval-nav-list02 {
  background: url(../img/nav_icon02.png) 10px 10px no-repeat;
}

#gloval-nav-list03 {
  background: url(../img/nav_icon03.png) 10px 10px no-repeat;
}

#gloval-nav-list04 {
  background: url(../img/nav_icon04.png) 10px 14px no-repeat;
}

.global-nav li a {
  display: block;
  padding: 14px 24px 14px 40px;
  color: #626262;
}

.global-nav li a:after {
  content: url(../img/icon_arrow.png);
  position: absolute;
  right: 14px;
  top: 11px;
}

#control-global-nav li {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.global-nav a, .global-nav span {
  color: #44465c;
  font-weight: 700;
  text-decoration: none;
}

#sub_list {
  padding: 0 10px 4px 24px;
  background: #eeeff7;
}

#sub_list li {
  display: block;
  padding: 7px 0;
}

#sub_list li a {
  font-size: 14px;
  padding-left: 5px;
  color: #4b4b4b;
  text-decoration: none;
}

#bnr_list {
  background: #eeeff7;
  text-align: center;
}

#bnr_list:hover {
  opacity: 0.8;
}

/*====================================================================================
   Mega Drop (SLIDE)
==================================================================================== */
#control-global-nav #main_list > li {
  display: block;
}

/*#control-global-nav #main_list > li:first-child {
  padding-top: 10px;
}
#control-global-nav #main_list > li:nth-child(4) {
  padding-bottom: 10px;
}*/
.global-nav > li {
  cursor: pointer;
}

#control-global-nav #main_list li.mdActive {
  background-color: #475093;
}

#control-global-nav #main_list li.mdActive > a {
  color: #fff;
}

#control-global-nav #main_list li.mdActive > a:after {
  content: url(../img/icon_arrow_w.png);
  position: absolute;
  right: 14px;
  top: 11px;
}

#gloval-nav-list01.mdActive {
  background: url(../img/nav_icon01_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list02.mdActive {
  background: url(../img/nav_icon02_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list03.mdActive {
  background: url(../img/nav_icon03_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list04.mdActive {
  background: url(../img/nav_icon04_hov.png) 10px 14px no-repeat;
}

.mddWrap {
  width: 280px;
  z-index: 10;
  position: absolute;
  left: 199px;
  display: none;
}

.mddWrap.mdCorp {
  top: 0;
}

.mddWrap.mdIr {
  top: -192px;
}

.mddWrap.mdCsr {
  top: -257px;
}

.mddWrap.mdNews {
  top: -322px;
}

.mddInner {
  /*background: rgba(71, 80, 147, 0.9);*/
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  z-index: 61;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);/*background: none;*/
}

.mddInner li {
  border: none!important;
}

.dropContent {
  background: rgba(71, 80, 147, 0.9);
  height: 100%!important;
  z-index: 200;
}

.dropContent li {
  height: auto!important;
  width: 100% !important;
  padding-left: 16px;
}

.dropContent li a {
  color: #fff !important;
  padding: 14px 20px;
  font-weight: 500!important;
  font-size: 13px;
}

.dropContent li a:after {
  content: url(../img/icon_arrow_w.png);
  position: absolute;
  right: 14px;
  top: 13px;
}

.dropContent li.subTop a:after {
  content: "";
}

.dropContent li.subTop {
  background: #3e4780;
  padding: 30px 0 0 0;
}

.dropContent li.subTop a {
  font-weight: 700!important;
  background: none!important;
}

.dropContent li:hover {
  background: #181b3e;
}

.dropContent span {
  color: #626262!important;
}

.dropContent span.linkEx_w {
  color: #fff!important;
  font-weight: 500;
}

.dropContent li.md1min, .dropContent li.mdAyumi, .dropContent li.mdmedia {
  padding: 10px 0 10px 26px;
  ;
  display: table;
}

.dropContent li.mdmedia:before {
  content: url(../img/icon_mdMedia.png);
  display: inline-block;
  vertical-align: middle;
}

.dropContent li.md1min:before {
  content: url(../img/icon_md1min.png);
  display: inline-block;
  vertical-align: middle;
}

.dropContent li.mdAyumi:before {
  content: url(../img/icon_mdAyumi.png);
  display: inline-block;
  vertical-align: middle;
}

.dropContent li.md1min a, .dropContent li.mdAyumi a, .dropContent li.mdmedia a {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  background: none!important;
}

.CloseBtn {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
  background-image: url('../img/btn_close.png');
  background-repeat: no-repeat;
}

/*====================================================================================
   Link Box
==================================================================================== */

/* link-list-box01 */
#content .link-list-box01 li a {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  display: block;
}

#content .link-list-box01 li a:before {
  content: " ";
  display: block;
  width: 4px;
  height: 7px;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: .45em;
  left: 0;
  margin: auto;
}

.link-list-box01 {
  border: 1px solid #eee;
}

#content .link-list-box01 li {
  margin: 0;
  padding: 16px 20px;
  position: relative;
}

/* link-list-box02 */
#content .link-list-box02 li a {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  display: block;
}

#content .link-list-box02 li a:before {
  content: " ";
  display: block;
  width: 8px;
  height: 4px;
  background: url(../img/icon_arrow_down1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: .45em;
  left: 0;
  margin: auto;
}

.link-list-box02 {
  border: 1px solid #eee;
}

#content .link-list-box02 li {
  margin: 0;
  padding: 16px 20px;
  position: relative;
}

/* Lelated Link Box area */
.related-link-box {
  margin-top: 60px;
  background: #f8faf9;
  padding-bottom: 20px;
}

.related-link-title {
  color: #4653a2;
  padding: 23px 0 33px;
  margin: 0;
  text-align: center;
}

.related-link-title:before {
  content: none;
}

/*====================================================================================
   icon link
==================================================================================== */
.linkEx::after {
  margin: 0 0 0 10px;
  content: url(../img/icon_link.png);
  display: inline;
  width: 9px;
  height: 9px;
}

.linkEx_w::after {
  margin: 0 0 0 10px;
  content: url(../img/icon_link_w.png);
  display: inline;
  width: 9px;
  height: 9px;
}

/*--pdf icon --*/
span.pdf:before {
  margin: 0 8px 0 10px;
  content: url(../img/icon_pdf.png);
  display: inline-block;
  width: 18px;
  height: 22px;
  vertical-align: middle;
}

/*--excel icon --*/
span.excel:before {
  margin: 0 8px 0 10px;
  content: url(../img/icon_exe.png);
  display: inline-block;
  width: 18px;
  height: 22px;
  vertical-align: text-bottom;
}

#sub_list li.list::before {
  margin: 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../img/arrow_br.png) no-repeat;
  vertical-align: middle;
}

/*--Link List--*/

#sitemap li.group-name:before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_sitemap_lv2.png) no-repeat;
  vertical-align: middle;
}

#sitemap .lv3 li:before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_sitemap_lv3.png) no-repeat;
  vertical-align: middle;
}

#relation .lv3 li:before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img/icon_relation_lv3.png) no-repeat;
  vertical-align: middle;
}

#guide ul li:before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img/icon_arrow_w.png) no-repeat;
  vertical-align: middle;
}

/* ====================================================================================
   search form
==================================================================================== */

#searchform {
  width: 183px;
  background: url(../img/input.png) left top no-repeat;
  display: block;
  height: 36px;
  position: relative;
  margin: 0 auto;
  font-size: 12px;
}

#keywords {
  width: 108px;
  position: absolute;
  top: 6px;
  left: 10px;
  height: 20px;
  border: none;
}

#keywords:focus {
  outline: 0;
}

#searchBtn {
  position: absolute;
  top: 8px;
  left: 151px;
}

#searchBtn:focus {
  outline: 0;
}

/* ====================================================================================
   left nav  btn
==================================================================================== */
#control-global-nav .nav_2colBtn {
  padding: 2px 10px 10px 10px;
  background: #eeeff7;
  margin-bottom: 10px;
}

#control-global-nav .nav_2colBtn li {
  width: 100%;
  background: #4553a3;
  padding: 10px 4px 10px 15px;
  text-align: left;
  font-size: 14px;
}

#control-global-nav .nav_2colBtn li a {
  color: #fff !important;
  font-weight: 700;
  display: block;
}

#control-global-nav .nav_2colBtn li a:before {
  margin: 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../img/arrow_wr.png) no-repeat;
  vertical-align: middle;
  padding-right: 10px;
}

#control-global-nav .nav_2colBtn li:hover {
  background: #3f80f7;
}

/* ====================================================================================
   main
==================================================================================== */

main {
  height: auto;
  background: #fff;
  padding: 0 0 20px 0;
}

main:after {
  content: "";
  clear: both;
  display: block;
}

/* ====================================================================================
   content
==================================================================================== */
/* breadcrumb */
.bg-breadcrumb {
  box-shadow: 0 0 0 1px #f6f6ff;
}

#content .breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
}

#content .breadcrumb ul {
  padding: 0 0 0 20px;
  overflow: hidden;
  display: block;
}

#content .breadcrumb li {
  padding: 0;
  font-size: 14px;
  display: inline-block;
  /*position: relative;*/
  vertical-align: middle;
}

#content .breadcrumb li a {
/*position: relative;*/
}

#content .breadcrumb li:after {
  content: " ";
  background: url(../img/arrow_bs.png);
  width: 13px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;/* display: block;
  position: absolute;
  width: 13px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto 0 auto auto;*/
}

#content .breadcrumb li.last:after {
  background: none;
}

#content .breadcrumb li a {
  /*display: inline-block;
  position: relative;
  /*padding: 8px 10px 8px 10px;*/
  margin-right: 20px;
}

#content .breadcrumb li a:hover {
  color: #0695d1;
}

nav.sitemap, nav.related {
  width: 100%;
}

nav.sitemap {
  float: left;
  padding: 15px 3.4% 15px;
  overflow: hidden;
  text-align: center;
  background: #f8faf9;
}

nav.sitemap ul {
  position: relative;
  left: 30%;
}

nav.sitemap ul li {
  float: left;
  border-left: solid 1px #999999;
  padding: 0 18px;
}

nav.related {
  padding: 15px 3.4% 0;
  margin: 20px 0;
  overflow: hidden;
}

.f_logo_aeon, .f_logo_tree {
  float: left;
  width: 25%;
  text-align: center;
  margin: 20px 0;
}

nav.related ul {
  float: left;
  width: 50%;
}

nav.related ul li {
  float: left;
  padding: 10px 18px;
}

/* block content layout */
section {
  width: 100%;
}

.main-content-group {
/*max-width: 1230px;
  margin: 0 auto*/
}

.main-content-group-inner {
  padding: 10px 65px 30px 65px;
  ;
}

.first-article {
  margin-top: 50px;
}

/* background color */
.bg-breadcrumb {
  background: #fff;
  margin: 0;
  padding: 0;
}

.bg-color01 {
  background: #f8faf9;
  margin: 0;
}

.bg-color02 {
  background: #4553a3;
  margin: 0;
}

/* ====================================================================================
   footer pagetop
==================================================================================== */

.page-top {
  position: fixed;
  bottom: 107px;
  right: 40px;
  padding: 10px;
  background: #fcfbff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  font-weight: 700;
  z-index: 10
}

/* ====================================================================================
   footer
==================================================================================== */
#footer-wrap {
  font-weight: bold;
}

/*#sitemap .grid-unison.pc-grid3of12 .grid-item:nth-child(4n+1) {
  border: none;
}*/

#sitemap li.group-name {
  font-size: 13px;
  text-indent: 0;
  margin: 15px 0;
  border-left: 1px dotted #ccc;
  padding-left: 14px;
}

#sitemap li.group-name:nth-child(4) {
  border-right: 1px dotted #ccc;
}

#sitemap ul.pc-grid3of12 > li.group-name:nth-child(4):before {
  content: none;
}

#sitemap li.group-name:nth-child(4) > ul > li.group-name {
  border: none;
}

#sitemap4c li.group-name {
  margin: 0 0 16px 0;
  padding: 0;
}

#sitemap ul.lv3 {
  margin-left: 10px;
}

#sitemap ul.lv3 li {
  font-size: 1.2rem;
  font-size: 12px;
  margin: 15px 0;
}

#content .grid-item img#mark-aeon {
  max-width: 121px;
  margin: 0;
}

#content .grid-item img#mark-tree {
  max-width: 148px;
  margin: 0;
}

#footer #relation .main-content-group-inner {
  padding: 16px 65px 16px 65px;
}

#relation .lv2, #relation .lv3, #relation .lv3 li {
  display: inline-block;
  vertical-align: bottom;
}

#footer #relation .lv2 {
  width: 18%;
}

#footer #relation .lv3 {
  width: 60%;
}

#relation .lv3 li {
  margin: 10px;
  min-width: 160px;
  font-size: 14px;
}

#footer #relation #footertree {
}

#guide p, #content footer #guide ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-size: 12px;
}

#guide ul li {
  padding: 0 20px 0 0;
}

#content footer #guide ul li a:hover {
  color: #0695d1;
}

#guide ul, #guide li, #guide p {
  display: inline;
}

#guide p.copyright {
  padding: 0;
/*  float: right;*/
  margin: 0;
  text-align: center;
  display: block;
}

#guide > .main-content-group-inner {
  padding: 10px 65px;
}

#content .footer-inner, #content .header-inner, #content .main-content-group, #content .main-content-group-inner {
  max-width: 1230px;
  margin: 0 auto;
}

#moneysite {
  background: #fefdf8;
}

#moneysite .main-content-group-inner {
  padding: 30px 65px;
  border-top: 1px solid #f3f2ea;
  border-bottom: 1px solid #f3f2ea;
}

#moneysiteWrap {
  display: table;
  width: 100%;
}
#moneysitelogo {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  padding-right: 2%;
}

#moneysiteRight {
  display: table-cell;
  width: 75%;
}

#moneysiteRight p {
  padding-left: 20px;
  font-size: 13px;
}

#moneysiteRightWrap ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

#moneysiteRightWrap ul li {
  display: table-cell;
  width: 33.33%;
  padding: 0 2px;
}
#moneysiteRightWrap img {
  max-width: 100%!important;
}


/* ====================================================================================
   component
==================================================================================== */


#content .link-list01 li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}

#content .link-list01 li a {
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  padding: 2px 0 2px 17px;
}

/* =====================================
   adobe download
===================================== */
.adobeDownload {
  display: table;
  padding: 20px;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.adobeDownload dt {
  display: table-cell;
  width: 160px;
  padding: 0;
}

.adobeDownload dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  ;
}

/* =====================================
   pagetop
===================================== */
#content .pagetop {
  font-size: 14px;
  color: #4553a3;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}

#content .pagetop img {
  padding-right: 10px;
  position: -2px;
}

#content .pagetop:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* =====================================
   sitemap
======================================== */

.sitemap.page h3 {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.4;
}

.sitemap.page h4 {
  margin: 10px 0 0 10px;
  padding: 0 0 10px 18px;
}

.sitemap.page h4:before {
  content: none;
}

.sitemap.page h4:before {
  margin: 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../img/icon_arrow.png) no-repeat;
  vertical-align: middle;
}

.sitemap.page h5 {
  padding: 11px 0 11px 26px;
  font-size: 14px;
  font-weight: 700;
}

.sitemap.page h5:before {
  margin: -4px 12px 0 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_sitemap_lv3.png) no-repeat;
  vertical-align: middle;
}

.sitemap.page .group-name {
  border: none;
  margin: 0;
  /*display: inline-block;*/
  margin-left: 1em;
  text-indent: -1em;
}

.sitemap.page .group-name:before {
  margin: 0 15px 0 0;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_sitemap_lv2.png) no-repeat;
  vertical-align: middle;
}

.sitemap.page .grid-unison {
  margin-bottom: 25px;
}

/* =====================================
   404 error page
======================================== */

.maintanance, .sorry {
  padding: 0;
}

.error.page {
  min-height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.error.page h1 {
  text-align: center;
  margin: 0 0 3% 0;
}

.error.page p {
  text-align: center;
}

.error.page .header-404 {
  margin: auto auto 12px;
}

.error.page main {
  width: 100%;
/*  margin-top: 200px;*/
  margin: 0 auto auto;
}

.error.page #footer {
  width: 100%;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}

.error.page #guide p.copyright {
  float: none;
  margin: 0;
  text-align: center;
  display: block;
}

.error.page .no-link #guide > .main-content-group-inner {
  display: flex;
  justify-content: center;
}

.arrow_w::before {
  margin: -2px 10px 0 0;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(../img/contact/contact_icon_arrow.png) no-repeat;
  vertical-align: middle;
}

#content.error.page .error-form-group {
  text-align: center;
  margin-bottom: 0;
  padding: 0 5%;
  margin: 5px;
}

#content.error.page .error-form-group a {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  max-width: 100%;
}

#content.error.page .error-form-group a:hover {
  opacity: 0.8;
}

#content.error.page .error-form-group .button-inner {
  background: #a7a7a7;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px;
  margin: 10px auto;
  display: block;
  width: 280px;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #B3B3B3;
  line-height: 1.5;
}

/* =====================================
   global page
======================================== */
.global.page img[usemap] {
  max-width: 100%;
  height: auto;
}

.global.page #sub-map {
  display: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.global.page #sub-map a {
  display: inline-block;
  position: relative;
  width: 31%;
  padding: 3% 0;
  margin-left: 2%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.global.page #sub-map a:first-child {
  margin-left: 0;
}

.global.page #sub-map .button-inner {
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  padding: 0;
}

.global.page .grid-item.group-name {
  margin: 0 0 1% 0;
}

.global.page .grid-item.group-name:before {
  margin: -3px 15px 0 0;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_sitemap_lv2.png) no-repeat;
  vertical-align: middle;
}

.global.page .aBlank {
  pointer-events: none;
}

/* =====================================
   search page
======================================== */

.search.page #searchForm {
  background: #c7c7fe;
  padding: 2%;
  width: 100%;
}

.search.page #i-search {
  margin: 0 1% 0 0;
  width: calc(100% - 235px);
  padding: 6px 12px;
  color: #555;
  font-size: 16px;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search.page #submitButton {
  background: #4653a2;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  width: 150px;
  height: 38px;
  -webkit-appearance: none;
}

.search.page #searchInContainer {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.search.page #searchForm label {
  margin-right: 3%;
}

.search.page #searchForm .textInput {
  padding: 6px 12px;
  color: #555;
  font-size: 16px;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search.page .search-icon {
  position: relative;
  top: 7px;
  margin: 5px;
}

.search.page .box-order {
  display: table;
  padding: 1% 2%;
  width: 100%;
  background: #e6e6fa;
}

.search.page .box-order dl:nth-child(2) dt {
  margin-left: 10px;
}

.search.page .box-order dd, .search.page .box-order dt {
  float: left;
  padding: 0;
}

.search.page .box-order dt {
  margin: 0 5% 0 0;
}

.search.page .box-order dd {
  margin: 0 3% 0 0;
}

.search.page .search-result {
  padding-left: 40px;
  background: url(../img/icon_newscat.png) no-repeat 0 10px;
  margin: 5px 0 12px 0;
}

.search.page p.result {
  font-weight: 700;
}

.search.page div.pagenation {
  text-align: center;
}

.search.page div.pagenation a, .search.page div.pagenation em {
  margin: 0 6px;
  font-style: normal;
}

.search.page div.pagenation em {
  color: #0695d1;
}

.search.page .icon-btn-isearch {
  text-align: right;
  padding: 3%;
}

.dispI {
  display: inline;
}

input[type="checkbox"] {
  vertical-align: middle;
}

.search.page ul.img-list02 {
  margin: 50px 0;
}

.search.page ul.img-list02 li {
  min-height: 90px;
  height: auto !important;
  padding: 0 15px 0 135px;
  margin-bottom: 16px;
}

.search.page ul.img-list02 li a {
  position: relative;
  font-weight: bold;
}

.search.page ul.img-list02 li img {
  position: absolute;
  top: 0;
  left: -135px;
  max-width: none!important;
  height: auto!important;
}

.search.page ul.img-list02 li span.ttl {
  display: block;
}

.search.page ul.img-list02 li p.source {
  line-height: 1.4!important;
  margin: 0!important;
  padding-top: 6px;
}

/* =====================================
   table
======================================== */
#content .table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
}

#content .table th {
  font-weight: 500;
}

#content .table thead th {
  background-color: #e2e5f7;
}

#content .table th {
  background: #eceaf3;
  border: 1px solid #bebebe;
}

#content .table td {
  border: 1px solid #bebebe;
}

#content .table.table75 {
  width: 75%!important;
}

/*------------------------------------------------------------------------------------
  parts RWD
-------------------------------------------------------------------------------------*/
div.rwd-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  width: 100%;
  min-width: 690px !important;
}

div.rwd-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
 div.rwd-table::-webkit-scrollbar {
 height: 5px;
}
 div.rwd-table::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #eee;
}
 div.rwd-table::-webkit-scrollbar-thumb {
 border-radius: 5PX;
 background: #666;
}

div.rwd-table table thead tr th {
  background-color: #e2e5f7;
  text-align: center;
  font-weight: 500;
}

div.rwd-table th {
  background: #eceaf3;
  border: 1px solid #bebebe;
  padding: 8px;
  text-align: left;
  font-weight: 500;
}

div.rwd-table td {
  border: 1px solid #bebebe;
  padding: 8px;
  text-align: center;
}

div.rwd-table table.t_left td {
  text-align: left;
}

/* =====================================
   terms
======================================== */

#content .notes-list-circle01 li li::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 7px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}

.notes-list-circle01 li li {
  margin: 10px 0 0 0;
}

/* =====================================
   news
======================================== */

dl.newsList {
  font-size: 14px;
  position: relative;
}

dl.newsList dt {
  position: absolute;
  left: 0;
  width: 15em;
}

dl.newsList dd {
  padding: 0 0 20px 15em;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

/*dl.newsList dd span:before {
  margin: 0 0 2px 10px;
  content: url(../img/icon_pdf.png);
  display: inline-block;
  width: 18px;
  height: 22px;
  vertical-align: middle;
}*/

dl.newsList dt span {
  display: inline-block;
  width: 74px;
  margin: 0 0 0 30px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  padding: 2px 0;
  font-size: 12px;
  vertical-align: baseline;
}

dl.newsList dt span.release {
  background: #3ab5f4;
}

dl.newsList dt span.timely {
  background: #f4c53a;
}

dl.newsList dt span.recruit {
  background: #93c064;
}

dl.newsList dt span.finance {
  background: #ce759d;
}

dl.newsList dt span.other {
  background: #6a6a6a;
}

dl.newsList dt span.monthly {
  background: #458198;
}

dl.newsList dt span.ir {
  background: #9370DB;
}

/* =====================================
   news  non label
======================================== */

dl.newsList.nonLabel dt {
  position: absolute;
  left: 0;
  width: 8em;
}

dl.newsList.nonLabel dd {
  padding: 0 0 20px 8em;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

/* =====================================
   Link Card
======================================== */
.linkCard a {
  padding: 30px 20px 24px;
  background: #f7f7fc;
  box-shadow: 0px 1px 1px 0px rgba(160, 160, 162, 0.7);
  font-weight: 600;
}

.linkCard a span {
  display: block;
}

.sp-grid2of4.linkCard img {
  max-width: 55px !important;
}

/* =====================================
   Link Card 4Column
======================================== */
.linkCard4 a {
  padding: 30px 20px 24px;
  background: #f7f7fc;
  box-shadow: 0px 1px 1px 0px rgba(160, 160, 162, 0.7);
  font-weight: 600;
  margin-bottom: 14px;
}

.linkCard4 a span {
  display: block;
}

.sp-grid2of4.linkCard4 img {
  max-width: 55px !important;
}

/* =====================================
   afsCard
======================================== */
.afsCard_left, .afsCard_right {
  /*width: 48%;*/
  width: 48.546%;
  float: left;
  position: relative
}

.afsCard_right {
  /*margin-left: 4%;*/
  margin-left: 2.728%;
}

.afsCard_left a img, .afsCard_right a img {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 200px!important;
  height: 42px!important;
  margin: auto auto 0;
  background: #fff;
}

/* =====================================
   Annotation List
======================================== */
ul.notes {
  display: table;
}

ul.notes li {
  position: relative;
  padding-left: 1.2em
}

ul.notes li:before {
  content: '※';
  position: absolute;
  left: 0;
}

/* ====================================================================================
   adjustment parts
==================================================================================== */
/* -- clearfix -- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* -- text-align -- */
.center {
  text-align: center!important;
}

.right {
  text-align: right!important;
}

.left {
  text-align: left!important;
}

/* -- margin -- */
.mb0 {
  margin-bottom: 0px!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb15 {
  margin-bottom: 15px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mb60 {
  margin-bottom: 60px!important;
}

.mb70 {
  margin-bottom: 70px!important;
}

/* -- padding -- */
.pb0 {
  padding-bottom: 0px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pb30 {
  padding-bottom: 30px!important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pb50 {
  padding-bottom: 50px!important;
}

.pb60 {
  padding-bottom: 60px!important;
}

.p10 {
  padding: 10px!important;
}

/* -- width reset -- */
.width-reset {
  width: auto;
  width: initial!important;
}

/* -- font-size -- */
.txt10 {
  font-size: 10px!important;
}

.tx11 {
  font-size: 11px!important;
}

.txt14 {
  font-size: 14px!important;
}

/*--font-weight -*/
.txBold {
  font-weight: 700!important;
}

/* -- font-color -- */
.txt_red {
  color: #e60012!important;
}

.txt_black {
  color: #4b4b4b;
}

/*--sp only header --*/
.spHeader {
  display: none;
}

#spNav {
  display: none;
}

/* ============================================================================================================================
    max-width  1023px
============================================================================================================================ */
@media screen and (max-width: 1023px) {

/*--footer----------------------------------------------------*/
#footer .grid-unison.pc-grid3of12.sp-grid4of4 .grid-item {
  width: 50%;
  margin: 10px 0;
}

/*--relation only --*/
#footer #relation .main-content-group-inner {
  padding: 16px;
}

#footer #relation .lv2.grid-item.pc-grid2of12.sp-grid4of4 {
  width: 100%;
  margin: 0;
}

#footer #relation .lv3.grid-item.pc-grid7of12.sp-grid4of4 {
  width: 100%;
}

#footer #relation .grid-item img#mark-aeon {
  margin: 0;
}

#footer #relation #footertree {
  margin: 0 16px 0 0;
  text-align: center;
  width: 20%;
  position: absolute;
  right: 0;
}

#footer #relation .grid-item img#mark-tree {
  margin: 0;
}

#sitemap li.group-name:nth-child(2) {
  border-right: 1px dotted #ccc;
}

#guide p.copyright {
  float: none;
  display: block;
  text-align: center;
}

/*--moneysite---*/
#moneysiteWrap {
  display: block;
}

#moneysitelogo {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
}

#moneysiteRight p {
  padding: 0;
}

#moneysiteRightWrap ul li {
  padding: 0 6px;
}

/* =====================================
   afsCard
======================================== */
.afsCard_left, .afsCard_right {
  width: 100%;
  float: none;
  position: relative
}

.afsCard_right {
  margin: 0;
}

.afsCard_left img, .afsCard_right img {
  width: 100%;
}

.afsCard_left a img, .afsCard_right a img {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  width: 200px!important;
  height: 42px!important;
  margin: auto;
  background: #fff;
}

/*------------------------------------------------------------------------------------
  parts RWD 1023
-------------------------------------------------------------------------------------*/
div.rwd-table {
  position: relative;
  padding: 32px 0 5px 0;
}

.rwd-table-btn {
  position: absolute;
  display: block;
  box-sizing: border-box;
  right: 0;
  top: 0;
  width: 40px;
  height: 45px;
  -webkit-animation: btnScrollAn 1.0s ease-out infinite alternate;
  animation: btnScrollAn 1.0s ease-in-out infinite alternate;
  background-color: rgba(0, 0, 0, 0.6);
}

/*--table--*/
#content .table.table75 {
  width: 100%!important;
}
/* ============================================================================================================================*/
}      /* //max-width  1023px -*/

/*============================================================================================================================ */

/* ============================================================================================================================
    max-width  767px
============================================================================================================================ */

@media screen and (max-width: 767px) {

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

/*--anc tune --*/
.anc60 {
  margin-top: -60px!important;
  padding-top: 60px!important;
}

.anc80 {
  margin-top: -80px!important;
  padding-top: 80px!important;
}

.pcOnly {
  display: none!important;
}

.spOnly {
  display: block!important;
}

header {
  display: none;
}

#content .header-identify img {
  max-width: 100%;
}

#content .global-nav {
  display: block;
}

#content .global-nav {
  display: block;
  background-color: #F7F8FC;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
}

#content .global-nav-item ul.global-subnav, #content ul.global-nav {
  width: 100%;
  max-width: 100%;
}

/*--seaarch--*/

#searchform {
  margin: 0 0 10px 10px;
}

#keywords {
  width: 120px;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 5px;
}

#searchBtn {
  position: absolute;
  top: 9px;
  left: 151px;
}

nav#control-global-nav {
  margin-top: 100px;
  padding-bottom: 100px;
}

#control-global-nav .nav_2colBtn li {
  width: 180px;
}

#sub_list {
  padding: 5px 10px 10px 24px;
}

#content .global-nav a {
  padding: 12px 12px 12px 40px;
  font-size: 18px;
  color: #2f2f2f;
}

#content .breadcrumb ul {
  padding: 0 10px;
}

#content .breadcrumb ul li {
  font-size: 12px;
  padding: 8px;
}

#content .breadcrumb ul li {
  padding: 6px 6px 0 0 !important;
}

#main_list li {
  width: 100%;
  height: auto;
}

#content .breadcrumb li:after {
  zoom: 0.6;
  margin: 0;
}

#content .breadcrumb li a {
  margin-right: 8px;
}

#content .header-identify {
  width: 143px;
  padding: 16px 10px;
  margin: 0 auto;
}

.h1_wrap {
  width: 100%;
  padding: 8px 16px;
  min-height: 60px;
  height: auto;
}

.h1_inner {
  height: auto;
  width: 100%;
}

.h1_inner h1 {
  padding: 0;
  display: block;
}

.btn_print {
  display: none;
}

#content .footer-inner, #content .header-inner, #content .main-content-group, #content .main-content-group-inner {
  width: 100%;
  padding: 4px;
}

#content .grid-item img {
  width: 100%;
}

.container {
  padding-left: 0;
}

.round-button-circle {
  border-radius: 0;
}

#guide p.copyright {
  font-size: 1.0rem;
  font-size: 10px;
}

#content .grid-unison.grid-cardlist03.pc-grid6of12.sp-grid4of4 .grid-item {
  float: none;
  width: 100%;
}

#content .grid-unison.grid-cardlist03.pc-grid4of12 .grid-item {
  float: left;
  width: 49%;
  margin-left: 1%;
}

#content .grid-unison.grid-cardlist03.pc-grid4of12 .grid-item:nth-child(2n+1) {
  margin-left: 0;
}

#content .grid-unison.grid-cardlist04.pc-grid3of12 .grid-item {
  float: left;
  width: 49%;
  margin: 1% 0 1% 1%;
}

#content .grid-unison.grid-cardlist04.pc-grid3of12 .grid-item:nth-child(2n+1) {
  margin-left: 0;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: -235px;
  width: 235px;
  height: 100%;
}

#spNav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
}

#content main {
  margin-top: 100px;
  position: relative;
  left: 0;
  overflow-x: hidden;
  padding: 0;
}

.sp_logo {
  display: inline-block;
  width: 230px;
  padding: 6px 6px 0 6px;
}

.sp_logo img {
  width: 100%;
}

/*--sp mega drop--------------------------*/
#gloval-nav-list01.mdActive {
  background: url(../img/nav_icon01_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list02.mdActive {
  background: url(../img/nav_icon02_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list03.mdActive {
  background: url(../img/nav_icon03_hov.png) 10px 10px no-repeat;
}

#gloval-nav-list04.mdActive {
  background: url(../img/nav_icon04_hov.png) 10px 10px no-repeat;
}

.mddWrap {
}

/*--hamburger---------------------------*/

.hamburger {
  padding: 15px 13px 13px 13px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
}

.hamburger span {
  position: absolute;
  top: 5px;
  right: 9px;
  font-size: 11px;
  text-align: center;
  width: 39px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 8px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #6f6f6f;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--sp menu--*/
#main_list li {
  /*border-width: 1px;*/
  border: none;
}

#gloval-nav-list01 {
  background: url(../img/nav_icon01.png) 10px 8px no-repeat;
}

#gloval-nav-list01.mdActive {
  background: url(../img/nav_icon01.png) 10px 8px no-repeat;
}

#gloval-nav-list02 {
  background: url(../img/nav_icon02.png) 10px 8px no-repeat;
}

#gloval-nav-list02.mdActive {
  background: url(../img/nav_icon02.png) 10px 8px no-repeat;
}

#gloval-nav-list03 {
  background: url(../img/nav_icon03.png) 10px 8px no-repeat;
}

#gloval-nav-list03.mdActive {
  background: url(../img/nav_icon03.png) 10px 8px no-repeat;
}

#gloval-nav-list04 {
  background: url(../img/nav_icon04.png) 10px 8px no-repeat;
}

#gloval-nav-list04.mdActive {
  background: url(../img/nav_icon04.png) 10px 8px no-repeat;
}

#bnr_list {
  text-align: left;
  padding-left: 10px;
}

.mddWrap {
  position: relative;
  left: 0;
  width: 100%;
}

.mddWrap.mdCorp, .mddWrap.mdIr, .mddWrap.mdCsr, .mddWrap.mdNews {
  position: relative;
  top: 0;
}

.mddInner {
  position: relative;
  width: 100%;
}

.mddWrap .CloseBtn {
  display: none;
}

#control-global-nav .gNavList a {
  font-weight: 700;
  font-size: 14px;
  border: none!important;
}

#control-global-nav #main_list li.mdActive {
  background-color: #F7F8FC;
}

.global-nav li a:after {
  content: url(../img/icon_arrow_down1.png);
  position: absolute;
  right: 14px;
  top: 10px;
}

#control-global-nav #main_list li.mdActive > a {
  color: #434445;
}

#control-global-nav #main_list li.mdActive > a:after {
  content: url(../img/icon_arrow_down1.png);
  position: absolute;
  right: 14px;
  top: 15px;
  transform: scale( 1, -1);
  -o-transform: rotate(180deg) scale(-1);
  -ms-transform: scale( 1, -1);
  -moz-transform: scale( 1, -1);
  -webkit-transform: scale( 1, -1);
  filter: flipv();
  -ms-filter: flipv();
}

.dropContent li a:after {
  content: url(../img/icon_arrow_w.png);
  position: absolute;
  right: 14px;
  top: 13px;
}

#control-global-nav #main_list li.mdActive .dropContent li a {
  font-size: 14px;
  font-weight: normal!important;
  padding: 10px 0 10px 16px;
}

#control-global-nav #main_list li.mdActive .dropContent li.md1min, #control-global-nav #main_list li.mdActive .dropContent li.mdAyumi {
  padding: 3px 0 3px 10px;
}

#control-global-nav #main_list li.mdActive .dropContent li.md1min a, #control-global-nav #main_list li.mdActive .dropContent li.mdAyumi a {
  padding: 6px 0 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.dropContent li.subTop {
  background-color: transparent;
  padding: 0;
}

.dropContent li.subTop a:after {
  content: url(../img/icon_arrow_w.png);
  position: absolute;
  right: 14px;
  top: 13px;
}

.dropContent li {
  padding: 0;
}

/*-----lNavi---------------------------------------------------*/
.lNavi li {
  width: 100%;
  display: block;
  height: auto;
  float: none;
}

.lNaviInner {
  border-top: 1px solid #dedede;
}

.lNaviInner br {
  display: none;
}

.lNavi li span.aWrap {
  height: auto;
}

.lNavi a {
  padding: 10px;
  text-align: left!important;
}

/*-----content-------------------------------------------------*/
section.first-article {
  margin-top: 20px;
}

#content .grid-unison.sp-grid4of4.link-list-box01 .grid-item {
  padding: 8px 24px;
}

#content .grid-cardlist03 a.grid-item, #content .grid-cardlist04 a.grid-item {
  margin-bottom: 20px;
}

#content .textandimage-image-left img, #content .textandimage-image-right img {
  width: 100%;
}

/*--activity--*/
#content .grid-unison.pc-grid4of12.sp-grid4of4.linkCard a.grid-item {
  width: 31%;
  margin: 1%;
  padding: 3%;
}

#content .grid-unison.pc-grid4of12.sp-grid4of4.linkCard a.grid-item img {
  max-width: 74px;
}

/*--news--*/
dl.newsList dt {
  position: relative;
  width: 100%;
}

dl.newsList dd {
  padding: 0 0 20px 0;
  width: 100%;
}

/*--sitemap page--*/
.sitemap.page .grid-item.list {
  height: auto!important;
}

/*--404 error page--*/
.error.page h1 {
  font-size: 18px;
}

.error.page .header-404 {
  margin-bottom: 6px;
}

#content.error.page main {
  margin: 0 auto auto;
  padding-bottom: 30px;
  overflow-x: auto;
}

#content.error.page .error-form-group .button-inner {
  padding: 12px;
  line-height: 1.4;
}

#content.error.page .main-content-group-inner:last-child p:last-child {
  margin-bottom: 0;
}

.error.page #footer #guide p.copyright {
  margin-top: 0;
}

/*--footer----------------------------------------------------*/
#footer #sitemap ul.lv3 {
  display: none;
}

#footer #sitemap .pcOnly {
  display: none;
}

#footer #sitemap .group-name {
  margin: 0;
}

#footer #sitemap li.grid-item {
  margin: 8px 3px;
}

#footer .grid-unison.pc-grid3of12.sp-grid4of4 .grid-item {
  width: 48%;
  margin: 2% 0 0 2%;
}

#footer #relation .lv3.grid-item.pc-grid7of12.sp-grid4of4 {
  width: 100%;
  margin: 0;
}

#footer .lv3.grid-item.pc-grid7of12.sp-grid4of4 li {
  min-width: 24%;
  float: left;
  margin: 1%;
}

#footer #relation .lv2.grid-item.pc-grid2of12.sp-grid4of4 {
  width: 100%;
}

#footer #relation .lv2.grid-item.pc-grid3of12.sp-grid4of4 {
  width: 100%;
}

#footer .grid-item img#mark-aeon {
  margin: 2% 0 2% 0;
}

#footertree {
  position: relative;
  height: 40px;
}

#footer .grid-item img#mark-tree {
  position: absolute;
  right: 4%;
  width: 148px;
  margin: 0;
}

#footer #guide p.copyright {
  display: block;
  float: none;
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 1.4;
}

#footer .no-link #guide > .main-content-group-inner p.copyright {
  margin: 0 !important;
}

#moneysite .main-content-group {
  padding: 0 4px;
}

#moneysite #moneysitelogo {
  padding: 20px;
  text-align: center;
}

#moneysiteRight {
}

#moneysiteRightWrap {
  padding-bottom: 20px;
}

/*--global page----------------------------------------------------*/
.global.page img[usemap] {
  display: none;
}

.global.page #sub-map {
  display: block;
}

.global.page h3 {
  margin-top : -60px;
  padding-top : 60px;
}

/*--search page----------------------------------------------------*/
.search.page #i-search {
  width: 100%;
  box-sizing: border-box;
}

.search.page .search-icon {
  top: 0;
}

.search.page #submitButton {
  float: right;
  margin: 14px 0;
}

.search.page #searchInContainer {
  margin-top: 12px;
}

.search.page .box-order dl {
  height: 25px;
}

.search.page .box-order dl:nth-child(2) dt {
  margin-left: 0;
}

#content p.center {
  text-align: left!important;
}
/* ==========================================================================================================================*/
}    /* //max-width  767px */

/*========================================================================================================================== */




/* ============================================================================================================================
    max-width  414px
============================================================================================================================ */

@media screen and (max-width: 414px) {

/* =====================================
   adobe download
===================================== */
.adobeDownload dt {
  display: block;
  width: 100%;
  padding: 0;
}

.adobeDownload dd {
  display: block;
  vertical-align: middle;
  padding: 0;
  ;
}

/*--footer--*/
#footer .lv3.grid-item.pc-grid7of12.sp-grid4of4 li {
  width: 100%;
}

/*--moneysite--*/
#moneysitelogo {
  text-align: center;
  padding: 30px 0;
}

#moneysiteRightWrap {
  padding-bottom: 30px;
}

#moneysiteRightWrap ul li {
  display: block;
  width: 100%;
}

/*--pagetop--*/
.page-top {
  width: 80px;
  bottom: 90px;
  right: 10px;
}
/* ============================================================================================================================*/
}      /* //max-width  414px -*/

/*============================================================================================================================ */



/* ==============================================================================================================================
    print all
============================================================================================================================= */
@media print {

header {
  display: none;
}

#content {
  padding-left: 0;
}

nav.lNavi {
  display: none;
}

.btn_print {
  display: none;
}

footer#footer {
  display: none;
}

/*--news--*/
.catSearch .newsCatBtn li {
  width: 48%;
  margin-bottom: 6px;
}
/* ===========================================================================================================================*/
}  /*-- //print all--*/
/*=========================================================================================================================== */



/* ==============================================================================================================================
    Element List css
============================================================================================================================= */

.termMain h2 {
  margin-top: 80px;
}

.termMain h2:before {
  content: url(../img/icon_term.png);
  margin-right: 6px;
  position: relative;
  zoom: 0.6;
  vertical-align: sub;
}

table.ir tr:nth-child(odd) {
  background: #f8f8fd;
}

#content table.ir td {
  border: none;
  padding: 10px 20px;
  vertical-align: middle;
}

.border-gry {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.execList li {
  margin: 0 1% 10px 0;
  position: relative;
  text-align: center;
}

.execList li:nth-child(4n) {
  margin-right: 0;
}

.execList li a {
  background: #f8f7fc;
  display: block;
}

.execList li a img {
  vertical-align: bottom;
}

.execList li a p {
  margin: 0 !important;
  padding: 8px;
  line-height: 1.6 !important;
}

.execList li a p span {
  font-size: 12px;
  line-height: 1.0 !important;
}

.box01 {
  width: 24.2%;
}
.box01 {
  display: block;
  float: left;
}

.position {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
}

.execName {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px;
}

a.btnBlue {
  padding: 12px 25px;
  background: #465b96;
  color: #fff!important;
  display: table;
  margin: auto;
  text-align: center;
}

a.btnBlue:hover {
  background-color: #3f80f7;
}

dl.qa dt {
  background-color: #e3e5f1;
  font-size: 16px;
  position: relative;
  margin: 30px 0 0;
  padding: 15px 50px 15px 60px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  color: #44465c;
}

dl.qa dt:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(../img/ir/icon_q.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

dl.qa dt:after {
  content: '';
  position: absolute;
  background: url(../img/ir/icon_minus.png) no-repeat 50% 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

dl.qa dt.open {
}

dl.qa dt.open:after {
  background: url(../img/ir/icon_plus.png) no-repeat 50% 50%;
  background-size: contain;
}

dl.qa dd {
  display: none;
  background: #f8f7fc;
  margin-bottom: 10px;
  padding: 10px 15px 15px 57px;
  position: relative;
  box-shadow: 0 0 3px #ccc inset;
}

dl.qa dd:before {
  content: '';
  position: absolute;
  background: url(../img/ir/icon_a.png) no-repeat 50% 50%/contain;
  width: 40px;
  height: 40px;
  display: block;
  top: 5px;
  left: 10px;
}

.dev-clipboard {
  border: 0;
  padding: 10px;
  background: #ffb507;
  color: #fff!important;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 3px;
}

.dev-clipboard:hover {
  background-color: #d27d01;
}

.ttl01 {
  color: #4653a2;
  text-align: center;
}

.mediumVision {
  max-width: 1100px;
  background: #f8f7fc;
  padding: 16px;
  border-radius: 6px;
}

.linkArrow {
  margin-left: 5px;
}

.linkArrow:before {
  content: "";
  display: inline-block;
  margin: auto;
  width: 7px;
  height: 0.8em;
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon_arrow_right.png);
  margin-right: 3px;
}

/* ===========================================================================================================================*/
  /*-- //Element List css--*/
/*=========================================================================================================================== */