@charset "UTF-8";
/* base style
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html, body {
  -webkit-overflow-scrolling: touch;
}
html.is-fixed, body.is-fixed {
  overflow: hidden;
}

html {
  overflow: auto;
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Rounded Mplus 1c", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  font-size: .75rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="image"] {
  outline: none;
}
.hero {
  padding: 50px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
.hero.a {
  background-image: url(../img/hero_bg_a.jpg);
}
.hero.b {
  background-image: url(../img/hero_bg_b.jpg);
}
.hero.c {
  background-image: url(../img/hero_bg_c.jpg);
}
.hero.d {
  background-image: url(../img/hero_bg_d.jpg);
}
.hero.e {
  background-image: url(../img/hero_bg_e.jpg);
}
.hero.f {
  background-image: url(../img/hero_bg_f.jpg);
}
.hero.g {
  background-image: url(../img/hero_bg_g.jpg);
}
.hero.h {
  background-image: url(../img/hero_bg_h.jpg);
}
.hero.i {
  background-image: url(../img/hero_bg_i.jpg);
}
.hero.j {
  background-image: url(../img/hero_bg_j.jpg);
}
.hero.k {
  background-image: url(../img/hero_bg_k.jpg);
}
.hero.l {
  background-image: url(../img/hero_bg_l.jpg);
}
.hero.m {
  background-image: url(../img/hero_bg_m.jpg);
}
.hero.n {
  background-image: url(../img/hero_bg_n.jpg);
}
.hero.o {
  background-image: url(../img/hero_bg_o.jpg);
}
.hero.p {
  background-image: url(../img/hero_bg_p.jpg);
}
.hero.q {
  background-image: url(../img/hero_bg_q.jpg);
}
.hero.r {
  background-image: url(../img/hero_bg_r.jpg);
}
.hero.s {
  background-image: url(../img/hero_bg_s.jpg);
}
.hero.t {
  background-image: url(../img/hero_bg_t.jpg);
}
.hero.u {
  background-image: url(../img/hero_bg_u.jpg);
}
.hero.v {
  background-image: url(../img/hero_bg_v.jpg);
}
.hero.w {
  background-image: url(../img/hero_bg_w.jpg);
}
.hero.x {
  background-image: url(../img/hero_bg_x.jpg);
}

.page-title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1rem;
  text-align: center;
  /* text-shadow: 0 0 7px #000; */
}
.page-title > span {
  display: block;
  margin-top: 10px;
  font-size: .7rem;
}

.page-title-logo {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 45px;
    height: 18px;
    background: url(../img/sprite_common.png) center center no-repeat;
    background-size: 100%;
    /* -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .9)); */
    /* filter: drop-shadow(0 0 2px rgba(0, 0, 0, .9)); */
    vertical-align: middle;
    margin-left: 6px;
}
.anchorList {
  margin-bottom: 20px;
  font-weight: bold;
  /* text-shadow: 0 0 4px #000; */
  text-align: center;
}
.anchorList > li {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}
.anchorList > li:last-child {
  margin-right: 0;
}
.anchorList a {
  padding-left: 1rem;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}
.anchorList a:hover {
  text-decoration: none;
}











.anchorList a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff000;
  border-bottom: 2px solid #fff000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anchorList a :hover {
  text-decoration: none;
}

.searchHolder {
  width: 93%;
  margin: 0 auto;
  padding: 20px 5%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .9);
}

.searchHolder-form {
  margin-bottom: 10px;
  font-size: .95rem;
  /* letter-spacing: -.4rem; */
  letter-spacing: -1rem;
}
.searchHolder-form > dt, .searchHolder-form > dd {
  display: inline-block;
  letter-spacing: normal;
}
.searchHolder-form > dt {
  width: 30%;
  /*padding-left: .3rem;*/
  box-sizing: border-box;
}
.searchHolder-form > dd {
  width: 70%;
  margin-bottom: 10px;
}
.searchHolder-form > dd:last-child {
  margin-bottom: 0;
}

.select-group {
  position: relative;
}
.select-group::after {
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 4px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-left: 2px solid #17abd6;
  border-bottom: 2px solid #17abd6;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.select-group > select {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	cursor: pointer;
}
.select-group > select::-ms-expand {
  display: none;
}

.contents-block {
  position: relative;
  margin: 0 auto;
  padding: 40px 3.5%;
}


.contents-block-faq {
  padding: 40px 0;
  border-bottom: none;
	width: 100%;
}

.contents-block-company {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: none;
  background: #ececec;
}
.contents-block-company .contents-header {
  margin-bottom: 15px;
  font-size: .875rem;
  text-align: left;
}

.contents-block-note {
  margin-bottom: -20px;
  border-bottom: none;
}

