@charset "UTF-8";
/**
 *
 * common: 共通
 *
*/
/*----------------------------
	ツール
-----------------------------*/
body {
  min-width: 1280px;
}

body a {
  color: #0D69C9;
}

body a:hover {
  color: #1f8dff;
}

a, a:focus, area, area:focus {
  outline: none;
  text-decoration: none;
}

figure, figcaption {
  position: relative;
}

figure img, figcaption img {
  width: 100%;
}

/**** SNW_PACHIGABU-661 【サイトトップ】 PC版トップページの最新機種ローテーションバナーのデザインが崩れる START ****/
#MachineSlider figure img, figcaption img {
  width: auto;
  height: 400px;
  margin: 0 auto
}
/**** SNW_PACHIGABU-661 【サイトトップ】 PC版トップページの最新機種ローテーションバナーのデザインが崩れる END ****/

img {
  display: block;
}

/*----------------------------
	helper : layout
-----------------------------*/
.sp {
  display: none !important;
}

/*----------------------------
	Layout
-----------------------------*/
/* #26532　読み込み時の縦伸び防止 */
.slider_contents > li:not(:first-child) {
  display: none;
}

.slider_contents > li:first-child {
  margin: auto;
}

.slider_contents > li .slick-initialized {
  display: block;
}

.flex, .column, .slider_contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.nowrap, .nowrap.column, .nowrap.slider_contents {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.reverse, .reverse.column, .reverse.slider_contents {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.center, .center.column, .center.slider_contents {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex.row, .row.column, .row.slider_contents {
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textof {
  text-overflow: ellipsis;
  overflow: hidden;
}

.ofi {
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.textfit {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dammybtn {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dammybtn * {
  cursor: pointer;
}

.dammybtn:hover {
  opacity: 0.7;
}

.overflow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #202227;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: none;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar {
  display: none;
}

.scroll-y {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.tbrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.unactive {
  pointer-events: none;
}

.shadow {
  text-shadow: 0px 3px 0 rgba(0, 0, 0, 0.3);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.itemlist {
  list-style-type: none !important;
}

.isHide {
  display: none;
}

/*----------------------------
	section
-----------------------------*/
body.low .section_contents {
  padding-top: 16px;
}

body.low .section_contents #App, body.low .section_contents #AddSpace {
  padding-bottom: 10px !important;
}

.section_contents {
  position: relative;
  z-index: 10;
  background: #fff;
  max-width: 1280px;
  padding: 20px 142px 0 142px;
  margin: 0 auto;
}

.section_contents.nopadding {
  padding-left: 0;
  padding-right: 0;
  max-width: auto;
  max-width: none;
  max-width: unset;
}

.section_contents .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.section_contents.sidebar_left .column_left {
  width: 200px;
}

.section_contents.sidebar_left .column_right {
  width: calc(100% - 220px);
  margin-left: 20px;
}

.section_contents.sidebar_right {
  padding-right: 92px;
}

.section_contents.sidebar_right .column_left {
  width: calc(100% - 370px);
}

.section_contents.sidebar_right .column_right {
  width: 300px;
  margin-left: 70px;
}

.section_contents .column_left, .section_contents .column_right {
  background: #fff;
  padding-bottom: 40px;
}

.section_contents .column_left .side_box, .section_contents .column_right .side_box {
  border: solid 1px #C8C8C8;
  padding: 20px 0;
  margin-bottom: 20px;
}

.section_contents .column_left .side_box.nopadding, .section_contents .column_right .side_box.nopadding {
  padding: 0;
}

.section_contents .column_left .side_box.noborder, .section_contents .column_right .side_box.noborder {
  border: none;
}

.section_contents .column_left .side_box.general_box, .section_contents .column_right .side_box.general_box {
  border-top: solid 5px #C8C8C8;
  padding: 13px 0 10px 0;
}

.section_contents .column_left .side_box.general_box .inner, .section_contents .column_right .side_box.general_box .inner {
  padding: 0 10px;
}

.section_contents .column_left .side_box .inner, .section_contents .column_right .side_box .inner {
  padding: 0 20px;
}

.section_contents .column_left .side_box .section_title, .section_contents .column_left .side_box .section_sub, .section_contents .column_left .side_box .machine_title, .section_contents .column_left .side_box .pickup_title, .section_contents .column_right .side_box .section_title, .section_contents .column_right .side_box .section_sub, .section_contents .column_right .side_box .machine_title, .section_contents .column_right .side_box .pickup_title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section_contents .column_left .side_box .section_title::before, .section_contents .column_left .side_box .section_sub::before, .section_contents .column_left .side_box .machine_title::before, .section_contents .column_left .side_box .pickup_title::before, .section_contents .column_right .side_box .section_title::before, .section_contents .column_right .side_box .section_sub::before, .section_contents .column_right .side_box .machine_title::before, .section_contents .column_right .side_box .pickup_title::before {
  width: 5px;
  height: calc(100% - 10px);
}

.section_contents .column_left .side_box .section_title label, .section_contents .column_left .side_box .section_sub label, .section_contents .column_left .side_box .machine_title label, .section_contents .column_left .side_box .pickup_title label, .section_contents .column_right .side_box .section_title label, .section_contents .column_right .side_box .section_sub label, .section_contents .column_right .side_box .machine_title label, .section_contents .column_right .side_box .pickup_title label {
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
}

.section_contents .column_left .side_box .type_tittle, .section_contents .column_right .side_box .type_tittle {
  background: #FDA51B;
  text-align: center;
  padding: 14px 0;
}

.section_contents .column_left .side_box .type_tittle.pachi, .section_contents .column_right .side_box .type_tittle.pachi {
  background: #007ADC;
}

.section_contents .column_left .side_box .type_tittle h3, .section_contents .column_right .side_box .type_tittle h3 {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.section_contents .column_left .side_box .type_tittle .type, .section_contents .column_right .side_box .type_tittle .type {
  margin: 5px auto 0 auto;
  position: relative;
  width: 72px;
  height: 9px;
  background: url("../../img/renewal/icon_slot-w.svg") no-repeat center center;
  background-size: 72px;
  content: "";
  display: block;
}

.section_contents .column_left .side_box .type_tittle .type::before, .section_contents .column_left .side_box .type_tittle .type::after, .section_contents .column_right .side_box .type_tittle .type::before, .section_contents .column_right .side_box .type_tittle .type::after {
  content: "";
  width: 42px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: -53px;
}

.section_contents .column_left .side_box .type_tittle .type::after, .section_contents .column_right .side_box .type_tittle .type::after {
  left: auto;
  right: -53px;
}

.section_contents .column_left .side_box .type_tittle.pachi, .section_contents .column_right .side_box .type_tittle.pachi {
  border-bottom: solid 1px #007ADC;
}

.section_contents .column_left .side_box .type_tittle.pachi::before, .section_contents .column_right .side_box .type_tittle.pachi::before {
  background: #007ADC;
}

.section_contents .column_left .side_box .type_tittle.pachi .type, .section_contents .column_right .side_box .type_tittle.pachi .type {
  width: 72px;
  background: url("../../img/renewal/icon_pachi-w.svg") no-repeat center center;
  background-size: 72px;
}

.section_contents .column_left .side_box .sub_tittle, .section_contents .column_right .side_box .sub_tittle {
  padding: 10px 0;
  text-align: center;
  border: solid 1px #C8C8C8;
  margin-bottom: 10px;
}

.section_contents .column_left .side_box .sub_tittle h3, .section_contents .column_left .side_box .sub_tittle h4, .section_contents .column_right .side_box .sub_tittle h3, .section_contents .column_right .side_box .sub_tittle h4 {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #323232;
}

.section_contents .column_left .side_box .sub_tittle.slot, .section_contents .column_left .side_box .sub_tittle.pachi, .section_contents .column_right .side_box .sub_tittle.slot, .section_contents .column_right .side_box .sub_tittle.pachi {
  border: none;
  background: #FDA51B;
}

.section_contents .column_left .side_box .sub_tittle.slot h3, .section_contents .column_left .side_box .sub_tittle.slot h4, .section_contents .column_left .side_box .sub_tittle.pachi h3, .section_contents .column_left .side_box .sub_tittle.pachi h4, .section_contents .column_right .side_box .sub_tittle.slot h3, .section_contents .column_right .side_box .sub_tittle.slot h4, .section_contents .column_right .side_box .sub_tittle.pachi h3, .section_contents .column_right .side_box .sub_tittle.pachi h4 {
  color: #fff;
}

.section_contents .column_left .side_box .sub_tittle.pachi, .section_contents .column_right .side_box .sub_tittle.pachi {
  background: #007ADC;
}

.section_contents .column_left .side_box .general_title, .section_contents .column_right .side_box .general_title {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

#contents section::after {
  display: none;
}

#contents .section_box {
  position: relative;
  padding: 25px 0;
}

#contents .section_box::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  top: 0;
  left: 0;
}

#contents .section_box.noborder::before {
  display: none;
}

#contents .section_box.general_contents {
  border: solid 1px #C8C8C8;
  border-top: solid 5px #C8C8C8;
  padding: 20px;
}

#contents .section_box.general_contents::before {
  display: none;
}

#contents .section_box.noline::before {
  display: none;
}

#contents .section_box.nopadding {
  padding: 0;
}

.column.border {
  border-top: solid 1px #C8C8C8;
}

.column .column2_l, .column .column2_r {
  width: 50%;
  flex: 1 0 auto;
}

.column .column2_l.nopadding, .column .column2_r.nopadding {
  padding: 0;
}

.column .column2_l {
  padding-right: 20px;
  border-right: solid 1px #C8C8C8;
}

.column .column2_l.noborder {
  border: none;
}

.column .column2_r {
  padding-left: 20px;
}

/*----------------------------
	Other
-----------------------------*/
.morebtn {
  margin: 0 auto;
  position: relative;
  background: #9B9B9B;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  min-width: 180px;
  height: 50px;
}

.morebtn.large {
  width: 380px;
}

.morebtn label {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
}

.morebtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}

