@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;subset=japanese);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* =======================================================
	Fonts
======================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
}

body p {
  text-align: left;
}

body em {
  font-style: normal;
}

/* =======================================================
	plugin
======================================================= */
/* =======================================================
	Modules
======================================================= */
@media screen and (max-width: 768px) {
  .dispPC {
    display: none !important;
  }
  .dis_bl,
  .dis_fl{
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .dispSP {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeA {
    padding: 35px 0;
    margin-bottom: 50px;
    background: #fff6d5;
  }
  .md-ttl.typeA h1 {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 1100px) {
  .md-ttl.typeA {
    padding: 35px 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeA {
    padding: 15px 22px 15px 10px;
    margin-bottom: 20px;
    background: #fff6d5;
    min-height: 100px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .md-ttl.typeA h1 {
    font-size: 2rem;
  }
}

.md-ttl.typeA .ttl-txt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeA .ttl-txt {
    line-height: 1.5;
    margin: auto;
    max-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeA .ttl-txt {
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeB {
    margin-bottom: 30px;
    background: #fff6d5;
  }
  .md-ttl.typeB h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeB {
    margin-bottom: 20px;
    background: #fff6d5;
  }
  .md-ttl.typeB h1 {
    font-size: 1.8rem;
  }
}

.md-ttl.typeB .ttl-txt {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .md-ttl.typeB .ttl-txt {
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeB .ttl-txt span {
    display: block;
    margin: auto;
    padding: 30px 0;
    max-width: 1100px;
  }
}

@media print, screen and (max-width: 1100px) {
  .md-ttl.typeB .ttl-txt span {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeB .ttl-txt span {
    display: block;
    padding: 20px 20px 20px 10px;
    background-size: cover;
  }
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeC {
    margin: 30px 0 40px;
  }
  .md-ttl.typeC .ttl-txt {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeC {
    margin: 15px 0 30px;
    margin-bottom: 30px;
  }
  .md-ttl.typeC .ttl-txt {
    font-size: 2rem;
  }
}

.md-ttl.typeC .ttl-txt {
  position: relative;
  margin-right: 30px;
  border-bottom: dotted 2px #cc0000;
}

.md-ttl.typeC .ttl-txt::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -30px;
  width: 33px;
  height: 16px;
  background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat center right;
  background-size: 33px 16px;
}

@media screen and (max-width: 768px) {
  .md-ttl.typeC .ttl-txt::after {
    bottom: 3px;
    right: -26px;
    width: 25px;
    height: 12px;
    background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat right bottom;
    background-size: 26px 12px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeC .ttl-txt {
    font-weight: bold;
  }
}

.md-ttl.typeC .ttl-txt span {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeC .ttl-txt span {
    display: flex;
  }
  .md-ttl.typeC .ttl-txt span.md-icon.typeA {
    display: inline-block !important;
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
  .md-ttl.typeC .ttl-txt span.md-icon.typeB {
    display: inline-block !important;
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeC .ttl-txt span {
    margin-right: 28px;
    padding-bottom: 10px;
  }
  .md-ttl.typeC .ttl-txt span.double {
    padding-bottom: 0;
  }
  .md-ttl.typeC .ttl-txt span.md-icon.typeA {
    display: inline-block !important;
    font-size: 1.6rem;
    padding: 4px 6px;
    margin-right: 10px;
    margin-top: 0;
  }
  .md-ttl.typeC .ttl-txt span.md-icon.typeB {
    display: inline-block !important;
    font-size: 1.6rem;
    padding: 4px 6px;
    margin-right: 10px;
    margin-top: 0;
  }
}

.md-ttl.typeD {
  border-bottom: 1px solid #b6b6b6;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeD {
    margin: 50px 0 25px;
    padding-bottom: 24px;
  }
  .md-ttl.typeD h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeD {
    margin: 30px 0 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .md-ttl.typeD h3 {
    font-size: 1.8rem;
  }
}

.md-ttl.typeD .ttl-txt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeD .ttl-txt {
    padding: 10px;
    border-left: 5px solid #cc0000;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeD .ttl-txt {
    padding-left: 10px;
    border-left: 4px solid #cc0000;
  }
}

.md-ttl.typeE h4 {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeE {
    margin: 20px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeE {
    margin: 15px 0 15px;
  }
}

.md-ttl.typeE .ttl-txt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeE .ttl-txt {
    padding: 5px 10px;
    border-left: 5px solid #cc0000;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeE .ttl-txt {
    padding-left: 10px;
    border-left: 4px solid #cc0000;
  }
}

.md-ttl.typeF h5 {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .md-ttl.typeF h5 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .md-ttl.typeF h5 {
    margin: 20px 0;
  }
}

.md-ttl.typeF .ttl-txt {
  font-weight: bold;
}

.md-ttl.typeG {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

@media screen and (max-width: 768px) {
  .md-ttl.typeG {
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
}

.md-ttl.typeG h1, .md-ttl.typeG h2, .md-ttl.typeG h3, .md-ttl.typeG h4, .md-ttl.typeG h5, .md-ttl.typeG h6, .md-ttl.typeG p {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 3px solid #666;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .md-ttl.typeG h1, .md-ttl.typeG h2, .md-ttl.typeG h3, .md-ttl.typeG h4, .md-ttl.typeG h5, .md-ttl.typeG h6, .md-ttl.typeG p {
    padding-left: 9px;
    font-size: 1.6rem;
  }
}

.md-ttl.typeG.leftborder-none h1, .md-ttl.typeG.leftborder-none h2, .md-ttl.typeG.leftborder-none h3, .md-ttl.typeG.leftborder-none h4, .md-ttl.typeG.leftborder-none h5, .md-ttl.typeG.leftborder-none h6, .md-ttl.typeG.leftborder-none p {
  padding-left: 0;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .md-ttl.typeG.leftborder-none h1, .md-ttl.typeG.leftborder-none h2, .md-ttl.typeG.leftborder-none h3, .md-ttl.typeG.leftborder-none h4, .md-ttl.typeG.leftborder-none h5, .md-ttl.typeG.leftborder-none h6, .md-ttl.typeG.leftborder-none p {
    padding-left: 0;
  }
}

.md-btn a {
  line-height: 1.3;
}

@media print, screen and (min-width: 769px) {
  .md-btn {
    margin: 10px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .md-btn {
    margin: 10px 0 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-btn.typeA {
    display: flex;
    flex-wrap: wrap;
  }
  .md-btn.typeA.center {
    justify-content: center;
  }
  .md-btn.typeA.right {
    justify-content: flex-end;
  }
}

.md-btn.typeA.RD a {
	background-color: #cc0000;
	color: #fff;
}

.md-btn.typeA.RD a:hover {
	color: #fff;
}

.md-btn.typeA a {
  position: relative;
  display: block;
  background: #fff;
  color: #0f0f69;
  border: solid 1px #d0d0d0;
  border-radius: 6px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .md-btn.typeA a {
    padding: 10px 20px 10px 30px;
    font-size: 1.4rem;
  }
  .md-btn.typeA a:hover {
    color: #cc0000;
  }
  .md-btn.typeA a:focus {
    color: #cc0000;
  }
  .md-btn.typeA a::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
  .md-btn.typeA.RD a::before {
    border-color: transparent transparent transparent #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .md-btn.typeA a {
    padding: 12px 35px 12px 12px;
    background: #fff;
    font-size: 1.6rem;
  }
  .md-btn.typeA a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
  .md-btn.typeA.RD a::after {
    border-color: transparent transparent transparent #ffffff;
  }
}

.md-btn.typeA li {
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .md-btn.typeA li {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-btn.typeA li:not(:last-child) {
    margin-right: 9px;
  }
}

@media screen and (max-width: 768px) {
  .md-btn.typeA li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-btn.typeA .md-link.icon-targetwindow {
    padding: 12px 20px 12px 20px;
  }
  .md-btn.typeA .md-link.icon-targetwindow::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .md-btn.typeA .md-link.icon-targetwindow img {
    display: none;
  }
  .md-btn.typeA .md-link.icon-targetwindow::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 40%;
    right: 10px;
    width: 12px;
    height: 10px;
    background: url(/jalpri/common/images/icon/icon-targetwindow.png) no-repeat center right;
    background-size: 12px 10px;
    border: none;
    transform: initial;
  }
}

@media print, screen and (min-width: 769px) {
  .md-btn.w180 a {
    width: 180px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-btn.w340 li {
    display: flex;
    border: solid 1px #d0d0d0;
    border-radius: 6px;
  }
  .md-btn.w340 li:nth-child(3n) {
    margin-right: 0;
  }
  .md-btn.w340 a {
    display: flex;
    align-items: center;
    width: 335px;
    border: none;
  }
}

@media print, screen and (max-width: 1100px) {
  .md-btn.w340 a {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .md-btn.w340 a {
    width: 100%;
  }
}

.md-link {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .md-link {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
}

.md-link.typeA {
  display: inline-block;
  margin: 5px 0;
  color: #0f0f69;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .md-link.typeA span {
    position: relative;
    padding-left: 12px;
  }
  .md-link.typeA span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
  .md-link.typeA:hover {
    color: #cc0000;
  }
  .md-link.typeA:focus {
    color: #cc0000;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .md-link.typeA span {
    display: block;
    position: relative;
    padding-left: 12px;
  }
  .md-link.typeA span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

.md-link.typeB a {
  color: #0f0f69;
}

@media print, screen and (min-width: 769px) {
  .md-link.typeB {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 40px;
  }
  .md-link.typeB li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d0d0d0;
  }
  .md-link.typeB li:nth-child(n + 2) {
    margin-left: -1px;
  }
  .md-link.typeB li:nth-child(n + 5) {
    margin-top: -1px;
  }
  .md-link.typeB li:nth-child(5n) {
    margin-left: 0;
  }
  .md-link.typeB li:nth-child(9n) {
    margin-left: 0;
  }
  .md-link.typeB li:nth-child(13n) {
    margin-left: 0;
  }
  .md-link.typeB a {
    display: block;
    width: 273px;
    padding: 20px 24px;
    text-align: center;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .md-link.typeB a {
    width: 267px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-link.typeB a:hover {
    color: #cc0000;
  }
  .md-link.typeB a:focus {
    color: #cc0000;
  }
  .md-link.typeB a span {
    padding-left: 15px;
    background: url(/jalpri/common/images/icon/icon_arrow_001.png) no-repeat left center;
    background-size: 9px 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-link.typeB {
    margin: 30px 0;
    border: solid 1px #d0d0d0;
    border-radius: 6px;
  }
  .md-link.typeB li:not(:last-child) {
    border-bottom: solid 1px #d0d0d0;
  }
  .md-link.typeB a {
    position: relative;
    display: block;
    padding: 14px 35px;
    text-align: center;
  }
  .md-link.typeB a::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 20px;
    width: 9px;
    height: 10px;
    background: url(/jalpri/common/images/icon/icon_arrow_001.png) no-repeat right center;
    background-size: 9px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-link.typeB.column3 {
    justify-content: center;
    margin: 0 auto 40px;
  }
}

.md-link.icon-targetwindow {
  display: inline-block;
}

.md-link.icon-targetwindow img {
  display: initial;
  width: 12px;
  margin-right: 5px;
  padding-left: 0;
  margin-bottom: 3px;
  width: 12px;
  max-width: initial;
  vertical-align: middle;
}

.md-link.icon-pdf {
  display: inline-flex;
}

.md-link.icon-anker {
  display: inline-flex;
}
.md-link.icon-anker span {
    padding-left: 15px;
    background: url(/jalpri/common/images/icon/icon_arrow_001.png) no-repeat left center;
    background-size: 9px 10px;
}

.md-link.icon-anker span::before {
	display:none;
}

.md-link.icon-pdf img {
  width: 13px;
  height: 14px;
  margin-top: 3px;
  margin-right: 6px;
  padding-left: 0;
  max-width: initial;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeA {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeA {
    margin: 20px 0;
  }
}

.md-list.typeA li {
  background: #f4f4f4;
  border-radius: 6px;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeA li {
    display: flex;
  }
}

.md-list.typeA li a {
  padding: 10px 20px 10px;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeA li a {
    display: flex;
    width: 100%;
  }
  .md-list.typeA li a:hover img {
    opacity: 0.6;
  }
  .md-list.typeA li a:focus img {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeA li a {
    display: block;
    position: relative;
    padding: 15px 20px 15px 10px;
    line-height: 1.3;
  }
  .md-list.typeA li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 43%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media print, screen and (min-width: 769px) {
  .md-list.typeA li {
    margin-bottom: 30px;
    width: 254px;
    text-align: center;
  }
  .md-list.typeA li:not(:nth-child(4n)) {
    margin-right: 28px;
  }
  .md-list.typeA li img {
    width: 118px;
  }
  .md-list.typeA li .box-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .md-list.typeA li .box-wrap div {
    width: 100%;
    margin-bottom: 10px;
  }
  .md-list.typeA li .box-wrap p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .md-list.typeA li .box-wrap p span {
    display: block;
    position: relative;
    padding-left: 12px;
  }
  .md-list.typeA li .box-wrap p span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media print, screen and (max-width: 1100px) {
  .md-list.typeA li {
    width: 249px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeA li {
    width: 100%;
    margin-bottom: 10px;
  }
  .md-list.typeA li .box-wrap {
    display: flex;
    align-items: center;
  }
  .md-list.typeA li .box-wrap div {
    width: 45px;
    flex: none;
  }
  .md-list.typeA li .box-wrap p {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .md-list.typeA li .box-wrap p span {
    display: block;
    padding-left: 10px;
  }
}

.md-list.typeB {
  background: #f4f4f4;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB {
    margin: 20px 0 40px;
    padding: 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB {
    margin: 20px 0 40px;
    padding: 30px 20px;
    border-radius: 6px;
  }
}

.md-list.typeB dl div {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB dl div {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB dl div {
    padding: 20px 0 15px;
  }
}

.md-list.typeB dl div:not(:last-of-type) {
  border-bottom: 1px solid #b6b6b6;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB dt {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB dt {
    margin-bottom: 15px;
  }
}

.md-list.typeB dd a {
  position: relative;
  color: #0f0f69;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .md-list.typeB dd a.md-link {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB dd a.icon-targetwindow {
    padding-left: 20px;
  }
}

.md-list.typeB dd a.icon-targetwindow::before {
  content: none;
}

.md-list.typeB dd a.icon-targetwindow::after {
  content: none;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB dd a {
    display: inline-block;
    padding: 10px 15px 10px 35px;
    width: 250px;
  }
  .md-list.typeB dd a:hover {
    color: #cc0000;
  }
  .md-list.typeB dd a:focus {
    color: #cc0000;
  }
  .md-list.typeB dd a::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB dd a {
    display: block;
    padding: 10px 25px 10px 10px;
  }
  .md-list.typeB dd a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

.md-list.typeB .md-ttl.typeC {
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB .md-ttl.typeC .ttl-txt {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB .md-ttl.typeC {
    margin-bottom: 0;
  }
  .md-list.typeB .md-ttl.typeC .ttl-txt {
    font-size: 1.6rem;
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .md-list.typeB .md-ttl.typeC span::after {
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB .md-ttl.typeC span {
    padding-bottom: 10px;
  }
  .md-list.typeB .md-ttl.typeC span::after {
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeB .md-ttl.typeG {
    margin-bottom: 0;
  }
}

.md-list.typeD {
  border: solid 1px #e6e6e6;
  border-radius: 6px;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeD {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeD {
    margin-bottom: 20px;
  }
}

.md-list.typeD li {
  border-bottom: solid 1px #e6e6e6;
}

.md-list.typeD li:last-child {
  border-bottom: none;
}

@media print, screen and (min-width: 769px) {
  .md-list.typeD li a {
    display: block;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeD li a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 15px;
  }
  .md-list.typeD li a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeD li .md-link.icon-targetwindow img {
    display: none;
  }
  .md-list.typeD li .md-link.icon-targetwindow::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 12px;
    height: 10px;
    background: url(/jalpri/common/images/icon/icon-targetwindow.png) no-repeat center right;
    background-size: 12px 10px;
    border: none;
    transform: initial;
  }
  .md-other.typeC .box-ttl strong {
    padding-left: 30px;
    background: url(/jalpri/common/images/icon/icon_notes.png) no-repeat 0px / 21px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-list.typeD li.icon-question a {
    padding-left: 70px;
    background: url(/jalpri/common/images/icon/icon_question.png) no-repeat 15px center;
  }
  .md-other.typeC .box-ttl strong {
    padding-left: 30px;
    background: url(/jalpri/common/images/icon/icon_notes.png) no-repeat 0px / 21px;
  }
}

@media screen and (max-width: 768px) {
  .md-list.typeD .md-link.typeA span {
    padding: 0;
  }
  .md-list.typeD .md-link.typeA span::before {
    border: none;
  }
}

.md-list.typeE {
  font-size: 1.4rem;
}

.md-list.typeE li {
  margin-bottom: 5px;
  padding-left: 15px;
}

.md-list.typeE li::before {
  content: "";
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-top: -.15em;
  margin-right: 7px;
  margin-left: -8px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .md-list.typeE {
    font-size: 1.6rem;
  }
}

.md-list.typeE.number {
  padding-left: 20px;
}

.md-list.typeE.number li {
  padding-left: 0;
  list-style: decimal;
}

.md-list.typeE.number li::before {
  content: none;
}

@media print, screen and (min-width: 769px) {
  .md-txt.typeA {
    margin: 5px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .md-txt.typeA {
    margin: 5px 0 10px;
    font-size: 1.6rem;
  }
}

.md-txt.typeA em {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-txt.typeA.long {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .md-txt.typeA.long dt {
    width: 95px;
  }
}

.md-txt.typeB {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.md-icon.typeA {
  margin-right: 10px;
  padding: 4px 6px;
  background: #ffba6b;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-icon.typeA {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .md-icon.typeA {
    display: table;
    margin-bottom: 6px;
  }
}

.md-icon.typeB {
  margin-right: 10px;
  padding: 4px 6px;
  background: #d1ea79;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-icon.typeB {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .md-icon.typeB {
    display: table;
    margin-bottom: 6px;
  }
}

.md-icon.typeA + .md-icon.typeB {
  margin-right: 10px;
}

.md-icon.typeB + .md-icon.typeA {
  margin-right: 10px;
}

.md-icon.typeC + .md-icon.typeA {
  margin-right: 10px;
}

.md-table table {
  width: 100%;
}

.md-table.typeA {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeA {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeA {
    margin: 20px 0 20px;
    font-size: 1.6rem;
    border: solid 1px #b6b6b6;
  }
}

.md-table.typeA tr {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeA tr {
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeA tr:last-child td:last-child {
    border-bottom: none;
  }
}

.md-table.typeA th {
  background: #f4f4f4;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeA th {
    padding: 20px 30px;
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeA th {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #b6b6b6;
  }
}

.md-table.typeA td {
  vertical-align: middle;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeA td {
    padding: 20px;
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeA td {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #b6b6b6;
  }
}

.md-table.typeB {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeB {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeB {
    border: solid 1px #b6b6b6;
    margin: 20px 0 20px;
    font-size: 1.6rem;
  }
}

.md-table.typeB tr {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeB tr {
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeB tr:last-child td:last-child {
    border-bottom: none;
  }
}

.md-table.typeB th {
  background: #f4f4f4;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeB th {
    padding: 20px;
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeB th {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #b6b6b6;
  }
}

.md-table.typeB td {
  vertical-align: middle;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeB td {
    padding: 20px;
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeB td {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeB .md-txt.typeB {
    margin-bottom: 0;
  }
}

/* colWrap */
.colWrap {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -ms-flex-wrap:wrap; flex-wrap:wrap; width:100%; margin-bottom:30px;}
.clm_1_2col.colWrap .col{width:100%;}
.clm_1_2col.colWrap .col:nth-of-type(n+2){margin-top:10px;}
@media all and (min-width:740px) {
.colWrap {-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px;}
.clm_1_2col.colWrap .col{margin-left:30px;}
.clm_1_2col.colWrap .col{width:383px;}
.clm_1_2col.colWrap .col:nth-child(odd){margin-left:0px;}
.clm_1_2col.colWrap .col:nth-of-type(n+2){margin-top:0px;}
.clm_1_2col.colWrap .col:nth-of-type(n+3){margin-top:10px;}
}

/*20210610追加*/
.md-table.typeC {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeC {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeC {
    margin: 20px 0 20px;
    font-size: 1.6rem;
  }
  .md-table.typeC table {
    margin: 20px 0 20px;
    font-size: 1.6rem;
    border-top: solid 1px #b6b6b6;
	border-right: solid 1px #b6b6b6;
	border-left: solid 1px #b6b6b6;
  }  
}

.md-table.typeC tr {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeC tr {
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
	  .md-table.typeC tr {
    border-bottom: solid 1px #b6b6b6;
  }
  .md-table.typeC tr:last-child td:last-child {
    border-bottom: none;
  }
}

.md-table.typeC th {
  background: #f4f4f4;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeC th {
    padding: 10px;
    border: solid 1px #b6b6b6;
	text-align:center;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeC th {
    padding: 10px;
    border-bottom: solid 1px #b6b6b6;
  }
  .md-table.typeC th:not(:last-child)  {
    border-right: solid 1px #b6b6b6;
  }
}

.md-table.typeC td {
  vertical-align: middle;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .md-table.typeC td {
    padding: 10px;
    border: solid 1px #b6b6b6;
  }
}

@media screen and (max-width: 768px) {
  .md-table.typeC td {
    padding: 10px;
  }
  
  .md-table.typeC td:not(:last-child)  {
    border-right: solid 1px #b6b6b6;
  }
}
/* //20210610追加*/

@media print, screen and (min-width: 769px) {
  .md-table.mg-txt-top {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .md-table.mg-txt-top {
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table.mg-txt-top-bottom {
    margin: 40px auto !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table.mg-txt-bottom {
    margin-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table .w130 {
    width: 130px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table .w450 {
    width: 450px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table .w485 {
    width: 485px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-table .w650 {
    width: 650px;
  }
}

.md-table .icon-circle {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  line-height: 1.4;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .md-table .icon-circle {
    font-size: 1.3rem;
  }
}

.md-other.typeA {
  background: #fffef3;
}

@media print, screen and (min-width: 769px) {
  .md-other.typeA {
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.typeA {
    margin-bottom: 45px;
    padding: 30px 20px;
    border-radius: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.typeA .top-area {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .md-other.typeA .top-area {
    margin-bottom: 20px;
  }
}

.md-other.typeA .txt-box .box-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .md-other.typeA .txt-box .box-ttl {
    font-size: 1.6rem;
  }
}

.md-other.typeA .txt-box .box-ttl strong {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-other.typeA .img-box {
    margin-right: 30px;
  }
}

.md-other.typeB {
  background: #fffef3;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .md-other.typeB {
    margin: 15px 0 45px;
    padding: 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.typeB {
    margin: 15px 0 45px;
    padding: 30px 20px;
    border-radius: 6px;
  }
}

.md-other.typeB .box-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .md-other.typeB .box-ttl {
    font-size: 1.6rem;
  }
	.md-other.typeB .column2 .box-ttl .box-ttl-logo {
		max-width: 220px;
		margin: 0 auto 30px; 
	}
}

.md-other.typeB .box-ttl strong {
  font-weight: bold;
}

.md-other.typeB.gray {
  background: #f4f4f4;
}

@media print, screen and (min-width: 769px) {
.md-other.typeB .column2 .box-ttl {
	display: flex;
	align-items: center;
}
.md-other.typeB .column2 .box-ttl .box-ttl-logo {
	width: 138px;
	margin:0 12px 5px 0;
}
	
  .md-other.typeB .other-block {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.typeB .other-block .left-box {
    width: 255px;
  }
  .md-other.typeB .other-block .left-box.w370 {
    width: 370px;
  }
  .md-other.typeB .other-block .left-box.w460 {
    width: 460px;
  }
  .md-other.typeB .other-block .left-box.w100 {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.typeB .other-block .left-box .tell-box dl {
    display: flex;
  }
  .md-other.typeB .other-block .left-box .tell-box dl.w135 dt {
    width: 135px;
    box-sizing: border-box;
  }
  .md-other.typeB .other-block .left-box .tell-box dl.w200 dt {
    width: 200px;
    box-sizing: border-box;
  }  
}

@media screen and (max-width: 768px) {
  .md-other.typeB .other-block .left-box .tell-box dl {
    line-height: 1.5;
  }
}

.md-other.typeB .other-block .left-box .tell-box dl dt {
  padding-right: 20px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.md-other.typeB .other-block .left-box .tell-box dl dd {
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0f0f69;
}

@media screen and (max-width: 768px) {
  .md-other.typeB .other-block .left-box .tell-box dl dd {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.typeB .other-block .right-box {
    padding-left: 30px;
    width: 785px;
  }
}

.md-other.typeC {
  margin-bottom: 50px;
  border: solid 1px #fda2a2;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .md-other.typeC {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.typeC {
    padding: 25px 20px;
    border-radius: 6px;
  }
}

.md-other.typeC .box-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .md-other.typeC .box-ttl {
    font-size: 1.6rem;
  }
}

.md-other.typeC .box-ttl strong {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .md-other.typeC .txt-list {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .md-other.typeC .txt-list {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general img.radius {
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general img.radius {
    border-radius: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.mg-txt-top {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.mg-txt-top-bottom {
    margin: 40px auto !important;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.mg-txt-bottom {
    margin-bottom: 40px !important;
  }
}

.md-other-general.column1 {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column1 {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column1 {
    margin-bottom: 20px;
  }
}

.md-other-general.column2 {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column2 {
    width: 950px;
  }
}

.md-other-general.column2 ul {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column2 ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column2 ul {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column2 ul.mg-bottom {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column2 ul li {
    width: 465px;
  }
  .md-other-general.column2 ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column2 ul li {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column2 ul li .caption {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column2 ul li .caption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.md-other-general.column3 {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column3 {
    width: 950px;
  }
}

.md-other-general.column3 ul {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column3 ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column3 ul {
    display: block;

  }
  .md-other-general.column3 ul li {
    max-width: 304px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .md-other-general.column3 {
    display: flex;
    justify-content: center;
  }

  .md-other-general.column3 ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 628px;
    margin: 0 auto;
  }

  .md-other-general.column3 ul li {
    margin: initial;
  }

  .md-other-general.column3 ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column3 ul li {
    margin-top: 40px;
    width: 304px;
  }
  .md-other-general.column3 ul li:not(:last-child) {
    margin-right: 19px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.column3 ul li {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.column3 ul li .caption {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.md-other-general.txt-img {
  margin-bottom: 40px;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.txt-img {
    display: block;
  }
	.md-other-general.txt-img.column2 {
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.left .txt-box {
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.left .img-box {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.txt-img.left .img-box {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img .txt-box {
    margin-right: 40px;
    width: 755px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img .img-box {
    width: 305px;
  }
  .md-other-general.txt-img .img-box.img-small {
    text-align: center;
  }
  .md-other-general.txt-img .img-box.img-small.w50 img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.txt-img .img-box.img-small {
    text-align: center;
  }
  .md-other-general.txt-img .img-box.img-small.w50 img {
    width: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.column2 {
    width: 100%;
	  margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.column2 .txt-box {
    margin-right: 30px;
    width: 590px;
  }
}

.md-other-general.txt-img.column2 .img-box.award ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* .md-other-general.txt-img.column2 .img-box.award ul {
    display: flex;
    flex-wrap: wrap;
  }
  .md-other-general.txt-img.column2 .img-box.award li {
    width: 50%;
  } */
  .md-other-general.txt-img.column2 .img-box.award li:not(:last-child) div {
    max-width: 160px;
  }
  .md-other-general.txt-img.column2 .img-box.award li:last-child div {
    max-width: 180px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.column2 .img-box.award li.img:first-child {
    width: 210px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-img.column2 .img-box {
    width: 470px;
  }
  .md-other-general.txt-img.column2 .img-box ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .md-other-general.txt-img.column2 .img-box ul li {
    width: 230px;
  }
}

.md-other-general.txt-movie {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-movie .txt-box {
    margin-right: 35px;
    width: 670px;
    float: left;
  }
}

@media print, screen and (max-width: 1100px) {
  .md-other-general.txt-movie .txt-box {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .md-other-general.txt-movie .txt-box {
    width: 100%;
  }
  .md-other-general.txt-movie .txt-box .md-txt.typeA {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other-general.txt-movie .movie-box {
    width: 395px;
    float: right;
  }
}

.md-other-general.txt-movie .movie-box .movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.md-other-general.txt-movie .movie-box .movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .md-other-general.txt-movie .movie-box .movie-inner {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.tab {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.tab {
    margin-top: 40px;
  }
}

.md-other.tab .tab-btn-wrap {
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .md-other.tab .tab-btn-wrap {
    flex-wrap: wrap;
  }
}

.md-other.tab .tab-btn-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  background: #fff;
  border: solid 1px #b6b6b6;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.md-other.tab .tab-btn-wrap li::after {
  content: "";
  position: absolute;
  right: 49%;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #cc0000 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .md-other.tab .tab-btn-wrap li::after {
    right: 48.5%;
  }
}

@media screen and (max-width: 600px) {
  .md-other.tab .tab-btn-wrap li::after {
    right: 47.5%;
  }
}

@media screen and (max-width: 768px) {
  .md-other.tab .tab-btn-wrap li:nth-child(2n) {
    margin-left: -1px;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.tab .tab-btn-wrap li:nth-child(n + 2) {
    margin-left: -1px;
  }
}

.md-other.tab .tab-btn-wrap li.is-select {
  background: #cc0000;
  border: solid 1px #cc0000;
}

.md-other.tab .tab-btn-wrap li.is-select::after {
  content: "";
  position: absolute;
  right: 49%;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .md-other.tab .tab-btn-wrap li.is-select::after {
    right: 48.5%;
  }
}

@media screen and (max-width: 600px) {
  .md-other.tab .tab-btn-wrap li.is-select::after {
    right: 47.5%;
  }
}

.md-other.tab .tab-btn-wrap li.is-select a {
  color: #fff;
}

.md-other.tab .tab-btn-wrap li a {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 2rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 769px) {
  .md-other.tab .tab-btn-wrap li a {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.tab .tab-btn-wrap li a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}

.md-other.tab .tab-btn-wrap li a:hover {
  text-decoration: none;
}

.md-other.tab .tab-btn-wrap li a:focus {
  text-decoration: none;
}

.md-other.tab .tab-btn-wrap li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-other.tab .tab-contents {
  display: none;
}

.md-other.tab .tab-contents.is-select {
  display: block;
}

@media screen and (max-width: 768px) {
  .md-other.tab.multiple .tab-btn-wrap li:nth-child(n + 3) {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}

@media screen and (max-width: 768px) {
  .md-other.tab.multiple .tab-btn-wrap li:last-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .md-other.double-box {
    display: flex;
    justify-content: space-between;
  }
  .md-other.double-box .w534 {
    width: 534px;
  }
  .md-other.double-box .w534 .other-block .left-box {
    width: 100%;
  }
}

dl.md-list.typeC {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  dl.md-list.typeC {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  dl.md-list.typeC {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

dl.md-list.typeC em {
  font-weight: bold;
}

dl.md-list.typeC dt {
  margin-right: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  dl.md-list.typeC dt {
    margin-right: 15px;
  }
}

dl.md-list.typeC .md-icon.typeA {
  word-break: keep-all;
}

@media print, screen and (min-width: 769px) {
  dl.md-list.typeC .md-icon.typeA {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  dl.md-list.typeC .md-icon.typeA {
    word-break: keep-all;
  }
}

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

.double .md-icon.typeA {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .double .md-icon.typeA {
    display: inline-block;
    margin-right: 3px;
  }
}

.double .md-icon.typeB {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .double .md-icon.typeB {
    display: inline-block;
    margin-right: 3px;
  }
}

/* =======================================================
	Layout
======================================================= */
body {
  position: relative;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    height: 100%;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    color: #cc0000;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 769px) {
  a:focus {
    color: #cc0000;
    text-decoration: underline;
  }
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong {
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

p {
  margin: 0;
}

dl {
  margin: 0;
}

dl dt, dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pre-load .drop-menu {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .inner-w {
    margin: 0 auto 60px;
    max-width: 1100px;
  }
}

@media print, screen and (max-width: 1100px) {
  .inner-w {
    margin: 0 10px 60px;
  }
}

@media screen and (max-width: 768px) {
  .inner-w {
    margin-bottom: 40px;
    margin: 0;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .inner-w .dummy-box {
    margin: 20px 0 20px;
  }
  .inner-w .dummy-box p {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: solid 5px;
    background: #ccc;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .inner-w .dummy-box {
    margin: 20px 0 20px;
  }
  .inner-w .dummy-box p {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: solid 5px;
    background: #ccc;
    font-size: 1.5rem;
  }
}

.txt-red {
  color: #cc0000;
}

.m-note {
  margin-left: 1.2em;
  font-size: 1.6rem;
  text-indent: -1.03em;
}

@media screen and (max-width: 768px) {
  .m-note {
    text-indent: -1.2em;
  }
}

.m-note .sign {
  margin-right: .2em;
}

.txt-underline {
  color: #0f0f69;
  text-decoration: underline;
}
.txt-underline-inherit {
  color: inherit;
  text-decoration: underline;
}
.tel-number {
  color: #0f0f69;
}

@media print, screen and (min-width: 769px) {
  .tel-number {
    pointer-events: none;
  }
}

.mt0 {
  margin-top: 0px !important;
}

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

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

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

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

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

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

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

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

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

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

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

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

.pb10 {
  padding-bottom: 10px !important;
}

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

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

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
.pc_alC{ text-align: center !important;}
}

.w-auto {
	width:auto !important;	
}

@media screen and (min-width: 769px) {
.mr40-pc {
  margin-right: 40px !important;
}
}

@media print, screen and (min-width: 769px) {
  .breadcrumb {
    background: #eaeaea;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }
  .breadcrumb ol {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    list-style: none;
    color: #0f0f69;
  }
  .breadcrumb ol li {
    margin-right: 12px;
    padding: 3px 22px 0 0;
    background: url(/jalpri/common/images/common/breadcrumb_bg_001.png) 100% 50% no-repeat;
  }
  .breadcrumb ol li:last-child {
    color: #333;
    background: none;
    font-size: 1.2rem;
  }
  .breadcrumb ol li:last-child span {
    line-height: 2.3;
  }
  .breadcrumb ol .md-link {
    font-size: 1.2rem;
  }
  .breadcrumb ol .md-link.typeA {
    color: #0f0f69;
  }
  .breadcrumb ol .md-link.typeA:hover {
    color: #cc0000;
  }
  .breadcrumb ol .md-link.typeA:focus {
    color: #cc0000;
  }
}

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

@media print, screen and (min-width: 769px) {
  #Top .top-section-ttl {
    margin-bottom: 35px;
    text-align: center;
  }
  #Top .top-section-ttl h2 {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
    border-bottom: dotted 2px #cc0000;
    font-size: 3rem;
    line-height: 1;
  }
  #Top .top-section-ttl h2::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -30px;
    width: 33px;
    height: 16px;
    background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat center right;
    background-size: 33px 16px;
  }
}

@media screen and (max-width: 768px) {
  #Top .top-section-ttl {
    margin-bottom: 35px;
    text-align: center;
  }
  #Top .top-section-ttl h2 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
    border-bottom: dotted 2px #cc0000;
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #Top .top-section-ttl h2 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #Top .top-section-ttl h2::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -26px;
    width: 25px;
    height: 12px;
    background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat right bottom;
    background-size: 26px 12px;
  }
  #Top .top-section-ttl h2 a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  #Top .top-section-ttl h2 a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #Top .top-section-ttl h2 a::before {
    top: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .top-section-ttl.link {
    margin-bottom: 35px;
    text-align: center;
  }
  #Top .top-section-ttl.link h2 {
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #Top .top-section-ttl.link h2::after {
    content: none;
  }
  #Top .top-section-ttl.link a {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: dotted 2px #cc0000;
    font-size: 3rem;
    line-height: 1;
  }
  #Top .top-section-ttl.link a::before {
    content: none;
  }
  #Top .top-section-ttl.link a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -30px;
    width: 33px;
    height: 16px;
    background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat center right;
    background-size: 33px 16px;
  }
  #Top .top-section-ttl.link a:hover {
    color: #6e6b62;
    border-bottom: dotted 2px #e57c6e;
  }
  #Top .top-section-ttl.link a:hover::after {
    opacity: 0.5;
  }
  #Top .top-section-ttl.link a:hover span::before {
    opacity: 0.5;
  }
  #Top .top-section-ttl.link a span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  #Top .top-section-ttl.link a span::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) {
  #Top .top-section-ttl.link {
    margin-bottom: 35px;
    text-align: center;
  }
  #Top .top-section-ttl.link h2 {
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #Top .top-section-ttl.link h2::after {
    content: none;
  }
  #Top .top-section-ttl.link a {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: dotted 2px #cc0000;
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #Top .top-section-ttl.link a {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #Top .top-section-ttl.link a::before {
    content: none;
  }
  #Top .top-section-ttl.link a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -26px;
    width: 25px;
    height: 12px;
    background: url(/jalpri/common/images/icon/icon_airplane.png) no-repeat right bottom;
    background-size: 26px 12px;
  }
  #Top .top-section-ttl.link a span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  #Top .top-section-ttl.link a span::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #Top .top-section-ttl.link a span::before {
    top: 4px;
  }
}

#Top .mv {
  position: relative;
}

#Top .mv .mv-inner {
  margin-bottom: 45px;
}

@media print, screen and (min-width: 769px) {
  #Top .mv {
    /* height: 836px; */
    background: url(/jalpri/common/images/top/mv_pc.jpg) no-repeat top center;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .mv .mv-inner {
    margin: 0 auto 60px;
    padding: 75px 0 10px;
    max-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .ttl-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    height: calc(100% - 20px);
    z-index: 99;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .ttl-wrap {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
  }
}

#Top .mv .mv-inner .main-ttl {
  margin-bottom: 14px;
  padding: 35px 30px 30px;
  background: #fdfcfc;
  box-sizing: border-box;
  box-shadow: 0px 0px 24.9px 5.1px rgba(76, 49, 49, 0.07);
}

#Top.en .mv .mv-inner .main-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .main-ttl {
    padding: 0 20px;
    width: 100%;
    text-align: center;
    background: initial;
    box-shadow: initial;
    /* margin-bottom: 580px; */
  }
}

/* @media screen and (max-width: 680px) {
  #Top .mv .mv-inner .main-ttl {
    margin-bottom: 400px;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .main-ttl {
    padding: 0 20px;
    margin-bottom: 240px;
  }
}

@media screen and (max-width: 414px) {
  #Top .mv .mv-inner .main-ttl {
    margin-bottom: 240px;
  }
}

@media screen and (max-width: 380px) {
  #Top .mv .mv-inner .main-ttl {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .main-ttl {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .main-ttl {
    margin-bottom: 150px;
  }
} */

#Top .mv .mv-inner .main-ttl h1 {
  font-size: 4.3rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .main-ttl h1 {
    padding: 20px 5px;
    background: #fdfcfc;
    font-size: 2.9rem;
    box-shadow: 0px 0px 24.9px 5.1px rgba(76, 49, 49, 0.07);
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .main-ttl h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .main-ttl h1 {
    font-size: 2.3rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .mv .mv-inner .main-ttl {
    width: 486px;
  }
}

#Top .mv .mv-inner .main-ttl .top-txt {
  display: block;
  color: #cc0000;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1;
  border-bottom: solid 1px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .main-ttl .top-txt {
    margin-bottom: 10px;
    padding: 0 3px 11px;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .main-ttl .top-txt {
    margin-bottom: 10px;
    padding: 0 3px 11px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .main-ttl .top-txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .main-ttl .top-txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

#Top .mv .mv-inner .main-ttl .bottom-txt {
  font-size: 4.2rem;
}
#Top.en .mv .mv-inner .main-ttl .bottom-txt{
font-size:3.8rem;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    letter-spacing: initial;
    font-size: 5.5rem;
    margin: 0 50px;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 4.7rem;
  }
  #Top.en .mv .mv-inner .main-ttl .bottom-txt{
font-size:2.8rem;
}
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 3.2rem;
    margin: 0 10px;
  }
}

@media screen and (max-width: 380px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 3rem;
    margin: 0;
    display: initial;
  }

}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 2.5rem;
    margin: 0;
    display: initial;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 2.5rem;
    margin: 0;
    display: initial;
  }

}



#Top .mv .mv-inner .link-btn {
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-end;
  max-width: 486px;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .link-btn {
    /* margin-right: 10px;
		margin-bottom: 8px; */
    position: absolute;
    right: 10px;
    bottom: 5%;
    margin-bottom: 0 !important;
  }
}
#Top .mv .mv-inner .ttl-wrap > p{
	text-align: right;
	margin-bottom: 40px;
	font-size:1.2rem;
}
@media screen and (max-width: 768px) {
	#Top .mv .mv-inner .ttl-wrap > p{
		font-size:2.5vw;
		margin-right:5px;
	}
}
#Top .mv .mv-inner .link-btn a {
  position: relative;
  background: #cc0000;
  padding: 7px 13px 7px 30px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .link-btn a {
    padding: 10px 25px 10px 15px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .link-btn a {
    padding: 5px 25px 5px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  #Top .mv .mv-inner .link-btn a {
    padding: 5px 25px 5px 12px;
    font-size: 1.4rem;
  }
}

#Top .mv .mv-inner .link-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -6px;
  width: 9px;
  height: 10px;
  background: url(/jalpri/common/images/icon/icon_arrow_002.png) no-repeat left center;
  background-size: 9px 10px;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .link-btn a::before {
    content: none;
  }
  #Top .mv .mv-inner .link-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 9px;
    height: 10px;
    background: url(/jalpri/common/images/icon/icon_arrow_002.png) no-repeat left center;
    background-size: 9px 10px;
  }
}

#Top .mv .mv-inner .link-btn a span {
  line-height: 1;
}

#Top .mv .mv-inner .txt-area p {
  text-align: center;
}


#Top .mv .mv-inner .txt-area .top-txt.mg-set{margin-top:50px;}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .txt-area {
    text-align: center;
  }
}

#Top .mv .mv-inner .txt-area .top-txt {
  margin-bottom: 45px;
  font-size: 4.1rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .txt-area .top-txt {
    font-size: 5.2rem;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 680px) {
  #Top .mv .mv-inner .txt-area .top-txt {
    font-size: 4.1rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .txt-area .top-txt {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .txt-area .top-txt {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .txt-area .top-txt {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

#Top .mv .mv-inner .txt-area .bottom-txt {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .txt-area .bottom-txt {
    font-size: 2rem;
    margin: 0 30px;
    text-align: left;
    line-height: 32px;
    line-height: 2.5;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .txt-area .bottom-txt {
    font-size: 1.6rem;
    margin: 0 10px;
  }
}

@media screen and (max-width: 380px) {
  #Top .mv .mv-inner .txt-area .bottom-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .txt-area .bottom-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .txt-area .bottom-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  #Top .mv .mv-inner .txt-area {
    position: absolute;
    bottom: 320px;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 290px;
  }
}

@media screen and (max-width: 420px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 110px;
  }
}

@media screen and (max-width: 380px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 110px;
  }
}

@media screen and (max-width: 414px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 120px;
  }
}

@media screen and (max-width: 360px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 100px;
  }
}

@media screen and (max-width: 320px) {
  #Top .mv .mv-inner .txt-area {
    bottom: 85px;
  }
}

#Top .section01 {
  padding: 60px 0 30px 0;
}

#Top .section01 .inner-w {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #Top .section01 {
    padding: 30px 0;
  }
}

#Top .mv .mv-inner .link-btn{
	margin-bottom:65px;
}
.section01.safeact-warp{
	background:url(/jalpri/common/images/top/bg_sec01_pc.png) top center no-repeat #f4e8e7;
	background-size:auto 100%;
	padding:116px 0 100px 0;
}
.safeact-unit{
	margin:0 auto;
}
.safeact-head{
	font-size:4rem;
	text-align:center;
}
.safeact-txt{
	font-size:1.6rem;
	text-align:center;
	margin:20px 0 20px 0;
}
.safeact-unit .md-btn.typeA a{
	padding:20px 20px 20px 30px;
}



.pcbr{display:block;}
.spbr{display:inline;}
@media screen and (max-width: 768px) {
#Top .section01.safeact-warp{
	background:url(/jalpri/common/images/top/bg_sec01_sp.png) top center no-repeat #f4e8e7;
	background-size:100% auto;
	padding:70px 0 45px 0;
}
.section01.safeact-warp .inner-w{
	padding:0 15px;
}
.safeact-head{
	font-size:2.2rem;
	max-width:220px;
	margin:0 auto;
}
.safeact-txt{
	font-size:1.4rem;
	margin:20px 0 15px 0;
}
.safeact-unit .md-btn.typeA a{
	padding:12px 35px 12px 12px;
}
.pcbr{display:inline;}
.spbr{display:block;}
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.safeact-unit .md-btn.w340 a{
	width: 395px;
}
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list li {
    width: 410px;
  }
  #Top .section01 .section01-list li a {
    display: flex;
    align-items: center;
  }
  #Top .section01 .section01-list li a:hover img {
    opacity: 0.6;
  }
  #Top .section01 .section01-list li a:focus img {
    opacity: 0.6;
  }
}

#Top .section01 .section01-list li .img-box {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list li .img-box {
    margin-right: 19px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li .img-box {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list li:first-child {
    margin-right: 90px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li:first-child {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list li:first-child .img-box img {
    width: 127px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li:first-child .img-box {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li:nth-child(2) .img-box {
    width: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section01 .section01-list li:nth-child(2) .img-box img {
    width: 143px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li:nth-child(2) .img-box img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li .txt-box {
    text-align: center;
  }
}

#Top .section01 .section01-list li .txt-box .top-txt {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #Top .section01 .section01-list li .txt-box .top-txt {
    font-size: 1.6rem;
  }
}

#Top .section01 .section01-list li .txt-box .top-txt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #cc0000;
}

#Top .section01 .section01-list li .txt-box p {
  font-size: 1.4rem;
}

#Top .section02 {
  padding: 50px 0 0;
  background: #fff8dd;
}
#Top .section02 .inner-w.mgb30 {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #Top .section02 {
    padding: 30px 0 0;
  }
}

#Top .section02 .inner-w {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .md-list.typeA {
    justify-content: space-around;
    margin: 0 auto;
    width: 678px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .md-list.typeA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}

#Top .section02 .md-list.typeA li {
  margin-right: 0;
  background: transparent;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .md-list.typeA li {
    width: 178px;
  }
  #Top .section02 .md-list.typeA li img {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .md-list.typeA li {
    width: 45%;
  }
  #Top .section02 .md-list.typeA li:nth-child(odd) {
    margin-right: 20px;
  }
}

#Top .section02 .md-list.typeA li a {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #Top .section02 .md-list.typeA li a::after {
    content: none;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .md-list.typeA li .box-wrap p span::before {
    top: 50%;
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .md-list.typeA li .box-wrap {
    display: initial;
  }
  #Top .section02 .md-list.typeA li .box-wrap div {
    margin: 0 auto;
    width: 70%;
  }
  #Top .section02 .md-list.typeA li .box-wrap p span {
    position: relative;
  }
  #Top .section02 .md-list.typeA li .box-wrap p span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

#Top .section02 .md-other.typeB {
  margin-top: 60px;
  margin-bottom: 0;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .md-other.typeB {
    width: 940px;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .md-other.typeB {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .md-other.typeB .md-txt {
    text-align: center;
  }
}

#Top .section02 .smile-list {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #Top .section02 .smile-list {
    margin-top: 30px;
  }
}

#Top .section02 .smile-list li a.icon-list001 {
  background: url(/jalpri/common/images/top/top_icon_016.png) no-repeat left center #fff;
  background-size: 37px 40px;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .smile-list li a.icon-list001 {
    background: url(/jalpri/common/images/top/top_icon_016.png) no-repeat center 7px #fff;
    background-size: 51px 55px;
  }
}

#Top .section02 .smile-list li a.icon-list002 {
  background: url(/jalpri/common/images/top/top_icon_017.png) no-repeat left center #fff;
  background-size: 35px 43px;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .smile-list li a.icon-list002 {
    background: url(/jalpri/common/images/top/top_icon_017.png) no-repeat top center #fff;
    background-size: 52px 68px;
  }
}

#Top .section02 .smile-list li a.icon-list003 {
  background: url(/jalpri/common/images/top/top_icon_018.png) no-repeat left center #fff;
  background-size: 36px 33px;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .smile-list li a.icon-list003 {
    background: url(/jalpri/common/images/top/top_icon_018.png) no-repeat center 11px #fff;
    background-size: 49px 46px;
  }
}

#Top .section02 .smile-list li a.icon-list004 {
  background: url(/jalpri/common/images/top/top_icon_019.png) no-repeat left center #fff;
  background-size: 33px 36px;
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .smile-list li a.icon-list004 {
    background: url(/jalpri/common/images/top/top_icon_019.png) no-repeat center 9px #fff;
    background-size: 45px 51px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section02 .smile-list {
    display: flex;
    justify-content: space-between;
  }
  #Top .section02 .smile-list li {
    width: 252px;
  }
  #Top .section02 .smile-list li a {
    display: inline-block;
    padding: 80px 0 0 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 1.3rem;
    background: #fff;
  }
  #Top .section02 .smile-list li a span {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    font-weight: bold;
  }
  #Top .section02 .smile-list li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .smile-list li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  #Top .section02 .smile-list li a {
    position: relative;
    display: inline-block;
    padding: 20px 35px 20px 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    background: #fff;
    line-height: 21px;
  }
  #Top .section02 .smile-list li a::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #Top .section02 .smile-list li a::before {
    left: initial;
    top: 44%;
    right: 19px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section02 .smile-list li a span {
    display: block;
    font-weight: bold;
  }
  #Top .section02 .smile-list li a span.dispSP {
    display: inline-block;
  }
}

#Top .section02_inner {
  padding: 50px 0;
  background: #fff2cc;
}

#Top .section02_inner .md-other.typeB {
  background: #fff;
}

#Top .md-other-general.txt-img.left .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 111px;
}

@media screen and (max-width: 768px) {
  #Top .md-other-general.txt-img.left .img-box {
    max-width: inherit;
  }
}


#Top .section03 {
  position: relative;
  padding: 50px 0 110px;
}

@media print, screen and (min-width: 769px) {
  #Top .section03 {
    margin: 0 auto;
    max-width: 1100px;
  }
}

#Top .section03::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1050px;
  height: 61px;
  background: url(/jalpri/common/images/top/top_img_003_pc.png) no-repeat bottom right;
  background-size: 1050px 61px;
}

#Top.en .section03 {padding-bottom: 0;}
#Top.en .section03::after {width: 0; height: 0; background: none;}

@media screen and (max-width: 768px) {
  #Top .section03 {
    padding: 40px 10px 60px;
  }
  #Top .section03::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 197px;
    height: 30px;
    background: url(/jalpri/common/images/top/top_img_003_sp.png) no-repeat bottom right;
    background-size: 197px 30px;
  }
}

#Top .section03 .inner-w {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  #Top .section03 .md-list.typeA {
    justify-content: space-between;
    margin: 0 auto;
    width: 638px;
  }
}

#Top .section03 .md-list.typeA li {
  margin-right: 0;
  background: transparent;
}

@media print, screen and (min-width: 769px) {
  #Top .section03 .md-list.typeA li {
    width: 170px;
  }
  #Top .section03 .md-list.typeA li img {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section03 .md-list.typeA li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #Top .section03 .md-list.typeA li:not(:last-child) {
    border-bottom: solid 1px #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section03 .md-list.typeA li .box-wrap p span::before {
    top: 50%;
    margin-top: -5px;
  }
}

#Top .section03 .md-list.typeA li a {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #Top .section03 .md-list.typeA li a {
    padding: 25px 20px 25px 60px;
  }
  #Top .section03 .md-list.typeA li a.icon-list01 {
    background: url(/jalpri/common/images/top/top_icon_007_sp.png) no-repeat 15px center;
    background-size: 30px 54px;
  }
  #Top .section03 .md-list.typeA li a.icon-list02 {
    background: url(/jalpri/common/images/top/top_icon_008_sp.png) no-repeat center left;
    background-size: 52px 55px;
  }
  #Top .section03 .md-list.typeA li a.icon-list03 {
    background: url(/jalpri/common/images/top/top_icon_009_sp.png) no-repeat center left;
    background-size: 53px 49px;
  }
  #Top .section03 .md-list.typeA li a.icon-list04 {
    background: url(/jalpri/common/images/top/top_icon_010_sp.png) no-repeat center left;
    background-size: 43px 55px;
  }
  #Top .section03 .md-list.typeA li a.icon-list05 {
    background: url(/jalpri/common/images/top/top_icon_011_sp.png) no-repeat center left;
    background-size: 54px 53px;
  }
  #Top .section03 .md-list.typeA li a.icon-list06 {
    background: url(/jalpri/common/images/top/top_icon_012_sp.png) no-repeat 5px center;
    background-size: 43px 49px;
  }
  #Top .section03 .md-list.typeA li a.icon-list07 {
    background: url(/jalpri/common/images/top/top_icon_013_sp.png) no-repeat center left;
    background-size: 50px 53px;
  }
  #Top .section03 .md-list.typeA li a.icon-list08 {
    background: url(/jalpri/common/images/top/top_icon_014_sp.png) no-repeat 2px center;
    background-size: 39px 55px;
  }
  #Top .section03 .md-list.typeA li a.icon-list09 {
    background: url(/jalpri/common/images/top/top_icon_015_sp.png) no-repeat 12px center;
    background-size: 34px 48px;
  }
}

