@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 print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
    
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { width: calc((100% -  36px) / 2); }
  [data-row-pc="3"] > * { width: calc((100% -  72px) / 3); }
  [data-row-pc="4"] > * { width: calc((100% - 108px) / 4); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  body{
    position: relative;
    /*overscroll-behavior: none;*/
  }
  .Header {
    min-width: 1200px;
    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: -80px;
  }
  .HeaderBody {
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    height: 80px;
    background-color: #fff;
  }
  
  /* ----- HeaderUtility ----- */
  .HeaderUtility {
    display: flex;
    align-items: center;
    height: 80px;
    min-width: 120px;
  }
  .identity_logo > a {
    display: block;
    width: 256px;
    height: 34px;
    background: url("/common/img/logo.png") no-repeat 0 0;
    background-size: contain;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: 81px;
  }
  .MainBody {
    min-width: 1200px;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  .pageHead .heading-lv1 {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  /* contents */
  .contents {
    padding-bottom: 80px;
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"]:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: absolute;
    bottom: 0;
  }
  .Pagetop > a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-color: #339d90;
  }
  .Pagetop > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 25px;
    height: 19px;
    background: url("/common/img/com_sprite01.png") no-repeat -101px -34px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    min-width: 1200px;
    background-color: #555;
    padding: 32px 30px 31px;
  }
  .FooterUtility {
  }
  .FooterBody {
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    text-align: center;
    font-size: 1.2rem;
    color: #999;
  }
  

  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class^="heading-lv"] .heading_type {
    margin-top: 0.5em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
  }
  [class^="heading-lv"] .heading_type::after {
   content: "　";
  }
  [class*="heading-lv"] a:link .heading_title {
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  /* ----- pageHead ----- */
  
  .pageHead {
    background-color: #008574;
  }
  .pageHead > [class^="heading-lv"] {
    max-width: 1200px;
    margin: 0 auto;
  }
  /* ----- heading-lv1 ----- */
  .pageHead > .heading-lv1 {
    display: flex;
    align-items: flex-end;
    padding: 50px 0;
  }
  .heading-lv1 > .block {
    flex-grow: 1;
  }
  .heading-lv1 .heading_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  /* ----- heading-lv1-bg ----- */
  .heading-lv1-bg {
    display: flex;
    align-items: center;
    padding: 40px 0 20px;
    min-height: 190px;
  }
  [data-browser="ie11"] .heading-lv1-bg {
   height: 190px;
  }
  .heading-lv1-bg > .block {
    position: relative;
    width: 100%;
    padding: 0 0 20px;
    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 {
    max-width: 100%;
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 3.75em 0 30px;
  }
  .heading-lv2 .block {
    display: block;
    padding: 0 0 10px 0;
    color: #333;
    border-bottom: 2px solid #333;
  }
  .heading-lv2 a.block:hover {
    color: #53a700;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.7rem;
    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.6rem;
    padding-left: 10px;
  }
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.5em 0 1.25em;
  }
  .heading-lv4 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }
  
  /* ------------------------------------------------------
   * 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: .2em;
  }
  [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.2em;
    font-size: 1.4rem;
    color: #666;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .6em;
    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;
  }
   /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #008574;
    content: "";
  }
  
  /* ------------------------------------------------------
   * 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.8rem;
    font-weight: bold;
    color: #008574;
  }
  .table-layout .table_caption {
    margin: .5em 0;
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  [data-browser="ie11"] .table-layout th,
  [data-browser="ie11"] .table-layout td {
    padding: 14px 20px 10px;
  }
  .table-layout 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 {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  .table-layout .cell-style3 {
    background-color: #fff0f0;
    font-weight: bold;
  }
  .table-layout .cell-required > div {
    position: relative;
    padding-right: 70px;
  }
  .table-layout .cell-required > div::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    display: block;
    width: 57px;
    height: 24px;
    margin-top: -12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/form_common/img/com_sprite02.png") no-repeat 0 -90px;
  }
  [data-browser="ie11"] .table-layout .cell-required > div::after {
    margin-top: -16px;
  }
  
  /* ------------------------------------------------------
   * Component
  ------------------------------------------------------ */
  .form-flow {
    height: 66px;
    margin-bottom: 50px;
    background: url("/form_common/img/com_sprite02.png") no-repeat 0 0;
  }
  .form-flow.step1 {
    background-position: 0 -150px;
  }
  .form-flow.step2 {
    background-position: 0 -220px;
  }
  .form-flow.step3 {
    background-position: 0 -290px;
  }
  .form-flow .form-flow-list {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .form-flow .form-flow-list > li {
    width: calc(100% / 3);
    text-align: center;
  }
  .form-flow .form-flow-list > li > span {
    font-weight: bold;
    font-size: 2.0rem;
  }
  [data-browser="ie11"] .form-flow .form-flow-list > li {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .form-flow.step1 .form-flow-list > li:nth-child(1) > span {
    color: #fff;
  }
  .form-flow.step2 .form-flow-list > li:nth-child(2) > span {
    color: #fff;
  }
  .form-flow.step3 .form-flow-list > li:nth-child(3) > span {
    color: #fff;
  }
  
  .icon-required {
    display: inline-block;
    width: 57px;
    height: 24px;
    margin-right: 8px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: text-bottom;
    background: url("/form_common/img/com_sprite02.png") no-repeat 0 -90px;
  }
  
  .form-input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    resize: none;
    width: 450px;
  }
  .form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-height: 150px;
    resize:vertical;
  }
  .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 {
    background-color: white;
    border: 1px solid #ddd;
    display: inline-block;
    font: inherit;
    font-size: 1.6rem;
    padding: 10px 45px 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
  }
  .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% - 25px) calc(1.3em + 2px),
      calc(100% - 19px) calc(1.3em + 2px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  .form-radio {
    display: flex;
    margin: 0.5em 0;
  }
  .form-radio > li + li {
    margin-left: 30px;
  }
  .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: 36px;
    cursor: pointer;
  }
  .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 -60px -120px;
    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 -60px -90px;
  }
  [data-browser="ie11"] .form-radio {
    display: flex;
    margin: 0.5em 0 0;
  }
  [data-browser="ie11"] input[type="radio"] + label {
    padding-top: 4px;
  }
  .form-checkbox[data-row-pc="2"] {
    display: block;
  }
  .form-checkbox[data-row-pc="2"] > li {
    margin-left: 0 !important;
    display: block;
    float: left;
    width: calc(100% / 2);
  }
  .form-checkbox[data-row-pc="2"] > li:nth-child(odd) {
    padding-right: 20px;
  }
  .form-checkbox > li + li {
  }
  .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: 36px;
    cursor: pointer;
  }
  .form-checkbox input[type="checkbox"] + 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 -90px -120px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .form-checkbox input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -90px -90px;
  }
  [data-browser="ie11"] .form-checkbox input[type="checkbox"] + label::before {
    margin-top: -12px;
  }
  .zip-search {
    float: left;
    margin-right: 30px;
  }
  /* ----- zip-button ----- */
  .zip-button > li > a,
  .zip-button > button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 0;
    min-width: 273px;
    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;
    cursor: pointer;
  }
  .zip-button > li > a > .button_inner,
  .zip-button > button > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px 35px 13px 35px;
    border-radius: 40px;
  }
  .zip-button > li > a:hover,
  .zip-button > button:hover {
    color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .zip-button > li > a:hover > .button_inner,
  .zip-button > button:hover > .button_inner {
    background-color: #53a700;
  }
  .zip-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  [data-browser="ie11"] .zip-button > li > a > .button_inner,
  [data-browser="ie11"] .zip-button > button > .button_inner {
    padding: 17px 35px 9px 35px;
  }
  /* ----- add-button ----- */
  .add-button {
    margin-top: 30px;
    text-align: center;
  }
  .add-button > a {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    min-width: 376px;
    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: 17px 35px 17px 45px;
    border-radius: 40px;
  }
  .add-button > a:hover {
    color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .add-button > a:hover > .button_inner {
    background-color: #53a700;
  }
  .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 -120px -90px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .add-button > a:hover > .button_inner .link_label::before {
    background: url("/form_common/img/com_sprite02.png") no-repeat -120px -120px;
  }
  [data-browser="ie11"] .add-button > a > .button_inner {
    padding: 20px 35px 14px 45px;
  }
  [data-browser="ie11"] .add-button > a > .button_inner .link_label::before {
    margin-top: -13px;
  }
  .form-divide {
    float: left;
  }
  .form-divide + .form-divide {
    margin-left: 30px;
  }
  .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: 30px auto;
  }
  .form-charge_manager input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .form-charge_manager li > label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 13px 40px 13px 40px;
    min-width: 376px;
    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 > label:hover {
    color: #fff;
    background-color: #53a700;
    border: 1px solid #ddd;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .form-charge_manager li > input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -90px -120px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
  .form-charge_manager li > input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -90px -90px;
  }
  [data-browser="ie11"] .form-charge_manager li > label {
    padding: 17px 40px 9px 40px;
  }
  [data-browser="ie11"] .form-charge_manager li > input[type="checkbox"] + label::before {
    margin-bottom: 6px;
  }
  .form-file {
    margin-top: 1em;
    display: flex;
  }
  .form-q_other {
    margin-right: 30px;
  }
  .form-privacy {
    margin-top: 39px;
    border: 1px solid #ddd;
  }
  .form-privacy.seminer-request {
    margin-top: 80px;
  }
  .form-privacy .form-privacy-title {
    padding: 50px 30px 20px;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  .form-privacy-frame {
    margin: 10px 10px 10px 20px;
    height: 250px;
    overflow-y: auto;
  }
  .form-privacy.seminer-request .form-privacy-frame {
    margin: 0px 10px 10px 20px;;
    height: 259px;
    overflow-y: auto;
  }
  .form-privacy.seminer-request .list-bullet {
    margin-top: .9em;
  }
  .form-privacy-frame > .form-privacy-frame_inner {
    padding: 10px;
  }
  .form-privacy-frame .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    padding: 1px 2px;
    border-radius: 0;
    background-color: #ddd;
  }
  .form-privacy-frame .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    border-radius: 0;
    background-color: #bbb;
  }
  .form-privacy-consent {
    background-color: #f4f4f4;
    margin-top: 39px;
  }
  .form-privacy-consent > label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .form-privacy-consent > label > .icon-required {
    margin-left: 15px;
  }
  .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 {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/form_common/img/com_sprite02.png") no-repeat -90px -120px;
    margin-right: 15px;
  }
  .form-privacy-consent input[type="checkbox"]:checked + label::before{
    background: url("/form_common/img/com_sprite02.png") no-repeat -90px -90px;
  }
  [data-browser="ie11"] .form-privacy-consent > label {
    padding: 30px 26px 22px 26px;
  }
  [data-browser="ie11"] .form-privacy-consent input[type="checkbox"] + label::before {
    margin-bottom: 6px;
  }
  [data-browser="ie11"] .form-privacy-consent .icon-required {
    margin-bottom: 6px;
  }
  /* ----- text-lead-sys ----- */
  .text-lead-sys {
    margin-bottom: 0.5em;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
  }
  /* ----- link-button ----- */
  .link-button {
    margin-top: 5em;
  }
  .link-button[data-row-pc="1"] > li + li {
    margin-top: 1.5rem;
  }
  .link-button > li > a {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    min-width: 273px;
    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: 17px 35px 17px 45px;
    border-radius: 40px;
  }
  .link-button > li > a:hover {
    color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .link-button > li > a:hover > .button_inner {
    background-color: #53a700;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 30px;
    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 > li > a:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #fff;
  }
  [data-browser="ie11"] .link-button > li > a > .button_inner {
    padding: 20px 35px 14px 45px;
  }
  /* ----- form-submit ----- */
  .form-submit {
    margin-top: 5em;
    text-align: center;
  }
  /* ----- form-submit-button ----- */
  .form-submit-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 23px 35px 23px 45px;
    min-width: 580px;
    border: 2px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    font-size: 2.2rem;
    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;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-submit-button:hover {
    color: #008574;
    border: 2px solid #008574;
    background-color: #fff;
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
  .form-submit-button::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .form-submit-button:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #008574;
  }
  [data-browser="ie11"] .form-submit-button {
    padding: 27px 35px 19px 45px;
  }
  /* ----- form-incomplete-button ----- */
  .form-incomplete-button {
    display: inline-block;
    margin-bottom: 4px;
    padding: 23px 35px 22px 45px;
    min-width: 580px;
    border: 2px solid #ec6c6b;
    border-radius: 42px;
    background-color: #ec6c6b;
    box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 1);
    font-weight: bold;
    color: #fff;
    font-size: 2.2rem;
    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;
    outline: none;
    appearance: none;
  }
  .form-incomplete-button > span {
    position: relative;
    padding-left: 55px;
  }
  .form-incomplete-button > span::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background: url("/form_common/img/com_sprite02.png") no-repeat 0 -50px;
    vertical-align: text-bottom;
  }
  [data-browser="ie11"] .form-incomplete-button {
    padding: 27px 35px 19px 45px;
  }
  [data-browser="ie11"] .form-incomplete-button > span::before {
    margin-top: -20px;
  }
  /* ----- form-comfirmed-button ----- */
  .form-comfirmed-button {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 23px 35px 23px 45px;
    min-width: 580px;
    border: 2px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    font-size: 2.2rem;
    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;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-comfirmed-button:hover {
    color: #008574;
    border: 2px solid #008574;
    background-color: #fff;
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
  .form-comfirmed-button::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .form-comfirmed-button:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #008574;
  }
  [data-browser="ie11"] .form-comfirmed-button {
    padding: 27px 35px 19px 45px;
  }
  /* ----- form-correct ----- */
  .form-correct {
    margin-top: 2.5em;
    text-align: center;
  }
  /* ----- form-correct-button ----- */
  .form-correct-button {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    padding: 17px 35px 17px 45px;
    min-width: 273px;
    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;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  .form-correct-button:hover {
    color: #fff;
    border: 1px solid #ddd;
    background-color: #53a700;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
  .form-correct-button::before {
    position: absolute;
    top: 50%;
    left: 30px;
    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;
  }
  .form-correct-button:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #fff;
  }
  [data-browser="ie11"] .form-correct-button {
    padding: 20px 35px 14px 45px;
  }
  /* ----- 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: 50px 0;
    padding: 30px;
    background-color: #ffe3e0;
    border: 1px solid #cc0000;
  }
  .errorMessage_list > li,
  .errorMessage > .errorMessageText {
    position: relative;
    padding-left: 20px;
    color: #cc0000;
    font-weight: bold;
    padding-top: 0;
  }
  .errorMessage_list > ::before,
  .errorMessage > .errorMessageText::before {
    position: absolute;
    top: .7em;
    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% - 25px) calc(1.3em + 2px),
      calc(100% - 19px) calc(1.3em + 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;
  }
  
  /* ------------------------------------------------------
   * for IE11
  ------------------------------------------------------ */
  [data-browser="ie11"] [data-row-pc="2"] > * { width: calc(((100% - (36px * 1)) / 2) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="3"] > * { width: calc(((100% - (36px * 2)) / 3) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="4"] > * { width: calc(((100% - (36px * 3)) / 4) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="5"] > * { width: calc(((100% - (36px * 4)) / 5) - 0.1px); }
  [data-browser="ie11"] [data-row-pc="6"] > * { width: calc(((100% - (36px * 5)) / 6) - 0.1px); }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .container::after,
  .form-checkbox[data-row-pc="2"]::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;
  }
}