@charset "UTF-8";
/* ----------------------------------------------------------------
    ress
----------------------------------------------------------------- */
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*, ::before, ::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
  background-repeat: no-repeat;
}
::before, ::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}
* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  margin-right: .5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type='number'] {
  width: auto;
  /* Firefox 36+ */
}
[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
  -moz-appearance: textfield;
  appearance: field;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
  -moz-appearance: button;
  appearance: button;
}
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}
legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  -moz-appearance: textfield;
  appearance: field;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden ~ ='screen'] {
    display: inherit;
  }
  [hidden ~ ='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */ ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.middle th, .middle td {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
.left {
  text-align: left !important;
}
.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/* Control Margin and Padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
/* color
----------------------------------------------- */
.fc-rd {
  color: #CC0000;
}
.fc-yl {
  color: #FFE47C;
}
/* display
----------------------------------------------- */
.disnon {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp-disnon {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-disnon {
    display: none !important;
  }
}
/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}
html, body, h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}
html {
  display: flex;
  flex-direction: column;
  overflow: auto;
  background: #000;
}
iframe {
  overflow: auto;
}
body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
}
ul, ol {
  list-style-type: none;
}
a {
  color: #0f0f69;
  text-decoration: none;
}
a img {
  transition: opacity 1s cubic-bezier(.39, .575, .565, 1);
}
figure {
  margin: 0;
}
button {
  border: 0;
  cursor: pointer;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: none;
  height: 1px;
  background: #ccc;
}
/* p, ul, ol, dl {
  margin: 0 0 20px;
  padding: 0;
} */
ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}
dfn {
  font-style: normal;
}
dd {
  margin: 0;
}
table {
  border-collapse: collapse;
}
table > a {
  text-decoration: underline;
}
table > a:hover, table > a:focus, table > a:active {
  text-decoration: none;
}
blockquote {
  margin: 0;
}
iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}
input, select {
  padding: 1px;
}
input {
  /* IE */
  /* Edge */
}
input::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
}
input::placeholder {
  color: #616161;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #616161;
}
input::-ms-input-placeholder {
  color: #616161;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
*:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}
p {
  line-height: 1.5;
}
p + p {
  margin-top: 10px;
}
.form-label + p,
.form-label + p ~ p {
  margin-top: 10px;
}
.hr-l {
  margin: 40px 0;
}
@media screen and (min-width:768px) {
  .hr-l {
    margin: 80px 0;
  }
  p + p {
    margin-top: 15px;
  }
}
/* ----------------------------------------------------------------
    font
----------------------------------------------------------------- */
html {
  font-family: 'Noto Sans', "メイリオ", sans-serif;
}
[lang="ja"] {
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
}
[lang="en"] {
  font-family: 'Noto Sans', "メイリオ", sans-serif;
}
/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 0 -1px 2px #f1f1f1 inset;
}
.h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.h-logo {
  width: 240px;
}
.h-logo > a {
  display: inline-block;
}
.h-logo-02 {
  width: 22px;
  height: auto;
	margin: 0;
}
@media screen and (min-width:768px) {
  #header {
    min-width: 1000px;
    height: 90px;
  }
  .h-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .h-logo, .h-logo-02 {
    width: auto;
  }
}
/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
#body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  flex-grow: 1;
}
@media screen and (min-width:768px) {
	#body {
  min-width: 1000px;
		
	}
  #main {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 1000px;
  }
}
/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
#footer {
  width: 100%;
  height: 40px;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
}
#footer .f-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#footer .f-inner_txt {
  font-size: 1.2rem;
}
@media screen and (min-width:768px) {
  #footer {
    min-width: 1000px;
    margin-top: 60px;
  }
  #footer .f-inner {
    justify-content: flex-start;
    width: 1000px;
    text-align: left;
  }
}
/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
[lang="en"] [class$="_hdg"],
[lang="en"] [class^="hdg-"],
[class^="hdg-"] [lang="en"] {
  font-family: 'Mulish';
}
/* .hdg-l1
----------------------------------------------- */