#Top .section04 {
  padding: 50px 0;
  background: #efefef;
}

#Top.en .section04 {
	/*margin-bottom:60px;*/
}

#Top .section04 .inner-w {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  #Top .section04 .md-list.typeA {
    justify-content: space-between;
    margin: 0 auto;
    width: 638px;
  }
}

#Top .section04 .md-list.typeA li {
  margin-right: 0;
  background: transparent;
}

@media print, screen and (min-width: 769px) {
  #Top .section04 .md-list.typeA li {
    width: 170px;
  }
  #Top .section04 .md-list.typeA li img {
    width: 160px;
  }
}

#Top .section04 .md-list.typeA li a {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #Top .section04 .md-btn {
    background: #fff;
    border: solid 1px #d0d0d0;
    border-radius: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section04 .md-btn.typeA {
    margin: 0 auto;
    width: 1030px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section04 .md-btn.typeA a {
    padding: 20px 20px 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section04 .md-btn.typeA a {
    border: 0;
  }
}

@media screen and (max-width: 768px) {
  #Top .section04 .md-btn.typeA li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #Top .section04 .md-btn.typeA li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section04 .md-btn.typeA li:not(:last-child) {
    border-bottom: solid 1px #d0d0d0;
    margin-bottom: 0;
  }
}

