* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", "Yu Gothic", 游ゴシック体, YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.733em;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  clear: both;
}

.sp-only,
.toggleInner {
  display: none;
}
.toggle {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.dd_lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 96%;
    position: absolute;
    top: 0;
    left: 5px;
}

.g_list:hover .dd_lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}

.dd_list {
    background-color: #035185;
    height: 30px;
    transition: all .3s;
    position: relative;
    padding-top:4px;
    font-size: 13px;
}
.dd_list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dd_list:hover {
    background-color: #056baf;
}
.dd_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dd_list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

a:hover {
  opacity: 0.7;
}

.tc {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.fn {
  float: none !important;
}
.b {
  font-weight: bold;
}

.cl {
  clear: both;
}

small {
  font-size: 80%;
}
.emphasis {
  border-bottom: 2px solid #f4b5b5;
}
.img-responsive {
  max-width: 100%;
}

section {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.container {
  width: 100%;
  width: 880px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 99%;
  margin: 0 auto;
  overflow: hidden;
}
.row {
  width: 100%;
  clear: both;
}
.w100 {
  width: 100% !important;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.linkBtn {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.6rem 2.5rem;
  display: block;
  color: #000;
  background: #fff;
  border: solid 1px #c7002f;
  position: relative;
  border-radius: 2rem;
  moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
.linkBtn:after {
  position: absolute;
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  color: #c7002f;
  font-size: 1.6rem;
  top: 50%;
  right: 1.5rem;
  line-height: 1;
  margin-top: -0.8rem;
}
.linkBtn.linkBtn-s {
  color: #000;
  background: #fff;
  border: solid 1px #c7002f;
  width: calc(33.33% - 2rem);
  float: left;
  text-decoration: none;
  padding: 0.8rem 2.5rem;
}

.linkBtn:hover {
  color: #c7002f;
  background: #fff;
}
.linkBtn.noArrow:after {
  content: "";
}

.linkBtn:hover::after {
  color: #c7002f;
}
.linkBtn.linkBtn-s:hover {
  color: #c7002f;
  background: #fff;
}

.linkBtn.linkBtn-s:hover::after {
  color: #c7002f;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10 {
  float: left;
}

.col-sm-1 {
  width: 8.333333%;
}

.col-sm-2 {
  width: 16.66666%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.3333%;
}

.col-sm-5 {
  width: 41.6666%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333%;
}

.col-sm-8 {
  width: 66.66666%;
  margin: 0 auto;
}

.col-sm-9 {
  width: 75%;
  margin: 0 auto;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-offset-1 {
  margin-left: 8.333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666%;
}
.fcRed {
  color: #c7002f;
}
.m-auto{
  margin: auto !important;
}
.m0 {
  margin: 0;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt30 {
  margin-top: 3rem;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 0.5rem;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb45 {
  margin-bottom: 4.5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.pl1em {
  padding-left: 1em;
}
header {
  width: 100%;
  z-index: 99;
  position: relative;
  background: none;
  height: 7.5rem;
  position: relative;
}
header .container {
  width: 120rem;
  overflow: visible;
  position: relative;
}
header .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6rem;
  background-color: #c7002f;
  right: calc(99% - 43rem);
}
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: #c7002f;
}
.logo {
  width: 45.9rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  float: left;
  background: url(images/headerLogoBg.svg) no-repeat right;
  background-size: 3.7rem 6rem;
}
.logo img {
  height: 3.3rem;
  margin: 1.6rem 1.5rem 1.1rem 3.3rem;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo a span {
  color: #fff;
  font-size: 1.8rem;
}
.headerTxt {
  position: absolute;
  top: 3.3rem;
  left: 40%;
  height: 1rem;
}
.searchform {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .searchform {
  position: absolute;
  top: 2.5rem;
  left: 57%;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #afafaf;
  padding: 0.7rem;
  width: 100%;
  border-radius: 0.3rem;
}
select{
  border: 1px solid #afafaf;
  padding: 0.7rem;
  border-radius: 0.3rem;
}
input[type="checkbox"] {
  margin-right: 0.5em;
}
.searchform input[type="text"] {
  border: none;
  border: 1px solid #afafaf;
  padding: 0 5px;
  height: 2.5rem;
}
.searchform input[type="submit"] {
  position: relative;
  background: url(images/search.svg) no-repeat center #afafaf;
  background-size: 1.7rem;
  border: none;
  height: 2.5rem;
  width: 3.1rem;
}
.login {
  float: right;
  font-size: 2.8rem;
  color: #c7002f;
  margin: 3rem 2.5rem 0 0;
  display: flex;
  align-items: center;
}
.login .loginHead {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
header .toggleInner {
  padding-top: 2rem;
  position: absolute;
  top: 5.5rem;
  right: 0;
}
.toggleInner {
  clear: both;
}
.toggleInnerCont {
  overflow: visible;
  padding: 1rem;
  background: #fff;
  border: 1px solid #c7002f;
  position: relative;
}
header .toggleInnerCont:after,
header .toggleInnerCont:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 56%;
}
header .toggleInnerCont:after {
  border-color: rgba(255, 15, 0, 0);
  border-top-width: 20px;
  border-bottom-width: 14px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  margin-bottom: 0px;
  border-bottom-color: #fff;
}

header .toggleInnerCont:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 1px;
  border-bottom-width: 15px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-bottom: 0px;
  border-bottom-color: #c7002f;
}

header .toggleInner li .fa {
  color: #c7002f;
  margin-right: 0.5rem;
}
header .toggleInner li a {
  font-size: 1.2rem;
}
header .toggleInner li a:hover {
  color: #c7002f;
}
#nav {
  background: #c7002f;
}
#nav .container {
  overflow: visible;
}
#nav ul {
  display: flex;
}
#nav ul li {
  width: 16.66666%;
  height: 5rem;
  padding: 0.6rem;
}
#nav ul li a {
  color: #fff;
  border-radius: 1.9rem;
  height: 3.8rem;
  line-height: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#nav ul li a:hover,
#nav ul li a.current {
  opacity: 1;
  font-weight: 500;
  color: #c7002f;
  background: #fff;
}
.menu:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1.4rem;
  content: ">";
  font-size: 1.4rem;
  font-weight: 500;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#main {
  width: calc(100% - 25rem);
  float: left;
}
.bx-wrapper {
  margin: 0 auto !important;
  box-shadow: none !important;
  border: none !important;
}
.bxslider {
  margin: 0px;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper img {
  margin: 0 auto;
  display: block;
}

.bx-viewport {
  max-height: 450px;
}
.bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 4.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: -2.1rem auto 0;
}
.bx-controls {
  width: 100%;
}
.bx-controls-direction a {
  display: block;
  height: 4.2rem !important;
  width: 2.2rem !important;
}
.bx-wrapper .bx-prev {
  position: absolute;
  left: 2rem !important;
  background: url(images/arrowLeft.png) no-repeat !important;
  background-size: cover;
}
.bx-wrapper .bx-next {
  position: absolute;
  right: 2rem !important;
  left: auto !important;
  background: url(images/arrowRight.png) no-repeat !important;
  background-size: cover;
}
#sidebar {
  width: 25rem;
  padding-left: 3rem;
  float: right;
}
.newsUl li {
  padding: 1rem 0;
  border-bottom: 1px dashed #bbb;
}
.newsUl li a,
.guideDl a {
  color: #3571ba;
  text-decoration: underline;
}

