@charset "shift_jis";

/*----------------------------------*/
/* layout
/*----------------------------------*/
.p-bicycle__contentWrap {
  margin: 0 auto;
  position: relative;
  width: 1035px;
}

.u-pc-mLeft10 {
  margin-left: 10px !important
}

/*----------------------------------*/
/* sort area
/*----------------------------------*/
.sortArea {
  padding: 8px 0;
  background: #fff;
  width: 1035px;
}

@-moz-document url-prefix() {
  .sortArea {
    padding: 13px 0;
    background: #fff;
  }
}

.sortArea.condChangeBox {
  padding: 0;
}

.sortArea.is-origin {
  padding: 0;
}

.sortArea.condChangeBox.is-fixedClone {
  z-index: 501;
  height: 0;
  overflow: hidden;
}

.sortArea.condChangeBox.is-fixedClone.condChangeWrapFix {
  display: block;
  height: auto;
  overflow: visible;
}

.sortArea .sortBtn {
  margin-right: 20px;
  float: left;
}

.sortArea .sortBtn ul {
  margin-top: 4px;
}

.sortArea .sortBtn ul li {
  float: left;
  line-height: 1;
}

.sortArea .sortBtn ul li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}

.sortArea .sortBtn ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.sortArea .sortResult {
  float: right;
  line-height: 1;
}

.sortArea .sortResult span {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  padding: 0 3px;
}

/*----------------------------------*/
/* result area
/*----------------------------------*/
.p-resultArea {
  border: solid 1px #ddd;
  background: #fff;
}

.condChangeWrapFix.p-resultArea {
  border-top: 0;
}

.p-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 16px;
}

.p-resultInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 890px;
  position: relative;
}

.p-result__bicycle {
  background-size: 48px 48px;
  display: flex;
  align-items: center;
  flex-grow: 2;
  min-height: 40px;
  padding-left: 65px;
}

.is-noSelected .p-result__bicycle {
  padding-left: 60px;
}

.p-result__bicycle.p-result__bicycle--self {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_01.svg) no-repeat left center;
  background-size: 42px 42px;
  padding-left: 50px;
}

.p-result__bicycle.p-result__bicycle--couple {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_02.svg) no-repeat left center;
  background-size: 46px 46px;
}

.p-result__bicycle.p-result__bicycle--family {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_03.svg) no-repeat left center;
  background-size: 46px 46px;
}

.p-result__bicycle.p-result__bicycle--relatives {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_04.svg) no-repeat left center;
  background-size: 46px 46px;
}

.is-noSelected .p-result__person {
  color: #888;
}

.p-result__person {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.p-result__personChange__link {
  color: #0a6fcc;
  font-size: 15px;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  cursor: pointer;
}

.p-result__personChange__link::after {
  margin-top: -7px;
  height: 10px;
  width: 15px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_icons.svg) no-repeat;
  background-position: -192px -77px;
  background-size: 340px 164px;
}

.p-result__personChange__link.is-open::after {
  transform: rotate(180deg);
}

.p-result__personChange {
  padding: 12px 20px 12px 0;
}

.p-result__personChange__link:hover {
  color: #09f;
}

.p-result__conditionDetail__linkTxt {
  position: relative;
  color: #0a6fcc;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  background: url(https://img1.kakaku.k-img.com/images/insurance/search/hikaku_menu_btn.svg)no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}

.p-result__conditionDetail {
  border: solid 1px #ddd;
  padding: 12px 15px 12px 13px;
  position: relative;
  border-radius: 22px;
  cursor: pointer;
}

.p-result__conditionDetail:hover {
  background: #f5faff;
}

.p-result__conditionDetail:hover .p-result__conditionDetail__linkTxt {
  color: #09f;
}

.p-result__conditionDetail.is-active .p-result__conditionDetail__linkTxt::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e33543;
  top: 1px;
  left: 20px;
}

/*----------------------------------*/
/* simulater
/*----------------------------------*/
.p-simulatorArea {
  background: #fafafa;
  transition: .2s height ease;
  height: 0;
  overflow: hidden;
}

.p-simulatorArea.is-open {
  height: 140px;
}

.p-simulatorArea__inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 20px 30px;
}

.p-simulatorBox__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-simulatorBox {
  display: flex;
  align-items: center;
}

.p-simulatorBtn {
  width: 270px;
}

.p-simulatorBox__section:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: dotted 1px #ddd;
}

.p-simulatorBox__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}

.p-simulatorBox__ttl span {
  color: #888;
  font-weight: normal;
  margin-left: .5em;
}

.p-simulatorBox__help {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 2px;
}

.p-simulatorBox__help__text {
  display: inline-block;
  padding-left: 4px;
}

/*----------------------------------*/
/* sort order
/*----------------------------------*/
.p-sortOrder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.p-sortOrder .sortResult {
  float: none;
  font-size: 13px;
}

.p-sortOrder .sortBtn {
  float: none;
}

.p-sortOrder .sortResult span, .p-sortOrder .sortResultfix span {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding: 0 3px;
}

.p-sortBtn {
  border-bottom: solid 1px #ddd;
  position: relative;
}

.p-sortBtn::after {
  transform: translateY(-6px);
  border-top: 6px solid #b4b3b3;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 7px;
  height: 5px;
  pointer-events: none;
}