.contents-header {
  margin: 20px 0 80px 0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.contents-header-chart {
  margin: 15px 0 0;
  padding: 15px;
  background: #17abd6;
  color: #fff;
  font-size: .95rem;
}

.contents-summary {
  line-height: 1.4;
  font-size: .85rem;
}

.contents-pic {
  display: block;
  width: 100%;
  margin: 40px auto;
}

.contents-chart {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f1f1f1;
}
.ranking-icon{
  vertical-align: bottom;
  margin-right: 8px;
  display: inline-block;
}
.ranking-icon img{
  width: 50px;
  zoom: 1;
}

.company-name {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  width: 60%;
  padding: 10px 0 0 38px;
}
.rank4 ~ .company-name,.rank5 ~ .company-name {
    padding-top: 2px;
}
.company-name > span {
  display: block;
  font-weight: normal;
}

.company-product {
  margin: 5px 0;
  color: #333;
  font-size: .8rem;
  margin-left: 40px;
}

.company-number {
  color: #a7a7a7;
  margin-bottom: 15px;
  font-size: .7rem;
  margin-left: 40px;
}

.company-productLogo {
  display: block;
  position: absolute;
  top: 80px;
  right: 3.5%;
  padding: 15px;
  border: 1px solid #e5e5e5;
}

.company-bnr {
  display: block;
  margin-bottom: 15px;
  line-height: 0;
}
.company-bnr > img {
  width: 100%;
}

.productDetail {
  margin-bottom: 25px;
  padding: 5%;
  background: #ececec;
}

.productDetail-title {
  margin-bottom: 10px;
  font-size: .75rem;
  line-height: 1.5;
}
.productDetail-title > dt {
  width: 32%;
}
.productDetail-title > dd {
  font-weight: bold;
}
.productDetail-title > dt, .productDetail-title dd {
  display: inline-block;
}

.productDetail-price {
  color: #d42a2a;

  font-size: 20px;

}
.productDetail-price > span {
  font-size: 30px;
}

.productDetail-summary {
  display: none;
}
.productDetail-summary.is-open {
  display: block;
}
.productDetail-summary.is-open + .productDetail-btn {
  margin-top: 15px;
}

.productDetail-table {
  font-size: .8rem;
  width: 100%;
  table-layout: fixed;
}
.productDetail-table > thead {
  display: none;
}
.productDetail-table > tbody th, .productDetail-table > tbody td {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.productDetail-table > tbody th::before, .productDetail-table > tbody td::before {
  padding: 5% 0 5% 5%;
  text-align: left;
}
.productDetail-table > tbody th > span, .productDetail-table > tbody td > span {
  display: inline-block;
  width: 26%;
  margin-left: 2px;
  padding: 5%;
  border-left: 2px solid #ececec;
}
.productDetail-table > tbody th {
  border-bottom: 2px solid #ececec;
  background: #17abd6;
  color: #fff;
  font-weight: bold;
}
.productDetail-table > tbody th::before {
  display: inline-block;
  float: left;
  width: 57%;
  content: '補償内容';
  text-align: center;
}
.productDetail-table > tbody th > span {
  text-align: center;
}
.productDetail-table > tbody td {
  margin-bottom: 2px;
  background: #fff;
}
.productDetail-table > tbody td::before {
  float: left;
}
.productDetail-table > tbody td:nth-child(2)::before {
  content: '傷害死亡/傷害後遺障害';
}
.productDetail-table > tbody td:nth-child(3)::before {
  content: '治療・救援';
}
.productDetail-table > tbody td:nth-child(4)::before {
  content: '疾病死亡';
}
.productDetail-table > tbody td:nth-child(5)::before {
  content: '賠償責任';
}
.productDetail-table > tbody td:nth-child(6)::before {
  content: '携行品';
}
.productDetail-table > tbody td:nth-child(7)::before {
  content: '航空機寄託手荷物遅延';
}
.productDetail-table > tbody td:nth-child(8)::before {
  content: '航空機遅延';
}
.productDetail-table > tbody td > span {
  text-align: left;
  line-height: 1.2;
}

.productDetail-recommend {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ffcc6a;
  background: #fff;
  line-height: 1.5;
}

.productDetail-btn {
  position: relative;
  width: 100%;
  padding: 15px 5%;
  border: none;
  background: #fff;
  font-weight: bold;
  height: 50px;
}
.productDetail-btn::before, .productDetail-btn::after {
  content: '';
  display: block;
  position: absolute;
}
.productDetail-btn::before {
  /* z-index: 1;
  right: 34px;
  top: 16px;
  color: #fff;
  font-size: 1rem;
  content: '+';
  position: absolute; */
  top: 12px;
  right: 18px;
  width: 25px;
  height: 24px;
  border-radius: 14px;
  background: #17abd6;


}
.productBottom{
  position: relative;
}
.productBottom{
  position: relative;
}
.productDetail-btn::after {
  /* left: 355px;
  top: -21px;
  width: 20px;
  height: 19px;
  background: #17abd6;
  position: relative;
  border-radius: 10px; */
  top: 13px;
  right: 26px;
  color: #fff;
  font-size: .95rem;
  font-weight: bold;
  content: '+';
}
.is-open ~ .productDetail-btn::after {
  top: 13px;
  right: 26px;
  color: #fff;
  font-size: .95rem;
  font-weight: bold;
  content: '-';
}

/*
.productDetail-summary.is-open + .productDetail-btn::before {
  right: 33px;
  top: 23px;
  width: 9px;
  border-top: 2px solid #fff;
  content: '-';
} */

.list {
    line-height: 1.4;
    margin-top: 12px;
}
.list > li {
  margin-bottom: 5px;
}
/* .list > li::before {
  content: '・';
} */

.list-note {
  line-height: 1.6;
}
.list-note > li::before {
  content: '※';
}
.list-note span {
  margin-right: .3rem;
}
.list-note .color-attention {
  color: #f00;
}
.productTag {
  font-size: 13px;
  letter-spacing: -.4rem;
}
.productTag > dt, .productTag > dd {
  display: inline-block;
  line-height: 2;
  letter-spacing: normal;
}
.productTag > dt {
  width: 19%;
  font-size: 11px;
  margin: 0 8px 4px 0;
  padding: 2px 0;
  background: #17abd6;
  color: #fff;
  text-align: center;
}
.productTag > dd {
  position: relative;
  color: #ccc;
  line-height: 1;

}
.productTag > dd::after {
  color: #333;
  content: '/';
  padding: 0 2px;
}
.productTag > dd:last-child::after {
  content: '';
}
.productTag > dd.is-enable {
  color: #17abd6;
}
.productTag ~ p {
  padding: 5px 0 0 1em;
	line-height: 1.3;
  text-indent: -1em;
}
.btn {
  display: block;
  position: relative;
  padding: 20px 5%;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.btn-apply {
  width: 100%;
  margin-top: 25px;
  background-color: #ffc001;
  border-radius: 4px;
  border-bottom: 6px solid #f38300;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.btn-apply:hover{
  opacity: 0.7;
  text-decoration: none;
}
a.company-bnr:hover{
    opacity: 0.7;
}
.btn-apply::after {
  content: '';
  display: block;
  position: absolute;
  right: 8%;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-search {
  margin-top: 20px;
  border-width: 0 0 6px 0;
  background-image: url("../img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: right 13%  top 24px;
  background-size: 8%;
}

.btn-blue {
  margin-left: inherit;
  margin-right: 0;
  padding-right: 33px;
  background: #17abd6;
  border: none;
  font-weight: normal;
  /* text-align: right; */
  width: 81%;
}
.btn-blue::after {
  top: 25px;
}

.tab-nav {
  margin-bottom: 60px;
}

.tab:hover{
    background: #17abd6;
    color: #ffffff;
}

.tab-container {
  color: #17abd6;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.4rem;
  width: 100%;
}
.tab-container > li {
  position: relative;
  display: inline-block;
  width: 25%;
  padding: 24px 0;
  box-sizing: border-box;
  background: #ececec;
  letter-spacing: normal;
}
.tab-container > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 2px;
  height: 2rem;
  background: #fff;
}
.tab-container > li:last-child {
  border-right: none;
}
.tab-container > li:last-child::after {
  display: none;
}
.tab-container > li:last-child.is-active::after {
  display: block;
}

.tab {
  cursor: pointer;
}
.tab.is-active {
  background: #17abd6;
  color: #fff;
}
.tab.is-active::after {
  left: 46%;
  top: inherit;
  bottom: -6px;
  width: 11%;
  height: 20px;
  background: #17abd6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tabContent-container {
  padding: 0 3.5%;
}

.tabContent.is-hidden {
  display: none;
}

.faq-question {
  position: relative;
  margin-bottom: 10px;
  padding: 27px 30px 27px 18px;
  border: 2px solid #ececec;
  box-sizing: border-box;
  line-height: 1.5;
}
.faq-question:hover {
  border: 2px solid #ececec;
  background:#f7f7f7;
  cursor: pointer;
}
.faq-question::before, .faq-question::after {
  content: '';
  display: block;
  position: absolute;
}
.faq-question::before {
  top: 40%;
  right: 18px;
  width: 25px;
  height: 24px;
  border-radius: 14px;
  background: #17abd6;
}
.faq-question::after {
  top: 40%;
  right: 25px;
  color: #fff;
  font-size: .95rem;
  font-weight: bold;
  content: '+';
}
.faq-question > span {
  display: inline-block;
  text-indent: -1.1rem;
  padding-left: 1rem;
  padding-right: 92px;
  font-size: 16px;
}
.faq-question > span::before {
  margin-right: .25rem;
  content: 'Q.';
}
.faq-question + div {
  display: none;
  margin-bottom: 10px;
  padding: 25px 20px;
  background: #ececec;
  line-height: 1.5;
	font-size: 14px;
}
.faq-question.is-open {
  margin-bottom: 0;
}
.faq-question.is-open::after {
  right: 26px;
  content: '-';
  width: 8px;
}
.faq-question.is-open + div {
  display: block;
}

.companyList {
  margin-bottom: 20px;
}

.companyList > li {
  margin-bottom: 10px;
  padding:  24px 40px 24px;
  font-size: 14px;
  background: #fff;
  line-height: 1.4;
}

.companyList-logo {
  margin-bottom: 10px;
}

.companyList-small {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.companyList-small .companyList-small-header, .companyList-small p {
  margin-bottom: 30px;
}
p.store-caution{
    margin-bottom: 10px;
}
/* .companyList-small p:last-child {
  margin-bottom: 0;
} */

.companyList-small-link {
  display: block;
  margin-bottom: 20px;
  padding-left: 1.5rem;
  color: #000;
  text-align: left;
  text-decoration: underline;
}
.companyList-small-link::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #17abd6;
  border-right: 2px solid #17abd6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.forc {
   text-align: left;
   border: solid 1px #bbb;
   padding: 20px;
   margin-bottom: 30px;
}


.resultArea article:nth-of-type(1) {
   background: url(../img/ranking1.png) no-repeat 4% 42px;
   background-size:30px 30px;
   border-bottom: 1px solid #ccc;
  }

.resultArea article:nth-of-type(2) {
  background: url(../img/ranking2.png) no-repeat 4% 42px;
   background-size:30px 30px;
   border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(3) {
   background: url(../img/ranking3.png) no-repeat 4% 42px;
   background-size:30px 30px;
   border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(4) {
  background: url(../img/ranking4.png) no-repeat 4% 44px;
   background-size:30px 30px;
   border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(5) {
  background: url(../img/ranking5.png) no-repeat 4% 44px;
   background-size:30px 30px;
  }

p.approval-number {
  font-size: 0.9em;
  color: #757575;
  padding-top: 1%;
}

.onerouw{

}

@media (min-width: 960px){

  img:not([width]).company-productLogo, img:not([width]).contents-pic{
    zoom: inherit;
  }

.resultArea article:nth-of-type(1) {
   background: url(../img/ranking1.png) no-repeat left 75px;
   background-size:50px 50px;
       border-bottom: 1px solid #ccc;
  }

.resultArea article:nth-of-type(2) {
   background: url(../img/ranking2.png) no-repeat left 75px;
   background-size:50px 50px;
       border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(3) {
   background: url(../img/ranking3.png) no-repeat left 75px;
   background-size:50px 50px;
       border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(4) {
   background: url(../img/ranking4.png) no-repeat left 78px;
   background-size:50px 50px;
       border-bottom: 1px solid #ccc;
  }
.resultArea article:nth-of-type(5) {
   background: url(../img/ranking5.png) no-repeat left 78px;
   background-size:50px 50px;
   border-bottom: none;
  }
  .hero{
    padding: 190px 0;
  }
  .hero.a{
    background-image: url(../img/hero_bg_a_pc.jpg);
  }
  .hero.b{
    background-image: url(../img/hero_bg_b_pc.jpg);
  }
  .hero.c{
    background-image: url(../img/hero_bg_c_pc.jpg);
  }
  .hero.d{
    background-image: url(../img/hero_bg_d_pc.jpg);
  }
  .hero.e{
    background-image: url(../img/hero_bg_e_pc.jpg);
  }
  .hero.f{
    background-image: url(../img/hero_bg_f_pc.jpg);
  }
  .hero.g{
    background-image: url(../img/hero_bg_g_pc.jpg);
  }
  .hero.h{
    background-image: url(../img/hero_bg_h_pc.jpg);
  }
  .hero.i{
    background-image: url(../img/hero_bg_i_pc.jpg);
  }
  .hero.j{
    background-image: url(../img/hero_bg_j_pc.jpg);
  }
  .hero.k{
    background-image: url(../img/hero_bg_k_pc.jpg);
  }
  .hero.l{
    background-image: url(../img/hero_bg_l_pc.jpg);
  }
  .hero.m{
    background-image: url(../img/hero_bg_m_pc.jpg);
  }
  .hero.n{
    background-image: url(../img/hero_bg_n_pc.jpg);
  }
  .hero.o{
    background-image: url(../img/hero_bg_o_pc.jpg);
  }
  .hero.p{
    background-image: url(../img/hero_bg_p_pc.jpg);
  }
  .hero.q{
    background-image: url(../img/hero_bg_q_pc.jpg);
  }
  .hero.r{
    background-image: url(../img/hero_bg_r_pc.jpg);
  }
  .hero.s{
    background-image: url(../img/hero_bg_s_pc.jpg);
  }
  .hero.t{
    background-image: url(../img/hero_bg_t_pc.jpg);
  }
  .hero.u{
    background-image: url(../img/hero_bg_u_pc.jpg);
  }
  .hero.v{
    background-image: url(../img/hero_bg_v_pc.jpg);
  }
  .hero.w{
    background-image: url(../img/hero_bg_w_pc.jpg);
  }
  .hero.x{
    background-image: url(../img/hero_bg_x_pc.jpg);
  }
  .page-title{
    margin-bottom: 60px;
    font-size: 3.75rem;
    letter-spacing: .5rem;
  }
  .page-title > span{
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .page-title-logo{
    width: 80px;
    height: 34px;
  }
  .anchorList{
    margin-bottom: 36px;
    font-size: 1.25rem;
  }
  .anchorList > li{
    margin-right: 60px;
  }
  .anchorList a{
    padding-left: 1.5rem;
  }
  .anchorList a::before{
    top: 0;
    width: 12px;
    height: 12px;
  }
  .searchHolder{
    padding: 40px;
    letter-spacing: -.4rem;
  }
  .searchHolder-form{
    display: inline-block;
    margin-bottom: 0;
    width: 32%;
    margin-right: 2%;
    letter-spacing: normal;
  }
  .searchHolder-form:last-of-type{
    margin-right: 0;
  }
  .searchHolder-form > dt, .searchHolder-form > dd{
    display: block;
    width: 100%;
  }
  .searchHolder-form > dt{
    margin-bottom: 10px;
  }
  .contents-block-chart{
    letter-spacing: -.4rem;
  }
  .contents-block-chart *{
    letter-spacing: normal;
  }
  .contents-chart-wrap{
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    letter-spacing: normal;
  }
  .contents-chart-wrap:last-of-type{
    margin-right: 0;
    vertical-align: top;
  }

  .contents-pic{
    width: auto;
  }
  .contents-chart{
    zoom: inherit !important;
  }
  .company-name{
    /* display: block; */
    width: 100%;
    font-size: 1.875rem;
    vertical-align: middle;
    padding-left: 60px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .company-product{
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: 25px;
    font-size: 1rem;
    margin-left: 60px;
  }
  .company-number{
    display: inline-block;
    margin-left: 0;
  }
  .company-productLogo{
    position: inherit;
    top: -43px;
    right: 0;
    float: right;
    zoom: inherit;
    height: 70px;
    box-sizing: border-box;

  }
  .company-productLogo.company-productLogo-left{
    right: 283px;
  }
  .company-bnr{
    position: absolute;
    right: 9.2%;
    width: 265px;
    margin: -90px -89px 0 0;
  }
  .company-bnr > img{
    zoom: inherit;
  }
  .productDetail{
    padding: 30px 40px;
    letter-spacing: -.4rem;
  }
  .productDetail-title{
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
  }
  .productDetail-title:nth-of-type(2), .productDetail-title:last-of-type{
    text-align: right;
  }
  .productDetail-title:nth-of-type(2) > .productDetail-price, .productDetail-title:last-of-type > .productDetail-price{
    margin-left: 55px;
  }
  .productDetail-title:nth-of-type(3){
    float: right;
  }
  .productDetail-name{
    font-size: 14px;
  }
  .productDetail-summary{
    display: block !important;
    letter-spacing: normal;
  }
  .productDetail-table > thead{
    display: table-header-group;
  }
  .productDetail-table > thead th{
    padding: 10px 5px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    border-right: 3px solid #ececec;
    border-bottom: 3px solid #ececec;
  }
  .productDetail-table > thead th:first-child{
    background: #17abd6;
    color: #fff;
    font-weight: bold;
  }
  .productDetail-table > thead th:last-child{
    border-right: none;
  }
  .productDetail-table > tbody th, .productDetail-table > tbody td{
    display: table-cell;
    width: auto;
    border-right: 3px solid #ececec;
    border-bottom: 3px solid #ececec;
    vertical-align: middle;
  }
  .productDetail-table > tbody th > span, .productDetail-table > tbody td > span{
    display: block;
    width: auto;
    padding: 19px 5px;
    margin-left: inherit;
    border-left: inherit;
    text-align: center;
  }
  .productDetail-table > tbody th::before{
    display: none;
  }
  .productDetail-table > tbody td::before{
    display: none;
  }
  .productDetail-table > tbody td:last-child{
    border-right: none;
  }
  .productDetail-btn{
    display: none;
  }
  .productTag > dt{
    width: 17%;
    margin-right: 10px;
  }
  .contents-block > .btn-apply{
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 50%;
    height: 60px;
  }
  a.btn-apply{
    color: #fff;
  }
  .btn-search{
    padding: 16px 0;
    width: 50%;
    margin: 50px auto 0;
    background-position: right 25%  top 18px;
    background-size: 6%;
    font-size: 1.375rem;
  }
  .contents-block > .btn-blue{
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin: 50px auto;
    text-align: center;
    height: 65px;
    padding-top: 23px;
  }
  .tab-nav{
    background: #ececec;
  }
  a.companyList-small-link{
    color: #000;
    text-decoration: underline;
  }
  a.companyList-small-link:hover{
    text-decoration: none;
  }
  .companyList-small-header{
    font-weight: bold;
  }
  .companyList-small-wrapper{
    display: inline-block;
    margin: 0 30px 25px 0;
    vertical-align: top;
  }
  .companyList-small-wrapper:last-of-type{
    margin-right: 0;
  }
  .companyList-small-wrapper > h6{
    font-weight: bold;
  }
  .select-group > select#term{
    padding: 18px 14px;
  }
  .tab-container > li {
    font-size: 16px;
  }
  .ranking-icon {
    margin-right: 10px;
    width: 50px;
    vertical-align:  middle;
  }
  .company-detail{
      display: table-cell;
  }
 .company-detail> .company-product {
      display: table-cell;
  }
  .company-detail>.company-number{
      display: table-cell;
  }
	.contents-summary {
    line-height: 1.4;
    font-size: 18px;
  }
  .productBottom-inner {
    width: 48%;
  }
  a.js-iLink.btn {
    top: -30px;
    width: 50%;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 1000px){
  .searchHolder{
    width: 960px;
  }
  .contents-block{
    width: 960px;
    padding: 80px 0;
  }
  .contents-block-faq{
    width: auto;
  }
  .contents-block-company{
    width: auto;
  }
  .contents-block-company .contents-header, .contents-block-company .companyList, .contents-block-company .companyList-small{
    width: 960px;
    margin: 0 auto 20px;
  }
  .tab-container{
    width: 960px;
    margin: 0 auto;
  }
  .tabContent-container{
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .tabContent.js-tabContent p {
    line-height: 1.8;
    font-size: 14px;
  }
  .faq-question{
    padding-left: 50px;
  }
  .faq-question::before{
    right: 50px;
	      top: 27px;
  }
 .faq-question::after{
    top:28px;
    right: 56px;
  }
  .faq-question + div{
    padding: 25px 50px;
  }
  .faq-question.is-open::after{
    right: 58px;
  }
  p.ranking-reason {
      width: 960px;
      padding: 40px 0;
      font-size: 1.2em;
      line-height: 1.5;
      margin: 0 auto;
    }
    p.bold{
        font-weight: bold;
        padding-top: 20px;
    }
    p.red br{
        display: none;
    }
    span.red-br{
        margin-left: 1rem;
    }
}

@-moz-document url-prefix() {
      h4.companyList-logo img {
        width: 200px;
      }
}

@media (max-width: 1000px){
    .btn-blue::after {
        top: 23px;
    }
}

@media (max-width: 960px){
    .contents-header{
        font-size: 1.5rem;
    }

    .contents-header-chart {
      margin: 15px 0 0 !important;
      padding: 15px;
      background: #17abd6;
      color: #fff;
      font-size: .95rem;
    }
    .faq-question > span {
      padding-right: 36px;
      font-size: 16px;
    }
    .tabContent.js-tabContent p {
      font-size: 14px;
    }
    .companyList > li{
        font-size: 12px;
    }
    .anchorList a{
        font-size: 13px;
    }
    .contents-header {
      margin: 0 0 26px 0;
    }
    .tab-nav {
      width: 100%;
      margin-bottom: 26px;
    }
    .select-group > select{
        padding: 12px;
    }
    .searchHolder-form > dt{
        width: 30%;
    }
    .Chubb {
    margin-left: 2px;
    }
    p.ranking-reason {
        margin: 30px auto;
        padding: 0 3.5%;
        line-height: 1.5;
    }
    p.bold{
        font-weight: bold;
        padding-top: 10px;
    }

}

@media only screen and (max-device-width: 480px) {
    .faq-question:hover {
      border: 2px solid #ececec;
      background:#FFF;
      cursor: pointer;
    }

    .hs dl.productDetail-title, .ace dl.productDetail-title,.ms dl.productDetail-title,.sh dl.productDetail-title,.aig dl.productDetail-title {
       display: none;
    }
    .hs dl.productDetail-title ~ dl.productDetail-title, .ace dl.productDetail-title ~ dl.productDetail-title,.ms dl.productDetail-title ~ dl.productDetail-title,.sh dl.productDetail-title ~ dl.productDetail-title,.aig dl.productDetail-title ~ dl.productDetail-title {
       display: block;
    }
}


/*トラブル事例css*/
#breadcrumb {
    width: 960px;
    margin: 0 auto;
}
#breadcrumb #body {
    width: 950px;
    margin: 0 auto;
    padding: 8px 0 4px;
}
.bread_pc li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.bread_pc li:last-child span {
    padding-left: 5px;
}
#breadcrumb a {
    color: #003F98;
    /* border-bottom: 1px solid #003F98; */
}
#breadcrumb a:hover {
    text-decoration: none;
    /* border-bottom:none; */
}
.bread_pc a:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    right: -8px;
}
.help-chart {
    font-size: 1.6em;
}

@media print, screen and (min-width: 960px){
    p.help-content {
        line-height: 2;
    }
    .contents-header.help-header {
        margin: 10px 0 50px;
        font-size: 2.6em;
    }
    p.help-content{
        margin-bottom: 20px;
        line-height: 2;
        font-size: 1.4em;
    }
    .pagetop_sp {
    display: none;
}
    #pageTop{
        display: none;
    }
    #breadcrumb {
        width: 950px;
        margin: 0 auto;
        line-height: 1.7;
        font-size: 120%;
    }
    #breadcrumb #body {
        padding: 10px 0 0 10px;
    }
    li.itemListElement a:visited {
        color: #004098;
        text-decoration: none;
    }
    li.itemListElement a:link {
        color: #004098;
        text-decoration: none;
    }
}

@media (max-width: 959px){
    #pageTop{
        display: none;
    }
    #breadcrumb {
        width: 100%;
    }
    #breadcrumb #body {
        width: auto;
        padding: 5px 0;
        font-size: 1.4em;
    }
    .bread_pc {
        font-size: 0.7em;
        display: table;
    }
    .bread_pc li {
        line-height: 1.2;
    }
    .bread_pc a {
        background: #f0f0f0;
        height: 26px;
        display: table;
        position: relative;
        padding: 0 5px;
        margin-right: 20px;
    }
    .bread_pc a:before {
        content: '';
        display: block;
        position: absolute;
        position: absolute;
        top: 0;
        left: -26px;
        border: 13px solid #f0f0f0;
        border-left-color: transparent;
    }
    .bread_pc span {
        display: table-cell;
        vertical-align: middle;
        height: 26px;
    }
    .bread_pc a:after {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -26px;
        border: 13px solid transparent;
        border-left-color: #F0F0F0;
    }
}
@media (max-width: 760px){
    #pageTop{
        display: none;
    }

}
@media (max-width: 480px){
    .bread_pc li {
        float: left;
        margin: 0 0 2px 0;
    }
    .bread_pc a {
        margin-right: 30px;
    }
    .bread_pc a:before {
        content: '';
        display: block;
        position: absolute;
    }
    .accidents{
        line-height: 1.6;
    }
}
.accidents{
    padding-top: 50px;
    line-height: 2;
    font-size: 1.4em;
}
li.tab.js-tab.trouble {
    width: 33%;
}

