@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?ed8hpa") format("truetype"), url("fonts/icomoon.woff?ed8hpa") format("woff"), url("fonts/icomoon.svg?ed8hpa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-myArrow:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-down-left:before {
  content: "\e901";
}

.icon-arrow-down-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-up-left:before {
  content: "\e906";
}

.icon-arrow-up-right:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90c";
}

.icon-x:before {
  content: "\e90d";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

/* variable */
/* color */
/* util */
.compareList {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.compareItem {
  position: relative;
  margin-bottom: 20px;
  border-top: none;
}
.compareItem__place {
  margin-bottom: 0;
  padding: 10px 185px 10px 25px;
  background-color: #7e2d51;
  color: white;
}
.compareItem__date {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 0;
  color: white;
  font-size: 12px;
}
.compareItem__content {
  position: relative;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.compareItem__content::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.compareItem__pic {
  position: relative;
  float: left;
  width: 240px;
  height: 180px;
  line-height: 0;
  margin-bottom: 0;
}
.compareItem__image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f3f3f3;
}
.compareItem__name {
  margin-left: 260px;
  margin-right: 140px;
  margin-bottom: 20px;
}
.compareItem__h {
  margin-bottom: 0;
}
.compareItem__link {
  font-size: 18px;
  color: #1d3994;
  text-decoration: none;
}
.compareItem__link:visited {
  color: #9933CC;
}
.compareItem__link:hover {
  color: #ebac12;
  text-decoration: underline;
}
.compareItem__planDetail {
  margin-left: 260px;
}
.compareItem__del {
  position: absolute;
  width: 130px;
  top: 10px;
  right: 20px;
}
.compareItem__delBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 36px 12px 12px;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #f2f2f2;
  text-decoration: none !important;
  transition: background-color .2s linear 0s;
}
.compareItem__delBtn::before, .compareItem__delBtn::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.compareItem__delBtn::before {
  content: "";
  border: 1px solid #999999;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  transition: background-color .2s linear 0s;
}
.compareItem__delBtn::after {
  content: "\e90d";
  text-align: center;
  font-family: 'icomoon' !important;
  line-height: 20px;
  transition: color .2s linear 0s;
  color: white;
}
.compareItem__delBtn:hover {
  color: inherit;
  background-color: #e0e0e0;
}
.compareItem__delBtn:hover::before {
  background-color: white;
  color: white;
}
.compareItem__delBtn:hover::after {
  color: #999999;
}

.comparePlan__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.comparePlan__h {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  padding: 20px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
}
.comparePlan__hTxt {
  font-weight: bold;
  margin-bottom: 0;
}
.comparePlan__txt {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.comparePlan__planName {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.comparePlan__planBtn {
  padding: 12px 24px 12px 16px;
  line-height: 1;
  border-radius: 4px;
  text-align: center !important;
  color: white !important;
  background-color: #ECAC0D !important;
  border: 1px solid #ECAC0D !important;
  transition: color .2s linear 0s, background-color .2s linear 0s;
  text-decoration: none !important;
  width: 180px;
  padding: 12px 20px 12px 10px;
  margin-left: 10px;
  font-size: 14px;
}
.comparePlan__planBtn:hover {
  color: #ECAC0D !important;
  background-color: white !important;
}
.comparePlan__price {
  color: #ff2600;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.comparePlan__priceUnit {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.comparePlan__annotation {
  margin-bottom: 0;
  color: #666666;
  font-size: 12px;
}
