/* 2020/02/25 UPDATE　color変更　#333→#0d0d0d */
/******************************************************/
/* titles */
/******************************************************/
h1 {
  font-size: 220%;
  padding: 55px 0 55px 0;
  line-height: 150%;
}

h2 {
  border-bottom: 1px dotted #737373;
  font-size: 175%;
  line-height: 140%;
  margin: 30px 0 20px;
  padding: 0 0 10px;
}

h2.cline {
  border-bottom: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
  margin: 35px 0 30px;
}

h2.cline:before,
h2.cline:after {
  border-top: 1px dotted #737373;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  h2.cline:before,
  h2.cline:after {
    padding-bottom: 5px;
  }
}

h2.cline:before {
  margin-right: .5em;
}

h2.cline:after {
  margin-left: .5em;
}

h2.cline span {
  max-width: 80%;
}

h3 {
  background: #edeef4;
  font-size: 120%;
  margin: 30px 0;
  padding: 7px 0 5px 10px;
}

h3.nobg {
  background: none;
}

h4 {
  border-left: 4px solid #92336e;
  font-size: 120%;
  line-height: 100%;
  margin: 30px 0 25px;
  padding-left: 8px;
}

h4.noline {
  border: none;
  font-size: 120%;
  text-align: center;
  padding: 0;
}

h5 {
  font-size: 110%;
  margin: 25px 0 30px;
}

h6 {
  font-size: 100%;
  margin: 25px 0 30px;
}

.kiji_txt {
  margin-bottom: 30px;
}

/* sp */
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 140%;
    padding: 20px 0 10px;
  }

  h2 {
    font-size: 120% !important;
    line-height: 160%;
    margin: 20px 0 12px;
  }

  h2.cline {
    margin: 15px 0 20px;
  }

  h4 {
    font-size: 100% !important;
    line-height: 140%;
    margin-bottom: 10px !important;
  }

  h5 {
    font-size: 100% !important;
    line-height: 140%;
    margin-bottom: 10px !important;
  }

  h6 {
    font-size: 100% !important;
    line-height: 140%;
    margin-bottom: 10px !important;
  }
}

.skiplink {
  left: -10000px;
  position: absolute;
  top: -10000px;
}


/******************************************************/
/* anchor */
/******************************************************/
.anc_set {
  margin-bottom: 30px;
  width: 100%;
}

.inline_anc {
  border-right: dotted 1px #0d0d0d;
  display: table;
}

.inline_anc li {
  display: table-cell !important;
  border-left: dotted 1px #0d0d0d;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.inline_anc li:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -5px 15px 0 0;
  border-top: solid 1px #0d0d0d;
  border-right: solid 1px #0d0d0d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.inline_anc li a {
  display: block;
  color: #0d0d0d;
  line-height: 130%;
  padding: 0 40px 0 25px;
}

.anc_set.pos_right .inline_anc,
.anc_set.pos_left .inline_anc,
.anc_set.pos_center .inline_anc {
  display: inline-block;
}

.anc_set.pos_right .inline_anc li,
.anc_set.pos_left .inline_anc li,
.anc_set.pos_center .inline_anc li {
  width: 200px;
}

/* 幅100%等幅 */
.anc_set.between .inline_anc {
  margin: 0 auto 0 auto;
  width: 100%;
}

/* 2リンク左寄せ */
.anc_set.pos_left {
  text-align: left;
  line-height: 0;
}

/* 2リンク中央寄せ */
.anc_set.pos_center {
  text-align: center;
  line-height: 0;
}

/* 2リンク右寄せ */
.anc_set.pos_right {
  text-align: right;
  line-height: 0;
}

/* sp */
@media only screen and (max-width: 736px) {
  .anc_set {
    margin-bottom: 10px;
  }

  .anc_set.pos_left,
  .anc_set.pos_center,
  .anc_set.pos_right {
    text-align: center !important;
    margin: 0;
  }

  .inline_anc li {
    display: block !important;
    margin-bottom: 15px;
    width: auto !important;
    border-right: dotted 1px #0d0d0d;
  }

  .inline_anc {
    border: none;
    text-align: center;
    width: 100% !important;
  }

  .inline_anc li a {
    display: block;
    color: #0d0d0d3;
    line-height: 130%;
    padding: 0 35px 0 25px;
  }
}


/******************************************************/
/* others */
/******************************************************/
.update {
  text-align: right !important;
  margin: -40px 0 15px 0;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .update {
    margin-top: 0 !important;
  }
}


/******************************************************/
/* block01 */
/******************************************************/
.block01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.block01 > .col2 {
  width: calc(50% - 14px);
}

/*ブロック間マージン */
.block01 > .col3 {
  width: calc(33% - 15px);
}

/*ブロック間マージン */
.block01 > .col4 {
  width: calc(25% - 20px);
}

/* ブロック間マージン */
.block01 h2 {
  border: 0;
  margin: 0;
  padding: 0;
}

.block01 h4 {
  margin: 0 0 15px 0 !important;
}

.block01 h5 {
  margin: 0 0 10px 0 !important;
}

