@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*-----------------------------------------------------------------------
## variable #############################################################
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
## mixin #################################################################
-----------------------------------------------------------------------*/
/* -----------------------------------------------------------------------
## base ##################################################################
----------------------------------------------------------------------- */
h1, * {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  line-height: inherit; }

body {
  color: #333;
  font: 13px/1.4 Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; }

* html body {
  font-size: small; }

*:first-child + html body {
  font-size: small; }

a {
  color: #DC0139;
  text-decoration: underline; }

li {
  list-style: none; }

.container * {
  box-sizing: border-box; }

.container {
  max-width: 980px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 10px 40px;
  font-size: 16px;
  font-size: 1rem; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/* -----------------------------------------------------------------------
## pageHeader pageFooter##################################################
----------------------------------------------------------------------- */
.pageHeader {
  margin: 0 0 20px; }
  .pageHeader .pageTitle {
    float: left; }

.pageFooter {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0; }
  .pageFooter .policy {
    font-size: 12px;
    font-size: 0.75rem; }

/* -----------------------------------------------------------------------
## contents ##############################################################
----------------------------------------------------------------------- */
.contentsHeader {
  position: relative; }
  .contentsHeader .steps {
    margin-bottom: 30px;
    padding-right: 24px;
    text-align: center; }
  .contentsHeader .steps_item {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 2px solid #999;
    background: #e0e0e0;
    color: #999;
    font-size: 0.8em; }
    .contentsHeader .steps_item:after {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      content: "\f061";
      height: 1em;
      line-height: 1;
      margin: auto;
      color: #333;
      font-family: FontAwesome; }
    .contentsHeader .steps_item:last-child:after {
      content: ""; }
    .contentsHeader .steps_item.is-active {
      border-color: #6792EA;
      color: #6792EA;
      background: #fff; }
    .contentsHeader .steps_item .sp {
      display: none; }
  .contentsHeader .opMsg {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem; }

.contents {
  background: #f0f0f0;
  border-radius: 5px;
  border: 1px solid #f0f0f0; }
  .contents article {
    padding: 20px 40px; }
  .contents .contentsTitle {
    margin: 0 0 30px;
    padding: 10px 0 ;
    border-bottom: 4px solid #333;
    font-size: 24px;
    font-size: 1.5rem; }

.formRow {
  position: relative;
  margin: 0;
  padding: 15px 5px 15px 25px; }
  .formRow:nth-child(odd) {
    background: #e0e0e0; }
  .formRow .require {
    display: inline-block;
    line-height: 20px;
    text-indent: 0;
    margin: 0 0 0 10px;
    padding: 0px 10px;
    color: #fff;
    background: #DC0139;
    border-radius: 3px;
    vertical-align: text-bottom;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal; }

td div.formRow {
  background: #e0e0e0; }
  td div.formRow:nth-child(odd) {
    background: #f0f0f0; }

.img_seq {
  margin-left: 110px; }

.formTitle {
  float: left;
  width: 19.99%;
  padding: 14px 0 0;
  line-height: 1;
  font-weight: bold; }

.formGroup {
  position: relative;
  float: right;
  width: 80%;
  padding-left: 10px; }
  .formGroup_item {
    position: relative;
    padding: 0; }
  .formGroup.inline .formGroup_item {
    display: inline-block; }
  .formGroup .attention {
    margin-top: 5px;
    color: #C7395B;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    float: left; }
  .formGroup .w30p {
    width: 25%;
    float: left;
    margin-right: 20px; }
  .formGroup .w45p {
    width: 45%;
    float: left;
    margin-right: 10px; }
  .formGroup .w70p {
    width: 70%;
    float: left;
    margin-right: 10px; }
  .formGroup .w95p {
    width: 95%;
    float: left;
    margin-right: 10px; }
  .formGroup .w250px {
    width: 250px;
    float: left;
    margin-right: 10px; }
  .formGroup .w90px {
    width: 90px;
    float: left;
    margin-right: 10px; }
  .formGroup .w25p {
    width: 25%;
    float: left;
    max-width: 90px;
    margin-right: 10px; }
  .formGroup .w35p {
    width: 35%;
    float: left;
    margin-right: 10px;
    max-width: 120px; }
  .formGroup .w60p {
    width: 60%;
    float: left;
    margin-right: 10px;
    max-width: 180px; }
  .formGroup .hyphen {
    width: 25%;
    float: left;
    margin-right: 20px;
    max-width: 90px; }
    .formGroup .hyphen:after {
      position: absolute;
      top: 9px;
      bottom: 0;
      right: -13px;
      height: 20px;
      line-height: 1;
      margin: auto;
      content: "-";
      display: block;
      font-family: FontAwesome;
      font-size: 16px;
      font-size: 1rem; }
  .formGroup .between {
    width: 25%;
    float: left;
    max-width: 90px;
    margin-right: 30px; }
    .formGroup .between:after {
      position: absolute;
      top: 9px;
      bottom: 0;
      right: -23px;
      height: 20px;
      line-height: 1;
      margin: auto;
      content: "～";
      display: block;
      font-family: FontAwesome;
      font-size: 16px;
      font-size: 1rem; }

.formCaption {
  display: block;
  text-indent: -.45em;
  padding-left: 1em;
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 0.75rem; }

.btnBox {
  display: inline-block; }
  .btnBox .back {
    margin-right: 20px;
    background: #909090;
    box-shadow: 0 3px 0 #676767; }
    .btnBox .back:hover {
      box-shadow: 0 6px 0 #676767; }

/* ################# forms ################# */
select {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12px 15px 11px;
  border: 2px solid #dfdfdf;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }
  select:focus {
    outline: none;
    border-color: #6792EA !important;
    box-shadow: 0 0 10px rgba(103, 146, 234, 0.5); }

.formRow:nth-child(odd) select {
  border: 2px solid #cfcfcf; }

.selectWrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background: #fff; }
  .selectWrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    height: 14px;
    line-height: 1;
    margin: auto;
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-size: 0.875rem; }

input[type="text"],
input[type="num"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="num"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus {
    outline: none;
    border-color: #6792EA !important;
    box-shadow: 0 0 10px rgba(103, 146, 234, 0.5); }

label {
  display: inline-block;
  cursor: pointer; }
  label input[type="checkbox"],
  label input[type="radio"] {
    display: none; }
    label input[type="checkbox"] + span,
    label input[type="radio"] + span {
      position: relative;
      margin-left: 30px; }
      label input[type="checkbox"] + span .fa_c,
      label input[type="radio"] + span .fa_c {
        display: none;
        font-family: FontAwesome; }
      label input[type="checkbox"] + span .fa_s,
      label input[type="radio"] + span .fa_s {
        display: none; }
      label input[type="checkbox"] + span:before,
      label input[type="radio"] + span:before {
        position: absolute;
        top: 0;
        left: -26px;
        height: 1em;
        line-height: 1;
        margin: auto;
        color: #999;
        font-family: FontAwesome;
        font-size: 24px;
        font-size: 1.5rem; }
    label input[type="checkbox"]:checked + span:before,
    label input[type="radio"]:checked + span:before {
      color: #FE8709; }

label input[type="radio"] + span:before {
  content: "\f10c"; }
label input[type="radio"]:checked + span:before {
  content: "\f192"; }

label input[type="checkbox"] + span:before {
  content: "\f096"; }
label input[type="checkbox"]:checked + span:before {
  content: "\f046"; }

 .sp_btn label {
  margin-top: 5px; }
.mypage_checkbox {
  cursor: default; }

input[type="button"],
input[type="submit"] {
  position: relative;
  top: 0;
  margin: 0 0 15px;
  padding: 15px 60px;
  background: #F74545;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #DD3D3D;
  cursor: pointer; }
  input[type="button"]:hover,
  input[type="submit"]:hover {
    top: -3px;
    opacity: .9;
    box-shadow: 0 6px 0 #DD3D3D; }
  input[type="button"]:focus,
  input[type="submit"]:focus {
    outline: none; }

textarea {
  width: 100%;
  height: 10rem;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #dfdfdf; }
  textarea:focus {
    outline: none;
    border-color: #6792EA !important;
    box-shadow: 0 0 10px rgba(103, 146, 234, 0.5); }

.kiyaku_text {
  font-size: 0.8em;
  font-family: inherit; }
  .kiyaku_text:focus {
    border-color: #dfdfdf !important; }

.logout_pc {
  float: right;
  position: relative;
  z-index: 2; }

.logout_pc input[type="button"], .logout_sp input[type="button"], .ao_order input[type="button"] {
  position: relative;
  top: 0;
  padding: 15px 60px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #52BCDE;
  box-shadow: 0 3px 0 #0073A2;
  cursor: pointer; }
  .logout_pc input[type="button"]:hover, .logout_sp input[type="button"]:hover, .ao_order input[type="button"]:hover {
    top: -3px;
    opacity: .9;
    box-shadow: 0 6px 0 #0073A2; }
  .logout_pc input[type="button"]:focus, .logout_sp input[type="button"]:focus, .ao_order input[type="button"]:focus {
    outline: none; }
  .logout_pc input[type="button"].on, .logout_sp input[type="button"].on, .ao_order input[type="button"].on {
    top: 3px;
    opacity: .9;
    box-shadow: 0 0 0 #0073A2; }

.ao_mypage input[type="button"] {
  width: 70%;
  position: relative;
  top: 0;
  padding: 15px 2px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #ff8c00;
  box-shadow: 0 3px 0 #d2691e;
  cursor: pointer; }
  .ao_mypage input[type="button"]:hover {
    top: -3px;
    opacity: .9;
    box-shadow: 0 6px 0 #d2691e; }
  .ao_mypage input[type="button"]:focus {
    outline: none; }
  .ao_mypage input[type="button"].on {
    top: 3px;
    opacity: .9;
    box-shadow: 0 0 0 #d2691e; }
  
.logout_sp input[type="button"] {
  width: 100%; }

.w2080 {
  table-layout: fixed; }
  .w2080 th {
    width: 20%; }
  .w2080 td {
    width: 80%; }

.w3070 th, .w3070 td {
  width: 30%; }
.w3070 td:nth-child(2n) {
  width: 70%; }

.w5050 td {
  width: 45%;
  text-align: center; }
.w5050 td:nth-of-type(2n) {
  width: 10%; }

.w302050 td {
  width: 30%; }
.w302050 td:nth-of-type(2n) {
  width: 20%;
  text-align: center; }
.w302050 td:nth-of-type(3n) {
  width: 50%; }

.formRow .errorText {
  position: relative;
  top: 5px;
  padding: 0 0 0 3px;
  color: #C7395B;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0; }

.formRow div.error .errorText,
.formRow.error .errorText {
  opacity: 1; }
.formRow div.error input[type="text"],
.formRow div.error input[type="tel"],
.formRow div.error input[type="num"],
.formRow div.error input[type="email"],
.formRow.error input[type="text"],
.formRow.error input[type="tel"],
.formRow.error input[type="num"],
.formRow.error input[type="email"] {
  border-color: #C7395B !important;
  background: #FFECE5; }
  .formRow div.error input[type="text"]:focus,
  .formRow div.error input[type="tel"]:focus,
  .formRow div.error input[type="num"]:focus,
  .formRow div.error input[type="email"]:focus,
  .formRow.error input[type="text"]:focus,
  .formRow.error input[type="tel"]:focus,
  .formRow.error input[type="num"]:focus,
  .formRow.error input[type="email"]:focus {
    box-shadow: 0 0 10px rgba(199, 57, 91, 0.5) !important; }
.formRow div.error .selectWrapper,
.formRow.error .selectWrapper {
  background: #FFECE5; }
  .formRow div.error .selectWrapper select,
  .formRow.error .selectWrapper select {
    border-color: #C7395B !important; }
    .formRow div.error .selectWrapper select:focus,
    .formRow.error .selectWrapper select:focus {
      box-shadow: 0 0 10px rgba(199, 57, 91, 0.5) !important; }
.formRow div.error textarea,
.formRow.error textarea {
  border-color: #C7395B !important;
  background: #FFECE5; }
  .formRow div.error textarea:focus,
  .formRow.error textarea:focus {
    box-shadow: 0 0 10px rgba(199, 57, 91, 0.5) !important; }

div.errorAttention {
  color: #DC0139; }

/* -----------------------------------------------------------------------
## PC ####################################################################
----------------------------------------------------------------------- */
@media screen and (min-width: 641px) {
  .contentsHeader .steps {
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
    .contentsHeader .steps .steps_item:nth-of-type(6) .pc {
      display: block;
      margin-top: 0.7em; }

  .logout_sp {
    display: none; }

  .contentsFooter {
    text-align: center; }

  .fa_s {
    display: none;
    font-family: FontAwesome; }

  .cvs div {
    width: 28%;
    margin: 0 4% 15px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs div img {
      width: 100%; }
  .cvs-map div {
    width: 80%;
    margin: 0 4% 15px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs-map div img {
      width: 100%; } }
/* -----------------------------------------------------------------------
## Sections ##############################################################
----------------------------------------------------------------------- */
.forms .kiyakuBox {
  background: none;
  padding: 0; }

/* -----------------------------------------------------------------------
## formじゃないtable#######################################################
----------------------------------------------------------------------- */
.table table {
  width: 100%; }
  .table table th, .table table td {
    border: 1px solid #ccc;
    padding: 10px;
    word-wrap: break-word; }
  .table table th {
    background: #e0e0e0;
    text-align: left; }
  .table table td {
    background: #fff; }
.table .w5050 td {
  border: none;
  background: none;
  vertical-align: top; }
  .table .w5050 td span {
    display: block;
    color: #C7395B;
    font-size: 20px;
    padding: 5px 0 10px; }

@media screen and (max-width: 640px) {
  .table table th, .table table td {
    display: block; }
  .table table th {
    text-align: center; } }
/* -----------------------------------------------------------------------
## smartphone ############################################################
----------------------------------------------------------------------- */
/* ################# ～ 880px ################# */
@media screen and (max-width: 880px) {
  .contents .contentsTitle {
    margin-bottom: 15px; }

  .contentsHeader .steps {
    margin-bottom: 15px; }

  .formTitle {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding-left: 2px; }
    .formTitle br {
      display: none; }
      .formTitle br .require {
        margin-top: 0 !important; }

  .formGroup {
    float: none;
    width: auto;
    padding-left: 0; }
    .formGroup_attention {
      padding-top: 0; } }
/* ################# ～ 768px ################# */
@media screen and (max-width: 768px) {
  .contents article {
    padding: 10px 20px; }

  .cvs div {
    width: 44%;
    margin: 0 5% 10px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs div img {
      width: 100%; }
  .cvs-map div {
    width: 65%;
    margin: 0 5% 10px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs-map div img {
      width: 100%; } }
/* ################# ～ 640px ################# */
@media screen and (max-width: 640px) {
  .contents .contentsTitle {
    font-size: 20px;
    font-size: 1.25rem; }

  label {
    display: block; }

  .sp_btn label {
    float: left;
    width: 43%;
    margin-bottom: 5px;}
    .sp_btn label:nth-of-type(2) {
      float: right;
      margin-right: 5%; }
    .sp_btn label:nth-of-type(4) {
      float: right;
      margin-right: 5%; }
    .sp_btn label input[type="radio"] + span {
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px 5px;
      background: #999;
      color: #fff;
      border-radius: 5px;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem; }
      .sp_btn label input[type="radio"] + span:before {
        display: none; }
    .sp_btn label input[type="radio"]:checked + span {
      position: relative;
      background: #FE8709; }
      .sp_btn label input[type="radio"]:checked + span .fa_c {
        display: inline; }

  .sp_btn_chk label {
    float: left;
    width: 100%; }
    .sp_btn_chk label input[type="checkbox"] + span {
      display: block;
      width: 100%;
      margin: 0;
      padding: 15px 5px;
      background: #999;
      color: #fff;
      border-radius: 5px;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem; }
      .sp_btn_chk label input[type="checkbox"] + span .fa_s {
        display: inline;
        font-family: FontAwesome;
        margin-right: 8px; }
      .sp_btn_chk label input[type="checkbox"] + span:before {
        display: none; }
    .sp_btn_chk label input[type="checkbox"]:checked + span {
      position: relative;
      background: #FE8709; }
      .sp_btn_chk label input[type="checkbox"]:checked + span .fa_c {
        display: inline;
        margin-right: 5px; }
      .sp_btn_chk label input[type="checkbox"]:checked + span .fa_s {
        display: none;
        font-family: FontAwesome; }

  input[type="button"] {
    padding: 15px 5px; }

  .pageHeader .pageTitle {
    width: 66.666%; }
    .pageHeader .pageTitle img {
      max-width: 100%;
      height: auto; }

  .contents article {
    padding: 10px; }

  .contentsHeader .steps {
    padding-right: 0;
    margin-bottom: 0;
    text-align: center; }
  .contentsHeader .steps_item {
    padding: 5px 8px;
    margin: 0 0 15px 22px;
    font-size: 14px;
    font-size: 0.875rem; }
    .contentsHeader .steps_item:first-child {
      margin-left: 0; }
    .contentsHeader .steps_item:after {
      right: -22px; }
    .contentsHeader .steps_item .sp {
      display: inline; }
    .contentsHeader .steps_item .pc {
      display: none; }
    .contentsHeader .steps_item br {
      display: none; }
    .contentsHeader .steps_item.is-active .sp {
      display: none; }
    .contentsHeader .steps_item.is-active .pc {
      display: inline; }

  .formTitle {
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 0; }

  .formGroup .formGroup_item.w250px, .formGroup .formGroup_item.w60p {
    width: 95%;
    max-width: none; }
  .formGroup .formGroup_item.wide {
    width: 45%;
    margin: 8px 5% 0 0;
    max-width: none; }
  .formGroup .formGroup_item.w60p.wide {
    margin: 8px 2% 0 0; }
  .formGroup .formGroup_item.w35sp {
    width: 35%;
    margin: 8px 0 0 0;
    max-width: none; }

  .btnBox input[type="submit"] {
    width: 48%;
    padding: 15px 0; }
  .btnBox.ao_confirm input[type="submit"] {
    width: 52%; }

  .btnBox {
    width: 100%; }
    .btnBox input[type="button"] {
      width: 48%;
      float: left; }
      .btnBox input[type="button"]:nth-of-type(1) {
        margin-right: 4%; }
      .btnBox input[type="button"]:only-child {
        width: 100%; }
    .btnBox.ao_confirm input[type="button"] {
      width: 44%; }

  .img_seq {
    margin-left: 0;
    width: 120px;
    overflow: hidden;
    float: left; }

  .logout_pc {
    display: none; }

  .w2080 th, .w2080 td, .w302050 th, .w302050 td, .w3070 th, .w3070 td, .w5050 th, .w5050 td {
    width: 100%; }
  .w2080 td:nth-child(2n), .w302050 td:nth-child(2n), .w3070 td:nth-child(2n), .w5050 td:nth-child(2n) {
    width: 100%; }
  .w2080 td:nth-child(3n), .w302050 td:nth-child(3n), .w3070 td:nth-child(3n), .w5050 td:nth-child(3n) {
    width: 100%; }

  .ml13sp {
    margin-left: 13% !important; }

  .cvs div {
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs div img {
      width: 100%; }
  .cvs-map div {
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
    vertical-align: top; }
    .cvs-map div img {
      width: 100%; } }
/* -----------------------------------------------------------------------
## Utility ###############################################################
----------------------------------------------------------------------- */
.db {
  display: block; }

.dib {
  display: inline-block; }

.di {
  display: inline; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml00 {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl00 {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr00 {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.red {
  color: red; }

.ml23p {
  margin-left: 23px !important; }
  .ml23p input {
    width: 70%; }

/*# sourceMappingURL=style.css.map */


#front_thumb {
    width: 120px;
    height: 160px;
    display:inline-block; 
    position:relative;
    overflow:hidden; 
    vertical-align:middle; 
} 
#front_thumb input[type="file"] {
    position:absolute;
    top:0; 
    right:0; 
    cursor:pointer;
    width: 120px;
    height: 160px;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity:0;
}
#front_thumb img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border: 2px solid;
    border-color: #aaa;  
}
#img_picture {
    width: 120px;
    height: 160px;
}