@charset "UTF-8";
/*==================================
normalize.css
==================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  /* -moz-box-sizing: content-box; */
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
    /**
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  */

  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*==================================
common.css
==================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *:before, *:after {
    /**
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

     */
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
    /**
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

     */
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !Important;
}

.center_al {
  text-align: center !Important;
}

.right_al {
  text-align: right !Important;
}

.noimg {
  background-image: none !Important;
}

.nobackcolor {
  background-color: transparent !Important;
}

.noborder {
  border: none !Important;
}

.noborder_top {
  border-top: none !Important;
}

.noborder_bottom {
  border-bottom: none !Important;
}

.noborder_left {
  border-left: none !Important;
}

.noborder_right {
  border-right: none !Important;
}

.strong {
  font-weight: bold !important;
}

/*margin*/
.mg00 {
  margin: 0 !Important;
}

.mt00 {
  margin-top: 0 !Important;
}

.mt05 {
  margin-top: 5px !Important;
}

.mt10 {
  margin-top: 10px !Important;
}

.mt15 {
  margin-top: 15px !Important;
}

.mt20 {
  margin-top: 20px !Important;
}

.mt25 {
  margin-top: 25px !Important;
}

.mt30 {
  margin-top: 30px !Important;
}

.mt35 {
  margin-top: 35px !Important;
}

.mt40 {
  margin-top: 40px !Important;
}

.mt45 {
  margin-top: 45px !Important;
}

.mt50 {
  margin-top: 50px !Important;
}

.mb00 {
  margin-bottom: 0 !Important;
}

.mb05 {
  margin-bottom: 5px !Important;
}

.mb10 {
  margin-bottom: 10px !Important;
}

.mb15 {
  margin-bottom: 15px !Important;
}

.mb20 {
  margin-bottom: 20px !Important;
}

.mb25 {
  margin-bottom: 25px !Important;
}

.mb30 {
  margin-bottom: 30px !Important;
}

.mb35 {
  margin-bottom: 35px !Important;
}

.mb40 {
  margin-bottom: 40px !Important;
}

.mb45 {
  margin-bottom: 45px !Important;
}

.mb50 {
  margin-bottom: 50px !Important;
}

.mb100 {
  margin-bottom: 100px !Important;
}

.mb150 {
  margin-bottom: 150px !Important;
}

.mb200 {
  margin-bottom: 200px !Important;
}

.ml00 {
  margin-left: 0 !Important;
}

.ml05 {
  margin-left: 5px !Important;
}

.ml10 {
  margin-left: 10px !Important;
}

.ml15 {
  margin-left: 15px !Important;
}

.ml20 {
  margin-left: 20px !Important;
}

.ml25 {
  margin-left: 25px !Important;
}

.ml30 {
  margin-left: 30px !Important;
}

.ml35 {
  margin-left: 35px !Important;
}

.ml40 {
  margin-left: 40px !Important;
}

.ml45 {
  margin-left: 45px !Important;
}

.ml50 {
  margin-left: 50px !Important;
}

.mr00 {
  margin-right: 0 !Important;
}

.mr05 {
  margin-right: 5px !Important;
}

.mr10 {
  margin-right: 10px !Important;
}

.mr15 {
  margin-right: 15px !Important;
}

.mr20 {
  margin-right: 20px !Important;
}

.mr25 {
  margin-right: 25px !Important;
}

.mr30 {
  margin-right: 30px !Important;
}

.mr35 {
  margin-right: 35px !Important;
}

.mr40 {
  margin-right: 40px !Important;
}

.mr45 {
  margin-right: 45px !Important;
}

.mr50 {
  margin-right: 50px !Important;
}

/*padding*/
.pg00 {
  padding: 0 !Important;
}

.pg03 {
  padding: 3px !Important;
}

.pg05 {
  padding: 5px !Important;
}

.pg10 {
  padding: 10px !Important;
}

.pg15 {
  padding: 15px !Important;
}

.pg20 {
  padding: 20px !Important;
}

.pg25 {
  padding: 25px !Important;
}

.pg30 {
  padding: 30px !Important;
}

.pt00 {
  padding-top: 0 !Important;
}

.pt05 {
  padding-top: 5px !Important;
}

.pt10 {
  padding-top: 10px !Important;
}

.pt15 {
  padding-top: 15px !Important;
}