.newsUl .title {
  clear: both;
}
.bannerArea {
  margin-top: 3rem;
  text-align: center;
}
.date {
  font-size: 1.5rem;
}
.newsUl .date {
  font-size: 1.3rem;
  float: left;
  margin-right: 0.5rem;
}
.post-categories li {
  float: left;
  padding: 0;
  margin-right: 5px;
  border-bottom: none;
}
.post-categories li a {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  background: #efd875;
  line-height: 2.1rem;
  padding: 0 0.5rem;
}
.breadClimb {
  padding: 2rem 0 0;
  overflow: hidden;
}
.breadClimb li {
  float: left;
  font-size: 1.2rem;
  white-space: nowrap;
  position: relative;
  margin-right: 1.2rem;
}
.breadClimb li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #c7002f;
  margin-right: 0.8rem;
}
.breadClimb li:first-child:before {
  content: "\f015";
  font-size: 1.4rem;
}

.contentTtl {
  font-size: 1.6rem;
  color: #c7002f;
  margin: 2rem 0 2.4rem;
  padding: 3px 5px 5px 0;
  border-bottom: 2px solid #c7002f;
}
.contentTtl a {
  float: right;
  font-size: 1.6rem;
}
.contentTtl a .fa {
  color: #c7002f;
  /*color: #c7002f*/
  margin-right: 0.8rem;
}
.contentTtl .date {
  font-weight: normal;
  color: #000;
  float: right;
}
/*TOP*/
.faqSect {
  border-radius: 1.5rem;
  background: #f4f4f4;
  overflow: hidden;
  margin-bottom: 2rem;
}
.faqTtl {
  font-size: 1.6rem;
  line-height: 3.6rem;
  padding-left: 1.5rem;
  white-space: nowrap;
  color: #fff;
  background: #c7002f;
}
.faqTtl span {
  width: 2.2rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 1rem;
}
.faqTtl a {
  color: #fff;
  font-size: 1.4rem;
  float: right;
  padding-right: 1rem;
}
.faqTtl a .fa {
  margin-right: 0.8rem;
}
.faqTtl2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.6rem;
  padding-left: 1.5rem;
  white-space: nowrap;
  background: #c7002f;
}
.faqTtl2 span {
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 1rem;
}
.faqTtl2 a {
  color: #fff;
  font-size: 1.4rem;
  float: right;
  padding-right: 1rem;
}
.faqTtl2 a .fa {
  margin-right: 0.8rem;
}
.topLink {
  clear: both;
  padding: 1.5rem;
  overflow: hidden;
}
.topLink li {
  padding: 1rem;
  width: 100%;
}