.morebtn .toggle {
  background: #fff;
}

.morebtn .toggle::before, .morebtn .toggle::after {
  background: #C8C8C8;
}

.morebtn.active .toggle::after {
  display: none;
}

.morebtn:hover {
  background: #a5a5a5;
  text-decoration: none;
}

.morebtn:hover * {
  text-decoration: none;
}

.clickbtn {
  top: 0;
  position: relative;
  box-shadow: 0px 3px 0px #C8C8C8;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.clickbtn.click {
  box-shadow: 0px 0px 0px #C8C8C8;
  top: 3px;
}

.clickbtn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.toggle {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  position: absolute;
  right: 10px;
  z-index: 10;
  background: #0D69C9;
  border-radius: 50%;
}

.toggle::before, .toggle::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: calc(50% - 6px);
  z-index: 10;
}

.toggle::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle.active::after {
  display: none;
}

.closebanner {
  width: 728px;
  margin: 10px auto 0 auto;
  position: relative;
}

.closebanner a {
  display: block;
}

.add img {
  width: 100%;
}

.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.close::before, .close::after {
  content: "";
  background: #A0A0A0;
  width: 12px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  transform: rotateZ(45deg);
}

.close::after {
  transform: rotateZ(-45deg);
}

#PickUpNone {
  background: #eee;
  height: 513px;
  padding: 10px;
}

