@charset "UTF-8";
/*======================================================================
# common
======================================================================*/
@media screen and (max-width: 428px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 428px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 949px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media screen and (max-width: 949px) {
  .is-tab {
    display: block;
  }
}

/*======================================================================
# pc
======================================================================*/
#contents {
  max-width: 950px;
}

@media screen and (max-width: 960px) {
  #contents {
    padding: 0 20px;
  }
}

#contents #mainArea {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

img {
  max-width: 100%;
}

/*======================================================================
# header
======================================================================*/
.header {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  height: 0;
  z-index: 100;
}

.header > .flex {
  max-width: 950px;
  height: 50px;
  margin: 0 auto;
}

.header > .flex .header-logo {
  width: 120px;
  height: 105%;
  background: #fff;
}

.header > .flex .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header > .flex .header-nav {
  width: 830px;
  height: 100%;
  background: #263345;
}

.header > .flex .header-nav .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header > .flex .header-nav .flex > li {
  width: 95px;
  height: 104%;
  border-right: 1px solid #496285;
  position: relative;
  z-index: 200;
  background: #263345;
}

.header > .flex .header-nav .flex > li:last-child {
  border-right: none;
  width: 60px;
}

.header > .flex .header-nav .flex > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #263345;
  position: relative;
}

.header > .flex .header-nav .flex > li > a.arrow {
  pointer-events: none;
}

.header > .flex .header-nav .flex > li > a.arrow::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.header > .flex .header-nav .flex > li > a.fz_8 {
  font-size: 8px;
}

.header > .flex .header-nav .flex > li:hover .nav-child {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.header > .flex .header-nav .flex > li .nav-child {
  position: absolute;
  top: -290%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102%;
  height: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: -100;
}

.header > .flex .header-nav .flex > li .nav-child li a {
  display: block;
  color: #263345;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  background: #fff;
  border: 1px solid #646464;
  padding: 3px 0;
}

.header > .flex .header-nav .flex > li .nav-child li a.fz_7 {
  font-size: 7px;
}

.header > .flex .header-nav .flex > li .nav-child li a:hover {
  opacity: 1;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: auto;
  z-index: 100;
}

header #headerBand {
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(17%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(17%, #ffffff), to(#eaeaea));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 17%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
  position: relative;
}

/* header／ロゴ
/*------------------------------*/
header .headerLogo {
  width: 85%;
  max-width: 300px;
  border-right: 1px solid #dfe1e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* header／メニュー
/*------------------------------*/
header .headerMenu {
  width: 15%;
  height: 100%;
  color: #0b277a;
  border-left: 1px solid #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}

/* header／メニューボタン
/*------------------------------*/
header .headerMenu #menuBtn {
  width: 4em;
  height: auto;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2em;
  margin-left: -2em;
}

header .headerMenu #menuBtn > span,
header .headerMenu #menuBtn > span:before,
header .headerMenu #menuBtn > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6em;
  background: #0b277a;
  border-radius: 2px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

header .headerMenu #menuBtn > span {
  margin: 1.2em 0;
  position: relative;
}

header .headerMenu #menuBtn > span:before,
header .headerMenu #menuBtn > span:after {
  position: absolute;
  left: 0;
}

header .headerMenu #menuBtn > span:before {
  top: -1.2em;
}

header .headerMenu #menuBtn > span:after {
  top: 1.2em;
}

header .headerMenu #menuBtn.open > span {
  background: transparent;
}

header .headerMenu #menuBtn.open > span:before {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

header .headerMenu #menuBtn.open > span:after {
  top: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* header／ナビゲーション
/*------------------------------*/
#globalNav {
  width: 100%;
  height: auto;
  display: none;
  overflow-y: auto;
}

.headerNav {
  display: none;
  background: #fff;
}

.headerNav a {
  display: block;
  text-decoration: none;
}

.headerNav > li > a,
.headerNav > li > p {
  padding: 10px 3%;
  color: #0b277a;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  cursor: pointer;
  background: #fff;
}

.headerNav > li > a:before,
.headerNav > li > a:after,
.headerNav > li > p:before,
.headerNav > li > p:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #c4c4c4;
  position: absolute;
  top: 50%;
  right: 15px;
}

.headerNav > li > a:before,
.headerNav > li > a:after {
  width: 15px;
}

.headerNav > li > a:before {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerNav > li > a:after {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerNav > li > p:before,
.headerNav > li > p:after {
  margin-top: -1px;
}

.headerNav > li > p:not(.open):after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.headerNav > li > ul {
  display: none;
  background: #0b277a;
}

.headerNav > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #556698;
}

.headerNav > li > ul > li > a {
  padding: 10px 3%;
  color: #fff;
}

/* ナビゲーション展開時オーバーレイ
/*------------------------------*/
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/*======================================================================
# footer
======================================================================*/
.footer {
  width: 100%;
  background: #263345;
}

.footer .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.footer .flex .copy-right {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 22px 0;
    line-height:2em;
}

.footer .flex .privacy-policy {
  color: #fff;
  height: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 22px 0;
}

@media screen and (max-width: 680px) {
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .flex .copy-right {
    padding: 0 0 15px;
    font-size: 10px;
  }
  .footer .flex .privacy-policy {
    padding: 15px 0 10px;
    font-size: 10px;
  }
}

/*======================================================================
# about.html
======================================================================*/
#contents .contentBlock .innerContent .underContent iframe {
  width: 100%;
}