#Top .section05 {
  padding: 50px 0;
}
#Top .indexSection05 {
  margin-bottom: 50px;
  background-color: #fff3f3;
}

@media screen and (max-width: 768px) {
  #Top .section05 {
    padding: 40px 0 30px;
  }
}

#Top .section05 .inner-w {
  margin-bottom: 0;
}

#Top .section05 .news-list .list-link {
  position: relative;
  padding: 25px 0;
  border-bottom: solid 1px #d0d0d0;
}

@media print, screen and (min-width: 769px) {
  #Top .section05 .news-list .list-link {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link {
    padding: 20px 0;
    padding-right: 25px;
  }
  #Top .section05 .news-list .list-link.text {
    padding-right: 0;
  }
  #Top .section05 .news-list .list-link.text::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

#Top .section05 .news-list .list-link dt {
  padding-right: 80px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #Top .section05 .news-list .list-link dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link dt {
    padding-right: 0;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section05 .news-list .list-link dd {
    width: 900px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 1100px) {
  #Top .section05 .news-list .list-link dd {
    width: 880px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link dd {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section05 .news-list .list-link dd .md-link.typeA span::before {
    top: 4px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link .md-link.typeA span {
    padding-left: 0;
  }
  #Top .section05 .news-list .list-link .md-link.typeA span::before {
    content: none;
  }
}

@media print, screen and (min-width: 769px) {
  #Top .section05 .news-list .list-link .md-link.typeA.icon-targetwindow span {
    padding-left: 0;
  }
  #Top .section05 .news-list .list-link .md-link.typeA.icon-targetwindow span::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link .md-link.typeA.icon-targetwindow span {
    padding-left: 0;
  }
  #Top .section05 .news-list .list-link .md-link.typeA.icon-targetwindow span::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link .md-link.icon-targetwindow img {
    display: none;
  }
  #Top .section05 .news-list .list-link .md-link.icon-targetwindow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 10px;
    border: none;
    background: url(/jalpri/common/images/icon/icon-targetwindow.png) no-repeat center right;
    background-size: 12px 10px;
  }
}

