@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font: inherit;
  color: inherit;
  background-color: initial;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-icon {
  height: 95px;
}

html {
  font-size: 93.75%;
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
    line-height: 1.86;
  }
}
body {
  font: inherit;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  color: #222;
  overflow-x: hidden;
}

h2 {
  position: relative;
  margin-bottom: 23px;
  padding: 15px 15px 15px 30px;
  font-size: 1.6rem;
  line-height: 1.46;
  font-weight: 600;
  background-color: #f5f5f5;
}
h2:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #e60012;
}

* + h2 {
  margin-top: 58px;
}

h3 {
  margin-top: 43px;
  margin-bottom: 16px;
  padding-top: 10px;
  font-size: 1.34rem;
  line-height: 1.5;
  font-weight: 600;
  border-top: 2px solid #e60012;
}

h4 {
  position: relative;
  margin-top: 37px;
  margin-bottom: 14px;
  padding-left: 17px;
  padding-top: 12px;
  font-size: 1.14rem;
  line-height: 1.65;
  font-weight: 600;
  border-top: 1px solid #767676;
}
h4:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #e60012;
}

@media screen and (max-width: 768px) {
  * + h2 {
    margin-top: 51px;
  }

  h2 {
    margin-bottom: 21px;
    font-size: 1.43rem;
    line-height: 1.5;
    padding: 15px 15px 15px 26px;
  }
  h2:before {
    width: 14px;
  }

  h3 {
    margin-bottom: 14px;
    font-size: 1.22rem;
    line-height: 1.53;
  }

  h4 {
    margin-bottom: 10px;
    font-size: 1.08rem;
    line-height: 1.54;
  }
}
p + p {
  margin-top: 20px;
}

strong {
  font-weight: bold;
}

em {
  background-color: #ffeaeb;
  font-weight: bold;
}

mark {
  color: #e60012;
  background-color: transparent;
  font-weight: bold;
}

sup {
  line-height: 1;
  vertical-align: 4px;
  font-size: 10px;
}

sub {
  line-height: 1;
  vertical-align: sub;
  font-size: smaller;
}

a {
  color: #222;
}
a:visited {
  color: #810081;
}
a:hover {
  color: #e60012;
  text-decoration: none;
}

a[href$=".pdf"], a[href$=".PDF"],
a[href$=".doc"], a[href$=".DOC"],
a[href$=".docx"], a[href$=".DOCX"],
a[href$=".xls"], a[href$=".XLS"],
a[href$=".xlsx"], a[href$=".XLSX"],
a[href$=".ppt"], a[href$=".PPT"],
a[href$=".pptx"], a[href$=".PPTX"],
a[href$=".zip"], a[href$=".ZIP"],
a[href^=http] {
  position: relative;
}

a[href$=".pdf"]:after, a[href$=".PDF"]:after,
a[href$=".doc"]:after, a[href$=".DOC"]:after,
a[href$=".docx"]:after, a[href$=".DOCX"]:after,
a[href$=".xls"]:after, a[href$=".XLS"]:after,
a[href$=".xlsx"]:after, a[href$=".XLSX"]:after,
a[href$=".ppt"]:after, a[href$=".PPT"]:after,
a[href$=".pptx"]:after, a[href$=".ZIP"]:after,
a[href$=".zip"]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin: 0px 6px 0 6px;
  background: url(/international-delegates/common/images/icon_fileType.png) 0 0 no-repeat;
  background-size: 75px 17px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  a[href$=".pdf"]:after, a[href$=".PDF"]:after,
a[href$=".doc"]:after, a[href$=".DOC"]:after,
a[href$=".docx"]:after, a[href$=".DOCX"]:after,
a[href$=".xls"]:after, a[href$=".XLS"]:after,
a[href$=".xlsx"]:after, a[href$=".XLSX"]:after,
a[href$=".ppt"]:after, a[href$=".PPT"]:after,
a[href$=".pptx"]:after, a[href$=".ZIP"]:after,
a[href$=".zip"]:after {
    margin: -3px 6px 0 6px;
  }
}
a[href$=".doc"]:after, a[href$=".DOC"]:after,
a[href$=".docx"]:after, a[href$=".DOCX"]:after {
  background-position: -15px 0;
}

a[href$=".xls"]:after, a[href$=".XLS"]:after,
a[href$=".xlsx"]:after, a[href$=".XLSX"]:after {
  background-position: -30px 0;
}

a[href$=".ppt"]:after, a[href$=".PPT"]:after,
a[href$=".pptx"]:after, a[href$=".PPTX"]:after {
  background-position: -45px 0;
}

a[href$=".zip"]:after, a[href$=".ZIP"]:after {
  background-position: -60px 0;
}

a[href^=http] {
  position: relative;
}

a[href^=http]:not([href*="//www.jrc.or.jp/international-delegates/"]):not([href*="//jrc.or.jp/international-delegates/"]):after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 6px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
}

a[href^="/"]:not([href^="/international-delegates/"]):after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 6px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
}

table {
  border: 1px solid #ddd;
}
table thead th {
  color: #fff;
  background-color: #525252;
  padding: 18px 20px;
}
table tr + tr {
  border-top: 1px solid #ddd;
}
table tr > * + * {
  border-left: 1px solid #ddd;
}
table th, table td {
  padding: 19px 20px 22px;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.67;
}
table th {
  background-color: #f5f5f5;
  vertical-align: middle;
  font-weight: 600;
}

.scroll-hint {
  margin-top: 28px;
}

.scroll-hint-icon {
  top: calc(50% - 57px);
  left: calc(50% - 105px);
  width: 210px;
  height: 113px;
  padding: 23px 10px 10px 18px;
}
.scroll-hint-icon:before {
  width: 29px;
  height: 37px;
  background-image: url(/international-delegates/common/images/icon_scroll_hand.svg);
}
.scroll-hint-icon::after {
  width: 35px;
  height: 11px;
  top: 16px;
  margin-left: -18px;
  background-image: url(/international-delegates/common/images/icon_scroll_arrow.svg);
}

.scroll-hint-text {
  font-size: 0.94rem;
  line-height: 1.86;
  margin-left: -8px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .scroll-hint {
    margin-top: 24px;
  }

  .scroll-hint-text {
    font-size: 1rem;
    line-height: 1.86;
  }
}
*:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  table th,
table td {
    font-size: 1rem;
    line-height: 2;
    padding: 17px 20px 15px;
  }

  table thead th {
    padding: 16px 20px;
  }
}
* + ul {
  margin-top: 20px;
}

ul li {
  position: relative;
  padding-left: 14px;
}
ul li:before {
  content: "";
  top: 12px;
  left: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e60012;
}

ul li ul {
  margin-bottom: 0;
}

ul li li:before {
  background-color: #767676;
}

@media screen and (max-width: 768px) {
  * + ul {
    margin-bottom: 25px;
  }

  ul li:before {
    top: 10px;
  }
}
* + ol {
  margin-top: 20px;
}

ol li {
  position: relative;
  padding-left: 29px;
  counter-increment: count-number;
}
ol li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  color: #e60012;
}

ol li:nth-child(1):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(2):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(3):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(4):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(5):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(6):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(7):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(8):before {
  content: "0" counter(count-number) ".";
}

ol li:nth-child(9):before {
  content: "0" counter(count-number) ".";
}

ol li ol {
  counter-reset: cnt;
  margin-bottom: 0;
}

ol li ol li {
  counter-increment: cnt;
}
ol li ol li:before {
  content: counter(cnt) ".";
  color: #767676;
}

ol li ol li:nth-child(1):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(2):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(3):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(4):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(5):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(6):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(7):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(8):before {
  content: "0" counter(cnt) ".";
}

ol li ol li:nth-child(9):before {
  content: "0" counter(cnt) ".";
}

@media screen and (max-width: 768px) {
  * + ol {
    margin-top: 25px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-base {
  min-width: 375px;
  overflow-x: hidden;
}

.l-base__header {
  height: 100%;
}

.l-base__main {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .l-base__main {
    padding-top: 56px;
  }
}
.l-main__body {
  background-color: #fcfaf7;
}

.l-main__body__contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 56px;
  background-color: #fff;
}

.l-main.l-main--cat .l-main__body {
  background-color: #fff;
  padding: 0;
}

.p-deployment h2[id],
.p-deploymentSummary h2[id],
.p-seminar h2[id],
.p-seminarSummary h2[id],
.p-deploymentRelationMain h2[id] {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .p-deployment h2[id],
.p-seminar h2[id],
.p-deploymentSummary h2[id],
.p-seminarSummary h2[id],
.p-deploymentRelationMain h2[id] {
    margin-top: -56px;
    padding-top: 56px;
  }
}
.c-btn {
  position: relative;
  display: inline-block;
  padding: 7px 45px;
  color: #fff;
  background-color: #e60012;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn:before {
  right: 5px;
}

.c-btn--secondary {
  background-color: #fff;
  color: #222;
  position: relative;
  border: 2px solid #ddd;
}
.c-btn--secondary:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e60012;
}
.c-btn--secondary:before {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1rem;
    line-height: 1.86;
  }
}
* + .c-cautionList {
  margin-top: 22px;
}

.c-cautionList li {
  color: #767676;
  padding-left: 23px;
}
.c-cautionList li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  background-color: transparent;
  width: auto;
  height: auto;
}

.c-cautionList > .c-cautionList {
  margin-bottom: 0;
}

.p-modalCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: -20px -10px 0;
}

.p-modalCard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
}
.p-modalCard__item:before {
  content: none;
}

.p-modalCard__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(113, 80, 59, 0.1);
  box-shadow: 0 3px 12px 0 rgba(113, 80, 59, 0.1);
  border-radius: 6px;
  text-decoration: none;
  background-color: #fff;
  border: none;
  color: #222;
  cursor: pointer;
}
.p-modalCard__btn:visited {
  color: #222;
  text-decoration: none;
}
.p-modalCard__btn:hover {
  color: #e60012;
}

.p-modalCard__modal {
  position: absolute;
}

.c-column {
  margin-top: 33px;
  margin-bottom: 28px;
}

.c-column + .c-column {
  margin-top: 28px;
}

.c-column__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.c-column__item {
  padding: 0 12px;
}

.c-column__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-column {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .c-column + .c-column {
    margin-top: 0;
  }

  .c-column__body {
    margin-top: -14px;
  }

  .c-column__item {
    margin-top: 14px;
  }
}
.c-dlList {
  margin-bottom: 1px;
}
.c-dlList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-dlList dt {
  width: 180px;
  min-width: 180px;
  font-weight: 600;
  margin-bottom: 22px;
}
.c-dlList dd {
  margin-bottom: 22px;
  width: 100%;
}
.c-dlList dt, .c-dlList dd {
  border-top: 1px solid #ddd;
  padding-top: 9px;
}
.c-dlList dt + dd {
  margin-left: 30px;
}
.c-dlList dl:last-child > dd {
  margin-bottom: 0;
}

* + .c-dlList {
  margin-top: 29px;
}

.c-dlList + .c-dlList {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-dlList dt {
    width: 25%;
    min-width: 0px;
  }
  .c-dlList dd {
    width: 75%;
    padding-left: 2px;
  }
  .c-dlList dt + dd {
    margin-left: 12px;
  }
}
.c-frame {
  margin: 33px 0 0;
  padding: 23px 31px 28px;
  border: 5px solid #f0f0f0;
}

.c-frame__title {
  margin-bottom: 16px;
  font-size: 1.34rem;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-frame {
    margin: 26px 0;
    padding: 24px 20px 18px;
  }

  .c-frame__title {
    font-size: 1.29rem;
    line-height: 1.34;
  }
}
.c-imgText__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-imgText__text {
  margin-right: 40px;
  padding-top: 6px;
}

.c-imgText__img img {
  width: 100%;
}

.c-imgText__img figcaption {
  margin-top: 16px;
  font-size: 0.94rem;
  line-height: 1.58;
  color: #767676;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-imgText {
    margin-top: 32px;
  }

  .c-imgText__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-imgText__text {
    margin-top: 14px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .c-imgText__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-imgText__img figcaption {
    font-size: 0.93rem;
    line-height: 1.39;
    margin-top: 12px;
    padding: 0 28px;
  }
}
.c-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px -12px 0;
}
.c-linkList li {
  width: 50%;
  padding: 14px 12px 12px 37px;
}
.c-linkList li:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 19px;
  width: 12px;
  height: 7px;
  border-radius: 0;
  background-color: transparent;
  border-top: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #e60012;
}
.c-linkList li:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 19px;
  height: 19px;
  border: 2px solid #ddd;
  border-radius: 11px;
}
.c-linkList a {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
}
.c-linkList a:before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  height: 2px;
  background-color: #ddd;
  bottom: -12px;
  left: -25px;
}