.p-sortBtn__select {
  font-size: 13px;
  padding: 0 14px 5px 2px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  cursor: pointer;
  background: none transparent;
}

.p-sortBtn__select:focus-visible {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none transparent;
}

/*----------------------------------*/
/* table
/*----------------------------------*/
table {
  border-spacing: 0;
  border-color: transparent;
  border-collapse: collapse;
}

.mainTable {
  position: relative;
}

.mainTable td.is-hide {
	display: none;
}

.logoImg {
  margin: 5px 0;
}

.logoImg img {
  width: auto;
  height: 75px;
}

.linkTxt {
  font-size: 11px;
  display: inline-block;
  color: #0867bf;
  height: 30px;
}

a.itemLink span img {
  display: block;
}

.tbl1 {
  width:100%;
  overflow:hidden;
}

.wrap1 {
  position:relative;
  width:1035px;
  overflow:hidden;
}

.wrap1 th div {
  width:205px;
}

.wrap2 {
  position:relative;
  width:1035px;
  overflow:hidden;
}

.wrap2 th div {
  width:233px;
}

.wrap2 th .p-modal__trend {
  width: 106px;
}

.wrap2 th.fcOpen div {
  width:233px;
  background: url(https://img1.kakaku.k-img.com/images/insurance/search/search_v_18.png) no-repeat scroll right center;
  background-size: 21px 16px;
}

.wrap1 td div {
  width:135px;
  margin: 0 auto;
}

.wrap2 td div {
  width:135px;
  margin: 0 auto;
}

.thPad {
  padding: 16px;
  display: block;
}

.tdPad {
  padding: 12px;
}

.tdPad.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tbl2 {
  width:100%;
  overflow:hidden;
}

.hikakuTbl1 {
  position:relative;
}

.hikakuTbl2 {
  position:relative;
}

.fixHead {
  position:absolute;
  overflow:hidden;
}

.fixBody {
  position:absolute;
  overflow:hidden;
}

.fix {
  position:fixed;
  top:158px;
  z-index:400;
}

.condChangeWrapFix {
  position:fixed;
  top:0;
  margin-top: 0px!important;
  z-index:410;
}

/* checkbox */
.p-showCell__switch {
	display: block;
	border: solid 1px #bbdba7;
  border-radius:4px;
  padding: 6px 0 5px 11px;
	background: #fff;
}

.p-showCell__switch a {
  display: block;
  background: url(https://img1.kakaku.k-img.com/images/insurance/search/icon_checkbox_compare_active_green.svg)no-repeat left center;
	background-size: 14px 12px;
  cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s;
  color: #5ca333;
}

.p-showCell__switch a:active,
.p-showCell__switch a:hover {
	color: #5ca333;
	text-decoration: none!important;
}

.p-showCell__switch.is-off {
	pointer-events: none;
	background: #f7f8fa;
	border: solid 1px #ddd;
}

.p-showCell__switch.is-off a {
	background: url(https://img1.kakaku.k-img.com/images/insurance/search/icon_checkbox_compare_off.svg)no-repeat left center;
	background-size: 14px 12px;
	color: #a0a0a0;
	pointer-events: none;
	cursor: default;
}

.p-showCell__switch.selected {
  background-color: #5ca333;
  border: 1px solid #5ca333;
}

.p-showCell__switch.selected a {
	background: url(https://img1.kakaku.k-img.com/images/insurance/search/icon_checkbox_compare_on.svg)no-repeat left center;
	background-size: 14px 12px;
	color: #fff;
}

.p-showCell__switch.selected a:active,
.p-showCell__switch.selected a:hover {
	color: #fff!important;
	text-decoration: none!important;
}

.p-compareCheckPadInner {
  width: auto !important;
}

.p-compareCheckPad__checkBox {
  position: relative;
  padding: 8px 79px 8px 78px;
  cursor: pointer;
}

.p-compareCheckPad__checkBox::before {
  content: "";
  position: absolute;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_catetop_icons.svg) no-repeat;
  background-size: 580px 380px;
  background-position: -427px -227px;
  width: 26px;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -13px;
}

.p-compareCheckPad__checkBox input {
  position: absolute;
  visibility: hidden;
}

.hcSelected .p-compareCheckPad__checkBox::before {
  background-position: -427px -127px;
}

.hikakuTableHead .p-compareCheckPad {
	background-color: #f7f8fa;
	transition: background-color 0.1s;
}

.hikakuTableHead .p-compareCheckPad.hcSelected {
	background-color:#ecf3ff;
}

.p-compareCheckPad_checkBox {
  position: relative;
  margin-left: -11px;
  padding: 8px 79px 8px 78px;
  background: url(https://img1.kakaku.k-img.com/images/insurance/search/search_v_22.png) no-repeat 60px center;
  cursor: pointer;
}

.p-compareCheckPad_checkBox input {
  position: absolute;
  visibility: hidden;
}

.hcSelected .p-compareCheckPad_checkBox {
	background:url(https://img1.kakaku.k-img.com/images/insurance/search/search_v_23.png) no-repeat 60px center;
}

.p-compareCheckPad_ttl {
	padding: 5px 5px !important;
}

.p-compareCheckPad_ttl > div {
	width: auto !important;
}

.p-mainTable table {
  border-collapse: separate;
}

.p-compareCheckPadHead th,
.p-compareCheckPadHead td {
  border-top: 1px solid #dcdcdc;
}

.p-mainTable .wrap1 th div,
.p-mainTable .wrap2 th div {
  font-size: 15px;
}

.p-mainTable .wrap1 td div,
.p-mainTable .wrap2 td div {
  box-sizing: content-box;
}

.p-mainTable .wrap1 {
  visibility: hidden;
  position: fixed;
}

.p-mainTable .wrap1.is-hide {
  display: none;
  height: 0;
}

.p-thPad {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
  height: 100%;
}

.p-hikakuTableContents .p-bBtm--em th,
.p-hikakuTableContents .p-bBtm--em td {
  border-bottom: solid 2px #dcdcdc;
}

.p-hikakuTableContents .p-bBtm--sub th,
.p-hikakuTableContents .p-bBtm--sub td {
  border-bottom: 1px dotted #ccc;
}

.p-hikakuTableContents .p-bBtm--none th,
.p-hikakuTableContents .p-bBtm--none td {
  border-bottom: 0;
}

.p-th--indent {
  position: relative;
}

.p-th--indent::before {
  content: "";
  border-left: 20px solid #fcfcfc;
  position: absolute;
  top: -1px;
  left: 8px;
  height: 100%;
}

.p-columnChild .p-th--indent .p-thPad {
  padding-left: 30px;
}

.p-planTbl__thTxt {
  font-size: 15px;
}

.p-planTbl__subTxt {
  font-size: 13px;
  color: #888;
  width: 100%;
  display: block;
  margin-top: 3px;
  line-height: 1.2;
  font-weight: normal;
}

.p-fixedSumTable .p-thPad {
  width: 233px;
}

.p-fixedSumTable__logo .logoImg {
  padding: 5px 0;
}

.p-fixedSumTable .p-hikakuTableContents span.valueTxtRed {
  font-size: 21px;
}

.p-fixedSumTable .p-hikakuTableContents span.unitRed {
  font-size: 13px;
}

.p-fixedSumTable .p-hikakuTableContents .tdPad {
  margin: 0;
}

.p-fixedSumTable .p-thPad {
  padding: 0 10px;
}

/* ranking */
.p-crown--no1 {
  position: relative;
  color: #d1a91b;
  padding-left: 23px;
}

.p-crown--no1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_icons.svg);
  background-size: 155px 75px;
  background-repeat: no-repeat;
  background-position: -1px -2px;
}

.p-crown--no2 {
  position: relative;
  color: #adb2bd;
  padding-left: 23px;
}

.p-crown--no2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_icons.svg);
  background-size: 155px 75px;
  background-repeat: no-repeat;
  background-position: -1px -29px;
}

.p-crown--no3 {
  position: relative;
  color: #b58e7b;
  padding-left: 23px;
}

.p-crown--no3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_icons.svg);
  background-size: 155px 75px;
  background-repeat: no-repeat;
  background-position: -1px -56px;
}