/**/
.wp_pagenavi,
.wp_pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp_pagenavi li,
.m-pagenation__prev,
.m-pagenation__next {
  margin: 0.6rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 5px;
  background-color: #c7002f;
}
.wp_pagenavi li a,
.m-pagenation__prev a,
.m-pagenation__next a {
  color: #fff;
  display: block;
  background-color: #c7002f;
}
.wp_pagenavi li.current {
  background-color: #bbbbbb;
}
.postLinks {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  padding: 30px 0 15px;
}
.postLinks li a {
  line-height: 1;
  color: #fff;
  background: #c7002f;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: block;
}
/*download*/
.downloadLink {
  text-align: center;
  padding-top: 50px;
}
.downloadLink li {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  margin: 20px;
}
.downloadLink li a {
}
/*faq*/

.tab-area {
  margin-top: 15px;
  display: flex;
  cursor: pointer;
}
.tab-area li {
  border-radius: 8px 8px 0 0;
  line-height: 1.4;
  padding: 0.5rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4b5b5;
  font-size: 1.3rem;
}
.indexContents .tab-area li {
  font-size: 1.6rem;
  width: calc(33.3333% - 1px);
  margin-left: 1px;
}
.faqContents .tab-area {
  flex-wrap: wrap;
}
.faqContents .tab-area li {
  min-width: 10rem;
  height: 2.6rem;
  padding: 0 1rem;
  line-height: 2.6rem;
  border-radius: 13px;
  margin: 0 10px 10px 0;
}
.contactContents .tab-area li {
  font-size: 1.6rem;
  width: 50%;
}
.tab.active {
  background: #c7002f;
  border: none;
}
.tab.active a {
  color: #fff;
  font-weight: 500;
}
.tab-content-area {
  padding: 1rem 2rem 2rem;
  border: solid #c7002f;
  /*border: solid #c7002f;*/
}
.indexContents .tab-content-area {
  height: 16rem;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  padding: 1rem;
}
.indexContents .tab-content-area .linkBtn.linkBtn-s {
  margin: 1rem;
}
.tab-content {
  display: none;
}
.tab-content {
  display: block;
  border-width: 6px 2px 2px 2px;
}
.tab-content .toggle {
  position: relative;
  display: block;
}
.tab-content .toggle:hover {
  opacity: 0.7;
}
.tab-content .toggle:after {
  position: absolute;
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  color: #c7002f;
  /*color: #c7002f;*/
  font-size: 1.8rem;
  top: 0;
  right: 0.5rem;
  line-height: 1;
}
.tab-content .toggle.active:after {
  content: "\f106";
}
.contactMain .tab-content ul {
  padding-left: 1em;
}
.tab-content dl {
  margin-bottom: 1.5rem;
}
.tab-content dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.tab-content dd {
  margin-bottom: 2rem;
}
.destinationTable th {
  text-align: left;
  width: 25.5rem;
}
.contactMain .tab-content ul li:before {
  content: "・";
  color: #000;
}
.contactMain .tab-content ul li a {
  color: #3571ba;
  text-decoration: underline;
}
.guideTableOuter {
  display: block;
  margin-bottom: 1.5rem;
  max-width: 500px;
}
.guideArrow {
  margin: 3rem 0 0;
  text-align: center;
  width: 100%;
}
.guideArrow span {
  font-size: 2rem;
  color: #c7002f;
  padding: 0 0.3rem;
  vertical-align: middle;
}
.guideArrow span .fa {
  font-size: 2.6rem;
}
.guideTable {
  width: calc(100% - 30px);
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 15px;
  white-space: nowrap;
}
.guideTable th {
  border: 1px solid #ccc;
  background-color: #e8e8e8;
  font-weight: normal;
  padding: 5px 10px;
}
.guideTable td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.guideTable td:first-child {
  text-align: center;
  font-size: 2rem;
}
.tab-content ul li {
  position: relative;
  margin-top: 1rem;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.tab-content ul li ul li {
  font-weight: normal;
  font-size: 1.4rem;
}
.tab-content a {
  color: #3571ba;
  text-decoration: underline;
}
.tab-content ul li:before {
  content: "■";
  color: #c7002f;
  /*color: #c7002f;*/
  margin-right: 0.3rem;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content ul li li:before {
  font-size: 1rem;
}
.tab-content ul li li li:before {
  content: "・";
  color: #c7002f;
}
.faqCatDl {
  padding: 0;
  padding: 1rem;
  border-bottom: 1px dashed #ddd;
}
.faqCatDl2 {
  padding: 0;
}
.faqCatDl dt {
  position: relative;
  padding: 1rem 3rem 1rem 3rem;
  cursor: pointer;
  font-weight: 500;
}
.faqCatDl2 dt {
  position: relative;
  padding: 1rem 3rem 1rem 3rem;
  cursor: pointer;
  font-weight: 500;
}
.faqCatDl dt:before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-weight: bold;
  content: "Q";
  color: #fff;
  background: #c7002f;
}
.faqCatDl2 dt:before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-weight: bold;
  content: "Q";
  color: #fff;
  background: #c7002f;
}
.faqCatDl dt:after {
  position: absolute;
  top: 1rem;
  right: 20px;
  display: block;
  content: "\f078";
  font-family: FontAwesome;
  color: #c7002f;
}
.faqCatDl dt.active:after {
  content: "\f077";
}
.faqCatDl dt span,
.faqCatDl dd span {
}
.faqCatDl dd {
  display: none;
  padding: 1rem 3rem 1rem 3rem;
  position: relative;
  font-size: 1.3rem;
}
.faqCatDl dd:before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-weight: bold;
  content: "A";
  color: #fff;
  background: #3571ba;
}