#PickUpNone p {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #aaa;
}

.mini {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#Scrollbtn {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: -80px;
  right: 0;
  z-index: 100;
  background: url("../../img/renewal/icon_arrow-w.svg") no-repeat center center #007ADC;
  background-size: 30px;
}

#Scrollbtn.active {
  bottom: 0;
}

#Scrollbtn.scroll span {
  background: #9B9B9B;
}

#Scrollbtn.scroll label {
  color: #9B9B9B;
}

.imgfull {
  width: 100%;
}

.fas-obj {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.section_title, .section_sub, .machine_title, .pickup_title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 3px #dc0000;
  padding-bottom: 18px;
  width: 100%;
  float: none;
}

.section_title::before, .section_sub::before, .machine_title::before, .pickup_title::before {
  content: "";
  width: 8px;
  height: calc(100% - 18px);
  background: #323232;
  top: 0;
  left: 0;
  position: absolute;
}

.section_title label, .section_sub label, .machine_title label, .pickup_title label {
  display: block;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #dc0000;
  z-index: 10;
  position: relative;
  padding-left: 22px;
  cursor: auto;
}

.section_sub {
  border: none;
  padding-bottom: 0;
}

.section_sub::before {
  display: none;
}

.section_sub label {
  padding-left: 0;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #323232;
}

.machine_title {
  border-bottom: solid 1px #FDA51B;
  padding-bottom: 22px;
  min-height: 89px;
  margin-bottom: 10px;
}

.machine_title::before {
  width: 7px;
  height: calc(100% - 22px);
  background: #FDA51B;
}

.machine_title label {
  color: #323232;
}

.machine_title .type {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 168px;
  height: 22px;
  background: url("../../img/renewal/icon_slot-o.svg") no-repeat bottom right;
  background-size: 168px;
}

.machine_title .type.smsl {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 168px;
  height: 22px;
  background: url("../../img/renewal/icon_slot-s.svg") no-repeat bottom right;
  background-size: 168px;
}

.machine_title.pachi {
  border-bottom: solid 1px #007ADC;
}

.machine_title.pachi::before {
  background: #007ADC;
}

.machine_title.pachi .type {
  width: 142px;
  background: url("../../img/renewal/icon_pachi-b.svg") no-repeat bottom right;
  background-size: 142px;
}

.machine_title.pachi .type.smpc {
  width: 168px;
  background: url("../../img/renewal/icon_pachi-s.svg") no-repeat bottom right;
  background-size: 168px;
}

.pickup_title {
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
  border-bottom: solid 4px #FF7F1B;
  background: #FDA51B;
  padding: 17px 20px 15px 20px;
}

.pickup_title::before {
  display: none;
}

.pickup_title label {
  color: #fff;
  padding-left: 0;
}

.pickup_title.pachi {
  background: #007ADC;
  border-bottom: solid 4px #0054BD;
}

body div#wrapper #contents .prefectures_form {
  width: 100%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

body div#wrapper #contents .prefectures_form select {
  min-width: 100px;
  background: url("../../img/renewal/icon_pulldownobj.svg") no-repeat center right;
  background-size: contain;
  padding: 0 5px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  min-height: 25px;
}