.table-label{
    height: 50px;
    padding: 15px;
    background: #17abd6;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.table-label th{
    vertical-align: middle;
    min-width: 30%;
    text-align: center;
    font-weight: bold;
}
.table-label th.country-label{
    padding: 0 5%;
    width: 20%;
    border-right: 2px solid #ffffff;
}

td.country-area{
    text-align: center;
    height: 50px;
    vertical-align: middle;
    background: #ececec;
    font-weight: bold;
    font-size: 1.1em;
}
td.country {
    vertical-align: middle;
    text-align: center;
    border-right: 2px solid #ececec;
}
p.red{
    color: #f55977;
    font-weight: bold;
    padding: 10px 0 0;
}
p.note{
    padding-top: 2%;
	line-height: 1.5;
    font-size: 1.2em;
}
p.credit-note{
    margin-top: -30px;
}
table.rescue-costs tr{

}
.country-rescue-detail{
    border: 2px solid #ececec;
    min-height: 60px;
    vertical-align: middle;
    font-size: 1.2;
}
.rescue-detail{
    vertical-align: middle;
    padding: 20px;
    line-height: 1.4;
}

.troubleContents li{
    background-color: #f1f1f1;
    margin-bottom: 40px;
    padding: 20px;
}
.troubleContents li:first-child{
    background-image: url(../img/trouble_1.png);
    background-repeat: no-repeat;
    background-position: 1.5% 68%;
}
.troubleContents li:nth-child(2){
    background-image: url(../img/trouble_2.png);
    background-repeat: no-repeat;
    background-position: 1.5% 68%;
}
.troubleContents li:last-child{
    background-image: url(../img/trouble_3.png);
    background-repeat: no-repeat;
    background-position: 1.5% 78%;
}

