@charset "UTF-8";
/**
 *
 * machine_detail: 機種仕様ページ
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	ツール
-----------------------------*/
/*---------------------------------------------
	MainSpec
----------------------------------------------*/
#MainSpec {
  border: solid 1px #C8C8C8;
  padding: 25px 0 20px 0 !important;
  margin-bottom: 20px;
}

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

#MainSpec .column {
  padding-top: 5px;
}

#MainSpec .column .column2_l {
  border: none;
  width: 268px;
  padding-right: 0;
}

#MainSpec .column .column2_r {
  width: calc(100% - 268px);
  padding-left: 0;
  display: flex;/* 画像サイズ変更によるレイアウト修正 20220713 */
}

/* 機種画像表示不具合対応 1/22 start */
#MainSpec .column figure {
  width: 268px;
  min-height: 434px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 100/162;
}
/*1/22 end */

#MainSpec .column figure .iconlist {
  position: absolute;
  bottom: 5px;
  left: 5px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#MainSpec .column figure .iconlist .icon {
  margin-right: 10px;
}

#MainSpec .column figure .iconlist .icon img {
  width: 100%;
  height: auto;
}

#MainSpec .column figure .iconlist .icon:last-child {
  margin-right: 0;
}

#MainSpec .column figure .iconlist .icon.machine_config {
  width: 60px;
}

#MainSpec .column figure .iconlist .icon.machine_yuutime {
  width: 114px;
}

#MainSpec .column figcaption {
  /* width: 200px; 画像サイズ変更によるレイアウト修正 20220713 */
  margin: 0 0 auto auto;
  position: relative;
}

#MainSpec .column figcaption time {
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 16px;
}

#MainSpec .column figcaption .intro_date,
#MainSpec .column figcaption .upd_date {
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

#MainSpec .column figcaption .favoritebtn {
  margin: 8px auto;
  width: 168px;
  height: 31px;
  background: #FFE300;
  background: -moz-linear-gradient(top, #FFE865 0%, #FFE300 100%);
  background: -webkit-linear-gradient(top, #FFE865 0%, #FFE300 100%);
  background: linear-gradient(to bottom, #FFE865 0%, #FFE300 100%);
  border-radius: 5px;
  padding-left: 22px;
}

#MainSpec .column figcaption .favoritebtn label {
  font-size: 14px;
  line-height: 14px;
  color: #323232;
}

#MainSpec .column figcaption .favoritebtn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../img/renewal/icon_favorite-w.svg") no-repeat center center;
  background-size: 18px;
  position: absolute;
  top: 5px;
  left: 22px;
  z-index: 10;
}

#MainSpec .column figcaption .favoritebtn.active {
  background: #ddd;
}

#MainSpec .column figcaption .favoritebtn.active label {
  color: #555;
}

#MainSpec .column figcaption .machinelink {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  margin: 9px auto 0 auto;
}

#MainSpec .btnlist {
  width: 310px;
  position: absolute;
  bottom: -8px;
  right: 20px;
}

#MainSpec .btnlist .btn {
  width: 150px;
  height: 150px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#MainSpec .btnlist .btn:nth-child(2n) {
  margin-right: 0;
}

#MainSpec .btnlist .btn a {
  width: 100%;
  height: 100%;
  border: solid 2px #FDA51B;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

#MainSpec .btnlist .btn a label {
  text-align: center;
  display: block;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #FDA51B;
}

#MainSpec .btnlist .btn a label .small {
  font-size: 24px;
  line-height: 44px;
}

#MainSpec .btnlist .btn a label .large {
  font-size: 44px;
  line-height: 4px;
}

#MainSpec .btnlist .btn a::after {
  content: "";
  width: 14px;
  height: 14px;
  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: 15px;
  right: calc(50% - 7px);
}

#MainSpec .btnlist .btn a.unactive {
  pointer-events: none;
}

#MainSpec .btnlist .btn a.unactive::after {
  display: none;
}

#MainSpec .btnlist .btn a:hover {
  text-decoration: none;
  background: #FDA51B;
}

#MainSpec .btnlist .btn a:hover label {
  color: #fff;
}

#MainSpec .btnlist .btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#MainSpec .btnlist.pachi .btn a {
  border: solid 2px #007ADC;
}