body div#wrapper #contents .prefectures_form .submit_btn {
  background: #9B9B9B;
  border: none;
  color: #fff;
  width: 55px;
  padding: 2px 10px;
  min-height: 25px;
  font-size: 14px;
}

body div#wrapper #contents .prefectures_form .submit_btn:hover {
  opacity: 0.7;
}

.date {
  background: #DC0000;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  width: 64px;
  text-align: center;
}

.slider_contents .slider-arrow {
  width: 50px;
  height: 50px;
  top: 215px;
  position: absolute;
  left: 8px;
  z-index: 10;
  transform: rotate(180deg);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.slider_contents .slider-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px rgba(0, 0, 0, 0.6);
  border-right: solid 3px rgba(0, 0, 0, 0.6);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: 16px;
}

.slider_contents .slider-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider_contents .slider-arrow.slider-next {
  left: auto;
  right: 8px;
  transform: rotate(0deg);
}

.slider_contents .slick-dots {
  bottom: 1px;
}

.slider_contents .slick-dots li {
  margin: 0;
}

.slider_contents .slick-dots li button::before {
  color: #646464;
  opacity: 1;
}

.slider_contents .slick-dots li.slick-active button::before {
  color: #fff;
}

/*----------------------------
	wrapper
-----------------------------*/
body div#wrapper {
  background: #fff;
  position: relative;
  z-index: 10;
  /*padding: 10px 0 0 0;*/
}

body div#wrapper #contents {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #323232;
}

body div#wrapper #contents select, body div#wrapper #contents input, body div#wrapper #contents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-self: center;
  border: solid 1px #C8C8C8;
  max-width: 100%;
  outline: none;
  padding: 6px 10px;
  border-radius: 0;
}

body div#wrapper #contents select:focus, body div#wrapper #contents input:focus, body div#wrapper #contents textarea:focus {
  border-color: #0D69C9 !important;
}

body div#wrapper #contents select:placeholder-shown, body div#wrapper #contents input:placeholder-shown, body div#wrapper #contents textarea:placeholder-shown {
  color: #aaa;
}

body div#wrapper #contents select::-webkit-input-placeholder, body div#wrapper #contents input::-webkit-input-placeholder, body div#wrapper #contents textarea::-webkit-input-placeholder {
  color: #aaa;
}

body div#wrapper #contents select:-moz-placeholder, body div#wrapper #contents input:-moz-placeholder, body div#wrapper #contents textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

body div#wrapper #contents select::-moz-placeholder, body div#wrapper #contents input::-moz-placeholder, body div#wrapper #contents textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

body div#wrapper #contents select:-ms-input-placeholder, body div#wrapper #contents input:-ms-input-placeholder, body div#wrapper #contents textarea:-ms-input-placeholder {
  color: #aaa;
}

body div#wrapper #contents input[type=checkbox] {
  display: none;
}

body div#wrapper #contents input[type=checkbox] + label .checkbox {
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #9B9B9B;
  display: block;
  padding: 0;
  cursor: pointer;
}

body div#wrapper #contents input[type=checkbox]:checked + label .checkbox {
  border: solid 2px #3475F6;
  background: url("../../img/renewal/icon_checkbox-b.svg") no-repeat center center;
  background-size: 100%;
}

body div#wrapper #contents input[type=submit] {
  border: solid 1px #414141;
  display: block !important;
  background: #414141;
}

body.low div#wrapper {
  padding: 172px 0 0 0;
}

/*---------------------------------------------
	App
----------------------------------------------*/
#App.general_contents .itemlist .item, .general_contents#AddSpace .itemlist .item {
  width: 238px;
}

#App .itemlist, #AddSpace .itemlist {
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#App .itemlist .item, #AddSpace .itemlist .item {
  width: 325px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#App .itemlist .item:nth-child(3n), #AddSpace .itemlist .item:nth-child(3n) {
  margin-right: 0;
}

#App .itemlist .item img, #AddSpace .itemlist .item img {
  width: 100%;
}

/*---------------------------------------------
	AddSpace
----------------------------------------------*/
#AddSpace .itemlist .item {
  width: 234px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#AddSpace .itemlist .item:nth-child(3n) {
  margin-right: 20px;
}

#AddSpace .itemlist .item:nth-child(4n) {
  margin-right: 0;
}

/*---------------------------------------------
	Copyright
----------------------------------------------*/
#Copyright {
  padding-top: 20px;
}

#Copyright .accordion dt {
  position: relative;
}

#Copyright .accordion dt .toggle {
  width: 18px;
  height: 18px;
  top: 0;
  position: absolute;
  left: 0;
  background: #0D69C9;
}

#Copyright .accordion dt .toggle::before, #Copyright .accordion dt .toggle::after {
  width: 10px;
  height: 1px;
  background: #fff;
  top: 9px;
  left: 4px;
}

