@charset "utf-8";

/* ======================================================
 * form.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Main
 * - Footer
 * - Other
 * - Clearfix
 * @media print, screen and (max-width: 767px)
 * - Common
 * - Header
 * - Main
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */




@media only screen and (max-width: 767px) {
  
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  body{
    /*overscroll-behavior: none;*/
  }
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 15;
    transition: top .3s ease 0s;
    /*overscroll-behavior: none;*/
  }
  .is-scroll .Header {
    top: -50px;
  }
  .HeaderBody {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 15px;
    height: 50px;
    background-color: #fff;
  }
  
  /* ----- HeaderUtility ----- */
  .HeaderUtility {
    display: flex;
    align-items: center;
    height: 47px;
  }
  .identity_logo > a {
    display: block;
    width: 168px;
    height: 23px;
    background: url("/common/img/logo.png") no-repeat 0 0;
    background-size: contain;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    padding-top: 50px;
  }
  .MainBody {
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    width: 100%;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  
  /* ----- container ----- */
  .container {
    overflow: hidden;
    padding: 30px 15px 40px;
  }
  
  /* contents */
  .contents {
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .Pagetop > a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-color: #eee;
  }
  .Pagetop > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 24px;
    height: 18px;
    background: url("/common/img/com_sprite01.png") no-repeat -215px -32px;
    background-size: 240px auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    width: 100%;
    background-color: #555;
    padding: 31px 15px 32px;
  }
  .FooterUtility {
  }
  .FooterBody {
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    text-align: center;
    font-size: 1.0rem;
    color: #999;
  }
  
  
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.25;
  }
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: underline;
  }
  [class^="heading-lv"] .heading_type {
    margin-top: 0.5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  [class^="heading-lv"] .heading_type + .heading_type {
    margin-top: 0;
  }
  #main .heading-lv1 + * {
    margin-top: 2.15em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.45em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + *,
  #main .heading-lv5 + * {
    margin-top: 1.1em;
  }
  /* ----- pageHead ----- */  
  .pageHead {
   background-color: #008574;
  }
  .pageHead > [class^="heading-lv"] {
    margin: 0 auto;
  }
  /* ----- heading-lv1 ----- */
  .pageHead > .heading-lv1 {
    display: flex;
    flex-flow: column;
  }
  .heading-lv1 > .block {
    padding: 25px 15px;
   /*background-color: #008574;*/
  }
  .heading-lv1 .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .heading-lv1 .heading_subtitle {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* ----- heading-lv1-bg ----- */
  .heading-lv1-bg {
    display: flex;
    align-items: center;
    padding: 20px 15px 20px;
    min-height: 120px;
  }
  .heading-lv1-bg > .block {
    position: relative;
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-lv1-bg > .block::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    background-color: #fff;
  }
  .heading-lv1-bg .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 30px 0 20px;
  }
  .heading-lv2 .block {
    display: block;
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #333;
  }
  .heading-lv2 .sort-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtitle {
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtext {
    font-size: 1.4rem;
  }
  .heading-lv2.js-accordion-SP_trigger .heading_title::before,
  .heading-lv2.js-accordion-SP_trigger .heading_title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #008574;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .heading-lv2.js-accordion-SP_trigger .heading_title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .heading-lv2.js-accordion-SP_trigger.is-active .heading_title::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .text-paragraph-v2 {
    margin-top: 1.5em;
  }
  .text-paragraph-v3 {
    margin-top: 2em;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail {
    margin-top: .25em;
  }
  [class*="list-note"] > li > .list_detail > *:first-child,
  [class*="list-note"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-bullet"] > li > .list_detail > *:first-child,
  [class*="list-bullet"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-order"] > li > .list_detail > *:first-child,
  [class*="list-order"] > li > .list_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  
  /* ----- list-note ----- */
  .list-note {
    margin: 0.5em 0;
  }
  .list-note > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.2rem;
    color: #666;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 15px;
  }
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008574;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 1em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout caption > *:last-child {
    margin-bottom: 0 !important;
  }
  .table-layout .table_title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #008574;
  }
  .table-layout .table_caption {
    margin: .5em 0 1em;
    font-size: 1.1rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 14px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #555;
    color: #fff;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    font-weight: bold;
    background-color: #f4f4f4;
  }
  .table-layout .cell-style3 {
    background-color: #fff0f0;
    font-weight: bold;
  }
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 12px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #888;
  }
  .table-layout[data-layout-sp="scroll"] th,
  .table-layout[data-layout-sp="scroll"] td {
    white-space: nowrap;
  }
  .table-layout[data-layout-sp="vertical"] col,
  .table-layout[data-layout-sp="vertical"] tbody,
  .table-layout[data-layout-sp="vertical"] tr,
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  .table-layout .cell-required {
    z-index: -1;
    position: relative;
    padding-right: 80px;
  }
  .table-layout .cell-required::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "必須";
    display: block;
    width: 50px;
    height: 21px;
    margin-top: -11px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/form_common/img/com_sprite02.png") no-repeat -75px -45px;
    background-size: 600px 180px;
  }
  
  /* ------------------------------------------------------
   * Component
  ------------------------------------------------------ */
  .form-flow {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .form-flow::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat 0 0;
    background-size: 600px 180px;
  }
  .form-flow.step1::before {
    background-position: -245px 0;
  }
  .form-flow.step2::before {
    background-position: -315px 0;
  }
  .form-flow.step3::before {
    background-position: -385px 0;
  }
  .form-flow .form-flow-list {
    display: flex;
    align-items: center;
  }
  .form-flow .form-flow-list > li > span {
    font-weight: bold;
    font-size: 2.1rem;
  }
  .form-flow.step1 .form-flow-list > li:nth-child(2),
  .form-flow.step1 .form-flow-list > li:nth-child(3) {
    display: none;
  }
  .form-flow.step2 .form-flow-list > li:nth-child(1),
  .form-flow.step2 .form-flow-list > li:nth-child(3) {
    display: none;
  }
  .form-flow.step3 .form-flow-list > li:nth-child(1),
  .form-flow.step3 .form-flow-list > li:nth-child(2) {
    display: none;
  }
  
  .icon-required {
    display: inline-block;
    width: 50px;
    height: 21px;
    margin-right: 3px;
    margin-left: 9px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    background: url("/form_common/img/com_sprite02.png") no-repeat -75px -45px;
    background-size: 600px 180px;
  }
  .form-input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    resize: none;
    width: 100%;
  }
  .form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-height: 135px;
  }
  .form-input-text:placeholder-shown,
  .form-textarea:placeholder-shown {
    color: #999999;
  }
  .form-input-text::-webkit-input-placeholder,
  .form-textarea::-webkit-input-placeholder {
    color: #999999;
  }
  .form-input-text::-moz-placeholder,
  .form-textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  .form-input-text:-ms-input-placeholder,
  .form-textarea:-ms-input-placeholder {
    color: #999999;
  }
  .form-input-text:focus::-webkit-input-placeholder,
  .form-textarea:focus::-webkit-input-placeholder {
    color: transparent;
    caret-color: #999999;
  }
  .form-input-text:focus::-moz-placeholder,
  .form-textarea:focus::-moz-placeholder {
    color: transparent;
    caret-color: #999999;
  }
  /* ----- form-select ----- */
  .form-select > select {
    /* styling */
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    display: inline-block;
    font: inherit;
    font-size: 1.6rem;
    padding: 12px 35px 12px 15px;
    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
  }
  .form-select > select::-ms-expand {
    display: none;
  }
  /* arrows */
  .form-select > select {
    background-image:
      linear-gradient(45deg, transparent 50%, #008574 50%),
      linear-gradient(135deg, #008574 50%, transparent 50%),
      linear-gradient(to right, #fff, #fff);
    background-position:
      calc(100% - 20px) calc(1.2em + 2px),
      calc(100% - 14px) calc(1.2em + 2px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  .form-radio {
    display: flex;
    margin: 0.5em 0 0;
  }
  .form-radio > li + li {
    margin-left: 25px;
  }
  .form-radio input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .form-radio input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 2;
  }
  .form-radio input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -185px -55px;
    background-size: 600px 180px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .form-radio input[type="radio"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -185px -35px;
    background-size: 600px 180px;
  }
  
  /* ----- zip-button ----- */
  .zip-button {
    margin-top: 15px;
  }
  .zip-button > li > a,
  .zip-button > button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 0;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .zip-button > li > a > .button_inner,
  .zip-button > button > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 25px 12px 25px;
    border-radius: 40px;
  }
  .zip-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  /* ----- add-button ----- */
  .add-button {
    margin-top: 30px;
    text-align: center;
  }
  .add-button > a {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .add-button > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 40px 12px 40px;
    border-radius: 40px;
  }
  .add-button .link_label {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    line-height: 1.5;
  }
  .add-button > a > .button_inner .link_label::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -225px -35px;
    background-size: 600px 180px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .form-divide {
    display: flex;
    align-items: center;
  }
  .form-divide > input  {
    flex-grow: 1;
  }
  .form-divide + .form-divide {
    margin-top: 15px;
  }
  .form-text-label + input {
    width: 180px;
    margin-left: 15px;
  }
  input + .form-text-label {
    margin-left: 30px;
  }
  .form-charge_manager {
    
  }
  .form-charge_manager li {
    text-align: center;
    margin: 15px auto 40px;
  }
  .form-charge_manager input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .form-charge_manager li > label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 13px 40px 13px 40px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .form-charge_manager li > input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -55px;
    background-size: 600px 180px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .form-charge_manager li > input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -35px;
    background-size: 600px 180px;
  }
  .form-file {
    margin-top: 1em;
    width: 100%;
    font-size: 1.4rem;
  }
  .form-q_other {
    margin-right: 30px;
  }
  .form-checkbox {
  }
  .form-checkbox + .form-checkbox {
    margin-top: 0.5em;
  }
  .form-checkbox > li + li {
    margin-top: 0.5em;
  }
  .form-checkbox input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .form-checkbox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  .form-checkbox input[type="checkbox"] + label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -55px;
    background-size: 600px 180px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .form-checkbox input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -35px;
    background-size: 600px 180px;
  }
  .form-checkbox .form-input-text {
    margin-top: 0.5em;
  }
  .form-privacy {
    margin-top: 20px;
    border: 1px solid #ddd;
  }
  .form-privacy .form-privacy-title {
    padding: 25px 5px 15px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  .form-privacy-frame {
    margin: 3px 5px;
    height: 286px;
    overflow-y: scroll;
  }
  .form-privacy.seminer-request .form-privacy-frame {
    margin: 0px 10px 10px 4px;
    height: 284px;
    overflow-y: auto;
  }
  .form-privacy-frame > .form-privacy-frame_inner {
    padding: 10px 20px 10px 10px;
  }
  .form-privacy-frame > .form-privacy-frame_inner > .list-order:first-child {
    margin-top: 0;
  }
  .form-privacy-frame > .form-privacy-frame_inner > .list-bullet:first-child{
    margin-top: 0;
  }
  .form-privacy-consent {
    background-color: #f4f4f4;
    margin-top: 22px;
  }
  .form-privacy-consent > label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px 25px 42px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5rem;
  }
  .form-privacy-consent input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    opacity: 0;
  }
  .form-privacy-consent input[type="checkbox"] + label::before {
    position: absolute;
    top: 28px;
    left: calc(50% - 115px);
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -55px;
    background-size: 600px 180px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .form-privacy-consent input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -205px -35px;
    background-size: 600px 180px;
  }
  
  .form-privacy-consent .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .seminer-request .list-order > li:nth-of-type(n+2) {
    margin-top: 9px;
  }
  .seminer-request .list-order {
    line-height: 1.3;
  }
  .form-privacy-consent .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-privacy-consent .list-order > li > .list_mark_heading {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .form-privacy-consent .list-order > li > .list_text_heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /* ----- text-lead-sys ----- */
  .text-lead-sys {
    margin-bottom: 0.5em;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  /* ----- link-button ----- */
  .link-button {
    margin-top: 3em;
  }
  .link-button[data-row-sp="1"] > li + li {
    margin-top: 1.5rem;
  }
  .link-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 14px 25px 14px 35px;
    border-radius: 40px;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.3;
  }
  /* ----- form-submit ----- */
  .form-submit {
    margin-top: 42px;
    text-align: center;
  }
  /* ----- form-submit-button ----- */
  .form-submit-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 10px 35px 8px 45px;
    width: 100%;
    border: 2px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-submit-button::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  /* ----- form-incomplete-button ----- */
  .form-incomplete-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 10px 35px 8px 45px;
    width: 100%;
    border: 2px solid #ec6c6b;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 1);
    background-color: #ec6c6b;
    font-weight: bold;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    appearance: none;
  }
  .form-incomplete-button > span {
    position: relative;
    padding-left: 35px;
  }
  .form-incomplete-button > span::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 25px;
    height: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -75px -25px;
    background-size: 600px 180px;
  }
  /* ----- form-comfirmed-button ----- */
  .form-comfirmed-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 10px 35px 7px 45px;
    width: 100%;
    border: 2px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-comfirmed-button::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  /* ----- form-correct ----- */
  .form-correct {
    margin-top: 1em;
    text-align: center;
  }
  /* ----- form-correct-button ----- */
  .form-correct-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 10px 35px 10px 45px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-correct-button::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  /* ----- button-control ----- */
  .form-submit .form-submit-button {
    display: inline-block;
  }
  .form-submit .form-incomplete-button {
    display: none;
  }
  .form-submit.disabled .form-submit-button {
    display: none;
  }
  .form-submit.disabled .form-incomplete-button {
    display: inline-block;
  }
  /* ------------------------------------------------------
   * Error
  ------------------------------------------------------ */
  .errorMessage {
    margin: 30px 0;
    padding: 15px;
    background-color: #ffe3e0;
    border: 1px solid #cc0000;
  }
  .errorMessage_list > li,
  .errorMessage > .errorMessageText {
    position: relative;
    padding-top: 0;
    padding-left: 12px;
    color: #cc0000;
    font-weight: bold;
  }
  .errorMessage_list > ::before,
  .errorMessage > .errorMessageText::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cc0000;
    content: "";
  }
  .errorMessage_list > li + li,
  .errorMessage > .errorMessageText + .errorMessageText {
    margin-top: 0.5em;
  }
  input.error,
  textarea.error,
  select.error {
    background-color: #ffe3e0;
  }
  .form-select > select.error {
    background-image:
      linear-gradient(45deg, transparent 50%, #008574 50%),
      linear-gradient(135deg, #008574 50%, transparent 50%),
      linear-gradient(to right, #ffe3e0, #ffe3e0);
    background-position:
      calc(100% - 20px) calc(1.2em + 2px),
      calc(100% - 14px) calc(1.2em + 2px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  .errorMessageText {
    clear: both;
    padding-top: 0.5em;
    color: #cc0000;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after {
    display: block;
    clear: both;
    content: "";
  }
}



/* ======================================================
 * Print
====================================================== */
@media print {
  .Pagetop,
  .Assist {display:none!important;}
  .Main {
    display: block;
    width: 100%;
    overflow: inherit;
  }
  .MainBody {
    display: block;
    overflow-x: inherit;
  }
  .contents {
    display: block;
  }
}