#MainSpec .btnlist.pachi .btn a label {
  color: #007ADC;
}

#MainSpec .btnlist.pachi .btn a:hover {
  background: #007ADC;
}

/*---------------------------------------------
	AnkerGroup
----------------------------------------------*/
#AnkerGroup {
  padding: 10px 0 30px 0 !important;
}

#AnkerGroup .linklist {
  width: 100%;
}

#AnkerGroup .linklist .link {
  width: calc(50% - 10px);
}

#AnkerGroup .linklist .link.topbtn {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 12px 0px #B3B3B3;
  border-radius: 10px;
}

#AnkerGroup .linklist .link.topbtn .morebtn {
  height: 120px;
  background: #FDA51B;
  box-shadow: 0px 6px 0px #FDA51B;
  padding: 0 0 0 205px;
  border: none;
}

#AnkerGroup .linklist .link.topbtn .morebtn label {
  display: block;
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  margin-top: 2px;
}

#AnkerGroup .linklist .link.topbtn .morebtn span {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  margin-top: 8px;
}

#AnkerGroup .linklist .link.topbtn .morebtn::after {
  width: 26px;
  height: 26px;
  bottom: auto;
  top: calc(50% - 13px);
  right: 40px;
  transform: rotateZ(45deg);
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}

#AnkerGroup .linklist .link.topbtn .morebtn::before {
  content: "";
  width: 360px;
  height: 238px;
  background: url("../../img/renewal/machine_detail_pushbtn.gif") no-repeat center center;
  background-size: 360px;
  position: absolute;
  top: -65px;
  left: 0px;
  z-index: 10;
}

#AnkerGroup .linklist .link .morebtn {
  width: 100%;
  height: 90px;
  background: #fff;
  padding: 10px 0 35px 0;
  box-shadow: 0px 5px 0px #C8C8C8;
  border: solid 2px #FDA51B;
}

#AnkerGroup .linklist .link .morebtn.click {
  box-shadow: 0px 0px 0px #C8C8C8;
  top: 5px;
}

#AnkerGroup .linklist .link .morebtn label {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #323232;
  text-align: center;
}

#AnkerGroup .linklist .link .morebtn::after {
  border-top: solid 3px #323232;
  border-right: solid 3px #323232;
  width: 14px;
  height: 14px;
  top: auto;
  bottom: 20px;
  right: calc(50% - 7px);
  transform: rotateZ(135deg);
}

#AnkerGroup .linklist.pachi .link.topbtn .morebtn {
  background: #007ADC;
  box-shadow: 0px 6px 0px #007ADC;
  padding: 0 0 0 180px;
}

#AnkerGroup .linklist.pachi .link.topbtn .morebtn::before {
  left: -30px;
}

#AnkerGroup .linklist.pachi .link .morebtn {
  border: solid 2px #007ADC;
}

/*---------------------------------------------
	PromotionFrame
----------------------------------------------*/
#PromotionFrameTop, #PromotionFrameBottom { /************ 20201202修正 **************/
  padding: 0 0 25px 0 !important;
}

/*---------------------------------------------
	TableOfContents
----------------------------------------------*/
#TableOfContents {
  padding-bottom: 10px !important;
}

#TableOfContents .contentsList .accordion {
  margin-bottom: 8px;
}

#TableOfContents .contentsList .accordion .new {
  width: 30px;
  height: 30px;
  background: #FFFF02;
  border-radius: 50%;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: #f00;
  margin-left: 4px;
  margin-top: -2px;
}

#TableOfContents .contentsList .accordion dt {
  pointer-events: none;
}

#TableOfContents .contentsList .accordion dt h2 {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  background: #FDA51B;
  padding: 12px 16px 10px 16px;
  border-left: solid 14px #FDBF53;
  border-bottom: solid 3px #FDBF53;
}

#TableOfContents .contentsList .accordion dd {
  margin-top: 13px;
}

#TableOfContents .contentsList .accordion dd .accordionPannel {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li {
  margin-right: 20px;
  margin-bottom: 4px;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  align-items: center;
  min-height: 26px;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0D69C9 transparent transparent transparent;
  margin-right: 5px;
  margin-top: -2px;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #1f8dff;
  position: absolute;
  bottom: 5px;
  left: 17px;
  opacity: 0;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a:hover {
  text-decoration: none;
}

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