#Copyright .accordion dt .accordionHead {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #0D69C9;
}

#Copyright .accordion dt.active .toggle::after {
  display: none;
}

#Copyright .accordion dd .accordionPannel {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding-left: 20px;
}

#Copyright .accordion dd .accordionPannel li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}

/*---------------------------------------------
	FooterPaa
----------------------------------------------*/
#FooterPaa {
  padding-top: 20px;
}

#FooterPaa .banner {
  display: block;
  width: 640px;
  margin: 0 auto;
}

body .remodal-overlay {
  z-index: 10000;
}

body .fixed_btngroup {
  position: fixed;
  bottom: 125px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body .fixed_btngroup#PickUpBtnGroup {
  opacity: 1;
}

body .fixed_btngroup.bottom {
  bottom: 20px;
}

body .fixed_btngroup.active {
  opacity: 1;
  pointer-events: auto;
}

body .fixed_btngroup .fixed_closebtn, body .fixed_btngroup .fixed_pickupbtn, body .fixed_btngroup .fixed_topbtn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #FDA51B;
  display: block;
  cursor: pointer;
}

body .fixed_btngroup .fixed_closebtn.pachi, body .fixed_btngroup .pachi.fixed_pickupbtn, body .fixed_btngroup .pachi.fixed_topbtn {
  background: #007ADC;
}

body .fixed_btngroup .fixed_closebtn::before, body .fixed_btngroup .fixed_pickupbtn::before, body .fixed_btngroup .fixed_topbtn::before, body .fixed_btngroup .fixed_closebtn::after, body .fixed_btngroup .fixed_pickupbtn::after, body .fixed_btngroup .fixed_topbtn::after {
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: calc(50% - 10px);
  transform: rotateZ(45deg);
}

body .fixed_btngroup .fixed_closebtn::after, body .fixed_btngroup .fixed_pickupbtn::after, body .fixed_btngroup .fixed_topbtn::after {
  transform: rotateZ(-45deg);
}

body .fixed_btngroup .fixed_closebtn label, body .fixed_btngroup .fixed_pickupbtn label, body .fixed_btngroup .fixed_topbtn label {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
}

body .fixed_btngroup .fixed_closebtn:hover, body .fixed_btngroup .fixed_pickupbtn:hover, body .fixed_btngroup .fixed_topbtn:hover {
  opacity: 0.7;
}

body .fixed_btngroup .fixed_pickupbtn {
  background: #FDA51B;
}

body .fixed_btngroup .fixed_pickupbtn::before, body .fixed_btngroup .fixed_pickupbtn::after {
  display: none;
}

body .fixed_btngroup .fixed_pickupbtn label {
  bottom: 9px;
  font-size: 13px;
  line-height: 19px;
}

body .fixed_btngroup .fixed_pickupbtn.pachi {
  background: #007ADC;
}

body .fixed_btngroup .fixed_pickupbtn:hover {
  opacity: 0.7;
}

body .fixed_btngroup #PageTopbtn:hover {
  opacity: 0.7;
}

body .fixed_btngroup .fixed_topbtn {
  margin-top: 5px;
  background: rgba(3, 94, 184, 0.7);
}

body .fixed_btngroup .fixed_topbtn::before {
  display: none;
}

body .fixed_btngroup .fixed_topbtn::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  background: none;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: calc(50% - 8px);
}

body #cwp-wrapper {
  right: 20px;
  bottom: 20px;
}

#modal-window .btn-submit {
  background: #222;
  margin-left: 4px;
}

#modal-window .modal-header .heading-main {
  font-size: 1.8rem;
}

/*----------------------------
	newFooter
-----------------------------*/
#newFooter, #footer {
  position: relative;
  z-index: 10;
}

/*----------------------------
	breadcrumbs
-----------------------------*/
#breadcrumbs .topic-path li {
  margin-top: 0;
}

/*----------------------------
	modal
-----------------------------*/
#modal-content {
  width: 960px;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

#modal-overlay .closebtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#modal-overlay .closebtn::before, #modal-overlay .closebtn::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transform: rotateZ(45deg);
}

#modal-overlay .closebtn::after {
  transform: rotateZ(-45deg);
}

/*----------------------------
	ModalContent
-----------------------------*/
#ModalContent {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
  /*align-items: flex-start;
  padding: 20px;*/
}

#ModalContent.active {
  opacity: 1;
  pointer-events: all;
}

#ModalContent .backbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

#ModalContent #ModalTarget {
  position: relative;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 100px);
}

#ModalContent .closebtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#ModalContent .closebtn::before, #ModalContent .closebtn::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transform: rotateZ(45deg);
}

#ModalContent .closebtn::after {
  transform: rotateZ(-45deg);
}

/*---------------------------------------------
	Recommended
----------------------------------------------*/
#Recommended {
  padding-bottom: 0;
}

#Recommended .inner {
  padding: 0 10px;
}

