@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/09/21, 16:04:45
    Author     : T.Abe Work
*/
html, body {
  height: 100%; }

.email-img {
  width: 360px; }

#wrap {
  width: 100%;
  position: relative;
  min-height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #wrap #header {
    background-color: #C1272C;
    color: white;
    height: 3rem;
    width: 100%;
    position: absolute;
    top: 0;
    border-bottom: 0.5rem solid #A6272B; }
  #wrap #footer {
    background-color: #C1272C;
    color: white;
    height: 3rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 0.5rem solid #A6272B; }

.left-nav {
  min-height: 100%;
  background-color: #F1F1F1  !important;
  padding-top: 1rem;
  border-left: 1px solid lightgray; }
  .left-nav:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    z-index: 10;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    background-color: white; }

.right-main {
  min-height: 100%;
  background-color: #F1F1F1  !important;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  border-right: 1px solid lightgray; }

.nav-progress .item {
  line-height: 3rem;
  font-size: 1.6rem;
  position: relative;
  padding-left: 3.5rem; }
  .nav-progress .item i.fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 2.4rem; }
  .nav-progress .item.active {
    background-color: #C1272C;
    color: white; }
    .nav-progress .item.active i.fa {
      color: #C1272C;
      background-color: white; }
.nav-progress .arrow {
  text-align: center; }

.nav-progress-mobile {
  margin-bottom: 2rem;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 3rem; }
  .nav-progress-mobile .head {
    background-color: #C1272C;
    color: white;
    font-size: 1.8rem;
    padding: 1rem; }
    .nav-progress-mobile .head .title {
      display: inline-block;
      font-weight: bold; }
  .nav-progress-mobile .icons {
    width: 100%;
    margin-top: 1.5rem; }
    .nav-progress-mobile .icons td.icon {
      color: #7F7F7F;
      text-align: center;
      position: relative; }
      .nav-progress-mobile .icons td.icon.active {
        background-color: #C1272C;
        color: white; }
        .nav-progress-mobile .icons td.icon.active:after {
          position: absolute;
          width: 100%;
          content: '\f0d7';
          font-family: 'FontAwesome';
          color: #C1272C;
          top: -3.3rem;
          left: 0;
          font-size: 3rem; }
      .nav-progress-mobile .icons td.icon i {
        display: inline-block;
        width: 5rem;
        height: 5rem;
        font-size: 4rem;
        line-height: 5rem; }
    .nav-progress-mobile .icons td.arrow {
      font-size: 1.6rem;
      color: #C1272C;
      text-align: center;
      padding: .5rem; }

h1.title {
  display: inline-block;
  position: relative;
  background-color: #4d4d4d;
  color: white;
  margin-left: 4rem;
  min-height: 4rem;
  border-radius: 2rem;
  padding-left: 6rem;
  padding-right: 3rem;
  line-height: 4rem;
  font-size: 3.2rem; }
  h1.title i.fa {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    background-color: white;
    color: #4d4d4d;
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1.6rem; }

h2.h2-type1 {
  display: inline-block;
  color: #7F7F7F;
  border-bottom: 2px solid #C1272C;
  margin-left: 2rem;
  padding: 0 0.25rem 0.5rem; }
  h2.h2-type1:after {
    display: block;
    content: ""; }

h3.h3-type1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2.5rem;
  margin-bottom: 3rem;
  margin-top: 0; }

h3.h3-type2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  border-bottom: 1px solid #C1272C;
  border-left: 2rem solid #C1272C; }

