@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
/*********************
LAYOUT
*********************/
/*
	tablet - pc
	@media screen and (min-width: $breakpoint-tablet + 1) and (max-width: $breakpoint-pc){
	
	@media screen and (max-width: $breakpoint-tablet - 1){

	sp - tablet
	@media screen and (min-width: $breakpoint-sp + 1) and (max-width: $breakpoint-tablet){
	
	sp -
	@media screen and (max-width: $breakpoint-sp){
*/
/******************************************************************************
	@include cf();
******************************************************************************/
/******************************************************************************
	@include hover-alpha();
******************************************************************************/
/******************************************************************************
	@include shadow();
	btn , btnin, small , large

@include shadow(btn, true);
******************************************************************************/
/******************************************************************************
	@include contents-wrap();
******************************************************************************/
/******************************************************************************
	@include contents-inner();
******************************************************************************/
/******************************************************************************
selectbox icon hidden

	@include select-normalize();
******************************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
GENERAL STYLES
*********************/
html {
  position: relative;
  height: 100%;
  overflow: auto;
}

body {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #3c3c3c;
  position: relative;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #13448f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 100%;
  line-height: 170%;
}

/*********************
RESET STYLES
*********************/
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, form, input, object, dt, dd, dl, iframe, label {
  margin: 0;
  padding: 0;
}