#Recommended .section_title, #Recommended .section_sub, #Recommended .machine_title, #Recommended .pickup_title {
  margin-bottom: 20px;
}

#Recommended .section_title label, #Recommended .section_sub label, #Recommended .machine_title label, #Recommended .pickup_title label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}

#Recommended .itemlist .item {
  border-bottom: solid 1px #C8C8C8;
  margin-bottom: 10px;
  padding: 10px 0 15px 0;
}

#Recommended .itemlist .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#Recommended .itemlist .item a {
  display: block;
}

#Recommended .itemlist .item a figure {
  padding: 0 15px;
}

#Recommended .itemlist .item a figcaption {
  margin-top: 5px;
}

#Recommended .itemlist .item a figcaption h4 {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  color: #323232;
}

#Recommended .itemlist .item a:hover {
  text-decoration: none;
}

#Recommended .itemlist .item a:hover figcaption h4 {
  color: #1f8dff;
}

/*---------------------------------------------
	UpdateInfo
----------------------------------------------*/
#UpdateInfo .scroll_container.pachi .scroll_custom {
  border: solid 1px #007ADC;
}

#UpdateInfo .scroll_container.pachi .scroll_custom .itemlist .item a::after {
  background: #007ADC;
}

#UpdateInfo .scroll_container .scroll_custom {
  margin-top: 5px;
  height: 600px;
  border: solid 1px #FDA51B;
  margin-bottom: 10px;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist {
  width: 100%;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item {
  background: #fff;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item:last-child a::after {
  display: none;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a {
  display: block;
  padding: 10px;
  position: relative;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #FDA51B;
  position: absolute;
  bottom: 0;
  left: 10px;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a time, #UpdateInfo .scroll_container .scroll_custom .itemlist .item a h4 {
  font-size: 14px;
  line-height: 18px;
  color: #0D69C9;
  margin-bottom: 1px;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a time {
  margin-bottom: 2px;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a p {
  font-size: 11px;
  line-height: 15px;
  color: #323232;
  -webkit-line-clamp: 3;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a time {
  color: #323232;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a time span {
  color: #FF0000;
  margin-left: 10px;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a:hover {
  background: #FFFFE3;
  text-decoration: none;
}

#UpdateInfo .scroll_container .scroll_custom .itemlist .item a:hover * {
  text-decoration: none;
}

/*---------------------------------------------
	PastModel
----------------------------------------------*/
#PastModel .yearList {
  margin-top: 13px;
}

#PastModel .yearList .accordion {
  margin-bottom: 5px;
}

#PastModel .yearList .accordion:last-child {
  margin-bottom: 0;
}

#PastModel .yearList .accordion dt {
  position: relative;
}

#PastModel .yearList .accordion dt.active .accordionHead {
  background: #d6d6d6;
}

#PastModel .yearList .accordion dt.active .arrow {
  transform: rotate(0deg);
}

#PastModel .yearList .accordion dt .accordionHead {
  background: #EDEDED;
  padding: 8px 10px 6px 10px;
  font-size: 14px;
  line-height: 14px;
}

#PastModel .yearList .accordion dt .arrow {
  width: 18px;
  height: 18px;
  top: 4px;
  position: absolute;
  right: 5px;
  z-index: 10;
  transform: rotate(180deg);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

#PastModel .yearList .accordion dt .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #323232;
  border-right: solid 1px #323232;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 6px;
}

#PastModel .yearList .accordion dt:hover {
  opacity: 1;
}

#PastModel .yearList .accordion dt:hover .accordionHead {
  background: #d6d6d6;
}

#PastModel .yearList .accordion dd {
  margin-top: 5px;
}

#PastModel .yearList .accordion dd .accordionPannel li a {
  display: block;
  padding: 5px 3px 3px 10px;
  font-size: 13px;
  line-height: 13px;
}

#PastModel .yearList .accordion dd .accordionPannel li a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

#PastModel .yearList .accordion dd .accordionPannel li a:hover * {
  text-decoration: none;
}

/*---------------------------------------------
	AttentionTag
----------------------------------------------*/
#AttentionTag .itemlist {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

#AttentionTag .itemlist .item {
  margin-right: 5px;
  margin-bottom: 5px;
}

#AttentionTag .itemlist .item a {
  display: block;
  border: solid 1px #C8C8C8;
  padding: 3px 4px 1px 4px;
  border-radius: 3px;
  text-align: center;
}

/*---------------------------------------------
	capture-child-body
----------------------------------------------*/
body#guideworks_machine_detail main#main div.outerBlock {
  margin-top: 0;
}

body#guideworks_machine_detail main#main div.outerBlock section#machineDetailArea {
  border-top: none;
  padding: 0;
}

#detail-post {
  padding: 10px 0;
  margin-bottom: 20px;
  background: #fff !important;
}

#detail-post .capture-contents {
  padding: 0 !important;
}