@media screen and (max-width: 768px) {
  #Top .section05 .news-list .list-link .md-link.icon-pdf img {
    display: none;
  }
  #Top .section05 .news-list .list-link .md-link.icon-pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 14px;
    border: none;
    background: url(/jalpri/common/images/icon/icon-pdf.png) no-repeat center right;
    background-size: 13px 14px;
  }
}

@media screen and (max-width: 414px) {
  #Top.en .mv .mv-inner .main-ttl {
    margin-bottom: 230px;
  }
}

@media screen and (max-width: 380px) {
  #Top.en .mv .mv-inner .main-ttl {
    margin-bottom: 210px;
  }
}

@media screen and (max-width: 360px) {
  #Top.en .mv .mv-inner .main-ttl {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 320px) {
  #Top.en .mv .mv-inner .main-ttl {
    margin-bottom: 170px;
  }
}

@media print, screen and (min-width: 769px) {
  #Top.en .mv .mv-inner .main-ttl .top-txt {
    line-height: 1.2;
  }
}

@media screen and (max-width: 360px) {
  #Top.en .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 320px) {
  #Top.en .mv .mv-inner .main-ttl .bottom-txt {
    font-size: 2.5rem;
  }
}

#Top.en .mv .mv-inner .main-ttl h1 {
  line-height: 1.3;
}