/* note */
.note {
  font-size: 85%;
  color: #666666;
}

.choiceImg {
  line-height: 1;
  display: block;
}

.fixTtl {
  background:#e0e5f9
  url(https://img1.kakaku.k-img.com/images/insurance/search/pet_v_05.png) no-repeat scroll right center;
  background-size: 34px 8px;
  font-size:16px;
  padding:10px;
  width: 1013px;
  border-left: 1px solid #dcdcdc!important;
  border-right: 1px solid #dcdcdc!important;
  border-bottom: 1px solid #dcdcdc!important;
  cursor: pointer;
}

/* for google search console */
@media screen and (max-width:817.9px) {
  .wrap1,.wrap2 {width: 555px !important;}
  .btnArea {width: 630px !important;}
  }
  @media screen and (min-width:818px) {
  .wrap1,.wrap2 {width: 715px !important;}
  .btnArea {width: 790px !important;}
  }
  @media screen and (min-width:978px) {
  .wrap1,.wrap2 {width: 875px !important;}
  .btnArea {width: 950px !important;}
  }
  @media screen and (min-width:1208px) {
  .wrap1,.wrap2 {width: 1035px !important;}
  .btnArea {width: 1110px !important;}
}
/* for google search console end*/

/* ?????? */
.p-hikakuTableHead th {
  border: 1px solid #dcdcdc;
  background: #fcfcfc;
  text-align: left;
  width: 130px;
  padding: 10px 14px;
  font-size: 100%;
  line-height: 1.3em;
}

.p-hikakuTableHead td {
  border: 1px solid #dcdcdc;
  text-align: center;
  background: #ffffff;
  color: #333333;
  line-height: 1.3em;
}

.p-hikakuTableHead td a.itemLink {
  display: block;
  padding: 8px;
}

.p-hikakuTableHead td a.fixLink:hover {
  text-decoration: none!important;
}

.p-hikakuTableHead .itemName {
  font-size: 11px;
  color: #333333;
  display: inline-block;
}

.p-hikakuTableHead span.txtWrap {
  display: block;
}

.p-hikakuTableHead span.valueTxtRed {
  font-size: 20px;
  color: #d50000;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.p-hikakuTableHead span.unitRed {
  font-size: 15px;
  color: #d50000;
  font-weight: bold;
}

.p-hikakuTableHead span.subValue {
  font-size: 13px;
  margin: 5px 0 10px;
  display: block;
}

.p-hikakuTableHead tr.headTblFixed {
  border-bottom: 1px solid #dcdcdc;
}

.p-hikakuTableContents th {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #fcfcfc;
  text-align: left;
  font-size: 100%;
  line-height: 1.3em;
  vertical-align: middle;
  position: relative;
}

.p-hikakuTableContents th.fcOpen {
  cursor: pointer;
}

.p-hikakuTableContents td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  width: 135px!important;
  background: #ffffff;
  color: #333333;
  line-height: 1.5em;
  font-size: 14px;
  vertical-align: middle;
}

