@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #5A5A5A;
  line-height: 1;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  position: relative;
}

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

a {
  color: #3D5AA0;
  text-decoration: underline;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

h2 {
  color: #5A5A5A;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin: 40px 0 32px;
  padding: 20px 0 24px;
  border-bottom: solid 2px #F5F5F5;
  position: relative;
}

h2::before {
  content: "";
  width: 150px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);
  position: absolute;
  left: 0;
  bottom: -2px;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5A5A5A;
  font-weight: bold;
  position: relative;
  margin: 0px 0 24px;
  padding: 20px 0 12px;
  border-bottom: solid 2px #eee;
}

h4, h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5A5A5A;
  font-weight: bold;
  margin: 36px 0 12px;
  padding: 0 0 0 28px;
  position: relative;
}

h4::before {
  content: "";
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);
  position: absolute;
  top: 6px;
  left: 0;
}

h5::before {
  content: "";
  width: 6px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#5A5A5A), to(#999));
  background: linear-gradient(to right, #5A5A5A, #999);
  position: absolute;
  top: 6px;
  left: 0;
}

/* Header */

header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  line-height: 1;
  box-sizing: initial;
}
header.simple_header .header_logo {
  padding: 20px 0 17px;
}
header.simple_header {
  position: absolute;
  top: 0;
  left: 0;
}
header.simple_header + main {
  padding-top: 85px;
}