@media screen and (max-width: 360px) {
  #Top.en .mv .mv-inner .txt-area .top-txt {
    margin: 0 10px 20px 10px;
  }
}

@media screen and (max-width: 320px) {
  #Top.en .mv .mv-inner .txt-area .top-txt {
    margin: 0 10px 20px 10px;
  }
}

@media screen and (max-width: 414px) {
  #Top.en .mv .mv-inner .txt-area {
    bottom: 100px;
  }
}

@media screen and (max-width: 380px) {
  #Top.en .mv .mv-inner .txt-area {
    bottom: 90px;
  }
}

@media screen and (max-width: 360px) {
  #Top.en .mv .mv-inner .txt-area {
    bottom: 60px;
  }
}

@media screen and (max-width: 320px) {
  #Top.en .mv .mv-inner .txt-area {
    bottom: 60px;
  }
}

.support-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .support-ttl {
    font-size: 1.6rem;
  }
}

.pages-supportwalk-first {
  background: url(/jalpri/common/images/support//walk/supportwalk_img_001.png) no-repeat 385px center #f4f4f4 !important;
  background-size: 99px 130px !important;
}

@media screen and (max-width: 768px) {
  .pages-supportwalk-first {
    background: url(/jalpri/common/images/support//walk/supportwalk_img_001.png) no-repeat center right #f4f4f4 !important;
    background-size: 88px 115px !important;
  }
}

@media screen and (max-width: 768px) {
  .pages-supportwalk-first .md-list.typeE.number {
    padding-right: 85px;
  }
}

.pages-supportwalk-second {
  background: url(/jalpri/common/images/support//walk/supportwalk_img_002.png) no-repeat 392px center #f4f4f4 !important;
  background-size: 99px 182px !important;
}

@media screen and (max-width: 768px) {
  .pages-supportwalk-second {
    background: url(/jalpri/common/images/support//walk/supportwalk_img_002.png) no-repeat center right #f4f4f4 !important;
    background-size: 104px 191px !important;
  }
}

@media screen and (max-width: 768px) {
  .pages-supportwalk-second .md-list.typeE.number {
    padding-right: 85px;
  }
}

@media print, screen and (min-width: 769px) {
  .en .pages-supportwalk-first .md-list.typeE.number, .en .pages-supportwalk-second .md-list.typeE.number {
    padding-right: 120px;
  }
}

.pages-aircraftflow-stepbox {
  position: relative;
  margin-bottom: 75px;
  padding: 30px;
  border: solid 1px #b6b6b6;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-stepbox .md-list.typeB dl div {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-stepbox .md-list.typeB dl div {
    padding: 5px 0 20px;
  }
}

.pages-aircraftflow-stepbox .md-list.typeB dl:last-of-type div {
  padding-bottom: 0;
}

.pages-aircraftflow-stepbox.arrow-none::after {
  content: none;
}

.pages-aircraftflow-stepbox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 19px 0 19px;
  border-color: #cc0000 transparent transparent transparent;
}

.pages-aircraftflow-stepbox .step-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #cc0000;
}

.pages-aircraftflow-stepbox .step-ttl .label {
  margin-right: 20px;
  padding: 8px 10px 10px 10px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #cc0000;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.pages-aircraftflow-stepbox .step-ttl .top-txt {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.pages-aircraftflow-stepbox .md-other-general {
  margin: 30px 0 40px;
}

.pages-aircraftflow-stepbox .md-other-general .md-list.typeB {
  margin-top: 0;
  margin-bottom: 0;
}

.pages-aircraftflow-stepbox .md-other-general .md-txt.typeB {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-stepbox .md-other-general .md-txt.typeB {
    line-height: 1.5;
  }
}

.pages-aircraftflow-stepbox .md-other.typeB {
  background: #fffaef;
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-stepbox .md-other.typeB .md-ttl.typeG {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-stepbox .md-other.typeB .other-block .left-box {
    width: 300px;
  }
  .pages-aircraftflow-stepbox .md-other.typeB .other-block .left-box .tell-box dl dd {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-stepbox .md-other.typeB .other-block .right-box {
    width: auto;
  }
}

.pages-aircraftflow-stepbox .section-box {
  position: relative;
}

.pages-aircraftflow-stepbox .section-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 6px;
  height: 31px;
  background: url(/jalpri/common/images/icon/icon_circle.png) no-repeat top center;
  background-size: 6px 31px;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-stepbox .section-box::after {
    bottom: -45px;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-stepbox .section-box {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-stepbox .section-box {
    margin-bottom: 65px;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-list {
    margin: 40px 0 50px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list {
    margin: 30px 0 40px;
  }
}

.pages-aircraftflow-list li {
  position: relative;
}

.pages-aircraftflow-list li::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 48%;
  width: 9px;
  height: 10px;
  background: url(/jalpri/common/images/icon/icon_arrow_001.png) no-repeat top center;
  background-size: 9px 10px;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li::before {
    content: none;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-list li {
    display: flex;
    justify-content: center;
    width: 192px;
    height: 192px;
    background: #f4f4f4;
    border-radius: 50%;
  }
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li {
    background: #f4f4f4;
    border-radius: 40px;
  }
}

.pages-aircraftflow-list li a {
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .pages-aircraftflow-list li a {
    width: 100%;
    padding-top: 75px;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li a {
    display: block;
    padding: 20px 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

.pages-aircraftflow-list li a .step-txt {
  display: block;
  color: #cc0000;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li a em {
    padding-right: 17px;
    background: url(/jalpri/common/images/icon/icon_arrow_001.png) no-repeat center right;
    background-size: 9px 10px;
  }
}

.pages-aircraftflow-list li:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 37px;
  }
}

.pages-aircraftflow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 88px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 14px;
  border-color: transparent transparent transparent #cc0000;
}

@media screen and (max-width: 768px) {
  .pages-aircraftflow-list li:not(:last-child)::after {
    right: 48%;
    top: initial;
    bottom: -27px;
    border-width: 14px 9.5px 0 9.5px;
    border-color: #cc0000 transparent transparent transparent;
  }
}

@media print, screen and (min-width: 769px) {
  .en .pages-aircraftflow-stepbox .md-other.typeB .other-block .left-box {
    width: 480px;
  }
}

@media print, screen and (min-width: 769px) {
  .en .pages-aircraftflow-stepbox .md-other.typeB .other-block .left-box .tell-box dl dt {
    width: 134px;
    box-sizing: border-box;
  }
}

.pages-card-ttl {
  margin-bottom: 55px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .pages-card-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pages-card-ttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.pages-card-btn {
  margin: 10px 0;
}

.pages-card-btn a {
  display: inline-block;
  position: relative;
  padding: 12px 20px 12px 30px;
  font-size: 1.4rem;
  color: #fff;
  background: #cc0000;
  border-radius: 6px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pages-card-btn a {
    padding: 12px 28px 12px 20px;
  }
}

.pages-card-btn a::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 38%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .pages-card-btn a::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .pages-card-btn a::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 38%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
  }
}

.pages-card-btn a.icon-targetwindow {
  display: inline-block;
  padding-left: 15px;
}

.pages-card-btn a.icon-targetwindow::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .pages-card-btn a.icon-targetwindow {
    padding-right: 20px;
  }
  .pages-card-btn a.icon-targetwindow::after {
    content: none;
  }
}

.pages-card-btn a.icon-targetwindow img {
  display: initial;
  width: 12px;
  margin-right: 5px;
  padding-left: 0;
  margin-bottom: 3px;
  width: 12px;
  max-width: initial;
  vertical-align: middle;
}

.pages-card-layout {
  margin: 55px 0 40px;
  padding: 30px 20px;
  border-top: 5px solid #ffb836;
  background: #fdf6e3;
}

@media screen and (max-width: 768px) {
  .pages-card-layout {
    margin: 30px 0;
    padding: 24px 10px 30px;
  }
}

.pages-card-layout .ttl-txt {
  margin-bottom: 60px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #36250c;
}

@media print, screen and (min-width: 769px) {
  .pages-card-layout .ttl-txt {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pages-card-layout .ttl-txt {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}

.pages-card-layout ul li {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .pages-card-layout ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 15px 20px 15px 12px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #36250c;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .pages-card-layout ul li img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
}

@media print, screen and (min-width: 769px) {
  .pages-card-layout ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .pages-card-layout ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 30px 20px 30px;
    width: 208px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #36250c;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .pages-card-layout ul li img {
    position: absolute;
    top: -22px;
    left: 83px;
    width: 41px;
  }
}

@media print, screen and (max-width: 1100px) {
  .pages-card-layout ul li {
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  .pages-card-layout ul li {
    width: 100%;
  }
}

.pages-card-layout .right-txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #36250c;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .pages-card-layout .right-txt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.pages-card-layout .small-txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .pages-card-layout .small-txt {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pages-card-layout .small-txt {
    margin: 0 20px 20px;
    font-size: 1.6rem;
  }
}

.pages-smile .md-other.typeB {
  margin: 0;
}

.pages-smile .smile-list {
  margin-top: 30px;
}

.pages-smile .smile-list li a.icon-list001 {
  background: url(/jalpri/common/images/icon/icon_023.png) no-repeat 14px center #fff;
  background-size: 38px 41px;
}

.pages-smile .smile-list li a.icon-list002 {
  background: url(/jalpri/common/images/icon/icon_024.png) no-repeat 15px center #fff;
  background-size: 44px 52px;
}

.pages-smile .smile-list li a.icon-list003 {
  background: url(/jalpri/common/images/icon/icon_025.png) no-repeat 13px center #fff;
  background-size: 39px 36px;
}

.pages-smile .smile-list li a.icon-list004 {
  background: url(/jalpri/common/images/icon/icon_026.png) no-repeat 15px center #fff;
  background-size: 38px 42px;
}

@media print, screen and (min-width: 769px) {
  .pages-smile .smile-list {
    display: flex;
    justify-content: space-between;
  }
  .pages-smile .smile-list li {
    width: 252px;
	display:table;
  }
  .pages-smile .smile-list li a {
    position: relative;
    display: inline-block;
    padding: 0px 15px 0px 77px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d0d0d0;
    border-radius: 6px;
    font-size: 1.3rem;
    background: #fff;
	display:table-cell;
	vertical-align:middle;
	height:76px;
	
  }
  .pages-smile .smile-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 65px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
  .pages-smile .smile-list li a span {
    display: block;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .pages-smile .smile-list li{
    display:table;
	width:100%;
	height:65px;
  }
  .pages-smile .smile-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .pages-smile .smile-list li a {
    position: relative;
    display: inline-block;
    padding: 12px 35px 12px 60px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d0d0d0;
    border-radius: 6px;
    font-size: 1.4rem;
    background: #fff;
    line-height: 21px;
	display:table-cell;
	vertical-align:middle;
	
  }
  .pages-smile .smile-list li a::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cc0000;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pages-smile .smile-list li a::before {
    left: initial;
    top: 44%;
    right: 19px;
  }
}

@media screen and (max-width: 768px) {
  .pages-smile .smile-list li a span {
    display: block;
    font-weight: bold;
  }
}

/* =======================================================
	parts
======================================================= */
.sp-bg {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-bg.is-active {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 99;
  }
}

@media print, screen and (min-width: 769px) {
  #Header {
    margin: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  #Header {
    position: relative;
    background: #fff;
    z-index: 9999;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .btn-list {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #Header .btn-list {
    padding: 10px 4px;
    background: #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .btn-list li {
    margin-right: 10px;
  }
  
  #Header .btn-list li:last-child {
    margin-right: 0px;
  }  
}

#Header .Gnav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  #Header .Gnav {
    display: initial;
  }
}

#Header .head-btn {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  #Header .head-btn a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-btn a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}

#Header .head-btn.typeA a {
  border: 1px solid #d0d0d0;
  color: #0f0f69;
  box-sizing: border-box;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #Header .head-btn.typeA a {
    padding: 5px 20px;
  }
  #Header.en .head-btn.typeA a {
	max-width: 240px;
    display: flex;
    align-items: center;
	  line-height: 1.3;
  }	
  #Header .head-btn.typeA a:hover {
    color: #cc0000;
  }
  #Header .head-btn.typeA a:focus {
    color: #cc0000;
  }
  #Header .head-btn.typeA a span {
    position: relative;
    padding-left: 9px;
  }
  #Header .head-btn.typeA a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #cc0000;
  }
  #Header.en .head-btn.typeA a span::before{
	top: 50%;
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-btn.typeA a {
    position: relative;
    padding: 8px 0;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  #Header .head-btn.typeA a::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #cc0000 #cc0000 transparent transparent;
    transform: rotate(45deg);
  }
}

