@charset "UTF-8";
/* =============================
header
===============================*/
header {
  background: #fff;
  width: 100%;
}
.h_logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.h_logo img {
  width: 268px;
}
.headerSet {
  padding: 15px 0 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: space-between;
}
.link_tocho {
  font-size: 0.875em;
}
.voice {
  position: absolute;
  z-index: 100;
  right: 0px;
  display: run-in;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  overflow: hidden;
}
/* @media
------------------------------------------------*/
@media (max-width: 999px) {
  .h_logo img {
    width: calc(350px - 75px);
  }
  .headerSet {
    width: calc(100% - 30px);
    display: block;
  }
  .headerSet > div:last-of-type {
    margin-left: 0;
    width: 100%;
  }
  .link_tocho {
    text-align: center;
    margin-top: 1em;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .h_logo img {
    width: calc(300px - 75px);
  }
}
/* =============================
gnavi
===============================*/
.gnaviSet {
  background: #E6F5FF;
  padding: 0.5em;
}
.gnavi {
  max-width: 1000px;
  margin: auto;
}
.gnavi ul {
  text-align: center;
}
.gnavi li {
  display: inline-block;
  line-height: 2;
}
.gnavi li::before {
  content: url("../img/line.png");
  vertical-align: middle;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.gnavi li:nth-of-type(4)::after, .gnavi li:nth-of-type(7)::after {
  vertical-align: middle;
  content: url("../img/line.png");
  padding-left: 0.6em;
}
@media (max-width: 999px) {
  .gnaviSet {
    padding: 0;
  }
  .gnavi {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #333;
    background: #E6F5FF;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnavi ul {
    background: #E6F5FF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .gnavi ul li {
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .gnavi .nolink {
    box-sizing: border-box;
    padding: 1em 1em;
  }
  .gnavi ul li a {
    box-sizing: border-box;
    display: block;
    padding: 1em 1em;
  }
  .gnavi ul li a:hover {
    color: #fff;
    background: #1f2f54;
    box-sizing: border-box;
  }
  .gnavi {
    display: none;
  }
  .gnavi.active {
    display: block;
    transform: translateY(0%);
  }
  .gnavi .sub-menu li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .overflowHidden {
    overflow: hidden;
  }
  .gnavi li::before {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
  .gnavi li:nth-of-type(4)::after, .gnavi li:nth-of-type(7)::after {
    content: "";
    padding-left: 0;
  }
}
/*==================================
spmenu
==================================*/
.hamburger {
  display: none;
}
@media (max-width: 999px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 14px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}
.spopen {
  background: url("../img/gmenu.png") no-repeat center center/48px;
  height: 48px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.hamburger.active .spopen {
  display: none;
}
.spclose {
  display: none;
}
.hamburger.active .spclose {
  display: block;
  background: url("../img/gmenu_close.png") no-repeat center center/48px;
  height: 48px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* =============================
共通
===============================*/
.credit {
  display: table;
  margin: 1.5em auto 2em !important;
  font-size: 0.750em;
}
.credit dl {
  display: flex;
  flex-wrap: wrap;
}
.credit dt {
  width: calc(9em + 1em);
}
.credit dd {
  width: calc(100% - 10em);
  margin-left: 0;
}
.contSetSt, .section {
  margin: 0 auto;
  max-width: 1000px;
}
.contSetSt {
  margin: 0 auto;
}
.pageSet {
  margin-top: 4em;
}
.section {
  margin: 3em auto 4em;
}
.section p, .pageSet p {
  font-size: 1.125em;
  text-indent: 1em;
}
.section ul, .section ol, .pageSet ul, .pageSet ol {
  font-size: 1.125em;
  padding-left: 2em;
  margin: 1em 0;
}
@media (max-width: 999px) {
  .contSetSt, .section, .footerSet {
    width: calc(100% - 30px);
  }
  .pageSet {
    margin-top: 1em;
  }
}
/*--------------------*/
.bgColor1 {
  background: #1f2f54;
  padding: 1.5em 0 1em;
  text-align: center;
}
.bgColor1 h1, .bgColor1 h2 {
  color: #fff;
  /* text-shadow: #fff 2px 2px 0px;*/
}
.bgColor1 h1 {
  font-size: 2.625em;
}
.bgColor1 h2 {
  font-size: 1.563em;
}
.bgColor2 {
  background: #F2FAFF;
}
.decBtn {
  margin: 1.5em auto 1em;
  color: #1f2f54;
  background: #fff;
  border-radius: 50px;
  max-width: 292px;
}
.decBtn p {
  padding: 0.2em 0;
}
.sepImg1, .sepImg2 {
  display: flex;
}
.sepImg2 {
  margin-top: 6em;
  /*background: #E6F5FF;*/
}
.sepImg1 img, .sepImg2 img {
  width: 100%;
}
.baseColor1 {
  background: #F2FAFF;
  padding: 0.5em 0 1.5em;
  margin-top: 4.5em;
}
.pageSet h1 {
  width: calc(100% - 10px);
  padding: 0.5em 0.7em;
  box-sizing: border-box;
  border: solid 3px #1f2f54;
  box-shadow: #1f2f54 10px 10px 0;
}
.section h2, .pageSet h2 {
  font-size: 1.5em;
  margin: 2em 0 1em;
  text-align: center;
  border-bottom: solid 2px #1f2f54;
}
.section h2 {
  padding: 0.5em 0 0.5em;
}
.pageSet h2 {
  padding: 1em 0 0.5em;
}
.section h3, .section .h3, .pageSet h3 {
  font-size: 1.250em;
}
.pageSet h3 {
  margin-top: 2em;
}
.section h3 + p, .pageSet h3 + p, .section h3 + ul, .section h3 + ol, .pageSet h3 + ul, .pageSet h3 + ol {
  margin-top: 0.2em;
}
.section h4, .pageSet h4 {
  color: #fff;
  background: #1f2f54;
  padding: 0.3em 0.7em;
  font-size: 1.500em;
  margin-top: 3em;
}
p + h4 {
  margin-top: 1em !important;
}
.forewordFocus h4 {
  color: inherit;
  background: none;
  padding: 0;
  font-size: 1.1em;
  margin-top: 0.1em;
}
.forewordFocus h4:only-child {
  margin-bottom: 0.6em;
}
.forewordFocus h4 + p {
  margin-top: 0.4em;
}
.forewordFocus > p:last-child {
  margin-bottom: .4em;
}
/*--------------------*/
p.noindent {
  text-indent: 0 !important;
}
.pageSet h1 + p {
  margin-top: 2em
}
.pageSet ul li,
.listDisc li {
  list-style-type: disc;
}
.pageSet ol li {
  list-style-type: decimal;
}
.listKana {
  list-style-type: katakana;
}
/* =============================
footer
===============================*/
footer {
  background: #E6F5FF;
  padding: 2em 0 0;
  font-size: 0.875em;
}
.footerMerginTop {
  margin-top: 6em;
}
.footerSet {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.copyright {
  color: #fff;
  margin-top: 3em;
  padding: 1em 0;
  font-size: 0.750em;
  text-align: center;
  background: #1f2f54;
}
/* footer_navi
------------------------------------------------*/
.fnavi {
  max-width: 920px;
  margin: auto;
}
.fnavi ul:nth-of-type(2) {
  margin-top: 2em;
}
.fnavi li {
  display: inline-block;
  line-height: 2;
}
.fnavi li::before {
  content: url("../img/line.png");
  vertical-align: middle;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.fnavi li:nth-of-type(4)::after, .fnavi li:last-of-type::after {
  content: url("../img/line.png");
  vertical-align: middle;
  padding-left: 0.6em;
}
.finfo {
  margin-top: 2em;
}
@media (max-width: 999px) {
  .footerSet {
    text-align: left;
  }
  .fnavi ul:nth-of-type(2) {
    margin-top: 1em;
  }
  .fnavi li {
    display: block;
  }
  .fnavi li::before {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
  .fnavi li:nth-of-type(4)::after, .fnavi li:last-of-type::after {
    content: "";
    padding-left: 0;
  }
}
/* =============================
共通
===============================*/
/*.breadcrumbs
------------------------------------------------*/
.breadcrumbs {
  margin: 0.3em auto;
  font-size: 0.750em;
  padding: 1em 0 0.8em;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.breadcrumbs ul a {
  text-decoration: underline;
}
.breadcrumbs li {
  padding-left: 0.5em;
}
.breadcrumbs li:first-of-type {
  padding-left: 0;
}
.breadcrumbs li::after {
  margin-left: 0.5em;
  content: "›";
}
.breadcrumbs li:last-of-type:after {
  content: none;
  margin-left: 0;
}
@media (max-width: 999px) {
  .breadcrumbs ul {
    width: calc(100% - 30px);
  }
  .breadcrumbs {
    border-top: solid 1px #ccc;
    padding: 0.8em 0 0.8em;
  }
}
/* oucusPart icn
------------------------------------------------*/
.foucusPart, .foucusPart2 {
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 2em 2.5em 1.5em;
}
.foucusPart {
  background: #fff;
}
.foucusPart2 {
  margin: 0.5em 0 1.5em;
  background: #FAFDFF;
}
.colorGre {
  color: #0c296c;
  margin-bottom: 0.5em;
}
.icn_pdf:after, a[data-content="pdf"]:after, .icn_mov:after, a[data-content="mov"]:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.3em;
  margin-left: 0.5em;
}
.icn_pdf:after, a[data-content="pdf"]:after {
  background: url("../img/icn_pdf.png") no-repeat left 0/1em;
}
.icn_mov:after, a[data-content="mov"]:after {
  background: url("../img/icn_mov.png") no-repeat left 0/1.1em;
}
.icn_pdf_b:before, .icn_mov_b:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.3em;
  margin-right: 0.5em;
}
.icn_pdf_b:before {
  background: url("../img/icn_pdf.png") no-repeat left 0/1em;
}
.icn_mov_b:before {
  background: url("../img/icn_mov.png") no-repeat left 0/1.1em;
}
/* btnType1
------------------------------------------------*/
.btnType1, .btnType2, .btnType3 {
  font-size: 1.5em !important;
  margin: 1.2em auto 0 !important;
  padding-left: 0 !important;
}
.foreword .btnType1, .foreword .btnType2、 .foreword .btnType3 {
  margin-top: 2em !important;
}
.foreword [class^="btnType"] + [class^="btnType"],
.foreword [class^="btnType"] + [class*=" btnType"], 
.foreword [class*=" btnType"] + [class^="btnType"],
.foreword [class*=" btnType"] + [class*=" btnType"] {
  margin-top: 1em !important;
}
.btnType1 li, .btnType2 li, .btnType3 li {
  list-style-type: none !important;
}
.btnType1 .nolink, .btnType1 a, .btnType2 a, .btnType3 a {
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  display: block;
  padding: 1.1em 2em 1.2em 3.8em;
  border-radius: 5px;
}
.btnType1 .nolink {
  border: solid 2px #5E5E5E;
  background: #FAFAFA url("../img/arrow_off.png") no-repeat 1.2em center/1.5em;
}
.btnType1 a, .btnType2 a, .btnType3 a {
  text-decoration: none;
}
.btnType1 a {
  border: solid 2px #1f2f54;
  background: #F2FAFF url("../img/arrow_on.png") no-repeat 1.2em center/1.5em;
}
.btnType1white a {
  background-color: #fff;
}
.btnType2 a {
  border: solid 2px #186FCC;
  background: #EAF3F7 url("../img/arrow_on2.png") no-repeat 1.2em center/1.5em;
}
.btnType3 a {
  border: solid 2px #A85401;
  background: #FEF2E2 url("../img/arrow_on3.png") no-repeat 1.2em center/1.5em;
}
.btnType1 a:hover {
  opacity: 1;
  background: #fff url("../img/arrow_on.png") no-repeat 1.2em center/1.5em;
}
.btnType2 a:hover {
  color: #186FCC !important;
  opacity: 1;
  background: #fff url("../img/arrow_on2.png") no-repeat 1.2em center/1.5em;
}
.btnType3 a:hover {
  color: #A85401 !important;
  opacity: 1;
  background: #fff url("../img/arrow_on3.png") no-repeat 1.2em center/1.5em;
}
.btnType1 a span, .btnType2 a span, .btnType3 a span {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 2.1em);
}
.btnType1 a small, .btnType2 a small, .btnType3 a small {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}
/*テーブルタイプ
--------------------------------*/
.tableType01 {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}
.tableType01 th, .tableType01 td {
  border: solid 1px #bbb;
  padding: 0.8em;
}
.tableType01 th {
  background: #F2FAFF;
}
.tableType01 tr:nth-of-type(2n+1) {
  background: #F7F7F7;
}
.forewordTable tr.bgWhite {
  background: #fff;
}
.tableType01 th {
  width: 50%;
}
.tableType01 td {
  text-align: center;
}
.tableType01 td:nth-of-type(2) {
  text-align: left;
}
.accessibility th:nth-of-type(1) {
  width: 5%;
}
.accessibility th:nth-of-type(2) {
  width: 30%;
}
.accessibility th:nth-of-type(3) {
  width: 5%;
}
.accessibility th:nth-of-type(4) {
  width: 10%;
}
.accessibility th:nth-of-type(5) {
  width: 5%;
}
.accessibility th:nth-of-type(6) {
  width: 5%;
}
.program .tableType01 {
  font-size: 0.875em;
}
.program .tableType01 td {
  text-align: left;
}
.program .tableType01 th:nth-of-type(1) {
  width: 52%;
}
.program .tableType01 th:nth-of-type(2) {
  width: 18%;
}
.program .tableType01 th:nth-of-type(3) {
  width: 32%;
}
.program .tableType01.forum_mov th:nth-of-type(1) {
  width: 60%;
}
.program .tableType01.forum_mov th:nth-of-type(2) {
  width: 40%;
}
.program .tableType01.forum_mov2 th:nth-of-type(1) {
  width: 35%;
}
.program .tableType01.forum_mov2 th:nth-of-type(2) {
  width: 40%;
}
.program .tableType01.forum_mov2 th:nth-of-type(3) {
  width: 25%;
}
.program .tableType01.forum_mov2 ul {
  font-size: 0.875rem;
}
.forewordTable td {
  text-align: left;
}
.forewordTable.tableType01 th:nth-of-type(2) {
  width: 35%;
}
/*program
--------------------------------*/
.program_list {
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
}
.program_list ul {
  width: calc((100% / 2) - 18px);
  padding-left: 0em;
}
.program_list li {
  background: url("../img/arrow_on.png") no-repeat left 0/1em;
  list-style-type: none !important;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}
/*==================================
others
==================================*/
.margin2em {
  margin-top: 2em !important;
}
.margin3em {
  margin-top: 3em !important;
}
.margin4em {
  margin-top: 4em !important;
}
.margin5em {
  margin-top: 5em !important;
}
.margin05em {
  margin-top: 0.5em !important;
}
.margin1em {
  margin-top: 1em !important;
}
.marginLeft1em {
  margin-left: 1em !important;
}
.margin15em {
  margin-top: 1.5em !important;
}
.marginTop0 {
  margin-top: 0 !important;
}
.marginBottom0 {
  margin-bottom: 0 !important;
}
.marginBottom075em {
  margin-bottom: 0.75em !important;
}
.margin0 {
  margin: 0 !important;
}
.sp_br, .sp_only {
  display: none !important;
}
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}
.inlineBlock {
  display: inline-block;
}
@media (max-width: 999px) {
  .sp_only {
    display: block !important;
  }
}
@media (max-width: 579px) {
  .sp_br {
    display: block !important;
  }
  .pc_br {
    display: none !important;
  }
}
#gotoTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99999;
}
#gotoTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  text-decoration: none;
  text-align: center;
}
#gotoTop a:hover {
  text-decoration: none;
  filter: brightness(120%);
}
#gotoTop img {
  width: 90px;
}
@media (max-width: 680px) {
  #gotoTop img {
    width: 72px;
  }
}
@media (max-width: 999px) {
  .finfo {
    width: calc(100% - 110px);
  }
}
@media (max-width: 321px) {
  .finfo {
    font-size: 92%;
  }
}
/* skip
------------------------------------------------*/
.skip {
  position: fixed;
  top: -100px;
  z-index: 10001;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.skip a {
  display: block;
  position: fixed;
  top: -100px;
  width: 100%;
  text-align: center;
  padding: 3px;
  background: #fff;
  transition: 150ms;
}
.skip a:focus {
  top: 0;
}