span.troubleContents-heading-icon1{
    position: relative;
    top: -34px;
    background-image: url(../img/icon-trouble01.png);
    background-repeat: no-repeat;
    height: 70px;
    float: left;
    text-indent: -9999px;
    width: 70px;
    margin-right: 15px;
}
span.troubleContents-heading-icon2{
    position: relative;
    top: -34px;
    background-image: url(../img/icon-trouble02.png);
    background-repeat: no-repeat;
    height: 70px;
    float: left;
    text-indent: -9999px;
    width: 70px;
    margin-right: 15px;
}
span.troubleContents-heading-icon3{
    position: relative;
    top: -34px;
    background-image: url(../img/icon-trouble03.png);
    background-repeat: no-repeat;
    height: 70px;
    float: left;
    text-indent: -9999px;
    width: 70px;
    margin-right: 15px;
}

h4.troubleContents-heading{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    display: block;
}
.troubleContents-example {
    display: inline-block;
    width: 43%;
    vertical-align: top;
}
.troubleContents-example p{
    margin: 0 20px;
    background-color: #ffffff;
}
.troubleContents-commentary dt{
    background: #17abd6;
    color: #ffffff;
    font-size: 1.2em;
    width: 60px;
    border-radius: 20px;
    padding: 4px;
    text-align: center;
    height: 20px;
    margin-top: 10px;
}
dl.troubleContents-commentary {
    width: 40%;
    display: inline-block;
    margin: 0 0 0 3%;
}