.p-hikakuTableContents a.linkArea {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.p-hikakuTableContents span.valueTxtRed {
  font-size: 24px;
  color: #e33543;
  font-weight: bold;
  line-height: 1;
}

.p-hikakuTableContents span.unitRed {
  font-size: 15px;
  color: #e33543;
  font-weight: bold;
}

.p-hikakuTableContents .subValue {
  display: block;
  color: #888;
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
  margin-top: 5px;
}

.p-hikakuTableContents p.pWord {
  font-size: 11px;
  margin-bottom: 5px;
}

.p-hikakuTableContents span.valueTxtBlack {
  font-size: 18px;
  word-break: break-all;
}

.p-hikakuTableContents span.unitBlack {
  font-size: 13px;
  word-break: break-all;
  transform: translateY(2px);
}

.p-hikakuTableContents p.toTxt {
  font-size: 15px;
  font-weight: bold;
  width: 21px;
  margin: 0 auto 5px;
  background-image: url(https://img1.kakaku.k-img.com/images/insurance/search/search_v_07.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.p-hikakuTableContents span.hanyouTxt {
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
  display: inline-block;
}

.p-hikakuTableContents span.hanyouTxt a {
  padding: 12px 12px 12px 0;
}

.p-hikakuTableContents span.hanyouTxtSmall {
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  display: block;
  color: #888;
  display: inline-block;
}

.p-hikakuTableContents span.hanyouTxtSmall a {
  padding: 12px 12px 12px 0;
}

.p-hikakuTableContents ul.hanyouList li {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-hikakuTableContents ul.hanyouList li span.subTxt {
  font-size: 11px;
  line-height: 1.5em;
}

.p-hikakuTableContents ul.hanyouListSmall li {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 3px;
}

.p-hikakuTableContents a.hanyouLink {
  display: block;
  padding: 12px;
  width: 135px;
}

.p-hikakuTableContents span.cCharge {
  font-size: 20px;
  font-weight: bold;
}

.p-hikakuTableContents span.cChargeCtrl {
  font-size: 15px;
}

.p-hikakuTableContents ul.appMtd {
  display: table;
  border-collapse: separate;
  border-spacing: 4px 0;
}

.p-hikakuTableContents ul.appMtd li {
  padding: 7px 8px 7px 7px;
  font-size: 11px;
  display: table-cell;
  vertical-align: middle;
}

.p-hikakuTableContents ul.appMtd li.on {
  font-weight: bold;
  background: #efefef;
  border: 1px solid #cccccc;
}

.p-hikakuTableContents ul.appMtd li.off {
  color: #c7c7c7!important;
  border: 1px solid #e6e6e6;
}

.p-hikakuTableContents .itemLink:hover img {
  opacity: .8;
}

.p-hikakuTableContents .itemName {
  font-size: 13px;
  color: #888;
  display: inline-block;
  line-height: 1.2;
}

.p-hikakuTableContents .itemName:hover {
  text-decoration: none;
}

.p-hikakuTableContents .choiceImg + .subValue {
  margin-top: 10px;
}

.p-hikakuTableContents .logoImg {
  margin: 0;
  height: 90px;
  width: 120px;
}

.p-hikakuTableContents .logoImg img {
  height: 100%;
  width: 100%;
}

.p-hikakuTableContents .tdPad {
  padding: 0 12px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.p-valueRate {
  font-size: 24px;
  font-weight: bold;
}

.p-unitRate {
  font-size: 15px;
  position: relative;
  transform: translateY(2px);
}

.p-columnChild {
  position: relative;
}

.p-columnChild .p-thPad {
  padding-left: 20px;
  min-height: 100px;
}

.p-columnChild th {
  position: relative;
}

.p-columnChild th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 7px;
  border-right: 1px solid #bbdba7;
  background-color: #e6f7e0;
  content: '';
  top: -1px;
  height: calc(100% + 1px);
}

.p-columnChild.p-fixSubTtl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 7px;
  border-right: 1px solid #bbdba7;
  background-color: #e6f7e0;
  content: '';
  top: -1px;
  height: calc(100% + 2px);
}

.p-columnChild.p-bBtm--em th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 7px;
  border-right: 1px solid #bbdba7;
  background-color: #e6f7e0;
  content: '';
  top: -1px;
  height: calc(100% + 2px);
}

.p-columnChild.p-fixSubTtl {
  padding-left: 20px;
}

.p-fixTtl {
  background: #e6f7e0;
  border-top: solid 2px #bbdba7;
  border-bottom: solid 1px #bbdba7 !important;
  color: #61a63c;
  position: relative;
  margin-top: -1px;
  z-index: 1;
  padding: 15px 10px;
  width: 1035px;
}

.p-fixTtl.is-visible {
  visibility: visible;
}

.p-fixTtl__innerSubTxt {
  font-weight: normal;
  margin-left: 10px;
}

.p-fixSubTtl {
  background: #f5f6f7;
  font-weight: bold;
  font-size: 15px;
  visibility: hidden;
  position: relative;
  cursor: default;
  padding: 15px 10px;
}

.p-fixSubTtl.is-visible {
  visibility: visible;
}

.p-fixSubTtl.p-tblToggle::after {
  content: none;
}

.s-tblToggle__body.is-close {
  display: none;
}

/* toggle */
.p-tblToggle {
  cursor: pointer;
}

.p-tblToggle::after {
  content: "";
  border-left: 7px solid #e6f7e0;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 1px);
  border-bottom: solid 1px #e6f7e0;
}

.p-tblToggle.is-close::after {
  content: none;
}

.p-tblToggle::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_icons.svg) no-repeat;
  background-size: 360px 174px;
  background-position: -201px -16px;
}

