@charset "UTF-8";
/*------------------------------------------------------------
	agreement
------------------------------------------------------------*/
#main .tab_content {
  width: 100%;
  max-width: 800px;
}
@media all and (max-width: 896px) {
  #main .tab_content {
    padding: 0 10px 50px !important;
  }
}
#main .categoryDl {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .categoryDl dt {
  margin-top: 26px;
  width: 123px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#main .categoryDl dd {
  width: calc(100% - 123px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .categoryDl dd ul {
  margin-top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main .categoryDl dd ul li {
  margin: 17px 12px 0 0;
  position: relative;
  background: #f2f3f9;
  border-radius: 19px;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
#main .categoryDl dd ul li::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(27, 81, 159)), to(rgb(27, 81, 159)));
  background: linear-gradient(to right, rgb(27, 81, 159) 0%, rgb(27, 81, 159) 100%);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  content: "";
  z-index: 2;
}
#main .categoryDl dd ul li a {
  padding: 0 30px;
  display: block;
  position: relative;
  color: #767680;
  font-weight: bold;
  line-height: 45px;
  border-radius: 19px;
  z-index: 3;
}
#main .categoryDl dd ul li.active::before {
  opacity: 1;
}
#main .categoryDl dd ul li.active a {
  color: #fff;
}
#main .bgBox {
  padding: 49px 0;
  background: #f2f3f9;
}
#main .bgBox .comBox {
  padding: 64px 70px;
  width: auto;
  max-width: 1340px;
  border-radius: 5px;
  background: #fff;
}
#main .bgBox .linkList {
  margin: -57px -23px 110px;
  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;
  position: relative;
}
#main .bgBox .linkList:last-child {
  margin-bottom: 0;
}
#main .bgBox .linkList::after {
  width: calc((100% - 90px) / 3);
  content: "";
}
#main .bgBox .linkList li {
  position: absolute;
  padding: 57px 23px 0;
  width: 33.3333333333%;
}
#main .bgBox .linkList li a {
  display: block;
}
#main .bgBox .linkList li a:hover {
  opacity: 0.7;
}
#main .bgBox .linkList li a .pho {
  position: relative;
}
#main .bgBox .linkList li a .pho span {
  padding: 0 14px 2px;
  display: block;
  position: absolute;
  left: 13px;
  top: 10px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  border-radius: 30px;
  background: #1b519f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .bgBox .linkList li a .pho span.cor01 {
  background: #e8720c;
}
#main .bgBox .linkList li a .pho span.cor02 {
  background: #1b9f71;
}
#main .bgBox .linkList li a .txtBox {
  margin: 0 10px;
}
#main .bgBox .linkList li a .txtBox .link {
  margin-bottom: 17px;
}
#main .bgBox .linkList li a .txtBox .link span {
  padding-right: 20px;
  min-height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3157;
  border-bottom: 1px solid #d8d6e0;
  background: url(/img/common/icon21.png) no-repeat right 8px top 36px/10px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .bgBox .linkList li a .txtBox .link span::before {
  width: 26px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #1b519f;
  content: "";
}
#main .bgBox .linkList li a .txtBox .link.movie span {
  padding: 0 20px 0 37px;
  background: url(/img/common/icon49.png) no-repeat left top 30px/21px auto, url(/img/common/icon21.png) no-repeat right 8px top 36px/10px auto;
}
#main .bgBox .linkList li a .txtBox p {
  font-size: 1.5rem;
  line-height: 1.733;
}
#main .bgBox .headLine07 {
  margin-bottom: 42px;
  padding: 5px 0 6px;
  font-size: 2.8rem;
}
#main .bgBox .headLine07 span {
  padding: 1px 0 0 50px;
  display: inline-block;
  vertical-align: top;
  background: url(/img/common/icon48.png) no-repeat left center/31px auto;
}