.hdg-l1 {
  margin: 40px 0 25px;
}
.hdg-l1_txt {
  font-weight: normal;
  font-size: 2rem;
}
.hdg-l1_txtSub {
  border-left: 5px solid #000;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 4.8rem;
  padding-left: 10px;
}
@media screen and (min-width:768px) {
  .hdg-l1 {
    margin: 40px 0;
  }
  .hdg-l1_txt {
    font-size: 2.8rem;
  }
  .hdg-l1_txtSub {
    font-size: 2.4rem;
  }
}
/* .hdg-guide
----------------------------------------------- */
.hdg-guide {
  position: relative;
  margin: 50px 0 16px;
  border-bottom: 2px solid #ccc;
  color: #333;
}
.hdg-guide::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: #c00;
}
.hdg-guide > :last-child {
  margin-bottom: 0;
}
.hdg-guide_txt {
  padding: 0 0 6px 8px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.33333;
}
@media screen and (min-width:768px) {
  .hdg-guide {
    margin: 60px 0 15px;
    width: 100%;
    border-bottom: 3px solid #ccc;
  }
  .hdg-guide::before {
    bottom: -3px;
    width: 40px;
    height: 3px;
  }
  .hdg-guide_txt {
    padding: 0 0 10px 14px;
    font-size: 1.8rem;
  }
}
/* .link-txt
----------------------------------------------- */
.link-txt {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 15px;
  transition: color .3s cubic-bezier(.39, .575, .565, 1);
}
.link-txt:last-child {
  margin-right: 0;
}
.link-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background: url(../img/icon_link_arrow_rd.svg) 100% no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.link-txt._other {
  padding-left: 0;
}
.link-txt._other::before {
  content: none;
}
.link-txt:hover, .link-txt:active, .link-txt:focus {
  color: #ca0000;
  text-decoration: underline;
}
.link-txt + p {
  margin-top: 15px;
}
p + .link-txt {
  margin-top: 5px;
}
p .link-txt._block {
  display: block;
}
p .link-txt {
  margin-left: 5px;
  margin-right: 0;
}
.link-txt + .link-txt {
  margin-top: 5px;
}
.link-txt._block {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}
.link-txt._line {
  padding-right: 5px;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .link-txt {
    margin-right: 30px;
  }
}
/* .box-txt
----------------------------------------------- */
.box-txt + .box-txt {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .box-txt + .box-txt {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------
    Icon
----------------------------------------------------------------- */
/* .icon-blank
----------------------------------------------- */
.icon-blank {
  padding: 2px 5px 5px 0px;
  width: 16px;
}
.panel-attention img[src*=icon_window_001] {
  vertical-align: baseline;
}
/* ----------------------------------------------------------------
    Panel
----------------------------------------------------------------- */
/* .panel-attention
----------------------------------------------- */
.panel-attention {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 15px 10px;
  border: 2px solid #c00;
  background-color: #fdf5f5;
}
.panel-attention > :first-child {
  margin-top: 0;
}
.panel-attention > :last-child {
  margin-bottom: 0;
}
.panel-attention_hdg {
  position: relative;
  margin-bottom: 15px;
  color: #c00;
  font-weight: bold;
  font-size: 1.6rem;
}
.panel-attention_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.panel-attention_hdg + p {
  margin-left: 30px;
}
.panel-attention .list > li {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .panel-attention {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 23px 20px;
    border: 2px solid #c00;
    background-color: #fdf5f5;
  }
  .hdg-l1 + .panel-attention {
    margin-top: 40px;
  }
  .panel-attention > :first-child {
    margin-top: 0;
  }
  .panel-attention > :last-child {
    margin-bottom: 0;
  }
  .panel-attention_hdg {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .panel-attention_icon {
    margin-right: 9px;
    width: 24px;
    height: 24px;
  }
  .panel-attention_hdg + p {
    margin-left: 34px;
  }
}
/* .panel-form
----------------------------------------------- */
.panel-form .panel-form-inner > .panel-form-inner_item {
  width: 100%;
}
.panel-form .panel-form-inner > .panel-form-inner_item > :first-child {
  margin-top: 0;
}
.panel-form .panel-form-inner > .panel-form-inner_item > :last-child {
  margin-bottom: 0;
}
.panel-form {
  margin-top: 25px;
}
.panel-form-inner_parts:not(:first-child) {
  margin-top: 30px;
}
.form-label {
  font-weight: 600;
  font-size: 1.5rem;
}
.form-txt + .form-label {
  margin-top: 20px;
}
.panel-form .form-label, .panel-form .mb-form-label {
  margin-bottom: 10px;
}
.form-label .form-label {
  margin: 0;
}
@media screen and (max-width:767px) {
.panel-form:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
}
@media screen and (min-width:768px) {
  .panel-form {
    margin-top: 40px;
    padding: 40px 10px;
  }
  .panel-form {
    margin-bottom: 30px;
    padding: 20px;
    border: none;
    background-color: #f8f8f8;
  }
  .panel-form-inner {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
  }
  .panel-form .panel-form-inner > .panel-form-inner_item {
    width: 460px;
    margin: 0 auto;
  }
  .panel-form .panel-form-inner > .panel-form-inner_item > :first-child {
    margin-top: 0;
  }
  .panel-form .panel-form-inner > .panel-form-inner_item > :last-child {
    margin-bottom: 0;
  }
  .panel-form-inner_parts:not(:first-child) {
    margin-top: 40px;
  }
  .panel-form-inner_parts + .panel-form-inner_parts-s {
    margin-top: 30px;
  }
}
/* .panel-countrylang
----------------------------------------------- */
.panel-countrylang {
  margin: 0 auto;
}
.panel-country {
  margin-top: 12px;
}
.panel-lang_list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 -10px;
}
.panel-lang_list li .form-radio {
  margin-bottom: 10px;
}
.panel-lang_list li:not(:last-child) {
  margin-right: 10px;
}
.panel-lang_list li .form-radio {
  display: block;
}
.panel-lang_list li .form-radio_item {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 14px 15px 14px 43px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.panel-lang_list li .form-radio_item::before {
  top: 50%;
  left: 14px;
  margin-top: -10px;
}
.panel-lang_list li .form-radio_item::after {
  top: 50%;
  left: 19px;
  margin-top: -5px;
}
.panel-lang_list li input:checked ~ .form-radio_item {
  background: #fafafa;
}
@media screen and (min-width:768px) {
  .panel-countrylang {
    text-align: center;
  }
  .panel-country {
    max-width: 460px;
    margin: 40px auto 0;
  }
  .panel-lang_list {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
  }
  .panel-lang_list li:not(:last-child) {
    margin-right: 20px;
  }
  .panel-lang_list li .form-radio_item {
    min-width: 140px;
    min-height: 52px;
    justify-content: center;
  }
}
/* ----------------------------------------------------------------
    Form
----------------------------------------------------------------- */
/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  height: 46px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 46px;
  -webkit-appearance: none; 
  /* IE */
  /* Edge */
}
.form-txt[disabled] {
  border: 1px solid #e0e0e0;
  background: #eee;
}
.form-txt[disabled]::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}
.form-txt[disabled]::placeholder {
  color: #555;
  opacity: 1;
}
.form-txt[disabled]:-ms-input-placeholder {
  color: #555;
}
.form-txt[disabled]::-ms-input-placeholder {
  color: #555;
}
.form-txt[readonly] {
  height: auto;
  padding: 4px 12px 0;
  border: none;
  line-height: inherit;
}
.form-txt[readonly]:focus {
  outline: none;
}
.form-txt.is-blank {
  background-color: #fdf5f5;
}
.form-txt.is-blank:not(:placeholder-shown) {
  background: #FFF;
}
.form-txt.is-error {
  border: 2px solid #c00;
}
/* .form-checkbox
----------------------------------------------- */
.form-checkbox {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.form-checkbox .is-checked {
  display: inline;
  background-color: #ccc;
}
.form-checkbox input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal-refine .form-checkbox {
  margin: 12px 0 0;
  color: #000;
}
.form-checkbox .form-checkbox_item {
  position: relative;
  display: block;
  margin-left: 2px;
  padding: 2px 0 0 28px;
  /* font-size: 1.6rem; */
  cursor: pointer;
}
.form-checkbox .form-checkbox_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9aa3b3;
  border-radius: 3px;
  background-color: #fff;
}
.form-checkbox .form-checkbox_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.form-checkbox .form-checkbox_item.is-blank::before {
  background-color: #fdf5f5;
}
.form-checkbox .form-checkbox_item.is-error::before {
  border: 2px solid #c00;
}
.form-checkbox input[type='checkbox']:focus + label {
  outline: 2px solid #a6c8ff;
}
.form-checkbox input[type='checkbox']:checked + .form-checkbox_item::after {
  opacity: 1;
}
.form-checkbox input[type='checkbox']:checked + .form-checkbox_item.is-blank::before {
  background-color: #fff;
}
.form-checkbox input[type='checkbox'].is-blank + .form-checkbox_item::before {
  background-color: #fdf5f5;
}
.form-checkbox input[type='checkbox'].is-blank:checked + .form-checkbox_item::before {
  background-color: #fff;
}
.form-checkbox input[type='checkbox']:disabled + .form-checkbox_item {
  color: #bfbfbf;
}
.form-checkbox input[type='checkbox']:checked:disabled + .form-checkbox_item::after {
  opacity: .3;
}
.form-checkbox_item-inner {
  font-size: 1.4rem;
}
.form-checkbox._block {
  display: block;
}
.form-checkbox._block + .form-checkbox._block {
  margin-top: 30px;
}
.form-box-wrap {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-box-wrap.bdnone {
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0;
  border: none;
}
.form-box-wrap + .form-box-wrap {
  margin-top: 0;
  border-top: none;
}
/* .form-select
----------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /* max-width: 240px; */
  width: 100%;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.form-select::before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 20px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(135deg) translate3d(0, 0, 0);
  pointer-events: none;
}
.form-select select {
  position: relative;
  display: block;
  padding: 0 30px 1px 12px;
  width: 100%;
  height: 46px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select.is-blank select {
  background-color: #fdf5f5;
}
.form-select.is-error select {
  border: 2px solid #c00;
}
.form-select._full {
  max-width: none;
}
/* .form-birthday
----------------------------------------------- */
.form-birthday {
  display: flex;
  justify-content: space-between;
}
.form-select._date {
  max-width: 120px;
  width: 25%;
}
.form-select._month {
  max-width: 120px;
  width: 25%;
}
.form-select._year {
  max-width: 180px;
  width: 40%;
}
/* .form-radio
----------------------------------------------- */
.form-radio {
  position: relative;
  display: inline-block;
}
.form-radio.is-error .form-radio_item::before {
  border: 2px solid #c00;
}
.form-radio.is-blank .form-radio_item::before {
  background-color: #fdf5f5;
}
.form-radio .is-checked {
  display: inline;
  background-color: #ccc;
}
.form-radio input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-radio .form-radio_item {
  position: relative;
  display: block;
  margin-left: 2px;
  padding: 0 0 0 26px;
  font-size: 1.6rem;
  cursor: pointer;
}
.form-radio .form-radio_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9aa3b3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px #ccc inset;
}
.form-radio .form-radio_item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #555;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.form-radio input[type='radio']:focus + label {
  outline: 2px solid #a6c8ff;
}
.form-radio input[type='radio']:checked + .form-radio_item::after {
  opacity: 1;
}
.form-radio input[type='radio']:disabled + .form-radio_item {
  color: #bfbfbf;
}
.form-radio input[type='radio']:checked:disabled + .form-radio_item::after {
  opacity: .3;
}
.form-radio input[type='radio'].is-blank + .form-radio_item::before {
  background-color: #fdf5f5;
}
.form-radio input[type='radio'].is-blank:checked + .form-radio_item::before {
  background-color: #fff;
}
/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
.btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 19px 36px 19px 16px;
  width: 100%;
  max-width: 270px;
  background-color: #c00;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.btn + .btn, .btn-back + .btn {
  margin-top: 20px;
}
.btn:hover, .btn:active, .btn:focus {
    /*opacity: .8;*/
	text-decoration: underline;
}
@media screen and (min-width:768px) {
  .btn {
    width: auto;
    min-width: 240px;
    max-width: inherit;
  }
  .btn._small {
    min-width: 200px;
  }
}
/* .btn-back
----------------------------------------------- */
.btn-back {
  position: relative;
  display: inline-block;
  padding: 19px 16px 19px 36px;
  width: 100%;
  max-width: 270px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.btn-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(-135deg) translate3d(0, 0, 0);
}
.btn-back:hover, .btn-back:active, .btn-back:focus {
    text-decoration: underline;
}
@media screen and (min-width:768px) {
  .btn-back {
    width: auto;
    min-width: 240px;
    max-width: inherit;
  }
  .btn-back._small {
    min-width: 200px;
  }
}
/* .btn-next
----------------------------------------------- */
.btn-next {
  position: relative;
  display: inline-block;
  padding: 19px 36px 19px 22px;
  min-width: 240px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.btn-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.btn-next:hover, .btn-next:active, .btn-next:focus {
  opacity: .8;
}
@media screen and (min-width:768px) {
  .btn-next {
    width: auto;
    min-width: 240px;
    max-width: inherit;
  }
  .btn-next._small {
    min-width: 200px;
  }
}

/* .btn-disable
----------------------------------------------- */
.btn-disable {
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  min-width: 240px;
  background-color: #eee;
  color: #616161;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}
.btn-disable::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #616161;
  border-right: 2px solid #616161;
  transform: rotate(45deg) translate3d(0, 0, 0);
}
@media screen and (min-width:768px) {
  .btn-disable {
    width: auto;
    min-width: 240px;
    max-width: inherit;
  }
  .btn-disable._small {
    min-width: 200px;
  }
}
/* .lyt-btn-line
----------------------------------------------- */
.lyt-btn-line_sup {
  margin-bottom: 24px;
  /* color: #616161; */
  text-align: left;
}
.lyt-btn-line {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.lyt-btn-line [class^="btn"]:first-child {
  margin-top: 20px;
}
.lyt-btn-line .btn + .btn, 
.lyt-btn-line .btn-back + .btn {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .lyt-btn-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .lyt-btn-line [class^="btn"]:first-child {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
.list > li, .commentList > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.list > li::before, .commentList > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #9e9e9e;
}
.list > li:last-child, .commentList > li:last-child {
  margin-bottom: 0;
}
.list > li > :last-child, .commentList > li > :last-child {
  margin-bottom: 0;
}
.list > li .link-txt .icon-blank, .commentList > li .link-txt .icon-blank {
  margin-left: 3px;
  padding: 0 5px 6px 0;
}

/* .noteList
----------------------------------------------- */
.noteList > li {
  position: relative;
  padding: 0 0 0 16px;
  line-height: 1.5;
}
.noteList > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.noteList_star > li {
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.5;
}
.noteList_star > li::before {
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
}
p + .noteList,
p + .noteList_star,
ul + .noteList,
ul + .noteList_star {
  margin-top: 5px;
}

/* ----------------------------------------------------------------
    bunner
----------------------------------------------------------------- */
.area-bnr {
  margin: 40px 0;
}
.area-bnr_item {
  width: 100%;
}
@media screen and (min-width:768px) {
  .area-bnr {
    margin: 60px 0;
  }
  .area-bnr_item {
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------
    slider bunner
----------------------------------------------------------------- */
.recommend-area {
  margin-top: 60px;
}
.square-box {
  height: 232px;
  width: 232px;
  min-height: 232px;
  min-width: 232px;
  background: #fff;
  position: relative;
  line-height: 0;
}
.square-box > div {
  width: 100%;
  height: 100%;
}
.square-box:last-child {
  margin-right: 0;
}
.square-box:hover {
  box-shadow: 0px 8px 30px rgba(106, 113, 129, 0.4);
}
.square-box-inr {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 8px 8px 12px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0)57%, rgba(0, 0, 0, 0.4)67%, rgba(0, 0, 0, 0.65)75%, rgba(0, 0, 0, 0.8)100%) 0 0 no-repeat;
  position: absolute;
}
@media all and (min-width:768px) {
  .square-block-L .square-box-inr {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0)57%, rgba(0, 0, 0, 0.4)67%, rgba(0, 0, 0, 0.65)75%, rgba(0, 0, 0, 0.8)100%) 0 72px no-repeat;
  }
  .recommend-area {
    margin-top: 80px;
  }
}
.square-box-inr:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(https://www.jal.co.jp/jp/ja/commonY20/img_sites/icon_bnr_arrow.svg)no-repeat 0 0;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.square-mdl {
  font-size: 1.35rem;
  line-height: 1.5;
  padding: 0 4px;
  height: 64px;
}
.square-btm {
  font-size: 1.15rem;
  position: absolute;
  left: 12px;
  bottom: 12px;
}
.square-box-bg {
  width: 100%;
  height: 100%;
}
.square-head {
  font-size: 1.25rem;
  color: #111;
  background: #fff;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
}
.square-head .fc-rd {
  border-left: 1px solid #D5DBE2;
  padding-left: 7px;
  margin-left: 5px;
  font-weight: 500;
}
.square-box .fc-yl {
  font-weight: 500;
}
.square-price {
  font-size: 1.99rem;
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  margin-top: 2px;
}
.square-date {
  position: relative;
  padding-left: 21px;
}
.square-date:after {
  content: "";
  display: block;
  background: url(https://www.jal.co.jp/jp/ja/commonY20/img_sites/icon_calendar.svg) 100% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
}
.square-box .square-box-inr.other-window:after {
  content: none;
}
.square-box .other-window-icon {
  bottom: 9px;
  right: 8px;
  z-index: 1;
}
.square-box .icon_link_other.icon_color_wt {
  fill: #fff;
}
.square-box-inr.bg-disnon {
  background: none;
}
.square-box-inr.bg-wt {
  background: none;
  border: solid 1px #D5DBE2;
  color: #111;
}
.square-box-inr.bg-wt:after {
  background: url(https://www.jal.co.jp/jp/ja/commonY20/img_sites/icon_bnr_arrow_bk.svg)no-repeat 0 0;
}
.square-box-inr.bg-wt .square-top .square-head {
  border: solid 1px #D5DBE2;
}
.square-box-inr.bg-wt .square-date:after {
  content: "";
  display: block;
  background: url(https://www.jal.co.jp/jp/ja/commonY20/img_sites/icon_calendar_bk.svg) 100% no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  .square-price {
    font-size: 1.8rem;
  }
  .square-head {
    padding: 6px 16px 4px 16px;
  }
}
.square-line {
  width: 100%;
  display: flex;
  align-content: space-between;
}
.square-line .square-box {
  margin-right: 24px;
}
@media all and (max-width:767px) {
  .square-line .square-box:last-child {
    margin-right: 16px;
  }
}
@media all and (min-width:768px) {
  .square-line {
    flex-wrap: wrap;
  }
  .square-line .square-box:nth-child(4n) {
    margin-right: 0;
  }
  .square-line .square-box:nth-child(n + 5) {
    margin-top: 24px;
  }
}
.square-block-LR {
  width: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
.square-block-LR-otoku {
  width: 100%;
  height: 536px;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
.square-block-L {
  width: 536px;
}
.square-block-L .square-box {
  width: 100%;
  height: 100%;
}
.square-block-R {
  width: 536px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.square-block-R .square-box:nth-child(3+n) {
  margin-top: 24px;
}
@media all and (max-width:767px) {
  .square-block-LR-otoku {
    height: auto;
  }
  .square-block-L {
    width: 271px;
    padding-left: 16px;
    margin-right: 24px;
  }
  .square-block-L .square-box {
    width: 256px;
    height: 256px;
    margin-left: 0;
  }
  .square-block-R {
    width: 1112px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .square-block-R .square-box {
    margin-right: 24px;
  }
  .square-block-R .square-box:last-child {
    margin-right: 16px;
  }
  .scroll-wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.fx-col {
  display: flex;
  flex-direction: column;
}
.link-area [class*="-box"] {
  border-radius: 6px;
}
.fx-col-btm {
  margin-top: auto;
}
.other-window-icon {
position:absolute;
width: 24px;
height: 24px;
}


/*2022 新認証フェーズ2*/

.mgt-16 {margin-top: 16px!important;}
.mgt-24 {margin-top: 24px!important;}
.mgt-32 {margin-top: 32px!important;}
.mgt-40 {margin-top: 40px!important;}
.mgt-pc40-sp30 {margin-top: 40px!important;}

.title {
	font-size: 1.5rem;
    font-weight: bold;
}
.other-account-btn_wrap {
	margin-top: 16px;
	text-align: center;
}

.other-account-btn_wrap div:not(:first-child) {
	margin-top: 16px;
}

.other-id-link-wrap .btn-wrap.not-yet-btn_wrap {
	margin-top: 24px;
}
.panel-form.other-id-link-wrap {
	margin-top: 32px;
}
.panel-form.other-id-link-wrap.second-wrap {
	margin-top: 40px;
}
.ic-user-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	border-bottom:  1px solid #ccc;
}
.ic-user-wrap > .img-ic {
	margin-right: 32px;
}
.panel-form.link-cancel-wrap {
	margin-top: 66px;
}
.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
	border-bottom:  1px solid #ccc;
}
.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap .img-ic {
	padding-right: 24px;
}
.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap .line-ic {
	margin-left:20px;
}
.img-ic .img-ic-inner {
	width: 60px;
}
.line-ic .line-ic-inner {
	width: 30px;
}
.panel-form.link-cancel-wrap .panel-form-inner > .panel-form-inner_item:not(:first-child) {
	margin-top: 16px;
}
.panel-form.link-cancel-wrap .link-btn-wrap {
	display: flex;
	align-items: center;
} 
.panel-form.link-cancel-wrap .link-btn-wrap > p {
	text-align: right;
	margin-right: 24px;
}
.panel-form.link-cancel-wrap .link-btn-wrap .non-link-tx {
	color: #757575;
}
.panel-form.link-cancel-wrap .link-btn-wrap .btn-wrap {
	margin-top: 0;
}
.panel-form.link-cancel-wrap .link-btn-wrap .btn-wrap .btn {
	min-width: 140px;
}

/*btn*/
.btn-wrap .btn.btn-WH {
	background-color: #fff;
	color: #333333;
	border: 1px solid #ccc;
}
.btn-wrap > div:not(:first-child) {
	margin-top: 16px;
}
.btn.non-arrow {
	padding-right: 16px;
}
.btn.non-arrow::before {
	content: none;
}
.btn.r-arrow.btn-WH::before {
  right: 16px;
  border-top: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform: rotate(45deg) translate3d(0, 0, 0);
}

/* ---------------------------------------------------------------- 
	modal
----------------------------------------------------------------- */
html.is-fixed {
  overflow: hidden;
}
#body.is-fixed {
	position: fixed;
	width: 100%;
	/*min-height: auto;*/
	height: auto;
}

.modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 0.3s;
  z-index: 100;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
}
.modal__inner {
  width: 100%;
  height: 100vh;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.modal__inner::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modalPanel {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  background: #fff;
  vertical-align: middle;
  white-space: normal;
}
.modalPanel__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 96px 20px 20px;
  text-align: left;
}
.modalPanel__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.modalPanel__close {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 20px;
  right: 20px;
}
.modalPanel__hdg {
  margin-top: 0;
}
.modalPanel .btn-wrap {
	margin-top: 24px;
}
/* overlay
----------------------------------------------------------------- */
.overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .5);
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width: 767px){
	
.mgt-pc40-sp30 {margin-top: 30px!important;}
	
	.panel-form-inner .panel-form-inner_item.dis-fl-item:not(:first-child) {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
	.other-id-link-wrap .panel-form-inner_item.dis-fl-item:not(:first-child) {
		margin-top: 40px;
		padding: 0;
		border-top: none;
	}
.panel-form.other-id-link-wrap h3 {
	text-align: center;
	background: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%),linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%);
    background-color: #f4f5f6;
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    border-top: 1px solid #cecece;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 0;
	margin-bottom: 32px;
}
	.other-id-link-wrap .btn-wrap {
		margin-top: 0;
	}
	.ic-user-wrap {
		margin-bottom: 32px;
	}
.other-id-link-wrap .btn-wrap.btn-back-wrap {
	margin-top: 50px;
}
.ic-user-wrap .img-ic .img-ic-inner {
	width: 56px;
}
.ic-user-wrap .line-ic .line-ic-inner {
  width:30px;
}
.ic-user-wrap > .line-ic {
  margin: 0 43px 0 15px;
}
	
.other-account-btn_wrap > div {
	width: 270px;
	margin: auto;
}
}
@media screen and (min-width: 768px){
	.panel-form-inner.dis-fl {
		display: flex;
	}
	.panel-form.other-id-link-wrap .panel-form-inner > .panel-form-inner_item {
		width: auto;
	}
.panel-form .panel-form-inner > .panel-form-inner_item.dis-fl-item {
	width: 50%;
	display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
	.panel-form .panel-form-inner > .panel-form-inner_item.dis-fl-item .dis-fl-item_contents {
		width: 320px;
		margin: auto;
	}
	.panel-form .panel-form-inner > .panel-form-inner_item.dis-fl-item:not(:first-child) {
		border-left: 1px solid #ccc;
	}
	
	.panel-form.other-id-link-wrap {
		margin-top: 40px;
	}
	.panel-form.other-id-link-wrap.second-wrap {
		margin-top: 0;
	}
	.panel-form.other-id-link-wrap .panel-form-inner {
		padding: 0;
	}
	.panel-form.other-id-link-wrap .panel-form-inner > .panel-form-inner_item {
		text-align: center;
		padding: 20px 30px;
	}
	.panel-form.other-id-link-wrap .panel-form-inner > .panel-form-inner_item.dis-fl-item:nth-child(1) {
		border-right: 10px solid #F8F8F8;
	}
	.panel-form.other-id-link-wrap .panel-form-inner > .panel-form-inner_item.dis-fl-item:nth-child(2) {
		border-left: 10px solid #F8F8F8;
	}
	.panel-form.other-id-link-wrap .panel-form-inner > .panel-form-inner_item .dis-fl-item_contents {
		width: auto;
		margin: 0;
	}
	.panel-form.other-id-link-wrap h3 {
		text-align: center;
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
	.other-id-link-wrap .btn-wrap.not-yet-btn_wrap {
		margin-top: 16px;
	}
	.btn-wrap.btn-clm2-l {
		display: flex;
		justify-content: flex-end;
		flex-direction: row-reverse;
		margin-top: 24px;
	}
	.btn-wrap.btn-clm2-l > div {
		width: calc(100%/3);
	}
	.btn-wrap.btn-clm2-l > div:not(:first-child) {
		margin: 0;
		text-align: left;
	}
	.ic-user-wrap > .img-ic {
		margin-right: 60px;
	}
  .ic-user-wrap > .line-ic {
    margin: 0 70px 0 25px;
  }
	.panel-form.link-cancel-wrap .panel-form-inner{
		padding: 20px;
	}
	.panel-form.link-cancel-wrap .panel-form-inner > .panel-form-inner_item {
		padding: 0 ;
	}
	.panel-form.link-cancel-wrap .panel-form-inner > .panel-form-inner_item:not(:first-child){
		margin-top: 20px;
	}
	.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap {
		justify-content: space-between;
		padding-bottom: 20px;
	}
/*	.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap > div {
		width: calc(100%/3);	
	}*/
	.panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap .img-ic {
		padding-right: 40px;
		text-align: left;
	}
  .panel-form.link-cancel-wrap .panel-form-inner_item .ic-link-btn-wrap .line-ic {
    margin-left: 20px;
  }
	.img-ic .img-ic-inner {
		width: 80px;
}
  .line-ic .line-ic-inner {
    width: 40px;
  }
	.panel-form.link-cancel-wrap .link-btn-wrap > p {
		margin-right: 40px;
	}
	.btn-wrap.btn-back-wrap {
		text-align: left;
		margin-top: 24px;
	}
	.panel-form.link-cancel-wrap .link-btn-wrap .btn-wrap {
		margin-right: 319px;
	}
	.panel-form.link-cancel-wrap .link-btn-wrap .btn-wrap .btn {
		min-width: 200px;
	}
	
/* ---------------------------------------------------------------- 
	modal
----------------------------------------------------------------- */

	.modal__inner {
    padding: 20px;
  }
 
  .modalPanel {
    padding: 0 30px;
  }
 
  .modalPanel__inner {
    min-height: 220px;
    padding: 80px 0 30px;
  }
 
  .modalPanel__bottom {
    padding: 32px 0;
  }
 
  .modalPanel__close {
    position: absolute;
    top: 20px;
    right: 0;
  }
	.modalPanel .btn-wrap {
		margin-top: 32px;
	}

}


/*2023 新認証フェーズ3*/
.panel-form.notice-select-wrap {
	background-color: unset;
	padding: 0;
}
.panel-form.notice-select-wrap .panel-form-inner {
	padding: 0;
}
.panel-form.notice-select-wrap .hdg-notice .hdg-notice_txt {
	text-align: left;
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 4.3rem;
    padding-left: 16px;
	margin-bottom: 4px;
}
.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 5px;
	border-bottom: 1px solid #ccc;
}
.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap {
	margin: 10px 0 0 30px;
}
.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap .txt-inner-ttl {
	font-size: 1.4rem;
}
.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap .txt-inner-txt {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px){
	.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item {
		flex-wrap: nowrap;
	}	
	.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .form-radio {
		min-width: 155px;
	}
	.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap {
		margin: 0 0 0 50px;
	}
	.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap .txt-inner-ttl {
		font-size: 1.6rem;
	}
	.panel-form.notice-select-wrap .panel-form-inner .panel-form-inner_item .txt-wrap .txt-inner-txt {
		font-size: 1.4rem;
	}
}

/*2025 認証 UI改善*/
.btn-next._xsmall {
	min-width: 200px;
    font-size: 1.4rem;
	padding: 12px 45px 12px 16px;
}
.countryBox_pc {
	display: flex;
  width: 950px;
  margin: 64px auto;
  justify-content: flex-start;
	flex-wrap: wrap;
}
.countryBox_pc .col {
	width: 300px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-right: 25px;
  margin-bottom: 25px;
}
.countryBox_pc .col:nth-of-type(3n) {
	margin-right: 0;
}
.countryBox_pc a::before, .countryBox_sp a::before {
  content: url(//www.jal.co.jp/commonY15/img/icon_arrow_right_red_01.png);
  vertical-align: text-top;
}
.countryBox_pc .col p {
  margin-top: 15px;
}
.countryBox_pc .cols-lang {
  display: flex;
  justify-content: center;
}
.countryBox_pc .cols-lang a {
  margin: 15px 1em;
  position: relative;
}
.countryBox_pc .cols-lang a:first-child::after {
  content: "";
  background-color: #CCCCCC;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1em;
}

.countryBox_sp {
  margin: 64px auto;
}
.countryBox_sp .col {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.countryBox_sp .col a {
  padding: 20px 7px;
}
.countryBox_sp .col a:first-child {
  width: 55%;
}








