@charset "utf-8";
/*=============================================================
#pageBody
=============================================================*/
#pageBody {
}
#pageBody:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#ir #pageBody {
  padding: 0;
}
/*=============================================================
#pageMain
=============================================================*/
#pageMain {
  width: 816px;
  float: left;
}
/*=============================================================
#localMenu
=============================================================*/
#localMenu {
  width: 316px;
  float: right;
}
#localMenu ul.default {
  border-bottom: 1px solid #d2d0e5;
  margin-bottom: 28px;
}
#localMenu ul.default li {
  border-top: 1px solid #d2d0e5;
}
#localMenu ul.default li a {
  display: block;
  padding: 20px 0;
  color: #0b1f64;
  font-size: 13px;
  font-weight: 700;
}
#localMenu ul.default li a .icnBlank {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
#localMenu ul.bnrArea {
}
#localMenu ul.bnrArea li {
  padding-top: 10px;
}
#localMenu ul.bnrArea li:first-child {
  padding-top: 0px;
}
#localMenu ul.bnrArea li.boxLine {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #d2d0e5;
}
#localMenu ul.categoryArea {
}
#localMenu ul.categoryArea > li {
  padding: 20px 0;
  border-top: 1px solid #d2d0e5;
}
#localMenu ul.categoryArea > li:first-child {
  border-top: none;
}
#localMenu ul.categoryArea > li > a {
  width: 100%;
  display: table;
  color: #0b1f64;
  font-size: 18px;
  font-weight: 700;
}
#localMenu ul.categoryArea > li > a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#localMenu ul.categoryArea > li > a span.boxIcn {
  width: 58px;
  padding-left: 0px;
}
#localMenu ul.categoryArea > li ul {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #f2f2f2;
  font-size: 13px;
  display: none;
}
#localMenu ul.categoryArea > li ul li a {
  display: block;
  padding: 3px 0 3px 1.15em;
  color: #0b1f64;
  position: relative;
}
#localMenu ul.categoryArea > li ul li a:before {
  content: "〇";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}
/*=============================================================
ttl
=============================================================*/
#pageTtlArea {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
#pageTtlArea div {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#pageTtlArea div span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#pageTtlArea div span.ttlTxt {
  font-size: 22px;
  line-height: 22px;
}
#pageTtlArea div span.ttlCaption {
  padding-left: 2em;
  font-size: 12px;
  line-height: 22px;
  font-style: oblique;
  color: #bfbfbf;
}
/*------------------------
		title
--------------------------*/
h1.default {
  padding: 15px 25px;
  font-size: 22px;
  color: #fff;
  background-color: #0b1f64;
  margin: 30px 0 30px;
}
h2.sub-title {
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #0b1f64;
  margin: 50px 0;
}
h3.small-title {
  font-size: 16px;
  color: #0b1f64;
  margin-bottom: 30px;
}
/*=============================================================
		div
=============================================================*/
div.cont-box {
  margin-bottom: 50px;
}
/*=============================================================
		text
=============================================================*/
p.main-txt {
  font-size: 19px;
  line-height: 1.74;
  color: #0b1f64;
  margin-bottom: 50px;
}
p.normal-txt {
  /*line-height: 2.1;*/
  margin: 25px 0;
}
/*=============================================================
         link
=============================================================*/
.link-out a {
  display: inline-block;
  color: #0b1f64;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
}
.link-out a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/arw_topicpath.png) no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
.link-out a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icn_blank.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: -15px;
}
.link-out-white a {
  display: inline-block;
  color: #0b1f64;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
}
.link-out-white a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icn_blank_white.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  right: -15px;
}
/*=============================================================
         list
=============================================================*/
/* topic-list */
/*ul.topic-list {
	overflow: hidden;
	margin-bottom: 65px;
}
ul.topic-list > li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
ul.topic-list > li > a {
	display: block;
	color: #0b1f64;
	font-size: 12px;
}
ul.topic-list > li + li {
	position: relative;
}
ul.topic-list > li + li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/arw_topicpath.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -14px;
}*/
ul.topic-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
ul.topic-list > li {
  /* 	float: left; */
  width: auto; /* margin-right: 20px; */
  font-size: 12px;
  position: relative;
}
ul.topic-list > li > a {
  /* 	display: block; */
  color: #0b1f64;
  font-size: 12px;
}
ul.topic-list > li + li {
}
ul.topic-list > li:after {
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 9px;
  margin-left: 5px;
  border-top: 1px solid #0b1f64;
  border-right: 1px solid #0b1f64;
  background-color: transparent;
  width: 6px;
  height: 6px;
  margin-bottom: 1px;
  content: "";
}
ul.topic-list li:last-child:after {
  display: none;
}
/* link-in */
ul.link-in {
  overflow: hidden;
}
ul.link-in > li {
  display: inline-block;
  float: left;
  margin: 0 30px 20px 0;
}
ul.link-in > li:last-child {
  margin-right: 0;
}
ul.link-in > li > a {
  font-size: 13px;
  color: #0b1f64;
  padding-left: 25px;
  position: relative;
}
ul.link-in > li > a:before {
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  background: url(../img/arw_link.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* ul.normal-list */
ul.normal-list > li {
  padding-left: 25px;
  position: relative;
}
ul.normal-list > li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #333;
  position: absolute;
  top: 8px;
  left: 8px;
}
ul.normal-list > li > a {
  color: #0b1f64;
}
/* ul.chil-list */
ul.child-list {
  padding-left: 25px;
}
ul.child-list > li {
  position: relative;
  list-style: disc;
}
ul.child-list > li > a {
  color: #0b1f64;
}
/* ul.num-list */
ul.num-list > li {
  padding-left: 2em;
  text-indent: -2.5em;
}
#privacy_policy ul.num-list > li {
  text-indent: -1.6em;
}
/* ul.link-out-list */
ul.link-out-list {
  overflow: hidden;
}
ul.link-out-list > li {
  display: inline-block;
  float: left;
  margin: 0 30px 20px 0;
}

