.detail-otoku {
  margin-bottom: 10px;
}
.detail-otoku__title,
.detail-otoku__text {
  text-align: center;
  color: #0044b3;
  font-weight: bold;
}
.detail-otoku__title {
  font-size: 18px;
}
.detail-otoku__text {
  font-size: 13px;
}

.p-detail-otoku-wrapper .p-detail-box{padding:16px 16px 55px 0;border-radius:5px;background:#fff;-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-top:15px;position:relative}
.p-detail-otoku-wrapper .p-detail-box.is-or:before{font-size:13px;content:'OR';font-weight:700;position:absolute;z-index:1;right:0;bottom:-23px;left:0;margin:auto;width:32px;height:32px;background:#747373;color:#fff;border-radius:50%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-fig{text-align:center;min-width:120px}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-fig .is-rakuten{width:50px}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-info .p-detail-box-info__text{font-size:13px}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-info .p-detail-box-info__title{font-size:18px;font-weight:700}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-point{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:130px;gap:5px;position:absolute;bottom:10px;left:110px;right:16px}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-point .p-detail-box-point__num{font-size:40px;color:#d82c41;line-height:1.1;font-weight:700;font-family:arial}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-point .p-detail-box-point__get{text-align:center;font-weight:400;font-size:12px;color:#d82c41;font-weight:bold}
.p-detail-otoku-wrapper .p-detail-box .p-detail-box-point .p-detail-box-point__get:after{content:'GET';color:#fff;display:block;background:#d82c41}

.detail-orbox-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.detail-orbox-wrapper:before {
  font-size: 16px;
  content: 'OR';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #747373;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.detail-orbox-wrapper .detail-orbox {
  width: 160px;
  background: #fff;
  padding: 20px 20px 15px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.detail-orbox-wrapper .detail-orbox .detail-orbox-fig {
  text-align: center;
  height: 70px;
  margin-bottom: 10px;
}
.detail-orbox-wrapper .detail-orbox .detail-orbox-fig__rpoint {
  height: 68px;
}
.detail-orbox-wrapper .detail-orbox .detail-orbox-fig__ana {
  position: relative;
  top: 10px;
  height: 50px;
}
.detail-orbox-wrapper .detail-orbox__text {
  color: #333;
  font-size: 12px;
  text-align: center;
  height: 80px;
}
.detail-orbox-wrapper .detail-orbox__text b {
  display: block;
  font-size: 18px;
}
.detail-orbox-wrapper .detail-orbox__point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.detail-orbox-wrapper .detail-orbox__point b {
  line-height: 1;
  color: #d82c41;
  font-size: 40px;
  font-family: arial;
  margin-right: 5px;
}
.detail-orbox-wrapper .detail-orbox__point span {
  font-size: 12px;
  font-weight: bold;
  color: #d82c41;
}
.detail-orbox-wrapper .detail-orbox__point span:after {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  content: 'GET';
  color: #fff;
  display: block;
  background: #d82c41;
}
.detail-orbox__note {
  margin-bottom: 30px;
  padding-top: 15px;
  min-width: 100%;
  font-size: 11px;
  color: #333;
}
.detail-orbox__note.is--sp {
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: -10px;
}
.detail-orbox-wrapper.is--sp {
  display: block;
}
.detail-orbox-wrapper.is--sp .detail-orbox {
  width: auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.detail-orbox-wrapper.is--sp .detail-orbox .detail-orbox-inner {
  border-left: 1px solid #ddd;
  margin-left: 15px;
}
.detail-orbox-wrapper.is--sp .detail-orbox .detail-orbox-fig {
  min-width: 60px;
  width: 20%;
  height: auto;
}
.detail-orbox-wrapper.is--sp .detail-orbox .detail-orbox-fig__rpoint,
.detail-orbox-wrapper.is--sp .detail-orbox .detail-orbox-fig__ana {
  height: auto;
  width: 60px;
}
.detail-orbox-wrapper.is--sp .detail-orbox__text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 12px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
}
.detail-orbox-wrapper.is--sp .detail-orbox__text br {
  display: none;
}
.detail-orbox-wrapper.is--sp .detail-orbox__text b {
  font-size: 12px;
  display: inline-block;
  color: #d82c41;
}
.detail-orbox-wrapper.is--sp .detail-orbox__point {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.point_service-wrapper.is--pc {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
.point_service-wrapper.is--pc .point_service-menu .point_service-list.is--none {
  min-width: auto;
  margin-bottom: 0;
}
.point_service-wrapper.is--pc .point_service-menu .point_service-list.is--none .select_service .select_service__style {
  line-height: 110px;
}
.point_service-wrapper.is--pc .point_service-menu .point_service-list {
  width: 30%;
}
.point_service-wrapper {
  padding-bottom: 20px;
}
.point_service-menu {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.point_service-menu .point_service-list {
  width: 48%;
  margin-bottom: 15px;
}
.point_service-menu .point_service-list.is--none {
  min-width: auto;
}
.select_service {
  text-align: center;
}
.select_service input {
  display: none;
}
.select_service-fig {
  height: 70px;
  display: block;
}
.select_service-fig__ana, .select_service-fig__jal {
  height: 50px;
  position: relative;
  top: 8px;
}
.select_service-fig__rpoint {
  height: 70px;
}
.select_service .select_service__style {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
  background: #fff;
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #333;
  font-size: 13px;
}
.select_service .select_service__style:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  cursor: pointer;
}
.select_service input:checked + .select_service__style {
  position: relative;
  background: #fff9c4;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.1) inset, 0 0 0px 4px #0074d6 inset;
  box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.1) inset, 0 0 0px 4px #0074d6 inset;
}
.select_service input:checked + .select_service__style.is--rpoint:before,
.select_service input:checked + .select_service__style.is--ana:before, .select_service input:checked + .select_service__style.is--jal:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #7aafdc transparent transparent transparent;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.point_service-body .point_service-tabbody {
  padding-top: 30px;
  display: none;
}
.point_service-tabbody__title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.ana-input {
  padding-top: 30px;
}
.ana-input__title {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}
.ana-input__title:before {
  margin-right: 10px;
  float: left;
  color: #fff;
  border-radius: 2px;
  content: '任意';
  padding: 2px 4px;
  background: #a0a0a0;
  font-size: 11px;
  font-weight: normal;
}
.ana-input__title.is--must:before {
  content: '必須';
  background: #e14154;
}
.ana-input .ana-input__row {
  margin-bottom: 25px;
}
.ana-input-error__msg {
  display: none;
}
.ana-input-error .ana-input-error__msg {
  display: block;
  color: #d82c41;
  font-size: 12px;
  margin-top: 5px;
}
.ana-input-error input {
  border: 1px solid #d82c41;
  background: #fff5f5;
}
.form-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px !important;
  font-size: 14px;
  line-height: 40px !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
}

.p-flow-pointsvs-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:15px}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box{display:block;width:100%}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box input:checked + .p-flow-pointsvs-box-inner{background:#fff9c4;border:3px solid #0074d6}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(1){-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-o-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(1){-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(2){-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(2){-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-o-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(3){-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-o-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(3){-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-o-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(4){-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-o-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box:nth-child(4){-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-o-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner{border-radius:5px;background:#fff;border:3px solid #fff;-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);box-shadow:1px 1px 2px 1px rgba(0,0,0,0.1);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:80px;padding:0 20px 0 0}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner{height:160px;padding:0;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner.is-no{text-align:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner .p-flow-pointsvs-box-fig{text-align:center;width:120px}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner .p-flow-pointsvs-box__text{font-weight:700}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner .p-flow-pointsvs-box__text{text-align:center;margin-top:10px}
}
.p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner .p-flow-pointsvs-box__text br{display:none}
@media only screen and (min-width: 600px) {
  .p-flow-pointsvs-wrapper .p-flow-pointsvs-box .p-flow-pointsvs-box-inner .p-flow-pointsvs-box__text br{display:block}
}
/*# sourceMappingURL=2018rakuten.css.map */