.pt20 {
  padding-top: 20px !Important;
}

.pt25 {
  padding-top: 25px !Important;
}

.pt30 {
  padding-top: 30px !Important;
}

.pt35 {
  padding-top: 35px !Important;
}

.pt40 {
  padding-top: 40px !Important;
}

.pt45 {
  padding-top: 45px !Important;
}

.pt50 {
  padding-top: 50px !Important;
}

.pb00 {
  padding-bottom: 0 !Important;
}

.pb05 {
  padding-bottom: 5px !Important;
}

.pb10 {
  padding-bottom: 10px !Important;
}

.pb15 {
  padding-bottom: 15px !Important;
}

.pb20 {
  padding-bottom: 20px !Important;
}

.pb25 {
  padding-bottom: 25px !Important;
}

.pb30 {
  padding-bottom: 30px !Important;
}

.pb35 {
  padding-bottom: 35px !Important;
}

.pb40 {
  padding-bottom: 40px !Important;
}

.pb45 {
  padding-bottom: 45px !Important;
}

.pb50 {
  padding-bottom: 50px !Important;
}

.pl00 {
  padding-left: 0 !Important;
}

.pl05 {
  padding-left: 5px !Important;
}

.pl10 {
  padding-left: 10px !Important;
}

.pl15 {
  padding-left: 15px !Important;
}

.pl20 {
  padding-left: 20px !Important;
}

.pl25 {
  padding-left: 25px !Important;
}

.pl30 {
  padding-left: 30px !Important;
}

.pl35 {
  padding-left: 35px !Important;
}

.pl40 {
  padding-left: 40px !Important;
}

.pl45 {
  padding-left: 45px !Important;
}

.pl50 {
  padding-left: 50px !Important;
}

.pr00 {
  padding-right: 0 !Important;
}

.pr05 {
  padding-right: 5px !Important;
}

.pr10 {
  padding-right: 10px !Important;
}

.pr15 {
  padding-right: 15px !Important;
}

.pr20 {
  padding-right: 20px !Important;
}

.pr25 {
  padding-right: 25px !Important;
}

.pr30 {
  padding-right: 30px !Important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !Important;
}

.pr45 {
  padding-right: 45px !Important;
}

.pr50 {
  padding-right: 50px !Important;
}

/*==================================
共通
==================================*/
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 1.4rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #206AB3;
  /*text-decoration: none;*/
  outline: none;
}
a:hover {
  /*text-decoration: underline;*/
}
a.pdf {
  padding-right: 25px;
  background: url("../images/pdf_icon.png") right center no-repeat;
  background-size: 20px 24px;
  margin-top: -10px;
  display: inline-block;
  margin-bottom: 10px;
}

.switch {
  visibility: hidden;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.red {
  color: #E8382F;
}

/*==================================
ヘッダー
==================================*/
header {
  width: 100%;
  position: relative;
  /*height: 72px;*/
  padding: 12px;
}
header .header_inner {
  width: 100%;
  margin: 0 auto;
}
header .header_inner .logo img {
  width: 104px;
  height: auto;
}
header .header_inner .logo p {
  display: none;
}

/*==================================
フッター
==================================*/
footer {
  background: #333333;
  position: relative;
  text-align: center;
  padding: 10px 10px;
}
footer .footer_logo img {
  width: 25px;
}
footer .footer_nav {
  margin: 10px auto;
}
footer .footer_nav li {
  display: block;
  margin: 0 0 8px;
  font-size: 1.2rem;
}
footer .footer_nav li a {
  color: #ccc;
}
footer .footer_nav li a:hover {
  text-decoration: none;
}
footer p.copyright {
  color: #fff;
  font-size: 1.0rem;
  /*letter-spacing: 0.1em;*/
  margin: 0 auto;
}

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  display: none;
}
#totop img {
  width: 44px;
  /*opacity: 0.7 !important;*/
}

/*==================================
メインコンテンツ
==================================*/
/*==================================
同意ページ
==================================*/
.wrap {
  width: 100%;
  max-width: 900px;
  margin: 5px auto 0;
}

.border_wrap {
  border-width: 5px;
  border-style: solid;
  width: 100%;
}

.ippan_border_color {
  border-color: #00A6D0;
}

.gyosei_border_color {
  border-color: #5FB200;
}