ol, ul, li, dl, dt, dd {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

figure {
  margin: 0;
  float: left;
}

figcaption {
  margin: 2px 0 5px 0;
}

.tp_break {
  text-indent: 0px;
  display: inline-block;
}

.tp_break_sp,
.tp_break_spl {
  display: inline;
}

.tp_break_sp {
  display: inline-block;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_sp {
    display: inline;
  }
}

.tp_break_spl {
  display: inline;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_spl {
    display: inline-block;
  }
}

.tp_indent_one {
  text-indent: -1em;
  margin-left: 1em;
}
.tp_indent_two {
  text-indent: -2em;
  margin-left: 2em;
}

.tp_bracket_l, .tp_bracket_r {
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l, .tp_bracket_r {
    display: inline-block;
  }
}
.tp_bracket_l {
  margin-left: -0.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l_sp {
    margin-left: -0.5em;
  }
}
.tp_bracket_r {
  margin-right: -0.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_r_sp {
    margin-right: -0.5em;
  }
}

.tp_hide_desktop {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 668px) and (max-width: 767px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_phone {
    display: none !important;
  }
}
.tp_br_sps, .tp_br_sp, .tp_br_tablet, .tp_br_pc, .tp_br_pcl {
  display: none;
}
@media screen and (max-width: 320px) {
  .tp_br_sps {
    display: inline;
  }
}
@media screen and (min-width: 321px) and (max-width: 668px) {
  .tp_br_sp {
    display: inline;
  }
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .tp_br_tablet {
    display: inline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .tp_br_pc {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .tp_br_pcl {
    display: inline;
  }
}

@font-face {
  font-family: "iconsfont";
  src: url("./../fonts/iconsfont.eot?ts=1494834820");
  src: url("./../fonts/iconsfont.eot?#iefix&ts=1494834820") format("eot"), url("./../fonts/iconsfont.woff?ts=1494834820") format("woff"), url("./../fonts/iconsfont.ttf?ts=1494834820") format("truetype"), url("./../fonts/iconsfont.svg#iconsfont?ts=1494834820") format("svg");
}
.tp_icon_a1:before, .tp_icon_a2:before, .tp_icon_a3:before, .tp_icon_a4:before, .tp_icon_bracket_l:before, .tp_icon_bracket_r:before, .tp_icon_bracket_b:before, .tp_icon_bracket_t:before, .tp_icon_bracket_double_l:before, .tp_icon_bracket_double_r:before, .tp_icon_delta_r:before, .tp_icon_delta_t:before, .tp_icon_delta_b:before, .tp_icon_menu:before, .tp_icon_cancer:before, .tp_icon_medical:before, .tp_icon_check:before, .tp_icon_check_out:before, .tp_icon_menu_close:before, .tp_icon_external_link:before {
  font-family: "iconsfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.tp_icon_a1:before {
  content: "";
}

.tp_icon_a2:before {
  content: "";
}

.tp_icon_a3:before {
  content: "";
}

.tp_icon_a4:before {
  content: "";
}

.tp_icon_bracket_l:before {
  content: "";
}

.tp_icon_bracket_r:before {
  content: "";
}

.tp_icon_bracket_b:before {
  content: "";
}

.tp_icon_bracket_t:before {
  content: "";
}

.tp_icon_bracket_double_l:before {
  content: "";
}

.tp_icon_bracket_double_r:before {
  content: "";
}

.tp_icon_delta_r:before {
  content: "";
}

.tp_icon_delta_t:before {
  content: "";
}

.tp_icon_delta_b:before {
  content: "";
}

.tp_icon_menu:before {
  content: "";
}

.tp_icon_cancer:before {
  content: "";
}

.tp_icon_medical:before {
  content: "";
}

.tp_icon_check:before {
  content: "";
}

.tp_icon_check_out:before {
  content: "";
}

.tp_icon_menu_close:before {
  content: "";
}

.tp_icon_external_link:before {
  content: "";
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/******************************************************************************
	header
******************************************************************************/
.tp_header {
  position: relative;
  padding-top: 20px;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.tp_header:before, .tp_header:after {
  content: "";
  display: table;
}
.tp_header:after {
  clear: both;
}
.tp_header_tel {
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .tp_header_tel {
    display: none;
  }
}
.tp_header_tel_box {
  text-align: right;
  float: left;
  margin-top: 5px;
}
.tp_header_tel_box:first-child {
  text-align: left;
  margin-top: 8px;
  margin-right: 30px;
}
.tp_header_tel_box_heading {
  color: #13448f;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.tp_header_tel_box_leading {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.tp_header_tel_box_link a {
  color: #13448f;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .tp_header_tel_box_link a {
    pointer-events: none;
  }
}
.tp_header_tel_box_link a:hover {
  text-decoration: none;
}
.tp_header_tel_box_info {
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
}
.tp_header_logo {
  float: left;
  width: 170px;
  margin-top: -5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tp_header_logo {
    margin-top: 0px;
    display: none;
  }
}
.tp_header_logo_sp {
  float: left;
  width: 140px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_header_logo_sp {
    margin-top: 9px;
    display: block;
  }
}
.tp_header_title {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-top: 6px;
  margin-left: 20px;
  padding: 4px 10px 2px 10px;
  border: 1px solid #13448f;
}
.tp_header_menu_btn {
  float: right;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #13448f url("../images/menubtn_dec.png") no-repeat 0% 0%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 300;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .tp_header_menu_btn {
    display: block;
  }
}
.tp_header_menu_btn:before {
  content: '\E651';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 24px;
  width: 24px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tp_header_menu_btn_open {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media screen and (max-width: 668px) {
  .tp_header_menu_btn_open {
    display: block;
  }
}
.tp_header_menu_btn_text {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-left: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #13448f;
  display: block;
}
.tp_header_menu_btn_text_link {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  display: block;
}
.tp_header_menu_btn_text_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tp_header_menu_btn_text_link_top {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #13448f;
}
.tp_header_menu_btn_text:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 60%;
  top: 20%;
  left: 20px;
  background-color: #13448f;
  border-radius: 4px;
}
.tp_header_menu_btn_text_last:before {
  display: none;
}
.tp_header_menu_btn_text_block {
  background-color: #e9eef4;
}
.tp_header_menu_btn_menu {
  margin-top: 20px;
}
.tp_header_menu_btn_spase {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tp_header_menu_btn.tp_open:before {
  content: '\E656';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 24px;
  width: 24px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tp_header_menu_logo {
  width: 140px;
  margin-top: -3px;
  padding-top: 10px;
  position: absolute;
  left: 2%;
}
.tp_header_menu_box {
  float: right;
  margin-top: -10px;
  padding-top: 1px;
}
@media screen and (max-width: 1023px) {
  .tp_header_menu_box {
    display: none;
  }
}
.tp_header_menu_box_text {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  margin-top: 4px;
  padding-left: 21px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .tp_header_menu_box_text {
    margin-top: 0px;
  }
}
.tp_header_menu_box_text_link {
  color: #13448f;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.tp_header_menu_box_text_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tp_header_menu_box_text:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  left: 9px;
  margin-top: -20px;
  background-color: #13448f;
}
@media screen and (max-width: 1023px) {
  .tp_header_menu_box_text:before {
    height: 40px;
    margin-top: -20px;
  }
}
.tp_header_menu_box_text_last {
  padding-right: 10px;
}
.tp_header_menu_box_text_last:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  right: 0px;
  margin-top: -20px;
  background-color: #13448f;
}
@media screen and (max-width: 1023px) {
  .tp_header_menu_box_text_last:after {
    height: 40px;
    margin-top: -20px;
  }
}
.tp_gmenu_wrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 200;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.01, 0.37, 0.22, 0.99);
          transition: transform 0.3s cubic-bezier(0.01, 0.37, 0.22, 0.99);
}
.tp_gmenu_wrap.tp_open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.tp_gmenu_box {
  width: 100%;
  padding-top: 45px;
}
.tp_gmenu_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 150;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/******************************************************************************
	conductor
******************************************************************************/
.tp_conductor {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}
.tp_conductor_heading {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 250px;
}
@media screen and (max-width: 668px) {
  .tp_conductor_heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.tp_conductor_intro {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.15em;
  margin-top: 0.2em;
  padding-left: 20px;
  padding-right: 250px;
}
@media screen and (max-width: 668px) {
  .tp_conductor_intro {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tp_conductor_intro > br {
    display: none;
  }
}
.tp_conductor_intro > a {
  color: #00a7eb;
  text-decoration: underline;
}
.tp_conductor_intro_color {
  color: #13448f;
  font-weight: bold;
}
.tp_conductor_tel {
  margin-top: 10px;
  padding-left: 20px;
  zoom: 1;
}
.tp_conductor_tel:before, .tp_conductor_tel:after {
  content: "";
  display: table;
}
.tp_conductor_tel:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.tp_conductor_tel_number {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  float: left;
  width: 275px;
  z-index: 0;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_number {
    font-size: 26px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.tp_conductor_tel_number > a {
  color: #13448f;
  font-family: "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  pointer-events: none;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_number > a {
    opacity: 1.0;
    -webkit-transition: opacity 0.300s ease;
            transition: opacity 0.300s ease;
    cursor: pointer;
    pointer-events: auto;
  }
  .tp_conductor_tel_number > a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.tp_conductor_tel_info {
  position: relative;
  float: left;
  width: 100%;
  margin-left: -275px;
  padding-left: 290px;
  z-index: 0;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_info {
    float: none;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.tp_conductor_tel_info_element {
  font-size: 11px;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_info_element {
    font-size: 14px;
    display: block;
  }
}
.tp_conductor_tel_info_element:first-child {
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_info_element:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_info_element_partition {
    display: none;
  }
}
.tp_conductor_tel_info_note {
  color: #a3a3a3;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 668px) {
  .tp_conductor_tel_info_note {
    margin-top: 4px;
  }
}
.tp_conductor_utility {
  text-align: right;
  position: absolute;
  width: 250px;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 668px) {
  .tp_conductor_utility {
    text-align: center;
    position: relative;
    width: 100%;
  }
}
.tp_conductor_utility_pagetop {
  color: #13448f;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  width: 170px;
  margin-top: 20px;
  padding-top: 8px;
  display: inline-block;
  zoom: 1;
}
.tp_conductor_utility_pagetop:before, .tp_conductor_utility_pagetop:after {
  content: "";
  display: table;
}
.tp_conductor_utility_pagetop:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .tp_conductor_utility_pagetop {
    width: auto;
    position: absolute;
    bottom: -56px;
    right: 20px;
  }
}
.tp_conductor_utility_pagetop_icon {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: -8px;
  padding-top: 9px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) {
  .tp_conductor_utility_pagetop_icon {
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding-top: 13px;
    margin-top: 0px;
  }
}
.tp_conductor_utility_pagetop_icon:hover {
  text-decoration: none;
  opacity: none;
}
.tp_conductor_utility_pagetop_icon:before {
  content: '\E624';
  font-family: 'iconsfont';
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .tp_conductor_utility_pagetop_icon {
    padding-top: 11px;
  }
}
.tp_conductor_utility_pagetop_text {
  display: inline-block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.tp_conductor_utility_pagetop_text:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .tp_conductor_utility_pagetop_text {
    display: none;
  }
}
.tp_conductor_utility_faq {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 210px;
  margin-top: 35px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.tp_conductor_utility_faq:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .tp_conductor_utility_faq {
    font-size: 13px;
    margin-top: 15px;
  }
}
.tp_conductor_utility_faq:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 12px;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -6px;
  display: inline-block;
}
.tp_conductor_utility_faq:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  right: 25px;
  background: #103a7a;
}
@media all and (-ms-high-contrast: none) {
  .tp_conductor_utility_faq {
    padding-top: 0.8em;
  }
}

/******************************************************************************
	footer
******************************************************************************/
.tp_footer {
  width: 100%;
  margin-top: 130px;
  background: #003277;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .tp_footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .tp_footer {
    margin-top: 100px;
  }
}
.tp_footer:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 721px;
  height: 100%;
  margin-top: -177px;
  margin-left: -360px;
  display: block;
  background: url("../images/footer_image_01.png") no-repeat 100% 50%;
  -webkit-background-size: 721px 105px;
          background-size: 721px 105px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_footer:before {
    display: none;
  }
}
.tp_footer_image {
  display: block;
  position: relative;
  max-width: 721px;
  margin-bottom: -140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tp_footer_image {
    display: block;
    position: relative;
    margin-bottom: -110px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 668px) {
  .tp_footer_image {
    margin-bottom: -108px;
    margin-top: 70px;
  }
}
.tp_footer_image_hover {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.tp_footer_image_hover:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tp_footer_inner {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1023px) {
  .tp_footer_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tp_footer_inner_textarea {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .tp_footer_inner_textarea {
    text-align: center;
    margin-left: 0px;
    display: block;
    margin-top: 5px;
  }
}
.tp_footer_inner_textarea.is-last {
    margin-left: 0px;
}
.tp_footer_inner_textarea:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1023px) {
  .tp_footer_inner_textarea:first-child {
    margin-top: 0px;
  }
}
.tp_footer_element {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-left: 24px;
  display: inline-block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  position: relative;
}
.tp_footer_element:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tp_footer_element_01:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 100%;
  margin-top: -7px;
  display: block;
  background: url("../images/footer_icon_01.png") no-repeat 100% 50%;
  -webkit-background-size: 14px 14px;
          background-size: 14px 14px;
}
.tp_footer_element_02:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 100%;
  margin-top: -7px;
  display: block;
  background: url("../images/footer_icon_02.png") no-repeat 100% 50%;
  -webkit-background-size: 14px 14px;
          background-size: 14px 14px;
}
.tp_footer_element_03:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 100%;
  margin-top: -7px;
  display: block;
  background: url("../images/footer_icon_03.png") no-repeat 100% 50%;
  -webkit-background-size: 14px 14px;
          background-size: 14px 14px;
}
.tp_footer_element_04:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 100%;
  margin-top: -7px;
  display: block;
  background: url("../images/footer_icon_00.png") no-repeat 100% 50%;
  -webkit-background-size: 14px 14px;
          background-size: 14px 14px;
}
.tp_footer_copyright {
  color: #a2b9da;
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .tp_footer_copyright {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tp_footer_pagetop {
  line-height: 0em;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  margin-top: -90px;
}
.tp_footer_pagetop_wrap {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 668px) {
  .tp_footer_pagetop {
    width: 60px;
    margin-top: -80px;
  }
}
.tp_footer_pagetop_pc {
  display: block;
}
@media screen and (max-width: 668px) {
  .tp_footer_pagetop_pc {
    display: none;
  }
}
.tp_footer_pagetop_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .tp_footer_pagetop_sp {
    display: block;
  }
}

/******************************************************************************
	page title
******************************************************************************/
.tp_pagetitle {
  margin-top: 20px;
  background: #13448f;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
.tp_pagetitle_text {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .tp_pagetitle_text {
    font-size: 24px;
  }
}

/******************************************************************************
	entry opener
******************************************************************************/
.tp_entry_opener {
  display: none;
}

.page_index .tp_entry_opener {
  text-align: center;
  width: 360px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px 4px 0px 0px;
  background: #e5e5e5;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_index .tp_entry_opener:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .page_index .tp_entry_opener {
    width: 180px;
  }
}
.page_index .tp_entry_opener:before {
  content: '\E644';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page_index .tp_entry_opener.tp_cur:before {
  content: '\E643';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/******************************************************************************
	form
******************************************************************************/
.tp_form {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

/******************************************************************************
	modal
******************************************************************************/
.tp_modal_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #222222;
  opacity: 0.6;
  z-index: 999;
  display: none;
}

/******************************************************************************
	balloon
******************************************************************************/
.tp_balloon {
  max-width: 300px;
  z-index: 100;
}
.tp_balloon_inner {
  font-size: 12px;
  position: relative;
  margin-top: 12px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #6ac5ee;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.tp_balloon_inner_color {
  color: #13448f;
  font-weight: bold;
}
.tp_balloon_arrow {
  position: absolute;
  width: 14px;
  height: 12px;
  top: -12px;
  left: 22px;
  background: url("../images/balloon_arrow.png") no-repeat 50% 50%/contain;
}
.tp_balloon_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
}

/******************************************************************************
	error
******************************************************************************/
.tp_error_contact {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tp_error_contact dt {
  margin-top: 35px;
  color: #073190;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
}
.tp_error_contact dd {
  background: #f4f2ea;
  margin-top: 12px;
  border-radius: 10px;
  padding: 2.84091% 3.40909%;
}
.tp_error_contact dd img {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp_error_contact dd img {
    display: block;
  }
}
.tp_error_contact dd img:first-child {
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp_error_contact dd img:first-child {
    display: none;
  }
}
.tp_error_contact p {
  color: #073190;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.tp_error_message {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tp_error_message .tp_heading {
  border-bottom: 1px solid #c10000 !important;
}
.tp_error_message .tp_heading_text {
  color: #c10000 !important;
  margin-top: 20px !important;
}
.tp_error_message .tp_heading_text:before {
  background-color: #c10000 !important;
}
.tp_error_message .tp_modal_btn_wrap_single {
  width: 100% !important;
}
.tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text {
  font-size: 20px;
  width: 480px;
  margin-left: auto;
  padding: 8px 70px 7px 40px;
}
.tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text:before {
  right: 15px;
  left: auto;
  margin-top: -8px;
}
.tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text:after {
  right: 45px;
  left: auto;
}
@media screen and (max-width: 668px) {
  .tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 7px 0px;
  }
  .tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text:before {
    right: 7px;
    left: auto;
    margin-top: -8px;
  }
  .tp_error_message .tp_modal_btn_wrap_single .tp_modal_btn_wrap_single_text:after {
    right: 25px;
    left: auto;
  }
}
.tp_error_message .tp_modal_btn_wrap_double_l {
  padding-right: 30px;
}
@media screen and (max-width: 668px) {
  .tp_error_message .tp_modal_btn_wrap_double_l {
    padding-right: 0px !important;
  }
}
.tp_error_message .tp_modal_btn_wrap_double_l .tp_modal_btn_wrap_l_text {
  width: 260px !important;
}
.tp_error_message .tp_modal_btn_wrap_double_r {
  padding-left: 30px;
}
@media screen and (max-width: 668px) {
  .tp_error_message .tp_modal_btn_wrap_double_r {
    padding-right: 0px !important;
  }
}
.tp_error_message .tp_modal_btn_wrap_double_r .tp_modal_btn_wrap_r_text {
  width: 260px !important;
}
.tp_error_message_text_wrap {
  text-align: center;
  padding: 30px 20px 30px 20px;
}
.tp_error_message_text_wrap_text {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
  .tp_error_message_text_wrap_text {
    text-align: left;
  }
}
@media screen and (max-width: 668px) {
  .tp_error_message_text_wrap_text {
    font-size: 14px;
  }
}

/******************************************************************************
	utility
******************************************************************************/
.tp_utility_inline {
  display: inline-block;
}

/******************************************************************************
	popup
******************************************************************************/
.tp_common_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 330px;
  height: 90px;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #c10000;
  border-radius: 4px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 1023px) {
  .tp_common_popup {
    width: 300px;
    height: 110px;
  }
}
.tp_common_popup.type_error {
  position: absolute;
  width: auto;
  height: auto;
  bottom: auto;
  left: 50%;
  right: auto;
  padding: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .tp_common_popup.type_error {
    width: 96%;
  }
}
.tp_common_popup.type_error .type_error_heading {
  color: #da0303;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 20px;
  background: url("../images/form_error_icon.png") no-repeat 0% 50%;
}
.tp_common_popup.type_error .type_error_detail_list {
  margin-top: 20px;
}
.tp_common_popup.type_error .type_error_detail_list_leading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}
.tp_common_popup.type_error .type_error_detail_list_leading:first-child {
  margin-top: 20px;
}
.tp_common_popup.type_error .type_error_detail_list li {
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
  display: none;
}
.tp_common_popup.type_error .type_error_detail_list li:first-child {
  margin-top: 0px;
}
.tp_common_popup.type_error .type_error_detail_list li.tp_error {
  display: block;
}
.tp_common_popup.type_error .type_error_detail_list_heading {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.tp_common_popup.type_error .type_error_detail_list_heading::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  top: 9px;
  left: 0px;
  background: #000000;
}
.tp_common_popup.type_error .type_error_detail_list_detail {
  font-size: 14px;
  padding-left: 10px;
}
.tp_common_popup_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.tp_common_popup_text {
  line-height: 1.7em;
  font-weight: bold;
}

/******************************************************************************
	20171219 Heuristic analysis
******************************************************************************/
.tp_check_error_section {
  background: none;
}
.tp_check_error_section_text {
  color: #c10000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_check_error_section_text {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tp_check_error_section.type_error {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fdd3d3;
}
.tp_check_error_section.type_error .tp_check_error_section_text {
  display: block;
}
.tp_check_error_section.type_error .tp_matter_inner_box_wrap {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tp_braket_l {
  margin-left: -0.5em;
  display: inline-block;
}
.tp_braket_r {
  margin-right: -0.5em;
  display: inline-block;
}

.tp_add_plan_list {
  text-align: left;
  display: inline-block;
}

.tp_img_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .tp_img_pc {
    display: none;
  }
}
.tp_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_img_sp {
    display: block;
  }
}

/******************************************************************************
	print
******************************************************************************/
.page_print .tp_print_contact {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page_print .tp_print_contact dt {
  margin-top: 35px;
  color: #073190;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0;
  font-weight: bold;
}
.page_print .tp_print_contact dd {
  background: #f4f2ea;
  margin-top: 12px;
  border-radius: 10px;
  padding: 2.84091% 3.40909%;
}
.page_print .tp_print_contact dd img {
  display: none;
}
.page_print .tp_print_contact dd img:first-child {
  display: block;
}
.page_print .tp_print_contact p {
  color: #073190;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.page_index {
  /******************************************************************************
  	noplan modal
  ******************************************************************************/
  /******************************************************************************
  	entry
  ******************************************************************************/
  /******************************************************************************
  	init view
  ******************************************************************************/
  /******************************************************************************
  	plan select
  ******************************************************************************/
  /******************************************************************************
  	resutl
  ******************************************************************************/
  /******************************************************************************
  	popup
  ******************************************************************************/
  /******************************************************************************
  	sttdt
  ******************************************************************************/
  /******************************************************************************
  	hoot
  ******************************************************************************/
  /******************************************************************************
  	hoot
  ******************************************************************************/
  /******************************************************************************
  	balloon
  ******************************************************************************/
  /******************************************************************************
  	landscape_breakpoint
  ******************************************************************************/
}
.page_index .tp_header {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page_index .tp_footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_footer {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .page_index .tp_footer {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 415px) {
  .page_index .tp_footer {
    padding-bottom: 200px;
  }
}
.page_index .tp_loading_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 9999;
  display: block;
}
.page_index .tp_view_ctrl {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_view_ctrl.tp_cancer {
  margin-top: 30px;
  border-top: 12px solid #5377ad;
  border-left: 2px solid #5377ad;
  border-right: 2px solid #5377ad;
  border-bottom: 2px solid #5377ad;
  border-radius: 7px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl.tp_cancer {
    margin-top: 20px;
    border-radius: 7px;
  }
}
.page_index .tp_view_ctrl.tp_medical {
  margin-top: 30px;
  border-top: 12px solid #45bcee;
  border-left: 2px solid #45bcee;
  border-right: 2px solid #45bcee;
  border-bottom: 2px solid #45bcee;
  border-radius: 7px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl.tp_medical {
    margin-top: 40px;
  }
}
.page_index .tp_view_ctrl.tp_medical .tp_select_accordion {
  background: #45bcee;
}
.page_index .tp_view_ctrl.tp_injury {
  margin-top: 30px;
  border-top: 12px solid #13448f;
  border-left: 2px solid #13448f;
  border-right: 2px solid #13448f;
  border-bottom: 2px solid #13448f;
  border-radius: 7px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl.tp_injury .tp_select_option_target_price {
    top: 5px;
  }
}
.page_index .tp_view_ctrl.tp_injury .tp_select_option_target_price .tp_select_option_target_price_heading {
  color: #13448f;
  border-bottom: 0.5px solid #13448f;
}
.page_index .tp_view_ctrl.tp_injury .tp_select_option_target_price .tp_select_option_target_price_detail_num {
  color: #13448f;
}
.page_index .tp_view_ctrl.tp_injury .tp_select_option_target_price .tp_select_option_target_price_detail_note {
  color: #13448f;
}
.page_index .tp_view_ctrl.tp_care {
  margin-top: 30px;
  border-top: 12px solid #2944b8;
  border-left: 2px solid #2944b8;
  border-right: 2px solid #2944b8;
  border-bottom: 2px solid #2944b8;
  border-radius: 7px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl.tp_care {
    margin-top: 40px;
  }
}
.page_index .tp_view_ctrl.tp_care .tp_select_accordion {
  background: #2944b8;
}
.page_index .tp_view_ctrl[data-add="false"] {
  position: relative;
  margin-top: 40px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl[data-add="false"] {
    margin-top: 60px;
  }
}
.page_index .tp_view_ctrl[data-add="false"] .tp_notadd_balloon {
  top: 15px;
  margin-right: 0px;
  z-index: 1;
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl[data-add="false"] .tp_notadd_balloon {
    top: 10px;
  }
}
.page_index .tp_view_ctrl[data-add="false"] .tp_notadd_balloon .tp_notadd_balloon_arrow {
  left: 33px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl[data-add="false"] .tp_notadd_balloon .tp_notadd_balloon_arrow {
    left: 18px;
  }
}
.page_index .tp_view_ctrl[data-add="false"] .tp_notadd_balloon_color {
  color: #c10000;
}
.page_index .tp_view_ctrl[data-add="false"] .tp_select_title_checkbox::before {
  content: '\E656';
}
.page_index .tp_view_ctrl[data-add="false"] .tp_select_check_balloon {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_header_title {
    padding-bottom: 5px;
  }
}
.page_index .tp_noplan {
  text-align: center;
  position: absolute;
  width: 800px;
  top: 200px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: #ffffff;
  z-index: 1000;
  display: none;
}
.page_index .tp_noplan_text {
  color: #3c3c3c;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}
.page_index .tp_noplan_btn {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  background: #13448f;
  display: inline-block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_index .tp_noplan_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_index .tp_entry_init {
  position: absolute;
  width: 100%;
  max-width: 980px;
  top: 30px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background: #ffffff;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init {
    position: relative;
    width: 100%;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page_index .tp_entry_init .tp_init_add_checkbox {
  position: relative;
  max-width: 800px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_add_checkbox {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_add_checkbox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_add_checkbox_infotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_add_checkbox_infotext {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_index .tp_entry_init .tp_init_add_checkbox_infotext .tp_select_section_info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_index .tp_entry_init .tp_init_add_checkbox_input {
  display: none;
}
.page_index .tp_entry_init .tp_init_add_checkbox_input + .tp_init_add_checkbox .tp_init_add_checkbox_label_icon::before {
  display: none;
}
.page_index .tp_entry_init .tp_init_add_checkbox_input:checked + .tp_init_add_checkbox .tp_init_add_checkbox_label_icon::before {
  display: inline-block;
}
.page_index .tp_entry_init .tp_init_add_checkbox_label {
  cursor: pointer;
}
.page_index .tp_entry_init .tp_init_add_checkbox_label_icon {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 0.6em;
  border: 2px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
}
.page_index .tp_entry_init .tp_init_add_checkbox_label_icon::before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 23px;
  line-height: 1;
  margin-top: 2px;
  margin-left: 1px;
  display: block;
}
.page_index .tp_entry_init .tp_init_add_checkbox_label_text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_add_checkbox_label_text {
    font-size: 13px;
    margin-top: 7px;
  }
}
.page_index .tp_entry_init .tp_init_add_checkbox_label_text.type_large {
  font-size: 18px;
  margin-top: 3px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_add_checkbox_label_text.type_large {
    font-size: 14px;
    margin-top: 5px;
  }
}
.page_index .tp_entry_init .tp_init_logo {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_logo {
    margin-top: 15px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_logo {
    padding-left: 20px;
  }
}
.page_index .tp_entry_init .tp_init_logo_img_pc {
  width: 200px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_logo_img_pc {
    display: none;
  }
}
.page_index .tp_entry_init .tp_init_logo_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_logo_img_sp {
    vertical-align: middle;
    width: 100px;
    display: inline-block;
  }
}
.page_index .tp_entry_init .tp_init_logo_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-left: 35px;
  padding: 4px 15px 2px 15px;
  border: 1px solid #13448f;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_logo_text {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.page_index .tp_entry_init .tp_init_header {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e9eef4;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_header {
    font-size: 15px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page_index .tp_entry_init .tp_init_bg {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff url("../images/init_entry_bg.jpg") no-repeat 100% 50%/cover;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page_index .tp_entry_init .tp_init_bg_obi {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  max-width: 940px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0px;
  background: #e9eef4;
}
.page_index .tp_entry_init .tp_init_bg_obi:first-child {
  margin-top: 0px;
  border-radius: 4px 4px 0px 0px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_bg_obi {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_bg_obi_small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_bg_obi_small {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_bg_inner {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_bg_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_bg_inner {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.page_index .tp_entry_init .tp_init_bg_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 940px;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #ffffff;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_bg_inner:before {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page_index .tp_entry_init .tp_init_tab {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 3px solid #13448f;
  zoom: 1;
}
.page_index .tp_entry_init .tp_init_tab:before, .page_index .tp_entry_init .tp_init_tab:after {
  content: "";
  display: table;
}
.page_index .tp_entry_init .tp_init_tab:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_tab {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_index .tp_entry_init .tp_init_tab_heading {
  color: #13448f;
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 130px;
  padding-top: 5px;
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_tab_heading {
    font-size: 12px;
    width: 80px;
  }
}
.page_index .tp_entry_init .tp_init_tab_inner {
  float: left;
  width: 100%;
  margin-left: -130px;
  padding-left: 130px;
  zoom: 1;
}
.page_index .tp_entry_init .tp_init_tab_inner:before, .page_index .tp_entry_init .tp_init_tab_inner:after {
  content: "";
  display: table;
}
.page_index .tp_entry_init .tp_init_tab_inner:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_tab_inner {
    margin-left: -80px;
    padding-left: 70px;
  }
}
.page_index .tp_entry_init .tp_init_tab_inner_input {
  display: none;
}
.page_index .tp_entry_init .tp_init_tab_inner_input:checked + .tp_init_tab_box {
  color: #ffffff;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  cursor: default;
}
.page_index .tp_entry_init .tp_init_tab_inner_input:first-child + .tp_init_tab_box {
  border-radius: 4px 0px 0px 0px;
}
.page_index .tp_entry_init .tp_init_tab_box {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  border: 1px solid #d2d7d9;
  border-radius: 0px 4px 0px 0px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0) inset;
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0) inset;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.100s ease;
          transition: box-shadow 0.100s ease;
}
.page_index .tp_entry_init .tp_init_tab_box:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_tab_box {
    font-size: 10px;
    padding-bottom: 0.3em;
  }
}
.page_index .tp_entry_init .tp_init_select {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.page_index .tp_entry_init .tp_init_select:before, .page_index .tp_entry_init .tp_init_select:after {
  content: "";
  display: table;
}
.page_index .tp_entry_init .tp_init_select:after {
  clear: both;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_select_heading {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_heading {
    font-size: 14px;
  }
}
.page_index .tp_entry_init .tp_init_select_heading_border {
  width: 60px;
  height: 2px;
  margin-top: 0.2em;
  background: #00a7eb;
}
.page_index .tp_entry_init .tp_init_select_heading_border:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #13448f;
  display: block;
}
.page_index .tp_entry_init .tp_init_select_info {
  color: #666666;
  font-size: 12px;
  float: left;
  margin-top: 5px;
}
.page_index .tp_entry_init .tp_init_select_birthday {
  float: left;
  width: 100%;
  margin-top: 5px;
  padding-right: 235px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_birthday {
    position: relative;
    padding-left: 70px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_birthday {
    padding-right: 0px;
  }
}
.page_index .tp_entry_init .tp_init_select_birthday.valid-false .tp_init_select_box {
  background: #fd9b9b;
}
.page_index .tp_entry_init .tp_init_select_sex {
  float: right;
  width: 235px;
  margin-top: 5px;
  margin-left: -235px;
  zoom: 1;
}
.page_index .tp_entry_init .tp_init_select_sex:before, .page_index .tp_entry_init .tp_init_select_sex:after {
  content: "";
  display: table;
}
.page_index .tp_entry_init .tp_init_select_sex:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_sex {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_sex {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_entry_init .tp_init_select_sex {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_sex {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
}
.page_index .tp_entry_init .tp_init_select_sex .tp_init_select_text {
  float: left;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_sex .tp_init_select_text {
    padding-top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_sex .tp_init_select_text {
    vertical-align: middle;
    float: none;
    padding-top: 0px;
    display: inline-block;
  }
}
.page_index .tp_entry_init .tp_init_select_sex_inner {
  float: right;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_sex_inner {
    float: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_sex_inner {
    vertical-align: middle;
    float: none;
    display: inline-block;
  }
}
.page_index .tp_entry_init .tp_init_select_sex_radio {
  display: none;
}
.page_index .tp_entry_init .tp_init_select_sex_radio:checked + .tp_init_select_sex_label {
  color: #ffffff;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_entry_init .tp_init_select_sex_radio:checked + .tp_init_select_sex_label {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_index .tp_entry_init .tp_init_select_sex_radio:checked + .tp_init_select_sex_label {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_index .tp_entry_init .tp_init_select_sex_radio:first-child + .tp_init_select_sex_label {
  margin-left: 0px;
}
.page_index .tp_entry_init .tp_init_select_sex_label {
  font-size: 15px;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 80px;
  height: 36px;
  margin-left: 10px;
  border: 1px solid #d2d7d9;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_index .tp_entry_init .tp_init_select_sex_label:first-child {
  margin-left: 0px;
}
.page_index .tp_entry_init .tp_init_select_sex_label:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_sex_label {
    font-size: 12px;
    height: 35px;
  }
}
.page_index .tp_entry_init .tp_init_select_sex_label_text {
  position: absolute;
  width: 100%;
  height: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_sex_label_text {
    top: 4px;
  }
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_entry_init .tp_init_select_sex_label_text {
    top: 11px;
    bottom: auto;
  }
}
.page_index .tp_entry_init .tp_init_select_text {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.2em;
  margin-right: 0.5em;
}
.page_index .tp_entry_init .tp_init_select_text:first-child {
  margin-left: 0em;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_text:first-child {
    position: absolute;
    width: 60px;
    top: 10px;
    left: 0px;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_init_select_text:first-child {
    width: 4em;
  }
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_text {
    letter-spacing: normal;
    font-size: 12px;
    width: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
  }
}
.page_index .tp_entry_init .tp_init_select_box {
  font-size: 15px;
  height: 36px;
  border-radius: 4px;
  background: #fffcf0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_box {
    height: 33px;
  }
}
.page_index .tp_entry_init .tp_init_select_box > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 1em;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  background: transparent;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_entry_init .tp_init_select_box > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_index .tp_entry_init .tp_init_select_box > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_index .tp_entry_init .tp_init_select_box > select::-ms-expand {
  display: none;
}
.page_index .tp_entry_init .tp_init_select_box:hover {
  background: #ffffff;
}
.page_index .tp_entry_init .tp_init_select_box:after {
  content: '\E644';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_box:after {
    right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_select_box_year {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_box_year {
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}
.page_index .tp_entry_init .tp_init_select_box_month {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_box_month {
    letter-spacing: normal;
    width: 75px;
  }
}
.page_index .tp_entry_init .tp_init_select_box_day {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_box_day {
    letter-spacing: normal;
    width: 70px;
  }
}
.page_index .tp_entry_init .tp_init_select_group {
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .page_index .tp_entry_init .tp_init_select_group {
    display: block;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_select_group {
    display: inline-block;
  }
}
.page_index .tp_entry_init .tp_init_submit {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e9eef4;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_submit {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.page_index .tp_entry_init .tp_init_submit_btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 320px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-radius: 4px;
  padding-right: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  display: block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_index .tp_entry_init .tp_init_submit_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_submit_btn:before {
    right: 10px;
  }
}
.page_index .tp_entry_init .tp_init_submit_btn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 86%;
  top: 7%;
  right: 30px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .page_index .tp_entry_init .tp_init_submit_btn {
    font-size: 13px;
    width: 180px;
    height: 35px;
    padding-top: 9px;
  }
}
.page_index .tp_entry_init .tp_init_submit_btn.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9191), to(#ff1d1d));
  background: -webkit-linear-gradient(#ff9191, #ff1d1d);
  background: linear-gradient(#ff9191, #ff1d1d);
  cursor: pointer;
}
.page_index .tp_entry_init .tp_init_submit_btn.tp_cur:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_index .tp_entry_init .tp_init_submit_btn.tp_cur:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 86%;
  top: 7%;
  right: 30px;
  background: #ff821d;
}
.page_index .tp_entry_init .tp_init_submit_btn[data-error="true"] + .tp_init_submit_error {
  display: block;
}
.page_index .tp_entry_init .tp_init_submit_input {
  display: none;
}
.page_index .tp_entry_init .tp_init_submit_error {
  color: #c10000;
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  display: none;
}
.page_index .tp_entry_init.tp_init_popup {
  position: absolute;
  top: 120px;
  max-width: 600px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 3px solid #13448f;
  background: #ffffff;
  display: none;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .page_index .tp_entry_init.tp_init_popup {
    width: 100%;
    max-width: 9999px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
  }
}
.page_index .tp_entry_init.tp_init_popup .tp_init_popup_leading {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
}
.page_index .tp_entry_init.tp_init_popup .tp_init_submit_btn {
  margin-top: 45px;
}
.page_index .tp_entry_init.tp_init_popup + .tp_init_popup_bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  display: none;
  z-index: 1001;
  opacity: 0.6;
}
.page_index .tp_entry_init .tp_init_link {
  margin-top: 20px;
  display: none;
}
.page_index .tp_entry_init .tp_select_section {
  margin-top: 20px;
}
.page_index .tp_entry_init .tp_select_section + .tp_select_section {
  margin-top: 30px;
}
.page_index .tp_entry_init .tp_select_section .tp_init_select {
  margin-top: 10px;
  margin-bottom: 0px;
  display: none;
}
.page_index .tp_entry_init .tp_select_section_info {
  color: #13448f;
  font-size: 16px;
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_select_section_info {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0px;
    display: block;
  }
}
.page_index .tp_entry_init .tp_parent_select_wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_wrap {
    width: auto;
    max-width: 800px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_entry_init .tp_parent_select_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.page_index .tp_entry_init .tp_parent_select_info {
  color: #666666;
  font-size: 12px;
  position: relative;
  max-width: 800px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner {
  position: relative;
  padding-bottom: 15px;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
.page_index .tp_entry_init .tp_parent_select_inner:first-child {
  margin-top: 10px;
  border-top: none;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_add_checkbox_input:checked + .tp_init_add_checkbox {
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_add_checkbox_input:checked + .tp_init_add_checkbox {
    padding-top: 10px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_add_checkbox_input:checked + .tp_init_add_checkbox + .tp_init_select_accordion {
  display: block;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_add_checkbox {
  float: left;
  width: 202px;
  margin-top: 0px;
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_add_checkbox {
    float: none;
    width: auto;
    padding-top: 10px;
    margin-left: 0px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select_accordion {
  float: left;
  width: auto;
  margin-top: 0px;
  padding-top: 15px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_select_accordion {
    float: none;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select_accordion.valid-false .tp_init_select_box {
  background: #fd9b9b;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select {
  width: auto;
  margin-top: 0px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_select {
    margin-left: 0px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select .tp_init_select_birthday {
  margin-top: 0px;
  margin-left: 50px;
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_select .tp_init_select_birthday {
    margin-left: 0px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select .tp_init_select_birthday .tp_init_select_box_year {
  position: relative;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_select .tp_init_select_birthday .tp_init_select_box_year img {
  position: absolute;
  top: -36px;
  left: 0px;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_age {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 15px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_age {
    font-size: 12px;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_age_heading {
  width: 4.5em;
  display: inline-block;
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_age_sttdt {
  color: #666666;
  font-size: 12px;
  padding-left: 10px;
  font-weight: normal;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init .tp_parent_select_inner .tp_init_age_sttdt {
    margin-top: 5px;
    padding-left: 0px;
  }
}
.page_index .tp_entry_init .tp_parent_select_inner .tp_init_age_sttdt .tp_sttdt_year {
  display: inline;
}
.page_index .tp_entry_init_view {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d2d7d9;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
}
.page_index .tp_entry_init_view.tp_close .tp_init_view_close img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page_index .tp_entry_init_view_area {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff url("../images/init_view_bg.jpg") no-repeat 100% 50%/cover;
}
.page_index .tp_entry_init_view_info {
  color: #222222;
  text-indent: -0.7em;
  font-size: 12px;
  margin-top: 1.2em;
  padding-left: 1em;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page_index .tp_entry_init_view_info {
    font-size: 10px;
  }
}
.page_index .tp_entry_init_view .tp_init_change_btn {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 260px;
  height: auto;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  display: block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_change_btn {
    font-size: 13px;
    position: relative;
    width: 180px;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 5px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
}
.page_index .tp_entry_init_view .tp_init_change_btn:before {
  color: #13448f;
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 6px;
  margin-top: -5px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_change_btn:before {
    margin-top: -5px;
  }
}
.page_index .tp_entry_init_view .tp_init_change_btn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  right: 25px;
  background: #d2d7d9;
}
.page_index .tp_entry_init_view .tp_init_change_btn_none {
  color: #00a7eb;
  position: absolute;
  font-size: 14px;
  width: 140px;
  top: 50%;
  left: 50%;
  right: auto;
  margin-top: -10px;
  margin-left: 80px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_change_btn_none {
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_change_btn_none {
    vertical-align: middle;
    width: auto;
    margin-left: 10px;
    padding-top: 0px;
    display: inline-block;
  }
}
.page_index .tp_entry_init_view .tp_init_change_btn_none:before {
  color: #00a7eb;
  text-decoration: none;
  width: 12px;
  height: 12px;
  left: 0px;
  right: auto;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_change_btn_none:before {
    left: -6px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_entry_init_view .tp_init_change_btn_none:before {
    left: 0px;
    margin-top: -6px;
  }
}
.page_index .tp_entry_init_view .tp_init_change_btn_none:after {
  display: none;
}
.page_index .tp_entry_init_view .tp_init_change_btn_none:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page_index .tp_entry_init_view .tp_init_change_btn_line {
  color: #00a7eb;
  font-size: 12px;
  text-decoration: underline;
}
.page_index .tp_entry_init_view .tp_init_view_heading {
  color: #13448f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d7d9;
  background: #e9eef4;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_heading {
    font-size: 19px;
    text-align: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_heading {
    font-size: 16px;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.page_index .tp_entry_init_view .tp_init_view_detail {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_detail {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_detail {
    padding: 5px 0px;
  }
}
.page_index .tp_entry_init_view .tp_init_view_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_index .tp_entry_init_view .tp_init_view_section {
  position: relative;
  height: 100%;
  padding-left: 200px;
  padding-right: 200px;
  border-top: 1px solid #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_section {
    padding-left: 120px;
  }
}
.page_index .tp_entry_init_view .tp_init_view_section:first-child {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_section:first-child {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_section {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_index .tp_entry_init_view .tp_init_view_start {
  text-align: center;
  letter-spacing: -1em;
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0px;
  right: 0px;
  border-left: 1px solid #d2d7d9;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_start {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d2d7d9;
    border-left: none;
  }
}
.page_index .tp_entry_init_view .tp_init_view_start:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_start:before {
    display: none;
  }
}
.page_index .tp_entry_init_view .tp_init_view_start_inner {
  letter-spacing: normal;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.page_index .tp_entry_init_view .tp_init_view_start_heading {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_start_heading {
    font-size: 16px;
    font-weight: bold;
  }
}
.page_index .tp_entry_init_view .tp_init_view_start_date {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_view_start_date {
    font-size: 13px;
    font-weight: normal;
  }
}
.page_index .tp_entry_init_view .tp_init_view_close {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d2d7d9;
  background: #e9eef4;
  cursor: pointer;
}
.page_index .tp_entry_init_view .tp_init_view_close img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_index .tp_entry_init_view .tp_init_data_heading {
  letter-spacing: -1em;
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0px;
  left: 0px;
  border-right: 1px solid #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_heading {
    width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_heading {
    position: relative;
    width: 100%;
    border-right: none;
  }
}
.page_index .tp_entry_init_view .tp_init_data_heading:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
.page_index .tp_entry_init_view .tp_init_data_heading_only {
  margin-left: -1px;
}
.page_index .tp_entry_init_view .tp_init_data_heading_inner {
  font-size: 14px;
  letter-spacing: normal;
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_heading_inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_heading_inner {
    font-weight: bold;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table {
  text-align: center;
  width: 100%;
  display: table;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table {
    text-align: left;
    display: block;
    zoom: 1;
  }
  .page_index .tp_entry_init_view .tp_init_data_table:before, .page_index .tp_entry_init_view .tp_init_data_table:after {
    content: "";
    display: table;
  }
  .page_index .tp_entry_init_view .tp_init_data_table:after {
    clear: both;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_wrap {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.page_index .tp_entry_init_view .tp_init_data_table_wrap_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_wrap_pc {
    display: none;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_wrap_pc_first {
  padding-top: 5px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_wrap_pc_first {
    padding-top: 15px;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_wrap_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_wrap_sp {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_row {
  font-size: 18px;
  font-weight: bold;
  display: table-row;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_row {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_row {
    font-size: 18px;
    float: left;
    display: block;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_row:first-child {
  font-size: 14px;
  font-weight: normal;
  padding-top: 0px;
}
.page_index .tp_entry_init_view .tp_init_data_table_row:first-child .tp_init_data_table_cell {
  padding-top: 0px;
}
.page_index .tp_entry_init_view .tp_init_data_table_cell {
  padding-top: 2px;
  display: table-cell;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_cell {
    font-size: 15px;
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_cell_item {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_info {
  font-size: 12px;
  margin-top: 2px;
  margin-left: 1em;
  color: #c10000;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_info {
    font-size: 10px;
    display: inline-block;
  }
}
.page_index .tp_entry_init_view .tp_init_data_table_info_first {
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_entry_init_view .tp_init_data_table_info_first {
    padding-bottom: 0px;
  }
}
.page_index .tp_select {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select {
    padding-bottom: 0px;
  }
}
.page_index .tp_select .tp_select_heading {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_heading {
    font-size: 18px;
  }
}
.page_index .tp_select .tp_select_heading_br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_heading_br {
    display: inline;
  }
}
.page_index .tp_select .tp_select_leading {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_leading {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_leading {
    font-size: 10px;
  }
}
.page_index .tp_select .tp_select_title {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 70px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_title {
    padding-left: 52px;
  }
}
@media screen and (max-width: 667px) {
  .page_index .tp_select .tp_select_title {
    padding-left: 56px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 567px) {
  .page_index .tp_select .tp_select_title {
    padding-left: 48px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_title {
    padding-top: 5px;
    padding-left: 52px;
    padding-right: 5px;
  }
}
.page_index .tp_select .tp_select_title > .tp_select_checkbox_balloon {
  position: absolute;
  top: -14px;
  left: 6px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title > .tp_select_checkbox_balloon {
    top: -26px;
    left: -7px;
  }
}
.page_index .tp_select .tp_select_title_checkbox {
  line-height: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 20px;
  margin-top: -21px;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_checkbox {
    left: 10px;
  }
}
@media screen and (max-width: 413px) {
  .page_index .tp_select .tp_select_title_checkbox {
    left: 5px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_title_checkbox {
    margin-top: 0px;
  }
}
.page_index .tp_select .tp_select_title_checkbox:before {
  content: '\E655';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: 2px;
  margin-left: 2px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_select .tp_select_title_checkbox:before {
    margin-left: 1px;
  }
}
.page_index .tp_select .tp_select_title_text {
  font-size: 26px;
  line-height: 1;
  color: #13448f;
  vertical-align: top;
  position: relative;
  width: 410px;
  height: 42px;
  margin-top: 5px;
  padding-left: 0px;
  margin-right: 10px;
  display: inline-block;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_text {
    font-size: 15px;
    width: 100%;
    height: 32px;
    margin-top: 0px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_title_text {
    margin-top: 7px;
  }
}
.page_index .tp_select .tp_select_title_text rt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
}
.page_index .tp_select .tp_select_title_info {
  color: #13448f;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 260px;
  height: 36px;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  z-index: 200;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_index .tp_select .tp_select_title_info:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_select .tp_select_title_info {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_info {
    font-size: 10px;
    position: absolute;
    width: 160px;
    height: auto;
    margin-top: -12px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-right: 30px;
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .page_index .tp_select .tp_select_title_info {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-top: 3px;
    padding-right: 15px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_title_info {
    margin-top: 5px;
  }
}
.page_index .tp_select .tp_select_title_info:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 86%;
  top: 7%;
  right: 30px;
  background: #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_info:before {
    right: 20px;
  }
}
.page_index .tp_select .tp_select_title_info:after {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 10px;
  color: #13448f;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_info:after {
    right: 6px;
  }
}
.page_index .tp_select .tp_select_title_delta {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 50%;
  bottom: -9px;
  margin-left: -12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 1;
}
.page_index .tp_select .tp_select_title_img {
  vertical-align: bottom;
  width: 120px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_img {
    display: none;
  }
}
.page_index .tp_select .tp_select_title_img_sp {
  vertical-align: bottom;
  width: 76px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_img_sp {
    display: inline-block;
  }
}
@media screen and (max-width: 413px) {
  .page_index .tp_select .tp_select_title_img_sp {
    display: none;
  }
}
.page_index .tp_select .tp_select_title_img_mini {
  vertical-align: bottom;
  width: 70px;
  display: none;
}
@media screen and (max-width: 413px) {
  .page_index .tp_select .tp_select_title_img_mini {
    display: none;
  }
}
.page_index .tp_select .tp_select_title_img_wrap {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_img_wrap {
    padding-bottom: 9px;
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .page_index .tp_select .tp_select_title_img_wrap {
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_title_img_wrap {
    padding-bottom: 10px;
  }
}
.page_index .tp_select .tp_select_section {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  margin-top: 20px;
  border-radius: 4px;
}
.page_index .tp_select .tp_select_section[data-course="G"] *[data-course*="G"] {
  display: none;
}
.page_index .tp_select .tp_select_section[data-course="M"] *[data-course*="M"] {
  display: none;
}
.page_index .tp_select .tp_select_section[data-course="H"] *[data-course*="H"] {
  display: none;
}
.page_index .tp_select .tp_select_section[data-add="false"] .tp_select_checkbox {
  pointer-events: none;
}
.page_index .tp_select .tp_select_section[data-add="false"] .tp_select_checkbox .tp_select_checkbox_icon::before {
  content: '\E656';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: 3px;
  margin-left: 1px;
  display: block;
}
.page_index .tp_select .tp_select_section[data-add="false"] .tp_select_checkbox_balloon[data-active="false"] {
  display: none !important;
}
.page_index .tp_select .tp_select_section[data-add="false"] .tp_select_checkbox_balloon[data-active="true"] {
  display: none !important;
}
.page_index .tp_select .tp_select_section[data-add="false"] .tp_select_disable_info {
  display: block;
}
.page_index .tp_select .tp_select_section > .tp_select_checkbox_balloon[data-active="false"] {
  top: -24px !important;
}
.page_index .tp_select .tp_select_section > .tp_select_checkbox_balloon[data-active="true"] {
  top: -16px !important;
}
.page_index .tp_select .tp_select_section .tp_select_checkbox_balloon {
  position: absolute;
  z-index: 200;
}
.page_index .tp_select .tp_select_section .tp_select_checkbox_balloon[data-active="false"] {
  top: -16px;
  left: 2px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_section .tp_select_checkbox_balloon[data-active="false"] {
    left: -8px;
  }
}
.page_index .tp_select .tp_select_section .tp_select_checkbox_balloon[data-active="true"] {
  top: -16px;
  left: 4px;
  display: none;
}
.page_index .tp_select .tp_select_checkbox {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  height: 40px;
  top: 8px;
  left: 15px;
  display: block;
  z-index: 200;
  cursor: pointer;
  zoom: 1;
}
.page_index .tp_select .tp_select_checkbox:before, .page_index .tp_select .tp_select_checkbox:after {
  content: "";
  display: table;
}
.page_index .tp_select .tp_select_checkbox:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_checkbox {
    left: 5px;
  }
}
.page_index .tp_select .tp_select_checkbox_icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_checkbox_icon {
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_select .tp_select_checkbox_icon {
    top: 12px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_checkbox_icon {
    top: 5px;
  }
}
.page_index .tp_select .tp_select_checkbox_name {
  float: left;
  padding-top: 11px;
}
@media screen and (max-width: 667px) {
  .page_index .tp_select .tp_select_checkbox_name {
    font-size: 16px;
    padding-top: 12px;
  }
  .page_index .tp_select .tp_select_checkbox_name.tp_select_checkbox_name_card {
    padding-top: 4px;
  }
}
.page_index .tp_select .tp_select_enable {
  position: relative;
  border-radius: 4px;
  z-index: 100;
  overflow: hidden;
}
.page_index .tp_select .tp_select_disable {
  position: relative;
  border-radius: 4px;
  z-index: 100;
  overflow: hidden;
}
.page_index .tp_select .tp_select_disable:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_disable:before {
    width: auto;
    right: 10px;
  }
}
.page_index .tp_select .tp_select_disable_heading {
  color: #13448f;
  font-size: 20px;
  margin-top: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_disable_heading {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    padding-left: 0px;
  }
}
.page_index .tp_select .tp_select_disable_info {
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  display: none;
}
.page_index .tp_select .tp_select_disable_info span {
  color: #c10000;
}
.page_index .tp_select .tp_select_disable_leading {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 280px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_disable_leading {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 110px;
  }
}
.page_index .tp_select .tp_select_disable_leading_strong {
  font-weight: bold;
}
.page_index .tp_select .tp_select_disable_note {
  font-size: 8px;
  vertical-align: top;
}
.page_index .tp_select .tp_select_disable_note_text {
  font-size: 16px;
  font-weight: bold;
  color: #13448f;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_disable_note_text {
    font-size: 10px;
  }
}
.page_index .tp_select .tp_select_disable_bar {
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
.page_index .tp_select .tp_select_disable_bar:before {
  content: '\E644';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 20px;
  vertical-align: middle;
}
.page_index .tp_select .tp_select_noadd {
  display: none;
}
.page_index .tp_select .tp_select_option {
  position: relative;
  width: 100%;
  padding-right: 220px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option {
    padding-right: 0px;
  }
}
.page_index .tp_select .tp_select_option:before {
  content: '';
  width: 100%;
  height: 56px;
  display: block;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.page_index .tp_select .tp_select_option_target {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 15px;
  padding-left: 50px;
  display: block;
}
@media screen and (max-width: 667px) {
  .page_index .tp_select .tp_select_option_target {
    font-size: 16px;
    line-height: 2.4em;
    top: 9px;
  }
}
@media screen and (max-width: 567px) {
  .page_index .tp_select .tp_select_option_target {
    line-height: 1.3em;
  }
}
.page_index .tp_select .tp_select_option_target_checkbox {
  line-height: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0px;
  margin-top: -20px;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_option_target_checkbox {
    margin-top: -17px;
  }
}
@media screen and (max-width: 413px) {
  .page_index .tp_select .tp_select_option_target_checkbox {
    margin-top: -19px;
  }
}
.page_index .tp_select .tp_select_option_target_checkbox:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: 2px;
  margin-left: 1px;
  display: block;
}
.page_index .tp_select .tp_select_option_row {
  zoom: 1;
  position: relative;
  border-bottom: 1px solid #d1dfef;
}
.page_index .tp_select .tp_select_option_row:before, .page_index .tp_select .tp_select_option_row:after {
  content: "";
  display: table;
}
.page_index .tp_select .tp_select_option_row:after {
  clear: both;
}
.page_index .tp_select .tp_select_option_row:last-child .tp_select_option_tile:before {
  display: none;
}
.page_index .tp_select .tp_select_option_tile {
  position: absolute;
  width: 280px;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d1dfef;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_tile {
    display: none;
  }
}
.page_index .tp_select .tp_select_option_tile:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0px;
  background: #ffffff;
  display: block;
}
.page_index .tp_select .tp_select_option_heading {
  position: relative;
  float: left;
  width: 280px;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  z-index: 300;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_heading {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #d1dfef;
  }
}
.page_index .tp_select .tp_select_option_heading_number {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 20px;
  padding-top: 2px;
  padding-right: 6px;
  display: inline-block;
  overflow: hidden;
}
.page_index .tp_select .tp_select_option_heading_number:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  left: -23px;
  background: #13448f;
  z-index: 100;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_index .tp_select .tp_select_option_heading_number_inner {
  position: relative;
  z-index: 200;
}
.page_index .tp_select .tp_select_option_heading_text {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_select .tp_select_option_heading_text {
    padding-top: 2px;
  }
}
.page_index .tp_select .tp_select_option_heading_icon {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  padding-top: 1px;
  background: #e9eef4 url("../images/balloon_q_icon.png") no-repeat 50% 50%;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.page_index .tp_select .tp_select_option_heading_icon.tp_cur {
  background: #e9eef4 url("../images/balloon_close_icon.png") no-repeat 50% 50%;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.page_index .tp_select .tp_select_option_heading_note {
  font-size: 12px;
  margin-top: 4px;
  padding-left: 31px;
}
.page_index .tp_select .tp_select_option_heading_note_link {
  color: #23b2ec;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.page_index .tp_select .tp_select_option_column {
  position: relative;
  float: left;
  width: 100%;
  margin-left: -280px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 320px;
  padding-right: 40px;
  z-index: 100;
  zoom: 1;
}
.page_index .tp_select .tp_select_option_column:before, .page_index .tp_select .tp_select_option_column:after {
  content: "";
  display: table;
}
.page_index .tp_select .tp_select_option_column:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_column {
    float: none;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page_index .tp_select .tp_select_option_column_text_area {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_column_text_area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page_index .tp_select .tp_select_option_btn {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.page_index .tp_select .tp_select_option_btn:nth-child(1) {
  margin-top: 0px;
}
.page_index .tp_select .tp_select_option_btn:nth-child(2) {
  margin-top: 0px;
}
.page_index .tp_select .tp_select_option_btn:nth-child(odd) {
  padding-right: 10px;
}
.page_index .tp_select .tp_select_option_btn:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_btn {
    margin-top: 20px;
  }
}
.page_index .tp_select .tp_select_option_btn_input {
  display: none;
}
.page_index .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner {
  color: #ffffff;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_index .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 13px;
  margin-top: -5px;
  border-radius: 50%;
  background: #13448f;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner:after {
    width: 8px;
    height: 8px;
    left: 12px;
    margin-top: -4px;
  }
}
.page_index .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner .tp_injury_btn_icon {
  display: none;
}
.page_index .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner .tp_injury_btn_icon[data-cur="true"] {
  display: block;
}
.page_index .tp_select .tp_select_option_btn_wrap {
  overflow: hidden;
}
.page_index .tp_select .tp_select_option_btn_wrap + .tp_select_option_inline {
  border-top: none;
}
.page_index .tp_select .tp_select_option_btn_inner {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: 1px solid #d2d7d9;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
}
.page_index .tp_select .tp_select_option_btn_inner:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 8px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #d2d7d9;
  background: #ffffff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_btn_inner:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_btn_inner {
    font-size: 14px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.page_index .tp_select .tp_select_option_btn_inner:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_select .tp_select_option_btn_inner {
    padding-top: 0.7em;
    padding-bottom: 0.5em;
  }
}
.page_index .tp_select .tp_select_option_btn_inner .tp_injury_btn_icon {
  position: absolute;
  width: 30px;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  display: block;
}
.page_index .tp_select .tp_select_option_btn_inner .tp_injury_btn_icon[data-cur="true"] {
  display: none;
}
.page_index .tp_select .tp_select_option_inline {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d1dfef;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_inline {
    font-size: 12px;
  }
}
.page_index .tp_select .tp_select_option_inline:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.page_index .tp_select .tp_select_option_inline_target {
  font-size: 14px;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_inline_target {
    margin-left: 0px;
  }
}
.page_index .tp_select .tp_select_option_inline_heading {
  font-size: 12px;
  width: 100px;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_index .tp_select .tp_select_option_inline_heading {
    width: 80px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_select .tp_select_option_inline_heading_space {
    width: 62px;
  }
}
.page_index .tp_select .tp_select_option_inline_price {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_inline_price {
    font-size: 15px;
  }
}
.page_index .tp_select .tp_select_total {
  letter-spacing: -1em;
  position: absolute;
  float: right;
  width: 220px;
  height: 100%;
  top: 0px;
  right: 0px;
  margin-left: -220px;
  background: #ccedfb;
  -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-left: 0px;
  }
}
.page_index .tp_select .tp_select_total:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total:before {
    display: none;
  }
}
.page_index .tp_select .tp_select_total_inner {
  text-align: center;
  letter-spacing: 0.15em;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.page_index .tp_select .tp_select_total_heading {
  color: #13448f;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #13448f;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_heading {
    vertical-align: middle;
  }
}
.page_index .tp_select .tp_select_total_price {
  color: #eb7309;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_price {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_price {
    vertical-align: middle;
    display: inline-block;
  }
}
.page_index .tp_select .tp_select_total_yen {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
}
.page_index .tp_select .tp_select_ctrl {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_select .tp_select_ctrl_main {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl {
  border: 2px solid #cccccc;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title {
  border-radius: 4px 4px 0px 0px;
  border: none;
  background: #f3f3f3;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title {
    border-radius: 4px 0px 0px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title {
    padding-left: 5px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_text {
  color: #666666;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_text {
    margin-left: 47px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_checkbox {
  top: 24px;
  margin-top: -0px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_checkbox {
    top: 16px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img_sp {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img_inactive {
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img_inactive {
    width: 80px;
  }
}
@media screen and (max-width: 374px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img_inactive {
    margin-top: 15px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_result {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title .tp_select_title_img_mini {
    display: none;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title > .tp_select_checkbox_balloon {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title_inactive_text {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  width: 280px;
  margin-top: 3px;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title_inactive_text {
    width: 100%;
    margin-top: 18px;
    margin-left: 5px;
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_title_inactive_text {
    padding-right: 5px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_checkbox {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_passive_main {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_passive_main .tp_select_enable {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_passive_main .tp_select_disable {
  border-radius: 0px 0px 4px 4px;
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_passive_sub {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_accordion {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_care_heading {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_inner {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_title_text {
    margin-top: -5px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_title_inactive_text,
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_title_img_inactive,
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_check_balloon {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_title_checkbox:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: 2px;
  margin-left: 2px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_title_checkbox:before {
    margin-left: 1px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_passive_main {
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 668px) {
  .page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_passive_main {
    margin-bottom: 10px;
  }
}
.page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_passive_sub {
  margin-bottom: 20px;
  margin-top: 0px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 668px) {
  .page_index .tp_select .tp_select_ctrl_main:checked + .tp_view_ctrl .tp_select_passive_sub {
    margin-bottom: 10px;
  }
}
.page_index .tp_select .tp_select_ctrl_sub {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_checkbox_balloon[data-active="false"] {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_checkbox_balloon[data-active="true"] {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_checkbox {
  width: 420px;
  height: 60px;
  top: 10px;
  left: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_enable {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_disable {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_disable:before {
  width: 420px;
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_disable_heading {
  margin-top: 95px;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_main .tp_select_disable_heading {
    margin-top: 85px;
    padding-left: 10px;
  }
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_care .tp_select_checkbox {
  padding-left: 5px;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_care .tp_select_checkbox_balloon[data-active="false"] {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_care .tp_select_checkbox_balloon[data-active="true"] {
  left: 0px;
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:checked + .tp_select_passive_main .tp_select_enable {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:checked + .tp_select_passive_main .tp_select_disable {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_checkbox_balloon[data-active="false"] {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_checkbox_balloon[data-active="true"] {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_checkbox {
  width: 220px;
  height: 60px;
  top: 10px;
  left: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_option_target_price {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_enable {
  display: none;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_disable {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_disable:before {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_disable_heading {
  margin-top: 95px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_ctrl_sub:not(:checked) + .tp_select_passive_sub .tp_select_disable_heading {
    margin-top: 85px;
    padding-left: 10px;
  }
}
.page_index .tp_select .tp_select_ctrl_sub:checked + .tp_select_section .tp_select_checkbox_icon:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: 2px;
  margin-left: 1px;
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:checked + .tp_select_section .tp_select_enable {
  display: block;
}
.page_index .tp_select .tp_select_ctrl_sub:checked + .tp_select_section .tp_select_disable {
  display: none;
}
.page_index .tp_select .tp_cancer .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #5377ad;
  border-radius: 4px 4px 0px 0px;
}
.page_index .tp_select .tp_cancer .tp_select_title_delta {
  background: #5377ad;
}
.page_index .tp_select .tp_cancer .tp_select_option:before {
  background: #5377ad;
}
.page_index .tp_select .tp_cancer .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_cancer .tp_select_disable {
    background: #ffffff url("../images/cancer_plan_bg_sp.jpg") no-repeat 100% 100%/140px;
  }
}
.page_index .tp_select .tp_cancer .tp_select_disable:before {
  background: #5377ad;
}
.page_index .tp_select .tp_cancer .tp_select_disable_bar {
  background: #d1dfef;
}
.page_index .tp_select .tp_medical .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #45bcee;
  border-radius: 4px 4px 0px 0px;
}
.page_index .tp_select .tp_medical .tp_select_title_delta {
  background: #45bcee;
}
.page_index .tp_select .tp_medical .tp_select_option:before {
  background: #45bcee;
}
.page_index .tp_select .tp_medical .tp_select_disable {
  background: #ffffff url("../images/medical_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_medical .tp_select_disable {
    background: #ffffff url("../images/medical_plan_bg_sp.jpg") no-repeat 100% 100%/140px;
  }
}
.page_index .tp_select .tp_medical .tp_select_disable:before {
  background: #45bcee;
}
.page_index .tp_select .tp_medical .tp_select_disable_bar {
  background: #ccedfb;
}
.page_index .tp_select .tp_injury_course {
  border-bottom: 1px solid #d1d0d0;
}
.page_index .tp_select .tp_injury_course_heading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  background: #eef2fe;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_course_heading {
    display: none;
  }
}
.page_index .tp_select .tp_injury_course_heading strong {
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}
.page_index .tp_select .tp_injury_course_heading_sp {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 65px;
  background: #eef2fe;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_course_heading_sp {
    display: block;
  }
}
.page_index .tp_select .tp_injury_course_heading_sp strong {
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}
.page_index .tp_select .tp_injury_course_select {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.page_index .tp_select .tp_injury_course_select_inner {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_course_select_inner {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_course_select_inner .tp_select_option_btn_inner {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.page_index .tp_select .tp_injury_course_select_popup {
  margin-top: 2px;
  display: inline-block;
  cursor: pointer;
}
.page_index .tp_select .tp_injury_course_select_popup.tp_cur .tp_select_option_heading_icon {
  background: #e9eef4 url("../images/balloon_close_icon.png") no-repeat 50% 50%;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.page_index .tp_select .tp_injury_course_select_popup_text {
  color: #69c2ee;
  font-size: 10px;
  text-decoration: underline;
}
.page_index .tp_select .tp_injury_course_select_popup .tp_select_option_heading_icon {
  margin-left: 0px;
}
.page_index .tp_select .tp_injury_course_select .tp_select_option_btn {
  float: left;
  width: 200px;
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.page_index .tp_select .tp_injury_course_select .tp_select_option_btn:first-child {
  margin-top: 0px;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_course_select .tp_select_option_btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_injury_btn_wrap .tp_select_option_btn_inner {
    font-size: 12px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.page_index .tp_select .tp_injury_recommend {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d0d0;
}
.page_index .tp_select .tp_injury_recommend_heading {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_index .tp_select .tp_injury_recommend_heading {
    font-size: 14px;
    display: block;
  }
}
.page_index .tp_select .tp_injury_recommend_button {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  border: none;
  background: #fda343;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  outline: none;
}
@media screen and (max-width: 768px) {
  .page_index .tp_select .tp_injury_recommend_button {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_select .tp_injury_recommend_button[data-cur="false"] .tp_true {
  display: none;
}
.page_index .tp_select .tp_injury_recommend_button[data-cur="true"] {
  background: -webkit-gradient(linear, left top, left bottom, from(#dd7118), to(#e07e2e));
  background: -webkit-linear-gradient(#dd7118, #e07e2e);
  background: linear-gradient(#dd7118, #e07e2e);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_index .tp_select .tp_injury_recommend_button[data-cur="true"]::after {
  display: block;
}
.page_index .tp_select .tp_injury_recommend_button[data-cur="true"] .tp_false {
  display: none;
}
.page_index .tp_select .tp_injury_recommend_button_wrap {
  position: relative;
  display: inline-block;
}
.page_index .tp_select .tp_injury_recommend_popup {
  text-align: left;
  position: absolute;
  width: 570px;
  top: 100%;
  left: 50%;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 2px solid #13448f;
  background: #ffffff;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .page_index .tp_select .tp_injury_recommend_popup {
    max-width: 290px;
  }
}
.page_index .tp_select .tp_injury_recommend_popup_heading {
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_index .tp_select .tp_injury_recommend_popup_heading {
    font-size: 14px;
    padding-right: 10px;
  }
}
.page_index .tp_select .tp_injury_recommend_popup_leading {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_select .tp_injury_recommend_popup_leading {
    font-size: 10px;
  }
}
.page_index .tp_select .tp_injury_recommend_popup_arrow {
  position: absolute;
  top: -17px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.page_index .tp_select .tp_injury_recommend_popup_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.page_index .tp_select .tp_injury .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #13448f;
  border-radius: 4px 4px 0px 0px;
}
.page_index .tp_select .tp_injury .tp_select_title_delta {
  background: #13448f;
}
.page_index .tp_select .tp_injury .tp_select_option:before {
  display: none;
}
.page_index .tp_select .tp_injury .tp_select_disable {
  background: #ffffff url("../images/medical_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_injury .tp_select_disable {
    background: #ffffff url("../images/medical_plan_bg_sp.jpg") no-repeat 100% 100%/140px;
  }
}
.page_index .tp_select .tp_injury .tp_select_disable:before {
  background: #13448f;
}
.page_index .tp_select .tp_injury .tp_select_disable_bar {
  background: #ccedfb;
}
.page_index .tp_select .tp_injury .tp_select_accordion {
  background: #13448f;
}
.page_index .tp_select .tp_care .tp_select_title_img {
  width: 120px;
}
.page_index .tp_select .tp_care .tp_select_option_heading_icon {
  background-color: #ffffff;
}
.page_index .tp_select .tp_care [data-add="false"] .tp_select_disable .tp_select_disable_heading {
  display: none;
}
.page_index .tp_select .tp_care [data-add="false"] .tp_select_noadd {
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 250px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care [data-add="false"] .tp_select_noadd {
    padding-top: 80px;
    padding-left: 10px;
  }
}
.page_index .tp_select .tp_care [data-add="false"] .tp_select_noadd span {
  color: #c10000;
}
.page_index .tp_select .tp_care .tp_select_section .tp_select_checkbox_balloon {
  top: -16px !important;
}
.page_index .tp_select .tp_care .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #2944b8;
  border-radius: 4px 4px 0px 0px;
}
.page_index .tp_select .tp_care .tp_select_title_text {
  width: 410px;
}
.page_index .tp_select .tp_care .tp_select_title_result_box {
  line-height: 1;
}
.page_index .tp_select .tp_care .tp_select_title_result_box_heading {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_title_result_box_heading {
    font-size: 12px;
  }
}
.page_index .tp_select .tp_care .tp_select_title_delta {
  background: #2944b8;
}
.page_index .tp_select .tp_care .tp_select_option:before {
  background: #2944b8;
}
.page_index .tp_select .tp_care .tp_select_disable {
  border-radius: 0px;
  border-bottom: 1px solid #edf0fc;
  background: #ffffff url("../images/medical_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_disable {
    background: #ffffff url("../images/medical_plan_bg_sp.jpg") no-repeat 100% 100%/140px;
  }
}
.page_index .tp_select .tp_care .tp_select_disable:before {
  background: #2944b8;
}
.page_index .tp_select .tp_care .tp_select_disable_bar {
  background: #ccedfb;
}
.page_index .tp_select .tp_care .tp_select_disable .tp_select_disable_heading {
  font-weight: bold;
  margin-top: 0px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 250px !important;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_disable .tp_select_disable_heading {
    margin-top: 50px !important;
    padding-left: 10px !important;
  }
}
.page_index .tp_select .tp_care .tp_select_care_startday {
  padding: 8px;
  background: #edf0fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_care_startday {
    width: 100%;
    display: block;
  }
}
.page_index .tp_select .tp_care .tp_select_care_startday_wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_index .tp_select .tp_care .tp_select_care_startday .tp_heading {
  font-size: 12px;
  margin-right: 10px;
}
.page_index .tp_select .tp_care .tp_select_care_startday .tp_detail {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_care_startday .tp_detail {
    font-size: 14px;
  }
}
.page_index .tp_select .tp_care .tp_select_care_heading {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 240px;
  padding-right: 180px;
  background: #edf0fc;
  border-radius: 6px 6px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_care_heading {
    display: none;
  }
}
.page_index .tp_select .tp_care .tp_select_care_heading_box {
  padding-left: 15px;
}
.page_index .tp_select .tp_care .tp_select_care_heading_box:first-child {
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_index .tp_select .tp_care .tp_select_care_heading_box .tp_select_option_heading_icon {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_index .tp_select .tp_care .tp_select_care_heading_box {
  padding-left: 7px;
}
.page_index .tp_select .tp_care .tp_select_inner {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page_index .tp_select .tp_care .tp_select_inner_shadow {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_inner_shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.page_index .tp_select .tp_care .tp_select_section {
  width: auto;
  margin: 0px !important;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_section {
    margin-top: 20px !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) !important;
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) !important;
  }
}
.page_index .tp_select .tp_care .tp_select_section[data-add="false"] .tp_select_disable {
  background: #f3f3f3;
}
.page_index .tp_select .tp_care .tp_select_enable {
  position: relative;
  padding-left: 240px;
  padding-right: 180px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_enable {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_index .tp_select .tp_care .tp_select_enable::before {
  content: '';
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #edf0fc;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_enable::before {
    width: 100%;
    height: 70px;
  }
}
.page_index .tp_select .tp_care .tp_select_enable::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
}
.page_index .tp_select .tp_care .tp_select_enable_inner {
  border-bottom: 1px solid #edf0fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_enable_inner {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_index .tp_select .tp_care .tp_select_checkbox {
  color: #222222;
  font-size: 18px;
  top: 20px;
}
.page_index .tp_select .tp_care .tp_select_checkbox_name {
  padding-top: 13px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_checkbox_name br {
    display: none;
  }
}
.page_index .tp_select .tp_care .tp_select_care_group {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.page_index .tp_select .tp_care .tp_select_care_group_heading {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_care_group_heading {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: #edf0fc;
    display: block;
  }
}
.page_index .tp_select .tp_care .tp_select_care_group:first-child {
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_care_group:first-child {
    width: 100%;
  }
}
.page_index .tp_select .tp_care .tp_select_care_group:nth-child(2) {
  width: 100%;
  border-left: 1px solid #edf0fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_index .tp_select .tp_care .tp_select_care_group:nth-child(2) .tp_select_option_btn {
  float: none;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.page_index .tp_select .tp_care .tp_select_care_group:nth-child(2) .tp_select_option_btn:first-child {
  margin-top: 0px;
}
.page_index .tp_select .tp_care .tp_select_option_btn_inner {
  font-size: 16px;
}
.page_index .tp_select .tp_care .tp_select_total {
  width: 180px;
  margin-left: auto;
  border-bottom: 1px solid #ffffff;
}
.page_index .tp_select .tp_care .tp_select_total::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_total {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.page_index .tp_select .tp_care .tp_select_total_inner {
  display: block;
}
.page_index .tp_select .tp_care .tp_select_total_heading {
  margin-right: 10px;
}
.page_index .tp_select .tp_care .tp_select_total_price {
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_care .tp_select_total_price {
    margin-top: 10px;
  }
}
.page_index .tp_select .tp_care .tp_select_total_data {
  padding-left: 10px;
  padding-right: 10px;
}
.page_index .tp_select .tp_care .tp_select_ctrl_sub:not(:checked) + .tp_select_section .tp_select_checkbox {
  width: auto;
}
.page_index .tp_select .tp_care .tp_select_ctrl_sub:not(:checked) + .tp_select_section .tp_select_disable::before {
  display: none;
}
.page_index .tp_result {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ffffff;
}
.page_index .tp_result:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #003277;
  display: block;
}
.page_index .tp_result.tp_fix {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}
.page_index .tp_result.tp_fix .tp_result_total {
  position: relative;
}
.page_index .tp_result.tp_fix .tp_result_detail {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_detail {
    padding: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_detail_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_index .tp_result.tp_fix .tp_result_inline {
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_index .tp_result.tp_fix .tp_result_inline::before {
  display: none;
}
.page_index .tp_result.tp_fix .tp_result_inline::after {
  display: none;
}
.page_index .tp_result.tp_fix .tp_result_inline_heading {
  font-size: 18px;
  float: none;
  padding-top: 8px;
}
.page_index .tp_result.tp_fix .tp_result_inline_heading br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_inline_heading {
    font-size: 14px;
    width: 200px;
    padding-top: 0px;
  }
  .page_index .tp_result.tp_fix .tp_result_inline_heading .tp_empty {
    display: none;
  }
  .page_index .tp_result.tp_fix .tp_result_inline_heading br {
    display: inline;
  }
}
.page_index .tp_result.tp_fix .tp_result_inline_info {
  float: none;
}
.page_index .tp_result.tp_fix .tp_result_inner {
  max-width: 850px;
  padding-right: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_index .tp_result.tp_fix .tp_result_inner::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_inner {
    padding-right: 0px;
    display: block;
  }
}
.page_index .tp_result.tp_fix .tp_result_total {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  border-left: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_total {
    float: none;
  }
}
.page_index .tp_result.tp_fix .tp_result_total::before {
  display: none;
}
.page_index .tp_result.tp_fix .tp_result_total::after {
  display: none;
}
.page_index .tp_result.tp_fix .tp_result_total_icon {
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_total_icon {
    display: none;
  }
}
.page_index .tp_result.tp_fix .tp_result_total_icon:before {
  content: '\E642';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: block;
}
.page_index .tp_result.tp_fix .tp_result_total_inner {
  padding-top: 0px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_total_inner {
    padding-top: 10px !important;
  }
}
.page_index .tp_result.tp_fix .tp_result_total_info {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result.tp_fix .tp_result_total_info {
    padding: 0px;
  }
}
.page_index .tp_result.tp_fix .tp_result_total_info_price {
  margin-top: 0px;
}
.page_index .tp_result.tp_close .tp_result_accordion_btn:before {
  content: '\e643';
  font-family: 'iconsfont';
  color: #ffffff;
}
.page_index .tp_result.tp_close .tp_result_total:after {
  display: none;
}
.page_index .tp_result.tp_close .tp_result_total_info:before {
  display: none;
}
.page_index .tp_result .tp_result_accordion_btn {
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 20px;
  top: -20px;
  right: 20px;
  padding-top: 2px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 4px 4px 0px 0px;
  background: #003277;
  display: block;
}
.page_index .tp_result .tp_result_accordion_btn:before {
  content: '\e644';
  font-family: 'iconsfont';
  color: #ffffff;
}
.page_index .tp_result .tp_result_inner {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_inner {
    zoom: 1;
  }
  .page_index .tp_result .tp_result_inner:before, .page_index .tp_result .tp_result_inner:after {
    content: "";
    display: table;
  }
  .page_index .tp_result .tp_result_inner:after {
    clear: both;
  }
}
.page_index .tp_result .tp_result_inner:before {
  content: '\E642';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 317px;
  margin-top: -23px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inner:before {
    right: 340px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inner:before {
    display: none;
  }
}
.page_index .tp_result .tp_result_detail {
  position: relative;
  width: 610px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 220px;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_detail {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
    display: none;
  }
  .page_index .tp_result .tp_result_detail:before, .page_index .tp_result .tp_result_detail:after {
    content: "";
    display: table;
  }
  .page_index .tp_result .tp_result_detail:after {
    clear: both;
  }
}
.page_index .tp_result .tp_result_detail_wrap {
  width: 96%;
  max-width: 850px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_result .tp_result_detail_box {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_index .tp_result .tp_result_detail_box:nth-child(1) {
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d2d7d9;
}
.page_index .tp_result .tp_result_detail_box:nth-child(2) {
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_detail_box:nth-child(2) {
    padding-top: 4px;
  }
}
.page_index .tp_result .tp_result_detail_box:nth-child(3) {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_detail_box:nth-child(3) {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d2d7d9;
  }
}
.page_index .tp_result .tp_result_detail_box:nth-child(4) {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_detail_box:nth-child(4) {
    padding-top: 4px;
  }
}
.page_index .tp_result .tp_result_inline {
  width: 100%;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d2d7d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inline {
    float: left;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
    border-left: none;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_inline {
    margin-bottom: 5px;
    background: #ffffff;
  }
}
.page_index .tp_result .tp_result_inline:first-child {
  margin-top: 0px;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inline:first-child {
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page_index .tp_result .tp_result_inline.tp_cancer .tp_result_inline_heading {
  color: #5377ad;
}
.page_index .tp_result .tp_result_inline.tp_injury .tp_result_inline_heading {
  color: #13448f;
}
.page_index .tp_result .tp_result_inline.tp_care .tp_result_inline_heading {
  color: #2944b8;
}
.page_index .tp_result .tp_result_inline_heading {
  color: #45bcee;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inline_heading {
    font-size: 13px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_inline_heading {
    font-size: 12px;
    width: 130px;
  }
}
.page_index .tp_result .tp_result_inline_heading_ruby {
  position: relative;
}
.page_index .tp_result .tp_result_inline_heading_rt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 92%;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inline_heading_rt {
    display: none;
  }
}
.page_index .tp_result .tp_result_inline_info {
  float: right;
  width: 140px;
  padding-top: 4px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_inline_info {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_inline_info {
    width: 100%;
    margin-left: -130px;
    padding-top: 0px;
    padding-left: 135px;
  }
}
.page_index .tp_result .tp_result_inline_info.tp_noadd .tp_result_inline_element {
  margin-top: 5px;
}
.page_index .tp_result .tp_result_inline_element {
  zoom: 1;
}
.page_index .tp_result .tp_result_inline_element:before, .page_index .tp_result .tp_result_inline_element:after {
  content: "";
  display: table;
}
.page_index .tp_result .tp_result_inline_element:after {
  clear: both;
}
.page_index .tp_result .tp_result_inline_element_heading {
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.page_index .tp_result .tp_result_inline_element_price {
  color: #eb7309;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.page_index .tp_result .tp_result_inline_element_price_user {
  padding-top: 1.1em;
}
@media screen and (max-width: 667px) {
  .page_index .tp_result .tp_result_inline_element_price_user {
    padding-top: 2.2em;
  }
}
.page_index .tp_result .tp_result_inline_element_yen {
  color: #3c3c3c;
  font-size: 10px;
}
.page_index .tp_result .tp_result_total {
  letter-spacing: -1em;
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0px;
  right: 0px;
  border-left: 1px solid #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total {
    position: relative;
    float: left;
    border-left: none;
    width: 100%;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_total {
    padding-right: 190px;
  }
}
.page_index .tp_result .tp_result_total:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page_index .tp_result .tp_result_total:after {
    content: '\E642';
    font-family: 'iconsfont';
    color: #13448f;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    margin-left: -10px;
    background: #ffffff;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total:after {
    content: '\E644';
    font-family: 'iconsfont';
    color: #13448f;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0px;
    right: 0px;
    padding-left: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_total:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_result .tp_result_total:after {
    top: -5px;
  }
}
.page_index .tp_result .tp_result_total_inner {
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding-top: 4px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_inner {
    padding-top: 5px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_inner {
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_total_inner {
    margin-top: 0px;
    background: #ffffff;
  }
}
.page_index .tp_result .tp_result_total_info {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info {
    display: block;
    zoom: 1;
  }
  .page_index .tp_result .tp_result_total_info:before, .page_index .tp_result .tp_result_total_info:after {
    content: "";
    display: table;
  }
  .page_index .tp_result .tp_result_total_info:after {
    clear: both;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info {
    position: relative;
    width: 100%;
    display: block;
  }
  .page_index .tp_result .tp_result_total_info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -2px;
    left: 0px;
    background: #d2d7d9;
    display: none;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_total_info:before {
    display: none;
  }
}
.page_index .tp_result .tp_result_total_info_heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info_heading {
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info_heading {
    font-size: 14px;
    margin-top: 2px;
    padding-left: 20px;
  }
}
.page_index .tp_result .tp_result_total_info_price {
  color: #eb7309;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info_price {
    float: right;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_total_info_price {
    font-size: 24px;
  }
}
.page_index .tp_result .tp_result_total_info_yen {
  color: #3c3c3c;
  font-size: 18px;
}
.page_index .tp_result .tp_result_submit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0px;
  right: 0px;
  padding-right: 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_submit {
    font-size: 16px;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_index .tp_result .tp_result_submit {
    font-size: 14px;
    position: absolute;
    width: 185px;
    bottom: 0px;
    right: 0px;
    margin-top: 0px;
    padding-left: 15px;
  }
}
.page_index .tp_result .tp_result_submit:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_result .tp_result_submit:before {
    margin-top: -6px;
  }
}
.page_index .tp_result .tp_result_submit:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #ffffff;
}
.page_index .tp_result .tp_result_submit.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  cursor: pointer;
}
.page_index .tp_result .tp_result_submit.tp_cur:hover {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
}
.page_index .tp_result .tp_result_submit.tp_cur:after {
  background: #eb7309;
}
.page_index .tp_result .tp_result_submit_inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: -18px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_submit_inner {
    left: 45px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_result .tp_result_submit_inner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_result .tp_result_submit_inner {
    margin-left: 20px;
  }
}
.page_index .tp_result .tp_result_input {
  display: none;
}
.page_index .tp_top_popup {
  line-height: 1.7em;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 430px;
  height: 120px;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #c10000;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}
.page_index .tp_top_popup.tp_double {
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_top_popup {
    width: 300px;
    height: 250px;
  }
}
.page_index .tp_top_popup_option {
  width: 400px;
  height: 90px;
  z-index: 500;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_top_popup_option {
    width: 300px;
    height: 110px;
  }
}
.page_index .tp_top_popup_option_size {
  height: 115px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_top_popup_option_size {
    height: 115px;
  }
}
.page_index .tp_top_popup_check {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  width: 300px;
  top: 100%;
  left: -20px;
  padding: 20px 20px 35px 20px;
  display: none;
  z-index: 500;
}
.page_index .tp_top_popup_wrap {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  border: 2px solid #c10000;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.page_index .tp_top_popup_wrap_arrow {
  position: absolute;
  bottom: 0px;
  top: -13px;
  left: 10px;
  width: 16px;
  height: 13px;
  display: block;
  background: url("../images/top_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 16px 13px;
          background-size: 16px 13px;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_top_popup_wrap_arrow {
    top: -48px;
  }
}
.page_index .tp_top_popup_wrap_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.page_index .tp_plan_exit_comment {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  width: 300px;
  top: 100%;
  left: 0px;
  background: #ffffff;
  border: 1px solid #d1dfef;
  z-index: 500;
  display: none;
}
.page_index .tp_sttdt_year {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_sttdt_year {
    display: inline-block;
  }
}
.page_index .tp_sttdt_day {
  display: inline-block;
}
.page_index .tp_sttdt_time {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_sttdt_time {
    margin-left: 5px;
  }
}
.page_index .tp_hoot_num {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_hoot_num_br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_hoot_num_br {
    display: inline;
  }
}
.page_index .tp_detail_link_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_detail_link_sp {
    text-align: right;
    width: 96%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }
}
.page_index .tp_detail_link_btn {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px;
  background: #ffffff;
}
.page_index .tp_detail_link_btn:after {
  content: '\e622';
  font-family: 'iconsfont';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  display: block;
}
.page_index .tp_detail_link_delta {
  position: absolute;
  width: 0px;
  height: 0px;
  top: -30px;
  left: -30px;
  border: 30px solid transparent;
  border-bottom: 40px solid #ffffff;
}
.page_index .tp_detail_link_text {
  position: relative;
}
.page_index .tp_balloon {
  max-width: 300px;
  z-index: 100;
}
@media screen and (max-width: 668px) {
  .page_index .tp_balloon {
    left: 0px !important;
    right: 0px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_index .tp_hide_landscape {
  display: none;
}
@media screen and (max-width: 567px) {
  .page_index .tp_hide_landscape {
    display: block;
  }
}

/******************************************************************************
	20171219 Heuristic analysis
******************************************************************************/
@media screen and (max-width: 768px) {
  .page_index.tp_modal_open .tp_header,
  .page_index.tp_modal_open .tp_entry_init_view_area,
  .page_index.tp_modal_open .tp_select,
  .page_index.tp_modal_open .tp_hoot_num,
  .page_index.tp_modal_open .tp_bottom_total_arrow,
  .page_index.tp_modal_open .tp_birthday_attention,
  .page_index.tp_modal_open .tp_bottom_total,
  .page_index.tp_modal_open .tp_conductor,
  .page_index.tp_modal_open .tp_footer_image,
  .page_index.tp_modal_open .tp_footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_header .tp_header_logo_sp {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_header .tp_header_title {
    font-size: 12px;
    line-height: 1;
    margin-top: 14px;
    margin-left: 5px;
    padding: 4px 10px 2px 10px;
  }
}
.page_index .tp_init_plan {
  position: relative;
  max-width: 820px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.page_index .tp_init_plan:before, .page_index .tp_init_plan:after {
  content: "";
  display: table;
}
.page_index .tp_init_plan:after {
  clear: both;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_init_plan {
    width: auto;
    max-width: 99999px;
    margin-left: 50px;
    margin-right: 50px;
  }
}
.page_index .tp_init_plan_box {
  position: relative;
  float: left;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .page_index .tp_init_plan_box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_init_plan_box {
    width: 100%;
    margin-top: 10px;
  }
  .page_index .tp_init_plan_box:first-child {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_init_plan_box[data-add="false"] {
    margin-top: 60px;
  }
}
.page_index .tp_init_plan_box[data-add="false"] label {
  pointer-events: none;
}
.page_index .tp_init_plan_box[data-add="false"] label .tp_init_plan_heading .tp_init_plan_icon::before {
  content: '\E656';
  display: block;
}
.page_index .tp_init_plan_input {
  display: none;
}
.page_index .tp_init_plan_input:checked + .tp_init_plan_label {
  background: #ccedfb;
}
.page_index .tp_init_plan_input:checked + .tp_init_plan_label .tp_init_plan_icon::before {
  display: block;
}
.page_index .tp_init_plan_label {
  padding: 10px 6px;
  border-radius: 6px;
  background: #f3f3f3;
  display: block;
  cursor: pointer;
}
.page_index .tp_init_plan_heading {
  overflow: hidden;
}
.page_index .tp_init_plan_icon {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 0.4em;
  border: 2px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
}
.page_index .tp_init_plan_icon::before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 23px;
  line-height: 1;
  margin-top: 2px;
  margin-left: 1px;
  display: none;
}
.page_index .tp_init_plan_name {
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-top: 8px;
}
.page_index .tp_init_plan_img {
  float: left;
  width: 110px;
  margin-left: 10px;
}
.page_index .tp_init_plan_detail {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  height: 4.5em;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_init_plan_detail {
    height: auto;
  }
}
.page_index .tp_init_view_detail_inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page_index .tp_init_view_detail_heading {
  padding-top: 8px;
  padding-bottom: 2px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading {
    padding-top: 2px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page_index .tp_init_view_detail_heading + .tp_init_view_detail_heading {
    display: none;
  }
}
.page_index .tp_init_view_detail_heading:nth-child(2n-1) {
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading:nth-child(2n-1) {
    padding-right: 0px;
  }
}
.page_index .tp_init_view_detail_heading:nth-child(2n) {
  padding-left: 8px;
  border-left: 1px solid #e9eef4;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
  }
}
.page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text {
  font-size: 12px;
  text-align: center;
}
.page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(1) {
  font-size: 16px;
  font-weight: normal;
  -ms-flex-preferred-size: 11em;
      flex-basis: 11em;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(1) {
    font-size: 13px;
    font-weight: bold;
    -ms-flex-preferred-size: 11em;
        flex-basis: 11em;
  }
}
.page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(2) {
  text-indent: -3em;
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(2) {
    text-indent: -2em;
    font-size: 12px;
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
  }
}
.page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(3) {
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_heading .tp_init_view_detail_box_text:nth-child(3) {
    font-size: 12px;
  }
}
.page_index .tp_init_view_detail_box {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #e9eef4;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box {
    padding-top: 4px;
    padding-bottom: 4px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_index .tp_init_view_detail_box:nth-child(2n-1) {
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box:nth-child(2n-1) {
    padding-right: 0px;
  }
}
.page_index .tp_init_view_detail_box:nth-child(2n) {
  padding-left: 8px;
  border-left: 1px solid #e9eef4;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
  }
}
.page_index .tp_init_view_detail_box .tp_init_view_detail_box_text {
  font-size: 18px;
  font-weight: bold;
}
.page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(1) {
  font-size: 16px;
  font-weight: normal;
  -ms-flex-preferred-size: 11em;
      flex-basis: 11em;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(1) {
    font-size: 13px;
    font-weight: bold;
    -ms-flex-preferred-size: 11em;
        flex-basis: 11em;
  }
}
.page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(2) {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(2) {
    font-size: 13px;
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
  }
}
.page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(3) {
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
@media screen and (max-width: 767px) {
  .page_index .tp_init_view_detail_box .tp_init_view_detail_box_text:nth-child(3) {
    font-size: 13px;
  }
}
.page_index .tp_select .tp_select_check_balloon {
  position: absolute;
  top: -14px;
  left: 5px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_check_balloon {
    top: -20px;
    left: 3px;
  }
}
.page_index .tp_select .tp_select_check_balloon_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_check_balloon_pc {
    display: none;
  }
}
.page_index .tp_select .tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_check_balloon_sp {
    width: 76px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_option_target {
    font-size: 14px;
    left: 5px;
    padding-left: 45px;
  }
}
.page_index .tp_select .tp_select_option_target_price {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 5px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_option_target_price {
    display: block;
    z-index: 200;
  }
}
.page_index .tp_select .tp_select_option_target_price_heading {
  color: #ffffff;
  font-size: 10px;
  border-bottom: 0.5px solid #ffffff;
}
.page_index .tp_select .tp_select_option_target_price_detail {
  line-height: 1;
  margin-top: 3px;
}
.page_index .tp_select .tp_select_option_target_price_detail_num {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.page_index .tp_select .tp_select_option_target_price_detail_note {
  color: #ffffff;
  font-size: 10px;
  margin-left: 2px;
}
.page_index .tp_select .tp_select_heading {
  color: #222222;
  text-align: left;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_select .tp_select_heading_main {
  font-size: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_heading_main {
    font-size: 18px;
  }
}
.page_index .tp_select .tp_select_heading_sub {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-left: 40px;
  padding: 5px 10px 3px 10px;
  border: 1px solid #13448f;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_heading_sub {
    font-size: 12px;
    margin-left: 30px;
  }
}
.page_index .tp_select .tp_select_heading_sub::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 1px;
  background: #13448f;
}
.page_index .tp_select .tp_select_heading_sub span {
  margin-right: -0.5em;
  display: inline-block;
}
.page_index .tp_select .tp_select_tel {
  width: 96%;
  max-width: 1000px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_tel {
    display: none;
  }
}
.page_index .tp_select .tp_select_tel_heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  float: left;
  margin-top: 2px;
}
.page_index .tp_select .tp_select_tel_leading {
  font-size: 12px;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
.page_index .tp_select .tp_select_tel_leading_color {
  color: #13448f;
}
.page_index .tp_select .tp_select_tel_num {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  float: right;
}
@media screen and (min-width: 1024px) {
  .page_index .tp_select .tp_select_tel_num a {
    pointer-events: none;
  }
}
.page_index .tp_select .tp_select_tel_num_info {
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}
.page_index .tp_select .tp_select_balloon {
  display: block;
}
.page_index .tp_select .tp_select_balloon_wrap {
  width: 96%;
  max-width: 1000px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.page_index .tp_select .tp_select_balloon_wrap + .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl {
  margin-top: 20px;
}
.page_index .tp_select .tp_select_balloon_wrap + .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_section .tp_select_checkbox_balloon {
  display: none;
}
.page_index .tp_select .tp_select_balloon_wrap + .tp_select_ctrl_main + .tp_view_ctrl {
  margin-top: 0px;
}
.page_index .tp_select .tp_select_balloon_wrap + .tp_select_ctrl_main + .tp_view_ctrl + .tp_select_ctrl_main:not(:checked) + .tp_view_ctrl .tp_select_section .tp_select_checkbox_balloon {
  display: none;
}
.page_index .tp_select .tp_select_balloon_pc {
  width: 100%;
  max-width: 436px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_balloon_pc {
    display: none;
  }
}
.page_index .tp_select .tp_select_balloon_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_balloon_sp {
    width: 100%;
    max-width: 307px;
    display: block;
  }
}
.page_index .tp_select .tp_select_title_result {
  vertical-align: middle;
  margin-left: 40px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_result {
    margin-top: 10px;
    margin-left: -40px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_result_box {
    line-height: 1.2;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .page_index .tp_select .tp_select_title_result_box:first-child {
    margin-top: 0px;
  }
}
.page_index .tp_select .tp_select_title_result_box_heading {
  color: #222222;
  font-size: 20px;
  width: 6.5em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_result_box_heading {
    font-size: 12px;
  }
}
.page_index .tp_select .tp_select_title_result_box_detail {
  text-align: right;
  width: 4em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_result_box_detail {
    font-size: 12px;
    line-height: 1.2;
    width: 6em;
  }
}
.page_index .tp_select .tp_select_title_result_box_detail_num {
  color: #eb7309;
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_title_result_box_detail_num {
    font-size: 12px;
  }
}
.page_index .tp_select .tp_select_title_result_box_detail_note {
  color: #222222;
  font-size: 12px;
}
.page_index .tp_select .tp_select_accordion {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #5377ad;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_accordion {
    font-size: 12px;
    font-weight: normal;
  }
}
.page_index .tp_select .tp_select_accordion_open .tp_select_accordion_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_index .tp_select .tp_select_accordion_arrow {
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_select .tp_select_accordion_arrow {
    width: 9px;
  }
}
.page_index .tp_select .tp_select_total_inner {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_inner {
    text-align: center;
  }
}
.page_index .tp_select .tp_select_total_heading {
  margin-top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_heading {
    margin-top: 20px;
  }
}
.page_index .tp_select .tp_select_total_price {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_price {
    margin-top: 20px;
  }
}
.page_index .tp_select .tp_select_total_data {
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_data {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_index .tp_select .tp_select_total_data_heading {
  font-size: 12px;
}
.page_index .tp_select .tp_select_total_data_detail {
  border-top: 1px solid #999999;
  overflow: hidden;
}
.page_index .tp_select .tp_select_total_data_detail_info {
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-top: 1px;
  margin-right: 2em;
}
.page_index .tp_select .tp_select_total_data_detail_age {
  font-size: 16px;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_data_detail_age {
    font-size: 14px;
  }
}
.page_index .tp_select .tp_select_total_data_detail_age_start {
  font-size: 10px;
  float: left;
  width: 100%;
  margin-top: -3px;
}
.page_index .tp_select .tp_select_total_data_detail_startday {
  font-size: 16px;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_select .tp_select_total_data_detail_startday {
    font-size: 14px;
  }
}
.page_index .tp_view_ctrl[data-accordion-flg="false"] .tp_select_section {
  display: none;
}
.page_index .tp_view_ctrl[data-accordion-flg="false"] .tp_select_inner {
  display: none;
}
.page_index .tp_view_ctrl[data-accordion-flg="false"] .tp_select_accordion .tp_select_accordion_close {
  display: none;
}
.page_index .tp_view_ctrl[data-accordion-flg="false"] .tp_select_accordion .tp_select_accordion_open {
  display: block;
}
.page_index .tp_view_ctrl[data-accordion-flg="true"] .tp_select_accordion .tp_select_accordion_close {
  display: block;
}
.page_index .tp_view_ctrl[data-accordion-flg="true"] .tp_select_accordion .tp_select_accordion_open {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_view_ctrl[data-accordion-flg="true"] .tp_select_title_result {
    display: none;
  }
}
.page_index .tp_bottom_total_arrow {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page_index .tp_bottom_total_arrow {
    margin-top: 20px;
  }
}
.page_index .tp_bottom_total_arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0px;
  background: #13448f;
  z-index: 1;
}
.page_index .tp_bottom_total_arrow::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page_index .tp_bottom_total_arrow::after {
    width: 135px;
  }
}
.page_index .tp_bottom_total_arrow_img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .page_index .tp_bottom_total_arrow_img {
    width: 89px;
  }
}
.page_index .tp_banner_area {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_index .tp_banner_area a {
  display: block;
}
.page_index .tp_banner_area .tp_img_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_banner_area .tp_img_pc {
    display: none;
  }
}
.page_index .tp_banner_area .tp_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_index .tp_banner_area .tp_img_sp {
    display: block;
  }
}
.page_index .tp_birthday_attention {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #80af52;
  background: #f0ffe6;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention {
    margin-top: 10px;
  }
}
.page_index .tp_birthday_attention_arrow {
  position: absolute;
  left: 140px;
  bottom: -11px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_arrow {
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.page_index .tp_birthday_attention_icon {
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_icon {
    display: none;
  }
}
.page_index .tp_birthday_attention_detail {
  padding-left: 45px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_detail {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_index .tp_birthday_attention_detail_heading {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_detail_heading {
    font-size: 14px;
  }
}
.page_index .tp_birthday_attention_detail_leading {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_detail_leading {
    font-size: 12px;
  }
}
.page_index .tp_birthday_attention_detail_leading_color {
  color: #c10000;
  font-weight: bold;
}
.page_index .tp_birthday_attention_detail_info {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_birthday_attention_detail_info {
    font-size: 11px;
  }
}
.page_index .tp_bottom_total.tp_result {
  position: relative;
  width: 96%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  overflow: hidden;
}
.page_index .tp_bottom_total.tp_result::before {
  display: none;
}
.page_index .tp_bottom_total.tp_result .tp_result_inline:first-child {
  border-left: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_bottom_total.tp_result .tp_result_total {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .page_index .tp_bottom_total.tp_result .tp_result_detail {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 320px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_heading {
    font-size: 18px;
    padding-top: 5px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_info {
    width: 190px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_element {
    margin-top: 2px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_element:first-child {
    margin-top: 0px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_element_heading {
    font-size: 16px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_inline_element_price {
    font-size: 20px;
    line-height: 1.2;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_total {
    width: 280px;
  }
  .page_index .tp_bottom_total.tp_result .tp_result_total_info_price {
    font-size: 60px;
  }
}

/******************************************************************************
	20180205 傷害保険追加
******************************************************************************/
.page_index .tp_popup_disabled {
  padding: 30px;
}
.page_index .tp_entryinit_disabled {
  height: 140px;
  padding: 30px 24px;
}
.page_index .tp_tab_view {
  background: #ffffff;
  border-radius: 4px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_index .tp_tab_view {
    display: block;
    overflow: hidden;
  }
}
.page_index .tp_tab_view[data-view="cancer"] .tp_tab_btn[data-type="cancer"] {
  background: #ffffff;
}
.page_index .tp_tab_view[data-view="cancer"] .tp_result_inline[data-type="cancer"] {
  display: block;
}
.page_index .tp_tab_view[data-view="medical"] .tp_tab_btn[data-type="medical"] {
  background: #ffffff;
}
.page_index .tp_tab_view[data-view="medical"] .tp_result_inline[data-type="medical"] {
  display: block;
}
.page_index .tp_tab_view[data-view="injury"] .tp_tab_btn[data-type="injury"] {
  background: #ffffff;
}
.page_index .tp_tab_view[data-view="injury"] .tp_result_inline[data-type="injury"] {
  display: block;
}
.page_index .tp_tab_view .tp_result_inline {
  width: 100%;
  border: none;
  display: none;
  overflow: hidden;
}
.page_index .tp_tab_view .tp_result_inline .tp_result_inline_heading {
  float: left;
  width: 50%;
}
.page_index .tp_tab_view .tp_result_inline .tp_result_inline_info {
  float: left;
  width: 50%;
  padding-top: 2px;
}
.page_index .tp_tab_view .tp_result_total::after {
  display: none;
}
.page_index .tp_tab_wrap {
  background: #003277;
  overflow: hidden;
}
.page_index .tp_tab_btn {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 33%;
  margin-left: 0.5%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px 3px 0px 0px;
  border: none;
  background: #d1dfef;
  outline: none;
}
.page_index .tp_tab_btn:first-child {
  margin-left: 0%;
}
.page_index .tp_tab_btn[data-type="cancer"] {
  color: #5377ad;
}
.page_index .tp_tab_btn[data-type="medical"] {
  color: #14a9eb;
}
.page_index .tp_tab_btn[data-type="injury"] {
  color: #13448f;
}
.page_index .tp_modal_main {
  color: #3c3c3c;
  top: 0px;
  left: 50%;
  right: 50%;
  margin-left: -377px;
  width: 100%;
  max-width: 754px;
  background-color: #ffffff;
  border: 2px solid #13448f;
  border-radius: 4px;
  position: absolute;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_index .tp_modal_main {
    width: 316px;
    margin-left: -158px;
  }
}
.page_index .tp_modal_main:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}
.page_index .tp_modal_main.tp_injury_popup .tp_injury_popup_heading {
  font-size: 14px;
  font-weight: bold;
}
.page_index .tp_modal_main.tp_injury_popup .tp_injury_popup_leading {
  font-size: 12px;
}
.page_index .tp_modal_close {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.page_index .tp_modal_inner {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_index .tp_modal_inner {
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
.page_index .tp_modal_inner b {
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #003277;
  display: block;
}

.tp_notadd_balloon {
  font-size: 12px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #c10000;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.tp_notadd_balloon_arrow {
  position: absolute;
  bottom: 0px;
  left: 20px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: block;
}

.tp_submit_modal_section {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
}
.tp_submit_modal_section .tp_mask {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  opacity: 0.6;
}
.tp_submit_modal_area {
  position: fixed;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 0px;
  right: 0px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
}
.tp_submit_modal_head {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 60px;
  background: #e9eef4;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_head {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp_submit_modal_body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tp_submit_modal_body .tp_result {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_body .tp_result {
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
  }
  .tp_submit_modal_body .tp_result .tp_result_detail {
    display: block;
  }
  .tp_submit_modal_body .tp_result .tp_result_inline_heading {
    width: 320px;
  }
  .tp_submit_modal_body .tp_result .tp_result_total::after {
    top: 0px;
  }
  .tp_submit_modal_body .tp_result .tp_result_total_info {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tp_submit_modal_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #003277;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
.tp_submit_modal_bottom .tp_foot_back {
  position: relative;
  zoom: 1;
}
.tp_submit_modal_bottom .tp_foot_back:before, .tp_submit_modal_bottom .tp_foot_back:after {
  content: "";
  display: table;
}
.tp_submit_modal_bottom .tp_foot_back:after {
  clear: both;
}
.tp_submit_modal_bottom .tp_foot_back_btn {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .tp_submit_modal_bottom .tp_foot_back_btn {
    top: auto;
    bottom: 10px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .tp_submit_modal_bottom .tp_foot_back_btn {
    bottom: auto;
  }
}

.tp_submit_modal_bottom .tp_foot_back_btn_inner {
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 100%;
  padding: 17px 40px 17px 70px;
  border-radius: 4px;
  border: 1px solid #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_bottom .tp_foot_back_btn_inner {
    padding: 10px 40px 10px 70px;
  }
}
.tp_submit_modal_bottom .tp_foot_back_btn_inner:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.tp_submit_modal_bottom .tp_foot_back_btn_inner:before {
  content: '\E621';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: block;
}
@media screen and (max-width: 668px) {
  .tp_submit_modal_bottom .tp_foot_back_btn_inner:before {
    font-size: 10px;
    margin-top: -5px;
  }
}
.tp_submit_modal_bottom .tp_foot_back_btn_inner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: 30px;
  background: #d2d7d9;
}
.tp_submit_modal_bottom .tp_result_submit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 300px;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_bottom .tp_result_submit {
    font-size: 16px;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
.tp_submit_modal_bottom .tp_result_submit:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .tp_submit_modal_bottom .tp_result_submit:before {
    margin-top: -6px;
  }
}
.tp_submit_modal_bottom .tp_result_submit:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #ffffff;
}
.tp_submit_modal_bottom .tp_result_submit.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  cursor: pointer;
}
.tp_submit_modal_bottom .tp_result_submit.tp_cur:hover {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
}
.tp_submit_modal_bottom .tp_result_submit.tp_cur:after {
  background: #eb7309;
}
.tp_submit_modal_bottom .tp_result_submit_inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_bottom .tp_result_submit_inner {
    left: 45px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .tp_submit_modal_bottom .tp_result_submit_inner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tp_submit_modal_bottom .tp_result_submit_inner {
    margin-left: 20px;
  }
}
.tp_submit_modal_bottom .tp_result_input {
  display: none;
}

/******************************************************************************
	apply common
******************************************************************************/
@media screen and (max-width: 767px) {
  .page_step .tp_header .tp_header_logo_sp {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page_step .tp_header .tp_header_menu_btn {
    display: none;
  }
}
.page_step .tp_footer:before {
  margin-top: -123px;
}
.page_step .tp_sttdt_space {
  margin-right: 7px;
}
.page_step .tp_hide_landscape {
  display: none;
}
@media screen and (max-width: 567px) {
  .page_step .tp_hide_landscape {
    display: block;
  }
}
.page_step .tp_main_text {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .page_step .tp_main_text {
    font-size: 14px;
  }
}
.page_step .tp_main_text_strong {
  font-size: 17px;
  color: #c10000;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .page_step .tp_main_text_strong {
    font-size: 15px;
  }
}
.page_step .tp_main_text_strong_note {
  font-size: 12px;
  line-height: 1.5em;
  vertical-align: top;
}
.page_step .tp_heading {
  zoom: 1;
  border-bottom: 1px solid #cccccc;
  padding-top: 3px;
  padding-bottom: 10px;
}
.page_step .tp_heading:before, .page_step .tp_heading:after {
  content: "";
  display: table;
}
.page_step .tp_heading:after {
  clear: both;
}
.page_step .tp_heading_text {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #13448f;
  padding-left: 15px;
  display: block;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_step .tp_heading_text {
    letter-spacing: normal;
    font-size: 18px;
  }
}
.page_step .tp_heading_text:before {
  content: "";
  background-color: #13448f;
  width: 6px;
  height: 26px;
  margin-top: 3px;
  margin-left: -15px;
  border-radius: 6px;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  .page_step .tp_heading_text:before {
    margin-top: -1px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_heading_text:before {
    height: 22px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_heading_blank {
    margin-left: -10px;
  }
}
.page_step .tp_leading {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_leading {
    float: none;
    padding-right: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_leading {
    font-size: 14px;
  }
}
.page_step .tp_leading_main {
  font-size: 16px;
  font-weight: bold;
}
.page_step .tp_leading_sub {
  margin-top: 10px;
}
.page_step .tp_prevpage_leading {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  float: left;
  margin-top: 20px;
  padding-right: 420px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_prevpage_leading {
    float: none;
    padding-right: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_prevpage_leading {
    font-size: 14px;
  }
}
.page_step .tp_prevpage_leading_main {
  font-size: 16px;
  font-weight: bold;
}
.page_step .tp_prevpage_leading_sub {
  margin-top: 10px;
}
.page_step .tp_img {
  float: left;
  margin-top: 20px;
  margin-left: -390px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_img {
    float: none;
    margin-left: 0px;
  }
}
.page_step .tp_img img {
  width: 100%;
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page_step .tp_foot_base {
  width: 100%;
  height: 100px;
  margin-top: 50px;
  background: #e9eef4;
  display: block;
  position: relative;
}
@media screen and (max-width: 668px) {
  .page_step .tp_foot_base {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_base_sp {
    height: 140px;
  }
}
.page_step .tp_foot_back {
  height: 100%;
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  zoom: 1;
}
.page_step .tp_foot_back:before, .page_step .tp_foot_back:after {
  content: "";
  display: table;
}
.page_step .tp_foot_back:after {
  clear: both;
}
.page_step .tp_foot_back_btn {
  top: 50%;
  margin-top: -26px;
  position: absolute;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_back_btn {
    top: auto;
    bottom: 10px;
    margin-top: 0px;
  }
}
.page_step .tp_foot_back_btn_inner {
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 100%;
  padding: 17px 40px 17px 70px;
  border-radius: 4px;
  border: 1px solid #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_back_btn_inner {
    width: auto;
    min-width: 0px;
    font-size: 13px;
    padding: 0px;
    padding-left: 30px;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page_step .tp_foot_back_btn_inner::after {
    display: none;
  }
  .page_step .tp_foot_back_btn_inner::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .page_step .tp_foot_back_btn_inner:hover {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  }
}
.page_step .tp_foot_back_btn_inner:before {
  content: '\E621';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step .tp_foot_back_btn_inner:before {
    font-size: 10px;
    margin-top: -5px;
  }
}
.page_step .tp_foot_back_btn_inner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: 30px;
  background: #d2d7d9;
}
.page_step .tp_foot_next_btn {
  top: 50%;
  right: 0px;
  margin-top: -26px;
  position: absolute;
  display: block;
  float: right;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_next_btn {
    left: 50%;
    margin-left: -135px;
    margin-top: -36px;
  }
}
.page_step .tp_foot_next_btn.tp_error {
  position: absolute;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_next_btn.tp_error {
    margin-top: -40px;
  }
}
.page_step .tp_foot_next_btn.tp_error .tp_foot_next_btn_error {
  display: block;
}
.page_step .tp_foot_next_btn_error {
  color: #da0303;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 25px;
  background: url("../images/form_error_icon.png") no-repeat 0% 50%;
  display: none;
}
@media screen and (max-width: 668px) {
  .page_step .tp_foot_next_btn_entry {
    margin-left: -135px;
    margin-top: -27px;
  }
}
.page_step .tp_foot_next_btn_inner {
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 100%;
  padding: 17px 70px 17px 40px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_next_btn_inner {
    font-size: 13px;
    min-width: 270px;
    width: 270px;
    margin-top: 10px;
    padding: 12px 45px 10px 15px;
  }
}
.page_step .tp_foot_next_btn_inner:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step .tp_foot_next_btn_inner:before {
    margin-top: -5px;
  }
}
.page_step .tp_foot_next_btn_inner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #999999;
}
.page_step .tp_foot_next_btn_inner.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  cursor: pointer;
  border: 1px solid #eb7309;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_step .tp_foot_next_btn_inner.tp_cur:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_step .tp_foot_next_btn_inner.tp_cur:after {
  background: #eb7309;
}
.page_step .tp_foot_next_btn > input {
  display: none;
}
.page_step .tp_result_detail {
  width: 96%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 668px) {
  .page_step .tp_result_detail {
    margin-top: 30px;
  }
}
.page_step .tp_result_submit {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 100%;
  padding: 17px 70px 17px 30px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) {
  .page_step .tp_result_submit {
    font-size: 14px;
    line-height: 1;
    padding: 12px 60px 10px 30px;
    width: 270px;
    min-width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_result_submit:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step .tp_result_submit:before {
    font-size: 10px;
    right: 8px;
    margin-top: -5px;
  }
}
.page_step .tp_result_submit:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 45px;
  background: #ffffff;
}
@media screen and (max-width: 668px) {
  .page_step .tp_result_submit:after {
    right: 30px;
  }
}
.page_step .tp_result_submit.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), color-stop(#ff821d), color-stop(#ff821d), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d, #ff821d, #ff821d);
  background: linear-gradient(#ffab51, #ff821d, #ff821d, #ff821d);
  cursor: pointer;
}
.page_step .tp_result_submit.tp_cur:hover {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_step .tp_result_submit.tp_cur:after {
  background: #eb7309;
}
.page_step .tp_result_input {
  display: none;
}
.page_step .tp_sub {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #13448f;
  border-bottom: 1px solid #13448f;
}
.page_step .tp_sub:first-child {
  margin-top: 0px;
  border-top: none;
}
.page_step .tp_sub_title {
  font-size: 22px;
  font-weight: bold;
  color: #13448f;
}
@media screen and (max-width: 668px) {
  .page_step .tp_sub_title {
    font-size: 20px;
  }
}
.page_step .tp_sub_text_strong {
  color: #13448f;
}
.page_step .tp_sub_brackets {
  font-size: 18px;
}
.page_step .tp_navigation {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page_step .tp_navigation_content {
  color: #ffffff;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: #666666;
  width: 141px;
  height: 36px;
  padding-top: 2px;
  padding-left: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: normal;
    width: 14.2857142857%;
    height: 44px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_navigation_content {
    font-size: 10px;
    line-height: 1.2em;
  }
}
.page_step .tp_navigation_content:first-child {
  padding-left: 24px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content:first-child {
    padding-left: 0px;
  }
}
.page_step .tp_navigation_content:first-child:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_icon_01.png") no-repeat 100% 50%;
  -webkit-background-size: 24px 30px;
          background-size: 24px 30px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content:first-child:before {
    display: none;
  }
}
.page_step .tp_navigation_content:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_02.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content:before {
    background: url("../images/personal_arrow_02_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step .tp_navigation_content-inner {
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_bottom {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_hide {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_hide:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_single {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_double {
    padding-top: 15px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_navigation_content_double {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_content_triple {
    padding-top: 7px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_navigation_content_triple {
    padding-top: 3px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_navigation_content_size_l {
    width: 16.666%;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_navigation_content_size_r {
    width: 16.666%;
  }
}
.page_step .tp_navigation_back {
  width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #eeeeee;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_back {
    width: 98%;
  }
}
.page_step .tp_navigation_wrap {
  width: 100%;
  border-bottom: 4px solid #13448f;
}
.page_step .tp_navigation_wrap[data-type="single"] .tp_navigation_content {
  width: 165px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_navigation_wrap[data-type="single"] .tp_navigation_content {
    width: 16.6666666667%;
  }
}
.page_step .tp_block_band {
  max-width: 1000px;
  width: 96%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #13448f;
  border-radius: 4px;
}
.page_step .tp_block_band_intention {
  width: 100%;
}
.page_step .tp_block_band_inner {
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner {
    padding: 10px;
  }
}
.page_step .tp_block_band_inner_box {
  margin-top: 15px;
  border: 1px solid #13448f;
  padding-bottom: 20px;
}
.page_step .tp_block_band_inner_box_title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #13448f;
  width: 100%;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #13448f;
  background-color: #f3f6f9;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_title {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_step .tp_block_band_inner_box_title_note {
  font-size: 14px;
  color: #c10000;
  vertical-align: top;
  padding-left: 2px;
}
.page_step .tp_block_band_inner_box_title_note_red {
  font-size: 14px;
  color: #13448f;
  vertical-align: top;
  padding-left: 2px;
}
.page_step .tp_block_band_inner_box_sub {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 15px;
  border-bottom: 1px solid #13448f;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_sub {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page_step .tp_block_band_inner_box_sub .tp_under_line {
  padding-bottom: 5px;
  border-bottom: 1px solid #13448f;
}
.page_step .tp_block_band_inner_box_sub .tp_under_line_margin {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner_box_sub .tp_under_line_margin {
    margin-top: 30px;
  }
}
.page_step .tp_block_band_inner_box_sub .tp_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.page_step .tp_block_band_inner_box_text {
  zoom: 1;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  position: relative;
}
.page_step .tp_block_band_inner_box_text:before, .page_step .tp_block_band_inner_box_text:after {
  content: "";
  display: table;
}
.page_step .tp_block_band_inner_box_text:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_text {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_step .tp_block_band_inner_box_text_second {
  margin-top: 10px;
}
.page_step .tp_block_band_inner_box_text_second .tp_parent_accordion {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  width: 240px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #13448f;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}
.page_step .tp_block_band_inner_box_text_second .tp_parent_accordion .tp_parent_accordion_icon[data-type="close"] {
  display: none;
}
.page_step .tp_block_band_inner_box_text_second .tp_parent_accordion .tp_parent_accordion_icon[data-type="open"] {
  display: block;
}
.page_step .tp_block_band_inner_box_text_second .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="close"] {
  display: block;
}
.page_step .tp_block_band_inner_box_text_second .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="open"] {
  display: none;
}
.page_step .tp_block_band_inner_box_text_wrap {
  zoom: 1;
  float: left;
  width: 100%;
}
.page_step .tp_block_band_inner_box_text_wrap:before, .page_step .tp_block_band_inner_box_text_wrap:after {
  content: "";
  display: table;
}
.page_step .tp_block_band_inner_box_text_wrap:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_text_wrap {
    float: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.page_step .tp_block_band_inner_box_text_wrap + .tp_block_band_inner_box_btn_parent {
  margin-top: 30px;
  border-top: none;
}
.page_step .tp_block_band_inner_box_text_wrap_confirm {
  padding-right: 190px;
  margin-right: -190px;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_text_wrap_confirm {
    float: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.page_step .tp_block_band_inner_box_text_wrap.type-absolute {
  color: #c10000;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  padding-left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner_box_text_wrap.type-absolute {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.page_step .tp_block_band_inner_box_text_wrap.type-absolute + * {
  position: relative;
  z-index: 2;
}
.page_step .tp_block_band_inner_box_text_list {
  width: 20px;
  float: left;
}
.page_step .tp_block_band_inner_box_text_list_inner {
  text-align: left;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 20px;
}
.page_step .tp_block_band_inner_box_text_list_note {
  text-align: justify;
  line-height: 1.5em;
  font-size: 13px;
  color: #999999;
}
.page_step .tp_block_band_inner_box_text_list_note_check {
  font-size: 12px;
  line-height: 1.5em;
  vertical-align: top;
}
.page_step .tp_block_band_inner_box_text_list_note_check_brackets {
  margin-left: -7px;
}
.page_step .tp_block_band_inner_box_text_none.type-center .tp_block_band_inner_box_text_wrap {
  color: #c10000;
}
@media screen and (min-width: 1024px) {
  .page_step .tp_block_band_inner_box_text_none.type-center .tp_block_band_inner_box_text_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    padding-left: 20px;
    padding-right: 520px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page_step .tp_block_band_inner_box_text_none.type-center .tp_block_band_inner_box_btn_user {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner_box_text_none.type-center .tp_block_band_inner_box_btn_user {
    margin-top: 10px;
  }
}
.page_step .tp_block_band_inner_box_text_none .tp_block_band_inner_box_btn {
  margin-top: 0px;
}
.page_step .tp_block_band_inner_box_btn {
  float: right;
  width: 480px;
  margin-top: 25px;
  zoom: 1;
}
.page_step .tp_block_band_inner_box_btn:before, .page_step .tp_block_band_inner_box_btn:after {
  content: "";
  display: table;
}
.page_step .tp_block_band_inner_box_btn:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
.page_step .tp_block_band_inner_box_btn_double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_step .tp_block_band_inner_box_btn_double .tp_block_band_inner_box_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step .tp_block_band_inner_box_btn_parent {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner_box_btn_parent {
    display: block;
  }
}
.page_step .tp_block_band_inner_box_btn_parent_heading {
  font-size: 20px;
  width: 450px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_block_band_inner_box_btn_parent_heading {
    font-size: 13px;
    width: auto;
  }
}
.page_step .tp_block_band_inner_box_btn_parent_detail {
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_step .tp_block_band_inner_box_btn_user_only {
  width: 150px;
  margin-top: 0px;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_user_only {
    width: 100%;
  }
}
.page_step .tp_block_band_inner_box_btn_input {
  display: none;
}
.page_step .tp_block_band_inner_box_btn_input:checked + .tp_block_band_inner_box_btn_box {
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4) inset;
  cursor: default;
}
.page_step .tp_block_band_inner_box_btn_box {
  font-size: 15px;
  text-align: center;
  float: left;
  width: 50%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border: 1px solid #d2d7d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0) inset;
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0) inset;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.100s ease;
          transition: box-shadow 0.100s ease;
}
.page_step .tp_block_band_inner_box_btn_box:first-child {
  border-radius: 4px 0px 0px 0px;
}
.page_step .tp_block_band_inner_box_btn_box:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) inset;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_box {
    font-size: 14px;
  }
}
.page_step .tp_block_band_inner_box_btn_box_yes {
  border-radius: 0px 4px 4px 0px;
}
.page_step .tp_block_band_inner_box_btn_box_no {
  border-radius: 4px 0px 0px 4px;
}
.page_step .tp_block_band_inner_box_btn_box_only {
  color: #ffffff;
  border-radius: 4px 4px 4px 4px !important;
  float: right;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-transition: none;
          transition: none;
  cursor: default;
}
.page_step .tp_block_band_inner_box_btn_box_only:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_box_only {
    float: left;
  }
}
.page_step .tp_block_band_inner_box_btn_box_fix {
  color: #3c3c3c;
  background: #eeeeee;
  border: none;
}
.page_step .tp_block_band_inner_box_btn_box_text_long {
  font-size: 15px;
  padding: 3px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_box_text_long {
    font-size: 11px;
    line-height: 1.2em;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_step .tp_block_band_inner_box_btn_box_text_long_set {
  padding: 2.5px;
  width: 50%;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_box_text_long_set {
    padding: 4.2px;
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_box_btn_box_text_long_only {
    width: 100%;
    padding: 0.5em;
    font-size: 14px;
  }
}
.page_step .tp_block_band_inner_box_btn_box_text_long_only_name {
  color: #3c3c3c;
  padding-right: 0px;
  border: none;
  background: none;
}
.page_step .tp_block_band_inner_box_btn_box_text_long_btn {
  font-size: 11px;
  line-height: 1.2em;
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
}
.page_step .tp_block_band_inner_box_btn_box_fix_only {
  width: 100%;
}
.page_step .tp_block_band_inner_bar {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #00a7eb;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_inner_bar {
    font-size: 16px;
  }
}
.page_step .tp_block_band_inner_bar_space {
  margin-top: 30px;
}
.page_step .tp_block_band_inner_bar_delta {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  bottom: -7px;
  margin-left: -7.5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 1;
  background-color: #00a7eb;
}
.page_step .tp_block_band_title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  background-color: #13448f;
}
@media screen and (max-width: 668px) {
  .page_step .tp_block_band_title {
    font-size: 20px;
  }
}
.page_step .tp_check {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.page_step .tp_check_box {
  width: 300px;
  height: 60px;
  top: 10px;
  left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
}
.page_step .tp_check_box_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
.page_step .tp_check_box_text {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.page_step .tp_check_box_input {
  display: none;
}
.page_step .tp_check_short {
  width: 250px;
  height: 60px;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 15px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step .tp_check_short:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .page_step .tp_check_short {
    width: 180px;
    height: 40px;
    padding-top: 5px;
  }
}
.page_step .tp_check_short_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_step .tp_check_short_icon {
    width: 30px;
    height: 30px;
    border: 4px solid #eb7309;
    margin-right: 0em;
  }
}
.page_step .tp_check_short_icon:before {
  content: '\E655';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step .tp_check_short_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step .tp_check_short_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  .page_step .tp_check_short_text {
    font-size: 14px;
    padding-left: 5px;
  }
}
.page_step .tp_check_short_input {
  display: none;
}
.page_step .tp_check_short_input:checked + .tp_check_short .tp_check_short_icon:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step .tp_check_short_input:checked + .tp_check_short .tp_check_short_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step .tp_check_wrap {
  margin-top: 20px;
}
.page_step .tp_modal_bg {
  position: relative;
}
.page_step .tp_modal_main {
  color: #3c3c3c;
  top: 0px;
  left: 50%;
  right: 50%;
  margin-left: -377px;
  width: 100%;
  max-width: 754px;
  background-color: #ffffff;
  border: 2px solid #13448f;
  border-radius: 4px;
  position: absolute;
  z-index: 1001;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_main {
    width: 316px;
    margin-left: -158px;
  }
}
.page_step .tp_modal_main:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
}
.page_step .tp_modal_main.tp_remind {
  text-align: center;
  width: 600px;
  margin-left: -300px;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_main.tp_remind {
    width: 96%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_main.tp_remind .tp_modal_btn_wrap_c {
  float: none;
  width: 40%;
  margin-right: 10px;
  display: inline-block;
}
.page_step .tp_modal_main.tp_remind .tp_modal_btn_wrap_c .tp_modal_btn_wrap_c_text {
  width: 100%;
}
.page_step .tp_modal_main.tp_remind .tp_modal_btn_wrap_l {
  float: none;
  width: 40%;
  margin-left: 10px;
  display: inline-block;
}
.page_step .tp_modal_main.tp_remind .tp_modal_btn_wrap_l .tp_modal_btn_wrap_l_text {
  width: 100%;
}
.page_step .tp_modal_main.tp_substitute .tp_heading {
  font-weight: bold;
}
.page_step .tp_modal_main.tp_substitute .tp_leading {
  text-align: left;
}
.page_step .tp_modal_main.tp_substitute .tp_modal_btn_wrap_c {
  width: 100%;
}
.page_step .tp_modal_main.tp_substitute .tp_modal_btn_wrap_c .tp_modal_btn_wrap_l_text {
  margin-left: auto;
  margin-right: auto;
}
.page_step .tp_modal_title {
  font-size: 18px;
  font-weight: bold;
  margin-left: -10px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_title {
    font-size: 16px;
  }
}
.page_step .tp_modal_text {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_text {
    font-size: 14px;
    margin-top: 5px;
  }
}
.page_step .tp_modal_btn {
  color: #ffffff;
  zoom: 1;
}
.page_step .tp_modal_btn:before, .page_step .tp_modal_btn:after {
  content: "";
  display: table;
}
.page_step .tp_modal_btn:after {
  clear: both;
}
.page_step .tp_modal_btn_wrap_l {
  text-align: center;
  width: 33.33333%;
  float: left;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_l {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
.page_step .tp_modal_btn_wrap_l_text {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 10px 8px 25px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  width: 200px;
  display: block;
  margin-left: auto;
  position: relative;
}
.page_step .tp_modal_btn_wrap_l_text:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step .tp_modal_btn_wrap_l_text:before {
  content: '\E621';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  display: block;
}
.page_step .tp_modal_btn_wrap_l_text:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: 25px;
  background: #103a7a;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_l_text {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_btn_wrap_c {
  text-align: center;
  width: 33.33333%;
  float: left;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_c {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
.page_step .tp_modal_btn_wrap_c_text {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 10px 8px 25px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page_step .tp_modal_btn_wrap_c_text:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step .tp_modal_btn_wrap_c_text:before {
  content: '\E621';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  display: block;
}
.page_step .tp_modal_btn_wrap_c_text:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: 25px;
  background: #103a7a;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_c_text {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_btn_wrap_r {
  text-align: center;
  width: 33.33333%;
  float: left;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_r {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
.page_step .tp_modal_btn_wrap_r_text {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding: 7px 10px 8px 25px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  width: 200px;
  display: block;
  margin-right: auto;
  position: relative;
}
.page_step .tp_modal_btn_wrap_r_text:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step .tp_modal_btn_wrap_r_text:before {
  content: '\E621';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  display: block;
}
.page_step .tp_modal_btn_wrap_r_text:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: 25px;
  background: #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_r_text {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_btn_wrap_single {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_single {
    width: 100%;
    margin-top: 20px;
  }
}
.page_step .tp_modal_btn_wrap_single_foot {
  margin-top: 15px;
  margin-bottom: 5px;
}
.page_step .tp_modal_btn_wrap_single_foot_text {
  color: #13448f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_single_foot_text {
    width: 230px;
  }
}
.page_step .tp_modal_btn_wrap_single_foot_text:before {
  color: #13448f;
}
.page_step .tp_modal_btn_wrap_single_foot_text:after {
  background: #d2d7d9;
}
.page_step .tp_modal_btn_wrap_double_l {
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_double_l {
    width: 100%;
    padding-right: 0px;
  }
}
.page_step .tp_modal_btn_wrap_double_r {
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_wrap_double_r {
    width: 100%;
    padding-left: 0px;
  }
}
.page_step .tp_modal_btn_wrap_yes {
  padding: 7px 20px 8px 10px;
}
.page_step .tp_modal_btn_wrap_yes:before {
  content: '\E622';
  right: 7px;
  left: auto;
}
.page_step .tp_modal_btn_wrap_yes:after {
  right: 25px;
  left: auto;
}
.page_step .tp_modal_btn_wrap_no {
  color: #ffffff;
  padding: 7px 10px 8px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
}
.page_step .tp_modal_btn_wrap_no:before {
  color: #ffffff;
  content: '\E621';
  left: 7px;
}
.page_step .tp_modal_btn_wrap_no:after {
  left: 25px;
  background: #eb7309;
}
.page_step .tp_modal_btn_wrap_error_l {
  color: #13448f;
  padding: 7px 10px 8px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
}
.page_step .tp_modal_btn_wrap_error_l:before {
  content: '\E621';
  color: #13448f;
  left: 7px;
}
.page_step .tp_modal_btn_wrap_error_l:after {
  left: 25px;
  background: #d2d7d9;
}
.page_step .tp_modal_btn_wrap_error_r {
  color: #ffffff;
  padding: 7px 30px 8px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
}
.page_step .tp_modal_btn_wrap_error_r:before {
  color: #ffffff;
  content: '\E622';
  right: 7px;
  left: auto;
}
.page_step .tp_modal_btn_wrap_error_r:after {
  right: 25px;
  left: auto;
  background: #eb7309;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_inverted {
    position: relative;
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_inverted_text_l {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_inverted_text_r {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_btn_return_top {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 7px 25px 8px 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  width: 200px;
  display: block;
  margin-right: auto;
  position: relative;
}
.page_step .tp_modal_btn_return_top:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step .tp_modal_btn_return_top:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 7px;
  margin-top: -7px;
  display: block;
}
.page_step .tp_modal_btn_return_top:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  left: auto;
  right: 25px;
  background: #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_modal_btn_return_top {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_step .tp_modal_inner {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_inner {
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
.page_step .tp_modal_inner_text {
  line-height: 1.8em;
}
.page_step .tp_modal_inner_list {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-left: 20px;
  position: relative;
}
.page_step .tp_modal_inner_list:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: auto;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #13448f;
  border-radius: 50%;
}
.page_step .tp_modal_inner_space {
  margin-top: 20px;
}
.page_step .tp_modal_inner_box_wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page_step .tp_modal_inner_box_btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 400px;
  height: 100%;
  margin-right: auto;
  padding: 9px 20px 5px 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  cursor: pointer;
}
.page_step .tp_modal_inner_box_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step .tp_modal_inner_box_btn > a {
  text-decoration: none;
}
.page_step .tp_modal_inner_box_btn_text {
  color: #ffffff;
}
.page_step .tp_modal_inner_box_btn_text:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 34px;
  height: 100%;
  margin-top: -22px;
  display: block;
  background: url("../images/matter_pdf.png") no-repeat 100% 50%;
  -webkit-background-size: 25px 32px;
          background-size: 25px 32px;
}
.page_step .tp_modal_inner_box_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
.page_step .tp_modal_inner_box_btn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #103a7a;
}
.page_step .tp_modal_inner_base {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f6f9;
  line-height: 1.8;
}
.page_step .tp_modal_inner_base_list {
  line-height: 1.8;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  position: relative;
}
.page_step .tp_modal_inner_base_list:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 5px;
  height: 5px;
  display: block;
  background-color: #222222;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  .page_step .tp_modal_inner_base_list:before {
    top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step .tp_modal_inner_base_list {
    font-size: 13px;
    padding-left: 10px;
  }
  .page_step .tp_modal_inner_base_list:before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}
.page_step .tp_modal_inner_base_list_strong {
  color: #13448f;
  font-weight: bold;
}
.page_step .tp_modal_inner_base_list_first {
  margin-top: 10px;
}
.page_step .tp_modal_inner_base_title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .page_step .tp_modal_inner_base_title {
    font-size: 13px;
  }
}
.page_step .tp_modal_inner_base_case {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: -10px;
}
@media screen and (max-width: 668px) {
  .page_step .tp_modal_inner_base_case {
    font-size: 13px;
  }
}
.page_step .tp_modal_inner_base_case_clear {
  margin-top: 0px;
}
.page_step .tp_modal_inner_base_graph {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #13448f;
  border-radius: 15px;
  padding: 10px;
}
.page_step .tp_modal_inner_base_graph_img {
  width: 737px;
}
.page_step .tp_modal_inner_base_graph_note {
  font-size: 13px;
  color: #a3a3a3;
}
.page_step .tp_modal_01 {
  top: 440px;
}
.page_step .tp_modal_02 {
  top: 800px;
}
.page_step .tp_modal_03 {
  top: 940px;
}
.page_step .tp_modal_04 {
  top: 1340px;
}
.page_step .tp_modal_05 {
  top: 1730px;
}
.page_step .tp_modal_06 {
  top: 1870px;
}
.page_step .tp_modal_close {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.page_step .tp_modal_table_layout {
  margin-top: 25px;
}
.page_step .tp_modal_table_title {
  color: #10418e;
  font-size: 16px;
  font-weight: bold;
}
.page_step .tp_modal_table_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_table_img {
    display: none;
  }
}
.page_step .tp_modal_table_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step .tp_modal_table_wrap {
    display: block;
  }
}
.page_step .tp_modal_table_box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.page_step .tp_modal_table_box:first-child {
  margin-top: 0px;
}
.page_step .tp_modal_table_box_heading {
  font-size: 13px;
  line-height: 1.75;
}
.page_step .tp_modal_table_box_heading .tp_color {
  color: #10418e;
  font-weight: bold;
}
.page_step .tp_modal_table_box_list {
  line-height: 1.75;
  padding-left: 13px;
}
.page_step .tp_modal_table_box_list li {
  font-size: 12px;
  text-indent: -5em;
  padding-left: 5em;
}
.page_step .tp_modal_table_box_list li .tp_color {
  color: #10418e;
  font-weight: bold;
}
.page_step .tp_modal_table_btn {
  margin-top: 20px;
}
.page_step .tp_modal_table_btn .tp_modal_btn_return_top {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.page_step .tp_remind_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px !important;
  left: 0px;
  background: #222222;
  display: none;
  opacity: 0.3;
  z-index: 4;
}
.page_step .tp_insurance_graph_wrap {
  font-size: 13px;
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 20px 20px;
  border: 2px solid #13448f;
  border-radius: 4px;
  background-color: #ffffff;
}
.page_step .tp_insurance_graph_wrap .tp_heading {
  padding-bottom: 5px;
  position: relative;
}
.page_step .tp_insurance_graph_wrap .tp_heading_text {
  font-size: 20px;
}
.page_step .tp_insurance_graph_block {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #13448f;
  background-color: #ffffff;
  position: relative;
}
.page_step .tp_insurance_graph_second {
  zoom: 1;
  width: 100%;
  max-width: 260px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #13448f;
  background-color: #ffffff;
  position: relative;
}
.page_step .tp_insurance_graph_second:before, .page_step .tp_insurance_graph_second:after {
  content: "";
  display: table;
}
.page_step .tp_insurance_graph_second:after {
  clear: both;
}
.page_step .tp_insurance_graph_second_leading {
  margin-top: 10px;
  text-align: justify;
  font-size: 13px;
}
.page_step .tp_insurance_graph_second:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #13448f;
}
.page_step .tp_insurance_graph_list {
  zoom: 1;
  border-top: 1px solid #13448f;
}
.page_step .tp_insurance_graph_list:before, .page_step .tp_insurance_graph_list:after {
  content: "";
  display: table;
}
.page_step .tp_insurance_graph_list:after {
  clear: both;
}
.page_step .tp_insurance_graph_list:first-child {
  border-top: none;
}
.page_step .tp_insurance_graph_amount {
  font-weight: bold;
  width: 100%;
  margin-right: -260px;
  padding-right: 260px;
  padding: 2px 10px 2px 15px;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_step .tp_insurance_graph_amount {
    margin-right: 0px;
    padding-right: 0px;
    float: none;
  }
}
.page_step .tp_insurance_graph_age {
  width: 40%;
  float: left;
}
.page_step .tp_insurance_graph_age_title {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 0px;
  background-color: #00a7eb;
}
.page_step .tp_insurance_graph_age_text {
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 0px;
}
.page_step .tp_insurance_graph_age_text:nth-child(odd) {
  padding: 2px 0px 2px 0px;
  background: #e9eef4;
}
.page_step .tp_insurance_graph_rate {
  width: 60%;
  float: right;
}
.page_step .tp_insurance_graph_rate_title {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 0px;
  background-color: #00a7eb;
  border-left: 1px solid #13448f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_step .tp_insurance_graph_rate_text {
  font-weight: bold;
  text-align: right;
  padding: 2px 45px 2px 10px;
  border-left: 1px solid #13448f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_step .tp_insurance_graph_rate_text:nth-child(odd) {
  padding: 2px 45px 2px 10px;
  background: #e9eef4;
}
.page_step .tp_insurance_graph_text {
  color: #ffffff;
  font-weight: bold;
  width: 260px;
  padding: 2px 10px 2px 15px;
  background-color: #00a7eb;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_step .tp_insurance_graph_text {
    width: 100%;
    float: none;
  }
}
.page_step .tp_insurance_graph_text_area {
  float: left;
  width: 100%;
  padding-right: 260px;
  margin-right: -260px;
  font-weight: bold;
  zoom: 1;
}
.page_step .tp_insurance_graph_text_area:before, .page_step .tp_insurance_graph_text_area:after {
  content: "";
  display: table;
}
.page_step .tp_insurance_graph_text_area:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step .tp_insurance_graph_text_area {
    padding-right: 0px;
    margin-right: 0px;
    float: none;
  }
}
.page_step .tp_insurance_graph_text_half_l {
  float: left;
  width: 50%;
  height: 100%;
  padding: 5px 20px 5px 20px;
}
.page_step .tp_insurance_graph_text_half_r {
  float: left;
  width: 50%;
  height: 100%;
  border-left: 1px solid #13448f;
  padding: 5px 20px 5px 20px;
}
.page_step .tp_insurance_graph_exit {
  position: absolute;
  top: -2px;
  right: -7px;
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-right: 0px;
  background: url(../images/credit_keyboard_ng.png) no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.page_step .tp_insurance_graph_card {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 500;
}
.page_step .tp_insurance_graph_spouse {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 500;
}
.page_step .tp_insurance_graph_spouse[data-type="injury"] .tp_insurance_graph_wrap {
  padding-top: 20px;
}
.page_step .tp_insurance_graph_spouse[data-type="injury"] .tp_heading {
  padding-bottom: 0px;
  border: none;
}
.page_step .tp_insurance_graph_spouse[data-type="injury"] .tp_heading .tp_insurance_graph_exit {
  top: -7px;
}
.page_step .tp_insurance_graph_spouse[data-type="injury"] .tp_insurance_modal_info_text {
  font-size: 14px;
}
.page_step .tp_insurance_graph_care {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 500;
}
.page_step .tp_insurance_graph_care .tp_insurance_graph_wrap {
  width: 100%;
}
.page_step .tp_insurance_graph_care .tp_insurance_graph_block {
  max-width: 100%;
  margin-top: 10px;
  border: none;
}
.page_step .tp_insurance_graph_care .tp_insurance_care_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_step .tp_insurance_graph_care .tp_insurance_care_tab_btn {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px 0px 0px 0px;
  border-bottom: none;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_tab_btn {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.page_step .tp_insurance_graph_care .tp_insurance_care_tab_btn + .tp_insurance_care_tab_btn {
  border-left: none;
  border-radius: 0px 3px 0px 0px;
}
.page_step .tp_insurance_graph_care .tp_insurance_care_tab_btn.tp_cur {
  color: #ffffff;
  background: #13448f;
  cursor: default;
}
.page_step .tp_insurance_graph_care .tp_insurance_care_wrap {
  padding-top: 20px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 0px 0px 3px 3px;
  background: rgba(241, 239, 229, 0.8);
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_wrap {
    padding-top: 0px;
  }
}
.page_step .tp_insurance_graph_care .tp_insurance_care_wrap.tp_cur {
  display: block;
}
.page_step .tp_insurance_graph_care .tp_insurance_care_wrap img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_wrap img {
    display: none;
  }
}
.page_step .tp_insurance_graph_care .tp_insurance_care_wrap img + img {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_wrap img + img {
    display: block;
  }
}
.page_step .tp_insurance_graph_care .tp_insurance_care_text {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_text {
    font-size: 10px;
  }
}
.page_step .tp_insurance_graph_care .tp_insurance_care_info {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_insurance_graph_care .tp_insurance_care_info {
    font-size: 10px;
  }
}
.page_step .tp_balloon {
  margin-left: 20px;
}
.page_step .tp_balloon_inner {
  color: #ffffff;
  font-weight: bold;
  margin-top: 6px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 13px;
  border: none;
  background: #c10000;
  max-width: 270px;
}
.page_step .tp_balloon_arrow {
  top: -8px;
  left: 12px;
  width: 11px;
  height: 13px;
  background: url(../images/personal_arrow_03.png) no-repeat 50% 50%/contain;
}
.page_step .tp_balloon_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/personal_close_icon.png) no-repeat 50% 50%;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
  cursor: pointer;
}
.page_step .tp_popup_hide {
  display: none;
}
.page_step .tp_accordion_hide {
  display: none;
}
.page_step .tp_emphasis {
  font-weight: bold;
  color: #13448f;
}
.page_step .tp_result {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ffffff;
}
.page_step .tp_result:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #003277;
  display: block;
}
.page_step .tp_result.tp_fix {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}
.page_step .tp_result.tp_fix .tp_result_total {
  position: relative;
}
.page_step .tp_result.tp_fix .tp_result_detail {
  width: 100%;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_detail {
    padding: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_detail_box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step .tp_result.tp_fix .tp_result_inline {
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_step .tp_result.tp_fix .tp_result_inline::before {
  display: none;
}
.page_step .tp_result.tp_fix .tp_result_inline::after {
  display: none;
}
.page_step .tp_result.tp_fix .tp_result_inline_heading {
  font-size: 18px;
  float: none;
  padding-top: 8px;
}
.page_step .tp_result.tp_fix .tp_result_inline_heading br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_inline_heading {
    font-size: 14px;
    width: 200px;
  }
  .page_step .tp_result.tp_fix .tp_result_inline_heading .tp_empty {
    display: none;
  }
  .page_step .tp_result.tp_fix .tp_result_inline_heading br {
    display: inline;
  }
}
.page_step .tp_result.tp_fix .tp_result_inline_info {
  float: none;
}
.page_step .tp_result.tp_fix .tp_result_inner {
  max-width: 850px;
  padding-right: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step .tp_result.tp_fix .tp_result_inner::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_inner {
    padding-right: 0px;
    display: block;
  }
}
.page_step .tp_result.tp_fix .tp_result_total {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  border-left: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_total {
    float: none;
  }
}
.page_step .tp_result.tp_fix .tp_result_total::before {
  display: none;
}
.page_step .tp_result.tp_fix .tp_result_total::after {
  display: none;
}
.page_step .tp_result.tp_fix .tp_result_total_icon {
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_total_icon {
    display: none;
  }
}
.page_step .tp_result.tp_fix .tp_result_total_icon:before {
  content: '\E642';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: block;
}
.page_step .tp_result.tp_fix .tp_result_total_inner {
  padding-top: 0px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_total_inner {
    padding-top: 10px !important;
  }
}
.page_step .tp_result.tp_fix .tp_result_total_info {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result.tp_fix .tp_result_total_info {
    padding: 0px;
  }
}
.page_step .tp_result.tp_fix .tp_result_total_info_price {
  margin-top: 0px;
}
.page_step .tp_result.tp_close .tp_result_accordion_btn:before {
  content: '\e643';
  font-family: 'iconsfont';
  color: #ffffff;
}
.page_step .tp_result.tp_close .tp_result_total:after {
  display: none;
}
.page_step .tp_result.tp_close .tp_result_total_info:before {
  display: none;
}
.page_step .tp_result .tp_result_accordion_btn {
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 20px;
  top: -20px;
  right: 20px;
  padding-top: 2px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 4px 4px 0px 0px;
  background: #003277;
  display: block;
}
.page_step .tp_result .tp_result_accordion_btn:before {
  content: '\e644';
  font-family: 'iconsfont';
  color: #ffffff;
}
.page_step .tp_result .tp_result_inner {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_inner {
    zoom: 1;
  }
  .page_step .tp_result .tp_result_inner:before, .page_step .tp_result .tp_result_inner:after {
    content: "";
    display: table;
  }
  .page_step .tp_result .tp_result_inner:after {
    clear: both;
  }
}
.page_step .tp_result .tp_result_inner:before {
  content: '\E642';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 317px;
  margin-top: -23px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inner:before {
    right: 340px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inner:before {
    display: none;
  }
}
.page_step .tp_result .tp_result_detail {
  position: relative;
  width: 610px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 220px;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_detail {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
    display: none;
  }
  .page_step .tp_result .tp_result_detail:before, .page_step .tp_result .tp_result_detail:after {
    content: "";
    display: table;
  }
  .page_step .tp_result .tp_result_detail:after {
    clear: both;
  }
}
.page_step .tp_result .tp_result_detail_wrap {
  width: 96%;
  max-width: 850px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page_step .tp_result .tp_result_detail_box {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step .tp_result .tp_result_detail_box:nth-child(1) {
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d2d7d9;
}
.page_step .tp_result .tp_result_detail_box:nth-child(2) {
  padding-top: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d2d7d9;
}
.page_step .tp_result .tp_result_detail_box:nth-child(3) {
  padding-top: 0px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_detail_box:nth-child(3) {
    border-bottom: 1px solid #d2d7d9;
  }
}
.page_step .tp_result .tp_result_inline {
  width: 100%;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d2d7d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inline {
    float: left;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
    border-left: none;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_inline {
    margin-bottom: 5px;
    background: #ffffff;
  }
}
.page_step .tp_result .tp_result_inline:first-child {
  margin-top: 0px;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inline:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page_step .tp_result .tp_result_inline.tp_cancer .tp_result_inline_heading {
  color: #5377ad;
}
.page_step .tp_result .tp_result_inline.tp_injury .tp_result_inline_heading {
  color: #13448f;
}
.page_step .tp_result .tp_result_inline.tp_care .tp_result_inline_heading {
  color: #2944b8;
}
.page_step .tp_result .tp_result_inline_heading {
  color: #45bcee;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inline_heading {
    font-size: 13px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_inline_heading {
    font-size: 12px;
    width: 130px;
  }
}
.page_step .tp_result .tp_result_inline_heading_ruby {
  position: relative;
}
.page_step .tp_result .tp_result_inline_heading_rt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 92%;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inline_heading_rt {
    display: none;
  }
}
.page_step .tp_result .tp_result_inline_info {
  float: right;
  width: 140px;
  padding-top: 4px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_inline_info {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_inline_info {
    width: 100%;
    margin-left: -130px;
    padding-top: 0px;
    padding-left: 135px;
  }
}
.page_step .tp_result .tp_result_inline_info.tp_noadd .tp_result_inline_element {
  margin-top: 5px;
}
.page_step .tp_result .tp_result_inline_element {
  zoom: 1;
}
.page_step .tp_result .tp_result_inline_element:before, .page_step .tp_result .tp_result_inline_element:after {
  content: "";
  display: table;
}
.page_step .tp_result .tp_result_inline_element:after {
  clear: both;
}
.page_step .tp_result .tp_result_inline_element_heading {
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.page_step .tp_result .tp_result_inline_element_price {
  color: #eb7309;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.page_step .tp_result .tp_result_inline_element_price_user {
  padding-top: 1.1em;
}
@media screen and (max-width: 667px) {
  .page_step .tp_result .tp_result_inline_element_price_user {
    padding-top: 2.2em;
  }
}
.page_step .tp_result .tp_result_inline_element_yen {
  color: #3c3c3c;
  font-size: 10px;
}
.page_step .tp_result .tp_result_total {
  letter-spacing: -1em;
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0px;
  right: 0px;
  border-left: 1px solid #d2d7d9;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total {
    position: relative;
    float: left;
    border-left: none;
    width: 100%;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_total {
    padding-right: 190px;
  }
}
.page_step .tp_result .tp_result_total:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page_step .tp_result .tp_result_total:after {
    content: '\E642';
    font-family: 'iconsfont';
    color: #13448f;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    margin-left: -10px;
    background: #ffffff;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total:after {
    content: '\E644';
    font-family: 'iconsfont';
    color: #13448f;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0px;
    right: 0px;
    padding-left: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_total:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_step .tp_result .tp_result_total:after {
    top: -5px;
  }
}
.page_step .tp_result .tp_result_total_inner {
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding-top: 4px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_inner {
    padding-top: 5px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_inner {
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_total_inner {
    margin-top: 0px;
    background: #ffffff;
  }
}
.page_step .tp_result .tp_result_total_info {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info {
    display: block;
    zoom: 1;
  }
  .page_step .tp_result .tp_result_total_info:before, .page_step .tp_result .tp_result_total_info:after {
    content: "";
    display: table;
  }
  .page_step .tp_result .tp_result_total_info:after {
    clear: both;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info {
    position: relative;
    width: 100%;
    display: block;
  }
  .page_step .tp_result .tp_result_total_info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -2px;
    left: 0px;
    background: #d2d7d9;
    display: none;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_total_info:before {
    display: none;
  }
}
.page_step .tp_result .tp_result_total_info_heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info_heading {
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info_heading {
    font-size: 14px;
    margin-top: 2px;
    padding-left: 20px;
  }
}
.page_step .tp_result .tp_result_total_info_price {
  color: #eb7309;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info_price {
    float: right;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_total_info_price {
    font-size: 24px;
  }
}
.page_step .tp_result .tp_result_total_info_yen {
  color: #3c3c3c;
  font-size: 18px;
}
.page_step .tp_result .tp_result_submit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0px;
  right: 0px;
  padding-right: 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bdbdbd));
  background: -webkit-linear-gradient(#e0e0e0, #bdbdbd);
  background: linear-gradient(#e0e0e0, #bdbdbd);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_submit {
    font-size: 16px;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  .page_step .tp_result .tp_result_submit {
    font-size: 14px;
    position: absolute;
    width: 185px;
    bottom: 0px;
    right: 0px;
    margin-top: 0px;
    padding-left: 15px;
  }
}
.page_step .tp_result .tp_result_submit:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_step .tp_result .tp_result_submit:before {
    margin-top: -6px;
  }
}
.page_step .tp_result .tp_result_submit:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #ffffff;
}
.page_step .tp_result .tp_result_submit.tp_cur {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  cursor: pointer;
}
.page_step .tp_result .tp_result_submit.tp_cur:hover {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
}
.page_step .tp_result .tp_result_submit.tp_cur:after {
  background: #eb7309;
}
.page_step .tp_result .tp_result_submit_inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: -18px;
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_submit_inner {
    left: 45px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step .tp_result .tp_result_submit_inner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page_step .tp_result .tp_result_submit_inner {
    margin-left: 20px;
  }
}
.page_step .tp_result .tp_result_input {
  display: none;
}

/******************************************************************************
	step00
******************************************************************************/
@media screen and (max-width: 767px) {
  .page_step00 .tp_foot_base {
    height: auto;
    margin-top: 30px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .page_step00 .tp_foot_base .tp_foot_back_btn {
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_step00 .tp_foot_base .tp_foot_back_btn_inner {
    margin-top: 0px;
  }
}
.page_step00 .tp_confirmation {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step00 .tp_confirmation_inner {
  margin-top: 60px;
  overflow: hidden;
}
.page_step00 .tp_confirmation_inner:first-child {
  margin-top: 20px;
}
.page_step00 .tp_confirmation_inner.type_use .tp_img img {
  max-width: 340px;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_step00 .tp_confirmation_inner_box {
  width: 96%;
  border: 2px solid #00a7eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_box {
    width: 100%;
  }
}
.page_step00 .tp_confirmation_inner_box_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #00a7eb;
  padding: 10px;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_box_title {
    letter-spacing: normal;
    font-size: 18px;
    text-align: left;
  }
}
.page_step00 .tp_confirmation_inner_box_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_box_text {
    letter-spacing: normal;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
.page_step00 .tp_confirmation_inner_box_note {
  font-size: 13px;
  line-height: 2em;
  color: #999999;
}
.page_step00 .tp_confirmation_inner_box_note_link {
  color: #00a7eb;
}
.page_step00 .tp_confirmation_inner_box_note_link:hover {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step00 .tp_confirmation_inner_box_note_link:hover:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step00 .tp_confirmation_inner_box_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.page_step00 .tp_confirmation_inner_box_btn {
  color: #00a7eb;
  position: relative;
  padding-left: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.page_step00 .tp_confirmation_inner_box_btn > a {
  color: #00a7eb;
  text-decoration: underline;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_box_btn {
    font-size: 13px;
    padding-left: 15px;
  }
}
.page_step00 .tp_confirmation_inner_box_btn:after {
  content: '\E622';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #00a7eb;
  position: absolute;
  top: 5px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_box_btn:after {
    font-size: 10px;
    top: 3px;
  }
}
.page_step00 .tp_confirmation_inner_card_list {
  text-align: left;
  zoom: 1;
  margin-top: 30px;
}
.page_step00 .tp_confirmation_inner_card_list:before, .page_step00 .tp_confirmation_inner_card_list:after {
  content: "";
  display: table;
}
.page_step00 .tp_confirmation_inner_card_list:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list {
    margin-top: 15px;
  }
}
.page_step00 .tp_confirmation_inner_card_list_title {
  vertical-align: top;
  letter-spacing: 0.1em;
  width: 250px;
  height: 20px;
  display: block;
  float: left;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_title {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_title {
    height: auto;
    width: 100%;
  }
}
.page_step00 .tp_confirmation_inner_card_list_title_text {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_title_text {
    position: relative;
    top: 0;
    margin-top: 0px;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon {
  zoom: 1;
  vertical-align: top;
  float: left;
  margin-top: -20px;
  margin-left: 20px;
  display: block;
}
.page_step00 .tp_confirmation_inner_card_list_icon:before, .page_step00 .tp_confirmation_inner_card_list_icon:after {
  content: "";
  display: table;
}
.page_step00 .tp_confirmation_inner_card_list_icon:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_icon {
    float: none;
    margin-top: 30px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon {
    float: none;
    margin-top: 30px;
    margin-left: 0px;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_img {
  width: 116px;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_img {
    float: left;
    margin-left: 10px;
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_img {
    float: left;
    width: 58px;
    margin-left: 10px;
    display: none;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_img_sp {
  width: 80px;
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_img_sp {
    float: left;
    margin-left: 10px;
    display: block;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_block {
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_block {
    float: none;
    zoom: 1;
    width: 100%;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block:before, .page_step00 .tp_confirmation_inner_card_list_icon_block:after {
    content: "";
    display: table;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block:after {
    clear: both;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_block {
    zoom: 1;
    width: 100%;
    margin-left: -10px;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block:before, .page_step00 .tp_confirmation_inner_card_list_icon_block:after {
    content: "";
    display: table;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block:after {
    clear: both;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_block_second {
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second {
    float: none;
    zoom: 1;
    width: 100%;
    margin-top: 20px;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second:before, .page_step00 .tp_confirmation_inner_card_list_icon_block_second:after {
    content: "";
    display: table;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second:after {
    clear: both;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second {
    zoom: 1;
    width: 100%;
    margin-top: 20px;
    margin-left: -10px;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second:before, .page_step00 .tp_confirmation_inner_card_list_icon_block_second:after {
    content: "";
    display: table;
  }
  .page_step00 .tp_confirmation_inner_card_list_icon_block_second:after {
    clear: both;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_set {
  width: 400px;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_set {
    display: none;
  }
}
.page_step00 .tp_confirmation_inner_card_list_icon_set_sp {
  width: 280px;
  display: none;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_card_list_icon_set_sp {
    display: block;
  }
}
.page_step00 .tp_confirmation_inner_company {
  max-width: 700px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #13448f;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_company {
    padding: 20px;
  }
}
.page_step00 .tp_confirmation_inner_company_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_company_text {
    text-align: left;
    font-size: 12px;
  }
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_confirmation_inner_company_text_strong {
    font-weight: bold;
  }
}
.page_step00 .tp_result_detail {
  text-align: center;
}
@media screen and (max-width: 668px) {
  .page_step00 .tp_pagetitle_text {
    font-size: 20px;
  }
}

/******************************************************************************
	step01
******************************************************************************/
@media screen and (max-width: 1023px) {
  .page_step01 .tp_result.tp_fix {
    display: none;
  }
}
.page_step01 .tp_step01_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step01 .tp_step01_arrow:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_step01_arrow:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step01 .tp_navigation_content:first-child:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_icon_02.png") no-repeat 100% 50%;
  -webkit-background-size: 24px 30px;
          background-size: 24px 30px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_navigation_content:first-child:before {
    left: 5px;
    background: none;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step01 .tp {
  /******************************************************************************
  	popup
  ******************************************************************************/
}
.page_step01 .tp_personal {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step01 .tp_personal_text {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #13448f;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_step01 .tp_personal_wrap {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.page_step01 .tp_personal_wrap:before, .page_step01 .tp_personal_wrap:after {
  content: "";
  display: table;
}
.page_step01 .tp_personal_wrap:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_wrap {
    margin-top: 10px;
  }
}
.page_step01 .tp_personal_wrap.type_img {
  position: relative;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_wrap.type_img {
    min-height: 0px;
  }
}
.page_step01 .tp_personal_required {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  margin-left: 10px;
  padding: 4px 5px 4px 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #c10000;
  border-radius: 4px;
  width: 35px;
}
.page_step01 .tp_personal_required_break {
  margin-left: 0px;
}
.page_step01 .tp_personal_member {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #13448f;
  border-radius: 4px;
  width: 85px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_member {
    vertical-align: top;
  }
}
.page_step01 .tp_personal_member_long {
  width: 280px;
}
.page_step01 .tp_personal_sub_title {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  width: 220px;
  padding-top: 0.4em;
  display: block;
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_sub_title {
    float: none;
    width: 100%;
  }
}
.page_step01 .tp_personal_sub_title_text {
  vertical-align: middle;
}
.page_step01 .tp_personal_sub_title_text_note {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6em;
  display: block;
  padding-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 667px) {
  .page_step01 .tp_personal_sub_title_text_note {
    padding-right: 0px;
  }
}
.page_step01 .tp_personal_form {
  zoom: 1;
  width: 100%;
  margin-left: -220px;
  padding-left: 220px;
  display: block;
  float: left;
}
.page_step01 .tp_personal_form:before, .page_step01 .tp_personal_form:after {
  content: "";
  display: table;
}
.page_step01 .tp_personal_form:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.page_step01 .tp_personal_form_inline_error {
  color: #da0303;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: none;
}
.page_step01 .tp_personal_form_first {
  display: block;
  float: left;
}
.page_step01 .tp_personal_form_first_inner {
  font-size: 15px;
  vertical-align: middle;
  width: 190px;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_first_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_first_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_personal_form_first_inner:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #c3e3ef;
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_first_inner {
    padding-top: 0em;
  }
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_first_inner {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_first_inner {
    width: 105px;
    margin-top: 10px;
  }
}
.page_step01 .tp_personal_form_first_select {
  font-size: 15px;
  vertical-align: middle;
  width: 190px;
  height: 40px;
  border-radius: 4px;
  background: #fffcf0;
  position: relative;
  display: block;
  z-index: 0;
}
.page_step01 .tp_personal_form_first_select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 1em;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  background: transparent;
  outline: none;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_first_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_first_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_personal_form_first_select > select::-ms-expand {
  display: none;
}
.page_step01 .tp_personal_form_first_select:after {
  content: '\E644';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_first_select:after {
    right: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_first_select {
    padding-top: 0em;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_first_select {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_first_select {
    width: 105px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_first_prefectures {
    width: 170px;
  }
}
.page_step01 .tp_personal_form_first_long {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 230px;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: 1px solid #bbbbbb;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_first_long {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_first_long {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_personal_form_first_long:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #c3e3ef;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_first_long {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_first_long {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
.page_step01 .tp_personal_form_first_note {
  font-size: 13px;
  color: #00a7eb;
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_first_note {
    margin-top: 5px;
    padding-left: 10px;
  }
}
.page_step01 .tp_personal_form_first_note:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #00a7eb;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -5px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_first_note:before {
    left: -2px;
    margin-top: -5px;
  }
}
.page_step01 .tp_personal_form_first_note_text {
  letter-spacing: -0.03em;
  color: #00a7eb;
  text-decoration: underline;
}
.page_step01 .tp_personal_form_first_img {
  position: absolute;
  width: 100%;
  max-width: 386px;
  top: 0px;
  right: 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_first_img {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 10px;
  }
}
.page_step01 .tp_personal_form_second {
  display: inline-block;
  padding-left: 19px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_second {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_address .tp_error .tp_personal_form_first_inner + .tp_personal_form_inline_error {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_address {
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_address .tp_personal_form_first_inner {
    width: 150px;
  }
  .page_step01 .tp_personal_form_address .tp_personal_form_first_inner + .tp_personal_form_inline_error {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_address .tp_error {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_address .tp_success {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_number {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_number .tp_personal_form_first_inner {
    width: 70%;
  }
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_number .tp_personal_form_first_inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_number .tp_error .tp_personal_form_first_inner + .tp_personal_form_inline_error {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_prefectures .tp_personal_form_first_inner {
    width: 150px;
  }
}
.page_step01 .tp_personal_form_after {
  vertical-align: top;
  margin-top: 8px;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_after {
    margin-top: 18px;
    padding-left: 5px;
  }
}
.page_step01 .tp_personal_form_after_rule {
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_after_rule {
    font-size: 14px;
    padding-left: 0px;
    margin-top: 10px;
    margin-left: -10px;
    display: block;
  }
}
.page_step01 .tp_personal_form_after_rule_Postal {
  margin-top: 5px;
  padding-left: 0px;
  margin-left: -10px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_after_rule_Postal {
    margin-top: 5px;
  }
}
.page_step01 .tp_personal_form_after_rule_num {
  font-size: 14px;
  max-width: 330px;
  margin-top: 5px;
}
.page_step01 .tp_personal_form_sex {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_sex {
    margin-top: 20px;
    padding-left: 0px;
    display: block;
  }
}
.page_step01 .tp_personal_form_sex_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  width: 85px;
  height: 40px;
  margin-left: 10px;
  padding-top: 9px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: #eeeeee;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_sex_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_sex_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_sex_inner {
    margin-top: 10px;
    margin-left: 0px;
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_sex_inner {
    padding-top: 8px;
  }
}
.page_step01 .tp_personal_form_fix_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 240px;
  height: 40px;
  padding-top: 9px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: #eeeeee;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_fix_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_fix_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_fix_inner {
    margin-top: 10px;
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_fix_inner {
    padding-top: 8px;
  }
}
.page_step01 .tp_personal_form_Postal {
  font-size: 15px;
  text-align: center;
  color: #00a7eb;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
  margin-top: 7.5px;
  padding-left: 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_Postal {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 10px;
    display: inline-block;
  }
}
.page_step01 .tp_personal_form_Postal:after {
  content: '\E657';
  font-family: 'iconsfont';
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #00a7eb;
  text-decoration: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_Postal:after {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_Postal:after {
    margin-top: -6px;
  }
}
.page_step01 .tp_personal_form_Postal_underline {
  text-decoration: underline;
}
.page_step01 .tp_personal_form_Postal_note {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 4px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_Postal_note {
    margin-left: 0px;
    padding-top: 5px;
    display: block;
  }
}
.page_step01 .tp_personal_form_Postal_wrap {
  display: inline-block;
}
.page_step01 .tp_personal_form_Postal_blank_l {
  margin-left: -0.5em;
}
.page_step01 .tp_personal_form_Postal_blank_r {
  margin-right: -0.5em;
}
.page_step01 .tp_personal_form_row {
  padding-top: 1em;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_row {
    padding-top: 0px;
  }
}
.page_step01 .tp_personal_form_full {
  width: 100%;
  display: block;
}
.page_step01 .tp_personal_form_full_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 70%;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: 1px solid #bbbbbb;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_full_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_full_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_personal_form_full_inner:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #c3e3ef;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_full_inner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_full_inner {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_full_inner {
    width: 100%;
  }
}
.page_step01 .tp_personal_form_full_inner_pull {
  width: 100%;
}
.page_step01 .tp_personal_form_full_rule {
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_full_rule {
    padding-left: 0px;
    margin-top: 10px;
    margin-left: -10px;
    display: block;
  }
}
.page_step01 .tp_personal_form_full_select {
  font-size: 15px;
  vertical-align: middle;
  width: 70%;
  height: 40px;
  border-radius: 4px;
  background: #fffcf0;
  position: relative;
  display: block;
  z-index: 0;
}
.page_step01 .tp_personal_form_full_select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 1em;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  background: transparent;
  outline: none;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_personal_form_full_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_personal_form_full_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_personal_form_full_select > select::-ms-expand {
  display: none;
}
.page_step01 .tp_personal_form_full_select:after {
  content: '\E644';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_personal_form_full_select:after {
    right: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_personal_form_full_select {
    padding-top: 0em;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_personal_form_full_select {
    width: 100%;
    margin-top: 10px;
  }
}
.page_step01 .tp_error {
  position: relative;
}
.page_step01 .tp_error .tp_personal_form_inline_error {
  display: block;
}
.page_step01 .tp_error .tp_personal_form_first_inner {
  border: 2px solid #c10000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdd3d3;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_error .tp_personal_form_first_inner + .tp_personal_form_inline_error {
    width: 105px;
  }
}
.page_step01 .tp_error .tp_personal_form_full_inner {
  border: 2px solid #c10000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdd3d3;
}
.page_step01 .tp_error .tp_personal_form_first_select > select {
  border: 2px solid #c10000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdd3d3;
}
.page_step01 .tp_error .tp_personal_form_full_select > select {
  border: 2px solid #c10000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdd3d3;
}
.page_step01 .tp_error .tp_personal_form_first_long {
  border: 2px solid #c10000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdd3d3;
}
.page_step01 .tp_success {
  position: relative;
}
.page_step01 .tp_top_popup {
  line-height: 1.7em;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 430px;
  height: 120px;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #c10000;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_top_popup {
    width: 300px;
    height: 140px;
  }
}
.page_step01 .tp_top_popup_option {
  width: 360px;
  height: 170px;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_top_popup_option {
    width: 300px;
    height: 170px;
  }
}
.page_step01 .tp_top_popup_option.tp_single {
  height: 120px;
}
@media screen and (max-width: 767px) {
  .page_step01 .tp_top_popup_option.tp_single {
    height: 120px;
  }
}
.page_step01 .tp_top_popup_check {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  width: 300px;
  top: 100%;
  left: -20px;
  padding: 20px 20px 35px 20px;
  display: none;
  z-index: 500;
}
.page_step01 .tp_top_popup_wrap {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  border: 2px solid #c10000;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.page_step01 .tp_top_popup_wrap_arrow {
  position: absolute;
  bottom: 0px;
  top: -49px;
  left: 10px;
  width: 16px;
  height: 100%;
  display: block;
  background: url("../images/top_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 16px 13px;
          background-size: 16px 13px;
}
.page_step01 .tp_top_popup_wrap_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  .page_step01 .tp_pagetitle_text {
    font-size: 20px;
  }
}
.page_step01 .tp_birthday_section[data-active="false"] .tp_init_select_box {
  background: #f6f6f6;
}
.page_step01 .tp_birthday_section[data-active="false"] .tp_init_select_box select {
  pointer-events: none;
}
.page_step01 .tp_birthday_section[data-active="false"] .tp_init_select_box:after {
  display: none;
}
.page_step01 .tp_birthday_section .tp_init_select_box {
  font-size: 15px;
  height: 36px;
  border-radius: 4px;
  background: #fffcf0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page_step01 .tp_birthday_section .tp_init_select_box {
    height: 33px;
  }
}
.page_step01 .tp_birthday_section .tp_init_select_box.valid-false {
  background: #fd9b9b;
}
.page_step01 .tp_birthday_section .tp_init_select_box > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 1em;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  background: transparent;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  .page_step01 .tp_birthday_section .tp_init_select_box > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step01 .tp_birthday_section .tp_init_select_box > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step01 .tp_birthday_section .tp_init_select_box > select::-ms-expand {
  display: none;
}
.page_step01 .tp_birthday_section .tp_init_select_box:hover {
  background: #ffffff;
}
.page_step01 .tp_birthday_section .tp_init_select_box:after {
  content: '\E644';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page_step01 .tp_birthday_section .tp_init_select_box:after {
    right: 10px;
  }
}
.page_step01 .tp_birthday_section .tp_init_select_box_year {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .page_step01 .tp_birthday_section .tp_init_select_box_year {
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}
.page_step01 .tp_birthday_section .tp_init_select_box_month {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page_step01 .tp_birthday_section .tp_init_select_box_month {
    letter-spacing: normal;
    width: 75px;
  }
}
.page_step01 .tp_birthday_section .tp_init_select_box_day {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .page_step01 .tp_birthday_section .tp_init_select_box_day {
    letter-spacing: normal;
    width: 70px;
  }
}
.page_step01 .tp_birthday_section .tp_birthday_btn {
  color: #00a7eb;
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}
.page_step01 .tp_birthday_section .tp_birthday_btn::before {
  color: #00a7eb;
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  left: 0px;
}
.page_step01 .tp_birthday_section .tp_birthday_btn_wrap {
  position: relative;
  margin-top: 10px;
}
.page_step01 .tp_submit_modal_section {
  position: absolute;
}
.page_step01 .tp_submit_modal_section[data-view="change"] .tp_submit_modal_area[data-view="change"] {
  display: block;
}
.page_step01 .tp_submit_modal_section[data-view="change"] .tp_result_submit {
  max-width: 350px;
}
.page_step01 .tp_submit_modal_section[data-view="noadd"] .tp_submit_modal_area[data-view="noadd"] {
  display: block;
}
.page_step01 .tp_submit_modal_section[data-view="noadd"] .tp_submit_modal_bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step01 .tp_submit_modal_section[data-view="noadd"] .tp_result_submit {
  max-width: 350px;
}
.page_step01 .tp_submit_modal_section[data-view="del"] .tp_submit_modal_area[data-view="del"] {
  display: block;
}
.page_step01 .tp_submit_modal_section[data-view="del"] .tp_submit_modal_area .tp_update_noadd_info {
  margin-top: 0px;
}
.page_step01 .tp_submit_modal_section[data-view="del"] .tp_submit_modal_bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step01 .tp_submit_modal_section[data-view="del"] .tp_result_submit {
  max-width: 350px;
}
.page_step01 .tp_submit_modal_section .tp_submit_modal_area {
  position: absolute;
  display: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_submit_modal_head {
    font-size: 12px;
  }
}
.page_step01 .tp_submit_modal_head span {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_submit_modal_head span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_submit_modal_body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_submit_modal_bottom .tp_result_submit {
    margin-top: 0px;
  }
}
.page_step01 .tp_update_section {
  max-width: 840px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_step01 .tp_update_section.tp_cancer .tp_update_title_main {
  color: #5377ad;
}
.page_step01 .tp_update_section.tp_medical .tp_update_title_main {
  color: #45bcee;
}
.page_step01 .tp_update_section.tp_injury .tp_update_title_main {
  color: #13448f;
}
.page_step01 .tp_update_section.tp_care .tp_update_title_main {
  color: #2944b8;
}
.page_step01 .tp_update_title {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_step01 .tp_update_title_main {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_title_main {
    font-size: 14px;
  }
}
.page_step01 .tp_update_title_ruby {
  position: relative;
}
.page_step01 .tp_update_title_ruby span {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  top: -11px;
  left: 2px;
}
.page_step01 .tp_update_title_sub {
  font-size: 10px;
}
.page_step01 .tp_update_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_step01 .tp_update_detail_box {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_detail_box {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
.page_step01 .tp_update_detail_box .tp_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step01 .tp_update_detail_box .tp_head {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_detail_box .tp_head {
    font-size: 12px;
  }
}
.page_step01 .tp_update_detail_box .tp_price {
  color: #eb7309;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_detail_box .tp_price {
    font-size: 12px;
  }
}
.page_step01 .tp_update_detail_box .tp_price span:nth-child(2) {
  color: #333333;
  font-size: 12px;
}
.page_step01 .tp_update_detail_arrow {
  width: 14px;
  display: block;
}
.page_step01 .tp_update_total {
  line-height: 1;
  max-width: 840px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  border-top: 1px solid #003277;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_total {
    margin-top: 10px;
    padding-top: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.page_step01 .tp_update_total_title {
  font-size: 20px;
  font-weight: bold;
  min-width: 190px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_total_title {
    font-size: 14px;
    min-width: 0px;
    margin-bottom: 0px;
  }
}
.page_step01 .tp_update_total_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_total_detail {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
.page_step01 .tp_update_total_detail .tp_price {
  color: #eb7309;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_total_detail .tp_price {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page_step01 .tp_update_total_detail .tp_price span:nth-child(2) {
  color: #333333;
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_update_total_detail .tp_price span:nth-child(2) {
    font-size: 14px;
  }
}
.page_step01 .tp_update_total_arrow {
  width: 14px;
  display: block;
}
.page_step01 .tp_update_noadd_text {
  font-size: 18px;
  font-weight: bold;
}
.page_step01 .tp_update_noadd_info {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .page_step01 .tp_birthday_section {
    margin-top: 10px;
  }
}

/******************************************************************************
	step02
******************************************************************************/
.page_step02 .tp_step02_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step02 .tp_step02_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_step02_cur + *:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_heading_text {
    font-size: 18px;
  }
}
.page_step02 .tp_matter_intro {
  font-size: 14px;
  font-weight: bold;
  width: 96%;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.page_step02 .tp_matter_box {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #00a7eb;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_box {
    padding: 20px;
  }
}
.page_step02 .tp_matter_box_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_box_text {
    font-size: 14px;
  }
}
.page_step02 .tp_matter_box_text_blank {
  display: block;
  width: 20px;
}
.page_step02 .tp_matter_box_text_main {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_box_text_main {
    padding-left: 12px;
  }
}
.page_step02 .tp_matter_box_text_main:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 14px;
  left: 0px;
  width: 5px;
  height: 5px;
  display: block;
  background-color: #222222;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  .page_step02 .tp_matter_box_text_main:before {
    top: 12px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_box_text_main:before {
    top: 12px;
  }
}
.page_step02 .tp_matter_main_wrap {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #13448f;
  border-radius: 4px;
}
.page_step02 .tp_matter_inner {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page_step02 .tp_matter_inner_text {
  line-height: 1.8em;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_text {
    font-size: 14px;
  }
}
.page_step02 .tp_matter_inner_list {
  text-align: justify;
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_list {
    padding-left: 12px;
  }
}
.page_step02 .tp_matter_inner_list:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #13448f;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  .page_step02 .tp_matter_inner_list:before {
    top: 7px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_list:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.page_step02 .tp_matter_inner_space {
  margin-top: 20px;
}
.page_step02 .tp_matter_inner_space_blank {
  display: inline-block;
}
.page_step02 .tp_matter_inner_box_info {
  color: #c10000;
  font-size: 13px;
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.page_step02 .tp_matter_inner_box_wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 80px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.page_step02 .tp_matter_inner_box_wrap:first-child {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_box_wrap {
    width: 250px;
  }
}
.page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon {
  position: absolute;
  width: 76px;
  top: -26px;
  left: 14px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon {
    width: 76px;
    top: -18px;
    left: 3px;
  }
}
.page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: block;
  }
}
.page_step02 .tp_matter_inner_box_wrap > a {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step02 .tp_matter_inner_box_wrap > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: none;
  }
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_inner_box_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_inner_box_btn::before {
  color: #ffffff;
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_inner_box_btn::after {
  background: #ffffff;
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_inner_box_btn .tp_matter_inner_box_btn_text {
  color: #ffffff;
}
.page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_check_box_icon_on:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_check_box_icon_on:before {
    font-size: 22px;
    margin-top: -1px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_box_wrap > a.tp_cur .tp_matter_check_box_icon_on:before {
    font-size: 18px;
    margin-top: 2px;
    margin-left: 1px;
  }
}
.page_step02 .tp_matter_inner_box_check {
  font-size: 13px;
  color: #c10000;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page_step02 .tp_matter_inner_box_check {
    text-align: left;
  }
}
.page_step02 .tp_matter_inner_box_btn {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  padding: 8px 60px 6px 30px;
  border-radius: 4px;
  background: #5e8bd0;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  display: block;
}
.page_step02 .tp_matter_inner_box_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_btn {
    font-size: 14px;
    padding: 7px 30px 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_step02 .tp_matter_inner_box_btn_text {
  color: #ffffff;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_box_btn_text {
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
  }
}
.page_step02 .tp_matter_inner_box_btn_text_icon {
  vertical-align: middle;
  width: 25px;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_btn_text_icon {
    width: 15px;
    height: 19px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_inner_box_btn_text_icon_move {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.page_step02 .tp_matter_inner_box_btn_hide {
  display: none;
}
.page_step02 .tp_matter_inner_box_btnfix {
  display: inline-block;
}
.page_step02 .tp_matter_inner_box_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_box_btn:before {
    font-size: 12px;
    right: 5px;
    margin-top: -7px;
  }
}
.page_step02 .tp_matter_inner_box_btn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #aaaaaa;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_box_btn:after {
    right: 25px;
  }
}
.page_step02 .tp_matter_inner_base {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f6f9;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_base {
    font-size: 14px;
  }
}
.page_step02 .tp_matter_inner_base_list {
  text-align: justify;
  line-height: 1.8;
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_base_list {
    padding-left: 12px;
  }
}
.page_step02 .tp_matter_inner_base_list:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 5px;
  height: 5px;
  display: block;
  background-color: #222222;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  .page_step02 .tp_matter_inner_base_list:before {
    top: 11px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_inner_base_list:before {
    top: 11px;
  }
}
.page_step02 .tp_matter_inner_base_list_strong {
  font-weight: bold;
  color: #13448f;
}
.page_step02 .tp_matter_inner_base_list_note {
  font-size: 8px;
  vertical-align: top;
}
.page_step02 .tp_matter_inner_base_graph {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #13448f;
  border-radius: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_step02 .tp_matter_inner_base_graph_note {
  font-size: 13px;
  color: #a3a3a3;
  text-align: left;
}
.page_step02 .tp_matter_inner_base_link {
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step02 .tp_matter_inner_base_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step02 .tp_matter_inner_base_space {
  text-align: justify;
  margin-top: 0.5em;
  display: inline-block;
}
.page_step02 .tp_matter_inner_base_block {
  text-align: justify;
  display: inline-block;
}
.page_step02 .tp_matter_check {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.page_step02 .tp_matter_check_box {
  position: relative;
  width: 300px;
  height: 60px;
  top: 10px;
  left: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background: #5e8bd0;
  display: block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step02 .tp_matter_check_box:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_check_box {
    width: 245px;
    height: 40px;
    padding-top: 5px;
  }
}
.page_step02 .tp_matter_check_box_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box_icon {
    width: 30px;
    height: 30px;
    border: 4px solid #eb7309;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .page_step02 .tp_matter_check_box_icon::before {
    font-size: 22px;
    line-height: 1;
    margin-top: 0px;
  }
}
.page_step02 .tp_matter_check_box_icon:before {
  content: '\E655';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page_step02 .tp_matter_check_box_icon:before {
    margin-left: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_check_box_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step02 .tp_matter_check_box_icon_on:before {
  font-weight: normal;
  margin-left: 0px;
}
.page_step02 .tp_matter_check_box_text {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_check_box_text {
    font-size: 14px;
    padding-left: 5px;
  }
}
.page_step02 .tp_matter_check_box_input {
  display: none;
}
.page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_check_box_text {
  color: #ffffff;
}
.page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_check_box_icon:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_check_box_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box_input:checked + .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: none;
  }
}
.page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon {
  position: absolute;
  width: 76px;
  top: -26px;
  left: -6px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon {
    width: 76px;
    left: 3px;
  }
}
.page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step02 .tp_matter_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: block;
  }
}
.page_step02 .tp_matter_popup {
  line-height: 1.7em;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 450px;
  height: 140px;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #c10000;
  border-radius: 4px;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step02 .tp_matter_popup {
    width: 280px;
    height: 190px;
  }
}
.page_step02 .tp_matter_popup_wrap {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  border: 2px solid #c10000;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.page_step02 .tp_matter_popup_wrap_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}

/******************************************************************************
	step03
******************************************************************************/
.page_step03 .tp_block_band_inner_box_sub {
  margin-top: 10px;
  border-bottom: none;
}
.page_step03[data-type="normal"] .tp_step03_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step03[data-type="normal"] .tp_step03_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step03[data-type="normal"] .tp_step03_cur + *:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step03[data-type="injury"] .tp_step03a_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step03[data-type="injury"] .tp_step03a_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step03[data-type="injury"] .tp_step03a_cur + *:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step03[data-type="parent"] .tp_step03b_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step03[data-type="parent"] .tp_step03b_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step03[data-type="parent"] .tp_step03b_cur + *:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_navigation_content_hide {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_navigation_content_hide:before {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .page_step03 .tp_block_band_inner_box_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_step03 .tp_notice {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step03 .tp_submit_modal_section {
  position: absolute;
  z-index: 100;
}
.page_step03 .tp_submit_modal_section[data-view="change"] .tp_submit_modal_area[data-view="change"] {
  position: absolute;
  display: block;
}
.page_step03 .tp_submit_modal_section[data-view="change"] .tp_result_submit {
  max-width: 350px;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_section[data-view="change"] .tp_result_submit {
    width: 100%;
    max-width: 9999px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page_step03 .tp_submit_modal_section[data-view="change"] .tp_submit_modal_bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step03 .tp_submit_modal_section[data-view="change"] .tp_submit_modal_bottom .tp_foot_back_btn_inner {
  padding: 17px 40px 17px 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_section[data-view="change"] .tp_submit_modal_bottom .tp_foot_back_btn_inner {
    padding: 10px 40px 10px 70px;
  }
}
.page_step03 .tp_submit_modal_section .tp_submit_modal_area {
  display: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.page_step03 .tp_submit_modal_section .tp_submit_modal_noadd {
  max-width: 840px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #003277;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_section .tp_submit_modal_noadd {
    margin-top: 0px;
  }
}
.page_step03 .tp_submit_modal_section .tp_submit_modal_noadd_haed {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_section .tp_submit_modal_noadd_haed {
    font-size: 14px;
  }
}
.page_step03 .tp_submit_modal_section .tp_submit_modal_noadd_name {
  font-size: 16px;
  font-weight: bold;
  text-indent: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_section .tp_submit_modal_noadd_name {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page_step03 .tp_submit_modal_head span {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_submit_modal_body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page_step03 .tp_update_section {
  max-width: 840px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_step03 .tp_update_section.tp_cancer .tp_update_title_main {
  color: #5377ad;
}
.page_step03 .tp_update_section.tp_medical .tp_update_title_main {
  color: #45bcee;
}
.page_step03 .tp_update_section.tp_injury .tp_update_title_main {
  color: #13448f;
}
.page_step03 .tp_update_section.tp_care .tp_update_title_main {
  color: #2944b8;
}
.page_step03 .tp_update_title {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_step03 .tp_update_title_main {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_title_main {
    font-size: 14px;
  }
}
.page_step03 .tp_update_title_ruby {
  position: relative;
}
.page_step03 .tp_update_title_ruby span {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  top: -10px;
  left: 4px;
}
.page_step03 .tp_update_title_sub {
  font-size: 10px;
}
.page_step03 .tp_update_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_step03 .tp_update_detail_box {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.page_step03 .tp_update_detail_box .tp_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step03 .tp_update_detail_box .tp_head {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_detail_box .tp_head {
    font-size: 12px;
  }
}
.page_step03 .tp_update_detail_box .tp_price {
  color: #eb7309;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_detail_box .tp_price {
    font-size: 12px;
  }
}
.page_step03 .tp_update_detail_box .tp_price span:nth-child(2) {
  color: #333333;
  font-size: 12px;
}
.page_step03 .tp_update_detail_arrow {
  width: 14px;
  display: block;
}
.page_step03 .tp_update_total {
  line-height: 1;
  max-width: 840px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  border-top: 1px solid #003277;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_total {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.page_step03 .tp_update_total_title {
  font-size: 20px;
  font-weight: bold;
  min-width: 190px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_total_title {
    font-size: 14px;
    min-width: 0px;
    margin-bottom: 0px;
  }
}
.page_step03 .tp_update_total_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_total_detail {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
.page_step03 .tp_update_total_detail .tp_price {
  color: #eb7309;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_total_detail .tp_price {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page_step03 .tp_update_total_detail .tp_price span:nth-child(2) {
  color: #333333;
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .page_step03 .tp_update_total_detail .tp_price span:nth-child(2) {
    font-size: 14px;
  }
}
.page_step03 .tp_update_total_arrow {
  width: 14px;
  display: block;
}
.page_step03 .tp_update_noadd_text {
  font-size: 18px;
  font-weight: bold;
}
.page_step03 .tp_update_noadd_info {
  font-size: 14px;
  margin-top: 30px;
}

/******************************************************************************
	step04
******************************************************************************/
.page_step04 {
  /******************************************************************************
  	step04 plan select
  ******************************************************************************/
}
.page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_check_short_text {
  color: #ffffff;
}
.page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: none;
  }
}
.page_step04 .tp_check_wrap .tp_check_short {
  position: relative;
  background: #5e8bd0;
}
.page_step04 .tp_check_wrap .tp_check_short .tp_check_short_text {
  color: #ffffff;
}
.page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon {
  position: absolute;
  width: 76px;
  top: -26px;
  left: -1px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon {
    width: 76px;
    left: 7px;
  }
}
.page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_check_wrap .tp_check_short .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: block;
  }
}
.page_step04 .tp_common_popup.type_error .type_error_detail_list_leading {
  display: none;
}
.page_step04 .tp_step04_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step04 .tp_step04_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_step04_cur + *:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step04 .tp_sttdt_year {
  display: inline-block;
}
.page_step04 .tp_sttdt_day {
  display: inline-block;
}
.page_step04 .tp_sttdt_time {
  display: inline-block;
}
.page_step04 .tp_intention {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step04 .tp_intention_title {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_title {
    font-size: 18px;
  }
}
.page_step04 .tp_intention_intro {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.page_step04 .tp_intention_personal_wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b9cadf;
  border-radius: 4px;
}
.page_step04 .tp_intention_personal_wrap + .tp_intention_title {
  margin-top: 80px;
}
.page_step04 .tp_intention_personal_title {
  font-size: 22px;
  font-weight: bold;
  color: #13448f;
  width: 100%;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b9cadf;
  background-color: #f3f6f9;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_title {
    font-size: 19px;
  }
}
.page_step04 .tp_intention_personal_sub {
  font-size: 17px;
  color: #13448f;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  zoom: 1;
}
.page_step04 .tp_intention_personal_sub:before, .page_step04 .tp_intention_personal_sub:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_personal_sub:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_sub {
    font-size: 15px;
  }
}
.page_step04 .tp_intention_personal_sub_line {
  border-bottom: 1px solid #d1dfef;
}
.page_step04 .tp_intention_personal_box {
  position: relative;
}
.page_step04 .tp_intention_personal_box_single {
  width: 100%;
  float: left;
}
.page_step04 .tp_intention_personal_box_single_l {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_single_l {
    width: 100%;
    float: none;
  }
}
.page_step04 .tp_intention_personal_box_single_r {
  width: 50%;
  float: left;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_single_r {
    display: none;
  }
}
.page_step04 .tp_intention_personal_box_single_mix {
  border-bottom: 1px solid #d1dfef;
  zoom: 1;
}
.page_step04 .tp_intention_personal_box_single_mix:before, .page_step04 .tp_intention_personal_box_single_mix:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_personal_box_single_mix:after {
  clear: both;
}
.page_step04 .tp_intention_personal_box_single_mix_wrap {
  position: relative;
}
.page_step04 .tp_intention_personal_box_single_mix_wrap:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 220px;
  top: 0px;
  background-color: #d1dfef;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_box_single_mix_wrap:before {
    display: none;
  }
}
.page_step04 .tp_intention_personal_box_single_mix_wrap_sub:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  margin-left: 220px;
  background-color: #d1dfef;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_single_mix_wrap_sub:after {
    display: none;
  }
}
.page_step04 .tp_intention_personal_box_r {
  width: 50%;
  float: left;
  position: relative;
  border-left: 1px solid #d1dfef;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_r {
    width: 100%;
    border-left: none;
    float: none;
  }
}
.page_step04 .tp_intention_personal_box_r_long {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_r_long {
    display: block;
  }
}
.page_step04 .tp_intention_personal_box_r_short {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_r_short {
    display: none;
  }
}
.page_step04 .tp_intention_personal_box_c {
  width: 100%;
}
.page_step04 .tp_intention_personal_box_border {
  position: relative;
}
.page_step04 .tp_intention_personal_box_border:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 220px;
  top: 0px;
  background-color: #d1dfef;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_box_border:before {
    left: 170px;
    width: 0px;
  }
}
.page_step04 .tp_intention_personal_box_area {
  position: relative;
}
.page_step04 .tp_intention_personal_box_area:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  background-color: #d1dfef;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_box_area:before {
    display: none;
  }
}
.page_step04 .tp_intention_personal_box_area_none {
  position: relative;
}
.page_step04 .tp_intention_personal_text {
  zoom: 1;
  font-size: 20px;
  color: #13448f;
  width: 100%;
}
.page_step04 .tp_intention_personal_text:before, .page_step04 .tp_intention_personal_text:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_personal_text:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_text {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
}
.page_step04 .tp_intention_personal_text_long {
  border-bottom: 1px solid #d1dfef;
}
.page_step04 .tp_intention_personal_text_heading {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  width: 220px;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_text_heading {
    width: 100%;
    font-size: 14px;
    float: none;
  }
}
.page_step04 .tp_intention_personal_text_leading {
  color: #3c3c3c;
  font-size: 15px;
  width: 100%;
  float: left;
  margin-right: -220px;
  padding-top: 7px;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 240px;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_text_leading {
    margin-right: 0px;
    padding-right: 0px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 4px;
    float: none;
  }
}
.page_step04 .tp_intention_personal_text_leading_line {
  padding-top: 16px;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_text_leading_line {
    padding-top: 0px;
  }
}
.page_step04 .tp_intention_personal_check {
  width: 100%;
  background-color: #f3f6f9;
  border-radius: 0px 0px 4px 4px;
}
.page_step04 .tp_intention_personal_check.type_error {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fdd3d3;
}
.page_step04 .tp_intention_personal_check.type_error .tp_intention_personal_btn {
  padding-bottom: 0px;
}
.page_step04 .tp_intention_personal_check_text {
  font-size: 15px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_check_text {
    font-size: 14px;
  }
}
.page_step04 .tp_intention_personal_btn {
  zoom: 1;
  padding: 4px 20px 20px 20px;
}
.page_step04 .tp_intention_personal_btn:before, .page_step04 .tp_intention_personal_btn:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_personal_btn:after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn {
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box {
  position: relative;
  width: 250px;
  height: 60px;
  padding-top: 10px;
  padding-left: 15px;
  border-radius: 4px;
  background: #5e8bd0;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step04 .tp_intention_personal_btn_check_box:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_check_box {
    width: 180px;
    height: 40px;
    padding-top: 5px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_check_box_icon {
    width: 30px;
    height: 30px;
    border: 4px solid #eb7309;
    margin-right: 0em;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_icon:before {
  content: '\E655';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_check_box_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_check_box_text {
    font-size: 14px;
    padding-left: 5px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_input {
  display: none;
}
.page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_intention_personal_btn_check_box_text {
  color: #ffffff;
}
.page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_intention_personal_btn_check_box_icon:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_intention_personal_btn_check_box_icon:before {
    font-size: 18px;
    margin-top: -2px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: none;
  }
}
.page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon {
  position: absolute;
  width: 76px;
  top: -26px;
  left: -1px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon {
    width: 76px;
    left: 7px;
  }
}
.page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_pc {
    display: none;
  }
}
.page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_intention_personal_btn_check_box .tp_matter_inner_box_btn_fix_balloon .tp_select_check_balloon.tp_select_check_balloon_sp {
    display: block;
  }
}
.page_step04 .tp_intention_personal_btn_back {
  display: block;
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page_step04 .tp_intention_personal_btn_back {
    width: 100%;
    margin-top: 5px;
    float: left;
  }
}
.page_step04 .tp_intention_personal_btn_back_inner {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 200px;
  height: 40px;
  padding: 7px 50px 0px 30px;
  border-radius: 4px;
  border: 1px solid #d2d7d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step04 .tp_intention_personal_btn_back_inner:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  .page_step04 .tp_intention_personal_btn_back_inner {
    padding: 8px 50px 0px 30px;
  }
}
.page_step04 .tp_intention_personal_btn_back_inner:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: block;
}
.page_step04 .tp_intention_personal_btn_back_inner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #d2d7d9;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_personal_btn_back_inner {
    font-size: 13px;
    width: 180px;
    padding: 10px 45px 8px 15px;
  }
  .page_step04 .tp_intention_personal_btn_back_inner:before {
    right: 5px;
  }
  .page_step04 .tp_intention_personal_btn_back_inner:after {
    right: 25px;
  }
}
.page_step04 .tp_intention_personal_btn_back > input {
  display: none;
}
.page_step04 .tp_intention_personal_btn_check {
  float: right;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_personal_btn_check {
    float: left;
  }
}
.page_step04 .tp_intention_confirmation_wrap {
  margin-top: 30px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  border: 2px solid #13448f;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_confirmation_wrap {
    padding: 10px 10px 20px 10px;
  }
}
.page_step04 .tp_intention_confirmation_block {
  width: 100%;
  padding: 20px 10px 20px 10px;
  border-bottom: 2px solid #13448f;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_confirmation_block {
    padding: 20px 10px 20px 10px;
  }
}
.page_step04 .tp_intention_confirmation_block.type_error {
  background-color: #fdd3d3;
  padding-bottom: 20px;
}
.page_step04 .tp_intention_confirmation_block.type_error .tp_intention_confirmation_block_valid {
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_confirmation_block.type_error .tp_intention_confirmation_block_valid {
    text-align: left;
  }
}
.page_step04 .tp_intention_confirmation_block .tp_check_wrap {
  float: left;
  width: 250px;
  margin-top: 0px;
  margin-left: -250px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_confirmation_block .tp_check_wrap {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.page_step04 .tp_intention_confirmation_block_valid {
  color: #c10000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.page_step04 .tp_intention_confirmation_block_fix {
  zoom: 1;
  position: relative;
}
.page_step04 .tp_intention_confirmation_block_fix:before, .page_step04 .tp_intention_confirmation_block_fix:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_confirmation_block_fix:after {
  clear: both;
}
.page_step04 .tp_intention_confirmation_block_fix_wrap {
  zoom: 1;
  float: left;
  width: 100%;
  padding-right: 200px;
  margin-right: -200px;
}
.page_step04 .tp_intention_confirmation_block_fix_wrap:before, .page_step04 .tp_intention_confirmation_block_fix_wrap:after {
  content: "";
  display: table;
}
.page_step04 .tp_intention_confirmation_block_fix_wrap:after {
  clear: both;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_fix_wrap {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
    float: none;
  }
}
.page_step04 .tp_intention_confirmation_block_fix_btn {
  text-align: center;
  line-height: 1.8em;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 140px;
  margin-top: -17px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0px;
  float: left;
  -webkit-transition: none;
          transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_fix_btn {
    width: 100%;
    top: 0px;
    right: 0px;
    position: relative;
    margin-top: 10px;
  }
}
.page_step04 .tp_intention_confirmation_block_fix_btn :hover {
  opacity: 1;
}
.page_step04 .tp_intention_confirmation_block_fix_btn_last {
  margin-top: -7px;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_fix_btn_last {
    margin-top: 10px;
  }
}
.page_step04 .tp_intention_confirmation_block_fix_check {
  color: #ffffff;
  width: 140px;
  height: auto;
  padding-top: 0px;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-transition: none;
          transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_fix_check {
    width: 50%;
    padding-left: 0px;
  }
}
.page_step04 .tp_intention_confirmation_block_fix_text {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_fix_text {
    font-size: 14px;
  }
}
.page_step04 .tp_intention_confirmation_block_last {
  border-bottom: none;
  padding-bottom: 0px;
}
.page_step04 .tp_intention_confirmation_block_card {
  padding-bottom: 15px;
}
.page_step04 .tp_intention_confirmation_block_card_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.page_step04 .tp_intention_confirmation_block_card_text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 10px;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_block_card_text {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
    padding-left: 0px;
  }
}
.page_step04 .tp_intention_confirmation_text {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: justify;
  float: left;
  width: 100%;
  padding-right: 290px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_intention_confirmation_text {
    padding-right: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_intention_confirmation_text {
    font-size: 13px;
  }
}
.page_step04 .tp_total {
  width: 96%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 2px solid #00a7eb;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total {
    padding: 10px 20px 20px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_total {
    margin-bottom: 10px;
  }
}
.page_step04 .tp_total_note {
  font-size: 12px;
  color: #a3a3a3;
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_note {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    display: block;
  }
}
.page_step04 .tp_total_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_heading {
    font-size: 16px;
  }
}
.page_step04 .tp_total_box {
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_box {
    width: 100%;
  }
}
.page_step04 .tp_total_price {
  color: #eb7309;
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_price {
    font-size: 28px;
  }
}
.page_step04 .tp_total_yen {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  padding-bottom: 7px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_yen {
    padding-bottom: 8px;
  }
}
.page_step04 .tp_total_btn {
  font-size: 14px;
  color: #00a7eb;
  text-align: left;
  letter-spacing: 0.05em;
  width: 120px;
  margin-top: 10px;
  margin-left: auto;
  vertical-align: middle;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_total_btn {
    text-align: center;
    margin-top: 0px;
  }
}
.page_step04 .tp_total_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #00a7eb;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -5px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_total_btn:before {
    left: 2px;
  }
}
.page_step04 .tp_total_btn_wrap {
  display: block;
  width: 100%;
}
.page_step04 .tp_total_btn_text {
  color: #00a7eb;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_total_btn_text_wrap {
    text-align: left;
    width: 220px;
    padding-left: 20px;
    padding-right: 0px;
  }
}
.page_step04 .tp_total_btn_cancer {
  background: -webkit-gradient(linear, left top, left bottom, from(#5377ad), to(#7894be));
  background: -webkit-linear-gradient(#5377ad, #7894be);
  background: linear-gradient(#5377ad, #7894be);
}
.page_step04 .tp_total_btn_cancer:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  right: 20px;
  background: #5377ad;
}
.page_step04 .tp_total_all {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #edf0fc;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_all {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px 10px 10px;
  }
}
.page_step04 .tp_total_all_price {
  letter-spacing: 0.10em;
  padding-left: 20px;
  margin-right: -4px;
}
@media screen and (max-width: 767px) {
  .page_step04 .tp_total_all_price {
    padding-left: 15px;
  }
}
.page_step04 .tp_total_all_box {
  text-align: center;
  padding-left: 0px;
  margin-left: 0px;
}
.page_step04.tp_block_band_inner_box_btn_input:checked + .tp_block_band_inner_box_btn_box {
  cursor: none;
}
.page_step04 .tp_select {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.page_step04 .tp_select .tp_select_heading {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_heading {
    font-size: 18px;
  }
}
.page_step04 .tp_select .tp_select_title {
  max-width: 1000px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2%;
}
.page_step04 .tp_select .tp_select_title_checkbox {
  line-height: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  cursor: pointer;
}
.page_step04 .tp_select .tp_select_title_text {
  font-size: 14px;
  line-height: 1;
  color: #13448f;
  position: relative;
  display: inline-block;
  z-index: 100;
}
.page_step04 .tp_select .tp_select_title_text rt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
}
.page_step04 .tp_select .tp_select_title_info {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 260px;
  height: 42px;
  top: 50%;
  right: 10px;
  margin-top: -21px;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  z-index: 200;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_step04 .tp_select .tp_select_title_info:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step04 .tp_select .tp_select_title_info:after {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 10px;
  margin-left: 20px;
  display: inline-block;
}
.page_step04 .tp_select .tp_select_title_delta {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 50%;
  bottom: -9px;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 1;
}
.page_step04 .tp_select .tp_select_title_img {
  vertical-align: bottom;
  width: 166px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_title_img {
    display: none;
  }
}
.page_step04 .tp_select .tp_select_title_img_sp {
  vertical-align: bottom;
  width: 76px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_title_img_sp {
    display: inline-block;
  }
}
.page_step04 .tp_select .tp_select_title_img_wrap {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_title_img_wrap {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 374px) {
  .page_step04 .tp_select .tp_select_title_img_wrap {
    padding-bottom: 7px;
  }
}
.page_step04 .tp_select .tp_select_section {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  height: 100%;
  margin-top: 20px;
  border: 1px solid #cccccc;
}
.page_step04 .tp_select .tp_select_spouse {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 20px;
  display: block;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_spouse {
    font-size: 16px;
  }
}
.page_step04 .tp_select .tp_select_enable {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.page_step04 .tp_select .tp_select_disable {
  position: relative;
  border-radius: 4px;
  z-index: 100;
  overflow: hidden;
}
.page_step04 .tp_select .tp_select_disable:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.page_step04 .tp_select .tp_select_disable_heading {
  color: #13448f;
  font-size: 20px;
  margin-top: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_disable_heading {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    padding-left: 0px;
  }
}
.page_step04 .tp_select .tp_select_disable_leading {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 300px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_disable_leading {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 120px;
  }
}
.page_step04 .tp_select .tp_select_disable_bar {
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
.page_step04 .tp_select .tp_select_disable_bar:before {
  content: '\E644';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 20px;
}
.page_step04 .tp_select .tp_select_center {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_center {
    margin-top: 0px;
  }
}
.page_step04 .tp_select .tp_select_center_short {
  margin-top: 7px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_center_short {
    margin-top: 0px;
  }
}
.page_step04 .tp_select .tp_select_option {
  position: relative;
  width: 100%;
  padding-right: 220px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option {
    padding-right: 0px;
  }
}
.page_step04 .tp_select .tp_select_option:before {
  content: '';
  width: 100%;
  height: 36px;
  display: block;
}
.page_step04 .tp_select .tp_select_option_target {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 18px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_target {
    left: 15px;
  }
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_select .tp_select_option_target {
    font-size: 14px;
    line-height: 2.4em;
    top: 9px;
    left: 15px;
  }
  .page_step04 .tp_select .tp_select_option_target br {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .page_step04 .tp_select .tp_select_option_target {
    line-height: 1.3em;
  }
}
.page_step04 .tp_select .tp_select_option_row {
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_row {
    display: block;
  }
}
.page_step04 .tp_select .tp_select_option_row:last-child {
  border-bottom: none;
}
.page_step04 .tp_select .tp_select_option_row:last-child .tp_select_option_tile:before {
  display: none;
}
.page_step04 .tp_select .tp_select_option_heading {
  position: relative;
  width: 280px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  background: #d1dfef;
  z-index: 300;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_heading {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #d1dfef;
  }
}
.page_step04 .tp_select .tp_select_option_heading_text {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.page_step04 .tp_select .tp_select_option_heading_note {
  font-size: 12px;
  padding-left: 24px;
}
.page_step04 .tp_select .tp_select_option_column {
  font-size: 14px;
  position: relative;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 40px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_column {
    float: none;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page_step04 .tp_select .tp_select_option_column_text_area {
  padding-top: 25px;
  padding-bottom: 30px;
}
.page_step04 .tp_select .tp_select_option_btn {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.page_step04 .tp_select .tp_select_option_btn:nth-child(1) {
  margin-top: 0px;
}
.page_step04 .tp_select .tp_select_option_btn:nth-child(2) {
  margin-top: 0px;
}
.page_step04 .tp_select .tp_select_option_btn:nth-child(odd) {
  padding-right: 10px;
}
.page_step04 .tp_select .tp_select_option_btn:nth-child(even) {
  padding-left: 10px;
}
.page_step04 .tp_select .tp_select_option_btn_input {
  display: none;
}
.page_step04 .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner {
  color: #ffffff;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_step04 .tp_select .tp_select_option_btn_inner {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: 1px solid #d2d7d9;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_btn_inner {
    font-size: 14px;
  }
}
.page_step04 .tp_select .tp_select_option_btn_inner:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_step04 .tp_select .tp_select_option_inline {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d1dfef;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_inline {
    font-size: 12px;
  }
}
.page_step04 .tp_select .tp_select_option_inline:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.page_step04 .tp_select .tp_select_option_inline_target {
  font-size: 14px;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 10px;
}
.page_step04 .tp_select .tp_select_option_inline_heading {
  font-size: 14px;
  width: 100px;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_select .tp_select_option_inline_heading {
    width: 80px;
  }
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_select .tp_select_option_inline_heading_space {
    width: 60px;
  }
}
.page_step04 .tp_select .tp_select_option_inline_price {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_option_inline_price {
    font-size: 15px;
  }
}
.page_step04 .tp_select .tp_select_total {
  letter-spacing: -1em;
  position: absolute;
  float: right;
  width: 220px;
  height: 100%;
  top: 0px;
  right: 0px;
  margin-left: -220px;
  background: #ccedfb;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_total {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-left: 0px;
  }
}
.page_step04 .tp_select .tp_select_total:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
.page_step04 .tp_select .tp_select_total_inner {
  text-align: right;
  letter-spacing: 0.15em;
  vertical-align: middle;
  width: 100%;
  padding-right: 40px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_total_inner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
  }
}
.page_step04 .tp_select .tp_select_total_heading {
  color: #13448f;
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
  border-bottom: 1px solid #13448f;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_total_heading {
    font-size: 16px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 668px) {
  .page_step04 .tp_select .tp_select_total_heading {
    margin-left: 10px;
  }
}
.page_step04 .tp_select .tp_select_total_price {
  color: #eb7309;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_total_price {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_select_total_price {
    margin-left: 10px;
  }
}
.page_step04 .tp_select .tp_select_total_yen {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
}
.page_step04 .tp_select .tp_cancer .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.page_step04 .tp_select .tp_cancer .tp_select_title_delta {
  background: #5377ad;
}
.page_step04 .tp_select .tp_cancer .tp_select_option:before {
  background: #5377ad;
}
.page_step04 .tp_select .tp_cancer .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_cancer .tp_select_disable {
    background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 100%/140px;
  }
}
.page_step04 .tp_select .tp_cancer .tp_select_disable:before {
  background: #5377ad;
}
.page_step04 .tp_select .tp_cancer .tp_select_disable_bar {
  background: #d1dfef;
}
.page_step04 .tp_select .tp_medical .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 4px 0px 0px;
}
.page_step04 .tp_select .tp_medical .tp_select_title_delta {
  background: #45bcee;
}
.page_step04 .tp_select .tp_medical .tp_select_option:before {
  background: #45bcee;
}
.page_step04 .tp_select .tp_medical .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_medical .tp_select_disable {
    background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 100%/140px;
  }
}
.page_step04 .tp_select .tp_medical .tp_select_disable:before {
  background: #45bcee;
}
.page_step04 .tp_select .tp_medical .tp_select_disable_bar {
  background: #ccedfb;
}
.page_step04 .tp_select .tp_injury .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 4px 0px 0px;
}
.page_step04 .tp_select .tp_injury .tp_select_title_delta {
  background: #13448f;
}
.page_step04 .tp_select .tp_injury .tp_select_option:before {
  background: #13448f;
}
.page_step04 .tp_select .tp_injury .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_select .tp_injury .tp_select_disable {
    background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 100%/140px;
  }
}
.page_step04 .tp_select .tp_injury .tp_select_disable:before {
  background: #13448f;
}
.page_step04 .tp_select .tp_injury .tp_select_disable_bar {
  background: #ccedfb;
}
.page_step04 .tp_view_ctrl {
  width: 100%;
  padding-bottom: 20px;
}
.page_step04 .tp_view_ctrl .tp_parent_total {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-bottom: 10px;
}
.page_step04 .tp_view_ctrl.tp_cancer {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.page_step04 .tp_view_ctrl.tp_medical {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.page_step04 .tp_view_ctrl.tp_injury {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_view_ctrl.tp_injury .tp_select_option_target {
    top: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_view_ctrl.tp_injury .tp_select_option_inline_target {
    margin-left: 0px;
  }
}
.page_step04 .tp_view_ctrl.tp_injury .tp_total {
  text-align: center;
}
.page_step04 .tp_view_ctrl.tp_injury .tp_total .tp_total_box {
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_view_ctrl.tp_injury .tp_total_btn_text_wrap {
    width: auto;
  }
}

/******************************************************************************
	step05
******************************************************************************/
.page_step05 .tp_step05_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step05 .tp_step05_arrow:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step05 .tp_step05_arrow:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step05 .tp_credit {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step05 .tp_credit_card_info {
  width: 100%;
  overflow: hidden;
}
.page_step05 .tp_credit_card_info img {
  float: left;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_card_info img {
    float: none;
    width: 100%;
    display: block;
  }
}
.page_step05 .tp_credit_sub_title {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  width: 220px;
  padding-top: 0.4em;
  display: block;
  float: left;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_sub_title {
    width: 100%;
    float: none;
  }
}
.page_step05 .tp_credit_sub_title_text {
  vertical-align: middle;
}
.page_step05 .tp_credit_wrap {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.page_step05 .tp_credit_wrap:before, .page_step05 .tp_credit_wrap:after {
  content: "";
  display: table;
}
.page_step05 .tp_credit_wrap:after {
  clear: both;
}
.page_step05 .tp_credit_wrap_second {
  margin-top: 10px;
}
.page_step05 .tp_credit_required {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;
  margin-left: 10px;
  padding: 4px 5px 4px 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #c10000;
  border-radius: 4px;
  width: 35px;
}
.page_step05 .tp_credit_required_break {
  margin-left: 0px;
}
.page_step05 .tp_credit_ilink {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 140px;
}
.page_step05 .tp_credit_ilink_icon {
  width: 26px;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step05 .tp_credit_ilink_icon:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step05 .tp_credit_ilink + .tp_credit_required {
  margin-left: 35px;
}
.page_step05 .tp_credit_key {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #13448f;
  width: 140px;
  margin-top: 10px;
  padding-top: 5px;
  border-radius: 4px;
  background-color: #e9eef4;
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_step05 .tp_credit_key:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 737px) {
  .page_step05 .tp_credit_key {
    display: none;
  }
}
.page_step05 .tp_credit_key.tp_cur {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_step05 .tp_credit_key.tp_cur .tp_credit_key_delta {
  background-color: #13448f;
}
.page_step05 .tp_credit_key.tp_cur .tp_credit_key_delta:before {
  content: '';
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  width: 7px;
  height: 100%;
  margin-top: -17px;
  display: block;
  background: url("../images/credit_keyboard_delta.png") no-repeat 100% 50%;
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}
.page_step05 .tp_credit_key_text {
  font-size: 10px;
  line-height: 1.3;
  color: #13448f;
  position: relative;
  padding-left: 45px;
}
.page_step05 .tp_credit_key_text:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 25px;
  height: 100%;
  margin-top: -13px;
  display: block;
  background: url("../images/credit_keyboard_btn.png") no-repeat 100% 50%;
  -webkit-background-size: 25px 15px;
          background-size: 25px 15px;
}
.page_step05 .tp_credit_key_delta {
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 0px 0px 4px 4px;
}
.page_step05 .tp_credit_key_delta:before {
  content: '';
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  width: 7px;
  height: 100%;
  margin-top: -17px;
  display: block;
  background: url("../images/credit_keyboard_delta_02.png") no-repeat 100% 50%;
  -webkit-background-size: 7px 4px;
          background-size: 7px 4px;
}
.page_step05 .tp_credit_keyboard {
  position: relative;
  width: 270px;
  height: 350px;
  margin-top: 30px;
  background-color: #e9eef4;
  border: 1px solid #b5b5b5;
  float: left;
  display: none;
  z-index: 100;
}
.page_step05 .tp_credit_keyboard:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 61px;
  width: 24px;
  height: 15px;
  margin-top: -14px;
  display: block;
  background: url("../images/credit_keyboard_arrow.png") no-repeat 100% 50%;
  -webkit-background-size: 24px 15px;
          background-size: 24px 15px;
}
.page_step05 .tp_credit_keyboard_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}
.page_step05 .tp_credit_keyboard_exit {
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
  background: url("../images/credit_keyboard_ng.png") no-repeat 50% 50%;
  -webkit-background-size: 17px 17px;
          background-size: 17px 17px;
  cursor: pointer;
}
.page_step05 .tp_credit_keyboard_wrap {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 29px;
  padding-right: 30px;
}
.page_step05 .tp_credit_keyboard_wrap_line {
  zoom: 1;
  width: 210px;
  margin-top: 20px;
}
.page_step05 .tp_credit_keyboard_wrap_line:before, .page_step05 .tp_credit_keyboard_wrap_line:after {
  content: "";
  display: table;
}
.page_step05 .tp_credit_keyboard_wrap_line:after {
  clear: both;
}
.page_step05 .tp_credit_keyboard_wrap_line:first-child {
  margin-top: 0px;
}
.page_step05 .tp_credit_keyboard_wrap_nomber_l {
  width: 33.333%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_wrap_nomber_l_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 60px;
  height: 40px;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_keyboard_wrap_nomber_l_inner {
    padding-top: 4px;
  }
}
.page_step05 .tp_credit_keyboard_wrap_nomber_c {
  width: 33.333%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_wrap_nomber_c_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 60px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_keyboard_wrap_nomber_c_inner {
    padding-top: 4px;
  }
}
.page_step05 .tp_credit_keyboard_wrap_nomber_r {
  width: 33.333%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_wrap_nomber_r_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 60px;
  height: 40px;
  margin-left: auto;
  padding-top: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_keyboard_wrap_nomber_r_inner {
    padding-top: 4px;
  }
}
.page_step05 .tp_credit_keyboard_wrap_nomber_icon {
  width: 29px;
  padding-top: 6px;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_keyboard_wrap_nomber_icon {
    padding-top: 4px;
  }
}
.page_step05 .tp_credit_keyboard_wrap_nomber_long {
  width: 66.666%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_wrap_nomber_long_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 135px;
  height: 40px;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_keyboard_wrap_nomber_long_inner {
    padding-top: 4px;
  }
}
.page_step05 .tp_credit_keyboard_foot {
  font-size: 13px;
  font-weight: bold;
  height: 68px;
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 29px;
  padding-right: 30px;
  background-color: #acb6c2;
}
.page_step05 .tp_credit_keyboard_foot_line {
  zoom: 1;
  width: 210px;
}
.page_step05 .tp_credit_keyboard_foot_line:before, .page_step05 .tp_credit_keyboard_foot_line:after {
  content: "";
  display: table;
}
.page_step05 .tp_credit_keyboard_foot_line:after {
  clear: both;
}
.page_step05 .tp_credit_keyboard_foot_btn_l {
  width: 50%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_foot_btn_l_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 97.5px;
  height: 40px;
  margin-right: auto;
  padding-top: 12px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
.page_step05 .tp_credit_keyboard_foot_btn_r {
  width: 50%;
  float: left;
  display: block;
}
.page_step05 .tp_credit_keyboard_foot_btn_r_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 97.5px;
  height: 40px;
  margin-left: auto;
  padding-top: 12px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
.page_step05 .tp_credit_form {
  position: relative;
  zoom: 1;
  width: 100%;
  margin-left: -220px;
  padding-left: 220px;
  display: block;
  float: left;
  z-index: 10;
}
.page_step05 .tp_credit_form:before, .page_step05 .tp_credit_form:after {
  content: "";
  display: table;
}
.page_step05 .tp_credit_form:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.page_step05 .tp_credit_form_inline_error {
  color: #da0303;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: none;
}
.page_step05 .tp_credit_form_first {
  position: relative;
  display: block;
  float: left;
  padding-right: 30px;
}
.page_step05 .tp_credit_form_first .tp_credit_form_after {
  position: absolute;
  top: 10px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first .tp_credit_form_after {
    top: 18px;
  }
}
.page_step05 .tp_credit_form_first_only {
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_only {
    width: 100%;
  }
}
.page_step05 .tp_credit_form_first_only_wrap {
  width: 100%;
}
.page_step05 .tp_credit_form_first_only_in_text {
  max-width: none;
}
.page_step05 .tp_credit_form_first_only_in_text_wrap {
  max-width: 370px;
}
.page_step05 .tp_credit_form_first_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 100px;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_form_first_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step05 .tp_credit_form_first_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step05 .tp_credit_form_first_inner:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #c3e3ef;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_inner {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
.page_step05 .tp_credit_form_first_inner_back:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #a0c6e8;
}
.page_step05 .tp_credit_form_first_select {
  font-size: 15px;
  vertical-align: middle;
  width: 190px;
  height: 40px;
  border-radius: 4px;
  background: #fffcf0;
  position: relative;
  display: block;
  z-index: 0;
}
.page_step05 .tp_credit_form_first_select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 1em;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  background: transparent;
  outline: none;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_form_first_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step05 .tp_credit_form_first_select > select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step05 .tp_credit_form_first_select > select::-ms-expand {
  display: none;
}
.page_step05 .tp_credit_form_first_select:after {
  content: '\E644';
  font-family: 'iconsfont';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_select:after {
    right: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_step05 .tp_credit_form_first_select {
    padding-top: 0em;
  }
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_select {
    margin-top: 10px;
  }
}
.page_step05 .tp_credit_form_first_long {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 370px;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_form_first_long {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step05 .tp_credit_form_first_long {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step05 .tp_credit_form_first_long:focus {
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #c3e3ef;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_long {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
.page_step05 .tp_credit_form_first_short {
  width: 70px;
}
.page_step05 .tp_credit_form_first_note {
  text-align: justify;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
}
.page_step05 .tp_credit_form_first_card {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_card {
    margin-top: 20px;
  }
}
.page_step05 .tp_credit_form_first_usecard {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first_usecard {
    font-size: 12px;
  }
}
.page_step05 .tp_credit_form_second {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 30px;
}
.page_step05 .tp_credit_form_second .tp_credit_form_after {
  position: absolute;
  top: 10px;
  left: 125px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_second .tp_credit_form_after {
    top: 18px;
  }
}
.page_step05 .tp_credit_form_after {
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
.page_step05 .tp_credit_form_sex {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
}
.page_step05 .tp_credit_form_sex_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  width: 85px;
  height: 40px;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: #eeeeee;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_form_sex_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step05 .tp_credit_form_sex_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step05 .tp_credit_form_fix_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 240px;
  height: 40px;
  padding-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: #eeeeee;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .page_step05 .tp_credit_form_fix_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
@supports (-ms-ime-align: auto) {
  .page_step05 .tp_credit_form_fix_inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #bbbbbb !important;
    border-left: 1px solid #bbbbbb !important;
    border-right: 1px solid #bbbbbb !important;
    border-bottom: 1px solid #bbbbbb !important;
  }
}
.page_step05 .tp_credit_form_Postal {
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  width: 190px;
  height: 40px;
  margin-left: 15px;
  padding-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
}
.page_step05 .tp_credit_form_Postal:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step05 .tp_credit_form_row {
  padding-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_row {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 668px) {
  .page_step05 .tp_credit_form_row {
    padding-top: 0.3em;
  }
}
.page_step05 .tp_credit_form_full {
  width: 100%;
  display: block;
}
.page_step05 .tp_credit_form_full_inner {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 15px;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-radius: 4px;
  background: #fffcf0;
  border: none;
}
.page_step05 .tp_credit_inner {
  margin-top: 20px;
}
.page_step05 .tp_credit_inner_card_list {
  text-align: left;
  zoom: 1;
  margin-top: 20px;
}
.page_step05 .tp_credit_inner_card_list:before, .page_step05 .tp_credit_inner_card_list:after {
  content: "";
  display: table;
}
.page_step05 .tp_credit_inner_card_list:after {
  clear: both;
}
.page_step05 .tp_credit_inner_card_list_title {
  vertical-align: top;
  width: 240px;
  height: 41px;
  display: block;
  float: left;
  position: relative;
}
.page_step05 .tp_credit_inner_card_list_title_text {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.page_step05 .tp_credit_inner_card_list_icon {
  vertical-align: top;
  float: left;
  margin-top: -20px;
  margin-left: 20px;
  display: block;
}
.page_step05 .tp_credit_inner_card_list_icon_img {
  width: 65px;
  margin-left: 10px;
}
.page_step05 .tp_credit_inner_card_list_set_img {
  width: 400px;
  display: inline-block;
}
@media screen and (max-width: 668px) {
  .page_step05 .tp_credit_inner_card_list_set_img {
    display: none;
  }
}
.page_step05 .tp_credit_inner_card_list_set_img_sp {
  width: 280px;
  display: none;
}
@media screen and (max-width: 668px) {
  .page_step05 .tp_credit_inner_card_list_set_img_sp {
    display: block;
  }
}
.page_step05 .tp_error .tp_credit_form_inline_error {
  display: block;
}
.page_step05 .tp_error .tp_credit_form_first_long {
  border: 2px solid #c10000 !important;
  background: #fdd3d3;
}
.page_step05 .tp_error .tp_credit_form_first_select > select {
  border: 2px solid #c10000 !important;
  background: #fdd3d3;
}
.page_step05 .tp_error .tp_credit_form_first_inner {
  border: 2px solid #c10000 !important;
  background: #fdd3d3;
}
.page_step05 .tp_error .tp_personal_form_first_long {
  border: 2px solid #c10000 !important;
  background: #fdd3d3;
}
.page_step05 .tp_credit_form_second .tp_personal_form_pull .tp_credit_form_first_inner_year {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_second .tp_personal_form_pull .tp_credit_form_first_inner_year + .tp_credit_form_after + .tp_credit_form_inline_error {
    width: 80px;
  }
}
.page_step05 .tp_credit_form_first .tp_personal_form_pull .tp_credit_form_first_inner_month {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .page_step05 .tp_credit_form_first .tp_personal_form_pull .tp_credit_form_first_inner_month + .tp_credit_form_after + .tp_credit_form_inline_error {
    width: 80px;
  }
}

/******************************************************************************
	step06
******************************************************************************/
.page_step06 .tp_step06_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_step06 .tp_step06_arrow:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
@media screen and (max-width: 1023px) {
  .page_step06 .tp_step06_arrow:before {
    background: url("../images/personal_arrow_01_sp.png") no-repeat 100% 50%;
    -webkit-background-size: 13px 50px;
            background-size: 13px 50px;
    width: 13px;
    margin-top: -22px;
  }
}
.page_step06 .tp_link_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_step06 .tp_foot_base {
    height: 36px;
  }
}
.page_step06 .tp_end_wrap {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step06 .tp_end_inner {
  margin-top: 20px;
}
.page_step06 .tp_end_foot_wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_step06 .tp_end_foot_btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 480px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px 13px 30px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  display: block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  cursor: pointer;
}
.page_step06 .tp_end_foot_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_step06 .tp_end_foot_btn > a {
  text-decoration: none;
}
.page_step06 .tp_end_foot_btn_text {
  color: #ffffff;
}
.page_step06 .tp_end_foot_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  display: block;
}
.page_step06 .tp_end_foot_btn:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #103a7a;
}
@media screen and (max-width: 668px) {
  .page_step06 .tp_end_foot_btn {
    font-size: 13px;
    width: 250px;
    padding: 6px 30px 5px 0px;
  }
  .page_step06 .tp_end_foot_btn:before {
    font-size: 10px;
    margin-top: -6px;
  }
  .page_step06 .tp_end_foot_btn:after {
    right: 30px;
  }
}

/******************************************************************************
	print
******************************************************************************/
.page_print {
  overflow: visible;
  height: 100%;
  /******************************************************************************
  	step04 plan select
  ******************************************************************************/
  /******************************************************************************
  	conductor
  ******************************************************************************/
}
.page_print .tp_check_wrap .tp_check_short_input:checked + .tp_check_short {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_print .tp_check_wrap .tp_check_short_input:checked + .tp_check_short .tp_check_short_text {
  color: #ffffff;
}
.page_print .tp_check_wrap .tp_check_short {
  background: #5e8bd0;
}
.page_print .tp_check_wrap .tp_check_short .tp_check_short_text {
  color: #ffffff;
}
.page_print .tp_common_popup.type_error .type_error_detail_list_leading {
  display: none;
}
.page_print .tp_step04_cur {
  color: #ffffff;
  text-shadow: 0px 0px 4px #13448f;
  background-color: #13448f;
}
.page_print .tp_step04_cur + *:before {
  content: '';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 34px;
  height: 100%;
  margin-top: -18px;
  display: block;
  background: url("../images/personal_arrow_01.png") no-repeat 100% 50%;
  -webkit-background-size: 34px 36px;
          background-size: 34px 36px;
}
.page_print .tp_sttdt_year {
  display: inline-block;
}
.page_print .tp_sttdt_day {
  display: inline-block;
}
.page_print .tp_sttdt_time {
  display: inline-block;
}
.page_print .tp_intention {
  width: 1000px !important;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_print .tp_intention_title {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.page_print .tp_intention_intro {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.page_print .tp_intention_personal_wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b9cadf;
  border-radius: 4px;
}
.page_print .tp_intention_personal_wrap + .tp_intention_title {
  margin-top: 80px;
}
.page_print .tp_intention_personal_title {
  font-size: 22px;
  font-weight: bold;
  color: #13448f;
  width: 100%;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b9cadf;
  background-color: #f3f6f9;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.page_print .tp_intention_personal_sub {
  font-size: 17px;
  color: #13448f;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  zoom: 1;
}
.page_print .tp_intention_personal_sub:before, .page_print .tp_intention_personal_sub:after {
  content: "";
  display: table;
}
.page_print .tp_intention_personal_sub:after {
  clear: both;
}
.page_print .tp_intention_personal_sub_line {
  border-bottom: 1px solid #d1dfef;
}
.page_print .tp_intention_personal_box {
  position: relative;
}
.page_print .tp_intention_personal_box_single {
  width: 100%;
  float: left;
}
.page_print .tp_intention_personal_box_single_l {
  width: 50%;
}
.page_print .tp_intention_personal_box_single_r {
  width: 50%;
  float: left;
}
.page_print .tp_intention_personal_box_single_mix {
  border-bottom: 1px solid #d1dfef;
  zoom: 1;
}
.page_print .tp_intention_personal_box_single_mix:before, .page_print .tp_intention_personal_box_single_mix:after {
  content: "";
  display: table;
}
.page_print .tp_intention_personal_box_single_mix:after {
  clear: both;
}
.page_print .tp_intention_personal_box_single_mix_wrap {
  position: relative;
}
.page_print .tp_intention_personal_box_single_mix_wrap:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 220px;
  top: 0px;
  background-color: #d1dfef;
}
.page_print .tp_intention_personal_box_single_mix_wrap_sub:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  margin-left: 220px;
  background-color: #d1dfef;
}
.page_print .tp_intention_personal_box_r {
  width: 50%;
  float: left;
  position: relative;
  border-left: 1px solid #d1dfef;
}
.page_print .tp_intention_personal_box_r_long {
  display: none;
}
.page_print .tp_intention_personal_box_r_short {
  display: block;
}
.page_print .tp_intention_personal_box_c {
  width: 100%;
}
.page_print .tp_intention_personal_box_border {
  position: relative;
}
.page_print .tp_intention_personal_box_border:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 220px;
  top: 0px;
  background-color: #d1dfef;
}
.page_print .tp_intention_personal_box_area {
  position: relative;
}
.page_print .tp_intention_personal_box_area:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  background-color: #d1dfef;
}
.page_print .tp_intention_personal_box_area_none {
  position: relative;
}
.page_print .tp_intention_personal_text {
  zoom: 1;
  font-size: 20px;
  color: #13448f;
  width: 100%;
}
.page_print .tp_intention_personal_text:before, .page_print .tp_intention_personal_text:after {
  content: "";
  display: table;
}
.page_print .tp_intention_personal_text:after {
  clear: both;
}
.page_print .tp_intention_personal_text_long {
  border-bottom: 1px solid #d1dfef;
}
.page_print .tp_intention_personal_text_heading {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  width: 220px;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  float: left;
}
.page_print .tp_intention_personal_text_leading {
  color: #3c3c3c;
  font-size: 15px;
  width: 100%;
  float: left;
  margin-right: -220px;
  padding-top: 7px;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 240px;
}
.page_print .tp_intention_personal_text_leading_line {
  padding-top: 16px;
}
.page_print .tp_intention_personal_check {
  width: 100%;
  background-color: #f3f6f9;
  border-radius: 0px 0px 4px 4px;
}
.page_print .tp_intention_personal_check.type_error {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fdd3d3;
}
.page_print .tp_intention_personal_check.type_error .tp_intention_personal_btn {
  padding-bottom: 0px;
}
.page_print .tp_intention_personal_check_text {
  font-size: 15px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.page_print .tp_intention_personal_btn {
  zoom: 1;
  padding: 10px 20px 20px 20px;
}
.page_print .tp_intention_personal_btn:before, .page_print .tp_intention_personal_btn:after {
  content: "";
  display: table;
}
.page_print .tp_intention_personal_btn:after {
  clear: both;
}
.page_print .tp_intention_personal_btn_check_box {
  width: 250px;
  height: 60px;
  padding-top: 10px;
  padding-left: 15px;
  border-radius: 4px;
  background: #5e8bd0;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_print .tp_intention_personal_btn_check_box:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_print .tp_intention_personal_btn_check_box_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
}
.page_print .tp_intention_personal_btn_check_box_icon:before {
  content: '\E655';
  font-family: 'iconsfont';
  color: #939192;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
.page_print .tp_intention_personal_btn_check_box_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.page_print .tp_intention_personal_btn_check_box_input {
  display: none;
}
.page_print .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box {
  background: -webkit-gradient(linear, left top, left bottom, from(#103a7a), to(#1a58b7));
  background: -webkit-linear-gradient(#103a7a, #1a58b7);
  background: linear-gradient(#103a7a, #1a58b7);
}
.page_print .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_intention_personal_btn_check_box_text {
  color: #ffffff;
}
.page_print .tp_intention_personal_btn_check_box_input:checked + .tp_intention_personal_btn_check_box .tp_intention_personal_btn_check_box_icon:before {
  content: '\E654';
  font-family: 'iconsfont';
  color: #3c3c3c;
  font-size: 26px;
  margin-top: -3px;
  margin-left: 2px;
  display: block;
}
.page_print .tp_intention_personal_btn_back {
  display: block;
  float: left;
  padding-top: 10px;
}
.page_print .tp_intention_personal_btn_back_inner {
  color: #13448f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 200px;
  height: 40px;
  padding: 7px 50px 0px 30px;
  border-radius: 4px;
  border: 1px solid #d2d7d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(#ffffff, #f8f8f8);
  background: linear-gradient(#ffffff, #f8f8f8);
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_print .tp_intention_personal_btn_back_inner:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_print .tp_intention_personal_btn_back_inner:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: block;
}
.page_print .tp_intention_personal_btn_back_inner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 94%;
  top: 3%;
  right: 35px;
  background: #d2d7d9;
}
.page_print .tp_intention_personal_btn_back > input {
  display: none;
}
.page_print .tp_intention_personal_btn_check {
  float: right;
}
.page_print .tp_intention_confirmation_wrap {
  margin-top: 30px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  border: 2px solid #13448f;
  border-radius: 4px;
}
.page_print .tp_intention_confirmation_block {
  width: 100%;
  padding: 20px 10px 20px 10px;
  border-bottom: 2px solid #13448f;
  overflow: hidden;
}
.page_print .tp_intention_confirmation_block.type_error {
  background-color: #fdd3d3;
  padding-bottom: 20px;
}
.page_print .tp_intention_confirmation_block.type_error .tp_intention_confirmation_block_valid {
  float: left;
  width: 100%;
  display: block;
}
.page_print .tp_intention_confirmation_block .tp_check_wrap {
  float: left;
  width: 250px;
  margin-top: 0px;
  margin-left: -250px;
}
.page_print .tp_intention_confirmation_block_valid {
  color: #c10000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.page_print .tp_intention_confirmation_block_fix {
  zoom: 1;
  position: relative;
}
.page_print .tp_intention_confirmation_block_fix:before, .page_print .tp_intention_confirmation_block_fix:after {
  content: "";
  display: table;
}
.page_print .tp_intention_confirmation_block_fix:after {
  clear: both;
}
.page_print .tp_intention_confirmation_block_fix_wrap {
  zoom: 1;
  float: left;
  width: 100%;
  padding-right: 200px;
  margin-right: -200px;
}
.page_print .tp_intention_confirmation_block_fix_wrap:before, .page_print .tp_intention_confirmation_block_fix_wrap:after {
  content: "";
  display: table;
}
.page_print .tp_intention_confirmation_block_fix_wrap:after {
  clear: both;
}
.page_print .tp_intention_confirmation_block_fix_btn {
  text-align: center;
  line-height: 1.8em;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 140px;
  margin-top: -17px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0px;
  float: left;
  -webkit-transition: none;
          transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.page_print .tp_intention_confirmation_block_fix_btn :hover {
  opacity: 1;
}
.page_print .tp_intention_confirmation_block_fix_btn_last {
  margin-top: -7px;
}
.page_print .tp_intention_confirmation_block_fix_check {
  color: #ffffff;
  width: 140px;
  height: auto;
  padding-top: 0px;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-transition: none;
          transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.page_print .tp_intention_confirmation_block_fix_text {
  font-size: 15px;
  font-weight: bold;
}
.page_print .tp_intention_confirmation_block_last {
  border-bottom: none;
  padding-bottom: 0px;
}
.page_print .tp_intention_confirmation_block_card {
  padding-bottom: 15px;
}
.page_print .tp_intention_confirmation_block_card_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.page_print .tp_intention_confirmation_block_card_text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 10px;
}
.page_print .tp_intention_confirmation_text {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: justify;
  float: left;
  width: 100%;
  padding-right: 290px;
}
.page_print .tp_total {
  width: 96%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 2px solid #00a7eb;
  border-radius: 4px;
}
.page_print .tp_total_note {
  font-size: 12px;
  color: #a3a3a3;
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
.page_print .tp_total_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.page_print .tp_total_box {
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.page_print .tp_total_price {
  color: #c10000;
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}
.page_print .tp_total_yen {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  padding-bottom: 7px;
  display: inline-block;
}
.page_print .tp_total_btn {
  font-size: 14px;
  color: #00a7eb;
  text-align: left;
  letter-spacing: 0.05em;
  width: 120px;
  margin-top: 10px;
  margin-left: auto;
  vertical-align: middle;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page_print .tp_total_btn:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #00a7eb;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -5px;
  display: block;
  text-decoration: none;
}
.page_print .tp_total_btn_wrap {
  display: block;
  width: 100%;
}
.page_print .tp_total_btn_text {
  color: #00a7eb;
  text-decoration: underline;
  font-weight: bold;
}
.page_print .tp_total_btn_cancer {
  background: -webkit-gradient(linear, left top, left bottom, from(#5377ad), to(#7894be));
  background: -webkit-linear-gradient(#5377ad, #7894be);
  background: linear-gradient(#5377ad, #7894be);
}
.page_print .tp_total_btn_cancer:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  right: 20px;
  background: #5377ad;
}
.page_print .tp_total_all {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #edf0fc;
}
.page_print .tp_total_all_price {
  padding-left: 20px;
}
.page_print .tp_total_all_box {
  text-align: center;
  padding-left: 0px;
  margin-left: 0px;
}
.page_print.tp_block_band_inner_box_btn_input:checked + .tp_block_band_inner_box_btn_box {
  cursor: none;
}
.page_print .tp_select {
  position: relative;
  z-index: 1;
}
.page_print .tp_select .tp_select_heading {
  color: #13448f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.page_print .tp_select .tp_select_title {
  max-width: 1000px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2%;
}
.page_print .tp_select .tp_select_title_checkbox {
  line-height: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  border: 5px solid #eb7309;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  cursor: pointer;
}
.page_print .tp_select .tp_select_title_text {
  font-size: 14px;
  line-height: 1;
  color: #13448f;
  position: relative;
  display: inline-block;
  z-index: 100;
}
.page_print .tp_select .tp_select_title_text rt {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
}
.page_print .tp_select .tp_select_title_info {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 260px;
  height: 42px;
  top: 50%;
  right: 10px;
  margin-top: -21px;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffab51), to(#ff821d));
  background: -webkit-linear-gradient(#ffab51, #ff821d);
  background: linear-gradient(#ffab51, #ff821d);
  z-index: 200;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_print .tp_select .tp_select_title_info:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_print .tp_select .tp_select_title_info:after {
  content: '\E622';
  font-family: 'iconsfont';
  font-size: 10px;
  margin-left: 20px;
  display: inline-block;
}
.page_print .tp_select .tp_select_title_delta {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 50%;
  bottom: -9px;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 1;
}
.page_print .tp_select .tp_select_title_img {
  vertical-align: bottom;
  width: 166px;
  display: inline-block;
}
.page_print .tp_select .tp_select_title_img_sp {
  vertical-align: bottom;
  width: 76px;
  display: none;
}
.page_print .tp_select .tp_select_title_img_wrap {
  display: inline-block;
  vertical-align: bottom;
}
.page_print .tp_select .tp_select_section {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  height: 100%;
  margin-top: 20px;
  border: 1px solid #cccccc;
}
.page_print .tp_select .tp_select_spouse {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 20px;
  display: block;
  z-index: 200;
}
.page_print .tp_select .tp_select_enable {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.page_print .tp_select .tp_select_disable {
  position: relative;
  border-radius: 4px;
  z-index: 100;
  overflow: hidden;
}
.page_print .tp_select .tp_select_disable:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.page_print .tp_select .tp_select_disable_heading {
  color: #13448f;
  font-size: 20px;
  margin-top: 30px;
  padding-left: 25px;
}
.page_print .tp_select .tp_select_disable_leading {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 300px;
}
.page_print .tp_select .tp_select_disable_bar {
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
.page_print .tp_select .tp_select_disable_bar:before {
  content: '\E644';
  font-family: 'iconsfont';
  color: #13448f;
  font-size: 20px;
}
.page_print .tp_select .tp_select_center {
  margin-top: 16px;
}
.page_print .tp_select .tp_select_center_short {
  margin-top: 7px;
}
.page_print .tp_select .tp_select_option {
  position: relative;
  width: 100%;
  padding-right: 220px;
  background: #ffffff;
}
.page_print .tp_select .tp_select_option:before {
  content: '';
  width: 100%;
  height: 36px;
  display: block;
}
.page_print .tp_select .tp_select_option_target {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 20px;
  display: block;
}
.page_print .tp_select .tp_select_option_row {
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_print .tp_select .tp_select_option_row:last-child {
  border-bottom: none;
}
.page_print .tp_select .tp_select_option_row:last-child .tp_select_option_tile:before {
  display: none;
}
.page_print .tp_select .tp_select_option_heading {
  position: relative;
  width: 280px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  background: #d1dfef;
  z-index: 300;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.page_print .tp_select .tp_select_option_heading_text {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.page_print .tp_select .tp_select_option_heading_note {
  font-size: 12px;
  padding-left: 28px;
}
.page_print .tp_select .tp_select_option_column {
  font-size: 14px;
  position: relative;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 40px;
  z-index: 100;
}
.page_print .tp_select .tp_select_option_column_text_area {
  padding-top: 25px;
  padding-bottom: 30px;
}
.page_print .tp_select .tp_select_option_btn {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.page_print .tp_select .tp_select_option_btn:nth-child(1) {
  margin-top: 0px;
}
.page_print .tp_select .tp_select_option_btn:nth-child(2) {
  margin-top: 0px;
}
.page_print .tp_select .tp_select_option_btn:nth-child(odd) {
  padding-right: 10px;
}
.page_print .tp_select .tp_select_option_btn:nth-child(even) {
  padding-left: 10px;
}
.page_print .tp_select .tp_select_option_btn_input {
  display: none;
}
.page_print .tp_select .tp_select_option_btn_input:checked + .tp_select_option_btn_inner {
  color: #ffffff;
  border: 1px solid #13448f;
  background: #13448f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_print .tp_select .tp_select_option_btn_inner {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: 1px solid #d2d7d9;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
}
.page_print .tp_select .tp_select_option_btn_inner:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.page_print .tp_select .tp_select_option_inline {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d1dfef;
}
.page_print .tp_select .tp_select_option_inline:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.page_print .tp_select .tp_select_option_inline_target {
  font-size: 14px;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 10px;
}
.page_print .tp_select .tp_select_option_inline_heading {
  font-size: 14px;
  width: 100px;
  display: inline-block;
}
.page_print .tp_select .tp_select_option_inline_price {
  font-size: 18px;
  font-weight: bold;
}
.page_print .tp_select .tp_select_total {
  letter-spacing: -1em;
  position: absolute;
  float: right;
  width: 220px;
  height: 100%;
  top: 0px;
  right: 0px;
  margin-left: -220px;
  background: #ccedfb;
}
.page_print .tp_select .tp_select_total:before {
  content: '';
  vertical-align: middle;
  width: 0px;
  height: 100%;
  display: inline-block;
}
.page_print .tp_select .tp_select_total_inner {
  text-align: right;
  letter-spacing: 0.15em;
  vertical-align: middle;
  width: 100%;
  padding-right: 40px;
  display: inline-block;
}
.page_print .tp_select .tp_select_total_heading {
  color: #13448f;
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
  border-bottom: 1px solid #13448f;
  display: inline-block;
}
.page_print .tp_select .tp_select_total_price {
  color: #c10000;
  font-weight: bold;
  font-size: 34px;
}
.page_print .tp_select .tp_select_total_yen {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
}
.page_print .tp_select .tp_cancer .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.page_print .tp_select .tp_cancer .tp_select_title_delta {
  background: #5377ad;
}
.page_print .tp_select .tp_cancer .tp_select_option:before {
  background: #5377ad;
}
.page_print .tp_select .tp_cancer .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
.page_print .tp_select .tp_cancer .tp_select_disable:before {
  background: #5377ad;
}
.page_print .tp_select .tp_cancer .tp_select_disable_bar {
  background: #d1dfef;
}
.page_print .tp_select .tp_medical .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 4px 0px 0px;
}
.page_print .tp_select .tp_medical .tp_select_title_delta {
  background: #45bcee;
}
.page_print .tp_select .tp_medical .tp_select_option:before {
  background: #45bcee;
}
.page_print .tp_select .tp_medical .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
.page_print .tp_select .tp_medical .tp_select_disable:before {
  background: #45bcee;
}
.page_print .tp_select .tp_medical .tp_select_disable_bar {
  background: #ccedfb;
}
.page_print .tp_select .tp_injury .tp_select_title {
  width: 100%;
  margin-top: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 4px 0px 0px;
}
.page_print .tp_select .tp_injury .tp_select_title_delta {
  background: #13448f;
}
.page_print .tp_select .tp_injury .tp_select_option:before {
  background: #13448f;
}
.page_print .tp_select .tp_injury .tp_select_disable {
  background: #ffffff url("../images/cancer_plan_bg.jpg") no-repeat 100% 50%/contain;
}
.page_print .tp_select .tp_injury .tp_select_disable:before {
  background: #13448f;
}
.page_print .tp_select .tp_injury .tp_select_disable_bar {
  background: #ccedfb;
}
.page_print .tp_view_ctrl {
  width: 100%;
}
.page_print .tp_view_ctrl .tp_parent_total {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-bottom: 10px;
}
.page_print .tp_view_ctrl.tp_cancer {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.page_print .tp_view_ctrl.tp_medical {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.page_print .tp_view_ctrl.tp_injury {
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.page_print .tp_view_ctrl.tp_injury .tp_total {
  text-align: center;
}
.page_print .tp_view_ctrl.tp_injury .tp_total .tp_total_box {
  width: auto;
  display: inline-block;
}
.page_print .tp_select_conductor {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page_print .tp_select_conductor_wrap {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.page_print .tp_select_conductor_heading {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}
.page_print .tp_select_conductor_intro {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-top: 0.2em;
  padding-left: 0px;
  padding-right: 0px;
}
.page_print .tp_select_conductor_intro > a {
  color: #00a7eb;
  text-decoration: underline;
}
.page_print .tp_select_conductor_tel {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  zoom: 1;
}
.page_print .tp_select_conductor_tel:before, .page_print .tp_select_conductor_tel:after {
  content: "";
  display: table;
}
.page_print .tp_select_conductor_tel:after {
  clear: both;
}
.page_print .tp_select_conductor_tel_number {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  float: left;
  width: 275px;
}
.page_print .tp_select_conductor_tel_number > a {
  color: #3c3c3c;
  pointer-events: none;
}
.page_print .tp_select_conductor_tel_info {
  float: left;
  width: 100%;
  margin-left: -275px;
  padding-left: 290px;
}
.page_print .tp_select_conductor_tel_info_element {
  font-size: 11px;
  display: inline-block;
}
.page_print .tp_select_conductor_tel_info_element:first-child {
  font-weight: bold;
}
.page_print .tp_select_conductor_tel_info_note {
  color: #a3a3a3;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.page_print .tp_select_conductor_utility {
  text-align: right;
  position: absolute;
  width: 250px;
  top: 0px;
  right: 0px;
}
.page_print .tp_select_conductor_utility_pagetop {
  color: #13448f;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  width: 170px;
  margin-top: 20px;
  padding-top: 8px;
  display: inline-block;
  zoom: 1;
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_print .tp_select_conductor_utility_pagetop:before, .page_print .tp_select_conductor_utility_pagetop:after {
  content: "";
  display: table;
}
.page_print .tp_select_conductor_utility_pagetop:after {
  clear: both;
}
.page_print .tp_select_conductor_utility_pagetop:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_print .tp_select_conductor_utility_pagetop_icon {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: -8px;
  padding-top: 9px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.page_print .tp_select_conductor_utility_pagetop_icon:before {
  content: '\E624';
  font-family: 'iconsfont';
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
}
.page_print .tp_select_conductor_utility_pagetop_text {
  display: inline-block;
}
.page_print .tp_select_conductor_utility_pagetop_faq {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 210px;
  margin-top: 30px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a58b7), to(#103a7a));
  background: -webkit-linear-gradient(#1a58b7, #103a7a);
  background: linear-gradient(#1a58b7, #103a7a);
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  opacity: 1.0;
  -webkit-transition: opacity 0.300s ease;
          transition: opacity 0.300s ease;
  cursor: pointer;
}
.page_print .tp_select_conductor_utility_pagetop_faq:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page_print .tp_select_conductor_utility_pagetop_faq:before {
  content: '\E622';
  font-family: 'iconsfont';
  color: #ffffff;
  font-size: 14px;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  display: inline-block;
}
.page_print .tp_checkview {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_print .tp_checkview_init {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}
.page_print .tp_checkview_heading {
  color: #13448f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
.page_print .tp_checkview_section {
  border: 1px solid #cccccc;
}
.page_print .tp_checkview_section[data-type="1"] {
  margin-top: 10px;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_heading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #f3f6f9;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_detail strong {
  font-size: 18px;
  font-weight: bold;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline_heading {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_print .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline_detail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_print .tp_checkview_section[data-type="1"] .tp_intention_personal_check {
  background-color: transparent;
}
.page_print .tp_checkview_section[data-type="1"] .tp_intention_personal_check_text {
  font-size: 16px;
  font-weight: bold;
}
.page_print .tp_checkview_section[data-type="2"] {
  margin-top: 10px;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_heading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #f3f6f9;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail {
  font-size: 14px;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail strong {
  font-size: 18px;
  font-weight: bold;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline:first-child {
  border-top: none;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_heading {
  width: 260px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_print .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_detail {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #cccccc;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_print .tp_checkview_section[data-type="parent"] {
  margin-top: 20px;
}
.page_print .tp_checkview_section[data-type="parent"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
.page_print .tp_checkview_section[data-type="parent"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_print .tp_checkview_section[data-type="result"] {
  margin-top: 10px;
  padding-bottom: 12px;
}
.page_print .tp_checkview_section[data-type="result"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
.page_print .tp_checkview_section[data-type="result"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_print .tp_checkview_section[data-type="result"] .tp_result_underline {
  border-bottom: 1px solid #13448f;
}
.page_print .tp_checkview_section[data-type="result"] .tp_result_underline + .tp_result_indent1 {
  margin-top: 6px;
}
.page_print .tp_checkview_section[data-type="result"] .tp_result_underline + .tp_result_indent2 {
  margin-top: 6px;
}
.page_print .tp_checkview_section[data-type="result"] .tp_result_indent1 {
  text-indent: -23px;
  padding-left: 26px;
}
.page_print .tp_checkview_section[data-type="result"] .tp_result_indent2 {
  font-size: 12px;
  text-indent: -12px;
  padding-left: 12px;
}
.page_print .tp_checkview_section[data-type="end"] {
  margin-top: 20px;
}
.page_print .tp_checkview_section[data-type="end"] .tp_checkview_section_heading {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
}
.page_print .tp_checkview_section[data-type="end"] .tp_checkview_section_detail {
  padding: 8px 15px;
  overflow: hidden;
}
.page_print .tp_checkview_section[data-type="end"] .tp_checkview_section_detail_info {
  color: #666666;
  font-size: 12px;
}
.page_print .tp_checkview_section[data-type="end"] .tp_check_wrap {
  float: right;
  margin-top: 10px;
}
.page_print .tp_checkview_section[data-type="inline"] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_print .tp_checkview_section[data-type="inline"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  width: 190px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none;
  border-right: 1px solid #cccccc;
  background: #f3f6f9;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_print .tp_checkview_section[data-type="inline"] .tp_checkview_section_detail {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_print .tp_parent_section {
  margin-top: 10px;
  border: 1px solid #cccccc;
}
.page_print .tp_parent_area {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_print .tp_parent_area:first-child {
  border-top: none;
}
.page_print .tp_parent_area:first-child .tp_parent_block .tp_parent_heading {
  display: block;
}
.page_print .tp_parent_block {
  border-left: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_print .tp_parent_block:first-child {
  border-left: none;
}
.page_print .tp_parent_block[data-type="name"] {
  background: #edf0fc;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.page_print .tp_parent_block[data-type="name"] .tp_parent_detail {
  color: #13448f;
}
.page_print .tp_parent_block[data-type="detail"] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.page_print .tp_parent_block[data-type="detail"] .tp_parent_heading {
  font-weight: bold;
}
.page_print .tp_parent_block[data-type="detail"] .tp_parent_detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_print .tp_parent_block[data-type="age"] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #ccedfb;
}
.page_print .tp_parent_block[data-type="age"] .tp_parent_heading {
  font-size: 12px;
  text-align: center;
}
.page_print .tp_parent_block[data-type="age"] .tp_parent_detail {
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_print .tp_parent_block[data-type="price"] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #ccedfb;
}
.page_print .tp_parent_block[data-type="price"] .tp_parent_heading {
  color: #13448f;
  font-weight: bold;
  text-align: center;
}
.page_print .tp_parent_block[data-type="price"] .tp_parent_detail {
  color: #c10000;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page_print .tp_parent_block[data-type="price"] .tp_parent_detail span {
  color: #3c3c3c;
  font-size: 14px;
}
.page_print .tp_parent_heading {
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #edf0fc;
  display: none;
}
.page_print .tp_parent_detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_print .tp_parent_total {
  margin-top: 20px;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_print .tp_parent_total_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  padding-right: 80px;
  background: #edf0fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_print .tp_parent_total_detail {
  font-size: 14px;
  padding: 8px 15px;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_print .tp_parent_total_detail_main {
  font-size: 14px;
  font-weight: bold;
}
.page_print .tp_parent_total_detail_main span {
  color: #e26f09;
  font-size: 24px;
}
.page_print .tp_parent_total_detail_sub {
  color: #999999;
  font-size: 12px;
  margin-left: 100px;
}
.page_print .tp_block_band {
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.page_print .tp_block_band_title {
  color: #13448f;
  font-size: 14px;
  padding: 8px 15px;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}
.page_print .tp_block_band_inner_bar {
  font-size: 14px;
  padding: 8px;
}
.page_print .tp_block_band_inner_box {
  padding-bottom: 0px;
  border: 1px solid #cccccc;
}
.page_print .tp_block_band_inner_box:first-child {
  margin-top: 0px;
}
.page_print .tp_block_band_inner_box_title {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}
.page_print .tp_block_band_inner_box_text {
  font-size: 14px;
  margin: 0px;
  padding: 8px 15px;
}
.page_print .tp_block_band_inner_box_btn {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.page_print .tp_parent_accordion {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  border: 1px solid #13448f;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.page_print .tp_parent_accordion .tp_parent_accordion_icon {
  margin-right: -30px;
}
.page_print .tp_parent_accordion .tp_parent_accordion_icon[data-type="close"] {
  display: none;
}
.page_print .tp_parent_accordion .tp_parent_accordion_icon[data-type="open"] {
  display: block;
}
.page_print .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="close"] {
  display: block;
}
.page_print .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="open"] {
  display: none;
}

/******************************************************************************
	questionary
******************************************************************************/
.tp_questionary_area {
  width: 96%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.tp_questionary_link {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .tp_questionary_link {
    opacity: 1;
    -webkit-transition: opacity 0.150s ease;
    transition: opacity 0.150s ease;
  }

  .tp_questionary_link:hover {
    opacity: 0.8;
  }
}
.tp_questionary_img {
  width: 100%;
  max-width: 360px;
  display: block;
}

.tp_questionary_illust {
  width: 250px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tp_questionary_info {
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tp_questionary_info_inner {
  font-size: 12px;
  text-align: left;
  padding-left: 50px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tp_questionary_info_inner {
    padding-left: 0px;
  }
}
/******************************************************************************
	page_step04
******************************************************************************/
.page_step04 .tp_checkview {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page_step04 .tp_checkview_init {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}
.page_step04 .tp_checkview_heading {
  color: #13448f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
.page_step04 .tp_checkview_section {
  border: 1px solid #cccccc;
}
.page_step04 .tp_checkview_section[data-type="1"] {
  margin-top: 10px;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_heading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #f3f6f9;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_detail strong {
  font-size: 18px;
  font-weight: bold;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline_heading {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_checkview_section_detail_inline_detail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_intention_personal_check {
  background-color: transparent;
}
.page_step04 .tp_checkview_section[data-type="1"] .tp_intention_personal_check_text {
  font-size: 16px;
  font-weight: bold;
}
.page_step04 .tp_checkview_section[data-type="2"] {
  margin-top: 10px;
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_heading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #f3f6f9;
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail {
  font-size: 14px;
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail strong {
  font-size: 18px;
  font-weight: bold;
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline {
    display: block;
  }
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline:first-child {
  border-top: none;
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_heading {
  width: 260px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_heading {
    font-weight: bold;
  }
}
.page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_detail {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #cccccc;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="2"] .tp_checkview_section_detail_inline_detail {
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
.page_step04 .tp_checkview_section[data-type="parent"] {
  margin-top: 20px;
}
.page_step04 .tp_checkview_section[data-type="parent"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
.page_step04 .tp_checkview_section[data-type="parent"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_step04 .tp_checkview_section[data-type="other"] {
  margin-top: 20px;
}
.page_step04 .tp_checkview_section[data-type="other"].tp_injury .tp_parent_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step04 .tp_checkview_section[data-type="other"].tp_injury .tp_parent_block[data-type="name"] {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
}
.page_step04 .tp_checkview_section[data-type="other"].tp_injury .tp_parent_block[data-type="detail"] {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}
.page_step04 .tp_checkview_section[data-type="other"].tp_injury .tp_parent_block[data-type="price"] {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_section {
  border: none;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_area {
  margin-top: 10px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_area:first-child {
    display: none;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_area:first-child .tp_parent_heading {
  border-bottom: none;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_area:nth-child(2) {
  margin-top: 0px;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_area:nth-child(2) {
    border-top: 1px solid #cccccc;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="name"] {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="name"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="detail"] {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="detail"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="age"] {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="age"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="price"] {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="price"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="price"] > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="price"] .tp_total_btn {
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_block[data-type="price"] .tp_total_btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_row {
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_row:first-child {
  padding-top: 0px;
  border-top: none;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_row:last-child {
  padding-bottom: 0px;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_box {
  font-size: 13px;
  padding-left: 10px;
}
.page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_box:first-child {
  font-weight: bold;
  padding-left: 0px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_box:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="other"] .tp_parent_detail .tp_parent_detail_box:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page_step04 .tp_checkview_section[data-type="result"] {
  margin-top: 30px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_checkview_section[data-type="result"] {
  margin-top: 15px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_checkview_section_detail {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_result_underline {
  border-bottom: 1px solid #13448f;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_result_underline + .tp_result_indent1 {
  margin-top: 6px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_result_underline + .tp_result_indent2 {
  margin-top: 6px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_result_indent1 {
  text-indent: -23px;
  padding-left: 26px;
}
.page_step04 .tp_checkview_section[data-type="result"] .tp_result_indent2 {
  font-size: 12px;
  text-indent: -12px;
  padding-left: 12px;
}
.page_step04 .tp_checkview_section[data-type="end"] {
  margin-top: 20px;
}
.page_step04 .tp_checkview_section[data-type="end"] .tp_checkview_section_heading {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}
.page_step04 .tp_checkview_section[data-type="end"] .tp_checkview_section_detail {
  padding: 15px;
  padding-top: 0px;
  overflow: hidden;
}
.page_step04 .tp_checkview_section[data-type="end"] .tp_checkview_section_detail_info {
  color: #666666;
  font-size: 12px;
}
.page_step04 .tp_checkview_section[data-type="end"] .tp_check_wrap {
  float: right;
  margin-top: 10px;
}
.page_step04 .tp_checkview_section[data-type="inline"] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="inline"] {
    display: block;
  }
}
.page_step04 .tp_checkview_section[data-type="inline"] .tp_checkview_section_heading {
  font-size: 14px;
  color: #13448f;
  font-weight: bold;
  width: 190px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none;
  border-right: 1px solid #cccccc;
  background: #f3f6f9;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_checkview_section[data-type="inline"] .tp_checkview_section_heading {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: none;
  }
}
.page_step04 .tp_checkview_section[data-type="inline"] .tp_checkview_section_detail {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_step04 .tp_checkview_answer {
  color: #eb7309;
  font-weight: bold;
}
.page_step04 .tp_parent_section {
  margin-top: 10px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_section {
    border: none;
  }
}
.page_step04 .tp_parent_area {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_area {
    margin-top: 10px;
    border: 1px solid #cccccc;
    display: block;
  }
}
.page_step04 .tp_parent_area:first-child {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_area:first-child {
    margin-top: 0px;
    border-top: 1px solid #cccccc;
  }
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_area:first-child .tp_parent_block:first-child .tp_parent_heading {
    display: none;
  }
}
.page_step04 .tp_parent_area:first-child .tp_parent_block .tp_parent_heading {
  display: block;
}
.page_step04 .tp_parent_block {
  border-left: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block {
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
.page_step04 .tp_parent_block:first-child {
  border-left: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block:first-child {
    border-top: none;
  }
  .page_step04 .tp_parent_block:first-child .tp_parent_heading {
    display: none;
  }
}
.page_step04 .tp_parent_block[data-type="name"] {
  background: #edf0fc;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (min-width: 1024px) {
  .page_step04 .tp_parent_block[data-type="name"] {
    min-width: 150px;
    max-width: 150px;
  }
}
.page_step04 .tp_parent_block[data-type="name"] .tp_parent_heading {
  color: #13448f;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="name"] .tp_parent_heading {
    text-align: left;
  }
}
.page_step04 .tp_parent_block[data-type="name"] .tp_parent_detail {
  color: #13448f;
}
.page_step04 .tp_parent_block[data-type="detail"] {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
.page_step04 .tp_parent_block[data-type="detail"] .tp_parent_heading {
  color: #13448f;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="detail"] .tp_parent_heading {
    text-align: left;
  }
}
.page_step04 .tp_parent_block[data-type="detail"] .tp_parent_detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="detail"] .tp_parent_detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_step04 .tp_parent_block[data-type="age"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.page_step04 .tp_parent_block[data-type="age"] .tp_parent_heading {
  color: #13448f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="age"] .tp_parent_heading {
    text-align: left;
  }
}
.page_step04 .tp_parent_block[data-type="age"] .tp_parent_detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="age"] .tp_parent_detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_step04 .tp_parent_block[data-type="price"] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #ccedfb;
}
@media screen and (min-width: 1024px) {
  .page_step04 .tp_parent_block[data-type="price"] {
    min-width: 150px;
    max-width: 150px;
  }
}
.page_step04 .tp_parent_block[data-type="price"] .tp_parent_heading {
  color: #13448f;
  font-weight: bold;
  text-align: center;
}
.page_step04 .tp_parent_block[data-type="price"] .tp_parent_detail {
  color: #eb7309;
  font-size: 24px;
  letter-spacing: 0.10em;
  line-height: 1;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_block[data-type="price"] .tp_parent_detail {
    font-size: 30px;
    padding: 14px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_step04 .tp_parent_block[data-type="price"] .tp_parent_detail span {
  color: #3c3c3c;
  font-size: 14px;
}
.page_step04 .tp_parent_heading {
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  background: #edf0fc;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_heading {
    display: block;
  }
}
.page_step04 .tp_parent_detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step04 .tp_parent_total {
  margin-top: 20px;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_total {
    display: block;
  }
}
.page_step04 .tp_parent_total_heading {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  padding-right: 80px;
  background: #edf0fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step04 .tp_parent_total_detail {
  font-size: 14px;
  padding: 8px 15px;
  padding-left: 50px;
  border-left: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_total_detail {
    padding-left: 15px;
    border-top: 1px solid #cccccc;
    border-left: none;
    display: block;
  }
}
.page_step04 .tp_parent_total_detail_main {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.page_step04 .tp_parent_total_detail_main span {
  color: #e26f09;
  font-size: 24px;
}
.page_step04 .tp_parent_total_detail_sub {
  color: #999999;
  font-size: 12px;
  margin-left: 100px;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_total_detail_sub {
    margin-left: 0px;
  }
}
.page_step04 .tp_parent_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .page_step04 .tp_parent_table {
    margin-top: 10px;
  }
}
.page_step04 .tp_parent_table .tp_total_btn {
  width: auto;
}
.page_step04 .tp_block_band {
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.page_step04 .tp_block_band_title {
  color: #13448f;
  font-size: 14px;
  padding: 8px 15px;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}
.page_step04 .tp_block_band_inner_bar {
  font-size: 14px;
  padding: 8px;
}
.page_step04 .tp_block_band_inner_box {
  padding-bottom: 0px;
  border: 1px solid #cccccc;
}
.page_step04 .tp_block_band_inner_box:first-child {
  margin-top: 0px;
}
.page_step04 .tp_block_band_inner_box_title {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}
.page_step04 .tp_block_band_inner_box_text {
  font-size: 14px;
  margin: 0px;
  padding: 8px 15px;
}
.page_step04 .tp_block_band_inner_box_btn {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.page_step04 .tp_parent_accordion {
  color: #13448f;
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  border: 1px solid #13448f;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}
.page_step04 .tp_parent_accordion .tp_parent_accordion_icon {
  margin-right: -30px;
}
.page_step04 .tp_parent_accordion .tp_parent_accordion_icon[data-type="close"] {
  display: none;
}
.page_step04 .tp_parent_accordion .tp_parent_accordion_icon[data-type="open"] {
  display: block;
}
.page_step04 .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="close"] {
  display: block;
}
.page_step04 .tp_parent_accordion[data-open="false"] .tp_parent_accordion_icon[data-type="open"] {
  display: none;
}
.page_step04 .tp_print_header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.page_step04 .tp_print_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_step04 .tp_print_header_logo {
  width: 140px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.page_step04 .tp_print_header_title {
  color: #13448f;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-left: 20px;
}
.page_step04 .tp_print_header_time {
  font-size: 12px;
  text-align: right;
}
.page_step04 .tp_print_header_info {
  font-size: 14px;
  margin-top: 10px;
}

/******************************************************************************
	security
******************************************************************************/
@media screen and (max-width: 668px) {
  .page_security .tp_pagetitle_text {
    font-size: 20px;
  }
}
.page_security .tp_security_wrap {
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_wrap {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_security .tp_security_text_area {
  margin-top: 20px;
}
.page_security .tp_security_heading {
  zoom: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.page_security .tp_security_heading:before, .page_security .tp_security_heading:after {
  content: "";
  display: table;
}
.page_security .tp_security_heading:after {
  clear: both;
}
.page_security .tp_security_heading_text {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #13448f;
  padding-left: 15px;
  display: block;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_heading_text {
    letter-spacing: normal;
    font-size: 18px;
  }
}
.page_security .tp_security_heading_text:before {
  content: "";
  background-color: #13448f;
  width: 6px;
  height: 26px;
  margin-top: 3px;
  margin-left: -15px;
  border-radius: 6px;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  .page_security .tp_security_heading_text:before {
    margin-top: -1px;
  }
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_heading_text:before {
    height: 22px;
    margin-top: 3px;
  }
}
.page_security .tp_security_leading {
  font-size: 15px;
  text-align: justify;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_leading {
    font-size: 14px;
  }
}
.page_security .tp_security_note {
  font-size: 12px;
  color: #222222;
  text-indent: -0.7em;
  padding-left: 1em;
}
.page_security .tp_security_note:first-child {
  margin-top: 10px;
}
.page_security .tp_security_commentary {
  padding-top: 35px;
}
.page_security .tp_security_commentary_block {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
  padding-left: 11px;
  padding-right: 0px;
  padding-bottom: 10px;
  min-height: 25px;
  border: 1px solid #bac5d9;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_commentary_block {
    font-size: 15px;
  }
}
.page_security .tp_security_commentary_img {
  width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
}
.page_security .tp_security_commentary_img_wrap {
  margin-top: 20px;
  zoom: 1;
}
.page_security .tp_security_commentary_img_wrap:before, .page_security .tp_security_commentary_img_wrap:after {
  content: "";
  display: table;
}
.page_security .tp_security_commentary_img_wrap:after {
  clear: both;
}
.page_security .tp_security_commentary_img_wrap_l {
  width: 47.20430108%;
  float: left;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_commentary_img_wrap_l {
    width: 100%;
    float: none;
  }
}
.page_security .tp_security_commentary_img_wrap_r {
  width: 47.20430108%;
  float: right;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_commentary_img_wrap_r {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}
.page_security .tp_security_commentary_img_wrap_single {
  width: 47.20430108%;
  margin-right: auto;
}
@media screen and (max-width: 668px) {
  .page_security .tp_security_commentary_img_wrap_single {
    width: 100%;
    float: none;
  }
}

@media print {
  /******************************************************************************
  	print
  ******************************************************************************/
  .page_print {
    font-family: '繝｡繧､繝ｪ繧ｪ', 'Meiryo', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic W3 JIS2004', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .page_print .tp_print_brank {
    page-break-after: always;
  }
  .page_print .tp_sttdt_space {
    margin-right: 7px;
  }
}



/*# sourceMappingURL=../maps/style.css.map */