@media all and (min-width: 897px) {
  #main .categoryDl dd ul li:hover::before {
    opacity: 1;
  }
  #main .categoryDl dd ul li:hover a {
    color: #fff;
  }
}
@media all and (max-width: 896px) {
  #main .categoryDl {
    margin-bottom: 30px;
    display: block;
  }
  #main .categoryDl dt {
    margin: 0 0 10px;
    width: auto;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #main .categoryDl dd {
    padding-left: 0;
    width: auto;
    border-left: none;
  }
  #main .categoryDl dd ul {
    margin-top: -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main .categoryDl dd ul li {
    margin: 6px 6px 0 0;
  }
  #main .categoryDl dd ul li a {
    padding: 3px 10px;
    font-size: 1.1rem;
    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;
    height: 100%;
  }
}
@media all and (max-width: 896px) {
  #main .bgBox .comBox {
    padding: 20px 10px;
    max-width: inherit;
  }
}
@media all and (max-width: 896px) {
  #main .bgBox .linkList {
    margin: 0 0 50px;
    display: block;
  }
  #main .bgBox .linkList:last-child {
    margin-bottom: 0;
  }
  #main .bgBox .linkList::after {
    display: none;
  }
  #main .bgBox .linkList li {
    margin: 0 0 30px;
    width: auto;
  }
  #main .bgBox .linkList li a .pho span {
    padding: 0 8px 2px;
    left: 8px;
    top: 8px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 23px;
  }
  #main .bgBox .linkList li a .pho img {
    width: 100%;
  }
  #main .bgBox .linkList li a .txtBox {
    margin: 0 10px;
  }
  #main .bgBox .linkList li a .txtBox .link {
    margin-bottom: 17px;
  }
  #main .bgBox .linkList li a .txtBox .link span {
    padding: 5px 20px 5px 0;
    min-height: 60px;
    font-size: 1.5rem;
    background-position: right 8px top 29px;
  }
  #main .bgBox .linkList li a .txtBox .link.movie span {
    padding: 5px 20px 5px 30px;
    background-position: left top 22px, right 8px top 29px;
  }
  #main .bgBox .linkList li a .txtBox p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 896px) {
  #main .bgBox .headLine07 {
    margin-bottom: 30px;
    padding: 5px 0 6px;
    font-size: 2rem;
  }
  #main .bgBox .headLine07 span {
    padding: 0 0 2px 30px;
    background-size: 20px auto;
  }
}
.dl_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  display: none;
}
.dl_block.is-active {
  display: block; /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.dl_block dl {
  width: 100%;
  /*    border-bottom: solid 1px #ccc;*/
  border: 1px solid #ccc;
  display: table;
  table-layout: fixed;
}
.dl_block dl dt {
  width: 50%;
  line-height: 1.4;
  background-color: #1b519f;
  color: rgb(255, 255, 255);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .dl_block dl dt {
    width: 100%;
    display: block;
  }
}
.dl_block dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .dl_block dl dd {
    width: 100%;
    display: block;
  }
}

#main .linkList li {
  font-size: 1.6rem;
  line-height: 1.87;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#main .linkList li a {
  padding-left: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#main .linkList li a:hover {
  text-decoration: underline;
}
#main .linkList li a:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background-color: #b7b7c7;
  content: "";
}

.title-item {
  padding-left: 0px !important;
  color: #fff !important;
}
.title-item::before {
  display: none;
}

#main .categoryDl dd ul li {
  border-radius: 0px;
  height: 45px;
  width: 259px;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 600px;
  margin: 0 auto;
}

.modal-dialog {
  width: 600px;
  margin: 30px auto;
  position: relative;
  width: auto;
  margin-top: 100px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
  padding-bottom: 45px;
  color: rgb(95, 102, 211);
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-body ul li a:hover {
  text-decoration: underline !important;
}

.num-item-is-2 {
  height: 90px;
  padding-top: 15px;
}
@media all and (max-width: 896px) {
  .num-item-is-2 {
    padding-top: 0;
  }
}

.num-item-is-1 {
  height: 90px;
  padding-top: 30px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 5px;
  border: 1px solid #888;
  width: 450px; /* Could be more or less, depending on screen size */
}
.modal-dialog {
    width: 455px;
    margin: 15% auto; /* 15% from the top and centered */
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media all and (max-width: 896px) {
  .modal-content {
    width: 50%;
  }
  .modal-dialog {
    width: 50%;
  }
}