.c-linkList--wide li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-linkList {
    display: block;
  }
  .c-linkList li {
    width: 100%;
    padding-left: 41px;
  }
  .c-linkList li:before {
    top: 23px;
    left: 21px;
  }
  .c-linkList li::after {
    top: 15px;
    width: 22px;
    height: 22px;
  }
  .c-linkList a {
    font-size: 1rem;
    line-height: 1.58;
  }
}
.c-linkListInner {
  margin-bottom: 0;
}

* + .c-linkListInner {
  margin-top: 29px;
}

.c-linkListInner li {
  position: relative;
  overflow-wrap: break-word;
  padding-left: 18px;
}
.c-linkListInner li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  border-top: 4.5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 8px solid #e60012;
}
.c-linkListInner li:before {
  border-radius: 0;
  background-color: transparent;
  top: 10px;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 768px) {
  .c-linkListInner li {
    padding-left: 15px;
  }
}
.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: 0;
}

.p-anchor__item {
  padding-left: 10px;
  margin-top: 10px;
}
.p-anchor__item:before {
  content: none;
}

.p-anchor__link {
  position: relative;
  display: block;
  padding: 10px 54px 10px 18px;
  border-radius: 27px;
  border: solid 2px #ddd;
  background-color: #fff;
  color: #222;
  text-decoration: none;
}
.p-anchor__link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  width: 12px;
  height: 7px;
  border-radius: 0;
  background-color: transparent;
  border-top: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #e60012;
}
.p-anchor__link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 11px;
}
.p-anchor__link[href^="#"] {
  padding: 10px 43px 10px 18px;
}
.p-anchor__link[href^="#"]:before {
  content: none;
}
.p-anchor__link[href^="#"]:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  background-image: url(/international-delegates/common/images/icon_arrowRed.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-anchor__link[href^=http] {
  padding-right: 37px;
  padding-left: 19px;
}
.p-anchor__link[href^=http]::before {
  content: none;
}
.p-anchor__link[href^=http]::after {
  right: 12px;
  width: 13px;
  height: 11px;
  border: none;
  border-radius: 0;
}
.p-anchor__link:visited {
  color: #222;
}
.p-anchor__link:hover {
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .p-anchor {
    display: block;
    margin: 0;
    padding: 16px 15px;
    border-radius: 6px;
    background-color: #fff;
  }

  .p-anchor__item {
    padding: 0;
  }

  .p-anchor__link {
    font-size: 0.93rem;
    line-height: 2;
    padding: 4px 36px 4px 14px;
  }
  .p-anchor__link:after {
    right: 7px;
  }
  .p-anchor__link:before {
    right: 9px;
  }
  .p-anchor__link[href^="#"] {
    padding: 4px 36px 4px 14px;
  }
  .p-anchor__link[href^="#"]:after {
    right: 14px;
  }
  .p-anchor__link[href^=http] {
    padding: 4px 36px 4px 14px;
  }
  .p-anchor__link[href^=http]:after {
    right: 8px;
  }
}
.p-article {
  padding: 56px 20px;
}

.p-article__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 44px 56px 45px;
  background-color: #fff;
  border-radius: 6px;
}

.p-article__lead {
  margin-bottom: 32px;
  margin-top: -4px;
}

.p-article__en {
  position: relative;
  padding-top: 62px;
  margin-top: 20px;
}
.p-article__en:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-size: 6px 2px;
  background-image: -webkit-linear-gradient(left, #222, #222 2px, transparent 2px, transparent 6px);
  background-image: linear-gradient(to right, #222, #222 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .p-article {
    padding: 28px 0px;
  }

  .p-article__wrap {
    padding: 23px 20px;
  }
}
.p-article__cardList__head {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-article__cardList__heading {
  position: relative;
  border: none;
  margin-top: 46px;
  padding-top: 0;
  padding-left: 32px;
  font-size: 1.6rem;
  line-height: 1.46;
}
.p-article__cardList__heading:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #e60012;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), color-stop(50%, #e60012), color-stop(50%, #ddd));
  background: -webkit-linear-gradient(left, #e60012, #e60012 50%, #ddd 50% 100%);
  background: linear-gradient(to right, #e60012, #e60012 50%, #ddd 50% 100%);
}

@media screen and (max-width: 768px) {
  .p-article__cardList__heading {
    font-size: 1.43rem;
    line-height: 1.5;
    padding-left: 24px;
  }
  .p-article__cardList__heading:before {
    top: 13px;
    left: -1px;
    width: 16px;
  }
}
.p-articleTitle__wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 33px 20px 0px;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__wrap {
    padding: 36px 20px 0px;
  }
}
.p-articleTitle__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0 36px;
}
.p-articleTitle__body:before, .p-articleTitle__body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
}
.p-articleTitle__body:before {
  width: 60px;
  background-color: #e60012;
  z-index: 1;
}
.p-articleTitle__body:after {
  width: 100%;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__body {
    display: block;
    padding: 19px 0 7px;
  }
}
.p-articleTitle__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__inner {
    margin-bottom: 20px;
  }
}
.p-articleTitle__pageBack {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 32px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.87;
  color: #767676;
  text-decoration: none;
}
.p-articleTitle__pageBack:visited {
  color: #767676;
}
.p-articleTitle__pageBack:hover {
  color: #e60012;
}
.p-articleTitle__pageBack:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 7px;
  border-top: 3.5px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-right: 6px solid #e60012;
}
.p-articleTitle__pageBack:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 11px;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__pageBack {
    font-size: 1.08rem;
    line-height: 1.87;
    margin-bottom: 12px;
  }
}
.p-articleTitle__heading {
  font-size: 2rem;
  line-height: 1.47;
  font-weight: 700;
  vertical-align: middle;
}

.p-article__heading__label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  font-size: 1rem;
  line-height: 1.87;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #767676;
  color: #767676;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__heading {
    font-size: 1.79rem;
    line-height: 1.44;
  }
}
.p-articleTitle__thumbnail {
  max-width: 300px;
  margin-left: 34px;
}

.p-articleTitle__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__thumbnail {
    max-width: none;
    margin: 0;
  }
}
.p-articleTitle__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0px 9px;
  margin-bottom: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-articleTitle__foot__attr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-articleTitle__foot__date {
  font-size: 0.94rem;
  line-height: 1.79;
}

@media screen and (max-width: 768px) {
  .p-articleTitle__foot {
    display: block;
  }

  .p-articleTitle__foot__date {
    text-align: right;
  }
}
.p-attrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.p-attrList__item {
  font-size: 0.94rem;
  line-height: 1.79;
  position: relative;
  padding-left: 0;
  padding-right: 29px;
}
.p-attrList__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.9px;
  height: 14.4px;
  background-image: url(/international-delegates/common/images/icon_split.svg);
  background-size: cover;
  background-color: transparent;
}

.p-attrList__item:last-child:before {
  content: none;
}

.p-attrList__item__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-attrList__item__pair dt {
  position: relative;
  color: #767676;
  padding-right: 14px;
  padding-top: 0;
  border: none;
  min-width: auto;
  font-weight: 400;
  white-space: nowrap;
}
.p-attrList__item__pair dt:after {
  content: ":";
  position: absolute;
  top: -2px;
  right: 5px;
}
.p-attrList__item__pair dd {
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  border: none;
  white-space: nowrap;
}

.p-breadCrumb {
  width: 100%;
  background-color: #f5f5f5;
  padding: 11px 60px 10px;
}

.p-breadCrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.p-breadCrumb__item {
  position: relative;
  margin-right: 10px;
  padding-left: 0;
  font-size: 0.94rem;
  line-height: 1.29;
}
.p-breadCrumb__item + .p-breadCrumb__item {
  padding-left: 14px;
}
.p-breadCrumb__item:before {
  content: "" !important;
  position: absolute;
  width: 4px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-image: url(/international-delegates/common/images/icon__breadCrumb.svg);
  background-position: center;
}
.p-breadCrumb__item:first-child::before {
  content: none !important;
}

.p-breadCrumb__item__link {
  font-size: 0.94rem;
  line-height: 1.29;
  color: #222;
  text-decoration: none;
}
.p-breadCrumb__item__link:visited {
  color: #222;
}
.p-breadCrumb__item__link:hover {
  color: #222;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .p-breadCrumb {
    padding: 5px 18px 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-breadCrumb__item {
    font-size: 0.86rem;
    line-height: 1.34;
  }
}
.p-catHeading {
  text-align: center;
  padding-bottom: 12px;
}

.p-catHeading__main {
  margin-bottom: 0px;
  padding: 0;
  font-size: 2.94rem;
  line-height: 1.1;
  text-align: center;
  border-top: none;
  background-color: transparent;
}
.p-catHeading__main:before {
  content: none;
}

.p-catHeading__sub {
  position: relative;
  font-size: 1rem;
  line-height: 1.87;
  color: #e60012;
  padding: 0 12px;
  display: inline-block;
}
.p-catHeading__sub:after, .p-catHeading__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #e60012;
}
.p-catHeading__sub:after {
  right: 0;
}
.p-catHeading__sub:before {
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-catHeading__main {
    font-size: 1.93rem;
    line-height: 1.34;
    margin-bottom: 6px;
  }
}
.p-deployment__head {
  background-color: #fff;
}

.p-deployment__heading {
  margin: 0 auto;
  padding: 79px 20px 0;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .p-deployment__heading {
    padding: 43px 20px 0;
  }
}
.p-deploymentList {
  padding-top: 56px;
  padding-bottom: 17px;
}

.p-deploymentList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: -32px;
}

.p-deploymentList__item {
  width: 33.33%;
  margin-top: 32px;
  padding: 0 16px;
}
.p-deploymentList__item:before {
  content: none;
}

@media screen and (max-width: 1024px) {
  .p-deploymentList__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-deploymentList {
    padding-top: 11px;
  }

  .p-deploymentList__list {
    margin: 0;
  }

  .p-deploymentList__item {
    width: 100%;
    margin-top: 25px;
    padding: 0 36px;
  }
}
.p-search--deploymentJrc .p-deploymentList {
  padding-top: 11px;
}

@media screen and (max-width: 768px) {
  .p-search--deploymentJrc .p-deploymentList {
    margin-top: -32px;
  }
  .p-search--deploymentJrc .p-deploymentList__item {
    padding: 0 20px;
  }
}
.p-deploymentListCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.p-deploymentListCard:visited {
  color: #222;
}
.p-deploymentListCard:hover {
  color: #222;
}
.p-deploymentListCard:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-deploymentListCard:hover .p-deploymentListCard__heading {
  color: #e60012;
}

.p-deploymentListCard__img {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background-color: #fff;
}

.p-deploymentListCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-deploymentListCard__img_thumb {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.p-deploymentListCard__desc {
  padding: 22px 26px 22px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}

.p-deploymentListCard__label {
  display: inline-block;
  font-size: 0.94rem;
  line-height: 1.72;
  padding: 0 5px;
  margin-bottom: 14px;
}
.p-deploymentListCard__label--deadline {
  color: #e60012;
  border: 1px solid #e60012;
}
.p-deploymentListCard__label--end {
  color: #767676;
  border: 1px solid #767676;
}

.p-deploymentListCard__heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 22px;
  font-size: 1.2rem;
  line-height: 1.56;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: none;
}

.p-deploymentListCard__heading__label {
  color: #e60012;
  font-size: 1.07rem;
  line-height: 1.75;
  font-weight: 400;
}

.p-deploymentListCard__table {
  margin-top: 19px;
  border: none;
  min-width: 0px;
}
.p-deploymentListCard__table th {
  width: 110px;
  font-size: 1rem;
  line-height: 1.34;
  color: #767676;
  padding: 4px 20px 4px 0px;
  background-color: transparent;
  font-weight: 400;
  vertical-align: top;
}
.p-deploymentListCard__table th:visited {
  color: #767676;
}
.p-deploymentListCard__table td {
  font-size: 1rem;
  line-height: 1.34;
  padding: 4px 20px 4px 0px;
}
.p-deploymentListCard__table td:visited {
  color: #222;
}
.p-deploymentListCard__table tr + tr {
  border: none;
}
.p-deploymentListCard__table tr > * + * {
  border: none;
}

