@charset "UTF-8";

/*****************************************************
Component
*****************************************************/
.c-titleLvOne {
  position: relative;
  font-size: 3.2rem;
  padding: 1.2rem 2.3rem;
  margin: 0 0 5rem;
  border-left: 6px solid #64b5f6;
}
.c-titleLvOne::after {
  width: 6px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
}
.c-titleLvOne::after {
  height: calc(100% / 2);
  background-color: #005499;
}
@media screen and (max-width: 768px) {
  .c-titleLvOne {
    font-size: 3rem;
  }
}
.c-titleLvThree {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom: .5rem;
  margin: 0 auto 2rem;
  border-bottom: 2px solid #005499;
}
.c-titleLvFour {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th {
  width: 23.355%;
  min-width: 6em;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}
.c-table td {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.c-table td > p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-table table {
    border-top: 1px solid #d9d9d9;
  }
  .c-table th {
    width: 100%;
    min-width: none;
    display: block;
    border-top: none;
  }
  .c-table td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
.c-tableOutline table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d9;
}
.c-tableOutline th {
  width: 23.355%;
  min-width: 6em;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.c-tableOutline td {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: keep-all;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .c-tableOutline th {
    width: 100%;
    min-width: none;
    display: block;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-bottom: none;
    background-color: #f2f2f2;
  }
  .c-tableOutline td {
    width: 100%;
    display: block;
    border: 1px solid #d9d9d9;
  }
}
.c-table_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-table_col2 .c-table_img {
  max-width: 17%;
  margin-left: 8%;
}
.c-table_col2 table {
  max-width: 75%;
}
@media screen and (max-width: 900px) {
  .c-table_col2 {
    display: block;
  }
  .c-table_col2 .c-table_img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    margin-left: 0;
  }
  .c-table_col2 table {
    max-width: 100%;
  }
}

.c-table_result {
  overflow-x: auto;
}
.c-table_result table {
  min-width: 860px;
  border-collapse: collapse;
  border-top: 2px solid #0077d9;
}
.c-table_result tr {
  border-bottom: 1px solid #d9d9d9;
}
.c-table_result th,
.c-table_result td {
  padding: 1.5rem; 1rem;
  text-align: left;
}
.c-table_result th {
  font-weight: 700;
}
.c-table_result thead th,
.c-table_result thead td {
  text-align: right;
}
.c-table_result tbody td {
  text-align: right;
}

.c-menu {
  padding-top: 10px;
  border-top: 2px solid #0077d9;
}
.c-menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-menuList_item {
  border-bottom: 1px solid #d9d9d9;
}
.c-menuList--col2 .c-menuList_item {
  width: calc((100% - 3rem) / 2);
}
.c-menuList--col3 .c-menuList_item {
  width: calc((100% - 6rem) / 3);
}
.c-menuList--colauto .c-menuList_item {
  border-bottom: none;
}
.c-menuList_item > a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.c-menuList--colauto .c-menuList_item > a {
  padding: 1rem 0 1rem 1.5rem;
}
.c-menuList_item > a:hover {
  color: #0077d9;
}
.c-menuList_item > a::before {
  position: absolute;
  content: '';
  display: block;
  top: 2.5rem;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 1px solid #0077d9;
  border-right: 1px solid #0077d9;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-menuList--colauto .c-menuList_item > a::before {
  top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-menu {
    padding-top: 0;
    border-top: none;
  }
  .c-menuList {
    display: block;
    margin-left: 0;
    border-top: 1px solid #d9d9d9;
  }
  .c-menuList_item {
    margin-left: 0;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .c-menuList--colauto .c-menuList_item {
    border-bottom: 1px solid #d9d9d9;
  }
  .c-menuList_item > a {
    padding-left: 4rem;
  }
  .c-menuList--colauto .c-menuList_item > a {
    padding: 1rem 0 1rem 4rem;
  }
  .c-menuList_item > a::before {
    left: 2rem;
  }
  .c-menuList--col2 .c-menuList_item {
    width: 100%;
  }
}

.c-link--external::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 5px;
  background: url(../images/ico_external_link.png) no-repeat;
  background-size: cover;
}
.c-link--pdf::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px 0 5px;
  background: url(../images/ico_pdf.png) no-repeat;
  background-size: cover;
}
.c-link--arrow {
  position: relative;
  padding-left: 1.5rem;
}
.c-link--arrow::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 1px solid #0077d9;
  border-right: 1px solid #0077d9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btnGeneral {
  width: 58.6%;
  margin: 0 auto;
}
.c-btnGeneral > a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  display: block;
  position: relative;
  padding: 1.4rem 2rem;
  border-radius: 3px;
  background-color: #0077d9;
  transition: .3s;
}
.c-btnGeneral > a::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btnGeneral > a:hover {
  opacity: .8;
}
@media screen and (max-width: 1080px) {
  .c-btnGeneral {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnGeneral > a {
    font-size: 1.4rem;
  }
}

.c-btnRegist {
  width: 58.6%;
  min-width: 12em;
  margin: 0 auto;
}
.c-btnRegist > a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  display: block;
  position: relative;
  padding: 2.5rem 2rem;
  border-radius: 3px;
  background-color: #0077d9;
  transition: .3s;
}
.c-btnRegist > a::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btnRegist > a > span {
  width: 37.5%;
  min-width: 7em;
  display: block;
  color: #0077d9;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: .8rem auto 0;
  border-radius: 50px;
  background-color: #fff;
}
.c-btnRegist > a:hover {
  opacity: .8;
}
@media screen and (max-width: 1080px) {
  .c-btnRegist {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnRegist > a {
    font-size: 2rem;
  }
  .c-btnRegist > a > span {
    font-size: 1.4rem;
  }
}
.c-btnRegist--orange > a {
  background-color: #e65b25;
}
.c-btnRegist--orange > a > span {
  color: #e65b25;
}
.c-btnRegist--finish > a {
  color: #d7d7d7;
  background-color: #8c8c8c;
}
.c-btnRegist--finish > a > span {
  color: #1a1a1a;
}
.c-btnRegist--finish > a::after {
  display: none;
}
.c-btnRegist--finish > a:hover {
  opacity: 1;
}

.c-txtNote li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.c-txtNote li:not(:last-child) {
  margin-bottom: 5px;
}
.c-txtNote li::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-txtNote--one {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.c-txtNote--one::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-txtBox {
  padding: 1.5rem 2rem;
  background-color: #f4f4f4;
}

.c-list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.c-list li:not(:last-child) {
  margin-bottom: 2rem;
}
.c-list li::before {
  width: 7px;
  height: 7px;
  display: inline-block;
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  background-color: #005499;
  border-radius: 50%;
}

.c-colOrange {
  color: #e65b25;
}

.c-sec_imgright {
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
}
.c-sec_imgright_txt {
  width: 60rem;
}
.c-sec_imgright_img {
  width: 18rem;
}
@media screen and (max-width: 1200px) {
  .c-sec_imgright {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-sec_imgright {
    display: block;
  }
  .c-sec_imgright_txt {
    width: 100%;
  }
  .c-sec_imgright_img {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}

.c-sec_imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-sec_imglist--col4 div {
  width: calc((100% - 6rem) / 4);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-sec_imglist--col4 div {
    width: calc((100% - 2rem) / 2);
  }
}

/*****************************************************
TOP
*****************************************************/
.p-greeting {
  margin-bottom: 4.5rem;
}
.p-greeting_txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-greeting_txt {
    text-align: left;
  }
}
.p-pickupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5rem;
}
.p-pickupList_item {
  width: calc((100% - 7.5rem)  / 3);
  margin-left: 2.5rem;
  margin-bottom: 3rem;
}
.p-pickupList_item > a {
  height: 100%;
  display: block;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.p-pickupList_item > a:hover {
  background-color: #e5f1fb;
}
.p-pickupList_item > a.p-pickupList_item_nolink {
  border-color: #c7000b;
}
.p-pickupList_item > a.p-pickupList_item_nolink:hover {
  background-color: #fff;
}
.p-pickupList_item_date {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-pickupList_item_title {
  color: #0077d9;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: .5rem 2.5rem .5rem 0;
  border-bottom: 1px solid #0077d9;
}
a.p-pickupList_item_nolink .p-pickupList_item_title {
  border-bottom-color: #c7000b;
}
.p-pickupList_item_title::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #0077d9;
  border-right: 2px solid #0077d9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-pickupList_item_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .p-pickupList {
    margin-left: -2rem;
  }
  .p-pickupList_item {
    width: calc((100% - 4rem)  / 2);
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pickupList {
    display: block;
    margin-left: 0;
  }
  .p-pickupList_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .p-pickupList_item:last-child {
    margin-bottom: 0;
  }
  .p-pickupList_item_title::after {
    border-top: 1px solid #0077d9;
    border-right: 1px solid #0077d9;
  }
}

/*****************************************************
お問い合わせ/FAQ
*****************************************************/
.p-outline:not(:last-child) {
  margin-bottom: 6rem;
}

/*****************************************************
開催概要
*****************************************************/
.p-faq section {
  margin-top: 6rem;
}
.p-faq section#note {
  padding-top: 6rem;
  margin-top: -3rem;
}
.p-faq_secf_list_q {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding: 0.9rem 0 0.9rem 6.5rem;
}
.p-faq_secf_list_q::before,
.p-faq_secf_list_a::before {
  width: 45px;
  height: 45px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_q.png) no-repeat;
  background-size: 100% 100%;
}
.p-faq_secf_list_a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  padding: 0.9rem 0  3.4rem 6.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.p-faq_secf_list_a::before {
  background: url(../images/icon_a.png) no-repeat;
  background-size: 100% 100%;
}

/*****************************************************
イベント一覧
*****************************************************/
.p-event_detail:not(:last-child) {
  margin-bottom: 3rem;
}
.p-event_detail_tit {
  display: flex;
  align-items: center;
  padding: 3rem;
  background-color: #f2f6fa;
  border: 1px solid #d9d9d9;
}
.p-event_detail_tit img {
  min-width: 135px;
}
.p-event_detail_tit_sub {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 3rem;
}
.p-event_detail_tit_txt {
  line-height: 1.6;
  padding: 2.5rem 3rem;
  border: 1px solid #d9d9d9;
  border-top: none;
}
.p-event_detail_tit_txt dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.p-event_detail_tit_txt dd:not(:last-child) {
  margin-bottom: .5em;
}
.p-event_detail_tit_txt ul {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .p-event_detail_tit_sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-event_detail_tit {
    display: block;
  }
  .p-event_detail_tit picture {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-event_detail_tit_sub {
    margin-left: 0;
  }
}

/*****************************************************
展示会登録
*****************************************************/
.p-regist_bold {
  font-weight: 700;
}
.p-regist_sec:not(:last-child) {
  margin-bottom: 6rem;
}
.p-regist_list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.p-regist_list li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-regist_list li::before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  background-color: #005499;
  border-radius: 50%;
}

/*****************************************************
English
*****************************************************/
.p-english > section {
  margin-top: 6rem;
}
.p-english_exhibitors_sec {
  margin-top: 4rem;
}
.p-english_exhibitors_sec > ul > li {
  line-height: 2;
}

/*****************************************************
出展社情報
*****************************************************/
.p-exhibitor_list {
  padding: 2rem 3rem;
  border: 1px solid #d9d9d9;
}
.p-exhibitor_list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.p-exhibitor_list li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-exhibitor_list li::before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  background-color: #005499;
  border-radius: 50%;
}