#TableOfContents .contentsList .accordion dd .accordionPannel li a:hover::after {
  opacity: 1;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a.newtag::after {
  width: calc(100% - 54px);
}

#TableOfContents .contentsList.pachi .accordion dt h2 {
  background: #007ADC;
  border-left: solid 14px #00B7E2;
  border-bottom: solid 3px #00B7E2;
}

#TableOfContents .contentsList .accordion dd .accordionPannel li a.non-link {
    color: #000000;
    pointer-events: none;
}
#TableOfContents .contentsList .accordion dd .accordionPannel li a.non-link::before {
    border-color: #000000 transparent transparent transparent;
}

/*---------------------------------------------
	TagList
----------------------------------------------*/
#TagList {
  padding-top: 0 !important;
}

#TagList .accordion ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 40px;
}

#TagList .accordion ul li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  margin-right: 20px;
  align-items: center;
}

#TagList .accordion ul li:last-child {
  margin-right: 0;
}

#TagList .accordion ul li .close {
  width: 16px;
  height: 16px;
  position: relative;
  top: auto;
  right: auto;
  background: #9B9B9B;
  margin-left: 3px;
  margin-top: -2px;
  display: none;
}

#TagList .accordion ul li .close::before, #TagList .accordion ul li .close::after {
  background: #fff;
  width: 10px;
  left: calc(50% - 5px);
}

#TagList .accordion .dtspace {
  border: solid 1px #C8C8C8;
  padding: 10px;
  position: relative;
}

#TagList .accordion .dtspace dt.active ul li.isHide {
  display: -webkit-flex;
  display: flex;
}

#TagList .accordion .dtspace dt.active ul li .close {
  display: block;
}

#TagList .accordion .dtspace dt.active .other {
  display: none;
}

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

#TagList .accordion .dtspace .toggle {
  top: 11px;
}

#TagList .accordion dd #TagAddForm {
  margin-top: 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#TagList .accordion dd #TagAddForm #TagKeyword {
  font-size: 16px;
  width: 300px;
  height: 38px;
  border: solid 1px #C8C8C8;
  border-right: none;
  padding: 5px 7px;
}

#TagList .accordion dd #TagAddForm #TagSubmit {
  padding: 5px;
  width: 94px;
  height: 38px;
  border: solid 1px #414141;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #414141;
}

#TagList .accordion dd #TagAddForm #TagSubmit:hover {
  opacity: 0.7;
}

/*---------------------------------------------
	MachineComment
----------------------------------------------*/
#MachineComment {
    margin-bottom: 20px;
}

#MachineComment .txt{
    padding: 0.5rem;
}

#MachineComment .icon-comment {
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/renewal/comment.png) no-repeat;
    background-size: 4.5rem 4.5rem;
    padding: 1.6rem 0 2.0rem 5.0rem;
    font-weight: bold;
    font-size: 2.5rem;
}

#MachineComment .symbol:before{
    content: "※";
    margin-right: 0.5em;
}

#MachineComment [disabled] {
    opacity: 0.5;
    pointer-events: none;
}

/* ユーザーコメント投稿部 */
#PostComment {
    padding-bottom: 3rem;
}

#MachineComment .proccess-msg{
    margin-top: -1rem;
    font-weight: bold;
    padding: 1rem;
}

#MachineComment .proccess-msg.success{
    color: blue;
}

#MachineComment .proccess-msg.error{
    color: red;
}

#MachineComment .top-notice,
#MachineComment .user-name,
#MachineComment .user-comment,
#MachineComment .post-image {
    margin-bottom: 2rem;
}

#MachineComment .user-name input,
#MachineComment .user-comment textarea {
    font-size: 1.8rem;
    line-height: 1.8rem;
    background-color: #F5F5F5;
}

#MachineComment .post-image input {
    border: none !important;
}

#MachineComment .post-image #CommentImgPreview img {
    max-width: 80%;
    padding-bottom: 2rem;
}

#MachineComment .comment-submit input {
    color: #F0F0F0 !important;
    padding: 0.4rem 1.6rem !important;
}