/* dl.list-styleA */
dl.list-styleA {
  border-bottom: 1px solid #858fb1;
  margin-bottom: 50px;
}
dl.list-styleA > dt {
  width: 7em;
  float: left;
  border-top: 1px solid #858fb1;
  padding: 10px 5px;
  box-sizing: border-box;
}
dl.list-styleA > dd {
  margin-left: 7em;
  border-top: 1px solid #858fb1;
  border-left: 1px solid #858fb1;
  padding: 10px 15px;
  box-sizing: border-box;
}
dl.list-styleA > dd + dd {
  border-top: none;
  padding-top: 0;
}
/* dl.list-styleC */
dl.list-styleC {
  margin-bottom: 50px;
  border-left: 1px solid #858fb1;
  position: relative;
  display: table;
}
dl.list-styleC:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #858fb1;
  position: absolute;
  bottom: -50px;
  left: 0;
}
dl.list-styleC + .list-styleC {
  margin-top: 100px;
}
dl.list-styleC dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40%;
  font-weight: bold;
}
dl.list-styleC dt .big {
  font-size: 30px;
  color: #858fb1;
}
dl.list-styleC dt img {
  width: 90%;
}
dl.list-styleC dd {
  display: table-cell;
  margin-left: 40%;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #858fb1;
}
/*=============================================================
その他
=============================================================*/
#disclaimer .mar-top0,
#vision .mar-top0,
#privacy .mar-top0,
#privacy_policy .mar-top0,
#disclosure .mar-top0,
#rule .mar-top0,
#executive .mar-top0 {
  margin-top: 0;
}
.mar-top30 {
  margin-top: 30px;
}
.mar-top50 {
  margin-top: 50px;
}
.align-right {
  text-align: right;
}
.align-right.name {
  margin: 30px 0 10px;
}

#rule ul.link-in > li {
  width: 225px;
}
#office_list .list-styleA dt {
  width: 15em;
}
#office_list .list-styleA dd {
  margin-left: 15em;
}
#office_list ul.link-out-list > li {
  width: 301px;
}
#executive .last {
  margin-bottom: 20px;
}
#vision p.main-txt {
  font-weight: bold;
  text-align: center;
}

/*----------------------------------------------------------------
	#to-top
-----------------------------------------------------------------*/
#to-top {
  display: none;
  width: 60px;
  height: 60px;
  background: #0b1f64;
  border: 2px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 100px;
  bottom: 50px;
}
#to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
#to-top a:before,
#to-top a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  right: 0;
  margin: auto;
}
#to-top a:after {
  transform: rotate(-45deg);
  left: -13px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1280
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 1280px) {
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
  /*=============================================================
#pageMain
=============================================================*/
  #pageMain {
    width: auto;
    float: none;
  }
  /*=============================================================
#localMenu
=============================================================*/
  #localMenu {
    display: none;
  }
  /*=============================================================
#ttl
=============================================================*/
  #pageTtlArea {
    display: none;
  }
  /*------------------------
		title
--------------------------*/
  h1.default {
    padding: 15px;
    font-size: 12px;
    margin: 35px 0 30px;
  }
  h2.sub-title {
    font-size: 12px;
  }
  h3.small-title {
    font-size: 12px;
  }
  /*=============================================================
		list
=============================================================*/
  dl.list-styleC dt .big {
    font-size: 18px;
  }
  /*=============================================================
その他
=============================================================*/
  #office_list .list-styleA dt {
    width: 30%;
  }
  #office_list .list-styleA dd {
    margin-left: 30%;
  }

  #to-top {
    right: 20px;
    bottom: 20px;
  }
}