#Header .head-btn.typeB a {
  background: #cc0000;
  color: #fff;
  box-sizing: border-box;
}

#Header .head-btn.typeC a {
  background: #ffa800;
  color: #fff;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  #Header .head-btn.typeB a,
  #Header .head-btn.typeC a {
    padding: 5px 20px;
  }
  #Header .head-btn.typeB a span,
  #Header .head-btn.typeC a span {
    position: relative;
    padding-left: 9px;
  }
  #Header .head-btn.typeB a span::before,
  #Header .head-btn.typeC a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-btn.typeB a,
  #Header .head-btn.typeC a {
    position: relative;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
  }
  #Header .head-btn.typeB a::after,
  #Header .head-btn.typeC a::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner {
    max-width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .head-top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .head-top {
    padding: 8px 5px 8px 5px;
  }
}

#Header .head-inner .top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Header .head-inner .top-inner .main-logo {
  max-width: 406px;
}

@media screen and (max-width: 768px) {
  #Header .head-inner .top-inner .main-logo {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .top-inner #Js-btn {
    position: relative;
    width: 45px;
    height: 34px;
    display: inline-block;
    background: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    padding: 0;
  }
}

#Header .head-inner .top-inner #Js-btn.is-active .menu .menu-border:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: -9px !important;
}

#Header .head-inner .top-inner #Js-btn.is-active .menu .menu-border:nth-of-type(2) {
  opacity: 0;
}

#Header .head-inner .top-inner #Js-btn.is-active .menu .menu-border:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
  bottom: -3px !important;
}

#Header .head-inner .top-inner #Js-btn .menu {
  position: relative;
  height: 14px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Header .head-inner .top-inner #Js-btn .menu .menu-inner {
  display: block;
  position: relative;
  width: 23px;
  height: 100%;
  margin: 0 auto;
}

#Header .head-inner .top-inner #Js-btn .menu .menu-inner .menu-border {
  position: absolute;
  width: 100%;
  height: 3px;
  display: inline-block;
  background: #999999;
  -webkit-transition: transform .4s;
  transition: transform .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Header .head-inner .top-inner #Js-btn .menu .menu-inner .menu-border:nth-of-type(1) {
  top: -6px;
  right: 0;
}

#Header .head-inner .top-inner #Js-btn .menu .menu-inner .menu-border:nth-of-type(2) {
  top: 1px;
  right: 0;
}

#Header .head-inner .top-inner #Js-btn .menu .menu-inner .menu-border:nth-of-type(3) {
  bottom: 3px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #Header .head-inner .top-inner #Js-btn .menu .menu-txt {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .top-inner .right-area {
    display: flex;
    align-items: center;
  }
}

#Header .head-inner .top-inner .global-link-list {
  position: relative;
  display: flex;
  padding: 0 20px;
  line-height: 1;
}

#Header .head-inner .top-inner .global-link-list::before {
  content: url(/jalpri/common/images/icon/icon_earth.png);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}

#Header .head-inner .top-inner .global-link-list li.link-active a {
  color: #cc0000;
  text-decoration: underline;
}

#Header .head-inner .top-inner .global-link-list li.link-active a:hover {
  text-decoration: none;
}