.inner {
  width: 94%;
  max-width: 820px;
  margin: 10px auto 10px;
}
.inner section {
  padding-top: 10px;
}
.inner section + section {
  margin-bottom: 40px;
}

.form_flow {
  margin-bottom: 20px;
}

.flow {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.flow li {
  display: table-cell;
  position: relative;
  background: #DDDDDD;
  padding: 0 0.5em 0 1.5em;
  color: #000;
  font-size: 1.0rem;
  line-height: 1.3;
  vertical-align: middle;
  height: 60px;
  width: 20%;
  /*text-align: center;*/
}
.flow li:last-child {
  padding-right: 1em;
}
.flow li:last-child::before {
  display: none;
}
.flow li:last-child::after {
  display: none;
}
.flow li:last-child br {
  display: none;
}

.flow li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -10px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.flow li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -10px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #DDDDDD;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}


.flow li.active {
  background: #E8382F;
  color: #fff;
}
.flow li.active:after {
  border-color: transparent transparent transparent #E8382F;
}

.form_main_title {
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}
.form_main_title .sub_text {
  font-size: 1.4rem;
  display: block;
}
.form_main_title .main_text {
  font-size: 2.0rem;
  line-height: 1.4;
  display: block;
}

.section_title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 10px;
  border-left: 10px solid #005DA9;
  line-height: 1;
  margin: 10px 0 10px;
}

.pdf_list li {
  margin-bottom: 10px;
}