#detail-post .capture-contents .capture-child {
  margin: 0 !important;
}

.capture-child-body {
  margin: 0 !important;
  background: #C8C8C8 !important;
  padding: 13px !important;
}

.capture-child-body .post-wrap {
  padding: 20px !important;
}

.capture-child-body .post-wrap:last-of-type {
  margin-bottom: 0 !important;
}

.capture-child-body .post-wrap .post-title {
  margin-bottom: 16px;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #FDA51B;
}

.capture-child-body .post-wrap .post-head {
  margin-bottom: 20px;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #323232;
  font-size: 28px !important;
  line-height: 32px !important;
  color: #323232 !important;
  position: relative;
  padding: 0 0 0 22px !important;
  background: none !important;
  border: none !important;
}

.capture-child-body .post-wrap .post-head::before {
  content: "";
  width: 8px;
  height: calc(100% - 2px);
  background: #FDA51B;
  top: 0;
  left: 0;
  position: absolute;
}

.capture-child-body.pachi .post-wrap .post-title {
  color: #007ADC;
}

.capture-child-body.pachi .post-wrap .post-head::before {
  background: #007ADC;
}

/*---------------------------------------------
	general_infolist
----------------------------------------------*/
.general_infolist .column .column2_l {
  border-right: none;
  padding-right: 10px;
}

.general_infolist .column .column2_r {
  padding-left: 10px;
}

.general_infolist .column .column2_r .type {
  background: #007ADC;
}

.general_infolist .column .column2_r .scroll_container .scroll_custom {
  border: solid 1px #007ADC;
}

.general_infolist .column .column2_r .scroll_container .scrollbar {
  border: solid 1px #007ADC;
}

.general_infolist .column .column2_r .itemlist {
  border: solid 1px #007ADC;
}

.general_infolist .column .column2_r .itemlist .item a::after {
  background: #007ADC;
}

.general_infolist .type {
  width: 100%;
  text-align: center;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 18px 16px 16px 16px;
  background: #FDA51B;
}

.general_infolist .scroll_container {
  margin-top: 5px;
}

.general_infolist .scroll_container .scroll_custom {
  border: solid 1px #FDA51B;
  height: 431px;
}

.general_infolist .scroll_container .scroll_custom .itemlist {
  border: none;
  margin-top: 0;
}

.general_infolist .itemlist {
  width: 100%;
  position: relative;
  border: solid 1px #FDA51B;
  margin-top: 5px;
}

.general_infolist .itemlist .item {
  background: #fff;
}

.general_infolist .itemlist .item:last-child a::after {
  display: none;
}

.general_infolist .itemlist .item a {
  display: block;
  padding: 10px 20px;
  position: relative;
}

.general_infolist .itemlist .item a::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #FDA51B;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.general_infolist .itemlist .item a time, .general_infolist .itemlist .item a h4, .general_infolist .itemlist .item a p {
  font-size: 16px;
  line-height: 22px;
  color: #0D69C9;
}

.general_infolist .itemlist .item a time {
  color: #323232;
}

.general_infolist .itemlist .item a time span {
  color: #FF0000;
  margin-left: 15px;
}

.general_infolist .itemlist .item a:hover {
  background: #FFFFE3;
  text-decoration: none;
}

.general_infolist .itemlist .item a:hover * {
  text-decoration: none;
}

.scroll_container {
  position: relative;
}

.scroll_container.pachi .scrollbar {
  border: solid 1px #007ADC;
}

.scroll_container .scroll_custom {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-right: 12px;
}

.scroll_container .scroll_custom::-webkit-scrollbar {
  display: none;
}

.scroll_container .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  background-color: #fff;
  border: solid 1px #FDA51B;
  overflow: hidden;
}

.scroll_container .scrollbar .scrollbar-thumb {
  padding: 2px;
}

.scroll_container .scrollbar .scrollbar-thumb span {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #C8C8C8;
  display: block;
}

.pickup_contents {
  min-width: 1000px;
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background: #fff;
  /*pointer-events: none;*/
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pickup_contents.active {
  pointer-events: auto;
  opacity: 1;
}

.pickup_contents .scrollbox {
  width: 100%;
  height: 100%;
}

.pickup_contents .scrollbox .section_contents {
  padding: 60px 92px 20px 142px !important;
}

.pickup_contents #PickUpBtnGroup .fixed_topbtn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pickup_contents #PickUpBtnGroup .fixed_topbtn.active {
  opacity: 1;
  pointer-events: auto;
}

.pickup_contents #PickUpBtnGroup .fixed_topbtn:hover {
  opacity: 0.7;
}

/*---------------------------------------------
	detailbtn
----------------------------------------------*/
.detailbtn {
  margin-bottom: 40px;
}

.detailbtn .morebtn {
  background: #FDA51B;
  width: 260px;
  margin: 0 0 0 auto;
}

.detailbtn .morebtn label {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
}