#Header .head-inner .top-inner .global-link-list li.link-active a:focus {
  text-decoration: none;
}

#Header .head-inner .top-inner .global-link-list li a {
  font-size: 1.4rem;
}

#Header .head-inner .top-inner .global-link-list li a:hover {
  color: #cc0000;
}

#Header .head-inner .top-inner .global-link-list li a:focus {
  color: #cc0000;
}

#Header .head-inner .top-inner .global-link-list li:nth-child(2) {
  padding-left: 5px;
}

#Header .head-inner .top-inner .global-link-list li:nth-child(2)::before {
  content: "｜";
  padding-right: 5px;
  font-size: 1.4rem;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  #Header .head-inner .head-bottom {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99999;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner nav {
    background: #fff;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a:hover {
    color: #cc0000;
  }
  #Header .head-inner .bottom-inner .Gnav li:first-child a:focus {
    color: #cc0000;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li a {
    display: block;
    padding: 8px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li.first-menu:first-child a {
    padding: 0 0 10px 0;
  }
}

#Header .head-inner .bottom-inner .Gnav li:first-child::before {
  content: none;
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a.home {
    position: relative;
    background: #444444;
    color: #fff;
    text-align: center;
  }
  #Header .head-inner .bottom-inner .Gnav li:first-child a.home::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
}