@media screen and (max-width: 720px) {
  #contents .contentBlock .innerContent .underContent .howManyArea .content {
    overflow-x: scroll;
  }
}

/*======================================================================
# app_private.html
======================================================================*/
#contents .contentBlock .innerContent .stepBox .stepContent .stepLong:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 720px) {
  #contents .contentBlock .innerContent .stepBox .stepContent .stepMsg {
    width: calc(100% - 80px);
  }
}

/*======================================================================
# faq.html
======================================================================*/
/*======================================================================
# case.html
======================================================================*/
#contents .contentBlock .caseChoice.flex {
  margin: 0 auto;
  padding: 0 40px;
}

#contents .contentBlock .caseChoice.flex li {
  width: 30%;
  height: 100%;
}

#contents .contentBlock .caseChoice.flex li img {
  width: 100%;
  height: 100%;
}

#contents .contentBlock .caseMainImg img {
  width: 100%;
}

/*======================================================================
# app_group.html
======================================================================*/
#contents .contentBlock .innerContent .harfBoxes .harfBox {
  width: 46%;
}

/*======================================================================
# books.html
======================================================================*/
#contents .contentBlock .innerContent .underContent .bookArea .bookBlock.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#contents .contentBlock .innerContent .underContent .bookArea .bookBlock.flex .bookDesc.type01 {
  width: calc(100% - 100px);
}

#contents .contentBlock .innerContent .underContent .bookArea .bookBlock.flex .bookDesc.type02 {
  width: calc(100% - 130px);
}

/*======================================================================
# sample.html
======================================================================*/
#contents .contentBlock .innerContent .underContent .questionArea .question {
  color: #2584a0;
}

#contents .contentBlock .innerContent .underContent .questionArea .answere .qustionSecond {
  color: #2584a0;
}

#contents .contentBlock .innerContent .underContent .beforeBtnArea {
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents .contentBlock .innerContent .underContent .beforeBtnArea .beforeText {
  color: #585858;
  margin-top: 0;
  width: calc(100% - 305px);
}

@media only screen and (max-width: 760px) {
  #contents .contentBlock .innerContent .underContent .beforeBtnArea .beforeText {
    width: calc(100% - 230px);
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  #contents .contentBlock .innerContent .underContent .beforeBtnArea .beforeBtn {
    width: 230px;
  }
}

#contents .contentBlock .innerContent .underContent .beforeBtnArea .beforeBtn img {
  width: auto;
  height: auto;
}

/*======================================================================
# seminar
======================================================================*/
#contents .contentBlock .innerContent .underContent .seminerTable caption {
  color: #000;
}

#contents .contentBlock .innerContent .underContent .seminerTable th {
  background: #f2f2f2;
  color: #000;
  border: 1px solid #e9e9e9;
}

#contents .contentBlock .innerContent .underContent .seminerTable td {
  border: 1px solid #e9e9e9;
}

/*======================================================================
# privacy.html
======================================================================*/
#contents .contentBlock .innerContent.privacy .privacyTitle {
  color: #5f8dbc;
}

/*======================================================================
# outline.html
======================================================================*/
#contents .contentBlock.outline1 .outlineTabOuter .outlineTab,
#contents .contentBlock.outline2 .outlineTabOuter .outlineTab,
#contents .contentBlock.outline3 .outlineTabOuter .outlineTab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contents .contentBlock.outline1 .outlineTabOuter .outlineTab li,
#contents .contentBlock.outline2 .outlineTabOuter .outlineTab li,
#contents .contentBlock.outline3 .outlineTabOuter .outlineTab li {
  width: 32.5%;
}

#contents .contentBlock.outline1 .outlineTabOuter .outlineTab li img,
#contents .contentBlock.outline2 .outlineTabOuter .outlineTab li img,
#contents .contentBlock.outline3 .outlineTabOuter .outlineTab li img {
  width: 100%;
}

#contents .contentBlock.outline1 .outlineBtns,
#contents .contentBlock.outline2 .outlineBtns,
#contents .contentBlock.outline3 .outlineBtns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}

#contents .contentBlock.outline1 .outlineBtns li,
#contents .contentBlock.outline2 .outlineBtns li,
#contents .contentBlock.outline3 .outlineBtns li {
  width: 48%;
  max-width: 305px;
}

/*======================================================================
# top
======================================================================*/