.my-btn {
  border: 2px solid #C1272C;
  background-color: white;
  color: #C1272C;
  font-size: 2.25rem;
  line-height: 3rem;
  border-radius: 2rem;
  padding: 0.5rem 2rem; }
  .my-btn:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    color: #C1272C; }
  .my-btn.my-btn-primary {
    color: white;
    background-color: #C1272C; }
    .my-btn.my-btn-primary:hover {
      background-color: #d94247; }
    .my-btn.my-btn-primary[disabled] {
      background-color: gray;
      border-color: darkgray;
      color: darkgray; }

button.my-btn {
  padding: 0.3rem 1.8rem 0.2rem; }

div.access {
  padding: 2rem;
  background-color: white;
  border-top: 1px solid #C1272C;
  border-bottom: 1px solid #C1272C;
  margin-bottom: 2rem;
  margin-top: 2rem; }

table.my-form {
  width: 100%;
  border: 1px solid #7F7F7F;
  background-color: #E5E5E5; }
  table.my-form th {
    border: 1px solid #7F7F7F;
    width: 100px;
    text-align: center;
    background-color: #B2B2B2;
    color: white; }
    table.my-form th.requied:before {
      content: "[必須]";
      color: #C1272C;
      display: block; }
  table.my-form td {
    border: 1px solid #7F7F7F;
    padding: 1rem 1rem 0 1rem; }
    table.my-form td select[name^=date] {
      width: 8rem;
      display: inline-block; }
    table.my-form td.my-form-name .form-group {
      display: inline-block; }
      table.my-form td.my-form-name .form-group input {
        display: inline-block;
        width: 200px; }
    table.my-form td.my-form-address .post-icon {
      background-color: #4d4d4d;
      color: white;
      height: 32px;
      width: 32px;
      line-height: 32px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      vertical-align: -3px;
      border-radius: 2px; }
    table.my-form td.my-form-address .form-group {
      display: inline-block; }
      table.my-form td.my-form-address .form-group input[name="post-code"] {
        display: inline-block;
        width: 200px; }
      table.my-form td.my-form-address .form-group input[name="address1"] {
        display: inline-block;
        width: 240px; }
      table.my-form td.my-form-address .form-group input[name="address2"] {
        display: inline-block;
        width: 480px; }
    table.my-form td.my-form-check div.checkbox {
      display: inline-block;
      margin-right: 1rem; }
    table.my-form td.my-form-radio input[type="radio"] {
      display: none; }
    table.my-form td.my-form-radio div.my-radio {
      display: inline-block;
      position: relative;
      margin-left: 10px;
      margin-right: 6px;
      height: 18px;
      width: 18px;
      vertical-align: -3px; }
    table.my-form td.my-form-radio input[type="radio"] + div.my-radio:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      background-color: white;
      border: 1px solid #C1272C;
      border-radius: 9px; }
    table.my-form td.my-form-radio input[type="radio"]:checked + div.my-radio:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      width: 6px;
      height: 6px;
      background-color: #C1272C;
      border-radius: 3px; }
    table.my-form td .form-group + div.comment {
      position: relative;
      top: -10px;
      left: 10px; }
    table.my-form td .form-group.date {
      display: inline-block; }
      table.my-form td .form-group.date > div {
        display: inline-block; }

ol.step-explain {
  margin-top: 1rem;
  font-size: 2rem; }
  ol.step-explain .title:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #B2B2B2;
    padding-left: 2.5rem;
    position: relative;
    left: -2.5rem; }
  ol.step-explain .explain {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    font-size: 1.6rem; }

.my-list1 {
  list-style: none; }
  .my-list1 > li {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 150%;
    position: relative; }
    .my-list1 > li:before {
      font-family: 'FontAwesome';
      content: '\f111';
      position: absolute;
      top: 0;
      left: -2rem;
      color: #C1272C;
      font-size: 1.2rem; }
  .my-list1.my-list1-narrow li {
    margin-bottom: .5rem; }

ol.my-list2 {
  list-style: decimal;
  padding-left: 2rem;
  margin-bottom: 3rem; }
  ol.my-list2 > li {
    position: relative;
    font-size: 1.6rem; }
    ol.my-list2 > li:before {
      position: absolute;
      left: -2rem;
      display: block;
      width: 100%;
      border-bottom: 1px dashed #C1272C;
      content: ''; }
    ol.my-list2 > li > ul {
      margin-top: .75rem;
      margin-bottom: 1rem;
      padding-left: 3rem;
      list-style: none; }
      ol.my-list2 > li > ul > li {
        font-size: 1.4rem;
        position: relative; }
        ol.my-list2 > li > ul > li.strong {
          font-weight: bold;
          color: #BC1212;}
        ol.my-list2 > li > ul > li:before {
          font-family: 'FontAwesome';
          content: '\f111';
          position: absolute;
          top: 0.2rem;
          left: -1.5rem;
          color: #C1272C;
          font-size: 0.6rem; }

.my-hr {
  background-color: #B2B2B2;
  height: 1px;
  margin: 4rem 2rem; }

div.message {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.parts-image {
  text-align: center; }
  .parts-image img {
    max-width: 100%;
    width: 100%; }

table.table-parts tbody > tr > td,
table.table-parts tbody > tr > th {
  vertical-align: middle; }
table.table-parts th.check {
  padding: 0; }

/*# sourceMappingURL=style.css.map */