.block_link {
  text-align: center;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block01 a {
  display: block;
  color: #0d0d0d;
}

.block01 a:hover {
  text-decoration: none;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .block_link {
    padding: 24px 0 20px 0;
  }
}

.block_gray {
  background: #edeef4;
}

.cate_title {
  text-align: center;
  background: #dcdce9;
  padding: 10px 10px 8px 10px;
  border-bottom: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* sp */
@media only screen and (max-width: 736px) {
  .block01 {
    display: block;
    width: 100% !important;
  }

  .block01 img {
    width: 100%;
  }

  .heightLine-col2btn,
  .heightLine-col2title .heightLine-col3btn,
  .heightLine-col3title,
  .heightLine-col4btn,
  .heightLine-col4title {
    height: auto !important;
  }
}

/******************************************************/
/* block02 */
/******************************************************/
.block02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.block02 > .col1 {
  width: 577px;
  margin: 0 auto;
}

.block02 > .col2 {
  width: 577px;
  margin-right: 46px;
}

.block02 > .col3 {
  width: 369px;
  margin-right: 46px;
}

.block02 > .col4 {
  width: 265px;
  margin-right: 46px;
}

.block02.b2left > .col1 {
  width: 577px;
  margin: 0 auto 0 0 !important;
}

.block02.b2right > .col1 {
  width: 577px;
  margin: 0 0 0 auto !important;
}

.block02 h4 {
  margin: 0 0 15px 0;
}

.block02 h5 {
  margin: 0 0 10px 0;
}

.block02 .bl2_caption {
  margin-bottom: 20px;
}

.block02 .link_btn {
  margin-top: 0 !important;
}

.block02 .bl2_caption img {
  margin-bottom: 10px;
}

.kiji_set.full_width {
  width: 100%;
}

.kiji_set .b2txt {
  margin: -5px 0 0 0 !important;
  padding-bottom: 25px;
}

.kiji_set .link_list {
  margin: -8px 0 0 0 !important;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .block02 > .col2 {
    width: calc(50% - 12px);
    margin-right: 23px
  }

  .block02 > .col3 {
    width: calc(33% - 14px);
    margin-right: 23px
  }

  .block02 > .col4 {
    width: calc(25% - 19px);
    margin-right: 23px
  }
}

/* sp */
@media only screen and (max-width: 736px) {
  .block02 {
    display: block;
  }

  .block02 > .col1,
  .block02 > .col2,
  .block02 > .col3,
  .block02 > .col4,
  .block02.b2left > .col1,
  .block02.b2right > .col1 {
    width: 100%
  }

  .block02 img {
    width: 100%;
  }

  .block02 .kiji_set {
    height: auto !important;
  }
}

/* block common */
.col2 {
  width: 49%;
  box-sizing: border-box;
  margin-right: 24px;
}

.col2:last-child {
  margin-right: 0;
}

.col3 {
  width: 32%;
  box-sizing: border-box;
  margin-right: 24px;
}

.col3:last-child {
  margin-right: 0;
}

.col4 {
  width: 25%;
  box-sizing: border-box;
  margin-right: 26px;
}

.col4:last-child {
  margin-right: 0;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .block01 .link_btn a,
  .block01 .link_btn.long a,
  .block02 .link_btn a,
  .block02 .link_btn.long a {
    width: 100% !important;
  }
/*
  .col3 {
    width: 31.1%;
    box-sizing: border-box;
    margin: 0 23px 0 auto;
  }

  .col2 {
    width: 48.3%;
    box-sizing: border-box;
    margin: 0 27px 0 auto;
  }
*/
}


/******************************************************/
/* btn01 */
/******************************************************/
.btn01 {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.btn01 .col2,
.btn01 .col3,
.btn01 .col4 {
  margin-bottom: 0 !important;
}

.btn01 .boxarrow {
  padding-right: 0 !important;
  padding-left: 5px !important;
}

.btn01 p {
  display: flex;
  margin-left: 15px;
  padding-right: 20px;
  flex: 1;
  order: 1;
  /*height:70px;*/
  flex-direction: row;
  align-items: center;
}

.btn01.center p {
  text-align: center !important;
  justify-content: center !important;
}

.btn01.center a:hover {
  background: #f6edf2;
  opacity: 1.0 !important;
}
/*
.btn01 div {
  width: 75px;
}
*/
.btn01 li {
  box-sizing: border-box;
  border: solid 1px #c1c1c1;
}

.btn01 li a {
  display: flex;
  line-height: 140%;
  color: #0d0d0d;
  padding: 5px 0 5px 5px !important;
}

.btn01 li a:hover {
  text-decoration: none;
}

.btn01 > .col4 {
  width: calc(25% - 20px);
}

/*ブロック間マージン */
.btn01 > .col3 {
  width: calc(33% - 14px);
}

/*ブロック間マージン */
.btn01 > .col2 {
  width: calc(50% - 14px);
}

/*ブロック間マージン */
/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .btn01 p {
    padding-top: 6px !important;
  }
}

/* noimg */
.btn01.noimg p {
  margin-left: 15px;
  max-width: 85%;
}

.btn01.noimg li a {
  padding: 11px 0 10px 0 !important;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .btn01.noimg .boxarrow:after {
    margin: -3px 0 0 0 !important;
  }
}

/* tab */
@media only screen and (max-width:1200px) {
  .btn01 p {
    margin: 0 25px 0 12px;
    flex: 1;
    align-items: center;
  }
}

/* sp */
@media only screen and (max-width:736px) {
  .btn01 {
    display: block !important;
    width: 100% !important;
  }

  .btn01 p {
    margin-left: 12px;
    max-width: 100%;
  }

  .btn01 {
    margin-bottom: 15px !important;
  }

  .btn01 > .col4,
  .btn01 > .col3,
  .btn01 > .col2 {
    width: 100%;
    margin-bottom: 15px !important;
  }
}


/******************************************************/
/* btn_bgbox */
/******************************************************/
.btn_bgbox {
  margin-bottom: 30px;
  background: url(/commoncms/img/boxbg.jpg) no-repeat top center #edeef4;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  box-sizing: border-box;
}

.btn_bgbox .box_inner {
  background: #ffffff;
  margin: 10px;
  padding: 20px 20px 0 20px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.btn_bgbox .box_inner h4 {
  margin: 5px 0 22px 0;
  line-height: 140%;
}

.btn_bgbox .box_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn_bgbox .box_inner ul li a {
  display: flex;
  width: 255px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  color: #0d0d0d;
  align-items: center;
  /* 縦方向中央揃え */
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .btn_bgbox .box_inner ul li a {
    padding: 20px 15px 12px 15px;
  }
}

.btn_bgbox .box_inner ul li a:hover {
  text-decoration: none;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .btn_bgbox .box_inner ul {
    display: block;
  }

  .btn_bgbox .box_inner ul li a {
    width: 100%;
    margin-bottom: 15px;
  }

  .btn_bgbox .box_inner h4 {
    margin: 5px 0 15px 0;
  }
}

/* sp */
@media only screen and (max-width: 736px) {
  .btn_bgbox {
    display: block;
    padding: 15px 15px 1px 15px;
  }

  .btn_bgbox .box_inner {
    width: 100%;
    margin: 0 0 15px 0;
    padding-bottom: 1px;
    padding: 15px 15px 1px 15px;
  }

  .btn_bgbox .box_inner ul {
    display: block;
  }

  .btn_bgbox .box_inner ul li a {
    width: 100%;
    margin-bottom: 15px;
  }

  .btn_bgbox .box_inner h4 {
    margin: 5px 0 15px 0;
  }
}


/******************************************************/
/* banner_area */
/******************************************************/
.banner_area {
  display: flex;
  margin-bottom: 30px;
}

.banner_area li {
  margin-right: 30px;
}

.banner_area li:last-child {
  margin-right: 0;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .banner_area li img {
    width: 100% !important;
  }
}

/* sp */
@media only screen and (max-width: 736px) {
  .banner_area {
    display: block;
  }

  .banner_area li img {
    width: 100% !important;
  }

  .banner_area li {
    margin: 0 0 15px 0;
  }

  .banner_area li:last-child {
    margin-bottom: 0;
  }
}


/******************************************************/
/* list_area */
/******************************************************/
.list_area {
  margin-bottom: 30px;
}

.list_table {
  display: table;
  width: 100% !important;
}

.list_area .list_col2 {
  display: table;
  margin-left: 20px;
}

.list_area .list_col2 li {
  display: table-cell;
  padding-right: 30px;
}

.list_area .list_col2 li:last-child {
  padding-right: 0;
}

.list_table .list_title {
  display: table-cell;
  font-weight: bold;
  width: 200px !important;
  padding-right: 30px;
  vertical-align: top;
}

.list_table .list_data {
  display: table-cell;
}

.list_table .list_data ul li:last-child {
  margin-bottom: 0 !important;
}

.border-b {
  border-bottom: 1px dotted #8d8d8d;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}

/* sp */
@media only screen and (max-width:1200px) {

  .list_table,
  .list_table .list_title,
  .list_table .list_data {
    display: block;
  }

  .list_table .list_title {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .list_area .list_col2 {
    display: block;
    margin: 0 20px 15px 0;
  }

  .list_area .list_col2 li {
    display: block;
    width: 100%;
    padding: 0;
  }
}

/******************************************************/
/* border_boxset */
/******************************************************/
.border_boxset {
  border: solid 1px #cdcdd7;
  margin-bottom: 30px;
}

.border_boxset h4 {
  margin-top: 0;
  background: #edeef4;
  padding: 18px 20px 15px 20px;
  margin-bottom: 0
}

.border_boxset .kiji_txt {
  margin-bottom: 15px;
}

.border_boxset .bb_inner {
  padding: 22px 30px 0 30px;
}

.border_boxset.ver02 .bb_inner {
  padding: 35px 30px 0 30px !important;
}

.border_boxset .list_col2 li {
  width: 48%;
}

.border_boxset.ver02 h4 {
  margin-top: 0;
  background: none;
  padding: 0 0 0 8px;
  margin: 30px 30px -5px 30px;
}

.border_boxset .col_box01_pt2 h4 {
  background: none;
  padding: 1px 0 0 10px;
  margin-bottom: 20px;
}

.border_boxset .col_box01_pt2 h5 {
  margin: 0;
}

.border_boxset .col_box01_pt2 h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.border_boxset .col_box01_pt2 .col_box01 {
  border-top: none !important;
}

.border_boxset .col_box01_pt2 .col_box01 p {
  margin: 0 !important;
}

.border_boxset.bg_yellow {
  background: #fefef6;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .border_boxset .list_col2 li {
    margin-bottom: 0 !important;
    width: 100%
  }

  .border_boxset .bb_inner,
  .border_boxset.ver02 .bb_inner {
    padding: 15px 15px 0 15px !important;
  }

  .border_boxset .bb_inner,
  .border_boxset.ver02 .bb_inner .kiji_set .link_list {
    margin: 3px 0 0 0 !important;
  }

  .border_boxset h4 {
    margin-bottom: -10px !important;
  }

  .border_boxset.ver02 h4 {
    margin: 20px 15px 0 15px !important;
  }

  .border_boxset .link_list {
    padding-bottom: 20px !important;
  }

  .border_boxset .col_box01_pt2 .col_box01 {
    margin-top: 10px !important;
  }

  .border_boxset .col_box01_pt2 h4 {
    margin: 10px 0 15px 0 !important;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  .border_boxset .col_box01_pt2 .col_box01 {
    margin-top: -15px !important;
  }

  .border_boxset .col_box01_pt2 .col_box01 {
    padding-bottom: 20px !important;
  }
}


/******************************************************/
/* faq_box */
/******************************************************/
.faq_wrapper {
  width: 100%;
  background: #edeef4;
  padding: 7px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 30px 0;
}

.faq_wrapper .faq_box .faq_q {
  padding: 13px 25px 17px 25px;
  display: flex;
}

.faq_wrapper .faq_box .faq_a {
  background: #fff;
  padding: 20px 25px 0 25px;
  display: flex;
}

.faq_wrapper .faq_box .faq_q strong,
.faq_wrapper .faq_box .faq_a strong {
  flex: 1;
  padding-right: 25px !important;
}

.faq_wrapper .faq_box .faq_q p,
.faq_wrapper .faq_box .faq_a p,
.faq_wrapper .faq_box .faq_a div.faq_inner_div {
  width: 100%;
  padding-bottom: 1px;
}

.faq_wrapper .faq_box .faq_a p {
  padding-bottom: 20px;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .faq_wrapper .faq_box .faq_q {
    padding: 7px 10px 12px 15px;
    display: block !important;
  }

  .faq_wrapper .faq_box .faq_a {
    display: block !important;
    padding: 15px 15px 0 15px;
  }

  .faq_wrapper .faq_box .faq_q strong,
  .faq_wrapper .faq_box .faq_a strong {
    display: block;
    margin: -3px 0 5px 0;
  }
}


/******************************************************/
/* table */
/******************************************************/
.mod_tableScroll {
  margin-bottom: 30px;
}

.mod_frame .mod_tableScroll {
  margin-bottom: inherit;
}

table.mod_table {
  margin-bottom: 1rem;
  width: 100%;
  border-top: 1px solid #cdcdd7;
}

.mod_frame table.mod_table {
  margin-bottom: inherit;
}

.mod_tableScroll table.mod_table {
  margin-bottom: 0;
}

table.mod_table th {
  text-align: center;
  background-color: #edeef4;
}

table.mod_table .mod_tableGg {
  background-color: #fafafa;
}

table.mod_table td {}

table.mod_table td,
table.mod_table th {
  padding: 1rem;
  border-bottom: 1px solid #cdcdd7;
  border-left: 1px solid #cdcdd7;
  border-right: 1px solid #cdcdd7;
}

table.mod_table td > .text,
table.mod_table th > .text,
table.mod_table td > .image,
table.mod_table th > .image,
table.mod_table td > [class*="mod_"],
table.mod_table th > [class*="mod_"] {
  margin-bottom: 0;
}

table.mod_table .link_list {
  margin: 0 !important;
  padding: 0;
}

/* 2020/03/03 add start */
table.mod_table div.link_list_td {
  margin-bottom: 8px !important;
}

table.mod_table p.kiji_txt {
  margin-bottom: 8px !important;
}
/* 2020/03/03 add end */

@media only screen and (max-width: 736px) {
  .mod_tableScroll {
    overflow-x: auto;
    margin: 0 0 15px 0;
  }

  .mod_tableScroll::-webkit-scrollbar {
    width: 5px;
    background: #F1F1F1;
  }

  .mod_tableScroll::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #F1F1F1;
  }

  .mod_tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 2px;
  }

  .mod_tableScroll::-webkit-scrollbar-thumb:horizontal {
    background: #BCBCBC;
    border-radius: 2px;
  }

  table.mod_table td,
  table.mod_table th {
    min-width: 5em;
    padding: 0.5rem;
  }
}


/******************************************************/
/* inquiry_box */
/******************************************************/
.inquiry_wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.inquiry_wrapper .inquiry_box {
  background: #edeef4;
  padding: 15px 20px 20px 20px;
  box-sizing: border-box;
  display: inline-block;
  margin: auto;
}

.inquiry_wrapper .inquiry_box h3 {
  margin: 0 0 15px 0;
}

.inquiry_wrapper .inquiry_box h4 {
  line-height: 1.5;
  margin: 27px 0 25px;
}

.inquiry_wrapper .inquiry_box .inq_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inquiry_wrapper .inquiry_box .inq_inner img {
  margin-bottom: 10px;
}

.inquiry_wrapper .inquiry_box .inq_inner div {
  background: #fff;
  width: 568px;
  margin-right: 20px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.inquiry_wrapper .inquiry_box .inq_inner div:last-child {
  margin-right: 0;
}

.inquiry_wrapper .inquiry_box .link_btn a {
  margin-bottom: 0 !important;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .inquiry_wrapper .inquiry_box .inq_inner div {
    width: 100% !important;
    margin: 0 0 20px 0;
  }

  .inquiry_wrapper .inquiry_box .inq_inner div img {
    width: 100% !important;
  }

  .inquiry_wrapper .inquiry_box .inq_inner div:last-child {
    margin: 0;
  }

  .inquiry_wrapper .inquiry_box .inq_inner {
    display: block;
  }

  .inquiry_wrapper .inquiry_box h4 {
    margin-top: 0;
    padding-top: 30px;
  }
}


/******************************************************/
/* mod_tabMenu */
/******************************************************/
.tabWrapper {
  background: #fff;
  padding: 30px 30px 15px 30px;
  border: solid 1px #d3d3dc;
  margin-bottom: 30px;
}

.tabWrapper.pageTab {
  padding: 30px 0 0 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

.tabWrapper.pageTab ul.btn01 li {
  display: block;
}

.tabWrapper.pageTab h2 {
  margin-top: 0px;
}

.tabWrapper.pageTab ul.type_disc li {
  display: list-item !important;
}

.tabWrapper .link_btn {
  margin-bottom: 15px !important;
}

/* nb */
.tabWrapper.nb {
  padding: 0 !important;
}

.tabWrapper.nb ul .news_data {
  width: 73%;
}

ul.no_label .news_data {
  width: 87% !important;
}

/* no_tab */
.tabWrapper.no_tab {
  width: 100%;
  padding: 25px 30px 10px 30px;
  box-sizing: border-box;
}

.tabWrapper.no_tab ul .news_data {
  width: 86% !important;
}

.mod_tabMenu {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0;
  background: #edeef4;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}

.mod_tabMenu li {
  display: table-cell;
  vertical-align: bottom;
}

.mod_tabMenu li a {
  height: 61px;
  display: flex;
  line-height: 140%;
  font-size: 95%;
  background: transparent;
  padding: 0 10px 0 10px;
  text-align: center;
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
  border-top: 4px solid #fff;
  z-index: 50;
  box-sizing: border-box;
  min-height: 60px;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.mod_tabMenu li a:hover {
  border-top: 4px solid #064594;
  opacity: 1.0;
}

.mod_tabMenu li.current a {
  color: #0d0d0d;
  background-color: #fff;
  border: solid 1px #d3d3dc;
  border-bottom: none;
  margin-bottom: -1px;
  position: relative;
  border-top: 4px solid #064594;
  opacity: 1.0;
  min-height: 60px;
}

.tabWrapper ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.tabWrapper ul .news_date {
  width: 145px;
  font-weight: normal;
}

.tabWrapper ul .news_icon {}

.tabWrapper ul .news_icon span {
  border: solid 1px #bbb;
  text-align: center;
  display: inline-block;
  padding: 7px 8px 4px 8px;
  font-size: 90%;
  line-height: 120%;
  width: 150px;
  color: #0d0d0d;
  margin-right: 20px;
  box-sizing: border-box;
}

.tabWrapper ul .news_icon span.icon_green {
  background: #f1fbf6;
}

.tabWrapper ul .news_icon span.icon_pink {
  background: #fbf1f8;
}

.tabWrapper ul .news_icon span.icon_yellow {
  background: #fbfbf1;
}

.tabWrapper ul .news_icon span.icon_white {
  background: #fff;
}

.tabWrapper ul.link_list li {
  display: block;
  margin-bottom: 0;
}

.tabWrapper ul .news_data {
  width: 72%;
}

.tabWrapper .link_btn a {
  margin: 15px 0 0 0;
}

/* リストテーブル用 */
.tabWrapper .list_area ul li {
  display: block !important;
}

/* リスト用 */
.tabWrapper .type_ast li,
.tabWrapper .type_astnum li {
  display: inline-block;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .tabWrapper {
    padding: 25px;
  }

  .tabWrapper ul .news_data {
    width: 100%;
    margin-bottom: 8px !important;
    display: block;
    margin: 10px 0 0 0;
  }

  .tabWrapper ul li {
    display: block;
  }

  .tabWrapper ul .news_date,
  .tabWrapper ul .news_icon,
  .tabWrapper ul .news_data {
    width: 100% !important;
    margin-bottom: 8px !important;
    display: block;
  }
}

/* sp */
@media only screen and (max-width: 736px) {
  .tabWrapper {
    padding: 17px;
  }

  .mod_tabMenu {
    display: block;
  }

  .mod_tabMenu li {
    display: block;
  }

  .mod_tabMenu li a {
    border: solid 1px #d3d3dc;
    border-bottom: none;
    height: auto !important;
    padding: 18px 15px 15px 15px;
  }

  .mod_tabMenu {
    background: none;
  }

  .mod_tabMenu li.current a {
    border-top: solid 1px #d3d3dc;
    background: #edeef4;
    margin-bottom: 0;
    height: auto !important;
  }

  .mod_tabMenu li a:hover {
    border-top: solid 1px #d3d3dc;
    background: #edeef4;
    opacity: 1.0;
  }
}


/******************************************************/
/* slider & banner */
/******************************************************/
/* slider */
.slider_wrap {
  position: relative;
  margin-bottom: 30px;
}

/* banner */
.banner_wrap {
  width: 1200px;
  overflow: hidden;
}

.banner_wrap .slider {
  width: 1226px;
}

.pattern1 div {
  width: 100%;
  margin-right: 26px;
}

.pattern1 div img {
  width: 587px;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .banner_wrap {
    width: 100% !important;
  }

  .banner_wrap .slider {
    width: 100%;
  }
}


/******************************************************/
/* main_bgbox */
/******************************************************/
.main_bgbox {
  position: relative;
}

.main_bgbox img {
  width: 100%;
}

.pr_data {
  background: #fff;
  width: 360px;
  margin-left: auto;
  position: absolute;
  right: 30px;
  top: 30px;
}

.pr_data p {
  background: #f5f5f5;
  text-align: center;
  padding: 5px;
}

.pr_data ul {
  padding: 15px;
  font-size: 90%;
}

.pr_data li {
  margin-bottom: 10px;
  display: flex;
  line-height: 150%;
}

.pr_data li:last-child {
  margin-bottom: 0;
}

.pr_data strong span {
  background: #86064d;
  color: #fff;
  padding: 3px 5px 1px 5px;
  margin-right: 10px;
  display: block;
  width: 80px;
  text-align: center;
}

.main_readbox {
  background: #2d2b75;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px 13px 20px;
  line-height: 160%;
  font-size: 120%;
  margin-bottom: 30px;
}

.ts_common_area {
  background: #eeeeee;
  text-align: center;
  padding: 20px;
}

/* sp */
@media only screen and (max-width: 1200px) {
  .main_readbox {
    font-size: 90%;
    padding: 10px;
  }

  .pr_data {
    width: 100%;
    margin: 20px auto 0 auto !important;
    position: static;
  }

  .pr_data ul {
    padding: 15px 0 10px 0;
  }

  .main_readbox {
    margin-bottom: 0;
  }

  .pr_data strong span {
    font-size: 90%;
    padding: 2px 3px 1px 2px;
  }
}


/******************************************************/
/* content_2col */
/******************************************************/
.content_2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content_2col .content_left {
  width: 76%;
  margin-right: 30px;
  order: 1;
}

.content_2col .content_right {
  width: 24%;
  order: 2;
}

.content_2col .content_right img {
  margin-bottom: 15px;
}

.content_2col .btn01 {
  min-width: 660px !important;
}

.btn01.cast_btn .col4 {
  font-size: 75%;
}

.btn01.cast_btn p {
  display: block;
  margin: 3px 0 0 8px;
  line-height: 145% !important;
}

.btn01.cast_btn p strong {
  font-size: 120%;
}

.spec_set {
  display: flex;
}

/* b2set */
.spec_set.b2set .spec_inner {
  width: 50%;
  margin: 0 20px 30px 0;
}

.spec_set.b2set .spec_inner p {
  float: left;
  margin-top: -5px;
  width: 80%;
}

.spec_set.b2set h4 {
  float: left;
  margin: 0 15px 15px 0 !important;
  min-width: 10%;
}

.spec_set.b2set .spec_inner:nth-child(even) {
  margin-right: 0;
}

/* b3set */
.spec_set.b3set .spec_inner {
  width: 300px;
  margin: 0 20px 0 0;
}

.spec_set.b3set .spec_inner p {
  margin-top: -5px;
  width: 280px;
}

.spec_set.b3set .spec_inner h5 {
  margin: 0 15px 10px 0;
}

.spec_set.b3set .spec_inner:nth-child(3n) {
  margin-right: 0;
}

.pdf_box {
  background: #f3f3f3;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pdf_box dt {
  width: 80%;
}

.pdf_box .dd {
  background: #000;
}

/* clear */
.spec_set .spec_inner:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* sp */
@media only screen and (max-width: 768px) {
  .content_2col {
    display: block;
  }

  .spec_set {
    display: block;
  }

  .content_2col .content_left {
    width: 100%;
  }

  .content_2col .content_right {
    text-align: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .spec_set .spec_inner {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  .spec_set .spec_inner p {
    float: none;
    width: 100% !important;
  }

  .spec_set .spec_inner h4 {
    float: none !important;
    margin: 0 0 10px 0 !important;
  }

  .pdf_box {
    display: block;
    padding: 10px;
    font-size: 80%;
    line-height: 160%;
  }

  .pdf_box dt {
    width: 100%;
    margin-bottom: 10px;
  }

  .pdf_box dd {
    text-align: center;
  }
}


/******************************************************/
/* table_block */
/******************************************************/
/* title_block */
.title_block {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.title_block p {
  text-align: center;
  padding: 10px;
  background: #edeef4;
  width: 40%;
  margin-right: 5px;
}

.title_block p.date {
  width: 20%;
}

.title_block p:last-child {
  margin-right: 0;
}

/* list_block */
.list_block {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 10px 0 8px 0;
  border-bottom: dotted 1px #666;
}

.list_block .link_list {
  margin: 0;
}

.list_block p,
.list_block ul {
  padding: 10px;
  width: 40%;
  margin-right: 5px;
}

.list_block p.date {
  width: 20%;
}

.list_block p:last-child {
  margin-right: 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .table_block {
    margin-bottom: 30px !important;
  }

  .title_block {
    display: none;
  }

  .list_block {
    display: block;
    padding-top: 0;
    margin-bottom: 15px;
  }

  .list_block p,
  .list_block ul {
    padding: 0 0 10px 0;
    width: 100%;
  }

  .list_block p.date {
    width: 100%;
  }
}

/******************************************************/
/* モーダル */
/******************************************************/
.btn01 .modal-content {
  width: 700px;
  margin: 0;
  padding: 20px 20px 0 20px;
  border: 1px solid #b3b3b3;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  font-size: 130% !important;
  line-height: 180%;
}

.btn01 .modal-content .modal-content-innar {
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

.btn01 .modal-content .modal-content-innar .cast_top {
  display: flex;
}

.btn01 .modal-content .modal-content-innar .cast_top .cast_top_left {
  width: 15%;
  order: 1;
}

.btn01 .modal-content .modal-content-innar .cast_top .cast_top_left img {
  width: 100%;
}

.btn01 .modal-content .modal-content-innar .cast_top .cast_top_right {
  width: 85%;
  order: 2;
}

.btn01 .modal-content .modal-content-innar .cast_top dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.btn01 .modal-content .modal-content-innar .cast_top dl dd {
  margin-bottom: 10px;
}

.btn01 .modal-content li {
  border: none !important;
}

.btn01 .modal-content li a {
  display: inline !important;
  color: #0060b1;
  padding: 0 !important;
}

.btn01 .modal-content li a.arrow_left {
  padding-left: 8px !important;
}

.btn01 .modal-content th {
  padding: 5px 0 3px 10px;
}

.btn01 .modal-content .mod_tableGg {
  width: 15%;
  vertical-align: top;
}

.btn01 .modal-content p {
  margin: 0 0 20px 0;
}

.btn01 .modal-content h5 {
  margin: 0 0 10px 0 !important;
}

.btn01 .modal-content .link_list {
  margin-bottom: 0 !important;
}

.btn01 .modal-content .btn_close {
  position: absolute;
  right: -25px;
  top: -5px;
}

.btn01 .modal-content .btn_close_btm {
  position: absolute;
  right: -25px;
  bottom: 17px !important;
  margin-bottom: 0;
}

.btn01 .modal-content .btn_close a,
.btn01 .modal-content .btn_close_btm a {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500 !important;
}

/* sp */
@media only screen and (max-width: 768px) {
  .btn01 .modal-content {
    font-size: 120% !important;
    padding: 15px 10px 0;
    line-height: 150%;
    width: calc(100% - 60px);
  }

  .btn01 .modal-content .modal-content-innar .btn_close {
    top: -8px;
  }

  .btn01 .modal-content .modal-content-innar .btn_close_btm {
    bottom: 7px !important;
  }

  .btn01 .modal-content .modal-content-innar .cast_top {
    display: block;
    width: 100%;
  }

  .btn01 .modal-content .modal-content-innar .cast_top .cast_top_left {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
  }

  .btn01 .modal-content .modal-content-innar .cast_top .cast_top_left img {
    width: 50%;
  }

  .btn01 .modal-content .modal-content-innar .cast_top .cast_top_right {
    width: 100%;
  }
}


/******************************************************/
/* link_set_sitemap */
/******************************************************/
.link_set_sitemap {
  display: flex;
  border-top: 1px dotted #8d8d8d;
  padding-top: 22px;
}

.link_set_sitemap .sm_left {
  font-weight: bold;
  width: 20%;
  margin-right: 35px;
}

.link_set_sitemap .sm_right {
  width: 80%;
}

.link_set_sitemap .sm_right li {
  display: inline-block;
  width: 45% !important;
  vertical-align: top;
  padding-right: 30px;
}

.link_set_sitemap .sm_right li:last-child {
  padding-right: 0;
}

/* sp */
@media only screen and (max-width: 1200px) {

  .link_set_sitemap {
    display: block;
    padding-top: 10px;
  }

  .link_set_sitemap .sm_left {
    width: 100%;
    margin-bottom: -12px;
  }

  .link_set_sitemap .sm_right {
    width: 100%;
  }

  .link_set_sitemap .sm_right li {
    display: block;
    width: 100% !important;
    padding-right: 0;
  }

  .link_set_sitemap .link_list {
    padding-bottom: 15px !important;
  }
}


/******************************************************/
/* common */
/******************************************************/
/* カラムリンクセット リスト型 */
.link_col ul.link_list li {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}

/* 4カラム */
.link_col.lc04 ul.link_list li {
  margin-right: 3.8%;
  width: 20%;
}

/* 3カラム */
.link_col.lc03 ul.link_list li {
  margin-right: 3.8%;
  width: 28%;
}

/* 2カラム */
.link_col.lc02 ul.link_list li {
  margin-right: 3.8%;
  width: 46%;
}

.link_col.lc02 ul.link_list li:nth-child(2n),
.link_col.lc04 ul.link_list li:nth-child(4n),
.link_col.lc03 ul.link_list li:nth-child(3n) {
  margin-right: 0 !important;
}

/* sp */
@media only screen and (max-width: 736px) {
  .link_col ul.link_list li {
    display: block !important;
    margin-right: 0;
    margin-bottom: 0;
    width: 100% !important;
  }
}

/* カラムリンクセット ブロック型 */
/* 4カラム */
.link_block.bl04 .bl_inner {
  margin-right: 6%;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

/* 3カラム */
.link_block.bl03 .bl_inner {
  margin-right: 6%;
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

/* 2カラム */
.link_block.bl02 .bl_inner {
  margin-right: 6%;
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

.link_block.bl02 .bl_inner:nth-child(2n),
.link_block.bl04 .bl_inner:nth-child(4n),
.link_block.bl03 .bl_inner:nth-child(3n) {
  margin-right: 0 !important;
}

/* sp */
@media only screen and (max-width: 736px) {
  .link_block .bl_inner {
    display: block !important;
    margin-right: 0;
    margin-bottom: 0;
    width: 100% !important;
  }
}

.movie_sam {
  position: relative;
}

.icon_play {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
}

.main_visual {
  margin-bottom: 30px;
}

.border_box h1,
.border_box h2,
.border_box h3,
.border_box h4,
.border_box h5,
.border_box h6 {
  margin-top: 0;
}

.img_btn_col01 {
  text-align: center;
  margin-bottom: 30px;
}

.img_btn_col02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img_btn_col02 li {
  margin-bottom: 30px;
  width: 49%;
}

/* type_normal */
.type_normal {
  margin: 0 0 15px;
}

.type_normal li {
  margin-bottom: 15px !important;
}

/* type_disc */
.type_disc {
  margin: 0 0 15px;
}

.type_disc li {
  list-style-type: disc !important;
  margin-left: 1.3em;
  margin-bottom: 15px;
}

/* type_num */
.type_num {
  margin: 0 0 15px;
}

.type_num li {
  list-style-type: decimal;
  margin-left: 1.3em;
  margin-bottom: 15px;
}

/* type_ast */
.type_ast {
  counter-reset: number;
  margin: 0 0 15px;
}

.type_ast li {
  list-style-type: none;
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 15px;
}

.type_ast li span {
  margin-right: 3px;
}

/* type_astnum */
.type_astnum {
  counter-reset: number;
  margin: 0;
}

.type_astnum li {
  list-style-type: none;
  text-indent: -1.8em;
  margin-left: 2em;
  margin-bottom: 15px;
}

.type_astnum li span {
  margin-right: 3px;
}

.list_data ul:last-child {
  margin-bottom: 0 !important;
}

/* accordion */
.btnset {
  width: 180px;
  margin: 15px auto 0 auto;
  box-sizing: border-box;
  background: #fff;
}

.aco_box {
  border-bottom: 1px dotted #8d8d8d;
  padding-bottom: 30px;
  padding-top: 1px;
  margin: -30px 0 30px 0;
}

.aco_box .btnset .button {
  cursor: pointer;
  border: 1px solid #9a9a9a;
  padding: 7px 0 5px 0;
  text-align: center;
  color: #0d0d0d;
  display: inline-block;
  width: 180px;
  box-sizing: border-box;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .aco_box .btnset .button {
    padding: 12px 0 5px 0;
  }
}

.aco_box .btnset .close {
  border: 1px solid #9a9a9a;
  margin-top: 15px;
  padding: 7px 0 5px 0;
  text-align: center;
  color: #0d0d0d;
  display: inline-block;
  width: 180px;
}

/* img_caption */
.img_caption {
  display: block;
  font-size: 90%;
  line-height: 150%;
  margin: 0 0 15px 0;
}

/* 片方固定で片方可変のレイアウト */
.col_box01 {
  display: flex;
  margin-bottom: 30px;
}

.col_left {
  width: 345px;
  margin-bottom: 30px;
  min-height: 0%;
  margin-right: 25px;
}

.col_right {
  margin-bottom: 20px;
  flex: 1;
}

.col_box01 img {
  margin-bottom: 10px !important;
}

.col_box01_pt2 {
  margin-bottom: 30px;
}

.col_box01_pt2 h4 {
  margin-top: 0;
}

/* 表示位置変更 */
.col_box01_pt2 .col_left {
  order: 1;
}

.col_box01_pt2 .col_right {
  order: 2;
}

/* 画像が右の場合 */
.img_right .col_left {
  order: 2;
  margin-left: 20px;
}

.img_right .col_right {
  order: 1;
  margin-left: 0;
}

/* ライン区切り */
.col_box01_pt2 .col_box01 {
  border-bottom: 1px dotted #8d8d8d !important;
}

/*
.col_box01_pt2 .col_box01:first-child {
  border-top: 1px dotted #8d8d8d;
  padding-top: 35px;
}
*/

/*arrow_left*/
.arrow_left {
  background: url(/commoncms/img/icon_arrow.png) no-repeat left center;
  padding: 0 0 0 8px !important;
}

/*link*/
.link_list {
  margin: 8px 0 0 0;
  padding-bottom: 30px;
}

.link_list li {
  text-indent: -0.5em;
  margin-left: 0.7em;
  padding-bottom: 10px;
}

.link_icon img {
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

.list_data .link_list,
.list_data .link_list li {
  margin-bottom: 0;
}

.link_list li:last-child {
  padding-bottom: 0 !important;
}

/* block_list */
.block_list {
  padding-bottom: 30px;
}

.block_list strong {
  display: block;
  margin-bottom: 5px;
}

.block_list li {
  padding-bottom: 10px;
}

.border_t {
  border-top: 1px dotted #8d8d8d !important;
  padding-top: 30px;
}

.border_b {
  border-bottom: 1px dotted #8d8d8d !important;
  padding-bottom: 30px;
}

.border_box_top {
  border-top: 1px dotted #8d8d8d !important;
  padding-top: 30px;
}

.border_box_bottom {
  border-bottom: 1px dotted #8d8d8d !important;
  padding-bottom: 30px;
}

.border_box_bottom .link_list {
  padding: 0 !important;
  margin-top: -2px;
}

/* link_btn */
.link_btn a {
  border: 1px solid #9a9a9a;
  margin: 0 0 30px 0;
  padding: 7px 20px 5px 20px;
  text-align: center;
  color: inherit;
  display: inline-block;
  width: 200px;
  box-sizing: border-box;
}

.border_box_bottom .link_btn {
  margin: 25px 0 -30px 0 !important;
}

.link_btn.nowrap a {
  border: 1px solid #9a9a9a;
  display: inline;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .link_btn a {
    padding: 10px 20px 5px 20px !important;
  }
}

.link_btn a:hover {
  text-decoration: none;
}

.link_btn.long a {
  width: 350px;
  padding: 7px 30px 5px 15px;
}

/* boxarrow */
.boxarrow {
  position: relative;
  padding-right: 30px !important;
  padding-left: 20px !important;
}

.boxarrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-top: solid 1px #0d0d0d;
  border-right: solid 1px #0d0d0d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* boxopen */
.boxopen {
  position: relative;
}

.boxopen:after {
  display: block;
  content: "";
  position: absolute;
  top: 58%;
  right: 12px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  border-top: solid 1px #0d0d0d;
  border-right: solid 1px #0d0d0d;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .boxopen:after {
    top: 56%;
  }
}

.boxopen:before {
  display: block;
  content: "";
  position: absolute;
  top: 41%;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  border-bottom: solid 1px #0d0d0d;
  border-left: solid 1px #0d0d0d;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* boxclose */
.boxclose {
  position: relative;
}

.boxclose:after {
  display: block;
  content: "";
  position: absolute;
  top: 59%;
  right: 13px;
  width: 10px;
  height: 6px;
  margin: -2px 0 0 0;
  border-top: solid 1px #0d0d0d;
}

/* col */
.list_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_col2 li {
  width: 46%;
  margin-bottom: 0 !important;
}

.list_col2 li:last-child {
  padding-bottom: 0 !important;
}

.list_col2 li:nth-last-child(2) {
  padding-bottom: 0 !important;
}

/* tab */
@media only screen and (max-width: 1200px) {
  .link_btn a,
  .link_btn.long a {
    width: 30%;
  }

  .col_box01_pt2 .link_btn a,
  .col_box01_pt2 .link_btn.long a {
    width: 80% !important;
  }

  .list_col2 li:nth-last-child(2) {
    padding-bottom: 10px !important;
  }

  .link_btn.nowrap a {
    display: inline-block !important;
    width: 100%;
  }
}

/* sp */
@media only screen and (max-width: 736px) {
  .col2,
  .col3,
  .col4 {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .col_box01 {
    flex-direction: column;
    padding-bottom: 0 !important;
  }

  .col_box01 h4 {
    margin-top: 20px;
  }

  .col_left {
    width: 100%;
    margin-bottom: 0;
  }

  .col_left img {
    margin-bottom: 10px;
  }

  .col_left .img_caption {
    margin: 0 0 20px 0;
  }

  /* 画像が右の場合 */
  .img_right .col_left {
    order: 1;
    margin-left: 0;
  }

  .img_right .col_right {
    order: 2;
  }

  .link_col ul.link_list li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .col_right {
    margin-left: 0;
    flex: auto;
  }

  .col_box01 img {
    width: 100%;
  }

  .link_icon img {
    width: auto;
  }

  .link_btn {
    text-align: center;
  }

  .list_col2 li {
    width: 98%;
  }

  .col_box01_pt2 .col_box01 {
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .col_box01_pt2 .col_box01:first-child {
    padding-top: 25px;
  }

  .col_box01_pt2 .col_box01 h4 {
    margin-bottom: 15px !important;
  }

  .col_box01_pt2 .col_box01 .kiji_txt {
    margin-bottom: 25px !important;
  }

  .col_box01_pt2 .col_box01 .link_btn a {
    margin-bottom: 25px !important;
  }

  .link_btn a,
  .link_btn.long a {
    margin-bottom: 15px;
    width: 100%;
  }

  .img_btn_col01 {
    margin-bottom: 15px !important;
  }

  .img_btn_col01 img {
    width: 100%;
  }

  .img_btn_col02 {
    display: block
  }

  .img_btn_col02 li {
    margin-bottom: 15px;
    width: 100%;
  }

  .img_btn_col02 li img {
    width: 100%;
  }

  .boeder_box {
    padding-bottom: 20px;
  }

  .icon_play {
    width: auto !important;
  }

  .border_box_bottom .link_btn {
    margin: 25px 0 15px 0 !important;
  }
}

/******************************************************/



/******************************************************/
/* add 2018.08 */
/******************************************************/
/* hrbox ----- */
.hrbox01 {
  padding-bottom: 30px;
}

.hrbox01 hr {
  border-top: 1px dotted #8d8d8d;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
/* ----- */

/* figimg ----- */
.figimg img {
  border: 1px solid #ccc;
}
/* ----- */

/* lbbox ----- */
.lbbox a {
  position: relative;
}

.lbbox img {
  vertical-align: baseline;
}

.lbbox a .lens {
  background: transparent url(/commoncms/img/icon_lens.png) no-repeat;
  height: 28px;
  position: absolute;
  right: 0;
  top: -13px;
  width: 31px;
}

.lbbox .lbimg_caption {
  display: block;
  font-size: 90%;
  line-height: 150%;
  margin: -7px 0 15px;
}

_:-ms-lang(x)::-ms-backdrop,
.lbbox .lbimg_caption {
  margin: -9px 0 15px;
}
/* ----- */

/* sns plugin ----- */
.snsplugin {
  background-color: #eee;
  line-height: 1;
  margin-bottom: 30px;
  overflow: hidden;
  padding: .5em 0;
  zoom: 1;
}

.snsplugin ul {
  list-style-type: none;
  text-align: center;
}

.snsplugin ul li {
  display: inline-block;
  margin: 7px 5px 5px;
}

@media only screen and (max-width: 460px) {
  .snsplugin ul li {
    margin: 7px 0 5px;
  }
}
/* ----- */

/* mapfan_ur & mfsearch ----- */
#mapfan_ur {
  height: 350px;
  margin-bottom: 30px;
  width: 100%;
}

#mapfan_ur img {
  font-size: 100%;
}

#mapfan_pr {
  display: none;
}

.mfsearch {
  width: 100%;
}

.mfsearch tr th,
.mfsearch tr td {
  border: 1px solid #cdcdd7;
  padding: 1rem;
}

.mfsearch tr th {
  background-color: #edeef4;
  line-height: 1;
}

.mfsearch tr td {
  text-align: center;
}

.mfsearch tr td p {
  margin-top: 1em;
}

.mfsearch tr .searchset ul {
  display: flex;
  justify-content: center;
}

.mfsearch tr .searchset ul li {
  margin: 10px;
  white-space: nowrap;
}

#output p {
  font-weight: bold;
  margin: 0 0 1em;
}

@media only screen and (max-width: 500px) {
  .mfsearch tr .searchset ul {
    display: block;
  }
}

.block02 > .col1-100pc {
  width: 100%;
}
/* ----- */

/* tenant_top ----- */
#tenant_top .col3 {
  margin-bottom: 30px;
}

.tenant_bg .col3 {
  background-color: #edeef4;
  padding: 15px 15px 0;
}

#tenant_top .propimg {
  margin-bottom: 5px;
  position: relative;
}

#tenant_top .propimg .icon_new01 {
  left: 5px;
  margin-left: 0;
  position: absolute;
  top: 5px;
}

#tenant_top .col3 .btn01 {
  margin: 0;
  padding: 10px 0 5px;
}

#tenant_top .col3 .btn01 .cate {
  background-color: #fff;
}

#tenant_top p strong {
  margin-left: 1em;
}

#tenant_top .name {
  color: #0d0d0d;
  font-weight: bold;
  padding-top: 5px;
}

#tenant_top .name span {
  font-weight: normal;
  margin-right: 1em;
}

#tenant_top .btn span {
  background-color: #fff;
  border: 1px solid #9a9a9a;
  color: #0d0d0d;
  display: inline-block;
  margin: 1.5em 0 30px;
  padding: 7px 20px 5px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#tenant_top .btn span:hover {
  text-decoration: none;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #tenant_top .btn span {
    padding: 10px 20px 5px !important;
  }
}
/* ----- */

/* tenant_area ----- */
#tenant_area h3 {
  margin-bottom: 0;
}

#tenant_area .borderBox {
  border-bottom: 1px solid #edeef4;
  border-left: 1px solid #edeef4;
  border-right: 1px solid #edeef4;
  margin-bottom: 50px;
  padding: 30px 30px 40px;
}

#tenant_area .borderBox .colOut {
  margin-bottom: 30px;
  overflow: hidden;
  zoom: 1;
}

#tenant_area .borderBox .colLef,
#tenant_area .borderBox .colRig {
  width: calc(50% - 15px);
}