.troubleContents-example div{
 	margin: 10px 0 0;
 	padding: 7px 10px;
 	font-size: 15px;
 	background: #fff;
 	border-radius: 5px;
}

.troubleContents-example div:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 20px solid #ffffff;
}

.troubleContents-example div p {
	margin: 0;
	padding: 12px;
}
.troubleContents-commentary dd{
    font-size: 15px;
    padding-top: 10px;
}

table.rescue-costs {
    font-size: 1.2em;
}
ol.troubleContents {
    line-height: 1.4;
}

table.rescue-costs {
    font-size: 1.2em;
}
ol.troubleContents {
    line-height: 1.4;
}

.help-tab.is-active::after {
  left: 46%;
  top: inherit;
  bottom: -6px;
  width: 10%;
  height: 20px;
  background: #17abd6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 750px) {

    p.credit-note {
        padding-top: 50px;
    }
    .troubleContents-example {
        width: 100%;
        margin-top: 4%;
    }
    .troubleContents-example div {
        margin: 0 0 0 20%;
        padding: 7px 10px;
        font-size: 15px;
        background: #fff;
        border-radius: 5px;
    }
    .troubleContents li:first-child {
        background-position: 4.5% 50%;
    }
    .troubleContents li:nth-child(2){
        background-position: 4.5% 50%;
    }
    .troubleContents li:last-child{
        background-position: 3% 50%;
        margin-bottom: 0;
    }
    dl.troubleContents-commentary {
        width: 94%;
        display: inline-block;
        margin: 7px 0 0 14px;
    }
}