/* ユーザーコメント一覧部 */
#MachineComment .head-main {
    margin: 2rem auto;
}

#MachineComment .comment-list .txt {
    padding-bottom: 1rem;
}

#MachineComment .comment-list .hr {
    margin: auto -10px;
    border-bottom: solid 1px #C8C8C8;
}

#MachineComment .comment-list .comment-parts {
    padding-top: 2rem;
    /*padding-bottom: 2rem;*/
}

#MachineComment .comment-list .comment-parts .parts-name {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-bottom: 2rem;
}

#MachineComment .comment-list .comment-parts .parts-img img {
    max-width: 50%;
    height: auto;
    padding-bottom: 2rem;
}

#MachineComment .comment-list .comment-parts .parts-text {
    line-height: 2.6rem;
    font-size: 1.8rem;
    word-break: break-all;
    padding-bottom: 4.0rem; 
}

#MachineComment .comment-list .comment-parts .parts-bottom {
    margin-bottom: 2rem;
}

#MachineComment .comment-list .comment-parts .parts-reply {
    width: 10rem;
    float: left;
    color: #0093FF;
    cursor: pointer;
}

#MachineComment .comment-list .comment-parts .parts-date {
    font-weight: bold;
    width: 12rem;
    float: right;
}

#MachineComment .comment-list .comment-parts .parts-post {
    margin-top: -0.5rem;
    width: 10rem;
    float: right;
}

#MachineComment .comment-list .comment-parts .parts-post button{
    width: 100%;
    color: #FFFFFF;
    border: none;
    background: #808080;
    padding: 0.4rem;
}

/* ユーザーコメント返信部 */
#MachineComment .machine-comment-reply {
    margin: 2rem auto;
}

#MachineComment .head-reply-main {
    margin: 1rem auto 2rem;
    word-break: break-all;
}

#MachineComment .icon-comment-reply {
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/renewal/reply.png) no-repeat;
    background-size: 4.5rem 4.5rem;
    padding: 1.6rem 0 2.0rem 5.0rem;
    margin-right: 1rem;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.0rem;
}

#MachineComment .icon-comment-reply .txt {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

#MachineComment .reply-cancel {
    font-weight: bold;
    font-size: 1.5rem;
    color: #0093FF;
    cursor: pointer;    
}


#MachineComment .comment-list .more-comment {
    text-align: center;
    padding-top: 2rem;
}

#MachineComment .comment-list .more-comment button {
    /*border: none;*/
    background: #D0D0D0;
    padding: 1.8rem 5rem;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 1rem;
    border: 1px solid;
}

/*---------------------------------------------
	RelatedMachine
----------------------------------------------*/
#RelatedMachine {
  margin-bottom: 20px;
}

#RelatedMachine .itemlist {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#RelatedMachine .itemlist .item {
  width: calc(20% - 20px);
  margin-right: 25px;
}

#RelatedMachine .itemlist .item:last-child {
  margin-right: 0;
}

#RelatedMachine .itemlist .item a figcaption {
  margin-top: 8px;
}

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

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

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

#RelatedMachine .itemlist .item a:hover figcaption h4 {
  color: #646464;
}

#RelatedMachineSp .itemlist {
  height: auto;
  overflow-y: auto;
}

#RelatedMachine .itemlist .item figure {
    display: flex;
    height: 190px;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}

#RelatedMachine .itemlist .item figure img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}


/*---------------------------------------------
	MachineSearchHall
----------------------------------------------*/
#MachineSearchHall {
  margin-bottom: 20px;
}

#MachineSearchHall .prefectures_form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

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

#MachineSearchHall .itemlist .item {
  width: 50%;
  padding: 10px 10px 10px 0;
  position: relative;
}

#MachineSearchHall .itemlist .item::before {
  content: "";
  background: #C8C8C8;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  right: 0;
}

#MachineSearchHall .itemlist .item:nth-child(2n) {
  padding: 10px 0 10px 10px;
}

#MachineSearchHall .itemlist .item:nth-child(2n)::before {
  display: none;
}