#tenant_area .borderBox .colLef {
  float: left;
}

#tenant_area .borderBox .colRig {
  float: right;
}

#tenant_area .table_block table {
  margin-bottom: 0;
  width: 100%;
}

#tenant_area .table_block table tr th,
#tenant_area .table_block table tr td {
  border: 1px solid #cdcdd7;
  padding: 1rem .8rem;
}

#tenant_area .table_block table tr th {
  background-color: #edeef4;
  text-align: center;
}

#tenant_area .table_block table tr td {
  text-align: right;
  width: 12%;
}

#tenant_area .table_block table tr th:first-child,
#tenant_area .table_block table tr td:first-child {
  width: auto;
}
/*
#tenant_area .table_block table tr th:nth-child(4),
#tenant_area .table_block table tr td:nth-child(4) {
  width: 5em;
}
*/

#tenant_area .table_block table tr th:last-child,
#tenant_area .table_block table tr td:last-child {
  width: 45%;
}

#tenant_area .table_block table tr td:last-child {
  text-align: left;
}

#tenant_area .table_block table tr td > .text,
#tenant_area .table_block table tr th > .text,
#tenant_area .table_block table tr td > .image,
#tenant_area .table_block table tr th > .image,
#tenant_area .table_block table tr td > [class*="mod_"],
#tenant_area .table_block table tr th > [class*="mod_"] {
  margin-bottom: 0;
}