.p-deploymentListCard__table__td--omit {
  display: block;
  position: relative;
  padding-bottom: 8px !important;
  max-height: 44px;
  margin-right: -0.5rem;
  padding-right: 1em !important;
  overflow: hidden;
  text-decoration: none;
  text-align: justify;
}
.p-deploymentListCard__table__td--omit:before {
  content: "...";
  display: inline-block;
  position: absolute;
  width: 1em;
  bottom: 3px;
  right: 0px;
  z-index: 1;
}
.p-deploymentListCard__table__td--omit:after {
  content: "";
  position: relative;
  bottom: -5px;
  right: -1em;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  float: right;
  background: none !important;
  background-color: #fff !important;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-deploymentListCard__desc {
    padding: 20px 19px 14px;
  }

  .p-deploymentListCard__heading {
    font-size: 1.22rem;
    line-height: 1.59;
    padding-bottom: 15px;
  }

  .p-deploymentListCard__table {
    margin-top: 13px;
  }
  .p-deploymentListCard__table th {
    width: 100px;
    font-size: 1rem;
    line-height: 1.43;
    padding: 4px 5px 4px 0px;
  }
  .p-deploymentListCard__table td {
    font-size: 1rem;
    line-height: 1.43;
  }
}
.p-deploymentSummary {
  position: relative;
  padding: 0px 20px 51px;
  margin-top: -70px;
  background-color: #fff;
}
.p-deploymentSummary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #ffeaeb;
  z-index: 1;
}

.p-deploymentSummary__wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.p-deploymentSummary__head {
  background-color: #fff;
  margin: 0 -20px 30px;
  border-radius: 6px 6px 0;
  padding: 62px 20px 0;
}

.p-deploymentSummary__heading {
  text-align: center;
  margin-bottom: 17px;
}

.p-deploymentSummary__heading__main {
  padding: 0;
  margin-bottom: 25px;
  background-color: transparent;
  font-size: 2.94rem;
  line-height: 1.1;
  text-align: center;
  border-top: none;
}
.p-deploymentSummary__heading__main:before {
  content: none;
}

.p-deploymentSummary__heading__sub {
  position: relative;
  font-size: 1rem;
  line-height: 1.87;
  color: #e60012;
  padding: 0 12px;
  display: inline-block;
}
.p-deploymentSummary__heading__sub:after, .p-deploymentSummary__heading__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #e60012;
}
.p-deploymentSummary__heading__sub:after {
  right: 0;
}
.p-deploymentSummary__heading__sub:before {
  left: 0;
}

.p-deploymentSummary__desc__text {
  text-align: center;
  margin-bottom: 61px;
  padding: 0 80px;
  text-align: left;
}

.p-deploymentSummary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -36px;
}

.p-deploymentSummary__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 0 16px;
}
.p-deploymentSummary__list__item:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .p-deploymentSummary {
    margin-top: 0;
    padding-bottom: 0;
  }

  .p-deploymentSummary__wrap {
    padding: 0;
  }

  .p-deploymentSummary__head {
    margin: 0 0px 30px;
    padding: 34px 0px 0;
    margin-bottom: 34px;
  }

  .p-deploymentSummary__heading {
    padding: 0 15px;
  }

  .p-deploymentSummary__heading__main {
    font-size: 1.93rem;
    line-height: 1.34;
    margin-bottom: 7px;
  }

  .p-deploymentSummary__desc__text {
    padding: 0;
    margin-bottom: 0;
  }

  .p-deploymentSummary__body {
    margin: 0 -20px;
  }

  .p-deploymentSummary__list {
    display: block;
    margin: 0;
    padding: 31px 19px 30px;
    background-color: #ffeaeb;
  }

  .p-deploymentSummary__list__item {
    width: 100%;
  }

  .p-deploymentSummary__list__item + .p-deploymentSummary__list__item {
    margin-top: 22px;
  }
}
.p-faq {
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: 20px;
}
.p-faq:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 160px;
  height: 38px;
  background-image: url(/international-delegates/common/images/question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.p-faq__head {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-left: 2px solid #e60012;
  padding: 16px 70px 16px 18px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}
.p-faq__head:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.p-faq__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-image: url(/international-delegates/common/images/faq_mark.png);
  background-repeat: no-repeat;
  background-size: 24px 12px;
}

.p-faq.is-active .p-faq__head:after {
  background-position: top 0 left -12px;
}

.p-faq__head__text {
  position: relative;
  z-index: 1;
}

.p-faq__body {
  position: static;
  display: none;
  padding: 18px 19px;
  border-top: none;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
}

.p-faq.is-active .p-faq__head {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-faq {
    margin-right: 15px;
    margin-bottom: 14px;
  }

  .p-faq__head:before {
    right: 14px;
  }
  .p-faq__head:after {
    right: 23px;
  }
}
.p-filterBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6px 0 16px;
}

.p-filterBtn + .p-filterBtn {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.p-filterBtn__label {
  position: relative;
  min-width: 110px;
  font-size: 1.2rem;
  line-height: 2.12;
  font-weight: 600;
  color: #767676;
}
.p-filterBtn__label::after {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
}

.p-filterBtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: -8px;
}

.p-filterBtn__tag {
  margin-right: 8px;
  margin-top: 8px;
  padding-left: 0;
}
.p-filterBtn__tag:before {
  content: none;
}

.p-filterBtn__tag__body {
  display: block;
}

.p-filterBtn__tag__body input {
  display: none;
}

.p-filterBtn__tag__body span {
  display: block;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 19px;
  padding: 3px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-filterBtn__tag__body:hover span {
  color: #e60012;
}

.p-filterBtn__tag__body input:checked + span {
  color: #e60012;
  border: 2px solid #e60012;
}

.p-filterIcon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-filterIcon__item {
  padding-left: 0;
  text-align: center;
}
.p-filterIcon__item:before {
  content: none;
}
.p-filterIcon__item:hover .p-filterIcon__body {
  border-bottom: 3px solid #e60012;
}
.p-filterIcon__item:hover .p-filterIcon__body__text {
  color: #e60012;
}

.p-filterIcon__input {
  position: absolute;
  opacity: 0;
}

.p-filterIcon__body {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ddd;
}

.p-filterIcon__label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.p-filterIcon__body__text {
  font-size: 1.2rem;
  line-height: 1.67;
}
.p-filterIcon__body__text:before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
}