.p-tblToggle.is-close::before {
  background-position: -201px -78px;
}

/* cv button */
.p-cvPad {
  padding: 8px 10px;
  width: 139px !important;
}

.p-hikakuTableContents span.shdw-pdg {
  padding-bottom: 0;
}

.p-hikakuTableContents a.cl-1 {
  background: #ff8a30;
  box-shadow: 0 2px 0 #cf7129;
  margin: 0 auto 3px;
  border-radius: 8px;
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
  transition: .2s all ease;
}

.p-hikakuTableContents a span.cv-btn-line-1 {
  margin: 0 auto;
  padding-top: 4px;
  display: table-cell;
  vertical-align: middle;
}

.p-hikakuTableContents a span.cv-btn-inbox span.txt-wrap-half {
  padding: 0;
}

.p-hikakuTableContents a span.cv-btn-inbox span.clcv {
  display: block;
}

/* link */
.p-itemBicycleLink:hover {
  background: #f5faff;
}

.p-itemBicycleLink-cell,.p-itemBicycleLink-cell a,
.p-itemBicycleLink-cell,.p-itemBicycleLink-cell .insuredPersonLink {
  color: #0a6fcc;
  display: block;
  font-size: 15px;
  width: 159px !important;
}

.p-itemBicycleLink:hover a,
.p-itemBicycleLink:hover .insuredPersonLink {
  color: #09f;
}

/* ????????? */
.nFArea {
  border: 1px solid #ccc;
  padding: 15px 12px 12px;
}

.nFArea .nFAlert {
  color: #d50000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.nFArea .nFTxt {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: center;
}

/*----------------------------------*/
/* button
/*----------------------------------*/
.btnArea {
  width: 1035px;
  position: relative;
  top: 126px;
  z-index: 500;
}

.btnAreaFix {
  position: fixed;
  top: 282px;
}

.btnArea.p-btnArea {
  top: 85px;
}

/* prev, next button */
.btnArea .prevBtn.btnDisabled,
.btnArea .nextBtn.btnDisabled {
	display: none;
}

.p-btnArea .prevBtn div.prevBlock {
  box-sizing: content-box;
  background: #fff;
  border: solid 1px #ddd;
}

.p-btnArea .prevBtn div.prevArw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #b4b3b3 transparent transparent;
}

.p-btnArea .nextBtn div.nextBlock {
  box-sizing: content-box;
  background: #fff;
  border: solid 1px #ddd;
}

.p-btnArea .nextPrevHover {
  background: #f5faff !important;
  border: solid 1px #ddd !important;
}

.p-btnArea .nextBtn div.nextArw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #b4b3b3;
}

.prevBtn {
  position: absolute;
  cursor: pointer;
  margin-left: -67px;
}

.prevBtn div.prevBlock {
  background-color: #FFF;
  background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );width: 30px;width: 30px;
  border-radius: 4px;
  padding:25px 5px 25px 15px;
  display: block;
  border: 1px solid #cccccc;
}

.prevBtn div.prevArw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #666666 transparent transparent;
}

.nextBtn {
  position: absolute;
  cursor: pointer;
  margin-left: 1050px;
}

.nextBtn div.nextBlock {
  background-color: #FFF;
  background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );width: 30px;
  border-radius: 4px;
  padding:25px 0px 25px 20px;
  display: block;
  border: 1px solid #cccccc;
}

.nextBtn div.nextArw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #666666;
}