@media screen and (max-width: 480px){
    .contents-header{
        font-size: 1.3rem;
    }
    h4.contents-header.contents-header-chart{
        font-size: 1rem;
    }
    p.red{
        padding-top: 2%;
    }
    .table-label th.country-label{
        width: 27%;
    }
    .accidents {
        padding-top: 20px;
        line-height: 1.5;
        font-size: .85rem;
    }
    .country-rescue-detail{
        font-size: 0.8rem;
    }
    p.note{
        font-size: 0.8rem;
    }
    .troubleContents li{
        background-color: #f1f1f1;
        margin-bottom: 40px;
        padding: 10px 15px;
    }

    .troubleContents li:first-child {
        background-position: 0% 29%;
        background-size: 60px 54px;
    }
    .troubleContents li:nth-child(2){
        background-position: 0% 32%;
        background-size: 60px 54px;
    }
    .troubleContents li:last-child{
        background-position: 1% 30%;
        background-size: 64px 58px;
        margin-bottom: 0;
    }
    h4.troubleContents-heading{
        font-size: 1.1rem;
        font-weight: bold;
    }
    .troubleContents-example {
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }
    .troubleContents-example p{
        margin: 0 20px;
        background-color: #ffffff;
    }
    .troubleContents-commentary dt{
        background: #17abd6;
        color: #ffffff;
        font-size: 13px;
        width: 60px;
        border-radius: 15px;
        height:18px;
        padding: 2px;
        text-align: center;
        margin-bottom: 7px;
    }
    .troubleContents-commentary dd{
        margin-bottom: 3%;
    }

    dl.troubleContents-commentary {
        width: 100%;
        margin: 0;
    }
    .troubleContents-example div.credit-trouble-1{
        margin: 0em 0 1em 3rem;
    }
    .troubleContents-example div.credit-trouble-3{
        margin: 1em 0 1em 4rem;
    }
    .troubleContents-example div{
     	position: relative;
    	display: inline-block;
     	margin: 1em 0 1em 3rem;
    	padding: 6% 4%;
    	min-width: 120px;
    	font-size: 1.1em;
    	background: #ffffff;
    }

    .troubleContents-example div:before{
    	content: "";
    	position: absolute;
    	top: 30%;
    	left: -25px;
     	margin-top: -15px;
    	border: 10px solid transparent;
    	border-right: 20px solid #ffffff;
    }

    .troubleContents-example div p {
    	margin: 0;
    	padding: 0;
        font-size: 1.1em;
    }
span.troubleContents-heading-icon1{
    position: relative;
    top: -18px;
    left: -5px;
    background-image: url(../img/icon-trouble01.png);
    background-repeat: no-repeat;
    background-size:50px 50px;
    height: 50px;
    float: left;
    text-indent: -9999px;
    width: 50px;
    margin-right: 3px;
}
span.troubleContents-heading-icon2{
    position: relative;
    top: -18px;
    left: -5px;
    background-image: url(../img/icon-trouble02.png);
    background-repeat: no-repeat;
    background-size:50px 50px;
    height: 50px;
    float: left;
    text-indent: -9999px;
    width: 50px;
    margin-right: 3px;
}
span.troubleContents-heading-icon3{
    position: relative;
    top: -18px;
    left: -5px;
    background-image: url(../img/icon-trouble03.png);
    background-repeat: no-repeat;
    background-size:50px 50px;
    height: 50px;
    float: left;
    text-indent: -9999px;
    width: 50px;
    margin-right: 3px;
}


}
