.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;
}
.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.is--pc .point_service-menu.is_ana_office .point_service-list {
    width: 48%;
}
.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%;
}
.point_service-menu .point_service-list.is--none {
  min-width: 100%;
  margin-bottom: 15px;
}
.select_service {
  text-align: center;
}
.select_service input {
  display: none;
}
.select_service-fig {
  height: 70px;
  display: block;
}
.select_service-fig__ana {
  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 {
  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);
}
/*# sourceMappingURL=2018rakuten.css.map */