#tenant_area .table_block table .link_list {
  margin: 0 !important;
  padding: 0;
}

#tenant_area .table_block table tr td .btn01 {
  display: inline;
}

#tenant_area .btn {
  margin: 0 auto;
  max-width: 350px;
}

#tenant_area .btn span {
  border: 1px solid #9a9a9a;
  color: #0d0d0d;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 7px 20px 5px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#tenant_area .btn span:hover {
  text-decoration: none;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #tenant_area .btn span {
    padding: 10px 20px 5px !important;
  }
}

/* sp */
@media only screen and (max-width: 800px) {
  #tenant_area .borderBox .colRig .tenant_table table tr th {
    width: 5em;
  }
}

@media only screen and (max-width: 736px) {
  #tenant_area .borderBox .colLef,
  #tenant_area .borderBox .colRig {
    float: none;
    width: 100%;
  }

  #tenant_area .borderBox .colRig {
    margin-top: 20px;
  }

  #tenant_area .table_block {
    overflow-x: auto;
    margin: 0 0 15px;
    padding-bottom: 20px;
  }

  #tenant_area .table_block::-webkit-scrollbar {
    background: #f1f1f1;
    width: 5px;
  }

  #tenant_area .table_block::-webkit-scrollbar:horizontal {
    background: #f1f1f1;
    height: 5px;
  }

  #tenant_area .table_block::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 2px;
  }

  #tenant_area .table_block::-webkit-scrollbar-thumb:horizontal {
    background: #bcbcbc;
    border-radius: 2px;
  }

  #tenant_area .table_block table tr th,
  #tenant_area .table_block table tr td {
    min-width: 5em;
    padding: .5rem;
  }
}
/* ----- */