.nextPrevHover {
  background: linear-gradient(to bottom,  #ffffff 0%,#e4f3ff 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4f3ff',GradientType=0 )!important;
  border: 1px solid #b3b3b3!important;
}

.prevBtnFix {
  position:fixed;
}

.nextBtnFix {
  position:fixed;
}

.btnDisabled {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}

.positionR {
  position: absolute!important;
  right: 8px;
}

.positionL {
  position: absolute!important;
  left: 82px;
}

/*----------------------------------*/
/* modal
/*----------------------------------*/
.wrap2 .p-hikakuTableContents .p-modal__trend {
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 40px;
  margin: 5px auto 0;
  padding: 1px 0;
  text-align: center;
  line-height: 1;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 36px;
  display: block;
  white-space: nowrap;
  position: static;
  font-size: 13px;
  color: #888;
  box-sizing: border-box;
  font-weight: normal;
}

.wrap2 .p-hikakuTableContents .p-modal__trend::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(https://img1.kakaku.k-img.com/images/smartphone/insurance/icon_modal.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  right: -5px;
  color: #666;
}

.p-hikakuTableContents .p-modal__trend.is-disabled {
  pointer-events: none;
  background-color: #eee;
  color: #b3b3b3;
}

.p-hikakuTableContents .p-modal__trend.is-disabled::after {
  opacity: 0.5;
}

.p-modal__trendInner {
  padding: 0 !important;
}

.p-dispPopup__txtCell {
  width: auto !important;
}

.s-dispPopup__bg {
  z-index: 500 !important;
}

.s-dispPopup__content {
  z-index: 501 !important;
  -webkit-overflow-scrolling: touch;
}

.s-dispPopup__content::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.s-dispPopup__content.p-popup--w500 {
  width: 500px;
  margin-left: -200px;
}

.s-dispPopup__content.is-hidePop {
  opacity: 0 !important;
  z-index: 0 !important;
}

.popup__innerWrap {
  margin: auto;
  width: 80%;
}

.popup__ttl {
  border-left: 3px solid #5ca333;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 10px;
  position: relative;
  text-align: left;
}

.popup__head {
  background: #fff;
  text-align: center;
  margin: 0 -10px 10px;
  position: relative;
  border-bottom: solid 1px #ddd;
  padding: 20px 10px 17px;
}

.popup__head__inner {
  position: relative;
}

.popup__text {
  margin-bottom:20px;
  font-size: 16px;
  line-height: 1.6;
}

.popup__text__note {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
}

.popup__head__closeBtn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}

.s-dispPopup__closeBtn {
  margin: 0 !important;
}

.s-dispPopup__closeBtn__btn.popup__head__closeBtn__icon {
  border: solid 1px #ddd;
  padding: 15px;
  border-radius: 16px;
  box-shadow: none;
  z-index: 1;
}

.p-popup__planTbl th,
.p-popup__planTbl td {
  font-size: 16px;
}

.popup__imgWrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.popup__imgBox {
  text-align: center;
  margin-bottom: 10px;
}

.popup__imgWrap .popup__imgBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.popup__company__name {
  color: #888;
  font-size: 16px;
  position: relative;
}

/* help */
.p-dispPopup__cell {
  width: 20px !important;
}

.knowIns__item__info {
  display:block;
  position:absolute;
  bottom:-24px;
  right:0;
  text-align:right;
  font-size:12px;
  color:#888;
  cursor:pointer;
}

.knowIns__item__infoTgl {
  content: '';
  color: transparent;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZmFxIiBkYXRhLW5hbWU9InRnbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojYjNiM2IzO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44O844OI44Oc44O844OJIDE8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iOCIgY3k9IjgiIHI9IjgiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03LjE0LDEwYTMuNDQsMy40NCwwLDAsMCwwLS40MlY5LjM3YTIsMiwwLDAsMSwuNDEtMS4zLDMuMzQsMy4zNCwwLDAsMSwuOTQtLjc1Yy42NS0uNDMuODgtLjc0Ljg4LTEuMiwwLS42MS0uNTMtMS0xLjM4LTFhMS40LDEuNCwwLDAsMC0xLjIuNTcsMS40NSwxLjQ1LDAsMCwwLS4yNC43Nkw1LjA5LDYuMjhhMi41MywyLjUzLDAsMCwxLC43OS0xLjUxLDMuMjQsMy4yNCwwLDAsMSwyLjIxLS43LDMuMTMsMy4xMywwLDAsMSwyLC42LDEuNzIsMS43MiwwLDAsMSwuNzEsMS40LDEuODgsMS44OCwwLDAsMS0uMzUsMS4xOCw0LjA4LDQuMDgsMCwwLDEtMS4yMywxYy0uNjIuNDItLjc4LjY2LS43OCwxLjE5YTQuNzcsNC43NywwLDAsMCwwLC41MVptMS4zOS44M3YxLjM3SDcuMDhWMTAuODFaIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: top right;
  transform: translateY(2px);
  overflow: hidden;
  text-indent: 4em;
  vertical-align: baseline;
  height: 16px;
  width: 18px;
}

.knowIns__item__infoTgl.-mini {
  height: 14px;
  width: 16px;
}

/* modal table */
.planeTable__wrap {
  margin: 30px auto 40px;
}

.planeTable {
  width: 100%;
  table-layout: fixed;
}

.planeTable--mini {min-width:315px;}
.planeTable--minwAuto {
  min-width:auto;
  width: 100%;
}

.planeTable__th,
.planeTable__td {
padding:10px 8px;
border:1px solid #ddd;
vertical-align:middle;
text-align:center;
font-size:14px;
line-height:1.75;
background: #fff;
}

.planeTable__th {
background:#f3f3f3;
font-weight:normal;
width:66px;
}

.planeTable__thead .planeTable__th,
.planeTable__thead .planeTable__td {
background:#f3f3f3;
}

.planeTabl--txtNoWrap {
  white-space: nowrap;
}

.planeTable__btn {
  padding: 0 8px;
  width: 100%;
  height: 35px;
  border-radius:3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #0a6fcc;
}

