@charset "UTF-8";

.point_main_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 10px 0;
  line-height: 1.4;
}

.point_main_ttl span {
  font-size: 1.2rem;
}

.point_main_txt {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.point_main_arwlink {
  text-align: right;
  padding: 0 10px;
}
.point_main_arwlink a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.point_main_arwlink a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/common/co_ico.png);
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.point_nav li {
  background: #fff;
  border: 1px solid #e8e8e8;
  width: 49%;
  float: left;
  text-align: center;
  font-size: 1rem;
  position: relative;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.point_nav li a {
  display: block;
  padding: 22px 0 30px;
}

.point_nav li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #910000;
  border-right: solid 2px #910000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}

.point_nav li:nth-child(odd) {
  margin-right: 2%;
}

.point_ttl {
  font-size: 1.3rem;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  margin-bottom: 30px;
}

.point_nav {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 10px;
}

.item img {
  float: left;
  width: 37%;
  margin-right: 3%;
}

.item_detail {
  float: left;
  width: 60%;
}

.item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
}

.point_content {
  margin-bottom: 40px;
  padding: 0 10px;
}

.item_name {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}

.item_size {
  margin-bottom: 10px;
}

.item_size li {
  font-size: 0.8rem;
  line-height: 1.8;
}

.item_id_point {
  font-size: 3.4vw;
  margin-bottom: 10px;
}

.item_id {
  margin-bottom: 10px;
}

.item_point_subtxt {
  margin-bottom: 6px;
}

.item_point_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item_point_main .point_num {
  font-size: 4.4vw;
  font-weight: bold;
}

.item_description {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 10px;
}

.item_link {
  margin-bottom: 10px;
}

.item_link a {
  display: block;
  width: 60%;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1rem;
  line-height: 4;
  background: #de4e33;
  margin: 0 0 0 40%;
}

.item_link a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 4px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.point_nav li a:hover {
  text-decoration: none;
}

.point_nav li:hover {
  opacity: 0.6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tel_box {
  width: 94%;
  margin: 0 3% 40px;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.tel_box p:nth-child(1) {
  font-size: 1.4rem;
  /* border-bottom: 2px solid #910000; */
  display: inline;
  /* color: #910000; */
  /* padding-bottom: 2px; */
  /* line-height: 1.7; */
}

.tel_box p:nth-child(1) a {
  text-decoration: underline;
}

.tel_box p:nth-child(2) {
  margin: 20px 0 10px 0;
  font-size: 1rem;
}

/* .tel_box p:nth-child(2) a {
  text-decoration: underline;
} */

/* .tel_box p:nth-child(3) {
  font-size: 1rem;
} */

.tel_box img {
  width: 60%;
}

.btn_wrap {
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.btn_wrap2 {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.btn_wrap2 a {
  border: 2px solid #de4e33;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px;
  color: #de4e33;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.9rem;
}

.pointsu_koukan_list {
	background-color: #FFF;
	padding:0 10px;
	margin-top: 10px;
}

.pointsu_koukan_list ul {
	display: table;
	width: 100%;
	height: 100%;
}

.pointsu_koukan_list ul > li:nth-of-type(1) {
	width: 54px;
}

.pointsu_koukan_list ul > li {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

.pointsu_koukan_list ul > li dl {
	display: table;
	width: 100%;
}

.pointsu_koukan_list ul > li dl:nth-of-type(1) dt {
	font-weight: bold;
	font-size: 20px;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.pointsu_koukan_list ul > li dl dt {
	display: table-cell;
}

.pointsu_koukan_list ul > li dl:nth-of-type(1) dd {
	font-size: 25px;
	font-weight: bold;
}

.pointsu_koukan_list ul > li dl dd {
	display: table-cell;
	text-align: right;
}

.pointsu_koukan_list ul > li dl:nth-of-type(2) {
	font-size: 16px;
}

.pointsu_koukan_list ul > li dl dt {
	display: table-cell;
}

.point_koukan_list_cartBtn > ul{
	float:left;
	margin-top:10px;
	width: 36%;
}

.point_koukan_list_cartBtn > ul.sitem_box > li:nth-of-type(1) {
	width:100%;
}

.point_koukan_list_cartBtn > ul > li > ul > li.sioption_box {
	height: 66px!important;
}

.point_koukan_list_cartBtn > ul > li > ul > li.sioption_box select {
	width: 100%;
	margin: 0;
}

.point_koukan_list_cartBtn .inr_order {
	float:right;
	margin-top: 10px;
	width: 60%;
}

.point_koukan_list_cartBtn span {
	width: 180px!important;
	padding: 0 0 0 40px!important;
}

.point_koukan_list_cartBtn span:after {
	left:11px!important;
}

.btn_wrap .o_btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1rem;
  line-height: 4;
  background: #de4e33;
  margin: auto;
  position: relative;
}

.btn_wrap .o_btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.btn_wrap p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.point_content#box0 {
  margin-top: 40px;
}

.point_sub_ttl {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.point_sub_ttl span {
  font-size: 18px;
}

.item_arrlink {
  margin-top: 10px;
}
.item_arrlink li {
  text-align: right;
}
.item_arrlink a {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.item_arrlink a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  background-image: url(/img/common/co_ico.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.item_arwlink {
  text-align: right;
}
.item_arwlink a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.item_arwlink a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/common/co_ico.png);
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tokitsuge_header {
  margin-bottom: 40px;
}
.tokitsuge_ttl {
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.tokitsuge_txt {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.btn_block {
  margin-top: -5vw;
  margin-bottom: 15vw;
}
.mb10 {
  margin-bottom: 6vw !important;
  margin-top: 6vw !important;
  }
  .ui_btn_bl01 {
  position: relative;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
  color: #000000 !important;
  padding: 20px 15px 5px 15px;
  border: 2px solid #000000;
  min-height: 56px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  background: #fff url(/img/common/arr_lg_rh_bk2.png) right center no-repeat;
  height: 70px;
}

p.red {
  color: #910000;
}

.item.clearfix.onkei_box_inner {
  border-bottom: none;
  padding-bottom: 0px;
}

.onkei_txt_box {
  margin-bottom: -15vw;
  margin-top: -11vw;
}

p.onkei_txt_bottom {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 16px;
}

p.onkei_txt {
  font-size: 16px;
}

.onkei_txt_indent {
  margin-bottom: 15px;
  text-indent: 1rem;
  font-size: 16px;
}

.item_name.onkei {
  margin-bottom: 0px;
  font-size: 18px;
}

.onkei_txt_small {
  font-size: 14px;
}