.header_wrap {
  max-width: 100%;
  padding: 0 0.4504504505vw 0 1.8018018018vw;
}
.header_wrap {
  position: relative;
  z-index: 100;
  max-width: 1406px;
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap::before {
  content: "";
  height: 0.5405405405vw;
}
.header_wrap::before {
  content: "";
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
  width: 100vw;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.header_logo {
  width: 12.6126126126vw;
}
.header_body {
  width: calc(100% - 13.51351vw);
  display: grid;
  grid: "header_menu header_tab" auto "header_menu header_contact" auto/1fr 12.2522522523vw;
}


.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.page_intro_breadcrumb {
  margin-bottom: 20px;
}
.page_intro_breadcrumb:empty {
  display: none;
}
.page_intro_breadcrumb ol {
  list-style: none;
  display: flex;
  font-size: 14px;
}
.page_intro_breadcrumb li {
}
.page_intro_breadcrumb li + li {
  margin-left: 10px;
}
.page_intro_breadcrumb li + li:before {
  display: inline-block;
  content: ">";
  margin-right: 10px;
}
  
/**/
.page_intro .page_intro_inner::before {
  content: "";
  width: 110px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_intro .page_intro_inner {
  padding: 16px 0 36px;
  position: relative;
  border-bottom: solid 1px #B3B5B8;
}
.page_intro .page_intro_inner::before {
  content: "";
  width: 110px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_intro + *:not(.date_sns_area) {
  margin-top: 45px;
}
.page_intro_ttl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/**/

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5A5A5A;
  font-weight: bold;
  margin: 36px 0 12px;
  padding: 0 0 0 28px;
  position: relative;
}
h4::before {
  content: "";
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);

  position: absolute;
  top: 2px;
  left: 0;
}

ul.list_link {
  list-style: none;
}

ul.list_link li {
  padding: 0 0 10px;
  font-size: 1rem;
  line-height: 1.8;
}

.corporate_footer {
  background: #FAFAFA
}

.corporate_footer .footer_wrap {
  max-width: 1120px;
  padding: 24px 10px;
  margin: auto;
}

.columns {
  display: flex;
}
.columns_left {
  order: 1;
  margin-right: 20px;
}
.columns_right {
  order: 2;
  margin-left: 20px;
}

.min_footer .footer-copyright-link-list {
  margin-top: 0;
}
.footer-copyright-link-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 1px #808080;
  padding-bottom: 24px;
  margin-top: 64px;
}
footer a {
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.footer-copyright-link-list a {
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 10px;
  display: block;
}
.copyright {
  margin-top: 24px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Figtree", sans-serif;
}

.pagetop {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 5px;
}
.mod_title_h2 {
  color: #5A5A5A;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin: 40px 0 32px;
    margin-top: 40px;
    margin-bottom: 32px;
  padding: 20px 0 24px;
  border-bottom: solid 2px #F5F5F5;
  position: relative;
}
.mod_title_h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.mod_title_h2::before {
  content: "";
  width: 150px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5098), to(#009de6));
  background: linear-gradient(to right, #2b5098, #009de6);

  position: absolute;
  left: 0;
  bottom: -2px;
}

.contents_head {
  margin-bottom: 14px;
}

.contents_form {
  margin: 20px 0;
}


.contents_form form {
  display: flex;
  flex-wrap: wrap;
  min-width: 900px;
}
.contents_form .form_row {
  width: 100%;
  min-width: 100%;
  display: flex;
  margin: 10px 0 20px 0;
  flex-wrap: wrap;
  justify-content: left;
  /*! align-items: center; */
  max-width: 100%;
}
.contents_form .form_row .form_before {
  display: none;
}

.contents_form h3.form_row {
  padding-top: 30px;
}

.contents_form .form_row > label {
  width: 300px;
  flex-basis: 300px;
  font-weight: bold;
  font-size: 18px;
  flex-grow: 0;
  padding-top: 8px;
  line-height: 1.5;
  position: relative;
}
.contents_form .form_row.required > label:after {
  content: "*";
  color: #EF0000;
}
.contents_form .form_row.pd-hidden {
  display: none;
}

.contents_form .form_row.name {
  width: 590px;
  min-width: 590px;
}
.contents_form .form_row.name + .form_row.name{
  width: 300px;
  min-width: 300px;
}
.contents_form .form_row.name > .form_before {
  display: block;
}
.contents_form .form_row.name > .form_before:before {
  content: "氏名";
  display: block;
  width: 300px;
  flex-basis: 300px;
  font-weight: bold;
  font-size: 18px;
  flex-grow: 0;
  padding-top: 12px;
  position: relative;
}
.contents_form .form_row.name + .form_row.name > .form_before {
  display: none;
}
.contents_form .form_row.name + .form_row.name > .form_before:before {
  content: "";
  display: none;
}
.contents_form .form_row.name > label {
  flex-basis: 50px;
  width: 50px;
  padding-top: 12px;
}
.contents_form .form_row.name .input {
  flex-basis: 180px;
  flex-grow: 1;
}
.contents_form .form_row.name input {
  width: 200px;
}

.contents_form .form_row .input {
  flex-basis: 500px;
  flex-grow: 1;
}
.contents_form .form_row input {
  max-width: 540px;
  width: 100%;
  padding: 8px 10px;
  font-size: 18px;
}
.contents_form .form_row textarea {
  width: 100%;
  max-width: 540px;
  height: 140px;
  padding: 8px 10px;
  font-size: 18px;
}
.contents_form .form_row select {
  padding: 8px 20px;
  font-size: 18px;
  max-width: 100%;
}

/* Checkbox, RadioButton */
.contents_form .form_row.pd-checkbox .input > .value,
.contents_form .form_row.pd-radio .input > .value {
  display: flex;
  flex-wrap: wrap;
}
.contents_form .form_row.pd-checkbox .input > .value > *,
.contents_form .form_row.pd-radio .input > .value > * {
  min-width: 300px;
  width: 260px;
  display: flex;
  align-items: center;
  padding: 4px 0 4px 8px;
  margin-bottom: 4px;
  /*! justify-content: center; */
}
.contents_form .form_row.pd-checkbox .input input,
.contents_form .form_row.pd-radio .input input {
  width: auto;
  margin: 0 4px 0 0;
  padding: 0;
}
.contents_form .form_row.pd-checkbox .input input {
  scale: 1.6;
  
}
.contents_form .form_row.pd-radio .input input {
  scale: 1.5;
  
}
.contents_form .form_row.pd-checkbox .input label,
.contents_form .form_row.pd-radio .input label {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
}

.contents_form .form_row .error {
  width: 100%;
  margin-left: 300px;
  margin-top: 10px;
  font-weight: bold;
  color: #D30000;
}


.contents_form .form_row .description {
  width: 100%;
  padding: 8px 10px 8px 300px;
  line-height: 1.3;
}

.content_before_form figure {
  text-align: center;
  margin-bottom: 20px;
}


.button-submit {
  color:#fff !important;
	border: 1px solid #233c97 !important;
  margin: 20px auto 0 !important;
	padding: 10px 20px;
  font-size: 1.25rem !important;
  font-weight: bold;
  background-color: #233c97 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#233c97), to(#233c97)) !important;
  background-image: -webkit-linear-gradient(top, #233c97, #233c97) !important;
  background-image: -moz-linear-gradient(top, #233c97, #233c97) !important;
  background-image: linear-gradient(to bottom, #233c97, #233c97) !important;
  width: 250px;
}
.button-submit:hover {
  cursor: pointer;
  color:#233c97 !important;
  background-color:#fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
  background-image: -webkit-linear-gradient(top, #fff, #fff) !important;
  background-image: -moz-linear-gradient(top, #fff, #fff) !important;
  background-image: linear-gradient(to bottom, #fff, #fff) !important;
}
.button-submit:focus {
  color:#233c97 !important;
  background-color:#fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
  background-image: -webkit-linear-gradient(top, #fff, #fff) !important;
  background-image: -moz-linear-gradient(top, #fff, #fff) !important;
  background-image: linear-gradient(to bottom, #fff, #fff) !important;
}
.button-submit:active{
  background-color: #233c97 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#233c97), to(#233c97)) !important;
  background-image: -webkit-linear-gradient(top, #233c97, #233c97) !important;
  background-image: -moz-linear-gradient(top, #233c97, #233c97) !important;
  background-image: linear-gradient(to bottom, #233c97, #233c97) !important;
}

.form_before_content,
.form_after_content {
  width: 100%;
}

iframe.form_row,
.form_before_content iframe,
.form_after_content iframe {
  width: 100%;
  border: 1px solid #ddd;
}

iframe.iframe-policy {
  height: 200px;
}
iframe.iframe-support {
  height: 450px;
  border: none;
}

.contents_foot {
  margin-bottom: 40px;
}

#pi_tracking_opt_in_div {
  position: fixed !important;
  top: initial !important;
  bottom: 0 !important;
  padding: 20px 10px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#pi_tracking_opt_in_div a {
  display: inline-block;
  margin: 10px 0 10px 20px;
}


/* ----------------------------------------
 * 2 column layout
 * ---------------------------------------- */
.contents_2column {
  display: flex;
}

.contents_2column > .contents_left {
  padding-right: 20px;
  flex-grow: 1;
  margin-top: 20px;
}
.contents_2column > .contents_right {
  width: 500px;
  flex-grow: 0;
  padding-left: 20px;
  margin-top: 20px;
}

.mod_list_text dt {
  background: #f7f6f3;
  padding: 5px;
  font-weight: bold;
}
.mod_list_text dd {
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 0 0 0 14px;
  line-height: 1.6;
}
.mod_list_text dd ol, 
.mod_list_text dd ul {
  margin-left: 16px;
}
.mod_list_text dd ul {
  list-style-type: disc;
}
.mod_list_text dd li {
  line-height: 1.5;
}

.contents_2column .contents_form form {
  min-width: auto;
}

.contents_2column .contents_form .form_row {
  margin: 5px 0 10px 0;
}
.contents_2column .contents_form .form_row > label {
  width: 100%;
  margin-bottom: 8px;
}
.contents_2column .contents_form .form_row.required > label:after {
  position: initial;
  margin-left: 4px;
}

.contents_2column .contents_form .form_row.name,
.contents_2column .contents_form .form_row.name + .form_row.name {
  width: 100%;
  min-width: initial;
}

.contents_2column .contents_form .form_row.name > .form_before {
  display: none;
}
.contents_2column .contents_form .form_row.name > label {
  width: 100%;
  flex-basis: initial;
}
.contents_2column .contents_form .form_row.name input,
.contents_2column .contents_form .form_row.name textarea {
  width: 100%;
}

.contents_2column .contents_form .form_row.pd-checkbox .input > .value > *,
.contents_2column .contents_form .form_row.pd-radio .input > .value > * {
  min-width: 240px;
  width: auto;
}


.contents_2column .contents_form .form_row .description {
  padding-left: 10px;
}

.contents_2column .contents_form .form_row .error {
  margin-left: 0px;
  margin-bottom: 10px;
}


/**/
#pi_tracking_opt_in_div {
  display: none
}

@media screen and (max-width: 768px) {

  .columns {
    display: block;
  }
  .columns_left {
    order: 1;
    margin: 0 20px;
  }
  .columns_right {
    order: 2;
    margin: 0 20px;
  }
  .wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .page_intro_ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  
  .contents_2column {
    display: block;
  }
  .contents_2column > .contents_left {
    padding-right: 0;
  }
  .contents_2column > .contents_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }


  .contents_form form {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .contents_form .form_row {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 10px 0;
  }
  
  
  .contents_form .form_row > label {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 6px;
  }
  .contents_form .form_row.required > label:after {
    position: initial;
    margin-left: 4px;
  }

  .contents_form .form_row.name,
  .contents_form .form_row.name + .form_row.name {
    width: 100%;
    min-width: initial;
  }

  .contents_form .form_row.name > .form_before {
    display: none;
  }
  .contents_form .form_row.name > label {
    width: 100%;
    flex-basis: initial;
  }
  .contents_form .form_row.name input,
  .contents_form .form_row.name textarea {
    width: 100%;
  }

  .contents_form .form_row.pd-checkbox .input > .value > *,
  .contents_form .form_row.pd-radio .input > .value > * {
    min-width: 240px;
    width: auto;
  }


  .contents_form .form_row .description {
    padding-left: 10px;
  }
  
  .contents_form .form_row input {
    max-width: 100%;
    width: 100%;
    padding: 8px 10px;
    font-size: 18px;
  }

  .contents_form .form_row .error {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}