﻿@charset "UTF-8";
/* HTML5 declarations */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* base */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  background-color: #f2f2f2;
}

body, input, textarea, keygen, select {
  font: 12px/1.5 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: #9d9b9b;
}

::-moz-placeholder {
  color: #9d9b9b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9d9b9b;
}

body {
  height: 100%;
  color: #000000;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  position: relative;
}

*:first-child + html body {
  font-size: 75%;
}

/* for IE7 */
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  *margin-left: -.75em;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

/* for IE7 */
button, input {
  line-height: normal;
  *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* hyperlinks */
a {
  text-decoration: none;
  color: #000099;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

/* marked / inserted / deleted and selected text */
ins, mark {
  text-decoration: none;
}

mark {
  background: #cccccc;
}

ins {
  background: #cccccc;
}

del {
  text-decoration: line-through;
}

del:after {
  content: " ";
}

::-moz-selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}

/* selected text */
::-moz-selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}

/* selected text */
/* media */
figure {
  margin: 0;
}

img, object, embed, video {
  max-width: 100%;
  _width: 100%;
  height: auto;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* for IE9 */
/* abbreviation */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

/* others */
sub, sup {
  line-height: 1px;
}

/* for Android */
strong {
  font-weight: bold;
}

var, address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

/*==========================================================
	elements style
==========================================================*/
/* micro clearfix hack */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clr {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  min-width: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.import_header_box, .tp_faq .tp_faq_header, .tp_contact .tp_contact_header {
  font-weight: bold;
  width: 100%;
  margin: 5px auto;
  padding: 5px 10px 3px;
  background-color: #ffe7ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 767px) {
  .import_header_box, .tp_faq .tp_faq_header, .tp_contact .tp_contact_header {
    padding: 5px 20px 3px;
  }
}

.import_header_text {
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 10px;
  padding: 6px 0px 3px 6px;
  border-left: 6px solid #a5001e;
}

.import_target_radio {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 31.5%;
  margin-top: 18px;
  padding: 8px 0px;
  border: 1px solid #a5001e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
}

.import_gender_radio {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 32%;
  max-width: 100px;
  margin-top: 10px;
  padding: 6px 0px;
  border: 1px solid #c1baac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
}

.import_primary_btn {
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  width: 200px;
  height: 46px;
  padding-top: 17px;
  margin: 0px auto;
  cursor: pointer;
  background: #a5001e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5001e), color-stop(100%, #720015));
  background: -webkit-linear-gradient(top, #a5001e 0%, #720015 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a5001e), to(#720015));
  background: linear-gradient(to bottom, #a5001e 0%, #720015 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #a5001e , endColorstr= #720015 ,GradientType=0 );
  background-color: #a5001e;
  border-radius: 5px;
}

.import_plan_plane {
  border-radius: 5px;
  padding: 4px;
}

.import_plan_title {
  color: #ffffff;
  margin: 8px;
  font-size: 2.0rem;
  font-weight: bold;
  display: inline-block;
}

.import_add_plan {
  padding: 10px;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.import_add_name {
  color: #a5001e;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 32px;
  display: inline-block;
}

.import_add_btn {
  position: relative;
  float: right;
  width: 140px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #23ac38;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.import_icon_cheack_box {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 9px;
  margin-left: 9px;
  border-radius: 5px;
  display: inline-block;
}

.tp_icon_cheack_icon {
    max-width:25px;
  font-size: 35px;
  position: relative;
  top: -10px;
  left: 5px;
  display: inline-block;
}

.import_add_text {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  display: inline-block;
}

.import_select_insurance {
  width: 100%;
  padding: 5px;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.import_select_insurance_box {
  height: 70px;
  width: 100%;
  background-color: #a5001e;
  border-radius: 5px;
  display: table;
}

.import_insurance_category {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35em;
  padding-left: 15px;
  vertical-align: middle;
  display: table-cell;
}

.import_view_item {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  float: left;
  width: 33%;
  margin-left: 2%;
  margin-top: 28px;
  display: block;
}

.import_faq_contact, .tp_faq, .tp_contact {
  width: 96%;
  margin: 1em auto;
  padding: 5px 0px;
  border: 1px solid #afafaf;
}

.import_hatena_icon, .tp_faq .tp_faq_example .tp_faq_example_box .tp_icon_hatena_icon {
  color: #ffffff;
  font-size: 1.2rem;
  float: left;
  width: 16px;
  height: 19px;
  padding: 1px 0px 0px 4px;
  background-color: #a5001e;
  border-radius: 5px;
  display: block;
}

.import_green_btn, .tp_contact .tp_contact_btn .tp_contact_btn_box {
  color: #ffffff;
  position: relative;
  width: 200px;
  height: 70px;
  margin: 10px auto;
  background: #019d75;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019d75), color-stop(100%, #00694e));
  background: -webkit-linear-gradient(top, #019d75 0%, #00694e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#019d75), to(#00694e));
  background: linear-gradient(to bottom, #019d75 0%, #00694e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #019d75 , endColorstr= #00694e ,GradientType=0 );
  border-radius: 5px;
  display: block;
}

.import_faq_icon, .tp_faq .tp_faq_btn .tp_faq_btn_box .tp_icon_faq_icon, .tp_contact .tp_contact_btn .tp_contact_btn_box .tp_icon_document_icon {
  font-size: 6.0rem;
  position: absolute;
  top: -10px;
  left: 10px;
  display: block;
}

.import_faq_btn_text, .tp_contact .tp_contact_btn .tp_contact_btn_box .tp_contact_btn_text {
  position: absolute;
  top: 5px;
  left: 70px;
  display: block;
}

.import_icon_faq_text, .tp_faq .tp_faq_btn .tp_faq_btn_box .tp_icon_faq_text {
  font-size: 6.0rem;
  position: absolute;
  top: 0px;
  left: 90px;
  display: block;
}

.import_icon_checkout {
  color: #a5001e;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 2px;
  left: 10px;
  display: inline-block;
}

@font-face {
  font-family: "iconsfont";
/*src: url("./../fonts/iconsfont.eot?ts=");*/
/*src: url("./../fonts/iconsfont.eot?#iefix&ts=") format("eot"), url("./../fonts/iconsfont.woff?ts=") format("woff"), url("./../fonts/iconsfont.ttf?ts=") format("truetype"), url("./../fonts/iconsfont.svg#iconsfont?ts=") format("svg");*/
}
.tp_icon_a1:before, .tp_icon_a2:before, .tp_icon_a3:before, .tp_icon_a4:before, .tp_icon_arrow_u:before, .tp_icon_arrow_d:before, .tp_icon_arrow_l:before, .tp_icon_arrow_r:before, .tp_icon_select_icon:before, .tp_icon_cheack_icon:before, .tp_icon_faq_icon:before, .tp_icon_faq_text:before, .tp_icon_hatena_icon:before, .tp_icon_document_icon:before, .tp_icon_loupe_icon:before, .tp_icon_faq_question:before, .tp_icon_print:before, .tp_icon_q-icon: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_arrow_u:before {
  content: "";
}

.tp_icon_arrow_d:before {
  content: "";
}

.tp_icon_arrow_l:before {
  content: "";
}

.tp_icon_arrow_r:before {
  content: "";
}

.tp_icon_select_icon:before {
  content: "";
}

.tp_icon_cheack_icon:before {
  content: "";
}

.tp_icon_faq_icon:before {
  content: "";
}

.tp_icon_faq_text:before {
  content: "";
}

.tp_icon_document_icon:before {
  content: "";
}

.tp_icon_loupe_icon:before {
  content: "";
}

.tp_icon_faq_question:before {
  content: "";
}

.tp_icon_print:before {
  content: "";
}

.tp_icon_q-icon:before {
  content: "";
}*/}

.tp_body {
  font-size: 1.4rem;
  height: 100%;
  background-color: #ffffff;
}
.tp_body .tp_white_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
/*background: url(../images/tp_bg_black.png) repeat 0px 0px;*/
  z-index: 99;
}
.tp_body .tp_white_back_block {
  display: block;
}
.tp_body .tp_cleanness_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
/*background: url(../images/tp_bg_clear.png) repeat 0px 0px;*/
  z-index: 101;
}
.tp_body .tp_cleanness_back_block {
  display: block;
}
.tp_body .tp_menu_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  /*background: url(../images/tp_bg_black.png) repeat 0px 0px;*/
  background-color: rgba(0,0,0,0.4);
  z-index: 101;
}
.tp_body .tp_sp_menu_index {
  z-index: 101;
}
.tp_body .tp_wrap {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .tp_body .tp_wrap {
    width: 990px;
    margin: 25px auto 0px;
  }
}
@media (min-width: 768px) {
  .tp_body .tp_footer_wrap {
    width: 990px;
    margin: 10px auto 30px;
  }
}
@media (min-width: 768px) {
  .tp_body .tp_footer_wrap_under {
    width: 990px;
    margin: 10px auto 30px;
  }
}

.tp_header {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tp_header {
    padding-top: 0px;
  }
}
.tp_header .tp_header_inner {
  width: 98%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner {
    width: 990px;
    padding-bottom: 10px;
  }
}
.tp_header .tp_header_inner .tp_epos_logo {
  width: 70px;
  float: left;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner .tp_epos_logo {
    width: 70px;
    margin-top: 25px;
  }
}
.tp_header .tp_header_inner .tp_epos_logo_simu {
  float: left;
  width: 63px;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner .tp_epos_logo_simu {
    width: auto;
    margin-top: 20px;
  }
}
.tp_header .tp_header_inner .tp_plan_simu_logo {
  float: left;
  height: 48px;
  margin-top: 38px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner .tp_plan_simu_logo {
    float: right;
    height: 50px;
    margin-top: 25px;
    margin-left: 15px;
  }
}
.tp_header .tp_header_inner .tp_plan_logo {
  float: left;
  height: 55px;
  margin-top: 40px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner .tp_plan_logo {
    height: 60px;
    margin-top: 20px;
    margin-left: 5px;
  }
}


.tp_header .tp_header_inner .tp_msad_logo {
  float: right;
  width:170px;
  margin-top: 50px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .tp_header .tp_header_inner .tp_msad_logo {
    width:170px;
    margin-top: 30px;
  }
}

.tp_header .tp_header_obi {
  height: 10px;
  margin-top: 10px;
  background-color: #9f1e23;
}

.tp_popup_ribbon {
  margin: 20px auto -10px auto;
  display: block;
}

.tp_faq {
  margin: 0px auto;
  border: none;
}
@media (min-width: 768px) {
  .tp_faq {
    float: left;
    width: 480px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.tp_faq .tp_faq_header {
  width: 100%;
  margin: 0px;
  padding: 5px 0px;
  border-radius: 0px;
}
.tp_faq .tp_faq_header .tp_header_text {
  font-size: 1.6rem;
  padding: 4px 0px 4px 40px;
  background: url(../images/tp_hatena_icon.png) no-repeat 5px 1px;
}
.tp_faq .tp_faq_example {
  padding: 10px;
}
.tp_faq .tp_faq_example .tp_faq_example_box {
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.tp_faq .tp_faq_example .tp_faq_example_box:first-child {
  margin-top: 0px;
}
.tp_faq .tp_faq_example .tp_faq_example_box .tp_icon_hatena_icon {
  cursor: pointer;
}
.tp_faq .tp_faq_example .tp_faq_example_box .tp_faq_example_text {
  color: #333333;
  font-size: 1.4rem;
  line-height: 18px;
  margin-left: 20px;
  border-bottom: 1px solid #333333;
  display: block;
}
@media (min-width: 768px) {
  .tp_faq .tp_faq_example .tp_faq_example_box .tp_faq_example_text {
    width: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_faq .tp_faq_btn {
    width: 480px;
    margin: 0px auto;
  }
}
.tp_faq .tp_faq_btn .tp_faq_btn_box {
  color: #ffffff;
  text-decoration: none;
  width: 235px;
  margin: 0px auto;
  margin-top: 10px;
  padding: 6px 0px 7px;
  background-color: #a5001e;
  display: block;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .tp_faq .tp_faq_btn .tp_faq_btn_box {
    float: left;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_faq .tp_faq_btn .tp_faq_btn_box {
    float: left;
  }
}
.tp_faq .tp_faq_btn .tp_faq_btn_box .tp_faq_btn_text {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: -8px;
}
.tp_faq .tp_faq_plan_medical {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  width: 235px;
  padding: 6px 18px;
  margin: 0px auto;
  margin-top: 10px;
  background-color: #23ac38;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_faq .tp_faq_plan_medical {
    float: left;
    margin-left: 6px;
    display: inline-block;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_faq .tp_faq_plan_medical {
    float: right;
  }
}
.tp_faq .tp_faq_plan_cancer {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  width: 235px;
  padding: 6px 18px;
  margin: 0px auto;
  margin-top: 6px;
  background-color: #ec9f0e;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_faq .tp_faq_plan_cancer {
    float: left;
    margin-left: 6px;
    display: inline-block;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_faq .tp_faq_plan_cancer {
    float: right;
  }
}
.tp_faq .tp_qa_detail_icon {
  float: left;
  margin-top: 4px;
  display: inline-block;
}

.tp_contact {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .tp_contact {
    float: right;
    width: 480px;
    padding: 10px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.tp_contact .tp_contact_header {
  padding: 5px 0px;
}
.tp_contact .tp_contact_header .tp_header_text {
  font-size: 1.6rem;
}
.tp_contact .tp_contact_btn .tp_contact_btn_box {
  margin-top: 18px;
}
.tp_contact .tp_contact_btn .tp_contact_btn_box .tp_icon_document_icon {
  font-size: 4.0rem;
  top: 6px;
  left: 15px;
}
.tp_contact .tp_contact_btn .tp_contact_btn_box .tp_contact_btn_text {
  text-align: center;
  top: 6px;
  left: 50px;
}
.tp_contact .tp_contact_btn .tp_contact_btn_box .tp_contact_btn_text .tp_contact_btn_main_text {
  font-size: 2.5rem;
  font-weight: bold;
}

.tp_tell_box {
  text-align: center;
  width: 96%;
  margin: 0px auto;
  margin-top: 5px;
  padding: 5px;
  background-color: #ffe7ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media (min-width: 768px) {
  .tp_tell_box {
    float: right;
    width: 480px;
    padding: 10px;
  }
}
.tp_tell_box .tp_tell01 {
  display: inline-block;
}
.tp_tell_box .tp_tell02 {
  display: inline-block;
}
.tp_tell_box .tp_tell03 {
  display: inline-block;
}
.tp_tell_box .tp_tell_inner {
  text-align: center;
  padding: 5px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media (min-width: 768px) {
  .tp_tell_box .tp_tell_inner {
    padding: 10px;
  }
}
.tp_tell_box .tp_tell_inner .tp_tell_pc {
  display: none;
}
@media (min-width: 768px) {
  .tp_tell_box .tp_tell_inner .tp_tell_pc {
    display: block;
  }
}
.tp_tell_box .tp_tell_inner .tp_tell_sp {
  display: block;
}
@media (min-width: 768px) {
  .tp_tell_box .tp_tell_inner .tp_tell_sp {
    display: none;
  }
}
.tp_tell_box .tp_tell_inner .tp_tell_link {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #a5001e;
  text-decoration: none;
  margin-top: 10px;
  padding: 4px 4px 2px 4px;
  border: 1px solid #a5001e;
  display: inline-block;
}
.tp_tell_box .tp_tell_inner .tp_icon_arrow_r {
  color: #777777;
  float: right;
  margin-top: 0px;
  margin-left: 6px;
  display: block;
}
.tp_tell_box .tp_tell_inner .tp_tell_text {
  color: #000000;
  text-decoration: none;
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}

.tp_tell_sample {
  float: right;
  margin: auto;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_tell_sample {
    width: 480px;
    margin-bottom: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_tell_sample {
    float: none;
    display: block;
  }
}

.tp_contact_tell {
  margin: 15px auto;
  width: 90%;
  max-width: 300px;
  display: block;
}

.tp_page_move {
  width: 98%;
  margin: 30px auto 20px;
}
@media (min-width: 768px) {
  .tp_page_move {
    width: 990px;
  }
}
.tp_page_move .tp_prev_btm {
  color: #a5001e;
  text-decoration: none;
  float: left;
  width: 120px;
  height: 50px;
  border: 1px solid #a5001e;
  border-radius: 5px;
  display: table;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_page_move .tp_prev_btm {
    width: 250px;
    height: 60px;
  }
}
.tp_page_move .tp_prev_btm .tp_icon_arrow_l {
  font-size: 2.0rem;
  vertical-align: middle;
  margin: 10px 0px 0px 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_page_move .tp_prev_btm .tp_icon_arrow_l {
    margin: 17px 0px 0px 10px;
  }
}
.tp_page_move .tp_prev_btm .tp_btn_text {
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
}
.tp_page_move_cntr {
  width: 98%;
  margin: 30px auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .tp_page_move_cntr {
    width: 990px;
  }
}
.tp_page_move_cntr .tp_prev_btm {
  color: #ffffff;
  text-decoration: none;
  width: 120px;
  height: 50px;
  background-color: #afafaf;
  border: 1px solid #afafaf;
  border-radius: 5px;
  display: inline-table;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_page_move_cntr .tp_prev_btm {
    width: 250px;
    height: 60px;
  }
}
.tp_page_move_cntr .tp_prev_btm .tp_btn_text {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tp_page_move_cntr .tp_next_btm {
  color: #ffffff;
  width: 240px;
  height: 50px;
  background-color: #a5001e;
  border: 1px solid #a5001e;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tp_page_move_cntr .tp_next_btm {
    width: 500px;
    height: 60px;
  }
}
.tp_page_move .tp_next_btm {
  color: #ffffff;
  width: 120px;
  height: 50px;
  float: right;
  background-color: #a5001e;
  border: 1px solid #a5001e;
  border-radius: 5px;
  display: table;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_page_move .tp_next_btm {
    width: 250px;
    height: 60px;
  }
}
.tp_page_move .tp_next_btm .tp_icon_arrow_r {
  font-size: 2.0rem;
  float: right;
  margin: 10px 10px 0px 0px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_page_move .tp_next_btm .tp_icon_arrow_r {
    margin: 17px 10px 0px 0px;
  }
}
.tp_page_move .tp_next_btm .tp_btn_text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.tp_tell_wrap {
  text-align: left;
  width: 96%;
  margin: 40px auto 20px;
  padding: 0px;
  border: 1px solid #afafaf;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  font-size:0.9em;
}
@media (min-width: 768px) {
  .tp_tell_wrap {
    text-align: center;
    width: 760px;
    padding: 20px 10px;
    display: block;
  }
}
.tp_tell_wrap .tp_tell_img {
  display: none;
}
@media (min-width: 768px) {
  .tp_tell_wrap .tp_tell_img {
    display: inline-block;
    vertical-align: middle;
    max-width: 340px;
    padding: 0px 10px;
  }
}
.tp_tell_wrap .tp_tell_img:first-child {
  margin-top: auto;
}
@media (min-width: 768px) {
  .tp_tell_wrap .tp_display_sp {
    display: none;
  }
}

.tp_floating {
  -webkit-backface-visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 0px;
  background-color: #eeeeee;
  z-index: 9999;
}
.tp_floating .tp_float_inner {
  width: 98%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner {
    width: 990px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner {
    width: 96%;
    margin: 0px auto;
  }
}
.tp_floating .tp_float_inner .tp_float_result {
  text-align: center;
  float: left;
  width: 52%;
  padding: 4px;
  background-color: #a5001e;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result {
    float: left;
    width: 390px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner .tp_float_result {
    float: left;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_result_title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_result_title {
    font-size: 2rem;
    margin-top: 3px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_result_title {
    font-size: 1.4rem;
    margin-top: 0px;
    margin-right: 5px;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_result_title .tp_result_title_small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_result_title .tp_result_title_small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_display_sp {
    display: none;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_display_dt {
  display: none;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_display_dt {
    display: inline-block;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_display_hidden {
  display: none;
}
.tp_floating .tp_float_inner .tp_float_result .tp_detail {
  float: right;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  display: table;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_detail {
    width: 210px;
    height: 60px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_detail {
    width: 130px;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_detail .tp_text {
  color: #a5001e;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_result .tp_detail .tp_text {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.tp_floating .tp_float_inner .tp_float_result .tp_detail .tp_text .tp_small {
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
}
.tp_floating .tp_float_inner .tp_float_post {
  text-align: center;
  position: relative;
  float: right;
  width: 46%;
  height: 44px;
  margin-top: 42px;
  background: #a5001e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5001e), color-stop(100%, #720015));
  background: -webkit-linear-gradient(top, #a5001e 0%, #720015 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a5001e), to(#720015));
  background: linear-gradient(to bottom, #a5001e 0%, #720015 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #a5001e , endColorstr= #720015 ,GradientType=0 );
  border-radius: 5px;
  display: table;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_post {
    height: 68px;
    width: 300px;
    margin-top: 0px;
    margin-left: 20px;
    border-bottom: 3px solid #3e010d;
  }
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_post:hover {
    margin-top: 3px;
    border-bottom: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner .tp_float_post {
    margin-top: 0px;
    height: 48px;
  }
}
.tp_floating .tp_float_inner .tp_float_post .tp_next_btn {
  margin-right: 20px;
}
.tp_floating .tp_float_inner .tp_float_post .tp_next_icon {
  position: absolute;
  width: 7px;
  top: 11px;
  right: 3px;
  padding: 3px 7px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_post .tp_next_icon {
    width: 10px;
    top: 12px;
    right: 12px;
    padding: 10px 14px;
    border-radius: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_float_inner .tp_float_post .tp_next_icon {
    top: 12px;
    right: 12px;
  }
}
.tp_floating .tp_float_inner .tp_float_post .tp_float_post_text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_floating .tp_float_inner .tp_float_post .tp_float_post_text {
    font-size: 2.2rem;
  }
}
.tp_floating .tp_float_inner .tp_float_post_false {
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cccccc , endColorstr= #cccccc ,GradientType=0 );
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp_floating .tp_float_inner .tp_float_post_false .tp_float_post_text {
  cursor: default;
}
.tp_floating .tp_float_inner .tp_display_hidden {
  display: none;
}
.tp_floating .tp_prev_btn {
  color: #000000;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  float: right;
  padding: 2px 20px 0px 34px;
  border: 1px solid #a5001e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_floating .tp_prev_btn {
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    width: 250px;
    height: 65px;
    padding: 23px 20px 10px 30px;
    padding-top: 23px;
    margin-right: 21px;
    margin-top: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_prev_btn {
    float: left;
    padding: 5px 14px 5px 26px;
    margin-top: 0px;
    margin-right: 19px;
  }
}
.tp_floating .tp_prev_btn .tp_icon_arrow_l {
  color: #a5001e;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 11px;
  left: 3px;
}
@media (min-width: 768px) {
  .tp_floating .tp_prev_btn .tp_icon_arrow_l {
    font-size: 20px;
    font-size: 2rem;
    top: 23px;
    left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_floating .tp_prev_btn .tp_icon_arrow_l {
    top: 15px;
  }
}

.tp_add_btn {
  width: auto;
  height: 62px;
  margin: 15px auto 10px auto;
  padding: 0px 10px;
  background-color: #a5001e;
  border-radius: 5px;
  display: table;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_add_btn {
    width: 550px;
    height: 80px;
  }
}
.tp_add_btn .tp_icon_cheack_box {
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: 13px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ffffff;
  border-color: #a5001e;
}
@media (min-width: 768px) {
  .tp_add_btn .tp_icon_cheack_box {
    margin: 22px 0px 0px 30px;
  }
}
.tp_add_btn .tp_add_text {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25em;
  padding: 0px 8px 0px 10px;
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 768px) {
  .tp_add_btn .tp_add_text {
    font-size: 1.6rem;
  }
}
.tp_add_btn .tp_icon_cheack_icon {
  font-size: 3rem;
  position: absolute;
  top: -6px;
  left: 4px;
}

.tp_progress_bar {
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .tp_progress_bar {
    width: 990px;
    margin: 10px auto 20px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}
.tp_progress_bar .tp_progress_normal {
  text-align: center;
  float: left;
  height: 28px;
  width: 25%;
}
.tp_progress_bar .tp_progress_normal .tp_progress_text {
  margin-top: 6px;
  display: inline-block;
}
.tp_progress_bar .tp_progress_normal .tp_progress_img_first {
  float: right;
}
.tp_progress_bar .tp_progress_cur {
  color: #ffffff;
  font-weight: bold;
  background-color: #a5001e;
  width: 25%;
}
.tp_progress_bar .tp_progress_end {
  background-color: #ffe7ed;
}
.tp_progress_bar .tp_progress_long {
  width: 25%;
}
.tp_progress_bar .tp_progress_long.tp_progress_cur {
  width: 25%;
}

.tp_header_link {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  display: block;
}
@media (min-width: 768px) {
  .tp_header_link {
/*    height: 70px;*/
  }
}
.tp_header_link .tp_header_title {
  font-weight: bold;
}
.tp_header_link .tp_header_link_inner {
  text-align: left;
  width: 100%;
  margin: 0px auto;
  padding: 10px 0px 3px;
  display: block;
}
@media (min-width: 768px) {
  .tp_header_link .tp_header_link_inner {
    width: 990px;
    padding: 10px 0px;
    margin: 0px auto;
    display: inline-block;
  }
}
.tp_header_link .tp_header_link_inner .tp_page_name {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  margin: 0px auto;
  display: block;
}
@media (min-width: 768px) {
  .tp_header_link .tp_header_link_inner .tp_page_name {
    font-size: 32px;
    font-size: 3.2rem;
    float: left;
  }
}
.tp_header_link .tp_header_link_inner .tp_page_name .tp_page_name_img {
  position: absolute;
  width: 40px;
  top: 50%;
  margin-left: 3px;
  margin-top: -26px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_header_link .tp_header_link_inner .tp_page_name .tp_page_name_img {
    width: auto;
    margin-top: -26px;
    margin-left: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_header_link .tp_header_link_inner .tp_page_name .tp_page_name_img {
    margin-top: -22px;
  }
}
.tp_header_link .tp_header_link_inner .tp_page_name .tp_page_name_text {
  margin-left: 45px;
  display: inline-block;
  line-height: 32px;
}
@media (min-width: 768px) {
  .tp_header_link .tp_header_link_inner .tp_page_name .tp_page_name_text {
    margin-left: 60px;
    margin-top: 12px;
  }
}
.tp_header_link .tp_header_link_inner .tp_header_link_detail {
  color: #777777;
  text-decoration: none;
  margin-right: 5px;
  margin-top: 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_header_link .tp_header_link_inner .tp_header_link_detail {
    float: right;
    margin-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_header_link .tp_header_link_inner .tp_header_link_detail {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
  }
}
.tp_header_link .tp_header_link_inner .tp_header_link_detail .tp_icon_arrow_r {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  margin-right: 2px;
}
.tp_header_link .tp_header_link_inner .tp_header_link_detail_faq {
  color: #a5001e;
  text-decoration: none;
  margin-right: 5px;
  margin-top: 14px;
  cursor: default;
}
.tp_header_link .tp_header_link_inner .tp_cur_link {
  color: #a5001e;
  cursor: default;
}

.tp_sp_menu {
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp_sp_menu .tp_menu_btn {
  float: right;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.tp_sp_menu .tp_menu_wrap {
  text-align: left;
  float: right;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.tp_sp_menu .tp_menu_wrap .tp_header_link_detail {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.tp_sp_menu .tp_menu_wrap .tp_header_link_detail .tp_icon_arrow_r {
  float: right;
  margin-top: 3px;
}
.tp_sp_menu .tp_menu_wrap .tp_header_link_detail_faq {
  color: #a5001e;
  width: 100%;
  display: inline-block;
  cursor: default;
}
.tp_sp_menu .tp_menu_wrap .tp_cur_link {
  color: #a5001e;
  cursor: default;
}
.tp_sp_menu .tp_menu_box {
  width: 98%;
  padding: 10px 0px;
  border-bottom: 1px solid #777777;
}
.tp_sp_menu .tp_menu_box_last {
  border-bottom: none;
}
.tp_sp_menu .tp_header_link_detail {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
.tp_sp_menu .tp_header_link_detail .tp_icon_arrow_r {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  margin-right: 2px;
}

.tp_error_popup {
  color: #ffffff;
  padding: 5px;
  max-width: 240px;
  background-color: #a5001e;
  border-radius: 5px;
  z-index: 1000;
  text-align: left;
}
@media (min-width: 768px) {
  .tp_error_popup {
    max-width: 240px;
  }
}

.tp_hatena_popup {
  cursor: pointer;
}

.tp_error_view {
  padding: 10px;
  border: 1px solid #a5001e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp_error_view .tp_error_head {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0px;
  background-color: #a5001e;
  display: block;
}
.tp_error_view .tp_error_wrap {
  color: #a5001e;
  margin-top: 10px;
}

.tp_footer_area_simulator {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  background: #a5001e url("../images/tp_footer_border.png") repeat-x 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator {
    margin: auto;
  }
}
.tp_footer_area_simulator .tp_footer_inner {
  text-align: center;
  position: relative;
  margin: 18px auto 0px;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_inner {
    text-align: center;
    width: 990px;
    height: auto;
  }
}
.tp_footer_area_simulator .tp_footer_item {
  text-align: left;
  float: left;
  width: 100%;
  padding: 2px 10px 0px;
  border-left: 2px solid #ffffff;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_item {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_item {
    width: auto;
    margin-top: 0px;
    padding: 0px 10px;
    border-left: 1px solid #ffffff;
  }
}
.tp_footer_area_simulator .tp_footer_item:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_item:first-child {
    border-left: none;
  }
}
.tp_footer_area_simulator .tp_footer_item .tp_footer_item_link {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_display_sp {
    display: none;
  }
}
.tp_footer_area_simulator .tp_footer_logo {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_logo {
    float: right;
    margin-top: 0px;
  }
}
.tp_footer_area_simulator .tp_footer_copyright {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  float: right;
  width: 100%;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_copyright {
    margin-top: 20px;
  }
}

.tp_footer_area_simulator .tp_footer_A_bobun {
  color: #777777;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  float: right;
  width: 100%;
  margin-top: 20px;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  .tp_footer_area_simulator .tp_footer_A_bobun {
    margin-top: 20px;
  }
}



.tp_footer_area_apply {
  font-size: 12px;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  padding: 10px 10px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp_footer_area_apply .tp_footer_inner {
  text-align: center;
  position: relative;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .tp_footer_area_apply .tp_footer_inner {
    text-align: center;
    width: 990px;
  }
}
.tp_footer_area_apply .tp_footer_item {
  text-align: left;
  float: left;
  width: 100%;
  padding: 0px 10px 0px 10px;
  border-left: 2px solid #a5001e;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tp_footer_area_apply .tp_footer_item {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tp_footer_area_apply .tp_footer_item {
    width: auto;
    margin-top: 0px;
    padding: 0px 20px;
    border-left: 1px solid #a5001e;
  }
}
.tp_footer_area_apply .tp_footer_item:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .tp_footer_area_apply .tp_footer_item:first-child {
    border-left: none;
  }
}
.tp_footer_area_apply .tp_footer_item .tp_footer_item_link {
  color: #000000;
  text-decoration: none;
}
.tp_footer_area_apply .tp_footer_copyright {
  color: #777777;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  float: right;
  width: 100%;
  margin-top: 20px;
  -webkit-text-size-adjust: 100%;
}

.tp_footer_area_apply .tp_footer_A_bobun {
  color: #777777;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  float: right;
  width: 100%;
  margin-top: 20px;
  -webkit-text-size-adjust: 100%;
}

.tp_seal_area {
  text-align: right;
  width: 98%;
  margin: 20px auto 0px;
}
@media (min-width: 768px) {
  .tp_seal_area {
    width: 990px;
    margin: 20px auto 0px;
  }
}
.tp_seal_area .tp_seal_box {
  float: right;
}

.tp_top_btn {
  position: fixed;
  bottom: 120px;
  right: 5%;
  padding: 30px;
  background: #ffffff url("tp_top_btn.png") no-repeat 50% 48%;
  border: 1px solid #a5001e;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tp_top_btn {
    bottom: 90px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_top_btn {
    bottom: 70px;
  }
}

.tp_top_btn_apply {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 30px;
  background: #ffffff url("tp_top_btn.png") no-repeat 50% 48%;
  border: 1px solid #a5001e;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  cursor: pointer;
}

.tp_message .tp_top_btn_apply {
  display: none;
}

.tp_table_image {
  width: 96%;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .tp_table_image {
    width: auto;
  }
}

@media (min-width: 768px) {
  .tp_display_sp {
    display: none;
  }
}

.tp_display_dt {
  display: none;
}
@media (min-width: 768px) {
  .tp_display_dt {
    display: block;
  }
}

.tp_display_hidden {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tp_display_tbl {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .tp_hide_phonel {
    display: none;
  }
}

.tp_show_phonel {
  display: none;
}
@media (min-width: 481px) and (max-width: 767px) {
  .tp_show_phonel {
    display: inline-block;
  }
}

.tp_text_strong {
  color: #a5001e;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .tp_text_strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tp_select_center {
  text-align: center;
}

.tp_text_bold {
  font-weight: bold;
}

.tp_break_box {
  display: inline-block;
}




.tp_progress_point {
  position: relative;
  color: #a5001e;
  width: 100%;
  padding: 5px;
  text-align: center;
}


.img .tp_check_icon {
  vertical-align: top;
  text-align: center;
}


.arrow{
float:right;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #bfbfbf	;
vertical-align: middle;
text-decoration: none;
font-size: 1.4rem;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.right_icon::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #bfbfbf;
border-right: 2px solid #bfbfbf;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.right_icon_a::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #a5001e;
border-right: 2px solid #a5001e;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.right_icon_s::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #bfbfbf;
border-right: 2px solid #bfbfbf;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 10px;
}

.right_icon_s_a::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #a5001e;
border-right: 2px solid #a5001e;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 10px;
}

.header_link_2row {
display: inline-block;
float: right;
}


/*# sourceMappingURL=maps/common.css.map */