@charset "utf-8";
/* CSS Document */
/********************************************************/
/* layout */
/********************************************************/
html {
  font-size: 62.5%;
}
body {
  background: #fff none repeat-x center top;
  overflow-y: auto;
  /*font-size: 1.0rem;*/
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  /*font: 13px/1.22 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*font-family: "dnp-shuei-mgothic-std", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 400;
  font-style: normal; */
}
.BlkWrapper {
  margin: 0 auto;
  width: 100%;
}
/********************************************************/
/* BlkHeader */
/********************************************************/
.BlkHeader {
  /*  height: 113px;*/
}
.BlkHeader__inner {
  /*  height: 113px;*/
  width: 1000px;
  margin: 0 auto;
}
.BlkHeader__logoAsahi {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
}
.BlkHeader__title {
  float: left;
  margin-top: 12px;
  margin-left: 100px;
}
/********************************************************/
/* BlkBreadcrumbs */
/********************************************************/
.BlkBreadcrumbs {
  background: url(../images/breadcrumbs_bg.png) top left repeat-x #fff;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.BlkBreadcrumbs__inner {
  color: #202020;
  width: 1000px;
  padding: 12px 10px 8px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.BlkBreadcrumbs__item {
  display: inline;
}
.BlkBreadcrumbs__item:before {
  content: ">";
  margin: 0 1.5rem;
}
.BlkBreadcrumbs__item:first-child:before {
  content: none;
  margin: 0;
}
.BlkBreadcrumbs__link {
  color: #202020;
}
.BlkBreadcrumbs__link:hover {
  text-decoration: underline;
}
.BlkBreadcrumbs__noLink {
  color: #666;
}
/********************************************************/
/* BlkTtlarea */
/********************************************************/
.BlkTtlarea {
  width: 100%;
  margin: 0 auto;
  background-color: #F0F1E3;
  overflow: hidden;
}
/* 大学公共図書館向け */
.GrpCollege .BlkTtlarea {
  border-top: solid 1px #ddd;
  background-color: transparent;
}
/* 企業・団体向け */
.GrpCompany .BlkTtlarea {
  border-top: solid 1px #ddd;
  background-color: transparent;
}
.BlkTtlarea a {
  transition: 0.2s;
}
.BlkTtlarea--school {
  background-color: #f1f3f4;
}
.BlkTtlarea--company {
  background-color: #E7EDF2;
}
.BlkTtlarea--other {
  background-color: #eee;
}
.BlkTtlarea__inner {
  width: 1000px;
  height: 70px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.BlkTtlarea__colLeft {
  float: left;
  width: 710px;
  text-align: left;
}
.BlkTtlarea__ttl {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.BlkTtlarea__ttlSub {
  margin-left: 20px;
}
.BlkTtlarea__ttlSub--college {
  margin-top: 9px;
}
.BlkTtlarea__colRight {
  float: right;
  width: 240px;
}
.BlkTtlarea__colRight__list {}
.BlkTtlarea__item {
  display: table-cell;
  padding-left: 10px;
}
.BlkTtlarea__item:first-child {
  padding-left: 0;
}
.BlkTtlarea__link:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/********************************************************/
/* BlkMenu */
/********************************************************/
.BlkMenu {
  width: 100%;
  height: 55px;
  clear: both;
  z-index: 10000;
  position: relative;
}
.BlkMenu__list {
  width: 980px;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}
.BlkMenu__item {
  float: left;
  width: 162px;
  height: 55px;
}
.BlkMenu__item--other {
  width: 169px;
  height: 55px;
}
.BlkMenu__list a {
  display: block;
  height: 55px;
  background: url(../images/glMenu.png) no-repeat;
  text-indent: -9999px;
  /*transition:0.3s;*/
}
.BlkMenu__item--top a {
  background-position: 0 0;
}
.BlkMenu__item--college {
  width: 163px;
}
.BlkMenu__item--college a {
  background-position: -162px 0;
}
.BlkMenu__item--school a {
  background-position: -325px 0;
}
.BlkMenu__item--company a {
  background-position: -487px 0;
}
.BlkMenu__item--private a {
  background-position: -649px 0;
}
.BlkMenu__item--other a {
  background-position: -811px 0;
}
.GrpHome .BlkMenu__item--top a, .BlkMenu__item--top a:hover {
  background-position: 0 -55px;
}
.GrpCollege .BlkMenu__item--college a, .BlkMenu__item--college a:hover, .BlkMenu__item--college a.selected {
  background-position: -162px -55px;
}
.GrpSchool .BlkMenu__item--school a, .BlkMenu__item--school a:hover, .BlkMenu__item--school a.selected {
  background-position: -325px -55px;
}
.GrpCompany .BlkMenu__item--company a, .BlkMenu__item--company a:hover, .BlkMenu__item--company a.selected {
  background-position: -487px -55px;
}
.GrpPrivate .BlkMenu__item--private a, .BlkMenu__item--private a:hover, .BlkMenu__item--private a.selected {
  background-position: -649px -55px;
}
.GrpOther .BlkMenu__item--other a, .GrpOther .BlkMenu__item--other a:hover, .BlkMenu__item--other a.selected {
  background-position: -811px -55px;
}
.BlkMenu__item span {
  display: none;
}
.BlkMenu__listChild {
  float: none;
  display: none;
  width: 163px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
}
.BlkMenu__item--college .BlkMenu__listChild, .BlkMenu__item--company .BlkMenu__listChild {
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.BlkMenu__itemChild--other {
  width: 169px;
}
.BlkMenu__itemChild a, .GrpCollege .BlkMenu__itemChild a, .GrpSchool .BlkMenu__itemChild a, .GrpCompany .BlkMenu__itemChild a, .GrpPrivate .BlkMenu__itemChild a {
  color: #202020;
  display: block;
  background: url(../images/glMenu-arrow01.png) 5px 0.9em no-repeat #fff;
  text-indent: 0;
  height: auto;
  padding: 10px 5px 10px 16px;
  font-size: 1.2rem;
  text-align: left;
  border: #DDD 1px solid;
  border-bottom: none;
}
.BlkMenu__itemChild--heading {
  color: #fff;
  display: block;
  background-color: #9D9898;
  text-indent: 0;
  height: auto;
  padding: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  border: #DDD 1px solid;
  border-bottom: none;
}
.BlkMenu__itemChild:last-child a, .GrpCollege .BlkMenu__itemChild:last-child a, .GrpSchool .BlkMenu__itemChild:last-child a, .GrpCompany .BlkMenu__itemChild:last-child a, .GrpPrivate .BlkMenu__itemChild:last-child a {
  border-bottom: #DDD 1px solid;
}
.BlkMenu__itemChild a:hover, .GrpCollege .BlkMenu__itemChild a:hover, .GrpSchool .BlkMenu__itemChild a:hover, .GrpCompany .BlkMenu__itemChild a:hover, .GrpPrivate .BlkMenu__itemChild a:hover {
  background: url(../images/glMenu-arrow01.png) 5px 0.9em no-repeat #eee;
}
.BlkMenu__itemChild a:hover > a {
  color: #eff7b1;
}
/********************************************************/
/* BlkContainer */
/********************************************************/
.BlkContainer {
  width: 100%;
  margin: 0 auto;
  background: url(../images/container_bg.png) top left repeat-x #FBF3D5;
  overflow: hidden;
}
/* 大学公共図書館向け */
.GrpCollege .BlkContainer {
  /* background-color:#D6F4F6; */
  background-color: #eff3f6;
}
/* 企業・団体向け */
.GrpCompany .BlkContainer {
  /* background-color:#D7EAF0; */
  background-color: #eff3f6;
}
.BlkContainer--bg_off {
  background-image: none;
}
.BlkContainer__inner {
  width: 1000px;
  padding: 20px 10px 105px;
  margin: 0 auto;
  overflow: hidden;
}
.BlkContainer__colLeft {
  float: left;
  width: 710px;
  margin-right: 30px;
}
.BlkContainer__colLeft a:link {
  /*color: #2B629D;*/
  color: #183758;
}
.BlkContainer__colLeft a:visited {
  /*color: #2874AC;*/
  color: #2B629D;
}
.BlkContainer__colLeft a:hover {
  text-decoration: underline;
}
.BlkContainer__colRight {
  float: right;
  width: 240px;
}
/********************************************************/
/* BlkContainer__colRight */
/********************************************************/
/*.BlkContainer__colRight a, */
.BlkContainer__colRight img {
  transition: 0.2s;
}
.BlkContainer__colRight--offSenkyo .SideLocalNav__itemSub {
  display: none;
}
.SideBnr {
  margin-bottom: 20px;
}
.SideBnr a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideLocalNav {
  margin-top: 20px;
}
.SideLocalNav--mgt_0 {
  margin-top: 0;
}
.SideLocalNav a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideLocalNav__list {}
.SideLocalNav__item {
  line-height: 1.4;
}
.SideLocalNav__item a {
  border: #DDD 1px solid;
  border-bottom: none;
  padding: 15px 15px 15px 35px;
  background: url(../images/area-localnav-arrow01.png) 15px 1.3em no-repeat #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.SideLocalNav__itemSub a {
  border: #DDD 1px solid;
  border-bottom: none;
  padding: 15px 15px 15px 35px;
  background: url(../images/area-localnav-arrow02.png) 15px 1.3em no-repeat #F6F6F6;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.SideLocalNav__link--icon_blank:after {
  content: url(../images/nav-side/area-localnav-db-icon01.png);
}
.SideLocalNav__link--icon_pdf:after {
  content: url(../images/container-db-icon01.png);
  position: relative;
  left: 8px;
  top: 2px;
}
.SideLocalNav__item:last-child a {
  border-bottom: #DDD 1px solid !important;
}
.SideLocalNav__item a.current, .SideLocalNav__item a:hover {
  background-color: #EEE;
}
.SideLocalNav__itemSub a.current, .SideLocalNav__itemSub a:hover {
  background-color: #EEE;
}
.SideLocalNav__consideration {
  background-color: #A0DDEF;
  padding: 20px 0 15px;
  text-align: center;
}
.SideLocalNav__considerationTtl {
  padding-bottom: 15px;
}
.SideLocalNav__considerationBtn {}
.SideLocalNav__agreement {
  /*  background-color: #BBDEAD;*/
  background-color: #B7D9E2;
  padding: 20px 0 15px;
  text-align: center;
}
.SideLocalNav__agreement--school {
  background-color: #9AE7BB;
}
.SideLocalNav__agreement--company {
  background-color: #B8C7E7;
}
.SideLocalNav__agreementTtl {
  padding-bottom: 15px;
}
.SideLocalNav__agreementBtn {}
.SideService__ttl {
  /*
  color: #009143;
  border-left: 5px solid #009143;
  */
  color: #384A6E;
  border-left: 5px solid #00b4c3;
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.SideService__ttl--top {
  color: #B90000;
  border-left: 5px solid #B90000;
}
.SideService__ttl--school {
  color: #0087C4;
  border-left: 5px solid #0087C4;
}
.SideService__ttl--company {
  color: #17288B;
  border-left: 5px solid #17288B;
}
.SideService__list {}
.SideService__item {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.SideService__item a:hover, .SideService__item a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideService__item--arrow {
  margin: 10px 0;
  padding-left: 15px;
  background: url(../images/area-localnav-arrow01.png) 0 0.3em no-repeat;
}
.SideService__item--arrow_img {
  background-position: 0 center;
}
.SideService__link {
  font-size: 1.3rem;
}
.SideService__link--icon_blank {
  padding: 0 20px 0 0;
  background: url(../images/nav-side/area-localnav-db-icon01.png) right 0.05em no-repeat;
  display: inline;
}
.SideArchive {
  margin-bottom: 20px;
}
.SideArchive__ttl {
  /*
  color: #009143;
  border-left: 5px solid #009143;
  */
  color: #384A6E;
  border-left: 5px solid #00b4c3;
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.SideArchive__ttl--school {
  color: #333333;
  border-left: 5px solid #0087C4;
}
.SideArchive__ttl--company {
  color: #17288B;
  border-left: 5px solid #17288B;
}
.SideArchive__item a {
  padding: 0;
  background-image: none;
  border: none;
  margin-bottom: 10px;
  display: block;
}
.SideArchive__item a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideInfoarea {
  width: 240px;
  padding: 30px 20px;
  margin-bottom: 15px;
  border: 1px solid #DDD;
  background-color: #fff;
}
.SideInfoarea img {
  margin-bottom: 10px;
}
.SideInfoarea__Ttl {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.SideInfoarea__Ttl a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.SideInfoarea__Ttl a:hover {
  text-decoration: underline;
}
.SideInfoarea__Ttl a span {
  display: inline;
}
.SideInfoarea__Ttl a span.ico_pdf::after {
  display: inline-block;
  content: url(../images/container-db-icon01.png);
  margin-left: 0.4em;
}
.SideInfoarea__mail {}
.SideInfoarea__mailTxt {
  background: url(../images/info-area-inner-icon01.png) left center no-repeat;
  padding: 10px 0 10px 40px;
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: left;
}
.SideInfoarea__mailTxt a:hover {
  text-decoration: underline;
}
.SideInfoarea__mailBtn a, .SideInfoarea__changeBtn a {
  padding: 20px 30px 20px 10px;
  background: url(../images/info-area-inner-arrow01.png) 95% 50% no-repeat #161616;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: 0.2s;
}
.SideInfoarea__mailBtn a span, .SideInfoarea__changeBtn a span {
  display: block;
  font-size: 90%;
  margin-bottom: 6px
}
.SideInfoarea__changeBtn {
  margin-top: 10px;
}
.SideInfoarea__mailBtn a:hover, .SideInfoarea__changeBtn a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideInfoarea__telephone {
  margin-top: 20px;
}
.SideInfoarea__telephoneTxt {
  background: url(../images/info-area-inner-icon02.png) left center no-repeat;
  padding: 10px 0 10px 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  width: 225px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
.SideInfoarea__telephoneNum {
  font-size: 2.6rem;
  text-align: center;
}
.SideInfoarea__telephoneNumTime {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}
.SideInfoarea__txt {
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem
}
.SideInfoarea__txt a {
  background: url(../images/info-area-inner-icon04.png) left center no-repeat;
  padding-left: 55px;
  display: block;
}
.SideInfoarea__txt a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideInfoarea__file {
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem
}
.SideInfoarea__file a {
  background: url(../images/info-area-inner-icon06.png) left center no-repeat;
  min-height: 30px;
  padding-top: 0.4em;
  padding-left: 45px;
  display: flex;
  align-content: center;
}
.SideInfoarea__file a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideInfoarea__txtTxt {
  display: inline;
  background: url(../images/info-area-inner-icon05.png) right 1px no-repeat;
  padding-right: 20px;
  line-height: 1.5;
}
.SideInfoarea__pdfTxt {
  display: inline;
  background: url(../images/container-db-icon01.png) right 3px no-repeat;
  padding-right: 18px;
  line-height: 1.5;
}
.SideInfoarea__photo {
  margin-top: 20px;
  text-align: left;
  font-size: 1.3rem
}
.SideInfoarea__photo a {
  background: url(../images/info-area-inner-icon03.png) left center no-repeat;
  padding-left: 55px;
  display: block;
}
.SideInfoarea__photo a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.SideInfoarea__photoTxt {
  display: inline;
  background: url(../images/info-area-inner-icon05.png) right 1px no-repeat;
  padding-right: 20px;
  line-height: 1.5;
}
.SideNews {
  margin-bottom: 15px;
}
.SideNews__ttl {
  color: #009143;
  border-left: 5px solid #009143;
  padding-left: 10px;
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100px;
  float: left;
}
.SideNews__txt {
  width: 100px;
  text-align: right;
  float: right;
  font-size: 1.2rem;
  padding-top: 5px;
}
.SideNews__txt a:hover {
  text-decoration: underline;
}
.SideNews__ttl--top {
  color: #B90000;
  border-left: 5px solid #B90000;
}
.SideNews__ttl--school {
  color: #0087C4;
  border-left: 5px solid #0087C4;
}
.SideNews__ttl--company {
  color: #17288B;
  border-left: 5px solid #17288B;
}
.SideNews__list {
  width: 240px;
  border: #DDD 1px solid;
  padding: 10px;
  background-color: #fff;
  clear: both;
}
.SideNews__item {
  border-bottom: #DDD 1px solid;
  padding: 5px 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
.SideNews__item a {
  color: #151515
}
.SideNews__item a:hover {
  text-decoration: underline;
}
.SideNews__item img {
  margin-bottom: 3px;
}
.SideNews__item:last-child {
  border-bottom: none;
}
.SideNews__link--icon_new:before {
  content: url(../images/icon_new.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_new_info:before {
  content: url(../images/icon_new_info.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_new_kikuzo:before {
  content: url(../images/icon_new_kikuzo.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_new_kensaku:before {
  content: url(../images/icon_new_kensaku.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_new_xross:before {
  content: url(../images/icon_new_xross.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_info:before {
  content: url(../images/icon_info.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_kikuzo:before {
  content: url(../images/icon_kikuzo.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_kensaku:before {
  content: url(../images/icon_kensaku.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_xross:before {
  content: url(../images/icon_xross.png);
  position: relative;
  left: 0;
  top: 3px;
  display: block;
}
.SideNews__link--icon_blank:after {
  padding-left: 5px;
  content: url(../images/nav-side/area-localnav-db-icon01.png);
}
.SideNews__link--icon_pdf:after {
  padding-left: 5px;
  content: url(../images/nav-side/area-localnav-db-icon02.png);
}
.SideNews__link--icon_xls:after {
  padding-left: 5px;
  content: url(../images/nav-side/area-localnav-db-icon03.png);
}
.SideNews__link--icon_doc:after {
  padding-left: 5px;
  content: url(../images/nav-side/area-localnav-db-icon04.png);
}
.SideNews__link--icon_ppt:after {
  padding-left: 5px;
  content: url(../images/nav-side/area-localnav-db-icon05.png);
}
/********************************************************/
/* BlkInfoarea */
/********************************************************/
.BlkInfoarea {
  width: 100%;
  padding-top: 55px;
  border-top: 1px solid #DDD;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.BlkInfoarea__inner {
  width: 1000px;
  padding: 0 10px 0;
  margin: 0 auto;
  text-align: center;
  color: #151515;
  overflow: hidden;
}
.BlkInfoarea__colLeft {
  float: left;
  width: 650px;
  margin-right: 30px;
  padding: 30px 50px;
  border: 1px solid #161616;
  box-sizing: border-box;
}
.BlkInfoarea__colLeft img {
  margin-bottom: 10px;
}
.BlkInfoarea__colLeftTtl {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.BlkInfoarea__mail {
  float: left;
  width: 210px;
}
.BlkInfoarea__mailTxt {
  background: url(../images/info-area-inner-icon01.png) left center no-repeat;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 210px;
  display: block;
  text-align: left;
}
.BlkInfoarea__mailTxt a:hover {
  text-decoration: underline;
}
.BlkInfoarea__mailBtn a {
  padding: 20px 30px 20px 10px;
  background: url(../images/info-area-inner-arrow01.png) 95% 50% no-repeat #161616;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  transition: 0.2s;
}
.BlkInfoarea__mailBtn a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.BlkInfoarea__telephone {
  float: right;
  width: 290px;
}
.BlkInfoarea__telephoneTxt {
  background: url(../images/info-area-inner-icon02.png) left center no-repeat;
  padding: 10px 0 10px 40px;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 225px;
  display: block;
  margin-bottom: 10px;
  margin-left: 50px;
  text-align: left;
}
.BlkInfoarea__telephoneNum {
  font-size: 2.6rem;
}
.BlkInfoarea__telephoneNumTime {
  font-size: 1.2rem;
  line-height: 3.0;
}
.BlkInfoarea__colRight {
  float: right;
  width: 300px;
  padding: 30px 40px;
  border: 1px solid #161616;
  font-size: 1.5rem;
  box-sizing: border-box;
}
.BlkInfoarea__colRightTxt {
  margin-top: 35px;
  text-align: left;
  line-height: 1.5;
}
.BlkInfoarea__colRightTxt a {
  background: url(../images/info-area-inner-icon04.png) left center no-repeat;
  padding-left: 55px;
  display: block;
}
.BlkInfoarea__colRightTxt a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.BlkInfoarea__colRightTxtTxt {
  display: inline;
  background: url(../images/info-area-inner-icon05.png) right 3px no-repeat;
  padding-right: 20px;
  line-height: 1.5;
}
.BlkInfoarea__colRightPhoto {
  margin-top: 35px;
  text-align: left;
}
.BlkInfoarea__colRightPhoto a {
  background: url(../images/info-area-inner-icon03.png) left center no-repeat;
  padding-left: 55px;
  display: block;
}
.BlkInfoarea__colRightPhoto a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.BlkInfoarea__colRightPhotoTxt {
  display: inline;
  background: url(../images/info-area-inner-icon05.png) right 3px no-repeat;
  padding-right: 20px;
  line-height: 1.5;
}
.BlkInfoarea__pageTop {
  position: absolute;
  top: -44px;
  right: 46%;
  z-index: 1000;
}
.BlkInfoarea__pageTop a {
  background: url(../images/pagetop.png);
  width: 150px;
  height: 44px;
  display: block;
}
.BlkInfoarea__pageTop a:hover {
  background-position: 0 -44px;
}
.BlkInfoarea__pageTop a span {
  display: none;
}
/********************************************************/
/* Blkfooter */
/********************************************************/
.Blkfooter {
  clear: both;
  float: none;
  display: block;
  margin-top: 50px;
  background-color: #181818;
  overflow: hidden;
}
.Blkfooter__inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}
.Blkfooter__copyright {
  clear: both;
  text-align: left;
  margin-top: 20px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}
/********************************************************/
/* heading */
/********************************************************/
.heading3 {
  clear: both;
  color: #131313;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #00b4c3;
  padding: 5px 5px 5px 10px;
  margin: 0 0 10px;
  background-color: #eff3f6;
}
.GrpGreen .heading3 {
  background-color: #F0F1E3;
  border-left: 5px solid #009143;
}
.heading3--school {
  border-left: 5px solid #ffde33;
  background-color: #f1f3f4;
}
.heading3--company {
  border-left: 5px solid #17288B;
  background-color: #E7EDF2;
}
.heading3--other {
  border-left: 5px solid #B90000;
  background-color: #eee;
}
.heading3--num {
  border-left: none;
  padding-left: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1.0;
}
.heading3__num {
  /* background-color: #009143; */
  background-color: #00b4c3;
  float: left;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
}
.heading3__num--school {
  background-color: #ffde33;
	color: #131313;
}
.heading3__num--company {
  background-color: #17288B;
}
.heading3__num--other {
  background-color: #B90000;
}
.heading3__user {
  display: block;
  float: left;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 1.3rem;
  margin-left: 10px;
  margin-top: 7px;
}
.heading3__user--client {
  background-color: #ba0000;
  color: #fff;
}
.heading3__user--local {
  background-color: #999;
  color: #fff;
}
.heading3__txt {
  float: left;
  padding: 10px;
}
.heading4 {
  clear: both;
  color: #141414;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #00b4c3;
  padding: 0 5px 0 10px;
  margin: 20px 0 10px;
  background-color: transparent;
}
.GrpGreen .heading4 {
  border-left: 5px solid #009143;
}
.heading4--top {
  border-left: 5px solid #B80000;
}
.heading4--school {
  border-left: 5px solid #f5d63d;
}
.heading4--company {
  border-left: 5px solid #17288B;
}
.heading4--other {
  border-left: 5px solid #B90000;
}
.heading4__icon--option {
  background-color: #999;
  border-radius: 30px;
  color: #fff;
  padding: 4px 8px;
  font-size: 1.2rem;
}
.heading5 {
  clear: both;
  color: #141414;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #00b4c3;
  padding: 0 5px 0 10px;
  margin: 20px 0 10px;
  background-color: transparent;
}
.GrpGreen .heading5 {
  border-left: 5px solid #009143;
}
.heading5--school {
  border-left: 5px solid #ffde33;
}
.heading5--company {
  border-left: 5px solid #17288B;
}
.heading5--other {
  border-left: 5px solid #B90000;
}
.heading--width_400 {
  width: 400px;
  float: left;
}
.heading--color_top {
  color: #B90000;
}
.heading--color_college {
  /*  color: #009143; */
  color: #384A6E;
}
.heading--color_school {
  color: #0087C4;
}
.heading--color_company {
  color: #17288B;
}
.heading--color_other {
  color: #B90000;
}
.headingBox {
  background-color: #F5F5F5;
  padding: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.headingBox__ttl {
  float: left;
}
.headingBox__link {
  display: block;
  float: right;
}
/********************************************************/
/* txt */
/********************************************************/
.txt {
  color: #141414;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}
.txt--lead {
  margin-bottom: 2em;
}
.txt--capt {
  padding-top: 0.3em;
  font-size: 1.3rem;
}
/********************************************************/
/* img */
/********************************************************/
.img {
  vertical-align: top;
}
.img--align_center {
  text-align: center;
}
.img--align_left {
  text-align: left;
}
.img--align_right {
  text-align: right;
}
.img--float_left {
  float: left;
  margin-top: 5px;
  margin-right: 13px;
  margin-bottom: 20px;
}
.img--float_right {
  float: right;
  margin-top: 5px;
  margin-left: 13px;
  margin-bottom: 20px;
}
.img--position_relative {
  position: relative;
}
.img--position_absolute {
  position: absolute;
  bottom: 40px;
  left: 45px;
}
/********************************************************/
/* column */
/********************************************************/
.colSecond {
  margin-top: 20px;
  margin-bottom: 20px;
}
.colSecond__list {
  overflow: hidden;
}
.colSecond__item {
  width: 324px;
  float: left;
  font-size: 1.3rem;
}
.colSecond__item--w298 {
  width: 298px;
}
.colSecond__item:last-child {
  margin-right: 0;
  text-align: right;
}
.colThird {
  margin-top: 20px;
  margin-bottom: 20px;
}
.colThird__list {
  overflow: hidden;
}
.colThird__item {
  margin-right: 15px;
  width: 206px;
  float: left;
}
.colThird__item:last-child {
  margin-right: 0;
}
/********************************************************/
/* box */
/********************************************************/
.box {
  padding: 20px 25px;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.box--color_gray {
  background-color: #EEE;
}
.boxLink {
  background: url(../images/boxlink-arrow01.png) right center no-repeat;
  display: block;
  padding-right: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: #DDD 1px solid;
}
.boxLink--left {
  width: 300px;
  float: left;
}
.boxLink--right {
  width: 320px;
  float: right;
  border-left: 1px solid #DDD;
  padding-left: 20px;
}
.boxLink--last {
  border-bottom: none;
}
.boxLink:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none !important;
}
/********************************************************/
/* list */
/********************************************************/
.listNum {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 25px;
  color: #141414;
}
.listNum__item {
  list-style: decimal;
  margin-bottom: 10px;
}
.listNormal {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #141414;
}
.listNormal--float_left {
  float: left;
}
.listNormal--float_right {
  float: right;
}
.listNormal__item {
  background: url(../images/list-arrow01.png) left 0.4em no-repeat;
  padding-left: 15px;
  margin: 5px 0;
}
.listDisc {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-left: 15px;
  color: #141414;
}
.listDisc__item {
  list-style: disc;
  margin-bottom: 10px;
}
.listNavAnchor {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.listNavAnchor__item {
  display: inline;
  padding-right: 10px;
}
.listNavAnchor__item:last-child {
  padding-right: 0;
}
.listNavAnchor__link {
  background: url(../images/list-arrow02.png) left 0.4em no-repeat;
  padding-left: 15px;
  margin: 5px 0;
}
.listBox {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #141414;
  margin-top: 50px;
}
.listBox__item {
  margin-bottom: 10px;
  margin-right: 36px;
  width: 150px;
  float: left;
}
.listBox__item:last-child {
  margin-right: 0;
}
/********************************************************/
/* table */
/********************************************************/
.tableNormal {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 20px;
}
.tableNormal__th {
  background-color: #eee;
  border: #ddd 1px solid;
  border-collapse: collapse;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  /*width: 20%;*/
  line-height: 1.5;
}
.tableNormal__td {
  background-color: #fff;
  border: #ddd 1px solid;
  border-collapse: collapse;
  text-align: left;
  padding: 10px;
  line-height: 1.5;
}
.tableSmall {
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 20px;
}
.tableSmall__th {
  background-color: #eee;
  border: #ddd 1px solid;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  line-height: 1.5;
}
.tableSmall__td {
  background-color: #fff;
  border: #ddd 1px solid;
  border-collapse: collapse;
  text-align: right;
  padding: 5px;
  line-height: 1.5;
}
.table--align_center {
  text-align: center;
}
.table--align_left {
  text-align: left;
}
.table--align_right {
  text-align: right;
}
.table--bgColor_gray {
  background-color: #F9F9F4;
}
.table--bgColor_deepGray {
  background-color: #D1D1D1;
}
.table--bgColor_lightBlue {
  background-color: #DFECF3;
}
.table--bgColor_blue {
  background-color: #0087C4;
}
.table--bgColor_lightGreen {
  background-color: #F0F1E3;
}
.table--bgColor_green {
  background-color: #009143;
}
.table--bgColor_lightDeepBlue {
  background-color: #E7EDF2;
}
.table--bgColor_deepBlue {
  background-color: #17288B;
}
.table--bgColor_lightRed {
  background-color: #FFE3E3;
}
.table--bgColor_red {
  background-color: #B90000;
}
.table--txtColor_white {
  color: #fff;
}
.table--borderTop_double {
  border-top: double #ddd 3px;
}
.table--width_50 {
  width: 50%;
}
.table--width_60 {
  width: 60%;
}
.table--width_65 {
  width: 65%;
}
.table--width_90 {
  width: 90%;
}
/********************************************************/
/* btn */
/********************************************************/
.btn {
  transition: 0.2s;
}
.btn:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/********************************************************/
/* BlkPickup */
/********************************************************/
.BlkPickup {
  margin-top: 50px;
}
.BlkPickup__list {
  overflow: hidden;
}
.BlkPickup__item {
  float: left;
  margin-left: 10px;
}
.BlkPickup__item:first-child {
  margin-left: 0;
}
.BlkPickup__item a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/********************************************************/
/* BlkNews */
/********************************************************/
.BlkNews {
  margin-top: 50px;
}
.BlkNews__txt {
  width: 100px;
  float: right;
  text-align: right;
  font-size: 1.2rem;
  margin: 10px 0 10px 0;
}
.BlkNews__list {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1.5rem;
}
.BlkNews__item {
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
  line-height: 1.8;
  clear: both;
}
.BlkNews__item:after {
  content: " ";
  display: block;
  clear: both;
}
.BlkNews__item:last-child {
  border-bottom: none;
}
/*.BlkNews__item--new:after {
  content: "NEW!";
  background-color: #B90000;
  color: #fff;
  padding: 5px;
  margin-left: 20px;
  display: block;
}*/
.BlkNews__date {
  display: block;
  width: 120px;
  margin-right: 10px;
  float: left;
}
.BlkNews__item a {
  color: #2874AC;
  display: block;
  width: 538px;
  float: left;
}
.BlkNews__item a:hover {
  text-decoration: underline;
}
.BlkNews__link--icon_new:before {
  content: url(../images/icon_new.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_new_info:before {
  content: url(../images/icon_new_info.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_new_kikuzo:before {
  content: url(../images/icon_new_kikuzo.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_new_kensaku:before {
  content: url(../images/icon_new_kensaku.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_new_xross:before {
  content: url(../images/icon_new_xross.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_info:before {
  content: url(../images/icon_info.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_kikuzo:before {
  content: url(../images/icon_kikuzo.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_kensaku:before {
  content: url(../images/icon_kensaku.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
.BlkNews__link--icon_xross:before {
  content: url(../images/icon_xross.png);
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 10px;
}
/*.BlkNews__link--icon_new:after {
  content: url(../images/icon_new.png) ;
  position: relative;
  left: 8px;
  top: 3px;
}*/
.BlkNews__link--icon_pdf:after {
  content: url(../images/container-db-icon01.png);
  position: relative;
  left: 8px;
  top: 3px;
}
.BlkNews__link--icon_blank:after {
  content: url(../images/container-db-icon02.png);
  position: relative;
  left: 8px;
  top: 3px;
}
.BlkNews__link--icon_xls:after {
  content: url(../images/container-db-icon03.png);
  position: relative;
  left: 8px;
  top: 3px;
}
.BlkNews__link--icon_doc:after {
  content: url(../images/container-db-icon04.png);
  position: relative;
  left: 8px;
  top: 3px;
}
.BlkNews__link--icon_ppt:after {
  content: url(../images/container-db-icon05.png);
  position: relative;
  left: 8px;
  top: 3px;
}
/********************************************************/
/* BlkLinkBox */
/********************************************************/
.BlkLinkBox {
  margin-top: 50px;
}
.BlkLinkBox__inner {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  padding: 30px 30px 0;
}
/********************************************************/
/* BlkOutline */
/********************************************************/
.BlkOutline {
  margin-top: 50px;
}
.BlkOutline__inner {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  padding: 30px 30px 0;
}
.BlkOutline__inner__ttl4 {
  clear: both;
  color: #131313;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #009143;
  padding: 5px 5px 5px 10px;
  margin: 0 0 10px;
  background-color: #F0F1E3;
}
.BlkOutline__inner__ttl5 {
  clear: both;
  color: #131313;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #009143;
  padding: 0 5px 0 10px;
  margin: 30px 0 10px;
}
.BlkOutline__inner__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
/********************************************************/
/* BlkNormal */
/********************************************************/
.BlkNormal {
  margin-top: 0;
}
.BlkNormal__inner {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  padding: 30px 30px 50px;
}
/********************************************************/
/* BlktabSection */
/********************************************************/
.BlktabSection {
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.BlktabSection__list {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  z-index: 10;
}
.BlktabSection__list--4column li {
  width: 144px;
}
.BlktabSection__list:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #CCC;
  z-index: 1;
}
.BlktabSection__list:before {
  z-index: 1;
}
.BlktabSection__item {
  position: relative;
  z-index: 0;
  cursor: pointer;
  border: #CCCCCC 1px solid;
  border-radius: 5px 5px 0 0;
  width: 180px;
  /* background: #F0F1E3; */
  background-color: #eff3f6;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
.BlktabSection__item--school {
  background: #DFECF3;
}
.BlktabSection__item--company {
  background: #E7EDF2;
}
.BlktabSection__item:first-child {
  margin-left: 40px;
}
.BlktabSection__list--4column li:first-child {
  margin-left: 16px;
}
.BlktabSection__item.current {
  z-index: 2;
  border-bottom-color: #fff;
  background: #fff;
}
.hide {
  display: none;
}
.BlktabSection__list--bottom {
  margin-top: -1px;
}
.BlktabSection__list--bottom:after {
  border-bottom: none;
}
.BlktabSection__list--bottom li {
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  z-index: 10000;
}
.BlktabSection__list--bottom li.current {
  border-top-color: #fff;
  border-bottom-color: #ccc;
}
.BlktabSection__contents {
  padding: 20px 0 30px;
  border-bottom: 1px solid #ccc;
}
.BlktabSection__content {
  overflow: hidden;
}
/********************************************************/
/* 2forl-faq.html */
/********************************************************/
.BlkFaq {
  margin-top: 0;
}
.BlkFaq__inner {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  /*  padding: 50px 0 50px; */
  padding: 30px 30px 50px;
}
.BlkFaq__txt {
  width: 650px;
  /*
  margin: 0 auto;
  padding-bottom: 50px;
*/
  margin: 0 auto 2em;
  font-size: 1.5rem;
  line-height: 1.5;
  /*
  border-bottom: 1px dotted #DDD;
*/
  display: block;
}
.BlkFaq__dl {
  margin-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
}
.BlkFaq__dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 30px;
  padding-top: 20px;
  cursor: pointer;
  background: url(../images/2forl/faq-icon03.png) 650px 25px no-repeat;
}
.BlkFaq__dt.active {
  background: url(../images/2forl/faq-icon04.png) 650px 25px no-repeat;
}
.BlkFaq__dt span {
  background: url(../images/2forl/faq-icon01.png) top left no-repeat;
  min-height: 32px;
  background-size: 32px;
  padding-left: 40px;
  display: block;
  line-height: 1.7;
}
.BlkFaq__dl--school .BlkFaq__dt span {
  background: url("../images/kensaku/icon_q.svg") top left no-repeat;
}
.BlkFaq__dd {
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0;
  padding: 20px 30px;
  display: none;
  background-color: #f1f3f4;
}
.BlkFaq__dd span {
  background: url("../images/kensaku/icon_a.svg") top left no-repeat;
  padding-left: 40px;
  min-height: 32px;
  background-size: 32px;
  display: block;
}
/********************************************************/
/* utility icon */
/********************************************************/
.u-icon_pdf {
  background: url(../images/container-db-icon01.png) right 0.1em no-repeat;
  padding-right: 15px;
}
.u-icon_blank {
  background: url(../images/container-db-icon02.png) right 0.2em no-repeat;
  padding-right: 15px;
}
.u-icon_xls {
  background: url(../images/container-db-icon03.png) right 0.2em no-repeat;
  padding-right: 15px;
}
.u-icon_doc {
  background: url(../images/container-db-icon04.png) right 0.2em no-repeat;
  padding-right: 15px;
}
.u-icon_ppt {
  background: url(../images/container-db-icon05.png) right 0.2em no-repeat;
  padding-right: 15px;
}
/********************************************************/
/* utility font weight */
/********************************************************/
.u-weight_bold {
  font-weight: bold;
}
/********************************************************/
/* utility font color */
/********************************************************/
.u-color_red {
  color: #BA0000;
}
.u-color_green {
  color: #009143;
}
.u-color_xross {
  color: #384A6E;
}
.u-color_blue {
  color: #0085C4;
}
.u-color_deepblue {
  color: #17288B;
}
.u-color_white {
  color: #fff;
}
/********************************************************/
/* utility align */
/********************************************************/
.u-align_center {
  text-align: center;
}
.u-align_left {
  text-align: left;
}
.u-align_right {
  text-align: right;
}
/********************************************************/
/* utility align */
/********************************************************/
.u-line_height_14 {
  line-height: 1.4;
}
.u-line_height_15 {
  line-height: 1.5;
}
.u-line_height_16 {
  line-height: 1.6;
}
.u-line_height_17 {
  line-height: 1.7;
}
.u-line_height_18 {
  line-height: 1.8;
}
/********************************************************/
/* utility font size */
/********************************************************/
.u-fsize_12 {
  font-size: 1.2rem;
}
.u-fsize_13 {
  font-size: 1.3rem;
}
.u-fsize_14 {
  font-size: 1.4rem;
}
.u-fsize_15 {
  font-size: 1.5rem;
}
.u-fsize_16 {
  font-size: 1.6rem;
}
.u-fsize_17 {
  font-size: 1.7rem;
}
.u-fsize_18 {
  font-size: 1.8rem;
}
.u-fsize_19 {
  font-size: 1.9rem;
}
.u-fsize_20 {
  font-size: 2.0rem;
}
.u-fsize_21 {
  font-size: 2.1rem;
}
.u-fsize_30 {
  font-size: 3.0rem;
}
/********************************************************/
/* utility margin */
/********************************************************/
.u-mgt_0 {
  margin-top: 0;
}
.u-mgt_05 {
  margin-top: 5px;
}
.u-mgt_10 {
  margin-top: 10px;
}
.u-mgt_15 {
  margin-top: 15px;
}
.u-mgt_20 {
  margin-top: 20px;
}
.u-mgt_30 {
  margin-top: 30px;
}
.u-mgt_40 {
  margin-top: 40px;
}
.u-mgt_50 {
  margin-top: 50px;
}
.u-mgb_0 {
  margin-bottom: 0;
}
.u-mgb_05 {
  margin-bottom: 5px;
}
.u-mgb_10 {
  margin-bottom: 10px;
}
.u-mgb_15 {
  margin-bottom: 15px;
}
.u-mgb_20 {
  margin-bottom: 20px;
}
.u-mgb_30 {
  margin-bottom: 30px;
}
.u-mgb_40 {
  margin-bottom: 40px;
}
.u-mgb_50 {
  margin-bottom: 50px;
}
.u-mgr_0 {
  margin-right: 0;
}
.u-mgr_05 {
  margin-right: 5px;
}
.u-mgr_10 {
  margin-right: 10px;
}
.u-mgr_15 {
  margin-right: 15px;
}
.u-mgr_20 {
  margin-right: 20px;
}
.u-mgr_30 {
  margin-right: 30px;
}
.u-mgr_40 {
  margin-right: 40px;
}
.u-mgr_50 {
  margin-right: 50px;
}
.u-mgl_0 {
  margin-left: 0;
}
.u-mgl_05 {
  margin-left: 5px;
}
.u-mgl_10 {
  margin-left: 10px;
}
.u-mgl_15 {
  margin-left: 15px;
}
.u-mgl_20 {
  margin-left: 20px;
}
.u-mgl_30 {
  margin-left: 30px;
}
.u-mgl_40 {
  margin-left: 40px;
}
.u-mgl_50 {
  margin-left: 50px;
}
.u-lastSentence {
  margin-bottom: 50px;
}
/********************************************************/
/* utility padding */
/********************************************************/
.u-pdt_0 {
  padding-top: 0;
}
.u-pdt_05 {
  padding-top: 5px;
}
.u-pdt_10 {
  padding-top: 10px;
}
.u-pdt_15 {
  padding-top: 15px;
}
.u-pdt_20 {
  padding-top: 20px;
}
.u-pdt_30 {
  padding-top: 30px;
}
.u-pdt_40 {
  padding-top: 40px;
}
.u-pdt_50 {
  padding-top: 50px;
}
.u-pdb0 {
  padding-bottom: 0;
}
.u-pdb5 {
  padding-bottom: 5px;
}
.u-pdb10 {
  padding-bottom: 10px;
}
.u-pdb15 {
  padding-bottom: 15px;
}
.u-pdb20 {
  padding-bottom: 20px;
}
.u-pdb30 {
  padding-bottom: 30px;
}
.u-pdb40 {
  padding-bottom: 40px;
}
.u-pdb50 {
  padding-bottom: 50px;
}
.u-pdr0 {
  padding-right: 0;
}
.u-pdr05 {
  padding-right: 5px;
}
.u-pdr10 {
  padding-right: 10px;
}
.u-pdr15 {
  padding-right: 15px;
}
.u-pdr20 {
  padding-right: 20px;
}
.u-pdr30 {
  padding-right: 30px;
}
.u-pdr40 {
  padding-right: 40px;
}
.u-pdr50 {
  padding-right: 50px;
}
.u-pdl0 {
  padding-left: 0;
}
.u-pdl05 {
  padding-left: 5px;
}
.u-pdl10 {
  padding-left: 10px;
}
.u-pdl15 {
  padding-left: 15px;
}
.u-pdl20 {
  padding-left: 20px;
}
.u-pdl30 {
  padding-left: 30px;
}
.u-pdl40 {
  padding-left: 40px;
}
.u-pdl50 {
  padding-left: 50px;
}
/********************************************************/
/* utility border */
/********************************************************/
.u-boder_box {
  border: #D5CFC2 1px solid;
}
.u-boder_top_dotted {
  border-top: #D5CFC2 1px dashed;
}
.u-boder_topBottom {
  border-top: #D5CFC2 1px solid;
  border-bottom: #D5CFC2 1px solid;
}
.u-boder_topBottom_dotted {
  border-top: #D5CFC2 1px dashed;
  border-bottom: #D5CFC2 1px dashed;
}
/********************************************************/
/* utility box */
/********************************************************/
.u-box {
  padding: 30px;
  background-color: #EEE;
  overflow: hidden;
}
.u-box_border {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 30px;
  overflow: hidden;
}
/********************************************************/
/* utility block */
/********************************************************/
.u-display_blk {
  display: block;
}
/********************************************************/
/* utility position */
/********************************************************/
.u-position_relative {
  position: relative;
}
.u-position_absolute {
  position: absolute;
}
/********************************************************/
/* utility clear-none */
/********************************************************/
.clear-no {
  clear: none;
}
/********************************************************/
/* utility clear */
/********************************************************/
.clfix:before, .clfix:after {
  content: " ";
  display: table;
}
.clfix:after {
  clear: both;
}
.clfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
/********************************************************/
/* takeover utility */
/********************************************************/
.takeover__boxBnr {
  overflow: hidden;
  position: relative;
}
.takeover__listBox {
  float: left;
  position: relative;
  left: 50%;
}
.takeover__listBox__item {
  float: left;
  position: relative;
  left: -50%;
}
.takeover__listBox__item__link {
  display: block;
  margin: 40px 50px 0;
}
.takeover__listMenu__item {
  margin-top: 10px;
}
/********************************************************/
/* takeover /information/db/jirei/ */
/********************************************************/
.BlkContainer__oneColumn {
  clear: both;
  border: 1px solid #DDD;
  background-color: #fff;
  padding: 15px 6px 50px;
}
.BlkContainer__oneColumn--pd0 {
  padding: 10px 0 0;
  background-color: #EBEBE4;
}
.Takeover #db-main {
  border-top: none;
  padding-bottom: 20px;
}
.Takeover #db-mainLead {
  font-size: 1.4rem !important;
}
.Takeover #db-archives h5 {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
}
.Takeover #db-archives p {
  font-size: 1.2rem !important;
  line-height: 1.4;
}
.Takeover #db-archives a {
  color: #00345c;
  font-weight: bold !important;
}
.Takeover .menuBox a {
  color: #00345c;
  font-weight: bold !important;
}
.Takeover #db-archives a:visited {
  color: #4e4e87;
  text-decoration: none;
}
.Takeover #db-archives a:hover, .Takeover #db-archives a:focus, .Takeover #db-archives a:active {
  color: #00345c;
  text-decoration: underline;
}
.Takeover div#Main #archiveTitle h3 {
  font-size: 2.5rem !important;
  color: #0a0a03;
}
.Takeover div#Main #db-content p {
  font-size: 1.4rem !important;
  line-height: 1.6;
  margin-bottom: 1em;
}
.Takeover div#Main #db-content .right p {
  margin-bottom: 0;
}
.Takeover div#Main #db-content p {
  font-size: 1.4rem !important;
  line-height: 1.6;
  margin-bottom: 1em;
}
.Takeover div#Main #db-side h4 {
  font-size: 1.2rem !important;
}
.Takeover div#Main #db-side p {
  font-size: 1.2rem !important;
}
/********************************************************/
/* takeover /information/db/130/ */
/********************************************************/
.Takeover #mtdb-page #ind-read {
  font-size: 1.4rem;
}
.Takeover #mtdb-page #mtdb-contents h2 {
  font-size: 1.7rem !important;
  height: 35px !important;
  margin-bottom: 8px !important;
  padding-left: 10px !important;
  padding-top: 8px !important;
  font-weight: bold;
}
.Takeover #mtdb-page #mtdb-contents span {
  font-size: 1.4rem;
  line-height: 1.8;
}
.Takeover #mtdb-page #list-bn li {
  line-height: 1.4;
  font-size: 1.4rem;
}
.Takeover #mtdb-page #list-bn li a {
  color: #00345c;
}
.Takeover #mtdb-page #list-bn li a:hover {
  text-decoration: underline;
}
.Takeover #mtdb-page #mtdb-contents p {
  font-size: 1.4rem;
}
.Takeover #mtdb-page #mtdb-prologue span {
  font-size: 1.4rem !important;
  line-height: 1.8;
}
.Takeover #mtdb-page #mtdb-prologue h2 {
  margin-top: 10px;
}
.Takeover #mtdb-page #mtdb-prologue p {
  font-size: 1.4rem;
}
.Takeover .mtdb-page-nav {
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}
.Takeover .mtdb-page-nav ul li a {
  font-size: 2.0rem;
  color: #00345c;
}
.Takeover .mtdb-page-nav ul li a.prev-nav, .mtdb-page-nav ul li a.next-nav {
  font-size: 1.5rem !important;
}
.Takeover .mtdb-page-nav ul li a:hover {
  text-decoration: underline;
}
.Takeover #mtdb-page #mtdb-contents h3 {
  font-size: 1.7rem !important;
  font-weight: bold;
}
.Takeover #mtdb-page #mtdb-contents .pict-right span, .Takeover #mtdb-page #mtdb-contents .pict-left span {
  width: 285px !important;
  font-size: 13px !important
}
.Takeover .mtdb-page-nav .bottom-nav .page-back {
  float: left;
  padding-left: 14px;
  font-size: 14px !important
}
.Takeover .mtdb-page-nav .bottom-nav .page-back a {
  color: #00345c;
}
.Takeover .mtdb-page-nav .bottom-nav .page-back a:hover {
  text-decoration: underline;
}
.Takeover #mtdb-page .tbls-1 {
  font-size: 1.4rem;
}
.Takeover #mtdb-page .tbls-1 th, .Takeover #mtdb-page .tbls-1 td {
  padding: 8px;
}
.Takeover #mtdb-page .mtdb-topic span {
  font-size: 2.0rem !important;
}
.Takeover #mtdb-page .tbls-2 th, .Takeover #mtdb-page .tbls-2 td {
  font-size: 1.4rem !important;
}
.Takeover a {
  color: #00345c;
}
.Takeover a:hover {
  text-decoration: underline;
}
/********************************************************/
/* takeover /information/db/anotoki/ */
/********************************************************/
.Takeover .Takeover__anotoki #pages {
  width: 760px;
}
.Takeover .Takeover__anotoki #pages #catch-copy {
  font-size: 1.4rem;
  line-height: 1.4;
}
.Takeover .Takeover__anotoki div#Main h2 {
  font-size: 2.0rem !important;
}
.Takeover .Takeover__anotoki #pages h2 {
  font-size: 2.0rem !important;
  font-weight: bold !important;
  padding-top: 2px !important;
  margin-bottom: 10px !important;
  margin-top: 15px !important;
}
.Takeover .Takeover__anotoki #pages #list-generations ul li a {
  width: 138px;
  font-size: 1.4rem;
  padding-bottom: 8px;
}
.Takeover .Takeover__anotoki #pages ul.list-article li a {
  font-size: 1.4rem;
  padding: 1px 5px 1px 22px;
  line-height: 1.6;
}
.Takeover .Takeover__anotoki #pages h3.generations {
  font-size: 2.0em;
  font-weight: bold;
}
.Takeover .Takeover__anotoki strong {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.Takeover .Takeover__anotoki #nav-external {
  width: 760px;
  margin-top: 10px;
}
.Takeover .Takeover__anotoki #nav-external dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
.Takeover .Takeover__anotoki #pages p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.Takeover .Takeover__anotoki #history {
  font-size: 1.4rem;
  line-height: 1.4;
}
.Takeover .Takeover__anotoki div {
  font-size: 1.4rem;
}
.Takeover .Takeover__anotoki #publishedDate {
  margin: 10px 0;
}
/********************************************************/
/* takeover /information/db/history_photo/ */
/********************************************************/
.Takeover__historyPhoto #pages-outer #pages h2.visual span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
}
.Takeover__historyPhoto p {
  font-size: 1.3rem;
}
.Takeover__historyPhoto #list-article li {
  font-size: 1.3rem;
}
.Takeover__historyPhoto #external-menu dl {
  font-size: 1.3rem;
}
.Takeover__historyPhoto #nav-top #nback {
  font-size: 1.3rem;
}
.Takeover__historyPhoto #nav-top #ndate {
  font-size: 1.3rem;
}
.Takeover__historyPhoto #nav-top {
  margin-bottom: 5px;
  margin-top: 0;
}
.Takeover__historyPhoto #pages-outer #pages h1.ptit {
  font-size: 1.9rem;
  font-weight: bold;
}
.Takeover__historyPhoto #pages-outer #pages h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.Takeover__historyPhoto strong {
  font-weight: bold;
}
.Takeover__historyPhoto #side-content .photo-frame p, .Takeover__historyPhoto #other-archives .photo-frame p {
  font-size: 1.2rem;
}
.Takeover__historyPhoto #nav-bottom #nindex {
  font-size: 1.2rem;
}
.Takeover__historyPhoto #nav-bottom #ntop {
  font-size: 1.2rem;
}
.Takeover__historyPhoto #history-photo-body .tstyle-01 th, .Takeover__historyPhoto #history-photo-body .tstyle-01 td {
  font-size: 1.3rem;
}
/********************************************************/
/* takeover /information/db/kakaku/ */
/********************************************************/
.Takeover__kakaku #pageKikuzo2 h1 {
  text-align: center;
}
.Takeover__kakaku #accessNum {
  font-size: 1.4rem;
  line-height: 1.5;
}
.Takeover__kakaku #accessNum th {
  text-align: center;
}
.Takeover__kakaku #accessNum td strong {
  text-align: right;
  font-weight: bold;
}
.Takeover__kakaku #optionSelOut {
  font-size: 1.4rem;
  line-height: 1.5;
}
.Takeover__kakaku #optionSelOut th {
  text-align: center;
}
.Takeover__kakaku #optionB {
  font-size: 1.4rem;
  line-height: 1.5;
}
.Takeover__kakaku #optionB th {
  text-align: center;
}
.Takeover__kakaku #optionB .boxRightB2 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.Takeover__kakaku .boxBottom {
  font-size: 1.4rem;
  line-height: 1.5;
}
.Takeover__kakaku #estimateinfo {
  font-size: 1.4rem;
  line-height: 1.8;
}
.Takeover__kakaku .boxBottom2 {
  font-size: 1.4rem;
}
.Takeover__kakaku .fontBig {
  font-size: 2.8rem;
}
.Takeover__kakaku #discount-p {
  height: 90px;
  text-align: center;
}
/********************************************************/
/* takeover /information/db/english_news/ */
/********************************************************/
.Takeover__englishNews .BlkNormal__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.Takeover__englishNews #db-content {
  width: 690px;
}
.Takeover__englishNews #db-content p, .Takeover__englishNews #db-content li, .Takeover__englishNews #db-content th, .Takeover__englishNews #db-content td, .Takeover__englishNews #db-content dl {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.Takeover__englishNews #ex-englishnews-uibox ul li.photo-zoom01-1 {
  width: 200px;
}
.Takeover__englishNews #ex-englishnews-uibox ul li.ex-englishnews-arrow-01 {
  left: 210px;
}
.Takeover__englishNews #ex-englishnews-uibox ul li.ex-englishnews-arrow-02 {
  left: 452px;
}
.Takeover__englishNews .db-englishnews-section a.linkmark strong {
  font-weight: bold;
}
/********************************************************/
/* takeover /information/db/asahigraph/ */
/********************************************************/
.Takeover__asahigraph .BlkNormal__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.Takeover__asahigraph #db-content {
  width: 690px;
}
.Takeover__asahigraph #db-content p, .Takeover__asahigraph #db-content li, .Takeover__asahigraph #db-content th, .Takeover__asahigraph #db-content td, .Takeover__asahigraph #db-content dl {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.Takeover__asahigraph #ex-englishnews-uibox ul li.photo-zoom01-1 {
  width: 200px;
}
.Takeover__asahigraph #ex-englishnews-uibox ul li.ex-englishnews-arrow-01 {
  left: 210px;
}
.Takeover__asahigraph #ex-englishnews-uibox ul li.ex-englishnews-arrow-02 {
  left: 452px;
}
.Takeover__asahigraph .db-asahigraph-section a.linkmark strong {
  font-weight: bold;
}
.Takeover__asahigraph #ex-asahigraph-uibox ul li.photo-zoom02-1 {
  width: 170px !important;
}
.Takeover__asahigraph #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-01 {
  left: 164px;
}
.Takeover__asahigraph #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-02 {
  left: 333px;
}
.Takeover__asahigraph #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-03 {
  left: 499px;
}
/********************************************************/
/* takeover /information/db/kikuzo_smapho/ */
/********************************************************/
.Takeover__kikuzo_smapho .BlkNormal__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.Takeover__kikuzo_smapho #db-content {
  width: 690px;
}
.Takeover__kikuzo_smapho #db-content p, .Takeover__kikuzo_smapho #db-content li, .Takeover__kikuzo_smapho #db-content th, .Takeover__kikuzo_smapho #db-content td, .Takeover__kikuzo_smapho #db-content dl {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.Takeover__kikuzo_smapho #ex-englishnews-uibox ul li.photo-zoom01-1 {
  width: 200px;
}
.Takeover__kikuzo_smapho #ex-englishnews-uibox ul li.ex-englishnews-arrow-01 {
  left: 210px;
}
.Takeover__kikuzo_smapho #ex-englishnews-uibox ul li.ex-englishnews-arrow-02 {
  left: 452px;
}
.Takeover__kikuzo_smapho .db-asahigraph-section a.linkmark strong {
  font-weight: bold;
}
.Takeover__kikuzo_smapho #ex-asahigraph-uibox ul li.photo-zoom02-1 {
  width: 170px !important;
}
.Takeover__kikuzo_smapho #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-01 {
  left: 164px;
}
.Takeover__kikuzo_smapho #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-02 {
  left: 333px;
}
.Takeover__kikuzo_smapho #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-03 {
  left: 499px;
}
.Takeover__kikuzo_smapho #ex-smartphone-uibox ul li {
  width: 202px;
  font-size: 1.3rem !important;
}
/********************************************************/
/* takeover /information/db/kikuzo_tablet/ */
/********************************************************/
.Takeover__kikuzo_tablet .BlkNormal__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.Takeover__kikuzo_tablet #db-content {
  width: 690px;
}
.Takeover__kikuzo_tablet #db-content p, .Takeover__kikuzo_tablet #db-content li, .Takeover__kikuzo_tablet #db-content th, .Takeover__kikuzo_tablet #db-content td, .Takeover__kikuzo_tablet #db-content dl {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.Takeover__kikuzo_tablet #ex-englishnews-uibox ul li.photo-zoom01-1 {
  width: 200px;
}
.Takeover__kikuzo_tablet #ex-englishnews-uibox ul li.ex-englishnews-arrow-01 {
  left: 210px;
}
.Takeover__kikuzo_tablet #ex-englishnews-uibox ul li.ex-englishnews-arrow-02 {
  left: 452px;
}
.Takeover__kikuzo_tablet .db-asahigraph-section a.linkmark strong {
  font-weight: bold;
}
.Takeover__kikuzo_tablet #ex-asahigraph-uibox ul li.photo-zoom02-1 {
  width: 170px !important;
}
.Takeover__kikuzo_tablet #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-01 {
  left: 164px;
}
.Takeover__kikuzo_tablet #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-02 {
  left: 333px;
}
.Takeover__kikuzo_tablet #ex-asahigraph-uibox ul li.ex-asahigraph-arrow-03 {
  left: 499px;
}
.Takeover__kikuzo_tablet #ex-smartphone-uibox ul li {
  width: 202px;
  font-size: 1.3rem !important;
}
/********************************************************/
/* takeover /information/db/monitor_order_2for_L.htmlなど */
/********************************************************/
.Takeover__monitorOrder #db-content {
  width: 650px;
}
.Takeover__monitorOrder #db-content p, .Takeover__monitorOrder #db-content li {
  font-size: 1.4rem !important;
  line-height: 1.4;
}
.Takeover__monitorOrder #db-content h4 {
  font-size: 1.5rem !important;
  font-weight: bold;
}
.Takeover__monitorOrder #db-content h5 {
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.Takeover__monitorOrder #db-content tbody th {
  font-weight: bold;
}
.Takeover__monitorOrder #db-content tbody th, .Takeover__monitorOrder #db-content tbody td {
  font-size: 1.3rem !important;
  padding: 8px !important;
}
.Takeover__monitorOrder #db-content tbody th img {
  margin-right: 3px;
}
.Takeover__monitorOrder #submitAgree {
  text-align: center;
  margin-top: 20px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 1.3rem !important;
}
.ui-datepicker {
  width: 200px !important;
}
.ui-datepicker table {
  font-size: 1.3rem !important;
}
/********************************************************/
/* takeover /information/db/inquiry_form.html */
/********************************************************/
.Takeover__inquiryForm #db-content {
  width: 650px;
}
.Takeover__inquiryForm #db-content p, .Takeover__inquiryForm #db-content li {
  font-size: 1.4rem !important;
  line-height: 1.4;
}
.Takeover__inquiryForm #db-content h4 {
  font-size: 1.5rem !important;
  font-weight: bold;
}
.Takeover__inquiryForm #db-content h5 {
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.Takeover__inquiryForm #db-content tbody th {
  font-weight: bold;
}
.Takeover__inquiryForm #db-content tbody th, .Takeover__inquiryForm #db-content tbody td {
  font-size: 1.3rem !important;
  padding: 8px !important;
}
.Takeover__inquiryForm #db-content tbody th img {
  margin-right: 3px;
}
.Takeover__inquiryForm #submitAgree {
  text-align: center;
  margin-top: 20px;
}
.Takeover__inquiryForm #db-content p.parImportant {
  padding: 10px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Takeover__inquiryForm #db-content p.parImportant strong {
  font-weight: bold;
}
/********************************************************/
/* takeover /information/db/2016campaign/rental.html */
/********************************************************/
.Takeover__2016campaign {
  font-size: 1.5rem;
  color: #0a0a03;
}
.Takeover__2016campaign dt {
  font-weight: bold;
}
.Takeover__2016campaign dd strong {
  font-weight: bold;
}
.Takeover__2016campaign #cp2016 .tsunenRentalBox ul li {
  width: 470px;
}
.Takeover__2016campaign #cp2016 .tsunenRentalBox ul li:last-child {
  width: 468px;
  border-right: none;
}
/********************************************************/
/* takeover /information/db/order_rental.html */
/********************************************************/
.Takeover__order_rental #db-content {
  width: 910px;
}
.Takeover__order_rental .BlkNormal__inner {
  border: none;
}
/********************************************************/
/* imgbox /information/db/foracademy.html */
/********************************************************/
.bg_color_box01 {
  background-color: #F6F7FB;
  margin-bottom: 50px;
}
.img_box01 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.img_box01 div {
  background-color: #F6F7FB;
}
.img_box01 p {
  background-color: #F6F7FB;
  font-size: 1.3rem;
  line-height: 1.4;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media print {
  .img_box01 {
    page-break-before: always;
  }
}
.img_box02 {
  padding-top: 20px;
  background-color: #F6F7FB;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.img_box02 div {
  background-color: #F6F7FB;
}
.img_box02 p {
  background-color: #F6F7FB;
  font-size: 1.3rem;
  line-height: 1.4;
  padding-right: 15px;
  padding-bottom: 15px;
}
.img_box02 p.indent {
  text-indent: -1em;
  margin-left: 1em;
}