.btn {
  text-align: center;
  margin-top: 30px;
}
.btn a {
  margin: 10px auto;
  padding: 11px 0;
  font-size: 1.4rem;
  background-color: #E8382F;
  color: #fff;
  border-style: none;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.frame_box {
  margin: 30px auto 10px;
  width: 100%;
  height: 300px;
  border: 1px solid #000;
  overflow: auto;
}
.frame_box img {
  width: 100%;
}

.check_text {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.checkbox {
  font-size: 1.6rem;
  /*text-align: center;*/
  padding: 15px 5%;
  border: 1px solid #000;
}

.border_box {
  border: 1px solid #000000;
  padding: 15px 5%;
}

.purpose_box {
  margin: 30px auto 10px;
}
.purpose_box ul.purpose_list li {
  text-indent: -1.0em;
  padding-left: 1.2em;
}
.purpose_box ul.purpose_list li ul {
  margin-left: -1.2em;
}

.purpose_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}

.border_list {
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 10px auto 30px;
}
.border_list li {
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.border_list li .red a {
  color: #E8382F;
}
.border_list li .check_01 {
  display: none;
}
.border_list li .check_02 {
  display: none;
}

.submit_section {
  margin-top: 50px;
}

input[type="submit"],
input[type="button"],
input[type="text"],
select,
textarea,
button {
  /** -moz-appearance: none; */
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
select,
textarea {
  background: #fff;
  display: block;
  font-size: 16px;
  padding: 8px 10px 6px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
  border: 1px solid #777777;
  line-height: 1.4;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="text"]:disabled {
  background-color: #AAAAAA;
}

textarea[name="comments"] {
  display: inline-block;
  width: 100%;
  height: 300px;
}

input::placeholder,
textarea::placeholder {
  color: #AAAAAA;
}

::-webkit-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
}

::-moz-placeholder {
  color: #AAAAAA;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
}

.selectbox {
  position: relative;
  display: inline-block;
}
.selectbox select {
  padding-right: 30px;
}

.selectbox::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: url("../images/arrow.png") center center no-repeat;
  background-size: cover;
  color: #333;
}

.selectbox::after {
  pointer-events: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="file"] {
  border-radius: 0;
  /** -webkit-box-sizing: content-box; */
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="file"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
input[type="file"]:focus {
  outline-offset: -2px;
}

input[type="submit"] {
  margin: 10px auto;
  padding: 15px 0;
  font-size: 1.4rem;
  background-color: #E8382F;
  color: #fff;
  border-style: none;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

input[type="button"] {
  margin: 10px auto;
  padding: 15px 0;
  font-size: 1.4rem;
  background-color: #E8382F;
  color: #fff;
  border-style: none;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
input[type="button"]:disabled {
  background-color: #777777;
}
input[type="submit"]:disabled {
  background-color: #777777;
}

.error {
  color: #E8382F;
}

.blue {
  color: #0000FF;
}

/*==================================
必要書類の入手+送付
==================================*/
.pdf_box {
  margin: 30px auto 0;
}

.link_btn {
  text-align: center;
  margin-top: 50px;
}
.link_btn a {
  margin: 10px auto;
  padding: 15px 0;
  font-size: 1.4rem;
  background-color: #E8382F;
  color: #fff;
  border-style: none;
  width: 90%;
  max-width: 100%;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.link_btn a.link span {
  padding-right: 30px;
  background: url("../images/link_icon.png") right center no-repeat;
  background-size: 16px 16px;
  display: inline-block;
}

.horizontal_list {
  border-top: 1px solid #CCCCCC;
  margin: 15px auto;
}
.horizontal_list li {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 1em;
  font-weight: 700;
}
.horizontal_list li .note {
  font-weight: 400;
}
.horizontal_list li .red {
  font-weight: 400;
}

.gray_box {
  background: #F3F3F3;
  padding: 15px 5%;
  margin: 30px auto 0;
}

/*==================================
利用申込書の入力
==================================*/
.form_section .text {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.6;
}
.form_section .text .big_font {
  font-size: 100%;
  font-weight: 700;
  letter-spacing: .2px;
}
.form_section dl {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}
.form_section dl:first-child {
  /*border-top: 1px solid #ccc;*/
}
.form_section dl.no_border {
  border-bottom: none;
}
.form_section dl.top_border {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.form_section dl dt {
  border-bottom: 1px solid #ccc;
  background: #F3F3F3;
  width: 100%;
  padding: 5px 10px;
  line-height: 1.2;
}
.form_section dl dd {
  padding: 15px 10px;
  font-size: 1.6rem;
}
.form_section label {
  padding: 10px 5px;
}
.form_section label + input[type="radio"] {
  margin-left: 20px;
}
.form_section ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.form_section .check_list li {
  text-indent: 0;
  padding-left: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.form_section .check_list_ltax li {
  text-indent: 0;
  padding-left: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.form_section .check_dairi li {
  text-indent: -1.5em;
  padding-left: 1.4em;
}

.form_section + .form_section {
  margin-top: 30px;
}

input[type="text"] + input[type="text"] {
  margin-top: 10px;
}

.address_box {
  margin-top: 10px;
}

select.prefectures {
  max-width: 130px;
}

select.year {
  max-width: 210px;
}

select.month,
select.day {
  max-width: 60px;
}

.name_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.name_box input {
  width: 48%;
  margin-top: 0 !important;
}

.tel_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tel_box input {
  width: 28%;
  margin-top: 0 !important;
}

.post_box {
  display: flex;
  width: 100%;
  max-width: 250px;
  justify-content: space-between;
}
.post_box input {
  width: 40%;
  margin-top: 0 !important;
}

.birthday_box {
  display: block;
  width: 100%;
}
.birthday_box input {
  margin-top: 0 !important;
}
.birthday_box .year_box, .birthday_box .month_box {
  margin-bottom: 10px;
}
.birthday_box .year_box, .birthday_box .month_box, .birthday_box .day_box {
  display: inline-block;
}

.radio_box {
  margin: 10px auto;
}

#divCoupon input {
  max-width: 200px;
  margin-left: 10px;
  display: inline;
}

.note_list li {
  text-indent: -1em;
  padding-left: 1em;
}

#nissyou,
#divCoupon,
.kaisha-to-format,
#bumon,
#dairi {
  display: none;
}

/*==================================
利用申込書の入力確認
==================================*/
.blank {
  padding-left: 1em;
}

.blue_copy {
  color: #0000FF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
}

.confirm_btn {
  display: block;
}
.confirm_btn .back_btn {
  /*margin-left: 30px;
  width: 120px;*/
  background: #777777;
}
.confirm_btn .btn1 {
  /*width: 90%;*/
  margin: 0 auto;
}
.confirm_btn .btn2 {
  /*width: 90%;*/
  margin: 0 auto;
}

/*==================================
印刷画面ページ
==================================*/
.no_screen {
  display: none;
}

.print_section {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
.print_section .seal {
  /*position: absolute;
  top: 50%;
  right: 0;
  margin-right: -100px;
  margin-top: -36px;*/
  display: none;
}
.print_section .print_title {
  text-align: left;
  margin: 30px auto 20px;
}
.print_section .print_title .main_text {
  font-size: 2.0rem;
  display: block;
}
.print_section .print_title .sub_text {
  font-size: 1.5rem;
  display: block;
}
.print_section .application {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 10px;
}
.print_section .corp {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.print_section .title_block {
  margin-bottom: 10px;
}
.print_section dl {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.print_section dl dt {
  font-size: 1.4rem;
  line-height: 20px;
  text-align: left;
  padding: 5px;
  width: 100%;
}
.print_section dl dd {
  font-size: 1.4rem;
  line-height: 20px;
  border: 1px solid #000;
  padding: 5px;
  width: 100%;
  min-height: 32px;
}
.print_section .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.print_section .flex .half_block {
  width: 100%;
}
.print_section .flex .half_block dt.print_section_title {
  line-height: 20px;
  text-align: left;
  padding: 5px 0;
  width: 100%;
}
.print_section .flex .half_block dd {
  width: 100%;
}
.print_section .print_section_title {
  font-size: 1.8rem;
  font-weight: 700;
}
.print_section .name_print {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.print_section .name_print dt {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}
.print_section .name_print dd {
  border: 1px solid #000;
  border-right: none;
  padding: 2px;
  /** width: auto; */
  position: relative;
  width: 100%;
  height: 76px;
}
.print_section .name_print dd .sign {
  font-size: 1.4rem;
}
.print_section .name_print dd .realseal {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 76px;
  height: 74px;
  text-align: center;
  padding: 1px 2px;
  vertical-align: top;
}
.print_section .name_print2 dt {
  font-size: 1.4rem;
  text-align: left;
  padding: 5px;
  width: 100%;
}
.print_section .name_print2 dd {
  width: 100%;
}
.print_section .print_sub_title {
  font-size: 1.8rem;
  font-weight: 700;
}
.print_section .right_note {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.print_section .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.print_section .text_2 {
  /*padding: 0 15px;*/
}
.print_section .summary {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 400;
}
.print_section .dairi {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px dashed #000;
}
.print_section a.no_underline {
  text-decoration: none;
  color: #000;
}
.print_section ol {
  margin: 20px auto 10px;
  font-size: 1.4rem;
}
.print_section ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}
.print_section ul {
  font-size: 1.4rem;
  /*padding-left: 1em;*/
}
.print_section ul > li {
  text-indent: -1.3em;
  padding-left: 1.4em;
}
.print_section .if {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.print_section .detail_text {
  font-size: 1.6rem;
  font-weight: 700;
}
.print_section .detail_1 {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
  order: 1;
}
.print_section .detail_2 {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
  order: 3;
}
.print_section .detail_3 {
  width: 100%;
  padding: 10px 0;
  order: 2;
  margin-bottom: 30px;
}
.print_section .detail_4 {
  width: 100%;
  padding: 10px 0;
  order: 4;
}

.print_section + .print_section {
  margin-top: 20px;
}

.print_btn {
  /*display: flex;
  justify-content: space-around;*/
}
.print_btn .btn1 {
  /*width: 50%;
  max-width: 400px;*/
}
.print_btn .btn2 {
  /*width: 50%;
  max-width: 400px;*/
}

.privacy {
  margin-top: 20px;
}

.type_b {
  width: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.type_b tr th {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 5px 10px;
  width: 30%;
}
.type_b tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
}
.type_b tr td ul li {
  display: inline-block;
  margin-right: 1em;
}
.type_b tr td dl.table_dl {
  position: relative;
  margin-top: 20px;
}
.type_b tr td dl.table_dl dt {
  text-align: left;
  width: 30%;
  padding-left: 0;
}
.type_b tr td dl.table_dl dd {
  border: none;
  width: 70%;
}
.type_b tr td dl.table_dl dd.d_sign {
  position: absolute;
  right: 50px;
  bottom: 0;
  display: block;
  width: 150px;
  color: #666;
  text-align: right;
}

/* ポップアップ */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1000;
}
.overlay .pop_area {
  display: inline-block;
  position: absolute;
  padding: 20px 5%;
  width: 90%;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  background: #fff;
  text-align: left;
  z-index: 1001;
  line-height: 1.4;
}
.overlay .pop_area .pop_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.overlay .pop_area ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.overlay .pop_area a.no_underline {
  text-decoration: none;
  color: #000;
}
.no-br {
  word-break: keep-all;
  white-space: nowrap
}

/*# sourceMappingURL=cp_style_sp.css.map */