.detailbtn .morebtn:hover {
  background: #FDBD57;
}

.detailbtn.end {
  margin-bottom: 0;
}

.detailbtn.pachi .morebtn {
  background: #007ADC;
}

.detailbtn.pachi .morebtn:hover {
  background: #3395E3;
}

/*---------------------------------------------
	PickUp
----------------------------------------------*/
#PickUp #FloatingNav {
  width: 676px;
  margin: 0 auto 40px auto;
  position: relative;
  top: auto;
  left: auto;
  background: none;
}

#PickUp #FloatingNav .navlist {
  background: #FDA51B;
  border: solid 1px #D2D2D2;
  border-bottom: none;
}

#PickUp #FloatingNav .navlist .nav {
  width: 33.33%;
  flex: 1 0 auto;
  position: relative;
}

#PickUp #FloatingNav .navlist .nav::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D2D2D2;
  position: absolute;
  top: 0;
  right: 0;
}

#PickUp #FloatingNav .navlist .nav:last-child::after {
  display: none;
}

#PickUp #FloatingNav .navlist .nav a {
  background: #fff;
  border-bottom: solid 9px #FDA51B;
  padding: 20px 10px 30px 10px;
}

#PickUp #FloatingNav .navlist .nav a label {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #323232;
}

#PickUp #FloatingNav .navlist .nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #FDA51B;
  border-right: solid 2px #FDA51B;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  right: calc(50% - 6px);
}

#PickUp #FloatingNav .navlist .nav a:hover {
  background: #FFF5E6;
  text-decoration: none;
}

#PickUp #FloatingNav .navlist .nav a:hover * {
  text-decoration: none;
}

#PickUp.pachi #FloatingNav .navlist .nav a {
  border-bottom: solid 9px #007ADC;
}

#PickUp.pachi #FloatingNav .navlist .nav a::after {
  border-top: solid 2px #007ADC;
  border-right: solid 2px #007ADC;
}

#PickUp.pachi #FloatingNav .navlist .nav a:hover {
  background: #F1F6FF;
}

/*---------------------------------------------
	pickup_box
----------------------------------------------*/
.pickup_box {
  padding-top: 0;
  margin-bottom: 30px;
}

.pickup_box .inner .detail_contents {
  border: solid 1px #D2D2D2;
  padding: 20px 20px 10px 20px;
  background: #fff;
}

.pickup_box .inner .detail_contents .article_box {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

.pickup_box .inner .detail_contents .article_box:last-child {
  margin-bottom: 0;
}

.pickup_box .inner .detail_contents .article_box .detail_title {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.pickup_box .inner .detail_contents .article_box .detail_title::before {
  content: "";
  width: 8px;
  background: #FDA51B;
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
  position: absolute;
}

.pickup_box .inner .detail_contents .article_box .detail_title label {
  display: block;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  z-index: 10;
  position: relative;
  padding-left: 22px;
  cursor: auto;
}

.pickup_box .inner .detail_contents .article_box .detail_title.pachi::before {
  background: #007ADC;
}

.pickup_box .inner .detail_contents .article_box .strong {
  margin-bottom: 10px;
}

.pickup_box .inner .detail_contents .article_box .strong label {
  display: inline-block;
  background: #FFFF00;
  padding: 8px;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #D27F1B;
  cursor: auto;
}

.pickup_box .inner .detail_contents .article_box .cache {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #646464;
  text-align: center;
  margin: 20px 0;
}

.pickup_box .inner .detail_contents .article_box > * {
  margin-bottom: 10px;
}

.pickup_box .inner .detail_contents .article_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0px auto;
  border: 1px solid #000;
}

.pickup_box .inner .detail_contents .article_box table tbody tr {
  text-align: center;
}

.pickup_box .inner .detail_contents .article_box table tbody tr:first-child {
  background: #D7D7D7;
}

.pickup_box .inner .detail_contents .article_box table tbody tr td {
  text-align: center;
  padding: 4px 5px 3px;
  border: 1px solid #000;
}

.pickup_box.pachi .inner .detail_contents .detail_title::before {
  background: #007ADC;
}

/*---------------------------------------------
	BannerGroup
----------------------------------------------*/
#BannerGroup .itemlist .item ,#BannerGroupAnalysis .itemlist .item {
  width: 100%;
  margin-bottom: 20px;
}

#BannerGroup .itemlist .item:last-child, #BannerGroupAnalysis .itemlist .item:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
	Summarize page
----------------------------------------------*/
#MainSpecTitle {
  padding: 25px 0 20px 0 !important;
  margin-bottom: 20px;
}

#MainSpecTitle .inner {
  padding: 0 20px;
}

#Border ul.article_link, #Yuutime ul.article_link, #Difference ul.article_link, #Directing ul.article_link, #Ceiling ul.article_link {
    font-size: 16px;
    list-style: disc;
    padding: 10px 0 10px 30px;
    line-height: 2.5rem;
}