.faqCatDl a {
  color: #0000ff;
  text-decoration: underline;
  font-weight: bold;
}
/*bookmark*/
#downloadList {
  position: relative;
  border-radius: 1.5rem;
  background: #f4f4f4;
  overflow: hidden;
  width: 22rem;
  margin-right: 3rem;
  float: left;
  min-height: calc(100vh - 30rem);
}

.downloadListInner {
  padding: 1.5rem;
}
#downloadList ul li ul {
  padding-left: 1em;
}
#downloadList ul li {
  margin-bottom: 0.5rem;
}
#downloadList ul li ul {
  margin-top: 0.5rem;
}
#downloadList ul li a {
  color: #c7002f;
  text-decoration: underline;
}
.bookMarkTtl {
  line-height: 3.4rem;
  padding-left: 1.5rem;
  white-space: nowrap;
  background-color: #c7002f;
  color: #fff;
  display: flex;
  align-items: center;
}
.bookMarkTtl .fa {
  color: #f4f3d4;
  margin: 0.3rem 0.5rem 0 0;
}
.downloadPdf {
  width: calc(100% - 25rem);
  min-height: calc(100vh - 30rem);
  float: right;
  background: #fff4d9;
}
.downloadPdf2 {
  width: calc(100%);
  min-height: calc(100vh);
  background: #fff4d9;
}
/*documents*/
#documentsList {
  position: relative;
  border-radius: 1.5rem;
  background: #f4f4f4;
  overflow: hidden;
  width: 30rem;
  margin-right: 3rem;
  float: left;
}
/*min-height: calc(100vh - 30rem);*/
.documentsListInner {
  padding: 1.5rem;
}
.documentsListInner dl {
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.documentsListInner dt {
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  border-left: 0.7rem solid #cf2e2e;
}
.documentsListInner dd {
  margin-bottom: 0.75rem;
}
.documentsListInner dd a {
  position: relative;
  background: #fff;
  padding: 0.2em 1rem;
  border-radius: 1.5rem;
  display: block;
}
.documentsListInner dd a:after {
  position: absolute;
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  color: #c7002f;
  font-size: 1.4rem;
  top: 50%;
  right: 0.8rem;
  line-height: 1;
  margin-top: -0.7rem;
}
#documentsList li ul {
  padding-left: 1.5em;
}
#documentsList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
#documentsList li a {
  color: #c7002f;
  text-decoration: underline;
}
.downloadLinkLower {
  margin: 3rem auto;
  width: 100%;
  max-width: 34rem;
}
.downloadLinkLower .downloadLink {
  padding-top: 3rem;
}
.downloadLinkLower .downloadLink li {
  margin: 0;
}
.downloadLinkLower .downloadLink li a {
  text-align: left;
}
.documentsCont {
  width: calc(100% - 33rem);
  min-height: calc(100vh - 30rem);
  float: right;
}
.documentsTtl {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 2px solid #f4b5b5;
}
.documentsheading span {
  font-size: 1.6rem;
  padding: 5px 0;
  border-bottom: 2px solid #f4b5b5;
}
.documentsPdf {
  background: #fff4d9;
  min-height: calc(100vh - 90rem);
  margin: 1.5rem 0;
}
/*contact*/
hr {
  border: none;
  height: 1px;
  background: #ccc;
  margin: 2rem 0;
}
/*login*/
.InnerDl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.InnerDl dt {
  clear: both;
}
.InnerDl dd {
}
.InnerDl dd input[type="text"] {
  width: 100%;
}
.inner .linkBtn {
  margin: 3rem auto 1.5rem;
  max-width: 34rem;
}
.toFagotPass {
  color: #3571ba;
  text-decoration: underline;
  text-align: right;
  padding-right: 1rem;
}
.toFagotPass .fa {
  color: #c7002f;
  padding-right: 0.5rem;
}
.accountDl {
  overflow: hidden;
  border-top: 1px solid #bbb;
}
.accountDl .accountDl {
  border-top: none;
}

