@charset "utf-8";

/* ======================================================
 * form_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .Header.type-form {
    position: relative;
  }
  .Header.type-form + .Main {
    padding-top: 0;
  }
  #mainBody{
    max-width: 1280px;
    margin: 0 auto;
  }
  .pageHead{
    margin-bottom: 80px !important;
  }
  .text-paragraph{
    margin-top: 2em !important;
  }
  .list-bullet.typeConfirm li{
    font-weight: normal;
  }
  /* ----- box-layout typeForm ----- */
  .box-layout.typePrivacy{
    margin-top: 80px;
  }
  .box-layout.typeForm + .box-layout.typeForm{
    margin-top: 10px;
  }
  .box-layout.typeForm > .box_detail {
    margin-top: 0;
  }
  .form-layout-download{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .form-layout-download dt {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .form-layout-download dd [class*="link-button"] {
    margin-top: 0;
  }
  .form-layout-download dd [class*="link-button"] > li > a::before {
    border-top: solid 9px #ccc;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #ccc;
  }
  /* ----- checkbox ----- */
  form input[type="checkbox"] {
    display: none;
  }
  .form-list-checkbox li{
    font-size: 1.4rem;
  }
  .form-list-checkbox li label{
    cursor: pointer;
  }
  form input[type="checkbox"] + span {
    position: relative;
    padding-left: 35px;
  }
  form input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  form input[type="checkbox"] + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 18px;
    margin-top: -13px;
    transform: rotate(40deg);
    border-bottom: 1px solid #ef7c0a;
    border-right: 1px solid #ef7c0a;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  form input[type="checkbox"]:checked + span::after {
    opacity: 1;
  }
  /* ----- radio ----- */
  .form-list-radio > li + li {
    margin-top: 20px;
  }
  .form-list-radio input[type="radio"] {
    display: none;
  }
  .form-list-radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 36px;
  }
  .form-list-radio input[type="radio"] + label::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 50%;
  }
  .form-list-radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #ef7c0a;
    border-radius: 50%;
  }
  
  .form-select {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 9px 46px 8px 18px;
    background-color: #ecf0f2;
    background-image: url(/english/common/img/form_ic01.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-background-size: 18px 10px;
    background-size: 18px 10px;
    border: none;
  }
  .form-select::-ms-expand {
    display: none;
  }
   /* ----- form-list-step ----- */
   .form-item [data-row-pc="6"] > * {
    width: calc((100% - 160px) / 6);
    margin-left: 26px !important;
  }
 .form-list-step{
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
  }
  .form-list-step > li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc( 33.33% - 1px );
    padding: 16px 10px 14px 20px;
    background-color: #f3f3f3;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    color: #666;
  }
  .form-list-step > li + li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 1px;
    border-left: 30px solid #d0d0d0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .form-list-step > li + li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    border-left: 30px solid #f3f3f3;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .form-list-step > li > span {
    z-index: 2;
  }
  .form-list-step > li.is-current {
    background-color: #666;
    color: #fff;
    font-weight: 700;
  }
  .form-list-step > li.is-current::before {
    display: none;
  }
  .form-list-step > li.is-current + li::before {
    display: none;
  }
  .form-list-step > li.is-current + li::after {
    border-left-color: #666;
  }
  .form-list-step + * {
    margin-top: 36px;
  }
  .form-list-step > li > span > em {
    display: inline-block;
    padding: 2px 13px 0;
    margin-right: 10px;
    border-radius: 10em;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    color: #666;
  }
   /* ----- form-component ----- */
  .form-component .form-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
  }
  .form-component.typeConfirm .form-item {
    border-bottom: solid 1px #eee;
  }
  .form-component .form-item-head,
  .form-component .form-item-cell {
    padding-bottom: 40px;
  }
  .form-component .form-item-head {
    width: 35%;
  }
  .form-component .form-item-cell {
    width: 65%;
  }
  .form-component .form-item:last-child .form-item-head,
  .form-component .form-item:last-child .form-item-cell {
    padding-bottom: 0;
  }
  .form-component.typeConfirm .form-item-head,
  .form-component.typeConfirm .form-item-cell,
  .form-component.typeConfirm .form-item:last-child .form-item-head,
  .form-component.typeConfirm .form-item:last-child .form-item-cell {
    padding: 25px 0;
  }
  .form-component.typeConfirm .form-item:first-child .form-item-head,
  .form-component.typeConfirm .form-item:first-child .form-item-cell {
    padding: 0 0 25px;
  }
  .form-component .form-item-head > *:first-child > span {
    position: relative;
    padding-right: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    text-align: left;
  }
  .form-component .form-required .form-item-head p > span::after,
  .form-icon_required {
    margin-right: 5px;
    padding: 3px 11px 2px 11px;
    border-radius: 10em;
    background-color: #ef7c0a;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    color: #fff;
  }
  .form-component .form-required .form-item-head p > span::after{
    display: inline-block;
    content: "required";
    margin-right: 0;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: normal;
  }
  .form-component .form-item-head .list-note li {
    font-weight: normal;
  }
   /* ----- form ----- */
 .form-component [type="text"] {
    width: 365px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .form-component [type="text"]:placeholder-shown {
    color: #999999;
  }
  .form-component [type="text"]::-webkit-input-placeholder {
    color: #999999;
  }
  .form-component [type="text"]::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  .form-component [type="text"]:-ms-input-placeholder {
    color: #999999;
  }
  .form-component textarea {
    width: 100%;
    height: 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    resize: none;
  }
  .form-component .form-tel-divider {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 365px;
  }
  .form-component .form-tel-divider .form-divide {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .form-component .form-tel-divider .form-divide .form-divide_label {
    width: 30px;
    text-align: center;
  }
  .form-component .form-tel-divider [type="text"] {
    max-width: none;
    width: 100%;
  }
  .form-component .state-error [type="text"],
  .form-component .state-error textarea,
  .form-component .state-error .form-select {
    background-color: #fff2f2;
  }
  .form-component .form-conditional-required:not(.state-error) .form-select {
    background-color: #ecf0f2;
  }
  .form-component .form-error-comment {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #d80000;
  }
  
  /* ----- link-button ----- */
  .form-button-layout.typeNext {
    margin-top: 40px;
  }
  .form-button-layout.typeAgree > li label {
    position: relative;
    display: inline-block;
    min-width: 270px;
    padding: 15px 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .form-button-layout.typeAgree > li label:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .form-button-layout.typeAgree > li label::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: solid 9px #ccc;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #ccc;
    border-radius: 9px 0 0 0;
  }
  .form-button-layout.typeAgree[data-row-pc="2"] {
    margin-top: 20px;
  }
  .form-button-layout.typeAgree[data-row-pc="2"] > li label {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .form-button_submit.typeNext {
    position: relative;
    display: inline-block;
    min-width: 420px;
    margin-top: 40px;
    padding: 10px 55px 10px 80px;
    background-color: #ef7c0a;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgba(204, 204, 204, 1);
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .form-button_submit.typeNext:hover {
    background-color: #f2963b;
    text-decoration: none;
  }
  .form-button_submit.typeNext.disabled,
  .form-button_submit.typeNext.disabled:hover{
    background-color: #ccc;
    color: #fff;
    cursor: default;
  }
  .form-button_submit.typeNext::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 0;
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #fff;
    border-bottom: solid 9px #fff;
    border-left: solid 9px #bc5e00;
    border-radius: 9px 0 0 0;
  }
  .form-button_submit.typeNext.disabled::before {
    border-top: solid 9px #b3b3b3;
    border-right: solid 9px #fff;
    border-bottom: solid 9px #fff;
    border-left: solid 9px #b3b3b3;
  }
  .form-button_submit.typeNext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -10px;
    width: 28px;
    height: 22px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -206px -9px;
  }
  .form-button_submit.typeNext.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -12px;
    width: 28px;
    height: 24px;
    background: url(/english/common/img/com_sprite01.png) no-repeat -41px -199px;
  }
  .form-button-layout .link-button {
    position: relative;
    margin-top: 80px;
  }
  .form-button-layout .link-button li:first-child {
    text-align: center;
  }
  .form-button-layout .form-button_submit.typeNext {
    margin-top: 0;
  }
  .form-button-layout .link-button li + li .a-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form-button-layout .link-button li .a-prev {
    min-width: 170px;
    padding: 15px 55px 15px 65px;
  }
  .form-button-layout .link-button li .a-prev::before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: 50px;
    width: 13px;
    height: 13px;
    background: none;
    border-radius: 0;
    border: none;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .form-button-layout.typeBack {
    margin-top: 60px;
  }
  .form-button-layout.typeBack .form-button_submit a {
    position: relative;
    display: inline-block;
    min-width: 275px;
    padding: 15px 55px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .form-button-layout.typeBack .form-button_submit a:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }

}