/*****************************************************
会場内シアター/展示企画
*****************************************************/
.p-org_sec {
  margin-top: 6rem;
}
.p-org_sec p {
  line-height: 1.8;
}
.p-org_sec p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-theater_sec:not(:last-child) {
  margin-bottom: 6rem;
}
.p-theater_sec p {
  line-height: 1.8;
}
.js-theater {
  margin-top: 2rem;
}
.title-theater {
  color: #0077d9;
  cursor: pointer;
  display: inline-block;
}
.title-theater::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 10px;
  vertical-align: middle;
  border-top: 1px solid #0077d9;
  border-right: 1px solid #0077d9;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.js-theater.open .title-theater::after {
  margin-top: 0;
  transform: rotate(-45deg);
}
.theater-box {
  height: 0;
  padding: 0 2rem;
  margin-top: 10px;
  background-color: #f4f4f4;
  transition: .3s;
  overflow: hidden;
}
.js-theater.open .theater-box {
  height: auto;
  padding: 2rem;
}
.theater_nav {
  margin-bottom: 6rem;
  padding-top: 20px;
  border-top: 2px solid #0077d9;
}
.theater_nav ul {
  display: flex;
}
.theater_nav li {
  width: 33.333%;
  box-sizing: border-box;
  font-weight: bold;
  border-right: solid 1px #d7d7d7;
  font-size: 1em;
  line-height: 1.4;
}
.theater_nav li:first-child {
  border-left: solid 1px #d7d7d7;
}
.theater_nav a {
  display: block;
  text-align: center;
  padding: .4em .6em 1em;
  position: relative;
}
.theater_nav a:hover {
  color: #0077d9;
}
.theater_nav a::after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  right: 0;
  bottom: .2em;
  margin: auto;
  width: .5em;
  height: .5em;
  border: solid 2px #0077e6;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .theater_nav li {
    font-size: .85em;
  }
}