.accountDl dt {
  clear: both;
  display: flex;
  align-items: center;
  width: 20rem;
  float: left;
  height: 6rem;
}
.accountDl dd {
  float: left;
  height: 6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accountDl .linkBtn {
  width: 18rem;
  float: right;
  margin-top: 1rem;
}
.accountDl .linkBtn:after {
  content: "\f107";
}
.accountDl .linkBtn.active:after {
  content: "\f106";
}
.accountInner{
  padding:3rem;
  background: #f4f4f4;
  max-width: 75rem;
  margin: 1.5rem auto;
}
.accountInner dl{
  width: 100%;
}
.accountInner dt{
  width: 18rem;
text-align: left;
}
.accountInner dd{
  width: 30rem;
}
.accountInner select{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.accountInner select:first-child{
  margin-left:0;
}
.toggleInner dd {
  height: auto;
  display: block;
}
.toggleInner dd button {
  clear: both;
  margin: 1rem 0;
  display: block;
  color: #fff;
  background: #c7002f;
  border: 1px solid #c7002f;
  padding: 0.25rem 1rem;
  border-radius: 5px;
}
.toggleInner dd button:hover {
  color: #c7002f;
  background: #fff;
}
.loginContOuter {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.chlistContOuter {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.loginTextOuter dl {
  margin-bottom: 1.5rem;
  overflow: hidden;
  clear: both;
}
.loginTextOuter dl dt {
  white-space: nowrap;
  float: left;
}
.loginTextOuter dl dd {
  overflow: hidden;
}
.loginContInner {
  width: 48%;
  background: #f4f4f4;
  margin: 1.5rem auto 0;
  border-radius: 1rem;
  overflow: hidden;
}
.chlistContInnerLeft {
  width: 55%;
  background: #f4f4f4;
  margin: 1.5rem auto 0;
  overflow: hidden;
}
.chlistContInnerRight {
  width: 33%;
  background: #f4f4f4;
  margin: 1.5rem auto 0;
  overflow: hidden;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  border-radius: 0.3rem;
}  
.loginHeading {
  font-size: 1.8rem;
  color: #fff;
  background: #c7002f;
  border: 1px solid #c7002f;
  font-weight: bold;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
}
.loginHeading.loginHeadingBtn{
  cursor: pointer;
  width: 100%;
  height: 6rem;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loginHeading.loginHeadingBtn:hover{
  color: #c7002f;
  background: #fff;
}
.loginContInner form {
  padding: 3rem;
}
.loginContInner .InnerDl {
  display: block;
}
/*footer*/
footer {
  margin-top: 3rem;
}
.footerUpper01 {
  margin: 3rem 0;
}
.footerUpper01 h2 img {
  height: 1.2rem;
  margin-bottom: 1rem;
}
.footerUpper01 ul li {
  float: left;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1rem;
}
.footerUpper01 ul li a {
  border: 0.1rem solid #ddd;
  display: inline-block;
  width: 13.4rem;
  background: url(images/arr_ext.png) 95% center no-repeat;
}
.footerUpper02 {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  clear: both;
}
.footerUpper02 h2 {
  line-height: 1;
}
.footerUpper02 h2 img {
  height: 1rem;
}
.footerUpper02 ul {
  display: flex;
  overflow: hidden;
}
.footerUpper02 ul li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 1em;
  border-right: 0.1rem solid #333;
}
.footerUpper02 ul li a {
  color: #333;
  text-decoration: underline;
}
.footerUpper02 ul li:last-child {
  border-right: none;
}
#footerLower {
  background: #c7002f;
}
#footerLower .container {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLogo02 {
  display: block;
  height: 1.1rem;
  margin: 0.7rem 0 0.7rem 3.3rem;
}
.footerCopy {
  height: 1rem;
  margin: 0.8rem 2rem 0.8rem 0;
}

/*2021/1/14加筆*/
.bookmarkOuter {
  position: relative;
}
#downloadList {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5rem;
  background: #f4f4f4;
  overflow: hidden;
  width: 22rem;
  margin-right: 3rem;
  float: left;
  height: calc(110vh - 30rem);
}
.downloadListInner {
  padding: 1.5rem;
  height: calc(110vh - 33rem);
  overflow-x: auto;
  overflow-y: scroll;
}
.downloadPdf {
  width: calc(100% - 25rem);
  height: calc(91vh);

  float: right;
  background: #fff4d9;
}
.guideDl dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
.guideDl dd {
  padding-left: 1em;
  margin-bottom: 1.5rem;
}
.guideDl dd a {
  text-decoration: underline;
}
.guideDl dd ul {
  padding-top: 1rem;
}
.fagot-passwordInner{
  padding: 3rem;
    background: #f4f4f4;
    max-width: 75rem;
    margin: 1.5rem auto;
}
.fagot-passwordInner dl{
  width: 100%;
  margin-bottom: 0;
}
.fagot-passwordInner dt,
.fagot-passwordInner dd{
padding: 0 1.5rem;
}
.stepUl{
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepUl li{
  position: relative;
  width: 33.33%;
  text-align: center;
  border: solid #c7002f;
  border-width: 1px 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75rem;
  margin: 0 auto 3rem;
  overflow: visible;
}
.stepUl li:first-child{
  border-width: 1px 0 1px 1px;
}
.stepUl li:last-child{
  border-width: 1px 1px 1px 0;
}
.stepUl li:last-child::before,.stepUl li:last-child::after{
  display: none;
}
.stepUl li::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -25px;
  top:-1px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #c7002f;
}

.stepUl li::after{
  content: '';
    z-index: 1;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -24px;
    top: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #fff;
}
.stepUl li.current{
  color: #fff;
  border: 1px;
  background: #c7002f;
}
.stepUl li.current::after{
  border-left: 24px solid #c7002f;
}
/*//2021/1/14加筆*/

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

  .sp-only {
    display: block;
  }
  .sp-column-reverse{
    display: flex !important;
    flex-direction: column-reverse;
  }
  .container {
    width: 100%;
  }
  header {
    background: #c7002f;
    position: relative;
    height: 5rem;
  }
  header .container {
    width: 100%;
    height: 5rem;
  }
  .mv.container {
    padding: 0;
  }
  .logo {
    float: left;
    width: 75%;
    margin-top: 1rem;
    height: auto;
    background: none;
  }
  .logo a span {
    font-size: 1.8rem;
  }
  .login {
    position: absolute;
    z-index: 2;
    font-size: 2.8rem;
    margin: 0;
    top: 1rem;
    right: 6rem;
    color: #f4f3d4;
  }
  #gnav {
    position: relative;
  }

  .gNavi {
    position: relative;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-12 {
    width: 100%;
  }

  #acMenu {
    margin: 0;
  }

  #acMenu dt {
    display: block;
    cursor: pointer;
    border-left: 0.1rem solid #fff;
  }

  #acMenu dd {
    display: none;
    position: absolute;
    top: 4.9rem;
    z-index:2000;
    right: 0;
    background: #c7002f;
    width: 100%;
  }

  #acMenu dd li {
    padding: 0.9rem 2%;
    overflow: hidden;
  }

  #acMenu dd li a {
    color: #fff;
    display: block;
    text-align: center;
  }

  #acMenu dd li a p {
    width: 45%;
    float: left;
    clear: both;
    margin: 0.4rem 0 0;
  }

  #acMenu dd li.child a {
    font-size: 1.8rem;
    margin-left: 5.5rem;
  }

  #menuButton {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 3;
  }

  #menuButton span {
    display: block;
    background: #c7002f;
    width: 1.6rem;
    height: 0.4rem;
    position: absolute;
    left: 0.8rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #menuButton span:first-child {
    top: 0.8rem;
  }

  #menuButton span:nth-child(2) {
    margin-top: -0.2rem;
    top: 50%;
  }

  #menuButton span:last-child {
    bottom: 0.8rem;
  }

  #menuButton.active span:first-child {
    top: 0.5rem;
    -webkit-transform: translateY(1rem) rotate(45deg);
    -moz-transform: translateY(1rem) rotate(45deg);
    -ms-transform: translateY(1rem) rotate(45deg);
    transform: translateY(1rem) rotate(45deg);
  }

  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  #menuButton.active span:last-child {
    bottom: 0.4rem;
    -webkit-transform: translateY(-1rem) rotate(-45deg);
    -moz-transform: translateY(-1rem) rotate(-45deg);
    -ms-transform: translateY(-1rem) rotate(-45deg);
    transform: translateY(-1rem) rotate(-45deg);
  }
  header .toggleInner {
    top: 3.5rem;
    right: 1.9rem;
  }
  .breadClimb {
    padding: 1.5rem 0 0;
  }
  .contentTtl {
    margin: 1.5rem 0 2.4rem;
  }
  #main,
  #sidebar {
    width: 100%;
  }
  #sidebar {
    padding-left: 0;
  }
  header .container:before {
    width: 0;
  }
  .logo img {
    margin: 0 0.5rem 0 0;
    height: 3rem;
  }
  .bx-controls-direction {
    display: none;
  }
  .topLink li {
    padding: 0;
    margin-bottom: 1rem;
  }
  .topLink li:last-child {
    margin-bottom: 0;
  }
  .topLink li a::after,
  .downloadLink li a::after {
    right: 1rem;
  }
  .bannerArea {
    padding: 3rem 0 0;
    clear: both;
    overflow: hidden;
  }
  .inner .linkBtn {
    margin: 1rem auto;
}
  .downloadLink li {
    margin: 7.5px 0;
  }
  .downloadPdf {
    width: 100%;
    float: none;
    height: calc(75vh);
  }
  .downloadPdf2 {
    width: calc(100%);
    min-height: calc(70vh);
    height: calc(70vh);
    background: #fff4d9;
  }	
  #downloadList {
    height: calc(100vh - 20rem);
    z-index: 100;
    cursor: pointer;
    position: absolute;
    left: -295px;
    width: 300px;
    padding: 0 20px 0 0;
    background: #c7002f;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  #downloadList:before {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    margin-top: -7px;
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
  }
  #downloadList.off:before {
    content: "\f054";
  }
  #downloadList .downloadListInner {
    overflow: auto;
    overflow-x: hidden;
    background: #f4f4f4;
    height: 100%;
  }
  .loginContInner form{
    padding: 1.5rem;
  }
 .accountInner {
    padding: 0 1.5rem 1.5rem;
  }
  hr {
    margin: 1.5rem 0;
  }
  .contactMain .tab {
    width: 50%;
  }
  .faqCatDl dt:after {
    right: 1rem;
  }
  .guideTable {
    width: 100%;
    margin: 15px auto;
    white-space: normal;
  }
  .guideArrow {
    margin: 0;
  }
  #documentsList,
  .documentsCont {
    width: 100%;
    margin: auto;
  }
  .documentsCont {
    margin-top: 3rem;
  }
  .InnerDl {
    display: block;
  }
  .InnerDl .linkBtn.linkBtn-s{
    margin: auto;
    float: none;
  }
  .loginContInner .InnerDl,
  .accountInner .InnerDl{
    margin-bottom: 1.5rem;
  }
  .InnerDl dt,
  .InnerDl dd {
    width: 100%;
    padding: 5px 10px;
    overflow: hidden;
  }
  .InnerDl dt {
    float: none;
    clear: both;
  }
  .linkBtn.linkBtn-s {
    width: calc(50% - 1rem);
    float: left;
    text-decoration: none;
    margin: 0 1rem 1rem 0;
  }
  .linkBtn.linkBtn-s:nth-of-type(3n) {
    margin: 0 1rem 1rem 0;
  }
  .linkBtn.linkBtn-s:nth-of-type(2n) {
    margin: 0 0 1rem 0;
  }
  .accountDl dt {
    clear: both;
    height: auto;
    padding: 1rem 0;
    float: none;
    width: 100%;
  }
  .accountDl dd {
    height: auto;
    padding: 0 0 1rem;
  }
  .accountDl .linkBtn {
    width: 10rem;
    margin: -1.2rem 0 1rem;
  }

  .indexContents .tab-content-area {
    padding: 1rem;
    height: auto;
  }
  #tab_btn.tab-area {
    display: block;
    overflow: hidden;
  }
  #tab_btn.tab-area li {
    width: 50%;
    float: left;
    border-radius: 0;
    font-size: 1.3rem;
    margin-top: 1px;
  }

  .destinationTable th,
  .destinationTable td {
    display: block;
    width: 100%;
    white-space: normal;
  }

  .footerUpper02 {
    display: block;
  }
  .footerUpper02 ul {
    display: flex;
    overflow: hidden;
    margin-left: -1rem;
  }
  #footerLower .container {
    display: block;
    height: auto;
    text-align: center;
  }
  .footerUpper01 {
    margin: 3rem 0 3rem;
  }
  .footerUpper01 ul li,
  .footerUpper02 h2 img {
    margin-bottom: 1rem;
  }
  .footerLogo02 {
    margin: 1.25rem auto 0;
  }
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 5000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 1000px;
  max-width: 98%;
  padding: 10px 10px;
  background-color: #fff;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .linkBtn.linkBtn-s {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .indexContents .tab-content-area .linkBtn.linkBtn-s {
    margin: 0.5rem 0;
  }
  .loginTextOuter dl dt {
    float: none;
  }
  .loginContOuter {
    display: block;
  }
  .chlistContOuter {
    display: block;
  }
  .chlistContInnerLeft {
    width: 100%;
    margin: 3rem auto 0;
  }
  .chlistContInnerRight {
    width: 100%;
    margin: 3rem auto 0;
  }
  .loginContInner {
    width: 100%;
    margin: 3rem auto 0;
  }
  .stepUl li{
    padding-left: 12.5px;
  }
  .modalWrapper {
   position: absolute;
   top: 50%;
   left: 50%;
   transform:translate(-50%,-50%);
   width: 98%;
   padding: 10px 10px;
   background-color: #fff;
  }
}