.p-filterIcon__input:checked + .p-filterIcon__body {
  border-bottom: 3px solid #e60012;
}
.p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text {
  font-weight: 600;
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .p-filterIcon__body__text {
    font-size: 1rem;
    line-height: 1.86;
  }
}
.p-filterIcon.p-filterIcon--seminar + * {
  margin-top: 15px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__list {
  height: 114px;
  margin-bottom: 15px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__item {
  width: 25%;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--all:before {
  background-position: bottom 0px left 0px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--free:before {
  background-position: bottom 0px left -48px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--basic:before {
  background-position: bottom 0px left -96px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--advance:before {
  background-position: bottom 0px right 0px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body {
  padding-bottom: 24px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text:before {
  top: 10px;
  width: 48px;
  height: 41px;
  background-image: url(/international-delegates/common/images/icon_seminar.png);
  background-size: 192px 82px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--all:before {
  background-position: top 0px left 0px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--free:before {
  background-position: top 0px left -48px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--basic:before {
  background-position: top 0px left -96px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--advance:before {
  background-position: top 0px right 0px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--all:before {
  background-position: bottom 0px left 0px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--free:before {
  background-position: bottom 0px left -48px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--basic:before {
  background-position: bottom 0px left -96px;
}
.p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--advance:before {
  background-position: bottom 0px right 0px;
}

@media screen and (max-width: 768px) {
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__list {
    height: 198px;
    margin-bottom: 10px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__item {
    width: 50%;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--all:before {
    background-position: bottom 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--free:before {
    background-position: bottom 0px left -37px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--basic:before {
    background-position: bottom 0px left -74px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__item:hover .p-filterIcon__body__text--advance:before {
    background-position: bottom 0px right 0px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body {
    padding-bottom: 10px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text:before {
    width: 37px;
    height: 31px;
    top: 22px;
    background-size: 148px 62px;
    background-image: url(/international-delegates/common/images/icon_seminar.png);
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--all:before {
    background-position: top 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--free:before {
    background-position: top 0px left -37px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--basic:before {
    background-position: top 0px left -74px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__body__text--advance:before {
    background-position: top 0px right 0px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--all:before {
    background-position: bottom 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--free:before {
    background-position: bottom 0px left -37px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--basic:before {
    background-position: bottom 0px left -74px;
  }
  .p-filterIcon.p-filterIcon--seminar .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--advance:before {
    background-position: bottom 0px right 0px;
  }
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__list {
  height: 155px;
  margin-bottom: 15px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item {
  width: 20%;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--all:before {
  background-position: bottom 0px left 0px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--el:before {
  background-position: bottom 0px left -58px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--mov:before {
  background-position: bottom 0px left -116px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--doc:before {
  background-position: bottom 0px left -174px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--other:before {
  background-position: bottom 0px right 0px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body {
  padding-bottom: 20px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text:before {
  top: 45px;
  width: 58px;
  height: 49px;
  background-image: url(/international-delegates/common/images/icon_resources.png);
  background-size: 290px 98px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--all:before {
  background-position: top 0px left 0px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--el:before {
  background-position: top 0px left -58px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--mov:before {
  background-position: top 0px left -116px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--doc:before {
  background-position: top 0px left -174px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--other:before {
  background-position: top 0px right 0px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--all:before {
  background-position: bottom 0px left 0px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--el:before {
  background-position: bottom 0px left -58px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--mov:before {
  background-position: bottom 0px left -116px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--doc:before {
  background-position: bottom 0px left -174px;
}
.p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--other:before {
  background-position: bottom 0px right 0px;
}

@media screen and (max-width: 768px) {
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__list {
    height: 201px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item {
    width: 33.33%;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--all:before {
    background-position: bottom 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--el:before {
    background-position: bottom 0px left -39px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--mov:before {
    background-position: bottom 0px left -78px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--doc:before {
    background-position: bottom 0px left -117px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__item:hover .p-filterIcon__body__text--other:before {
    background-position: bottom 0px right 0px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterSeminar__body {
    padding-bottom: 10px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text:before {
    background-size: 195px 64px;
    width: 39px;
    height: 32px;
    top: 24px;
    background-image: url(/international-delegates/common/images/icon_resources.png);
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--all:before {
    background-position: top 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--el:before {
    background-position: top 0px left -39px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--mov:before {
    background-position: top 0px left -78px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--doc:before {
    background-position: top 0px left -117px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__body__text--other:before {
    background-position: top 0px right 0px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--all:before {
    background-position: bottom 0px left 0px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--el:before {
    background-position: bottom 0px left -39px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--mov:before {
    background-position: bottom 0px left -78px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--doc:before {
    background-position: bottom 0px left -117px;
  }
  .p-filterIcon.p-filterIcon--resources .p-filterIcon__input:checked + .p-filterIcon__body .p-filterIcon__body__text--other:before {
    background-position: bottom 0px right 0px;
  }
}
.p-filterSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-filterSelect + .p-filterSelect {
  margin-top: 11px;
}

.p-filterSelect label {
  position: relative;
  min-width: 92px;
  display: inline-block;
  color: #767676;
  font-weight: bold;
}
.p-filterSelect label:after {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ":";
  margin-left: auto;
}

.p-filterSelect select {
  position: relative;
  width: 100%;
  height: 36px;
  margin-left: 9px;
  padding: 0 16px;
  border: 2px solid #ddd;
  border-radius: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/international-delegates/common/images/icon_arrowDnBk.svg);
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: right 13px center;
}

.p-filterSelect　select::-ms-expand {
  display: none;
}

.p-iconDescList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.p-iconDescList__heading {
  position: relative;
  margin-top: 20px;
  margin-bottom: 34px;
  padding-top: 0;
  padding-left: 32px;
  border: none;
  font-size: 1.6rem;
  line-height: 1.46;
}
.p-iconDescList__heading:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #e60012;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), color-stop(50%, #e60012), color-stop(50%, #ddd));
  background: -webkit-linear-gradient(left, #e60012, #e60012 50%, #ddd 50% 100%);
  background: linear-gradient(to right, #e60012, #e60012 50%, #ddd 50% 100%);
}

.p-iconDescList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 0 12px;
}
.p-iconDescList__item:before {
  content: none;
}

.p-iconDescList__card {
  width: 100%;
  position: relative;
  border: 5px solid #f0f0f0;
  padding: 98px 33px 28px;
  text-align: center;
}
.p-iconDescList__card:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 48px;
  height: 41px;
  background-image: url(/international-delegates/common/images/icon_seminar.png);
  background-size: 192px 82px;
  background-repeat: no-repeat;
}
.p-iconDescList__card--free:before {
  background-position: bottom 0 left -48px;
}
.p-iconDescList__card--basic:before {
  background-position: bottom 0 left -96px;
}
.p-iconDescList__card--advance:before {
  background-position: bottom 0 left -144px;
}

.p-iconDescList__text {
  margin-top: 17px;
}

@media screen and (max-width: 1024px) {
  .p-iconDescList__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-iconDescList__title {
  font-size: 1.34rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-iconDescList__heading {
    font-size: 1.43rem;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 24px;
    margin-bottom: 30px;
  }
  .p-iconDescList__heading:before {
    top: 13px;
    left: -1px;
    width: 16px;
  }

  .p-iconDescList__list {
    display: block;
  }

  .p-iconDescList__item + .p-iconDescList__item {
    margin-top: 14px;
  }

  .p-iconDescList__item {
    width: 100%;
  }

  .p-iconDescList__card {
    padding-top: 64px;
    padding-bottom: 19px;
  }
  .p-iconDescList__card:before {
    top: 12px;
  }

  .p-iconDescList__card--basic {
    padding-top: 73px;
  }
  .p-iconDescList__card--basic:before {
    top: 16px;
  }

  .p-iconDescList__card--advance {
    padding-top: 79px;
  }
  .p-iconDescList__card--advance:before {
    top: 19px;
  }
}
.p-information {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}

.p-information__body {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-information {
    margin-top: -20px;
  }
}
.p-infoList {
  padding: 0 56px 38px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.p-infoList__list {
  padding-top: 13px;
  margin-bottom: 0;
}

.p-infoList__item {
  padding: 21px 0 19px;
  border-bottom: 2px solid #ddd;
}
.p-infoList__item:before {
  content: none;
}
.p-infoList__item:last-child {
  border: none;
}

.p-infoList__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 5px;
}

.p-infoList__item__date {
  color: #767676;
  margin-right: 10px;
}

.p-infoList__item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
}

.p-infoList__item__label {
  font-size: 0.8rem;
  line-height: 1.17;
  border: 1px solid #767676;
  padding: 2px 6px;
  margin-left: 10px;
  margin-top: 0;
}

.p-infoList__item__label--anyone {
  border: 1px solid #006dbc;
  color: #006dbc;
}

.p-infoList__item__label--staff {
  border: 1px solid #e60012;
  color: #e60012;
}

.p-infoList__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-infoList__item__link {
  text-decoration: none;
}
.p-infoList__item__link:visited {
  color: #222;
}
.p-infoList__item__link:hover {
  color: #e60012;
}

.p-infoList__item__new {
  color: #e60012;
  margin-left: 9px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-infoList {
    padding: 0 15px 30px;
  }

  .p-infoList__list {
    padding-top: 17px;
  }

  .p-infoList__item {
    padding: 22px 0 20px;
  }

  .p-infoList__item__head {
    margin-bottom: 2px;
  }

  .p-infoList__item__date {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .p-infoList__item__label {
    font-size: 0.72rem;
    line-height: 1.4;
    padding: 0px 5px;
  }

  .p-infoList__item__new {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-infoList__item__link[href$=pdf] > span {
  position: relative;
}

.p-infoList__item__link[href$=pdf] > span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin: 0px 6px 0 6px;
  background: url(/international-delegates/common/images/icon_fileType.png) 0 0 no-repeat;
  background-size: 75px 17px;
  vertical-align: middle;
}

.p-location {
  padding: 0 20px 56px;
}

.p-location__wrap {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: -70px auto 0;
  padding: 43px 56px;
  background-color: #fff;
  border-radius: 6px;
}

.p-location__image {
  display: block;
  width: 100%;
  margin: 29px auto 0;
  max-width: 644px;
}

@media screen and (max-width: 768px) {
  .p-location {
    padding: 0px 20px 28px;
  }

  .p-location__wrap {
    padding: 23px 15px;
    margin-top: -20px;
  }
}
.p-modal__outer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.p-modal__outer::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  background-image: url(/international-delegates/common/images/icon_x.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-modal__outer::after {
    top: auto;
    bottom: 78px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
.p-modal__trigger {
  text-align: right;
}

.p-modal__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.p-modal__btn:hover {
  color: #e60012;
}

.p-modal--iconDesc .p-modal__btn {
  position: relative;
  padding-right: 22px;
  font-size: 1rem;
  line-height: 1.87;
  font-family: inherit;
}
.p-modal--iconDesc .p-modal__btn::after {
  content: "?";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  background-color: #e60012;
  border-radius: 50%;
  font-size: 0.74rem;
  line-height: 1;
  padding-top: 2.5px;
}

.p-modal__body {
  max-width: 840px;
  padding: 0 20px;
}

.p-modal__inner {
  max-height: 60vh;
  overflow-y: auto;
  padding: 27px 46px 45px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}

.p-modal.is-active .p-modal__outer {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-active .p-modal__inner {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .p-modal__inner {
    padding: 30px;
  }
}
.p-modalCardHead {
  background-color: transparent;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 32px;
  border-top: none;
  text-align: center;
  padding: 0;
  padding-top: 49px;
  font-size: 1.87rem;
  line-height: 1.11;
}
.p-modalCardHead:before {
  content: none;
}

.p-modalCardMain + .p-modalCardHead {
  padding-top: 40px;
  border-top: 2px solid #efe9e2;
}

@media screen and (max-width: 1024px) {
  .p-modalCardHead {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-modalCardHead {
    padding-top: 32px;
    font-size: 1.5rem;
    line-height: 1.29;
    margin-bottom: 44px;
  }

  .p-modalCardMain + .p-modalCardHead {
    position: relative;
    border-top: none;
    padding-top: 36px;
  }
  .p-modalCardMain + .p-modalCardHead:before {
    position: absolute;
    content: "";
    top: 0;
    left: 45px;
    width: calc(100% - 90px);
    height: 2px;
    background-color: #efe9e2;
  }
}
.p-modalCardMain {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 40px;
}

.p-modalCardMain + .p-modalCardMain,
.p-modalCardHead + .p-modalCardMain {
  padding-top: 0;
}

.p-modalCardMain__body {
  margin: -20px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-modalCardMain__item {
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
}
.p-modalCardMain__item:before {
  content: none;
}

.p-modalCardMain__btn {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 52px 15px 20px;
  background-color: #fff;
  text-align: left;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.6;
  cursor: pointer;
}
.p-modalCardMain__btn:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url(/international-delegates/common/images/icon_modal.png);
  background-size: cover;
}
.p-modalCardMain__btn:hover {
  color: #e60012;
}

.p-modalCardMain__cont {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-modalCardMain {
    padding-bottom: 37px;
  }

  .p-modalCardMain__body {
    display: block;
  }

  .p-modalCardMain__item {
    width: 100%;
    margin-top: 17px;
  }

  .p-modalCardMain__btn {
    padding-right: 45px;
  }
  .p-modalCardMain__btn:after {
    right: 18px;
  }
}
.p-modalCardMain + .p-modalCardHead .p-modalCardHead__heading {
  padding-top: 40px;
  border-top: 2px solid #efe9e2;
}

.p-modalCardModal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.66);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  cursor: pointer;
}
.p-modalCardModal:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  background-image: url(/international-delegates/common/images/icon_x.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modalCardModal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-modalCardModal__body {
  padding: 46px 46px 39px;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  max-height: 60vh;
  height: auto;
  border-radius: 6px;
  overflow-y: auto;
  cursor: default;
}

.p-modalCardModal__heading {
  position: relative;
  border: none;
  margin-top: 0px;
  margin-bottom: 33px;
  padding-top: 0;
  padding-left: 32px;
  font-size: 1.6rem;
  line-height: 1.46;
}
.p-modalCardModal__heading:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), color-stop(50%, #e60012), color-stop(50%, #ddd));
  background: -webkit-linear-gradient(left, #e60012, #e60012 50%, #ddd 50% 100%);
  background: linear-gradient(to right, #e60012, #e60012 50%, #ddd 50% 100%);
}

.p-modalCardModal.is-active .p-modalCardModal__inner {
  display: block;
}

.p-modalCardModal__inner .c-dlList dd {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-modalCardModal:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 78px;
    right: 20px;
    width: 25px;
    height: 25px;
    z-index: 101;
  }

  .p-modalCardModal__body {
    width: calc(100% - 40px);
    padding: 30px;
  }

  .p-modalCardModal__heading {
    font-size: 1.43rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-left: 26px;
  }
  .p-modalCardModal__heading:before {
    top: 14px;
    width: 16px;
  }

  .p-modalCardModal__inner .c-dlList dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-modalCardModal__inner .c-dlList dt {
    width: 100%;
    position: relative;
    border-top: none;
  }
  .p-modalCardModal__inner .c-dlList dt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: 1px;
    background-color: #ddd;
  }
  .p-modalCardModal__inner .c-dlList dd {
    width: 100%;
    border-top: none;
    margin-bottom: 26px;
    margin-left: 0;
  }
}
.p-movie__wrap {
  margin: 30px 0px 18px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  cursor: pointer;
}

.p-movie__wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie__title {
  font-size: 1.2rem;
  line-height: 1.56;
  font-weight: bold;
  padding-left: 41px;
  position: relative;
}
.p-movie__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 24px;
  background-image: url(/international-delegates/common/images/icon_movie.png);
  background-size: cover;
}

.p-movie__desc {
  color: #767676;
  margin-top: 8px;
}

.p-movie {
  margin-bottom: 39px;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pagination__prev,
.p-pagination__next {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.p-pagination__prev:before,
.p-pagination__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url(/international-delegates/common/images/icon_arrowRed.svg);
  background-size: cover;
}

.p-pagination__next {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.p-pagination__prev.is-disabled:before,
.p-pagination__next.is-disabled:before {
  background-image: url(/international-delegates/common/images/icon_arrowGray.svg);
}

.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
}

.p-pagination__item {
  width: 42px;
  height: 42px;
  padding-left: 0;
}
.p-pagination__item:before {
  content: none !important;
}

.p-pagination__item + .p-pagination__item {
  margin-left: 10px;
}

.p-pagination__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.23;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.p-pagination__btn:hover {
  color: #e60012;
}

.p-pagination__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}

.p-pagination__btn.is-active {
  color: #e60012;
}
.p-pagination__btn.is-active:before {
  border: 2px solid #e60012;
}

.p-pagination__item--mark {
  width: auto;
}
.p-pagination__item--mark .p-pagination__btn {
  width: 20px;
  cursor: default;
  color: #c6b69e;
  font-size: 1.2rem;
  line-height: 2.34;
}
.p-pagination__item--mark .p-pagination__btn:hover {
  color: #c6b69e;
}
.p-pagination__item--mark .p-pagination__btn:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .p-pagination__list {
    margin: 0 10px;
  }

  .p-pagination__item {
    width: 40px;
    height: 40px;
  }

  .p-pagination__btn {
    font-size: 1.15rem;
    line-height: 1.38;
  }

  .p-pagination__btn:hover {
    color: #222;
  }
}
.p-pageTitle__body {
  padding: 62px 60px 64px;
  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;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -15px;
}
.p-pageTitle__body > * {
  margin-bottom: 15px;
}

.p-pageTitle__heading {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.34;
  font-weight: 600;
  margin-right: 20px;
}

.p-pageTitle__float {
  position: absolute;
  bottom: -22px;
  left: 186px;
  width: 100%;
  font-weight: 100;
  font-size: 12rem;
  line-height: 1.12;
  color: #ffeaeb;
  z-index: -1;
}

.p-pageTitle__thumbnail {
  position: relative;
  z-index: 1;
}
.p-pageTitle__thumbnail img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  max-height: 530px;
}
@media screen and (max-width: 768px) {
  .p-pageTitle__body {
    padding: 24px 20px 25px;
  }

  .p-pageTitle__heading {
    font-size: 2.15rem;
    line-height: 1.34;
  }

  .p-pageTitle__icon {
    width: 24px;
    margin-right: 13px;
  }

  .p-pageTitle__float {
    font-size: 4.43rem;
    line-height: 1.49;
    font-weight: 300;
    bottom: -20px;
    left: 82px;
  }

  .p-pageTitle__anchor {
    position: relative;
    margin-top: -20px;
    padding: 0 20px;
    z-index: 1;
  }
}
.p-pageTitle.p-pageTitle--information .p-pageTitle__heading {
  padding-left: 63px;
}
.p-pageTitle.p-pageTitle--information .p-pageTitle__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43px;
  height: 44px;
  background-image: url(/international-delegates/common/images/icon_info.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-pageTitle.p-pageTitle--information .p-pageTitle__heading {
    padding-left: 38px;
  }
  .p-pageTitle.p-pageTitle--information .p-pageTitle__heading:before {
    width: 24px;
    height: 25px;
  }
}
.p-pageTitle.p-pageTitle--deployment .p-pageTitle__heading {
  padding-left: 63px;
}
.p-pageTitle.p-pageTitle--deployment .p-pageTitle__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-image: url(/international-delegates/common/images/icon_deployment.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-pageTitle.p-pageTitle--deployment .p-pageTitle__heading {
    padding-left: 40px;
  }
  .p-pageTitle.p-pageTitle--deployment .p-pageTitle__heading:before {
    width: 26px;
    height: 26px;
  }
}
.p-pageTitle.p-pageTitle--seminar .p-pageTitle__heading {
  padding-left: 63px;
}
.p-pageTitle.p-pageTitle--seminar .p-pageTitle__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43px;
  height: 42px;
  background-image: url(/international-delegates/common/images/icon_seminar--title.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pageTitle.p-pageTitle--seminar .p-pageTitle__float {
  left: 201px;
}

@media screen and (max-width: 768px) {
  .p-pageTitle.p-pageTitle--seminar .p-pageTitle__heading {
    padding-left: 40px;
  }
  .p-pageTitle.p-pageTitle--seminar .p-pageTitle__heading:before {
    width: 26px;
    height: 25px;
  }
  .p-pageTitle.p-pageTitle--seminar .p-pageTitle__float {
    left: 86px;
  }
}
.p-pageTitle.p-pageTitle--resources .p-pageTitle__heading {
  padding-left: 58px;
}
.p-pageTitle.p-pageTitle--resources .p-pageTitle__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 44px;
  background-image: url(/international-delegates/common/images/icon_resources_title.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pageTitle.p-pageTitle--resources .p-pageTitle__float {
  left: 181px;
}

@media screen and (max-width: 768px) {
  .p-pageTitle.p-pageTitle--resources .p-pageTitle__heading {
    padding-left: 32px;
  }
  .p-pageTitle.p-pageTitle--resources .p-pageTitle__heading:before {
    width: 18px;
    height: 21px;
  }
  .p-pageTitle.p-pageTitle--resources .p-pageTitle__float {
    left: 74px;
  }
}
.p-pageTitle.p-pageTitle--location .p-pageTitle__heading {
  padding-left: 71px;
}
.p-pageTitle.p-pageTitle--location .p-pageTitle__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51px;
  height: 42px;
  background-image: url(/international-delegates/common/images/icon_hospital_title.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-pageTitle.p-pageTitle--location .p-pageTitle__float {
  left: 194px;
}

@media screen and (max-width: 768px) {
  .p-pageTitle.p-pageTitle--location .p-pageTitle__heading {
    padding-left: 44px;
  }
  .p-pageTitle.p-pageTitle--location .p-pageTitle__heading:before {
    width: 30px;
    height: 24px;
  }
  .p-pageTitle.p-pageTitle--location .p-pageTitle__float {
    left: 86px;
  }
}
.p-playMov {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.p-playMov:after {
  content: "";
  position: absolute;
  top: 115px;
  right: 30px;
  background-image: url(/international-delegates/common/images/icon_x.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-playMov__body {
  max-width: 1120px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  margin: 0 auto;
}
.p-playMov__body:after {
  content: none;
  position: absolute;
  bottom: -60px;
  right: 20px;
  background-image: url(/international-delegates/common/images/icon_x.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-playMov__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 6px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
  overflow: hidden;
}
.p-playMov__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-playMov.is-active {
  opacity: 1;
  visibility: visible;
}
.p-playMov.is-active .p-playMov__movie {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .p-playMov:after {
    content: none;
  }

  .p-playMov__body:after {
    content: "";
    bottom: -47px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
.p-relationLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: -32px;
}

.p-relationLink__item {
  width: 33.33%;
  margin-top: 32px;
  padding: 0 16px;
}
.p-relationLink__item:before {
  content: none;
}

@media screen and (max-width: 1024px) {
  .p-relationLink__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-relationLink {
    padding-top: 11px;
  }

  .p-relationLink__list {
    margin: 0;
  }

  .p-relationLink__item {
    width: 100%;
    margin-top: 25px;
    padding: 0 36px;
  }
}
.p-relationLinkCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.p-relationLinkCard:after {
  content: none !important;
}
.p-relationLinkCard:visited {
  color: #222;
}
.p-relationLinkCard:hover {
  color: #222;
}
.p-relationLinkCard:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-relationLinkCard:hover .p-relationLinkCard__heading {
  color: #e60012;
}

.p-relationLinkCard[href$=".pdf"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".PDF"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".doc"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".DOC"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".docx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".DOCX"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".xls"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".XLS"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".xlsx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".XLSX"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".ppt"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".PPT"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".pptx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".PPTX"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".zip"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".ZIP"] .p-relationLinkCard__heading:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin: 0px 6px 0 6px;
  background: url(/international-delegates/common/images/icon_fileType.png) 0 0 no-repeat;
  background-size: 75px 17px;
  vertical-align: middle;
}

.p-relationLinkCard[href$=".doc"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".DOC"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".docx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".DOCX"] .p-relationLinkCard__heading:after {
  background-position: -15px 0;
}

.p-relationLinkCard[href$=".xls"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".XLS"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".xlsx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".XLSX"] .p-relationLinkCard__heading:after {
  background-position: -30px 0;
}

.p-relationLinkCard[href$=".ppt"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".PPT"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".pptx"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".PPTX"] .p-relationLinkCard__heading:after {
  background-position: -45px 0;
}

.p-relationLinkCard[href$=".zip"] .p-relationLinkCard__heading:after,
.p-relationLinkCard[href$=".ZIP"] .p-relationLinkCard__heading:after {
  background-position: -60px 0;
}

.p-relationLinkCard[href^=http] .p-relationLinkCard__heading:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 5px;
  margin-right: 10px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
}

.p-relationLinkCard__img {
  position: relative;
  width: 100%;
  padding-top: 56.41%;
  overflow: hidden;
}

.p-relationLinkCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-relationLinkCard__heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.56;
  font-weight: bold;
  border-top: none;
}

.p-relationLinkCard__desc {
  padding: 15px;
}

.p-relationLinkCard__text {
  font-size: 0.94rem;
  line-height: 1.79;
  color: #767676;
}

@media screen and (max-width: 768px) {
  .p-relationLinkCard__desc {
    padding: 20px 19px 14px;
  }

  .p-relationLinkCard__heading {
    font-size: 1.22rem;
    line-height: 1.59;
    padding-bottom: 15px;
  }

  .p-relationLinkCard__text {
    font-size: 0.86rem;
    line-height: 1.67;
  }
}
.p-resources {
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .p-resources {
    margin-top: -20px;
  }
}
.p-resourcesList {
  padding-top: 56px;
  padding-bottom: 17px;
}

.p-resourcesList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: -32px;
}

.p-resourcesList__item {
  width: 33.33%;
  margin-top: 32px;
  padding: 0 16px;
}
.p-resourcesList__item:before {
  content: none;
}

@media screen and (max-width: 1024px) {
  .p-resourcesList__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-resourcesList {
    padding-top: 11px;
  }

  .p-resourcesList__list {
    margin: 0;
  }

  .p-resourcesList__item {
    width: 100%;
    margin-top: 25px;
    padding: 0 36px;
  }
}
.p-resourcesListCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none;
  text-align: left;
  cursor: pointer;
}
.p-resourcesListCard:after {
  content: none !important;
}
.p-resourcesListCard:visited {
  color: #222;
}
.p-resourcesListCard:hover {
  color: #222;
}
.p-resourcesListCard:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-resourcesListCard:hover .p-resourcesListCard__heading {
  color: #e60012;
}
.p-resourcesListCard:hover .p-resourcesListCard__bottom__play {
  color: #e60012;
}

.p-resourcesListCard--exLink .p-resourcesListCard__heading:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 5px;
  margin-right: 10px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
}

.p-resourcesListCard__img {
  position: relative;
  width: 100%;
  padding-top: 56.41%;
  overflow: hidden;
}

.p-resourcesListCard__img--bg {
  background-color: #ddd;
}

.p-resourcesListCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-resourcesListCard__img__thumb {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.p-resourcesListCard__heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.56;
  font-weight: bold;
  border-top: none;
}

.p-resourcesListCard__desc {
  padding: 26px 26px 18px;
}

.p-resourcesListCard__text {
  font-size: 0.94rem;
  line-height: 1.79;
  color: #767676;
  white-space: pre-wrap;
}

.p-resourcesListCard__bottom {
  margin-top: auto;
  padding: 0 26px 14px;
  width: 100%;
}

.p-resourcesListCard__bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.p-resourcesListCard__bottom__type {
  position: relative;
  padding-left: 30px;
  font-size: 0.94rem;
  line-height: 1.58;
}
.p-resourcesListCard__bottom__type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(/international-delegates/common/images/icon_resources_small.png);
  background-size: 110px 22px;
  background-repeat: no-repeat;
  background-position: left 0;
}

.p-resourcesListCard--el .p-resourcesListCard__bottom__type:before {
  background-position: top 0 left -22px;
}

.p-resourcesListCard--mov .p-resourcesListCard__bottom__type:before {
  background-position: top 0 left -44px;
}

.p-resourcesListCard--doc .p-resourcesListCard__bottom__type:before {
  background-position: top 0 left -66px;
}

.p-resourcesListCard--other .p-resourcesListCard__bottom__type:before {
  background-position: top 0 right 0;
}

.p-resourcesListCard__bottom__play {
  font-size: 0.94rem;
  line-height: 1.58;
  position: relative;
  margin-top: 0;
  margin-left: auto;
  padding-right: 9px;
  position: relative;
}
.p-resourcesListCard__bottom__play:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  border-top: 3px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #e60012;
}
.p-resourcesListCard__bottom__play:before {
  top: 8px;
  -webkit-transform: none;
  transform: none;
  right: -5px;
}

@media screen and (max-width: 768px) {
  .p-resourcesListCard__desc {
    padding: 20px 19px 14px;
  }

  .p-resourcesListCard__heading {
    font-size: 1.22rem;
    line-height: 1.59;
    padding-bottom: 15px;
  }

  .p-resourcesListCard__text {
    font-size: 0.86rem;
    line-height: 1.67;
  }

  .p-resourcesListCard__bottom {
    padding: 0px 18px 20px;
  }

  .p-resourcesListCard__bottom__wrap {
    padding-top: 13px;
  }

  .p-resourcesListCard__bottom__type {
    font-size: 0.86rem;
    line-height: 1.67;
    padding-left: 26px;
  }

  .p-resourcesListCard__bottom__play {
    font-size: 0.86rem;
    line-height: 1.67;
  }
  .p-resourcesListCard__bottom__play:before {
    top: 7px;
  }
}
.p-search__body {
  background-color: #fcfaf7;
}

.p-search__filter {
  background-color: #fff;
}

.p-search__filter__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.p-search__list {
  max-width: 1000px;
  margin: 0 auto;
}

.p-search__pagination {
  padding: 20px 0 80px;
}

@media screen and (max-width: 768px) {
  .p-search__filter__wrap {
    padding: 20px 35px 32px;
  }

  .p-search__pagination {
    padding: 13px 0 58px;
  }
}
/*---------------------------------
 お知らせ一覧
 ---------------------------------*/
.p-search--information .p-search__filter {
  background-color: transparent;
}
.p-search--information .p-search__filter__wrap {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 39px 56px 2px;
}

@media screen and (max-width: 768px) {
  .p-search--information .p-search__filter__wrap {
    padding: 26px 15px 2px;
  }
}
/*---------------------------------
 派遣情報一覧
 ---------------------------------*/
.p-search--deployment .p-search__filter {
  padding: 0 20px;
}
.p-search--deployment .p-search__list {
  max-width: 1040px;
  padding: 0 20px;
}
.p-search--deployment .p-search__filter__wrap {
  padding: 39px 0px 32px;
}

@media screen and (max-width: 768px) {
  .p-search--deployment .p-search__list {
    padding: 0;
  }
}
/*---------------------------------
 研修情報一覧
 ---------------------------------*/
.p-search--seminar .p-search__filter {
  padding: 0 20px;
}
.p-search--seminar .p-search__list {
  max-width: 1040px;
  padding: 0 20px;
}
.p-search--seminar .p-search__filter__wrap {
  padding: 35px 0px 31px;
}

@media screen and (max-width: 768px) {
  .p-search--seminar .p-search__filter {
    padding: 0;
  }
  .p-search--seminar .p-search__list {
    padding: 0;
  }
  .p-search--seminar .p-search__filter__wrap {
    padding: 1px 35px 31px;
  }
}
.p-search--resources .p-search__list {
  max-width: 1040px;
  padding: 0 20px;
}
.p-search--resources .p-search__filter {
  position: relative;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.p-search--resources .p-search__filter__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-search--resources .p-search__list {
    padding: 0;
  }
  .p-search--resources .p-search__filter {
    padding-bottom: 11px;
  }
  .p-search--resources .p-search__filter__wrap {
    padding: 3px 15px 10px;
  }
  .p-search--resources .p-search__pagination {
    padding: 13px 0 48px;
  }
}
.p-seminar {
  margin-top: -70px;
}

.p-seminar__head {
  border-radius: 6px 6px 0 0;
  position: relative;
  background-color: #fff;
}

.p-seminar__heading {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  padding: 62px 20px 0;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-seminar {
    margin-top: 0;
  }

  .p-seminar__head {
    margin-top: 0;
  }

  .p-seminar__heading {
    padding: 36px 20px 0;
  }
}
.p-seminarList {
  padding-top: 56px;
  padding-bottom: 17px;
}

.p-seminarList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: -32px;
}

.p-seminarList__item {
  width: 50%;
  margin-top: 32px;
  padding: 0 16px;
}
.p-seminarList__item:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .p-seminarList {
    padding-top: 11px;
  }

  .p-seminarList__list {
    margin: 0;
  }

  .p-seminarList__item {
    width: 100%;
    margin-top: 25px;
    padding: 0px 36px;
  }
}
.p-seminarListCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 26px 26px 22px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #222;
}
.p-seminarListCard:visited {
  color: #222;
}
.p-seminarListCard:hover {
  color: #222;
}
.p-seminarListCard:hover .p-seminarListCard__heading {
  color: #e60012;
}

.p-seminarListCard__head {
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc;
}

.p-seminarListCard__heading {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  font-size: 1.2rem;
  line-height: 1.56;
}

.p-seminarListCard__heading__new {
  color: #e60012;
  margin-left: 5px;
}

.p-seminarListCard__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-top: -8px;
}

.p-seminarListCard__label {
  padding: 0px 5px 0 6px;
  font-size: 0.94rem;
  line-height: 1.72;
  background-color: #f5f5f5;
  margin-right: 8px;
  margin-top: 8px;
}
.p-seminarListCard__label:before {
  content: none;
}

.p-seminarListCard__label--anyone {
  background-color: transparent;
  color: #006dbc;
  border: 1px solid #106fb9;
}

.p-seminarListCard__label--staff {
  background-color: transparent;
  color: #e60012;
  border: 1px solid #e30b20;
}

.p-seminarListCard__label--end {
  display: inline-block;
  background-color: transparent;
  color: #767676;
  border: 1px solid #767676;
  margin-bottom: 14px;
}

.p-seminarCard__data {
  display: block;
  margin-bottom: 11px;
  padding-top: 22px;
  border: none;
}
.p-seminarCard__data th {
  width: 84px;
  padding: 0;
  padding-bottom: 8px;
  background-color: transparent;
  vertical-align: top;
  color: #767676;
  font-size: 1rem;
  line-height: 1.34;
}
.p-seminarCard__data td {
  padding: 0;
  padding-bottom: 8px;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.34;
}
.p-seminarCard__data tr > * + * {
  border: none;
}
.p-seminarCard__data tr + tr {
  border: none;
}

.p-seminarCard__desc {
  color: #767676;
  font-size: 0.94rem;
  line-height: 1.79;
}

@media screen and (max-width: 768px) {
  .p-seminarListCard {
    padding: 20px 20px 18px;
  }

  .p-seminarListCard__heading {
    font-size: 1.22rem;
    line-height: 1.59;
    margin-bottom: 13px;
  }

  .p-seminarListCard__labels {
    margin-right: -12px;
  }

  .p-seminarListCard__label {
    font-size: 0.93rem;
    line-height: 1.77;
    padding: 0px 4px 0 4px;
    margin-right: 12px;
  }

  .p-seminarListCard__head {
    padding-bottom: 16px;
  }

  .p-seminarCard__data {
    padding-top: 18px;
  }

  .p-seminarCard__data {
    margin-bottom: 5px;
  }
  .p-seminarCard__data th {
    font-size: 1rem;
    line-height: 1.43;
    width: 99px;
  }
  .p-seminarCard__data td {
    font-size: 1rem;
    line-height: 1.43;
  }
  .p-seminarCard__desc {
    font-size: 0.86rem;
    line-height: 1.67;
  }
}
.p-seminarRelationMain__heading {
  min-width: 220px;
  margin-right: 30px;
}

.p-seminarRelationImg {
  padding-top: 28px;
}
.p-seminarRelationImg img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 362px;
}

.p-seminarRelationMain {
  position: relative;
  background-color: #fff;
  padding-bottom: 84px;
}
.p-seminarRelationMain:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fcfaf7;
  z-index: 0;
}

.p-seminarRelationMain__wrap {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.p-seminarRelationMain__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 756px;
  margin: 0 -13px;
}

.p-seminarRelationMain__item {
  width: 50%;
  height: 100%;
  padding: 0 13px;
}
.p-seminarRelationMain__item:before {
  content: none;
}

.p-seminarRelationMain__card {
  display: block;
  height: 100%;
  padding: 30px 40px 35px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-decoration: none;
  background-color: #fff;
  color: #222;
}
.p-seminarRelationMain__card:after {
  content: none !important;
}
.p-seminarRelationMain__card:visited {
  color: #222;
}
.p-seminarRelationMain__card:hover .p-seminarRelationMain__desc {
  color: #222;
}
.p-seminarRelationMain__card:hover .p-seminarRelationMain__title {
  color: #e60012;
}

.p-seminarRelationMain__card .p-seminarRelationMain__title {
  font-size: 1.47rem;
  line-height: 1.14;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-top: 0;
}
.p-seminarRelationMain__card .p-seminarRelationMain__title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
  width: 12px;
  height: 7px;
  border-radius: 0;
  background-color: transparent;
  border-top: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #e60012;
}
.p-seminarRelationMain__card .p-seminarRelationMain__title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 11px;
}

.p-seminarRelationMain__card[href^=http] .p-seminarRelationMain__title {
  position: relative;
  padding-top: 0;
}
.p-seminarRelationMain__card[href^=http] .p-seminarRelationMain__title:before {
  content: none;
}
.p-seminarRelationMain__card[href^=http] .p-seminarRelationMain__title::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 6px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
  border: none;
  border-radius: 0;
}

.p-seminarRelationMain__title {
  margin-top: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-seminarRelationMain {
    padding-bottom: 0;
  }
  .p-seminarRelationMain:before {
    content: none;
  }

  .p-seminarRelationImg {
    padding-top: 20px;
  }

  .p-seminarRelationMain__card .p-seminarRelationMain__title {
    font-size: 1.36rem;
    line-height: 1.32;
  }

  .p-seminarRelationMain__heading {
    background-color: #fff;
    position: relative;
    margin-right: 0px;
  }

  .p-seminarRelationMain__wrap {
    display: block;
    padding: 23px 0px 0;
  }

  .p-seminarRelationMain__cards {
    width: 100%;
    display: block;
    margin: 0;
    padding: 24px 35px 35px;
    background-color: #fcfaf7;
    margin-top: -13px;
  }

  .p-seminarRelationMain__item {
    width: 100%;
    padding: 0;
    margin: 13px 0 0;
  }

  .p-seminarRelationMain__card {
    display: block;
    width: 100%;
    padding: 23px 25px;
  }
}
.p-seminarSummary {
  background-color: #fff;
  padding-bottom: 77px;
}

.p-seminarSummary__head {
  padding-top: 78px;
}

.p-seminarSummary__flow {
  position: relative;
  padding: 0 20px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
}
.p-seminarSummary__flow::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
}
.p-seminarSummary__flow::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #fff;
  z-index: 0;
}

.p-seminarSummary__flow img {
  display: block;
  margin: 22px auto 0px;
  padding-bottom: 40px;
  max-width: 810px;
  width: 100%;
}

.p-seminarSummary__category img {
  display: block;
  margin: 43px auto 0px;
  max-width: 710px;
  width: 100%;
}

.p-seminarSummary__category__link {
  display: block;
  max-width: 536px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-seminarSummary__category__link:after {
  content: none !important;
}
.p-seminarSummary__category__link:hover {
  opacity: 0.7;
}

.p-seminarSummary__category__link img {
  width: 100%;
  margin-top: 19px;
  max-width: 536px;
}

.p-seminarSummary__link {
  padding: 53px 35px 62px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .p-seminarSummary {
    padding-bottom: 46px;
  }

  .p-seminarSummary__head {
    padding-top: 42px;
  }

  .p-seminarSummary__flow img {
    margin-top: 17px;
    padding-bottom: 21px;
  }

  .p-seminarSummary__link {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .p-seminarSummary__category {
    padding-top: 5px;
  }

  .p-seminarSummary__category__link img {
    max-width: 345px;
  }

  .p-seminarSummary__category img {
    margin-top: 16px;
    padding: 0 20px;
  }
}
.p-seminarSummaryCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  padding: 37px 10px 44px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-seminarSummaryCard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 34px;
  width: 50%;
}

.p-seminarSummaryCard__item + .p-seminarSummaryCard__item {
  position: relative;
}
.p-seminarSummaryCard__item + .p-seminarSummaryCard__item:before {
  content: "";
  top: 0;
  left: -1px;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ddd;
}

.p-seminarSummaryCard__wrap {
  margin-bottom: auto;
}

.p-seminarSummaryCard__icon {
  display: block;
  margin: 0 auto 19px;
}
.p-seminarSummaryCard__icon--el {
  width: 51px;
  height: 43px;
}
.p-seminarSummaryCard__icon--calendar {
  width: 39px;
  height: 43px;
}

.p-seminarSummaryCard__text {
  font-size: 1.2rem;
  line-height: 1.56;
  margin-bottom: 18px;
}

.p-seminarSummaryCard__btn {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 6px 30px;
  background-color: #e60012;
  border-radius: 23px;
  border: 2px solid #e60012;
  text-align: center;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-seminarSummaryCard__btn:visited {
  color: #fff;
  text-decoration: none;
}
.p-seminarSummaryCard__btn:hover {
  background-color: #fff;
  color: #e60012;
}
.p-seminarSummaryCard__btn:after {
  content: none !important;
}
.p-seminarSummaryCard__btn:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  width: 13px;
  height: 11px;
  background-image: url(/international-delegates/common/images/icon_link_white.png);
  background-size: cover;
}
.p-seminarSummaryCard__btn:hover:before {
  background-image: url(/international-delegates/common/images/icon_link_red.png);
}

@media screen and (max-width: 768px) {
  .p-seminarSummaryCard {
    padding-top: 0;
    padding-bottom: 6px;
    display: block;
  }

  .p-seminarSummaryCard__item {
    width: 100%;
    padding: 24px 20px;
  }

  .p-seminarSummaryCard__item + .p-seminarSummaryCard__item:before {
    content: "";
    bottom: -1px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #ddd;
  }

  .p-seminarSummaryCard__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .p-seminarSummaryCard__icon {
    margin: 0 20px 0 0;
  }

  .p-seminarSummaryCard__btn {
    width: 245px;
  }

  .p-seminarSummaryCard__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
  }

  .p-seminarSummaryCard__icon {
    margin: 0 21px 0 0;
  }

  .p-seminarSummaryCard__icon.p-seminarSummaryCard__icon--el {
    width: 40px;
    height: 34px;
  }

  .p-seminarSummaryCard__text {
    font-size: 1.15rem;
    line-height: 1.63;
    margin-bottom: 0;
  }
}
.p-deploymentSummaryCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 30px 26px 33px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
}
.p-deploymentSummaryCard:before {
  position: absolute;
  top: 0;
  left: 9px;
  content: "01";
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 100;
  color: #f7dcdd;
}
.p-deploymentSummaryCard:visited {
  color: #222;
}
.p-deploymentSummaryCard:hover {
  color: #222;
}
.p-deploymentSummaryCard:hover .p-deploymentSummaryCard__link {
  color: #e60012 !important;
}

.p-deploymentSummary__list__item:nth-child(1) .p-deploymentSummaryCard:before {
  content: "01";
}

.p-deploymentSummary__list__item:nth-child(2) .p-deploymentSummaryCard:before {
  content: "02";
}

.p-deploymentSummary__list__item:nth-child(3) .p-deploymentSummaryCard:before {
  content: "03";
}

.p-deploymentSummaryCard__heading {
  position: relative;
  font-size: 2.27rem;
  line-height: 1.36;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 18px;
  font-weight: 600;
  text-align: center;
  border: none;
}
.p-deploymentSummaryCard__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: #e60012;
}

.p-deploymentSummaryCard__text {
  margin-bottom: 19px;
}

.p-deploymentSummaryCard__bottom {
  display: block;
  margin-top: auto;
  text-align: right;
}

.p-deploymentSummaryCard__link {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 0.94rem;
  line-height: 2;
  position: relative;
  padding-right: 30px;
  color: #222;
  text-decoration: none;
}
.p-deploymentSummaryCard__link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  border-top: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #e60012;
}
.p-deploymentSummaryCard__link:visited {
  color: #222;
}
.p-deploymentSummaryCard__link:hover {
  color: #222;
}
.p-deploymentSummaryCard__link:before {
  right: 2px;
}
.p-deploymentSummaryCard__link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 11px;
}

@media screen and (max-width: 768px) {
  .p-deploymentSummary::after {
    content: none;
  }

  .p-deploymentSummaryCard {
    padding: 27px 20px 17px;
  }
  .p-deploymentSummaryCard:before {
    top: 4px;
    left: 7px;
  }

  .p-deploymentSummaryCard__heading {
    font-size: 1.72rem;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .p-deploymentSummaryCard__text {
    margin-bottom: 9px;
  }
}
.p-gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.p-gNav__item {
  position: relative;
  padding: 0;
}
.p-gNav__item:before {
  content: none;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #e60012;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-gNav__item:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background-color: #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-gNav__link:visited {
  color: #222;
}
.p-gNav__link:hover {
  color: #222;
}

.p-gNav.is-load .p-gNav__item:before, .p-gNav.is-load .p-gNav__item:after {
  -webkit-transition: none;
  transition: none;
}

.p-gNav__item + .p-gNav__item {
  margin-left: 36px;
}

.p-gNav__item:hover:after {
  width: 100%;
}

.p-gNav__item.is-current:before {
  content: "";
}
.p-gNav__item.is-current:after {
  width: 100%;
}

.p-gNav__link {
  text-decoration: none;
  color: #222;
}
.p-gNav__link:visited {
  color: #222;
}

.p-gNav__link__icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-gNav {
    display: block;
    width: 100%;
  }

  .p-gNav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-gNav__item {
    display: block;
    width: 50%;
    margin-left: 0;
    padding: 10px;
    padding-top: 12px;
  }
  .p-gNav__item:before, .p-gNav__item:after {
    content: none !important;
  }

  .p-gNav__item + .p-gNav__item {
    margin-left: 0;
  }

  .p-gNav__link {
    display: block;
    padding: 9px 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px #ddd;
    box-shadow: 0px 3px #ddd;
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .p-gNav__link__icon {
    display: block;
    margin: 0 auto;
    padding: 2px 0 12px;
  }
}
.p-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-hamburger__body {
  position: relative;
  margin-top: 14px;
  padding-top: 4px;
  font-size: 0.79rem;
  line-height: 3.46;
}
.p-hamburger__body:before, .p-hamburger__body:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 2px;
  background-color: #e60012;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hamburger__body:before {
  top: 0;
}
.p-hamburger__body:after {
  top: 7px;
}

.p-hamburger.is-active .p-hamburger__body:before, .p-hamburger.is-active .p-hamburger__body:after {
  top: 5px;
}
.p-hamburger.is-active .p-hamburger__body:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.p-hamburger.is-active .p-hamburger__body:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.p-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
  min-width: 375px;
}

.p-header.is-float {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.p-header__symbol {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__symbol:hover {
  opacity: 0.7;
}

.p-header__symbol__logo {
  display: block;
  vertical-align: bottom;
  width: 160px;
}

.p-header__symbol__text {
  position: relative;
  padding-left: 53px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}
.p-header__symbol__text:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  top: 6px;
  left: 27px;
}

@media screen and (max-width: 1024px) {
  .p-header__symbol__logo {
    width: 104px;
  }
}
.p-header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 28px 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__symbol__text {
  font-size: 1.47rem;
  line-height: 1.91;
}

.p-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .p-header__symbol__text {
    padding-left: 26px;
  }
  .p-header__symbol__text:before {
    left: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__body {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: 200;
  }

  .p-header__wrap {
    padding: 0px 0px 0px 20px;
    height: 56px;
  }

  .p-header__symbol__text {
    font-size: 1.08rem;
    line-height: 1.87;
  }
  .p-header__symbol__text:before {
    height: 18px;
    top: 5px;
  }
}
.p-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: block;
    border-left: 1px solid #ddd;
  }
}
.p-headerSp {
  display: none;
  margin-top: 20px;
  padding: 0 10px;
}

.p-headerSp__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.p-headerSp__top__item {
  width: 50%;
  padding: 10px;
}
.p-headerSp__top__item:before {
  content: none;
}

.p-headerSp__top__link {
  display: block;
  width: 100%;
  padding: 3px 0px;
  border: 2px solid #ddd;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #222;
}
.p-headerSp__top__link:visited {
  color: #222;
}

.p-headerSp__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 8px;
  margin-left: -5px;
}

.p-headerSp__middle__item {
  margin-top: 10px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 0.93rem;
  line-height: 1.24;
}
.p-headerSp__middle__item:before {
  content: none;
}

.p-headerSp__middle__link {
  text-decoration: none;
  color: #222;
}
.p-headerSp__middle__link:visited {
  color: #222;
}

.p-headerSp__bottom {
  font-size: 0.79rem;
  line-height: 1.46;
  margin-top: 26px;
  padding: 0 10px;
  color: #767676;
}

.p-headerSp__bottom__text + .p-headerSp__bottom__text {
  margin-top: 13px;
}

@media screen and (max-width: 1024px) {
  .p-headerSp {
    display: block;
  }
}
.p-footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 34px 0px 50px;
}

@media screen and (max-width: 1024px) {
  .p-footer {
    padding: 30px 35px 120px;
  }
}
.p-returnTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #e60012;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 50;
}
.p-returnTop:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 26px;
  background-image: url(/international-delegates/images/icon_arrowUp.svg);
}

.p-returnTop.is-active {
  opacity: 1;
}
.p-returnTop.is-active:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-returnTop {
    right: 20px;
  }
}
.p-footerCopyRight {
  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;
}

.p-footerCopyRight__text {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.67;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .p-footerCopyRight {
    margin-top: 10px;
  }

  .p-footerCopyRight__text {
    margin-top: 7px;
    font-size: 0.79rem;
    line-height: 1.73;
  }
}
.p-footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 0 3px;
  margin-left: -24px;
  margin-bottom: 0;
  margin-top: 0;
}

.p-footerLink__item {
  padding-left: 24px;
}
.p-footerLink__item:before {
  content: none;
}

.p-footerLink__link {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.87rem;
  line-height: 1.24;
}
.p-footerLink__link:visited {
  color: #222;
}
.p-footerLink__link:hover {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .p-footerLink {
    margin-left: -16px;
  }

  .p-footerLink__item {
    padding-left: 16px;
  }

  .p-footerLink__link {
    font-size: 0.93rem;
    line-height: 1.24;
  }
}
.p-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.p-footerNav__item {
  padding: 0;
}
.p-footerNav__item:before {
  content: none;
}

.p-footerNav__item + .p-footerNav__item {
  margin-left: 30px;
}

.p-footerNav {
  padding: 17px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-footerNav__link {
  padding-left: 15px;
  position: relative;
  text-decoration: none;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footerNav__link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e60012;
}
.p-footerNav__link:before {
  left: 0;
}
.p-footerNav__link:visited {
  color: #222;
}
.p-footerNav__link:hover {
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .p-footerNav {
    border: none;
    padding: 12px 0;
  }

  .p-footerNav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .p-footerNav__item {
    width: 50%;
    padding: 8px 10px 0px;
  }

  .p-footerNav__item + .p-footerNav__item {
    margin-left: 0px;
  }

  .p-footerNav__link {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
  }
  .p-footerNav__link:before {
    top: calc(50% - 3px);
  }
}
.p-footerSymbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 19px;
  text-decoration: none;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footerSymbol:visited {
  color: #222;
}
.p-footerSymbol:hover {
  opacity: 0.7;
}

.p-footerSymbol__logo {
  width: 150px;
  vertical-align: bottom;
}

.p-footerSymbol__text {
  font-size: 1.2rem;
  line-height: 1.78;
  margin-left: 22px;
}

@media screen and (max-width: 1024px) {
  .p-footerSymbol {
    padding-bottom: 0px;
  }

  .p-footerSymbol__logo {
    width: 128px;
  }

  .p-footerSymbol__text {
    font-size: 1.08rem;
    line-height: 1.87;
    margin-left: 16px;
  }
}
.p-topBaseHospital {
  padding: 0 20px 85px;
}

.p-topBaseHospital__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1036px;
  margin: 0 auto;
}

.p-topBaseHospital__desc {
  padding-top: 28px;
  padding-left: 67px;
}

.p-topBaseHospital__heading__main {
  font-size: 2.27rem;
  line-height: 1.36;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-topBaseHospital__heading__main:before {
  content: none;
}

.p-topBaseHospital__heading__sub {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  font-size: 1rem;
  line-height: 1.87;
  color: #e60012;
  padding: 0 12px;
}
.p-topBaseHospital__heading__sub:after, .p-topBaseHospital__heading__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #e60012;
}
.p-topBaseHospital__heading__sub:after {
  right: 0;
}
.p-topBaseHospital__heading__sub:before {
  left: 0;
}

.p-topBaseHospital__text {
  margin-bottom: 34px;
}

.p-topBaseHospital__btn {
  position: relative;
  display: inline-block;
  padding: 6px 43px;
  color: #222;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ddd;
  cursor: pointer;
}
.p-topBaseHospital__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e60012;
}
.p-topBaseHospital__btn:before {
  right: 3px;
}
.p-topBaseHospital__btn:visited {
  color: #222;
}
.p-topBaseHospital__btn:hover {
  color: #e60012;
}

.p-topBaseHospital__image {
  max-width: 536px;
}

.p-topBaseHospital__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-topBaseHospital__desc {
    padding-left: 0px;
  }

  .p-topBaseHospital__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-topBaseHospital {
    padding-bottom: 53px;
  }

  .p-topBaseHospital__desc {
    padding: 0;
  }

  .p-topBaseHospital__heading__main {
    font-size: 1.58rem;
    line-height: 1.28;
    margin-bottom: 8px;
  }

  .p-topBaseHospital__heading__sub {
    margin-bottom: 14px;
  }

  .p-topBaseHospital__wrap {
    display: block;
  }

  .p-topBaseHospital__btn {
    padding: 4px 27px;
  }
  .p-topBaseHospital__btn:before {
    right: 1px;
  }

  .p-topBaseHospital__text {
    margin-bottom: 18px;
  }

  .p-topBaseHospital__image {
    margin-top: -44px;
  }
}
.p-topCat {
  padding-bottom: 68px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff0f1), to(#fff));
  background: -webkit-linear-gradient(top, #fff0f1, #fff);
  background: linear-gradient(to bottom, #fff0f1, #fff);
}

.p-topCat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  height: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-topCat {
    padding-bottom: 63px;
  }

  .p-topCat__list {
    display: block;
  }
}
.p-topCatCard {
  display: block;
  width: 50%;
  padding: 0 1px;
  height: auto;
}
.p-topCatCard:before {
  content: none;
}

.p-topCatCard__head {
  position: relative;
  padding-top: 76.24%;
  width: 100%;
  height: auto;
}

.p-topCatCard__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-topCatCard__desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  max-width: 543px;
  min-height: 0%;
  margin: -86px auto 0;
  padding: 38px 70px 58px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(230, 10, 23, 0.1);
  box-shadow: 0 4px 14px 0 rgba(230, 10, 23, 0.1);
  border-radius: 6px;
  z-index: 10;
}

.p-topCatCard__desc__heading {
  font-size: 2.8rem;
  line-height: 1.34;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-topCatCard__desc__heading:before {
  content: none;
}

.p-topCatCard__desc__text {
  text-align: center;
  margin-bottom: 36px;
}

.p-topCatCard__desc__btn {
  margin-top: auto;
  display: block;
  width: 180px;
  position: relative;
  padding: 6px 20px;
  color: #fff;
  background-color: #e60012;
  border: 2px solid #e60012;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.p-topCatCard__desc__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.p-topCatCard__desc__btn:before {
  right: 3px;
}
.p-topCatCard__desc__btn:visited {
  color: #fff;
}
.p-topCatCard__desc__btn:hover {
  background-color: #fff;
  color: #e60012;
}
.p-topCatCard__desc__btn:hover:before {
  border-left: 7px solid #e60012;
}

.p-topCatCard__desc__float {
  position: absolute;
  bottom: -4px;
  right: 0;
  font-size: 5.6rem;
  line-height: 1;
  color: #f8e5e7;
  z-index: -1;
  font-weight: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-topCatCard__desc__float--deployment {
  right: 0px;
}
.p-topCatCard__desc__float--seminar {
  right: 12px;
}

@media screen and (max-width: 1024px) {
  .p-topCatCard__desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-topCatCard {
    width: 100%;
  }

  .p-topCatCard + .p-topCatCard {
    margin-top: 50px;
  }

  .p-topCatCard__desc {
    width: 88%;
    min-width: 335px;
    margin-top: -47px;
    padding: 25px 20px 40px;
    text-align: center;
  }

  .p-topCatCard__desc__heading {
    width: 100%;
    font-size: 1.93rem;
    line-height: 1.38;
    margin-bottom: 11px;
  }

  .p-topCatCard__desc__text {
    width: 100%;
    margin-bottom: 15px;
  }

  .p-topCatCard__desc__btn {
    padding: 4px 20px;
    width: 170px;
    font-size: 1rem;
    line-height: 1.86;
  }
  .p-topCatCard__desc__btn:before {
    right: 3px;
  }

  .p-topCatCard__desc__float {
    font-size: 3.93rem;
    line-height: 1;
  }
  .p-topCatCard__desc__float--seminar {
    right: 1px;
  }
}
.p-topInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff0f1), to(#fff));
  background: -webkit-linear-gradient(top, #fff0f1, #fff);
  background: linear-gradient(to bottom, #fff0f1, #fff);
  padding-top: 36px;
  padding-bottom: 43px;
}

.p-topInfo__wrap {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 64px;
  border-radius: 6px;
}

.p-topInfo__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0 21px;
  border-bottom: 1px solid #ddd;
}

.p-topInfo__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topInfo__heading__main {
  font-size: 2.27rem;
  line-height: 1.36;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-topInfo__heading__main:before {
  content: none;
}

.p-topInfo__heading__sub {
  position: relative;
  font-size: 1rem;
  line-height: 1.87;
  color: #e60012;
  padding: 0 12px;
  margin-left: 15px;
}
.p-topInfo__heading__sub:after, .p-topInfo__heading__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #e60012;
}
.p-topInfo__heading__sub:after {
  right: 0;
}
.p-topInfo__heading__sub:before {
  left: 0;
}

.p-topInfo__btn {
  display: inline-block;
  padding: 0px 32px 0px 14px;
  color: #222;
  border: 2px solid #ddd;
  border-radius: 16px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-topInfo__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e60012;
}
.p-topInfo__btn:before {
  right: 0px;
}
.p-topInfo__btn:visited {
  color: #222;
}
.p-topInfo__btn:hover {
  color: #e60012;
}

.p-topInfo__body {
  padding: 42px 0px 52px;
}

@media screen and (max-width: 768px) {
  .p-topInfo {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-topInfo__body {
    padding-bottom: 30px;
  }

  .p-topInfo__head {
    margin: 0 -1px;
    padding: 15px 0 16px;
  }

  .p-topInfo__heading__main {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  .p-topInfo__heading__sub {
    margin-left: 5px;
  }

  .p-topInfo__wrap {
    padding: 0 20px;
  }

  .p-topInfo__btn {
    padding: 0px 25px 0px 15px;
  }
}
.p-topInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
  margin-top: -47px;
  margin-bottom: 0;
}

.p-topInfoList__item {
  width: 50%;
  padding: 40px 18px 0 23px;
}
.p-topInfoList__item:before {
  content: none;
}

.p-topInfoList__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.p-topInfoList__item__date {
  font-size: 0.94rem;
  line-height: 1.79;
  color: #767676;
}

.p-topInfoList__item__category {
  font-size: 0.8rem;
  line-height: 1.17;
  border: 1px solid #767676;
  padding: 3px 5px;
  margin-left: 10px;
  margin-bottom: 1px;
}

.p-topInfoList__item__new {
  font-size: 0.94rem;
  line-height: 1.79;
  color: #e60012;
  margin-left: 10px;
  margin-top: -5px;
}

.p-topInfoList__item__link {
  color: #222;
  display: block;
  position: relative;
  max-height: 44px;
  padding-right: 1em;
  overflow: hidden;
  text-decoration: none;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.47;
}
.p-topInfoList__item__link:visited {
  color: #222;
}

.p-topInfoList__item__link:hover {
  text-decoration: underline;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-topInfoList {
    margin-top: -41px;
  }

  .p-topInfoList__item {
    display: none;
    width: 100%;
  }

  .p-topInfoList__item:nth-child(1),
.p-topInfoList__item:nth-child(2),
.p-topInfoList__item:nth-child(3) {
    display: block;
    padding: 17px 18px 0 21px;
  }

  .p-topInfoList__item__head {
    margin-bottom: 2px;
  }

  .p-topInfoList__item__category {
    padding: 1px 3px;
  }

  .p-topInfoList__item__new {
    font-size: 1rem;
    line-height: 1.65;
    margin-top: 0;
  }

  .p-topInfoList__item__link {
    font-size: 1rem;
    line-height: 1.72;
    max-height: 48px;
  }

  .p-topInfoList__item__link:before {
    bottom: 0;
  }
}
/*---------------------------------
 文末のアイコン付与
 ---------------------------------*/
.p-topInfoList__item__link[href$=".pdf"]:after, .p-topInfoList__item__link[href$=".PDF"]:after,
.p-topInfoList__item__link[href$=".doc"]:after, .p-topInfoList__item__link[href$=".DOC"]:after,
.p-topInfoList__item__link[href$=".docx"]:after, .p-topInfoList__item__link[href$=".DOCX"]:after,
.p-topInfoList__item__link[href$=".xls"]:after, .p-topInfoList__item__link[href$=".XLS"]:after,
.p-topInfoList__item__link[href$=".xlsx"]:after, .p-topInfoList__item__link[href$=".XLSX"]:after,
.p-topInfoList__item__link[href$=".ppt"]:after, .p-topInfoList__item__link[href$=".PPT"]:after,
.p-topInfoList__item__link[href$=".pptx"]:after, .p-topInfoList__item__link[href$=".ZIP"]:after,
.p-topInfoList__item__link[href$=".zip"]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin: 0px 6px 0 6px;
  background: url(/international-delegates/common/images/icon_fileType.png) 0 0 no-repeat;
  background-size: 75px 17px;
  vertical-align: middle;
}

.p-topRefLink {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48px 20px;
}

.p-topRefLink__wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-topRefLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
}

.p-topRefLink__item {
  width: 50%;
  padding: 0 18px;
}
.p-topRefLink__item:before {
  content: none;
}

.p-topRefLink__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-topRefLink__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-topRefLink {
    padding: 35px 33px;
  }

  .p-topRefLink__list {
    display: block;
  }

  .p-topRefLink__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .p-topRefLink__item + .p-topRefLink__item {
    margin-top: 15px;
  }
}
.p-topRefLinkCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 40px 37px 42px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  height: 100%;
}
.p-topRefLinkCard:hover .p-topRefLinkCard__heading {
  color: #e60012;
}

.p-topRefLinkCard__icon {
  margin-right: 42px;
}

.p-topRefLinkCard__icon--lib {
  width: 50px;
  height: auto;
  padding-top: 13px;
}

.p-topRefLinkCard__icon--qa {
  width: 56px;
  height: auto;
  padding-top: 13px;
  margin-left: -5px;
}

.p-topRefLinkCard__heading {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  padding-right: 33px;
  font-size: 1.47rem;
  line-height: 1.14;
  font-weight: 600;
  color: #222;
  border: none;
  position: relative;
  background-color: transparent;
}
.p-topRefLinkCard__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  border-top: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #e60012;
}
.p-topRefLinkCard__heading:before {
  right: 2px;
  left: auto;
  background-color: transparent;
}
.p-topRefLinkCard__heading:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 11px;
}

.p-topRefLinkCard__text {
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-topRefLinkCard {
    display: block;
    padding: 11px 24px 20px 24px;
  }

  .p-topRefLinkCard__icon {
    margin-right: 42px;
    margin-bottom: -27px;
  }

  .p-topRefLinkCard__icon--lib {
    width: 23px;
    padding-top: 13px;
  }

  .p-topRefLinkCard__icon--qa {
    width: 25px;
    padding-top: 13px;
  }

  .p-topRefLinkCard__heading {
    padding-left: 38px;
    padding-right: 31px;
    font-size: 1.36rem;
    line-height: 1.32;
    position: relative;
  }
  .p-topRefLinkCard__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    border-top: 3px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #e60012;
  }
  .p-topRefLinkCard__heading:after {
    width: 19px;
    height: 19px;
  }

  .p-topRefLinkCard__icon--qa {
    margin-left: 0;
  }
}
.p-topMainVisual {
  position: relative;
}

.p-topMainVisual__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 560px;
  -webkit-animation-name: mvLoop;
  animation-name: mvLoop;
  -webkit-animation-duration: 53.2s;
  animation-duration: 53.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-topMainVisual__heading {
  display: none;
}

@-webkit-keyframes mvLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes mvLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-topMainVisual__image {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-topMainVisual__body {
    height: 400px;
    -webkit-animation-duration: 38s;
    animation-duration: 38s;
  }
}
.p-topMainVisual__float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 69px;
  left: 183px;
}

.p-topMainVisual__float__text {
  background-color: #fff;
  display: inline;
  font-size: 2.67rem;
  line-height: 1.48;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 1px 8px 21px;
}
.p-topMainVisual__float__text + .p-topMainVisual__float__text {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .p-topMainVisual__float {
    bottom: 37px;
    left: 20px;
  }

  .p-topMainVisual__float__text {
    font-size: 1.72rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    padding: 4px 0px 4px 14px;
  }
  .p-topMainVisual__float__text + .p-topMainVisual__float__text {
    margin-top: 9px;
  }
}
.p-topMission {
  padding-top: 41px;
  padding-bottom: 90px;
}

.p-topMission__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-topMission__heading {
  text-align: center;
}

.p-topMission__heading__main {
  position: relative;
  display: inline-block;
  padding: 0 75px 0 100px;
  text-align: center;
  font-size: 2.67rem;
  line-height: 1.45;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.p-topMission__heading__main:before, .p-topMission__heading__main:after {
  position: absolute;
  top: 6px;
  content: "";
  width: 29px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-topMission__heading__main:before {
  left: 11px;
  background-image: url("/international-delegates/images/topMission__left.svg");
  background-color: transparent;
}
.p-topMission__heading__main::after {
  right: 11px;
  background-image: url("/international-delegates/images/topMission__right.svg");
}

.p-topMission__heading__sub {
  position: relative;
  font-size: 1rem;
  line-height: 1.87;
  color: #e60012;
  padding: 0 12px;
  display: inline-block;
  margin-top: 7px;
}
.p-topMission__heading__sub:after, .p-topMission__heading__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #e60012;
}
.p-topMission__heading__sub:after {
  right: 0;
}
.p-topMission__heading__sub:before {
  left: 0;
}

.p-topMission__desc {
  text-align: center;
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .p-topMission {
    padding-top: 23px;
    padding-bottom: 50px;
  }

  .p-topMission__heading__main {
    font-size: 1.79rem;
    line-height: 1.36;
    letter-spacing: 1.25px;
    padding: 0 34px 0 38px;
  }
  .p-topMission__heading__main:before, .p-topMission__heading__main:after {
    height: 90%;
  }
  .p-topMission__heading__main:before {
    left: -13px;
  }
  .p-topMission__heading__main:after {
    right: -17px;
  }

  .p-topMission__heading__sub {
    margin-top: 11px;
  }

  .p-topMission__desc {
    font-size: 1rem;
    line-height: 1.86;
    margin-top: 18px;
    text-align: left;
  }
}
.u-col1 {
  width: 8.3333333333% !important;
}

.u-col2 {
  width: 16.6666666667% !important;
}

.u-col3 {
  width: 25% !important;
}

.u-col4 {
  width: 33.3333333333% !important;
}

.u-col5 {
  width: 41.6666666667% !important;
}

.u-col6 {
  width: 50% !important;
}

.u-col7 {
  width: 58.3333333333% !important;
}

.u-col8 {
  width: 66.6666666667% !important;
}

.u-col9 {
  width: 75% !important;
}

.u-col10 {
  width: 83.3333333333% !important;
}

.u-col11 {
  width: 91.6666666667% !important;
}

.u-col12 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .u-col1 {
    width: 100% !important;
  }

  .u-col2 {
    width: 100% !important;
  }

  .u-col3 {
    width: 100% !important;
  }

  .u-col4 {
    width: 100% !important;
  }

  .u-col5 {
    width: 100% !important;
  }

  .u-col6 {
    width: 100% !important;
  }

  .u-col7 {
    width: 100% !important;
  }

  .u-col8 {
    width: 100% !important;
  }

  .u-col9 {
    width: 100% !important;
  }

  .u-col10 {
    width: 100% !important;
  }

  .u-col11 {
    width: 100% !important;
  }

  .u-col12 {
    width: 100% !important;
  }
}
.u-mb0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none;
  }

  br.u-brSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-spNone {
    display: none;
  }

  br.u-brPc {
    display: none;
  }
}
.u-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}

.u-ofi--contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}

.u-ofi--top {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit:cover; object-position:center top;";
}

/*---------------------------------
 component
 ---------------------------------*/
/*---------------------------------
 project
 ---------------------------------*/
/*---------------------------------
 utility
 ---------------------------------*/