/*****************************************************
Utility
*****************************************************/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mt5 {
  margin-top: .5rem !important;
}

.u-mr5 {
  margin-right: .5rem !important;
}

.u-mb5 {
  margin-bottom: .5rem !important;
}

.u-ml5 {
  margin-left: .5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mr25 {
  margin-right: 2.5rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-ml25 {
  margin-left: 2.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-mt35 {
  margin-top: 3.5rem !important;
}

.u-mr35 {
  margin-right: 3.5rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-ml35 {
  margin-left: 3.5rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-mt45 {
  margin-top: 4.5rem !important;
}

.u-mr45 {
  margin-right: 4.5rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-ml45 {
  margin-left: 4.5rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pt5 {
  padding-top: .5rem !important;
}

.u-pr5 {
  padding-right: .5rem !important;
}

.u-pb5 {
  padding-bottom: .5rem !important;
}

.u-pl5 {
  padding-left: .5rem !important;
}

.u-pt10 {
  padding-top: 1rem !important;
}

.u-pr10 {
  padding-right: 1rem !important;
}

.u-pb10 {
  padding-bottom: 1rem !important;
}

.u-pl10 {
  padding-left: 1rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pr15 {
  padding-right: 1.5rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pl15 {
  padding-left: 1.5rem !important;
}

.u-pt20 {
  padding-top: 2rem !important;
}

.u-pr20 {
  padding-right: 2rem !important;
}

.u-pb20 {
  padding-bottom: 2rem !important;
}

.u-pl20 {
  padding-left: 2rem !important;
}

.u-pt25 {
  padding-top: 2.5rem !important;
}

.u-pr25 {
  padding-right: 2.5rem !important;
}

.u-pb25 {
  padding-bottom: 2.5rem !important;
}

.u-pl25 {
  padding-left: 2.5rem !important;
}

.u-pt30 {
  padding-top: 3rem !important;
}

.u-pr30 {
  padding-right: 3rem !important;
}

.u-pb30 {
  padding-bottom: 3rem !important;
}

.u-pl30 {
  padding-left: 3rem !important;
}

.u-pt35 {
  padding-top: 3.5rem !important;
}

.u-pr35 {
  padding-right: 3.5rem !important;
}

.u-pb35 {
  padding-bottom: 3.5rem !important;
}

.u-pl35 {
  padding-left: 3.5rem !important;
}

.u-pt40 {
  padding-top: 4rem !important;
}

.u-pr40 {
  padding-right: 4rem !important;
}

.u-pb40 {
  padding-bottom: 4rem !important;
}

.u-pl40 {
  padding-left: 4rem !important;
}

.u-pt45 {
  padding-top: 4.5rem !important;
}

.u-pr45 {
  padding-right: 4.5rem !important;
}

.u-pb45 {
  padding-bottom: 4.5rem !important;
}

.u-pl45 {
  padding-left: 4.5rem !important;
}

.u-pt50 {
  padding-top: 5rem !important;
}

.u-pr50 {
  padding-right: 5rem !important;
}

.u-pb50 {
  padding-bottom: 5rem !important;
}

.u-pl50 {
  padding-left: 5rem !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-wordKeep {
  word-break: keep-all !important;
}

.u-colBlue {
  color: #005499;
}
.u-colRed {
  color: #c7000b;
}

@media screen and (min-width: 769px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}

.u-anchorLink {
  display: block;
  padding-top: 61px;
  margin-top: -61px;
}
@media screen and (max-width: 1080px) {
  .u-anchorLink {
    padding-top: 58px;
    margin-top: -58px;
  }
}
@media screen and (max-width: 768px) {
  .u-anchorLink {
    padding-top: 55px;
    margin-top: -55px;
  }
}