#MachineSearchHall .itemlist .item:nth-child(2n)::after {
  content: "";
  background: #C8C8C8;
  background: -moz-linear-gradient(left, #C8C8C8 0%, #C8C8C8 357px, #fff 357px, #fff 377px, #C8C8C8 377px, #C8C8C8 100%);
  background: -webkit-linear-gradient(left, #C8C8C8 0%, #C8C8C8 357px, #fff 357px, #fff 377px, #C8C8C8 377px, #C8C8C8 100%);
  background: linear-gradient(to right, #C8C8C8 0%, #C8C8C8 357px, #fff 357px, #fff 377px, #C8C8C8 377px, #C8C8C8 100%);
  position: absolute;
  width: 200%;
  height: 1px;
  bottom: 0;
  right: 0;
}

#MachineSearchHall .itemlist .item:last-child::after {
  display: none;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_l {
  width: calc(100% - 206px);
  padding-right: 4px;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_r {
  width: 206px;
  background: #FFFFCF;
  border: solid 1px #EDEDED;
  padding: 8px;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_r .news {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_r .news span {
  background: #FF00FF;
  padding: 4px 2px 2px 2px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: #fff;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_r .news label {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: #0032FF;
  margin-left: 5px;
  margin-top: 1px;
}

#MachineSearchHall .itemlist .item figcaption.figcaption_r .link {
  margin: 5px 0 0 auto;
  display: table;
  font-size: 11px;
  line-height: 11px;
}

#MachineSearchHall .itemlist .item figcaption h4 {
  margin-bottom: 2px;
}

#MachineSearchHall .itemlist .item figcaption h4 a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

#MachineSearchHall .itemlist .item figcaption p {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
}

#MachineSearchHall .morebtn {
  margin-top: 20px;
}

#MachineSearchHall .morebtn::after {
  display: none;
}

#MachineSearchHallSp #search-hall .gpsbtn {
  margin: 0 0 0 auto;
}

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

#MachineSearchHallSp .itemlist .item {
  width: 50%;
  padding: 5px 5px 5px 0;
  position: relative;
}

#MachineSearchHallSp .itemlist .item::before {
  content: "";
  background: #C8C8C8;
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  right: 0;
}

#MachineSearchHallSp .itemlist .item:nth-child(2n) {
  padding: 5px 0 5px 5px;
}

#MachineSearchHallSp .itemlist .item:nth-child(2n)::before {
  display: none;
}

#MachineSearchHallSp .itemlist .item:nth-child(2n)::after {
  content: "";
  background: #C8C8C8;
  background: -moz-linear-gradient(left, #C8C8C8 0%, #C8C8C8 172px, #fff 172px, #fff 182px, #C8C8C8 182px, #C8C8C8 100%);
  background: -webkit-linear-gradient(left, #C8C8C8 0%, #C8C8C8 172px, #fff 172px, #fff 182px, #C8C8C8 182px, #C8C8C8 100%);
  background: linear-gradient(to right, #C8C8C8 0%, #C8C8C8 172px, #fff 172px, #fff 182px, #C8C8C8 182px, #C8C8C8 100%);
  position: absolute;
  width: 200%;
  height: 1px;
  bottom: 0;
  right: 0;
}

#MachineSearchHallSp .itemlist .item:last-child::after {
  display: none;
}

#MachineSearchHallSp .itemlist .item h4 {
  margin-bottom: 2px;
}

#MachineSearchHallSp .itemlist .item h5, #MachineSearchHallSp .itemlist .item p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #6A6A6A;
}

#MachineSearchHallSp .morebtn {
  margin-top: 10px;
}

#MachineSearchHallSp .morebtn::after {
  display: none;
}

/*---------------------------------------------
	SearchHall
----------------------------------------------*/
#SearchHall {
  margin-bottom: 20px;
  padding-bottom: 10px !important;
}

#SearchHall .itemlist {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#SearchHall .itemlist .item {
  width: calc(50% - 10px);
  margin-right: 20px;
}

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

#SearchHall .itemlist .item .morebtn {
  width: 100%;
  background: #2D2D2D;
}

#SearchHall .itemlist .item .morebtn::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  background: #F00000;
  border-radius: 50%;
}

#SearchHall .itemlist .item .morebtn::after {
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 24px;
}

#SearchHall .itemlist .item .morebtn.unactive {
  opacity: .4;
  pointer-events: none;
}