/* tenant_display ----- */
#tenant_display h3 {
  margin: 60px 0 30px;
}

#tenant_display .tenant_method + .tenant_table h3 {
  margin: 30px 0;
}

#tenant_display h5 {
  margin-bottom: 5px;
}
/* ----- */

/* tenant_method ----- */
.tenant_method {
  margin-bottom: 15px;
  overflow: hidden;
  zoom: 1;
}

.tenant_method dl dt {
  background-color: #86064d;
  color: #fff;
  float: left;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  width: 10em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.tenant_method dl dd {
  padding-left: 11em;
}

.tenant_method dl dd ul,
.tenant_method dl dd ul li {
  margin-bottom: 0;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  .tenant_method dl dt {
    padding: 10px 0 6px;
  }
}

/* sp */
@media only screen and (max-width: 460px) {
  .tenant_method dl dt {
    float: none;
  }

  .tenant_method dl dd {
    padding: 5px 0 0;
  }
}
/* ----- */

/* tenant_table ----- */
.tenant_table {
  margin-bottom: 30px;
}

.tenant_table table {
  margin-bottom: 0;
  width: 100%;
}

.tenant_table table tr th,
.tenant_table table tr td {
  border: 1px solid #cdcdd7;
  padding: 1rem;
}

.tenant_table table tr th {
  background-color: #edeef4;
  text-align: center;
  width: 9em;
}

.tenant_table table tr td > .text,
.tenant_table table tr th > .text,
.tenant_table table tr td > .image,
.tenant_table table tr th > .image,
.tenant_table table tr td > [class*="mod_"],
.tenant_table table tr th > [class*="mod_"] {
  margin-bottom: 0;
}

.tenant_table table .conn td {
  padding: 0;
}

.tenant_table table .conn td table tr th,
.tenant_table table .conn td table tr td {
  border-bottom: none;
  border-left: none;
  border-top: 1px solid #cdcdd7;
}

.tenant_table table .conn td table tr:first-child th,
.tenant_table table .conn td table tr:first-child td {
  border-top: none;
}

.tenant_table table .conn td table tr th {
  width: 7em;
}

.tenant_table table .conn td table tr td {
  border-right: none;
  padding: 1rem;
}

.tenant_table table .link_list {
  margin: 0 !important;
  padding: 0;
}

.tenant_table table tr td .btn01 {
  display: inline;
}

/* sp */
@media only screen and (max-width: 736px) {
  .tenant_table {
    overflow-x: auto;
    margin: 0 0 15px;
  }

  .tenant_table::-webkit-scrollbar {
    background: #f1f1f1;
    width: 5px;
  }

  .tenant_table::-webkit-scrollbar:horizontal {
    background: #f1f1f1;
    height: 5px;
  }

  .tenant_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 2px;
  }

  .tenant_table::-webkit-scrollbar-thumb:horizontal {
    background: #bcbcbc;
    border-radius: 2px;
  }

  .tenant_table table tr td,
  .tenant_table table tr th {
    min-width: 5em;
    padding: .5rem;
  }

  .tenant_table table tr th {
    font-size: .9em;
  }
}
/* ----- */