#Header .head-inner .bottom-inner .Gnav li:first-child a.home span {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a.home span {
    padding-left: 21px;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a.home span::before {
    content: url(/jalpri/common/images/icon/icon_home.png);
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li:first-child a.home span::before {
    content: url(/jalpri/common/images/icon/icon_home_white.png);
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link {
    position: relative;
    line-height: 1;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link::before {
    content: "";
    font-size: 1.6rem;
    color: #ccc;
    position: absolute;
    top: 10px;
    left: -6px;
    border-left: solid 1px;
    width: 1px;
    height: 16px;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 45%;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #e6e6e6 transparent;
    opacity: 0;
    transition: .5s;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link.is-active::after {
    bottom: -10px;
    opacity: 1;
  }
  #Header.en .head-inner .bottom-inner .Gnav li .main-link.is-active::after {
    bottom: -18px;
  }
  #Header.en .head-inner .bottom-inner .Gnav li .main-link.lineW.is-active::after {
    bottom: -10px;
  }
  
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link a {
    display: block;
    padding: 10px 30px;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a:hover {
    color: #cc0000;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a:focus {
    color: #cc0000;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link a {
    pointer-events: none;
    padding-left: 10px;
    background: #e6e6e6;
    border-bottom: 2px solid #fff;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link a span {
    position: relative;
    display: block;
    padding-right: 18px;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #cc0000 transparent transparent transparent;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon {
    position: relative;
    width: 12px;
    height: 12px;
    float: right;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon span {
    position: absolute;
    right: 10px;
    width: 12px;
    height: 2px;
    background-color: #444444;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon span:nth-of-type(1) {
    top: 9px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon span:nth-of-type(2) {
    top: 9px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon.is-active span:nth-of-type(1) {
    display: none;
  }
  #Header .head-inner .bottom-inner .Gnav li .main-link a .accordion-icon.is-active span:nth-of-type(2) {
    top: 9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav a {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Header .head-inner .bottom-inner .Gnav .drop-menu {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background: #e6e6e6;
    box-sizing: border-box;
    transition: .5s;
    visibility: hidden;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu.is-active {
    opacity: 1;
    top: 46px;
    z-index: 9999;
    visibility: visible;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .drop-inner {
    padding: 20px 50px 0 50px;
    background: #fff;
    border-radius: 3px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu a {
    display: block;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu a:hover {
    text-decoration: none;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu a:focus {
    text-decoration: none;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li {
    width: 300px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 9px;
    border-bottom: 1px solid #cc0000;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu:hover {
    background: none;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu:focus {
    background: none;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a {
    padding-left: 25px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a span::before {
    top: 30%;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.sub-link {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a:hover {
    color: #cc0000;
    text-decoration: underline;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a:focus {
    color: #cc0000;
    text-decoration: underline;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl01:hover {
    background: url(/jalpri/common/images/icon/ttl_icon_01.png) no-repeat 0 9px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl01:focus {
    background: url(/jalpri/common/images/icon/ttl_icon_01.png) no-repeat 0 9px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl02:hover {
    background: url(/jalpri/common/images/icon/ttl_icon_02.png) no-repeat 4px 2px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl02:focus {
    background: url(/jalpri/common/images/icon/ttl_icon_02.png) no-repeat 4px 2px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl03:hover {
    background: url(/jalpri/common/images/icon/ttl_icon_03.png) no-repeat 0 2px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl03:focus {
    background: url(/jalpri/common/images/icon/ttl_icon_03.png) no-repeat 0 2px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl04:hover {
    background: url(/jalpri/common/images/icon/ttl_icon_04.png) no-repeat 4px 3px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.icon-ttl04:focus {
    background: url(/jalpri/common/images/icon/ttl_icon_04.png) no-repeat 4px 3px #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li:nth-child(3) {
    margin: 0 20px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li:nth-child(6) {
    margin: 0 20px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li:nth-child(9) {
    margin: 0 20px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a {
    display: flex;
    line-height: 1.4;
    padding: 20px 15px 20px 50px;
    font-size: 1.4rem;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.two-lines {
    padding: 10px 15px 10px 50px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-ttl01 {
    background: url(/jalpri/common/images/icon/ttl_icon_01.png) no-repeat 0 9px;
    background-size: 18px 9px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-ttl02 {
    background: url(/jalpri/common/images/icon/ttl_icon_02.png) no-repeat 4px 2px;
    background-size: 13px 18px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-ttl03 {
    background: url(/jalpri/common/images/icon/ttl_icon_03.png) no-repeat 0 2px;
    background-size: 18px 19px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-ttl04 {
    background: url(/jalpri/common/images/icon/ttl_icon_04.png) no-repeat 4px 3px;
    background-size: 10px 18px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-001 {
    background: url(/jalpri/common/images/icon/icon_01.png) no-repeat 12px center;
    background-size: 31px 31px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-001:hover {
    background: url(/jalpri/common/images/icon/icon_01.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-001:focus {
    background: url(/jalpri/common/images/icon/icon_01.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-002 {
    background: url(/jalpri/common/images/icon/icon_02.png) no-repeat 12px center;
    background-size: 26px 35px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-002:hover {
    background: url(/jalpri/common/images/icon/icon_02.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-002:focus {
    background: url(/jalpri/common/images/icon/icon_02.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-003 {
    background: url(/jalpri/common/images/icon/icon_03.png) no-repeat 12px center;
    background-size: 30px 31px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-003:hover {
    background: url(/jalpri/common/images/icon/icon_03.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-003:focus {
    background: url(/jalpri/common/images/icon/icon_03.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-004 {
    background: url(/jalpri/common/images/icon/icon_04.png) no-repeat 12px center;
    background-size: 28px 22px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-004:hover {
    background: url(/jalpri/common/images/icon/icon_04.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-004:focus {
    background: url(/jalpri/common/images/icon/icon_04.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-005 {
    background: url(/jalpri/common/images/icon/icon_05.png) no-repeat 12px center;
    background-size: 31px 24px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-005:hover {
    background: url(/jalpri/common/images/icon/icon_05.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-005:focus {
    background: url(/jalpri/common/images/icon/icon_05.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-006 {
    background: url(/jalpri/common/images/icon/icon_24.png) no-repeat 12px center;
    background-size: 31px 24px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-006:hover {
    background-color: #e6e6e6;
    /* background: url(/jalpri/common/images/icon/icon_24.png) no-repeat 12px center #e6e6e6; */
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu01-006:focus {
    background-color: #e6e6e6;
    /* background: url(/jalpri/common/images/icon/icon_24.png) no-repeat 12px center #e6e6e6; */
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-001 {
    background: url(/jalpri/common/images/icon/icon_06.png) no-repeat 12px center;
    background-size: 26px 34px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-001:hover {
    background: url(/jalpri/common/images/icon/icon_06.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-001:focus {
    background: url(/jalpri/common/images/icon/icon_06.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-002 {
    background: url(/jalpri/common/images/icon/icon_07.png) no-repeat 10px center;
    background-size: 30px 30px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-002:hover {
    background: url(/jalpri/common/images/icon/icon_07.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-002:focus {
    background: url(/jalpri/common/images/icon/icon_07.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-003 {
    background: url(/jalpri/common/images/icon/icon_08.png) no-repeat 10px center;
    background-size: 28px 28px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-003:hover {
    background: url(/jalpri/common/images/icon/icon_08.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-003:focus {
    background: url(/jalpri/common/images/icon/icon_08.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-004 {
    background: url(/jalpri/common/images/icon/icon_09.png) no-repeat 12px center;
    background-size: 24px 28px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-004:hover {
    background: url(/jalpri/common/images/icon/icon_09.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-004:focus {
    background: url(/jalpri/common/images/icon/icon_09.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-005 {
    background: url(/jalpri/common/images/icon/icon_10.png) no-repeat 10px center;
    background-size: 30px 29px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-005:hover {
    background: url(/jalpri/common/images/icon/icon_10.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-005:focus {
    background: url(/jalpri/common/images/icon/icon_10.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-006 {
    background: url(/jalpri/common/images/icon/icon_11.png) no-repeat 10px center;
    background-size: 30px 26px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-006:hover {
    background: url(/jalpri/common/images/icon/icon_11.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-006:focus {
    background: url(/jalpri/common/images/icon/icon_11.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-007 {
    background: url(/jalpri/common/images/icon/icon_25.png) no-repeat 10px center;
    background-size: 30px 30px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-007:hover {
    background: url(/jalpri/common/images/icon/icon_25.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu02-007:focus {
    background: url(/jalpri/common/images/icon/icon_25.png) no-repeat 10px center #e6e6e6;
  }
	
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-001 {
    background: url(/jalpri/common/images/icon/icon_12.png) no-repeat 12px center;
    background-size: 19px 34px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-001:hover {
    background: url(/jalpri/common/images/icon/icon_12.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-001:focus {
    background: url(/jalpri/common/images/icon/icon_12.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-002 {
    background: url(/jalpri/common/images/icon/icon_13.png) no-repeat 10px center;
    background-size: 30px 31px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-002:hover {
    background: url(/jalpri/common/images/icon/icon_13.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-002:focus {
    background: url(/jalpri/common/images/icon/icon_13.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-003 {
    background: url(/jalpri/common/images/icon/icon_14.png) no-repeat 10px center;
    background-size: 30px 28px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-003:hover {
    background: url(/jalpri/common/images/icon/icon_14.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-003:focus {
    background: url(/jalpri/common/images/icon/icon_14.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-004 {
    background: url(/jalpri/common/images/icon/icon_15.png) no-repeat 12px center;
    background-size: 24px 32px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-004:hover {
    background: url(/jalpri/common/images/icon/icon_15.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-004:focus {
    background: url(/jalpri/common/images/icon/icon_15.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-005 {
    background: url(/jalpri/common/images/icon/icon_16.png) no-repeat 10px center;
    background-size: 30px 29px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-005:hover {
    background: url(/jalpri/common/images/icon/icon_16.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-005:focus {
    background: url(/jalpri/common/images/icon/icon_16.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-006 {
    background: url(/jalpri/common/images/icon/icon_17.png) no-repeat 10px center;
    background-size: 28px 30px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-006:hover {
    background: url(/jalpri/common/images/icon/icon_17.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-006:focus {
    background: url(/jalpri/common/images/icon/icon_17.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-007 {
    background: url(/jalpri/common/images/icon/icon_18.png) no-repeat 12px center;
    background-size: 30px 32px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-007:hover {
    background: url(/jalpri/common/images/icon/icon_18.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-007:focus {
    background: url(/jalpri/common/images/icon/icon_18.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-008 {
    background: url(/jalpri/common/images/icon/icon_19.png) no-repeat 10px center;
    background-size: 24px 34px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-008:hover {
    background: url(/jalpri/common/images/icon/icon_19.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-008:focus {
    background: url(/jalpri/common/images/icon/icon_19.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-009 {
    background: url(/jalpri/common/images/icon/icon_20.png) no-repeat 10px center;
    background-size: 21px 31px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-009:hover {
    background: url(/jalpri/common/images/icon/icon_20.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu03-009:focus {
    background: url(/jalpri/common/images/icon/icon_20.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-001 {
    background: url(/jalpri/common/images/icon/icon_21.png) no-repeat 12px center;
    background-size: 28px 28px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-001:hover {
    background: url(/jalpri/common/images/icon/icon_21.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-001:focus {
    background: url(/jalpri/common/images/icon/icon_21.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-002 {
    background: url(/jalpri/common/images/icon/icon_22.png) no-repeat 10px center;
    background-size: 30px 20px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-002:hover {
    background: url(/jalpri/common/images/icon/icon_22.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-002:focus {
    background: url(/jalpri/common/images/icon/icon_22.png) no-repeat 10px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-003 {
    background: url(/jalpri/common/images/icon/icon_23.png) no-repeat 12px center;
    background-size: 21px 34px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-003:hover {
    background: url(/jalpri/common/images/icon/icon_23.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a.icon-menu04-003:focus {
    background: url(/jalpri/common/images/icon/icon_23.png) no-repeat 12px center #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a span {
    position: relative;
    padding-left: 10px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #cc0000;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border: none;
    font-size: 1.4rem;
    line-height: 172% !important;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn:hover {
    color: #cc0000;
    text-decoration: underline;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn:hover span::before {
    background: url(/jalpri/common/images/icon/icon_close_on.png) no-repeat top center;
    background-size: 15px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn:focus {
    color: #cc0000;
    text-decoration: underline;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn:focus span::before {
    background: url(/jalpri/common/images/icon/icon_close_on.png) no-repeat top center;
    background-size: 15px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn span {
    position: relative;
    padding-left: 20px;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/jalpri/common/images/icon/icon_close_off.png) no-repeat top center;
    background-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .Gnav .drop-menu {
    display: none;
    background: #fff;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a {
    position: relative;
    padding: 8px 10px 8px 0;
    margin: 0 10px;
    border-bottom: 2px solid #e6e6e6;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li a::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 5px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #cc0000 #cc0000 transparent transparent;
    transform: rotate(45deg);
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu li:last-child a {
    border-bottom: none;
  }
  #Header .head-inner .bottom-inner .Gnav .drop-menu .close-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .global-link-sp {
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list {
    display: flex;
    justify-content: center;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list li:first-child {
    position: relative;
    padding-left: 19px;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list li:first-child::before {
    content: url(/jalpri/common/images/icon/icon_earth.png);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    left: 0;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list li:nth-child(2) {
    padding-left: 5px;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list li:nth-child(2)::before {
    content: "｜";
    padding-right: 5px;
    font-size: 140%;
    color: #cccccc;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list a {
    display: inline-block;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1;
  }
  #Header .head-inner .bottom-inner .global-link-sp .global-link-list .link-active a {
    color: #cc0000;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .global-link-sp .btn-list li {
    margin-bottom: 5px;
  }
  
  #Header .head-inner .bottom-inner .global-link-sp .btn-list li:last-child {
    margin-bottom: 0px;
  }  
}

@media screen and (max-width: 768px) {
  #Header .head-inner .bottom-inner .global-link-sp .close-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border: none;
    font-size: 1.4rem;
    line-height: 172% !important;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  #Header .head-inner .bottom-inner .global-link-sp .close-btn img {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 7px;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 769px) {
  #Header.en .head-inner .bottom-inner .Gnav .drop-menu li {
    display: flex;
    align-items: initial;
  }
  #Header.en .head-inner .bottom-inner .Gnav li .main-link::before {
    height: 32px;
  }
  #Header.en .head-inner .bottom-inner .Gnav .drop-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #Header.en .head-inner .bottom-inner .Gnav li .main-link a span::before {
    top: 50%;
    margin-top: -2px;
  }
  #Header.en .head-inner .bottom-inner .Gnav .drop-menu.is-active {
    top: 62px;
  }
  #Header.en .head-inner .bottom-inner .Gnav .drop-menu li.first-menu a.sub-link {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  #Footer .follow-box {
    width: 100%;
    height: 84px;
  }
}

@media screen and (max-width: 768px) {
  #Footer .follow-area {
    padding: 10px 10px 20px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    border-top: 2px solid #b6b6b6;
    transform: translate3d(0, 0, 0);
    z-index: 999;
  }
  #Footer .follow-area.is-static {
    position: absolute;
    bottom: 55px;
  }
}

@media print, screen and (min-width: 769px) {
  #Footer .contact-btn {
    position: fixed;
    bottom:290px;
    right: 20px;
  }
  
  #Footer .contact-btnjpk {
    position: fixed;
    bottom: 120px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #Footer .contact-btn {
    margin-right: 5px;
    flex: 1;
  }
  #Footer .contact-btnjpk {
    margin-right: 5px;
    flex: 0.8;
  }
  
  #Footer .contact-btnjpk a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }  
}

#Footer .contact-btn a {
  position: relative;
  background: #cc0000;
  border: solid 1px #cc0000;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease 0s;
}

#Footer .contact-btnjpk a {
  position: relative;
  background: #ffa800;
  border: solid 1px #ffa800;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  #Footer .contact-btn a:hover{
    background: #fff;
    color: #cc0000;
  }
  #Footer .contact-btnjpk a:hover{
    background: #fff;
    color: #333;
  }
}

@media print, screen and (min-width: 769px) {
  #Footer .contact-btn a:focus,
  #Footer .contact-btnjpk a:focus {
    background: #fff;
    color: #cc0000;
  }
}

@media print, screen and (min-width: 769px) {
  #Footer .contact-btn a {
    padding: 47px 18.5px 25px;
    width: 52px;
    height: 170px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    writing-mode: vertical-rl;
  }
  #Footer .contact-btnjpk a {
    padding: 47px 18.5px 15px;
    width: 52px;
    height: 160px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    -webkit-writing-mode: vertical-rl; 
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }  
}

@media screen and (max-width: 768px) {
  #Footer .contact-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
  }
  
  #Footer .contact-btnjpk a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background:#ffa800;
	border:0;
	line-height:1.2;
	text-align:center;
  }  
}

@media screen and (max-width: 320px) {
  #Footer .contact-btn a {
	font-size:14px;
  }
  #Footer .contact-btnjpk a {
	font-size:12px;
	line-height:1.4;	
  }    
}

@media print, screen and (min-width: 769px) {
  #Footer .contact-btn a::after,
  #Footer .contact-btnjpk a::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 27px;
    height: 27px;
    background: url(/jalpri/common/images/icon/icon_contact.png) 50% 0 no-repeat;
    background-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #Footer .contact-btn a span{
    position: relative;
    padding-left: 38px;
  }
  
  #Footer .contact-btnjpk a span {
    position: relative;
    padding-left: 18px;
  }
  
  #Footer .contact-btn a span::before,
  #Footer .contact-btnjpk a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(/jalpri/common/images/icon/icon_contact.png) 50% 0 no-repeat;
    background-size: 27px;
  }
  
  #Footer .contact-btnjpk a span::before {
    top: 0;
    left: -13%;
  }
}

#Footer .page-top {
  background: #bcbcbc;
  width: 52px;
  height: 52px;
  transition: background 0.3s ease 0s;
  background-repeat: repeat;
  background-position: 0 0\9;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  #Footer .page-top {
    position: fixed;
    bottom: 58px;
    right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #Footer .page-top:hover {
    background: #555555;
  }
  #Footer .page-top:focus {
    background: #555555;
  }
}

#Footer .page-top a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  transition: all 0.3s ease 0s;
}

#Footer .foot-area {
  background: #444444;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #Footer .foot-area {
    padding: 15px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #Footer .foot-area {
    padding: 17px 0;
    margin-bottom: 1px;
  }
}

#Footer .foot-area small {
  font-size: 1.1rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #Footer .foot-area small {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  #Footer.en .contact-btn {
    bottom: 195px;
    right: -39px;
  }
  #Footer.en .contact-btn a {
    padding: 18.5px 0 18.5px 49px;
    letter-spacing: 2px;
    width: 170px;
    height: 52px;
    transform: rotate(90deg);
    writing-mode: initial;
  }
  #Footer.en .contact-btn a::after {
    top: 11px;
    transform: rotate(-90deg);
  }
}

@media print, screen and (min-width: 769px) {
  .local-nav {
    max-width: 1100px;
    margin: 20px auto 40px;
  }
}

@media print, screen and (max-width: 1100px) {
  .local-nav {
    margin: 20px 10px 40px;
  }
}

@media screen and (max-width: 768px) {
  .local-nav {
    margin: 20px 0 40px;
  }
}

.local-nav .md-link {
  font-size: 1.2rem;
}

.local-nav .md-link.typeA {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .local-nav .md-link.typeA:hover {
    color: #cc0000;
  }
}

@media print, screen and (min-width: 769px) {
  .local-nav .md-link.typeA:focus {
    color: #cc0000;
  }
}

.local-nav .md-link.typeA span::before {
  top: 5px;
  border-width: 3.5px 0 3.5px 4px;
}

@media screen and (max-width: 768px) {
  .local-nav .md-link.typeA span {
    padding-left: 0;
  }
  .local-nav .md-link.typeA span::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .local-nav .md-link.typeA {
    display: block;
    position: relative;
    padding: 10px 25px 10px 10px;
  }
  .local-nav .md-link.typeA.is-active::after {
    border-color: #333333 #333333 transparent transparent;
  }
  .local-nav .md-link.typeA::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #cc0000 #cc0000 transparent transparent;
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 769px) {
  .local-nav .local-link-first {
    margin-bottom: 12px;
  }
  .local-nav .local-link-first a {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .local-nav .local-link-first {
    margin-bottom: 10px;
  }
  .local-nav .local-link-first a {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #cc0000;
  }
}

.local-nav .local-link-list ul {
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .local-nav .local-link-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .local-nav .local-link-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d0d0d0;
  }
  .local-nav .local-link-list ul li:nth-child(n + 2) {
    margin-left: -1px;
  }
  .local-nav .local-link-list ul li:nth-child(n + 5) {
    margin-top: -1px;
  }
  .local-nav .local-link-list ul li:nth-child(5n) {
    margin-left: 0;
  }
  .local-nav .local-link-list ul li:nth-child(9n) {
    margin-left: 0;
  }
  .local-nav .local-link-list ul li:nth-child(13n) {
    margin-left: 0;
  }
  .local-nav .local-link-list ul li a {
    display: flex;
    align-items: center;
    width: 273px;
    height: 45px;
    margin: 0;
    padding: 0 15px 0 8px;
    box-sizing: border-box;
  }
  .local-nav .local-link-list ul li a.is-active {
    background: #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .local-nav .local-link-list ul li a {
    width: 268px;
  }
}

.local-nav .local-link-list ul a.is-active {
  background: #e6e6e6;
}

/* 20210610追加*/
/*
@media print, screen and (min-width: 769px) {
.list_box li{ float:left; width:345px;}
.list_box_en li{ float:left; width:442px;}
.list_box li:nth-child(n + 2),
.list_box_en li:nth-child(n + 2) { margin-top:5px;}
}
*/
/* //20210610追加*/

.specialassistance img{max-width: 1100px;}
@media print, screen and (max-width: 769px) {
    .specialassistance img{max-width: 100%;margin-bottom: 20px;}
}

/* ----------------------------------------------------------------
  accordion
----------------------------------------------------------------- */
.accordion {
  position: relative;
  border: 1px solid #ccc;
}
.accordion + .accordion {
  margin-top: 16px;
}
[class^="accordion__"] ,
[class*=" accordion__"] {
     box-sizing: border-box;
}
.accordion__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 10px 11px;
  background: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.accordion__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #cc0000 transparent transparent transparent;
}
.accordion__btn.is-active::after {
  top: calc(50% - 4px);
  transform: rotate(180deg);
}

.accordion__title {
  font-size: 1.6rem;
}

.accordion__panel {
  display: none;
  position: relative;
  padding: 20px 10px;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 767.5px) {
  .accordion + .accordion {
    margin-top: 24px;
  }

  .accordion__btn {
    padding: 18px 20px 17px;
  }

  .accordion__panel {
    padding: 20px;
  }
}

/* footer nav zoom style */
#Footer.is-zoomed .contact-btn{
    bottom: 197px;
}
#Footer.is-zoomed .contact-btn a{
    font-size: 1.2rem;
    height: 130px;
    padding: 46px 18.5px 0px;
}
#Footer.is-zoomed .contact-btnjpk{
    bottom: 62px;
}
#Footer.is-zoomed .contact-btnjpk a{
    height: 130px;
    padding: 45px 18.5px 5px;
}
#Footer.is-zoomed .page-top{
    bottom: 5px;
}