.planeTable__btn__icon--arrow {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.planeTable__btn__icon::before {
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background-size: 330px 160px;
  background-position: -68px -70px;
}

/* 詳細条件モーダル */
.p-conditionDetail {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-conditionDetail.-align-base {
  align-items: baseline;
}

.p-conditionDetail__clearBtn {
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 4px;
  min-width: 90px;
  width: 90px;
}

.p-conditionDetail__clearBtn:hover {
  background: #f5faff;
}

.p-conditionDetail__clearBtn__text {
  color: #5092e8;
  font-size: 16px;
}

.s-dispPopup__content.p-conditionDetail__pop {
  width: 1000px;
  max-width: 1000px;
  margin-left: calc(-500px - 8px);
  padding: 0;
  overflow: visible;
}

.p-conditionDetail__pop .popup__ttl {
  margin: 20px;
}

.p-conditionDetail__closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
}

.p-conditionDetail__popInner {
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-conditionDetail__popInner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.p-conditionDetailArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px 112px;
}

.p-conditionDetail__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 2px;
  width: 170px;
}

.p-conditionDetail__body {
  display: flex;
  width: 800px;
}

.p-conditionDetail__body + .p-conditionDetail__body {
  width: 100%;
  padding-left: 150px;
  margin-top: 20px;
}

.p-conditionDetail__body.-flex-column {
  align-items: start;
  flex-direction: column;
}

.p-conditionDetail__company {
  width: 210px !important;
}

.p-conditionDetailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 15px 0 20px;
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: solid 1px #ddd;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}

.p-condToggleBody.is-hide {
  display: none;
}

.p-condToggleBody.is-grayout {
  pointer-events: none;
  color: #999;
}

.p-condToggleBody.is-grayout .p-input--radio__label {
  background-color: #f7f7f7;
}

.p-condToggleBody.is-grayout .p-input--radio__item.is-active .p-input--radio__label::before {
  background-position: 0 -60px;
}

.p-condToggleBody.is-grayout .p-input--checkbox__label {
  background-color: #f7f7f7;
}

.p-condToggleBody.is-grayout .p-input--checkbox__item.is-active .p-input--checkbox__label::before {
  background-position: 0 -60px;
}

.p-itemCounter {
  margin-right: 20px;
}

.p-itemCounter__btn {
  width: 330px;
  margin-right: 80px;
}

.p-itemCounter__subTxt {
  font-size: 16px;
  margin-right: 5px;
}

.p-itemCounter__hitNum {
  font-size: 18px;
  font-weight: bold;
}

.p-itemCounter__unitTxt {
  font-size: 15px;
  font-weight: bold;
}
.p-itemCounter__clearBtn {
  cursor: pointer;
  color: #0a6fcc;
  font-size: 15px;
  margin-left: 20px;
}

.p-itemCounter__clearBtn:hover {
  color:#09f;
}

/*----------------------------------*/
/* checkbox
/*----------------------------------*/
.p-input--checkbox {
  border: solid 1px #ddd;
  border-radius: 3px;
  display: flex;
  overflow: hidden;
  background: #fff;
}

.p-input--checkbox__item {
  position: relative;
  flex-grow:2;
}

.p-input--checkbox__item.is-active {
  background: #f5faff;
}

.p-input--checkbox__btn {
  margin: 0;
  visibility: hidden;
  width: 0;
  color: #333;
  display: inline-block;
  vertical-align: middle!important;
}

.p-input--checkbox__item:not(:last-child) .p-input--checkbox__label {
  border-right: 1px solid #ddd;
}

.p-input--checkbox__label {
  position: relative;
  padding: 12px 10px 11px 45px;
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  line-height: 1.2;
}

.p-input--checkbox__label::before {
  content: "";
  position: absolute;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_obj_check.svg) no-repeat;
  background-position: 0 -60px;
  width: 30px;
  height: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-15px);
}

.p-input--checkbox__item.is-active .p-input--checkbox__label::before {
  background-position: 0 0;
}

.p-input--3col {
  flex-wrap: wrap !important;
}

.p-input--3col .p-input--checkbox__item {
  width: 33.3%;
  border-top: solid 1px #ddd;
  box-sizing: border-box;
}

.p-input--3col .p-input--checkbox__item:first-child {
  border-top: 0;
}

.p-input--3col .p-input--checkbox__item:nth-child(2) {
  border-top: 0;
}

.p-input--3col .p-input--checkbox__item:nth-child(3) {
  border-top: 0;
}

.p-input--3col .p-input--checkbox__item:nth-child(3n) .p-input--checkbox__label {
  border-right: 0;
}

.p-input--w100p {
  width: 100%;
  justify-content: space-between;
}

/* disabled */
.p-input--checkbox__item.is-disabled {
  background: #f7f7f7;
  color: #999;
  pointer-events: none;
}

/*----------------------------------*/
/* radio
/*----------------------------------*/
.p-input--radio {
  border: solid 1px #ddd;
  border-radius: 3px;
  display: flex;
  background: #fff;
}

.p-input--radio__item {
  position: relative;
  flex-grow:2;
}

.p-input--radio__item.is-active {
  background: #f5faff;
}

.p-input--radio__btn {
  margin: 0;
  visibility: hidden;
  width: 0;
  color: #333;
  display: inline-block;
  vertical-align: middle !important;
}

.p-input--radio__label {
  position: relative;
  padding: 12px 10px 11px 45px;
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 15px;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
  word-break: break-all;
}