/* tenant_printer ----- */
#tenant_printer {
  display: none;
}
/* ----- */

/* label ----- */
.cate {
  border: solid 1px #bbb;
  color: #0d0d0d;
  display: inline-block;
  font-size: .8rem;
  line-height: 120%;
  margin: 0 10px 5px 0;
  padding: 7px 8px 4px 8px;
  text-align: center;
  width: 150px;
  box-sizing: border-box;
}
/* ----- */

/* labelexam ----- */
.labelexam h4,
.labelexam dl dt,
.labelexam dl dd {
  line-height: 1.6;
  margin: 0;
}

.labelexam h4 {
  font-size: .8em;
  margin-bottom: 1em !important;
}

.labelexam .exambox {
  margin-bottom: 1.5em;
}

.labelexam .exambox dl dt,
.labelexam .exambox dl dd {
  font-size: .8rem !important;
}

.labelexam .exambox dl dt {
  border: solid 1px #bbb;
  color: #0d0d0d;
  display: inline-box;
  float: left;
  line-height: 1.2;
  padding: 7px 8px 4px;
  text-align: center;
  width: 150px;
}

.labelexam .exambox dl dd {
  padding: 5px 0 15px 180px;
}

.labelexam .exambox dl dd a {
  margin: 5px 0 0 .5em;
  display: inline-block;
}

