*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Main Contents
=================================================================== */
.c-tk {
  margin: 0 auto;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .c-tk {
    width: 100%;
  }
}

.c-tk .adjust {
  margin: 0 auto !important;
  width: 95%;
}

.c-tk__brand {
  background: #009be5;
  border: 1px solid #009be5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}

.c-tk__logo {
  -webkit-align-items: center;
  align-items: center;
  background: white;
  box-sizing: content-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 8rem;
}

.c-tk__logo img {
  height: auto;
  width: 100%;
}

.c-tk__title {
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 1rem;
  text-align: left;
}

.c-tk__title--point {
  border: 1px solid #009be5;
  color: #009be5;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: left;
}

.c-tk__subtitle {
  border-left: 1rem solid #009be5;
  color: #009be5;
  font-size: 2rem;
  margin: 1rem 0;
  padding: .5rem 1rem;
  text-align: left;
}

.c-tk__subtitle + p {
  font-size: 1.6rem;
  margin: .5rem 0;
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-tk__logo {
    width: 5rem;
  }
  .c-tk__title--point {
    border: 2px solid #009be5;
    font-size: 1.4rem;
    margin: 1.5rem 0;
    padding: .25rem .5rem;
  }
  .c-tk__subtitle {
    border-width: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
    padding: .25rem .5rem;
  }
  .c-tk__subtitle + p {
    font-size: 1rem;
  }
}

.c-tk__menu {
  margin: 0;
  padding: 0;
}

.c-tk__menu ul {
  -webkit-align-content: center;
  align-content: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
}

.c-tk__menu ul li {
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  box-shadow: 0 2px 0 #b3b3b3;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all .1s ease-in-out;
  width: calc(98%/3);
  width: 32.66667%;
}

.c-tk__menu ul li a {
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-weight: 700;
  height: 4rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: .5rem 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-tk__menu ul li.on {
  background: #f12424;
  border: 1px solid #900;
  box-shadow: 0 2px 0 #900;
  text-shadow: 0 0 3px #333;
}

.c-tk__menu ul li.on a {
  color: white;
}

.c-tk__menu ul li:hover {
  box-shadow: none;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.c-tk__menu ul li:active {
  box-shadow: none;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.c-tk__body--point .c-tk__point--pageread {
  text-align: left;
}

.c-tk__body--point .c-tk__point--pageread p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .c-tk__menu ul li a {
    height: auto;
  }
  .c-tk__body--point .c-tk__point--pageread {
    font-size: .8rem;
    margin: 0 0 1rem;
  }
  .c-tk__body--point .c-tk__point--pageread p {
    font-size: 1.1rem;
    margin: 0 0 .5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-tk__menu ul li {
    font-size: 1.4rem;
    width: calc(98%/2);
    width: 49%;
  }
  .c-tk__menu ul li:first-child {
    display: none;
  }
  .c-tk__body--point .c-tk__point--pageread {
    margin: 0;
    padding: 0;
  }
  .c-tk__body--point .c-tk__point--pageread p {
    font-size: 1rem;
    margin: 0 0 .5rem;
    padding: 0;
  }
}

.c-tk__annotation {
  list-style-position: outside;
  list-style-type: none;
  margin: .5rem 0;
  padding: 0;
  text-align: left;
}

.c-tk__annotation.numList01 > li {
  margin: 0 0 .1rem 0;
  padding-left: 3rem;
  text-indent: -3rem;
}

.c-tk__annotation.numList02 > li {
  margin: 0 0 .1rem 0;
  padding-left: 2.6rem;
  text-indent: -2.6rem;
}

.c-tk__annotation.numList03 > li {
  margin: 0 0 .1rem 0;
  padding-left: 3.8rem;
  text-indent: -3.8rem;
}

.c-tk__annotation li em {
  color: red;
}

.approvalNumber {
  font-size: .75rem !important;
}

@media screen and (min-width: 768px) {
  .approvalNumber {
    width: 80%;
  }
}

.c-tk__content--insurancePeriod {
  background: url(../img/insurance/tk/img_tk_26.gif) no-repeat;
  padding: 1rem;
  text-align: left;
}

.c-tk__content--insurancePeriodOver {
  background: url(../img/insurance/tk/img_tk_27.gif) no-repeat;
  padding: 1rem;
  text-align: right;
}

.c-tk__content--insurancePeriod,
.c-tk__content--insurancePeriodOver {
  background-size: cover;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1rem;
  width: 20rem;
}

.c-tk__layout--serviceItem {
  width: 100%;
}

.c-tk__inner--serviceItem {
  display: block;
}

.c-tk__body--insurance {
  position: relative;
}

.c-tk__body--insurance::after {
  clear: both;
  content: "";
  display: table;
}

.c-tk__body--insuranceLeft {
  width: 100%;
}

.c-tk__body--insuranceLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tk__body--insuranceLeft ul li {
  margin: 0 0 1rem;
}

.c-tk__body--insuranceLeft ul li:last-child {
  margin: 0;
}

.c-tk__body--point {
  margin: 0;
  padding: 0;
}

.c-tk__body--security p {
  text-align: left;
}

.c-tk__body--security p em {
  color: red;
  font-weight: normal;
}

.c-tk__body--service h2 {
  background: #f2fafe;
  border-left: 5px solid #009be5;
  clear: both;
  padding: .3rem 3rem .3rem 2.5rem;
  position: relative;
  text-align: left;
  text-indent: -1.5rem;
}

.c-tk__body--service [class^="u-txt__ct"] {
  font-size: .8rem;
  text-align: left;
}

.c-tk__body--serviceItem {
  background: #e6f7ff;
  border: 1px solid #009be5;
  margin: 0 auto;
  padding: .9rem;
  width: 100%;
}

.c-tk__body--serviceItem h3 {
  background: #009be5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  padding: 1.1rem .5rem;
  text-align: center;
}

.c-tk__body--serviceItem h3 span {
  font-size: .65rem;
  vertical-align: top;
}

.c-tk__body--serviceItem ol {
  text-align: left;
}

.c-tk__body--serviceItem ol li em {
  color: red;
}

.c-tk__body--serviceItem .u-txt__ct01.adjust {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  padding-left: 3rem;
  text-indent: -3rem;
}

.c-tk__body--serviceItem .u-txt__ct01.adjust::before {
  margin-right: 1.1rem;
}

.c-tk__body--serviceDetail ol li {
  font-size: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

.c-tk__body--serviceDetail ol li em {
  color: red;
}

.c-tk__body--serviceDetail .u-txt__ct02.idt {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.c-tk__body--target {
  border: 2px solid #009be5;
  border-radius: 5px;
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
}

.c-tk__body--target::after {
  clear: both;
  content: "";
  display: table;
}

.c-tk__body--target p {
  -webkit-align-items: center;
  align-items: center;
  color: #009be5;
  display: -webkit-flex;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  float: left;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: .5rem 0 .5rem 3rem;
  width: 84.5%;
}

.c-tk__body--travelProtectItem {
  background: #e6f7ff;
  border: 1px solid #009be5;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.c-tk__body--travelProtectItem ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  width: 100%;
}

.c-tk__body--travelProtectItem ul li {
  font-size: 1rem;
  padding-left: 3.5rem;
  text-align: left;
  text-indent: -3.3rem;
}

.c-tk__body--travelProtectItem ul li span {
  color: red;
}

.c-tk__body--travelProtectItem.troubleBottom {
  background: #fff;
  height: auto;
  margin-bottom: 1rem;
}

.c-tk__body--travelProtectItem.troubleBottom .idt {
  padding-left: 2rem;
  text-indent: -2rem;
}

.c-tk__body--travelProtectItem.otherService {
  margin-bottom: 1rem;
}

.c-tk__content--insurance {
  border: 2px solid #ff7802;
  border-radius: 4px;
  color: #ff7802;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}

.c-tk__content--insurance.reverse {
  background: #ff7802;
  color: #fff;
}

.c-tk__title--serviceItem {
  background: linear-gradient(#fbaf39, #e48b01) left repeat;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: .25rem;
}

.c-tk__title--serviceItem p {
  display: none;
}

.c-tk__caption--security {
  border-bottom: 2px solid #009be5;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 0 1.5rem;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
  width: 100%;
}

.c-tk__caption--security::after {
  clear: both;
  content: "";
  display: table;
}

.c-tk__caption--security::before {
  background: #009be5;
  content: "";
  height: .75rem;
  left: 0;
  position: absolute;
  top: .5rem;
  width: .75rem;
}

.c-tk__caption--securityImg {
  display: block;
  margin: 0 auto .5rem;
  width: 30%;
}

.c-tk__caption--securityImg img {
  width: 100%;
}

.c-tk__txt--other {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-tk__txt--serviceItem {
  background: #fff;
  margin: 0 0 1rem;
  padding: .5rem 1rem .25rem;
}

.c-tk__txt--serviceItem p {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.c-tk__txt--serviceItem p span {
  display: inline;
}

.c-tk__txt--serviceItemList {
  list-style-position: inside;
  margin: 1rem auto;
  padding: 0;
  width: 100%;
}

.c-tk__txt--serviceItemList li {
  font-size: 1.2rem !important;
  padding-left: 1.5rem !important;
  text-align: left;
  text-indent: -1.5rem !important;
}

.c-tk__txt--serviceItem.service01 p {
  font-weight: 700;
}

.c-tk__txt--serviceItem.service02 {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.c-tk__txt--travelProtectItem p.u-txt-l {
  margin: 0;
  padding: 0 0 1rem;
}

.c-tk__img--full {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 1rem;
  width: 95%;
}

.c-tk__img--full img {
  display: block;
  height: auto;
  width: 100%;
}

.c-tk__img--single {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 1rem;
  width: 50%;
}

.c-tk__img--single img {
  height: auto;
  width: 100%;
}

.c-tk__body--target {
  *zoom: 1;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.c-tk__body--target .c-tk__title--target {
  -webkit-align-items: center;
  align-items: center;
  background: #009be5;
  border: none;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  float: left;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 6.9rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 15%;
}

.c-tk__body--target .c-tk__title--target::before,
.c-tk__body--target .c-tk__title--target::after {
  background: #009be5;
  content: "";
  display: block;
  height: 3.5rem;
  position: absolute;
  right: -1.25rem;
  width: 3rem;
  z-index: -1;
}

.c-tk__body--target .c-tk__title--target::before {
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.c-tk__body--target .c-tk__title--target::after {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

@media only screen and (orientation: landscape) {
  .c-tk__body--target .c-tk__title--target::before,
  .c-tk__body--target .c-tk__title--target::after {
    right: -10px;
  }
}

@media screen and (min-width: 768px) {
  .c-tk__body--target .c-tk__title--target {
    font-size: 1rem;
    line-height: 2.4rem;
    width: 10%;
  }
  .c-tk__body--target .c-tk__title--target::before,
  .c-tk__body--target .c-tk__title--target::after {
    height: 1.25rem;
    right: -.6rem;
  }
  .c-tk__body--target p {
    font-size: .8rem;
    line-height: 3;
    margin: 0;
    padding: 0 0 0 2rem;
    width: 90%;
  }
  .c-tk__annotation {
    margin: 1rem 0;
  }
  .c-tk__annotation.numList01 > li {
    padding-left: 2.7rem;
    text-indent: -2.7rem;
  }
  .c-tk__annotation.numList02 > li {
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .c-tk__annotation.numList03 > li {
    padding-left: 3.5rem;
    text-indent: -3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-tk__annotation {
    font-size: .8rem;
  }
  .c-tk__annotation.numList01 > li {
    padding-left: 3em;
    text-indent: -3em;
  }
  .c-tk__annotation.numList02 > li {
    padding-left: 3em;
    text-indent: -3em;
  }
  .c-tk__annotation.numList03 > li {
    padding-left: 4.2em;
    text-indent: -4.2em;
  }
}

.c-tk__layout--travelProtectItem {
  list-style: none;
  padding: 0;
}

.c-tk__layout--travelProtectItem li .troubleTop {
  position: relative;
}

.c-tk__inner--travelProtectItem {
  width: 100%;
}

.c-tk__item--travelProtectItem {
  border: 1px solid #009be5;
  margin: 0 0 .5rem;
  width: 100%;
}

.c-tk__item--travelProtectItem dt {
  -webkit-align-items: center;
  align-items: center;
  background: #009be5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: .8rem;
  height: 4rem;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.c-tk__item--travelProtectItem dt strong {
  color: white;
}

.c-tk__item--travelProtectItem dd {
  margin: 0;
  padding: .5rem;
  text-align: left;
}

.c-tk__item--travelProtectItem p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}

.c-tk__point--pageread {
  margin: 0;
}

.c-tk__caption {
  background: #009be5;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
}

.c-tk__caption span em {
  display: block;
  font-size: 1.2rem;
}

.c-tk__caption--trouble {
  background: #fff;
  border: 2px solid #009be5;
  border-radius: 4px;
  color: #009be5;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem auto 2rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 95%;
}

.c-tk__caption--trouble::before,
.c-tk__caption--trouble::after {
  border-bottom: 1px solid transparent;
  border-left: 5px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  position: absolute;
}

.case01 .c-tk__caption--trouble::before,
.case01 .c-tk__caption--trouble::after {
  right: 2.5rem;
}

.case02 .c-tk__caption--trouble::before,
.case02 .c-tk__caption--trouble::after {
  left: 3rem;
}

.case03 .c-tk__caption--trouble::before,
.case03 .c-tk__caption--trouble::after {
  right: 3rem;
}

.c-tk__caption--trouble::before {
  border-top: 15px solid #009be5;
  bottom: -16px;
}

.c-tk__caption--trouble::after {
  border-top: 16px solid white;
  bottom: -14px;
}

.c-tk__caption--price,
.c-tk__caption--priceOther {
  background: #ff2a61;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.c-tk__caption--price {
  width: auto;
}

.c-tk__caption--priceOther {
  width: 95%;
}

.c-tk__txt--priceDetail {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .c-tk__layout--serviceItem {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .c-tk__layout--travelProtectItem {
    -webkit-align-content: center;
    align-content: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .c-tk__layout--travelProtectItem li {
    display: block;
    width: calc(96%/3);
    width: 32%;
  }
  .c-tk__layout--travelProtectItem li .troubleTop {
    height: 15rem;
  }
  .c-tk__layout--travelProtectItem li .troubleBottom {
    height: 21rem;
  }
  .c-tk__body--insuranceLeft {
    float: left;
    width: 80%;
  }
  .c-tk__body--insuranceLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .c-tk__body--insuranceLeft ul li {
    float: left;
    font-size: 1rem;
    margin: 0 1rem 0 0;
  }
  .c-tk__body--serviceItem {
    width: 100%;
  }
  .c-tk__body--serviceItem h3 {
    font-size: .9rem;
  }
  .c-tk__body--serviceDetail ol li {
    font-size: .9rem;
  }
  .c-tk__body--serviceDetail .u-txt__ct01 {
    margin: .5rem 0;
  }
  .c-tk__body--serviceDetail .u-txt__ct02 {
    font-size: .65rem;
    margin: .5rem 0;
  }
  .c-tk__body--serviceDetail .u-txt__ct02.idt {
    padding-left: 1.35rem;
    text-indent: -1.35rem;
  }
  .c-tk__body--travelProtectItem {
    margin: 0;
    width: 100%;
  }
  .c-tk__body--travelProtectItem.troubleBottom {
    margin-bottom: 0;
  }
  .c-tk__body--travelProtectItem.otherService {
    background: white;
    margin: 0 0 1rem 0;
    width: calc(100%/2);
    width: 50%;
  }
  .c-tk__body--travelProtectItem.otherService:nth-child(odd) {
    float: left;
  }
  .c-tk__body--travelProtectItem.otherService:nth-child(even) {
    float: right;
  }
  .c-tk__body--serviceItem .u-txt__ct01.adjust {
    font-size: .9rem;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
  }
  .c-tk__body--serviceItem .u-txt__ct01.adjust::before {
    margin-right: 1rem;
  }
  .c-tk__inner--travelProtectItem {
    width: 100%;
  }
  .c-tk__inner--travelProtectItem::after {
    clear: both;
    content: "";
    display: table;
  }
  .c-tk__innerLeft--serviceItem,
  .c-tk__innerRight--serviceItem {
    vertical-align: top;
    width: 49%;
  }
  .c-tk__content--insurance {
    font-size: 1rem;
    line-height: 1.2;
    padding: .5rem 0;
    width: 10rem;
  }
  .c-tk__content--insurancePeriod,
  .c-tk__content--insurancePeriodOver {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 .5rem;
    width: 14rem;
  }
  .c-tk__content--insurancePeriod {
    padding: .5rem 0 .5rem 2rem;
  }
  .c-tk__content--insurancePeriodOver {
    padding: .5rem 2.5rem .5rem 0;
  }
  .c-tk__item--travelProtectItem {
    margin: 0 0 1rem;
    min-height: 11rem;
    width: 49%;
  }
  .c-tk__item--travelProtectItem:nth-child(odd) {
    float: left;
  }
  .c-tk__item--travelProtectItem:nth-child(even) {
    float: right;
  }
  .c-tk__item--travelProtectItem dt {
    font-size: .9rem;
    height: 3.5rem;
  }
  .c-tk__item--travelProtectItem dd {
    padding: .5rem;
  }
  .c-tk__item--travelProtectItem p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .c-tk__item--travelProtectItem p.u-txt__ct01 {
    font-size: .65rem;
    margin: 0 !important;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
  }
  .c-tk__txt--serviceItem {
    padding: 1rem;
  }
  .c-tk__txt--serviceItem p {
    font-size: 1rem;
  }
  .c-tk__txt--serviceItem.service01 {
    height: 18rem;
  }
  .c-tk__txt--serviceItem.service02 {
    height: 12rem;
  }
  .c-tk__txt--serviceItemList {
    margin: .5rem auto;
  }
  .c-tk__txt--serviceItemList li {
    font-size: 1rem !important;
    padding-left: 1.2rem !important;
    text-indent: -1.2rem !important;
  }
  .c-tk__txt--priceDetail {
    font-size: .95rem;
    padding: .5rem;
    position: relative;
  }
  .c-tk__txt--priceDetail p:not(.idt) {
    min-height: 7em;
  }
  .c-tk__img--single {
    margin: 0 auto;
    width: 50%;
  }
  .c-tk__img--case {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
  }
  .c-tk__img--case img {
    max-width: 100%;
  }
  .c-tk__caption {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: .8rem;
    height: 3rem;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
  }
  .c-tk__caption span em {
    display: block;
    font-size: .65rem;
  }
  .c-tk__caption--trouble {
    border-width: 1px;
    font-size: .8rem;
    margin: .25rem auto 2rem;
    padding: .5rem;
  }
  .c-tk__caption--price {
    font-size: .8rem;
    margin: 0;
    padding: .5rem;
  }
  .c-tk__caption--priceOther {
    font-size: .8rem;
    margin: 0 0 0 .5rem;
    padding: .5rem;
    width: 13rem;
  }
  .c-tk__caption--security {
    float: left;
    font-size: 1rem;
    line-height: 1;
    padding: .5rem 0 .5rem 1.5rem;
    width: 80%;
  }
  .c-tk__caption--security::before {
    font-size: 1rem;
    top: .5rem;
  }
  .c-tk__caption--security p {
    font-size: .8rem;
  }
  .c-tk__caption--securityImg {
    bottom: 0;
    float: right;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
  .c-tk__caption--securityImg img {
    bottom: .75rem;
    height: auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-tk__layout--travelProtectItem li {
    width: 220px;
  }
  .c-tk__layout--travelProtectItem li .troubleTop {
    height: 220px;
  }
  .c-tk__layout--travelProtectItem li .troubleBottom {
    height: 320px;
  }
  .c-tk__content--insurance {
    font-size: .8rem;
    line-height: 1.2;
    width: 8.5rem;
  }
  .c-tk__content--insurancePeriod,
  .c-tk__content--insurancePeriodOver {
    background-size: contain;
    width: 12.5rem;
  }
  .c-tk__content--insurancePeriod {
    padding: .5rem 1rem;
  }
  .c-tk__content--insurancePeriodOver {
    padding: .5rem 1.5rem .5rem 0;
  }
  .c-tk__body--service [class^="u-txt__ct"] {
    font-size: .8rem;
  }
  .c-tk__body--serviceItem h3 {
    font-size: .9rem;
    padding: .5rem 0;
  }
  .c-tk__body--serviceItem ol li {
    font-size: .8rem;
  }
  .c-tk__body--serviceItem .u-txt__ct01.adjust {
    font-size: .8rem;
  }
  .c-tk__body--serviceItem .u-txt__ct01.adjust::before {
    margin-right: .9rem;
  }
  .c-tk__body--travelProtectItem.troubleBottom {
    margin-bottom: 20px;
  }
  .c-tk__inner--travelProtectItem {
    width: 100%;
  }
  .c-tk__inner--travelProtectItem::after {
    clear: both;
    content: "";
    display: table;
  }
  .c-tk__item--travelProtectItem {
    float: left !important;
    height: 11rem;
    width: 220px;
  }
  .c-tk__item--travelProtectItem:nth-of-type(2),
  .c-tk__item--travelProtectItem:nth-of-type(5) {
    margin: 0 20px;
  }
  .c-tk__item--travelProtectItem:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .c-tk__item--travelProtectItem:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .c-tk__item--travelProtectItem:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .c-tk__item--travelProtectItem:nth-of-type(4) {
    height: 13rem;
  }
  .c-tk__item--travelProtectItem:nth-of-type(5) {
    height: 13rem;
  }
  .c-tk__item--travelProtectItem:nth-of-type(6) {
    height: 13rem;
  }
  .c-tk__item--travelProtectItem dt {
    padding: .5rem .25rem;
  }
  .c-tk__item--travelProtectItem dd {
    padding: .5rem;
  }
  .c-tk__item--travelProtectItem p {
    font-size: .9rem;
    line-height: 1.4;
  }
  .c-tk__item--travelProtectItem p.u-txt__ct01 {
    font-size: .65rem;
    padding-left: 1.75rem;
    text-indent: -1.75rem;
  }
  .c-tk__img--full {
    height: 6.5rem;
    margin: 0 auto;
  }
  .c-tk__caption {
    font-size: .8rem;
  }
  .c-tk__caption span em {
    font-size: .65rem;
  }
  li:not(.case01) .c-tk__caption--trouble {
    text-align: left;
  }
  .c-tk__caption--security {
    font-size: 1rem;
    padding: .5rem 0 .5rem 1.25rem;
  }
  .c-tk__txt--serviceItem.service01 {
    height: 17rem;
  }
  .c-tk__txt--serviceItem.service02 {
    height: 11rem;
  }
  .c-tk__txt--serviceItemList li {
    font-size: .9rem !important;
  }
  .c-tk__txt--other {
    font-size: 1.2rem;
  }
  .c-tk__title--serviceItem {
    font-size: 1.2rem;
  }
  .c-tk__note {
    font-size: .75rem;
    margin: 0;
    padding: 1rem 0 0 !important;
  }
  .c-tk__note em {
    display: inline !important;
  }
}

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