.p-input--radio__label::before {
  content: "";
  position: absolute;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_obj_radio.svg) no-repeat;
  background-position: 0 -60px;
  width: 30px;
  height: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-15px);
}

.p-input--radio__item.is-active .p-input--radio__label::before {
  background-position: 0 0;
}

.p-input--radio__item.-icon-self .p-input--radio__label {
  padding-left: 65px;
}

.p-input--radio__item.-icon-family .p-input--radio__label,
.p-input--radio__item.-icon-couple .p-input--radio__label,
.p-input--radio__item.-icon-relatives .p-input--radio__label {
  padding-left: 80px;
}

.p-input--radio__item.-icon .p-input--radio__label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.p-input--radio__item.-icon-self .p-input--radio__label::after {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_01.svg) no-repeat left center;
  background-size: 33px 33px;
  left: 35px;
  height: 33px;
  width: 33px;
}

.p-input--radio__item.-icon-couple .p-input--radio__label::after {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_02.svg) no-repeat left center;
  background-size: 30px 30px;
  left: 45px;
  height: 30px;
  width: 30px;
}

.p-input--radio__item.-icon-family .p-input--radio__label::after {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_03.svg) no-repeat left center;
  background-size: 30px 30px;
  left: 45px;
  height: 30px;
  width: 30px;
}

.p-input--radio__item.-icon-relatives .p-input--radio__label::after {
  background: url(https://img1.kakaku.k-img.com/images/insurance/bicycle/hikaku_icon_people_04.svg) no-repeat left center;
  background-size: 30px 30px;
  left: 45px;
  height: 30px;
  width: 30px;
}

.p-input--radio__item:not(:last-child) .p-input--radio__label {
  border-right: 1px solid #ddd;
}

/* disabled */
.p-input--radio__item.is-disabled {
  background: #f7f7f7;
  color: #999;
  pointer-events: none;
}

.input--radio__btn {
  vertical-align: middle !important;
}

/*----------------------------------*/
/* checkboxselect
/*----------------------------------*/
/*select*/
.p-input--checkboxselect {
  position: relative;
  padding: 12px 10px 11px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: auto;
  height: 50px;
  /*mac chrome*/
  display: flex;
  align-items: center;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 15px;
  font-family: -apple-system, blinkMacSystemFont, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'HIragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
  background: #fff;
}

.p-input--checkboxselect.select_focus {
  cursor: auto;
}

.p-input--checkboxselect.is-disabled {
  background:#f7f7f7;
  color: #999;
  pointer-events: none;
}

.p-input--checkboxselect::-ms-expand {
  display: none;
}

.p-input--checkboxselect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.p-input--checkboxselect__wrap {
  position: relative;
}

.p-input--checkboxselect__wrap:before {
  width: 55px;
  content: "";
  background: #eef5ff;
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}

.p-input--checkboxselect__wrap:after {
  margin-top: -4px;
  border-top: 8px solid #b4b3b3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  pointer-events: none;
}

.p-input--checkboxselect__pulldown {
  position: absolute;
  background: #fff;
  max-height: 250px;
  width: calc(100% + 2px);
  border: solid #ddd 1px;
  overflow-y: scroll;
  top: 48px;
  left: -1px;
  z-index: 2;
}

.p-input--checkboxselect__label {
  position: relative;
  padding: 12px 10px 11px 45px;
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.p-input--checkboxselect__label.is-disabled {
  background: #f7f7f7;
  color: #999;
  pointer-events: none;
  cursor: auto;
}

.p-input--checkboxselect__label span {
  line-height: 1.2;
}

.p-input--checkboxselect__label:not(:last-child) {
  border-bottom: solid 1px #ddd;
}

.p-input--checkboxselect__label::before {
  content: "";
  position: absolute;
  background: url(https://img1.kakaku.k-img.com/images/insurance/common/hkn_obj_check.svg) no-repeat;
  background-position: 0 -60px;
  width: 30px;
  height: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-15px);
}

.p-input--checkboxselect__label.is-selected {
  background: #f5faff;
}

.p-input--checkboxselect__label.is-selected::before {
  background-position: 0 0;
}

.p-input__reset {
  display: block;
  font-size: 13px;
  color: #0a6fcc;
  border-bottom: solid 1px #ddd;
  padding: 8px 10px;
  cursor: pointer;
}

.p-input__reset:hover {
  color: #09f;
}

.p-selectName + .p-selectName::before {
  content: "、";
}

.p-selectItem {
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
}

/*----------------------------------*/
/* 自転車保険を学ぶ
/*----------------------------------*/
.seperateList {
  margin: 20px 0 0 0;
  display: block;
  font-size: 0;
}

.seperateList__item {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 5px 15px 3px 0;
  border-right: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
}

/*----------------------------------*/
/* note
/*----------------------------------*/
.text__note--m.-attentionMark {
  padding-left: 20px;
  position: relative;
}

.text__note--m.-attentionMark::before {
  content: '※';
  display: block;
  color: #999;
  font-size: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.p-bicycleHikaku__notes {
  background: #f8f8f8;
}

.p-bicycleHikaku__remark {
  background: #f8f8f8;
}

.p-bicycleHikaku__remark__inner {
  margin: 0 auto;
  padding: 10px 0;
  width: 1035px
}