/* 共通設定 */
        .section-header { 
            background-color: rgb(199, 0, 47); 
            color: #FFFFFF; 
            padding: 8px 1px; 
            font-weight: bold;
            border-bottom: 1px solid #000;
            font-size: 1.4em;
        }
        .content-area { padding: 15px; }

        /* 書類リンク風のスタイル (名称と記入例/詳細を統合) */
        .document-link {
            display: inline-block;
            padding: 20px 8px;
            margin: 2px 0;
            font-size: 0.9em;
            color: #172a5a;
            border: 1px solid #a9b9e5;
            background-color: #eef5ff;
            border-radius: 0px 0px 14px;
            line-height: 1.2;
            text-align: left; 
        }
        /* 書類名称のスタイル */
        .document-title {
            font-weight: bold;
            font-size: 1.3em;
            display: block;
            line-height: 1.2;
        }
        .instruction {
            font-weight: 900;
            font-size: 1.2em;
            display: block;
            margin-top: 5px;
            text-align: right;
	    text-decoration: underline;
	    color:blue;
	    cursor:pointer;
        }


        /* セクション 1: フロー図と提出期限 */
        .flow-container { 
            display: flex; 
            align-items: flex-start;
            justify-content: flex-start;
            gap: 5px; 
            margin-bottom: 10px;
        }
        .form-box {
            padding: 5px 10px;
            text-align: center;
            font-size: 0.9em;
            position: relative;
            line-height: 1.3;
        }
        /* 個別ボックスのサイズ調整 */
        .single-form-box {
            width: 214px; 
            flex-shrink: 0;
            border: 1px solid #000;
            border-radius: 4px; 
            padding-top: 15px; 
        }
        /* 統合されたボックスのスタイル */
        .combined-forms {
            width: 400px;
            padding: 5px 5px 5px 15px;
            box-sizing: border-box;
            line-height: 1.3;
            position: relative;
            padding-bottom: 10px; 
            border: 1px solid #000;
            border-radius: 4px; 
            padding-top: 15px; 
        }
        .combined-content {
            display: flex; 
            justify-content: space-around; 
            align-items: center; 
            width: 100%;
            margin-bottom: 5px; 
        }

        .form-box .label-circle {
            position: absolute;
            top: 0px;
            transform: translateY(-50%);
            background-color: white;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 1.2em;
            font-weight: bold;
        }
        /* ①のラベル位置 */
        .single-form-box .label-circle {
            left: 9%; 
            transform: translate(-50%, -50%);
        }
        /* 統合ボックス内の②のラベル位置 */
        .combined-forms .label-circle {
            left: 8px;
        }

        /* 外側の + 記号 */
        .plus-sign { 
            font-weight: bold; 
            font-size: 1.5em; 
            margin: 0 5px; 
            margin-top: 25px;
        }
        /* 内側の + 記号 (②の中) */
        .plus-sign-inner {
            font-weight: bold;
            font-size: 1.2em;
            margin: 0 5px;
            position: relative;
            top: -1px;
        }
        
        /* 統合囲み内の注記スタイル */
        .embedded-note {
            font-size: 1.0em; 
            line-height: 1.2;
            text-align: center;
            padding: 5px 0 0 0;
            margin: 0;
            white-space: nowrap;
        }
        
        /* (1) 提出期限の調整 */
        h3 { margin-top: 10px; margin-bottom: 5px; } 
        .section-1-deadlines { 
            margin-top: 0; 
            line-height: 1.2;
            display: flex;
            justify-content: flex-start;
            gap: 40px;
        }
        .section-1-deadlines span { 
            display: inline-block;
            font-size: 1.2em;
        }

        /* セクション 2: 転勤者向け */
        .section-2-content {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 10px;
        }
        /* (2) 申請書ボックス */
        .section-2-form { 
            width: 214px; 
            flex-shrink: 0; 
            border: 1px solid #000; 
            border-radius: 4px; 
            padding-top: 10px; 
        }
        .section-2-details { 
            font-size: 0.9em; 
            line-height: 1.2;
            flex-grow: 1;
        }
        /* (2) 詳細テキストの段落 */
        .section-2-details p { 
            margin: 0;
            padding: 0;
            font-size: 1.1em;
            margin-bottom: 5px; /* ★修正: 下部に余白を追加 */
        }
        /* 特定の日付部分 */
        .section-2-details p span { 
            font-size: 1.2em;
        }
        
        .deadline-2 { 
            margin-top: 40px;
            font-weight: bold; 
            font-size: 1.3em;
            text-align: left;
        }