@media only screen and (max-width: 420px) {
  .labelexam .exambox dl dt {
    float: none;
    line-height: 1.2;
    padding: 7px 8px 4px;
    text-align: center;
    width: 150px;
  }

  .labelexam .exambox dl dd {
    padding: 5px 10px 15px;
  }
}
/* ----- */

/* tenant_area ----- */
#bus_area h3 {
  margin-bottom: 0;
}

#bus_area .borderBox {
  border-bottom: 1px solid #edeef4;
  border-left: 1px solid #edeef4;
  border-right: 1px solid #edeef4;
  padding: 30px 30px 40px;
}

#bus_area .borderBox .colOut {
  overflow: hidden;
  zoom: 1;
}

#bus_area .label {
  margin-bottom: 20px;
}

#bus_area .label div {
  background-color: #2d2b75;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  width: 10em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #bus_area .label div {
    padding: 8px 0 4px;
  }
}

#bus_area .label .offer {
  background-color: #86064d;
}

#bus_area .label p {
  margin: 20px 0 0;
}


#bus_area .borderBox .colLef,
#bus_area .borderBox .colRig {
  width: calc(50% - 15px);
}

#bus_area .borderBox .colLef {
  float: left;
}

#bus_area .borderBox .colRig {
  float: right;
}

#bus_area .table_block table {
  margin-bottom: 0;
  width: 100%;
}