#SearchHall .itemlist .item .morebtn:hover {
  background: #444444;
}

#SearchHall h3 {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-top: 25px;
}

#SearchHall .halllist {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-top: solid 1px #C8C8C8;
  margin-top: 15px;
}

#SearchHall .halllist .hall {
  width: 50%;
  padding: 10px 10px 10px 0;
  position: relative;
}

#SearchHall .halllist .hall::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #C8C8C8;
  position: absolute;
  top: 10px;
  right: 0;
}

#SearchHall .halllist .hall:nth-child(2n) {
  padding: 10px 0 10px 10px;
}

#SearchHall .halllist .hall:nth-child(2n)::before {
  display: none;
}

#SearchHall .halllist .hall:nth-child(2n)::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  bottom: 0;
  right: 0;
}

#SearchHall .halllist .hall:last-child::after {
  display: none;
}

#SearchHall .halllist .hall a {
  width: 100%;
  height: 100%;
}

#SearchHall .halllist .hall a figure {
  width: 102px;
  height: 100%;
  min-height: 76px;
}

#SearchHall .halllist .hall a figcaption {
  padding-left: 8px;
  width: calc(100% - 102px);
}

#SearchHall .halllist .hall a figcaption h4 {
  font-size: 15px;
  line-height: 18px;
  color: #0D69C9;
}

#SearchHall .halllist .hall a figcaption p {
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  margin-top: 3px;
}

#SearchHall .halllist .hall a:hover {
  text-decoration: none;
}

#SearchHall .halllist .hall a:hover figcaption h4 {
  color: #1f8dff;
}

#SearchHall .halllist .hall a:hover * {
  text-decoration: none;
}

/*---------------------------------------------
	detail-post
----------------------------------------------*/
#detail-post .articles {
  margin-bottom: 40px;
}

#detail-post .articles:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
	個別機種用、記事更新リスト
----------------------------------------------*/
#machineUpdateInfo{
	margin: 20px 0;
}

#machineUpdateInfo .machineUpdateInfo_header{
	position: relative;
	background: #686868;
	min-height: 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 15px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
}

#machineUpdateInfo .machineUpdateInfo_header .machineUpdateInfo_title{
	line-height: 1.2;
}

#machineUpdateInfo #machineUpdateInfo_toggleButton{
	color: #fff;
	cursor: pointer;
	letter-spacing: 0px;
}
#machineUpdateInfo #machineUpdateInfo_toggleButton.machineUpdateInfo_hidden{
	display: none;
}
#machineUpdateInfo #machineUpdateInfo_toggleButton .machineUpdateInfo_open_text,
#machineUpdateInfo #machineUpdateInfo_toggleButton .machineUpdateInfo_close_text{
	font-weight: 100;
}
#machineUpdateInfo #machineUpdateInfo_toggleButton.machineUpdateInfo_open .machineUpdateInfo_open_text,
#machineUpdateInfo #machineUpdateInfo_toggleButton.machineUpdateInfo_close .machineUpdateInfo_close_text{
	display: none;
}

#machineUpdateInfo .scroll_custom{
	padding: 15px;
	padding-bottom: 10px;
    border: solid 1px #686868;
    max-height: 225px;
}

#machineUpdateInfo .borderRightDel{
    border-right: none;
}

#machineUpdateInfo .scrollbar{
    border: solid 1px #686868;
}

#machineUpdateInfo #machineUpdateInfo_body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#machineUpdateInfo #machineUpdateInfo_body li{
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 1.2;
}
#machineUpdateInfo #machineUpdateInfo_body.machineUpdateInfo_close li:nth-child(n+4){
	display: none;
}

#machineUpdateInfo #machineUpdateInfo_body li .machineUpdateInfo_date{
	margin-right: 30px;
}

#machineUpdateInfo #machineUpdateInfo_body li .machineUpdateInfo_title a{
	font-size: 14px;
	text-decoration: underline;
}

figure img {
  height : 100%;
}

body#guideworks_machine_detail section.section_box .section_sub p {
  margin-top: 5px;
  font-weight: bold;
}

body#guideworks_machine_detail section.section_box #section_subtitle p {
  margin-left: 45px;
  margin-top: 5px;
  font-weight: bold;
}