#bus_area .table_block table tr th,
#bus_area .table_block table tr td {
  border: 1px solid #cdcdd7;
  padding: 1rem;
}

#bus_area .table_block table tr th {
  background-color: #edeef4;
  text-align: center;
  width: 9em;
}

#bus_area .table_block table tr td .btn01 {
  display: inline;
}

#bus_area .btn {
  margin: 50px auto 0;
  max-width: 350px;
}

#bus_area .btn span {
  border: 1px solid #9a9a9a;
  color: #0d0d0d;
  display: inline-block;
  padding: 7px 20px 5px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #bus_area .btn span {
    padding: 10px 20px 5px;
  }
}

#bus_area .btn span span {
  border: none;
  line-height: 1;
  padding: 0;
  width: auto;
}

#bus_area .btn span:hover {
  text-decoration: none;
}

/* sp */
@media only screen and (max-width: 736px) {
  #bus_area .label div {
    font-size: .8em;
  }

  #bus_area .borderBox .colLef,
  #bus_area .borderBox .colRig {
    float: none;
    width: 100%;
  }

  #bus_area .borderBox .colRig {
    margin-top: 20px;
  }

  #bus_area .table_block {
    overflow-x: auto;
    margin: 0 0 15px;
    padding-bottom: 20px;
  }

  #bus_area .table_block::-webkit-scrollbar {
    background: #f1f1f1;
    width: 5px;
  }

  #bus_area .table_block::-webkit-scrollbar:horizontal {
    background: #f1f1f1;
    height: 5px;
  }

  #bus_area .table_block::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 2px;
  }

  #bus_area .table_block::-webkit-scrollbar-thumb:horizontal {
    background: #bcbcbc;
    border-radius: 2px;
  }

  #bus_area .table_block table tr th,
  #bus_area .table_block table tr td {
    min-width: 5em;
    padding: .5rem;
  }

  #bus_area .btn {
    margin: 0 auto;
  }
}
/* ----- */

/* bus_prodet ----- */
#bus_prodet .label {
  margin-bottom: 30px;
}

#bus_prodet .label div {
  background-color: #2d2b75;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  width: 10em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  #bus_prodet .label div {
    padding: 8px 0 4px;
  }
}

#bus_prodet .label .offer {
  background-color: #86064d;
}

#bus_prodet .label p {
  margin: 20px 0 0;
}

#bus_prodet .print_btn {
  margin-bottom: 20px;
  text-align: right;
}

#bus_prodet .print_btn a {
  width: 300px;
}

#bus_prodet .block02 .col2 table {
  margin-bottom: 0;
  width: 100%;
}

#bus_prodet .block02 .col2 table tr th,
#bus_prodet .block02 .col2 table tr td {
  border: 1px solid #cdcdd7;
  padding: 1rem;
}

#bus_prodet .block02 .col2 table tr th {
  background-color: #edeef4;
  text-align: center;
  width: 9em;
}

/* sp */
@media only screen and (max-width: 736px) {
  #bus_prodet .print_btn {
    text-align: center;
  }

	#bus_prodet .label div {
    font-size: .8em;
  }

  #bus_prodet .block02 .col2 table tr td,
  #bus_prodet .block02 .col2 table tr th {
    min-width: 5em;
    padding: .5rem;
  }

  #bus_prodet .block02 .col2 table tr th {
    font-size: .9em;
  }
}
/* ----- */

/* cuslnk ----- */
#cuslnk {
  margin-top: 30px;
}
/* ----- */

/* other ----- */
.icon_new01 {
  background-color: #86064d;
  color: #fff;
  display: inline-block;
  font-size: .7rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 1em;
  padding: 6px 5px 5px;
  vertical-align: middle;
}

.closeTxt {
  margin-bottom: 60px;
}
/* ----- */
/******************************************************/



/******************************************************/
/* Modaal */
/******************************************************/
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 10px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/******************************************************/
