@charset "UTF-8";

img {
  flex-shrink: 0;
}
div#index {
  width: 100%;
}
body #main {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

#hitachi_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  padding-bottom: 282px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #hitachi_container {
    padding-bottom: 17.2vw;
  }
}

.hitachi_kv {
  height: auto;
}

/* spec */
@media screen and (min-width: 768px) {
.hitachi_spec {
  position: relative;
}

.hitachi_spec-inner {
  box-sizing: border-box;
  padding-top: 40px;
  font-weight: bold;
}

.hitachi_spec-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}

.hitachi_spec-box {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 235px;
  padding: 0 0 40px;
  color: #000;
  border: 1px solid #b6ada6;
  border-radius: 5px;
  transition: all .3s;
}

.hitachi_spec-box:nth-last-of-type(2) {
  width: 480px;
}

.hitachi_spec-box::after{
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 6px);
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 1px;
  transform: rotate(45deg);
}
.hitachi_spec-box:hover {
  color: #000;
  text-decoration: none;
  opacity: .6;
}
.hitachi_spec-box:active,
.hitachi_spec-box:visited {
  color: #000;
  text-decoration: none;
}
.hitachi_spec-box-copy {
  padding: 16px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  background: #b6ada6;
}

.hitachi_spec-box-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 0 auto;
}

.hitachi_spec-box-2col-item {
  width: 146px;
}

.hitachi_spec-box-2col-item:nth-of-type(2n) {
  margin-left: 54px;
}

.hitachi_spec-box-name {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  padding: 5px 10px;
  box-sizing: border-box;
  min-width: 128px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
}

.hitachi_spec-box-img {
  width: 146px;
  height: auto;
  margin-top: 12px;
}
}

@media screen and (max-width: 767px) {

  .hitachi_spec {
    margin: 3.67vw 0 0;
    padding: 0 3.33%;
  }

	.hitachi_spec-container {
    display: block;
    font-weight: bold;
	}

	.hitachi_spec-box {
		position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
		display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		width: 100%;
		color: #000;
		background: #fff;
    border: 1px solid #b6ada6;
    border-radius: 5px;
	}
	.hitachi_spec-box:nth-of-type(n+2) {margin-top: 2vw}
	.hitachi_spec-box::after{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 3.667vw;
    display: block;
    width: 4.534vw;
    height: 4.534vw;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 1px;
    transform: translateY(-50%) rotate(45deg);
	}
	.hitachi_spec-box:hover,
	.hitachi_spec-box:active {
		color: #000;
		text-decoration: none;
	}
	.hitachi_spec-box-copy {
    box-sizing: border-box;
    background: #b6ada6;
    font-size: 3.2vw;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding: 2vw 0;
    width: 50.67vw;
	}
	.hitachi_spec-box-img {
    padding-left: 3.6vw;
		width: auto !important;
		height: 12.1vw !important;
	}
}

/* button */
.hitachi_button-01,
.hitachi_button-02 {
	position: relative;
	display: block;
	color: #000;
	text-align: center;
	font-size: 20px;
  font-weight: bold;
	border: 1px solid #000;
  border-radius: 5px;
	transition: all .3s;
}

.hitachi_button-01 {
  padding: 16px 40px 16px 20px;
  margin: 40px auto 0;
  width: 360px;
  box-sizing: border-box;
  height: 64px;
}


.hitachi_button-01::after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
	width: 11px;
	height: 11px;
	top: 45%;
	right: 6%;
}

.hitachi_button-02 {
  padding: 12px 0;
  margin-top: 32px;
  width: 215px;
  border: 0;
  color: #fff;
  box-sizing: border-box;
  background: #aba29c;
}

@media screen and (max-width: 767px) {
  .hitachi_button-02 {
    font-size: 18px;
  }
}
.hitachi_button-02:before, .hitachi_button-02:after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  width: 3px;
  height: 17px;
  top: 35%;
  right: 25px;
}
.hitachi_button-02:before {
  width: 17px;
  height: 3px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .hitachi_button-02:before, .hitachi_button-02:after {
    width: 2px;
    height: 17px
  }

  .hitachi_button-02:before {
    height: 2px;
    width: 17px;
    top: 51%;
  }
}

.hitachi_button-01:hover,
.hitachi_button-01:visited,
.hitachi_button-02:hover,
.hitachi_button-02:visited{
	color: #000;
	text-decoration: none;
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.hitachi_button-01 {
    width: 100%;
    height: 16.5%;
    border-radius: 5px;
    font-size: 19px;
	}

  .hitachi_button-02 {
    display: inline-block;
  }

  .hitachi_button-01::after{
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }

	.smartwatch-button-01::after{
		top: calc(50% - 1.333vw);
		right: 4vw;
		width: 1.867vw;
		height: 1.867vw;
	}
}


/* point */

.hitachi_point-section,
.hitachi_func-section,
.hitachi_table-section {
  position: relative;
  margin: 102px 0 0;
}

.hitachi_heading {
  position: absolute;
  top: 0;
  left: -360px;
  padding: 34px 0;
  width: 1920px;
  background: #f6f4f2;
  font-size: 44px;
  font-weight: bold;
  font-family : YuMincho,'Yu Mincho',serif !important;
}

.hitachi_point-cnt {
  padding: 175px 0 0;
}

@media screen and (max-width: 767px) {
  .hitachi_point-section,
  .hitachi_func-section {
    margin: 10.67vw 0 0;
    padding: 0 3.33%;
  }

  .hitachi_heading {
    left: 0;
    padding: 7.87vw 0;
    width: 100%;
    font-size: 6.13vw;
  }

  .hitachi_point-cnt {
    padding: 29.6vw 0 0;
  }
}

@media screen and (min-width: 768px) {
  .hitachi_point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 980px;
    margin: 0 auto;
  }

  .hitachi_point-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .hitachi_point-item .hitachi_point-text-area {
    padding: 0 80px 0 0;
    text-align: left;
  }

  .hitachi_point-item:nth-of-type(even) .hitachi_point-text-area {
    padding: 0 0 0 80px;
  }

  .hitachi_point-item:nth-of-type(n+2) {
    margin-top: 80px;
  }

  .hitachi_point-text {
    margin: 30px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  }

  .hitachi_point-anno {
    font-size: 12px;
  }

  .hitachi_point-heading {
    font-size: 30px;
    font-weight: bold;
    font-family : YuMincho,'Yu Mincho',serif !important;
  }

  .hitachi_point-heading-text {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-top: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hitachi_point-img {
    width: 490px;
    height: 300px;
    border-radius: 5px;
  }

  .hitachi_point-list {
    padding-left: 3px;
  }

  .hitachi_point-list>li {
    padding-left: 10px;
    position: relative;
    font-size: 16px;
  }

  .hitachi_point-list>li:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .hitachi_point-list>li::before {
    content: "";
    display: block;
    width: 2px;
    height: 1em;
    background: #B20000;
    position: absolute;
    top: 2px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hitachi_point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0 4.4%;
  }

  .hitachi_point-item:nth-of-type(n+2) {
    margin-top: 10.53vw;
  }

  .hitachi_point-heading {
    margin-top: 5.33vw;
    font-size: 20px;
    line-height: 1.375;
    text-align: left;
    font-family : YuMincho,'Yu Mincho',serif !important;
  }

  .hitachi_point-text {
    margin-top: 5.07vw;
    text-align: left;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  }

  .hitachi_point-anno {
    font-size: 12px;
  }

  .hitachi_point-img {
    max-width: 317px;
  }

  .hitachi_point-list {
    padding-left: 0;
  }

  .hitachi_point-list>li:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

/* func */
.bg-none {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .hitachi_func-section {
    padding: 10px 0 0;
  }
  .hitachi_func-heading-area {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position: relative;
    top: 0;
    margin: 124px 0 0;
    width: 1920px;
  }

  .hitachi_func-heading-area::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #f6f4f2;
    position: absolute;
    left: -50%;
  }

  .hitachi_func-img {
    width: 654px;
    height: auto;
  }

  .hitachi_func-heading,
  .hitachi_func-heading-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    background: #f6f4f2;
    text-align: left;
    z-index: 10;
  }

  .hitachi_func-heading-center {
    text-align: center;
  }

  .hitachi_func-heading span:not(.hitachi_func-heading-large),
  .hitachi_func-heading-center span:not(.hitachi_func-heading-large) {
    padding: 60px 0 60px 73px;
  }

  .hitachi_func-heading-large {
    display: block;
    padding-top: 12px;
    font-size: 36px;
  }

  .hitachi_func-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: left;
  }
  .hitachi_func-item:first-child {
    padding: 0 59px 0 0;
  }

  .hitachi_func-item-name {
    font-size: 28px;
    margin-bottom: 19px;
  }

  .hitachi_func-lineup-main-image {
    margin-top: 22px;
    border: solid 2px #afabab;
    width: 314px;
    height: 314px;
  }
}

@media screen and (max-width: 767px) {
  .hitachi_func-heading-area {
    padding-top: 23vw;
  }

  .hitachi_func-img {
    position: absolute;
    left: 0;
  }

  .hitachi_func-container-wrap{
    padding: 36vw 0 0;
  }

  .hitachi_func-item:first-child {
    padding: 8.53vw 0 0;
  }

  .hitachi_func-item:nth-of-type(2) {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }

  .hitachi_func-item-name {
    font-size: 20px;
    margin-bottom: 3.73vw;
  }

  .hitachi_func-item-text {
    font-size: 15px;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  }

  .hitachi_func-lineup-main-image {
    margin-top: 4.67vw;
    border: solid 2px #b6ada6;
    width: 59.2vw;
    height: 59.2vw;
  }
}

.hitachi_func-table{
  width: 490px;
  margin-top: 55px;
  border-collapse: collapse;
}

.hitachi_func-table td,.hitachi_func-table th{
  border: solid 2px #b6ada6;
  margin: 0;
}

.hitachi_func-table th{
  vertical-align: middle;
  padding: 7px;
  width: 34.4%;
  background: #f6f4f2;
  font-weight: normal;
}

.hitachi_func-table td{
  width: 65.6%;
  padding: 13px 16px 9px;
  line-height: 1.37 !important;
}


@media screen and (max-width: 767px) {
  .hitachi_func-table{
    margin: 8.67vw 0 0;
    text-align: left;
    width: 100%;
  }

  .hitachi_func-table th{
    width: 42.3%;
    font-size: 14px;
    vertical-align: top;
    padding: 12px;
  }

  .hitachi_func-table td{
    width: 57.7%;
    font-size: 14px;
    padding: 12px;
  }
}

.hitachi_func-detail-btn{
  color: #fff !important;
  font-weight: bold !important;
  display: block;
  width: 300px;
  padding: 14px 0 12px;
  background-color: #70C13F;
  border-radius: 5px;
  position: relative;
	text-align: center;
}

.bcs_stockBtn .zaiko-btn {
  color: #70C13F !important;
}

.hitachi_func-detail-btn.gray{
  background-color: #87909A;
}

@media screen and (max-width: 767px) {
  .hitachi_func-detail-btn{
    margin: auto;
    padding: 12px 0 12px;
  }
}

.hitachi_func-detail-btn span{
  display: block;
	font-size: 14px;
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .hitachi_func-detail-btn span{
    font-size: 12px;
  }
}

.hitachi_func-detail-btn span::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .hitachi_func-detail-btn span::after{
    width: 8px;
    height: 8px;
  }
}

.hitachi_func-detail-btn span.green::after{
  border-right: solid 2px #70C13F;
  border-bottom: solid 2px #70C13F;
}

.hitachi_func-lineup-thumb{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .hitachi_func-lineup-thumb{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hitachi_func-lineup-thumb img{
  height: auto;
  margin: 2px;
}

@media screen and (max-width: 767px) {
  .hitachi_func-lineup-thumb img{
    margin: 0;
  }
}

.hitachi_func-lineup-thumb li:hover{
  cursor: pointer;
}

.hitachi_func-lineup-thumb li{
  border: solid 1px #b8b5b5;
}

.hitachi_func-lineup-thumb li.active{
  border: solid 1px #000;
}

.hitachi_func-lineup-thumb li:not(:last-child){
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
.hitachi_func-lineup-thumb li:not(:last-child){
  margin-right: 4px;
}
}

.btn_wrap {
  margin: 40px 0 0;
  width: 490px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 5.47vw 0 0;
    width: 100%;
  }

	.btn_wrap a {
		width: 227px;
	}
}

.bcs_stockBtn {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.bcs_stockBtn {
		width: 100%;
		margin-right: 2.8vw;
	}
}

.bcs_stockBtn a {
  color: #000;
  text-align: center;
  border: 1px solid #70c13f;
  background: #fff;
}

.hitachi_table-section {
  padding: 3.07%;
}

.hitachi_table-heading {
  font-size: 44px;
  font-weight: bold;
  font-family : YuMincho,'Yu Mincho',serif !important;
}

@media screen and (max-width: 767px) {
  .hitachi_table-heading {
    font-size: 23px;
  }
}

.hitachi_table {
  border-collapse: collapse;
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .hitachi_table {
    font-size: 10px;
  }
}

.hitachi_table tbody {
	background: #fff;
}

.hitachi_table td {
  width: 80px;
	border: 1px solid #b6ada6;
	padding: 0.5em;
	vertical-align: middle;
}

.hitachi_table td img {
  width: auto;
  height: 100px;
  padding: 22px 0 6px;
}

@media screen and (max-width: 767px) {
  .hitachi_table td img {
    height: 80px !important;
    padding: 12px 0 6px;
  }
}

.hitachi_table td:nth-of-type(6) img {
  padding: 5px 0 8px;
}

.hitachi_table td.bold,
.hitachi_table tr.bold {
	font-weight: bold;
}

.hitachi_table .small,
.hitachi_table .small {
	font-size: 11px !important;
}

@media screen and (max-width: 767px) {
  .hitachi_table .small,
  .hitachi_table .small {
    font-size: 10px !important;
  }
}

.hitachi_table td:first-child {
  border-left: 0;
}

.hitachi_table td:last-child {
  border-right: 0;
}

.hitachi_table td.txt-left {
	text-align: left;
}

.hitachi_table td.align-top {
	vertical-align: top;
}

.hitachi_table-wrapper{
  margin-top: 50px;
  height: 693px;
}
@media screen and (min-width: 768px) {
  .hitachi_table-wrapper{
    overflow: visible !important;
  }
}

@media screen and (max-width: 767px) {
  .hitachi_table-wrapper{
    margin-top: 8.76vw;
  }
}

@media screen and (max-width: 767px) {
  .scroll-hint-icon{
    height: 94px;
  }

  .hitachi_table-wrapper{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hitachi_table-wrapper img{
    max-width: none !important;
  }
}

.hitachi_table .table_color {
  padding: 12px 4px;
}

.bg-color {
  display: block;
  border-radius: 5px;
  color: #fff;
  padding: 4px;
}

.bg-color:nth-of-type(n+2) {
  margin-top: 5px;
}

.bg-silver {
  background: #a1a1a1;
}

.bg-gray {
  background: #978989;
}

.bg-black {
  background-image: -moz-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(138,138,138) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(138,138,138) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(138,138,138) 100%);
}

.bg-beige01 {
  background: #c7c0b2;
  color: #000;
}

.bg-beige02,.bg-beige02-small {
  width: 171px;
  margin: 0 auto;
  background: #dacfba;
  color: #000;
}

.bg-beige02-small {
  width: auto;
}

.bg-beige03 {
  width: 92px;
  margin: 0 auto;
  background: #e9d9b8;
  color: #000;
}

.bg-white,.bg-white-small {
  width: 171px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 3px;
}

.bg-white-small {
  width: auto;
}


/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
}
#layer_board_area::-webkit-scrollbar {
	display:none;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}

.layer_board {
	position: relative;
	max-width: 800px;
	margin: 3em auto;
	padding: 4em;
	box-sizing: border-box;
	background: #fff;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* --modalWindow 閉じるボタン丸-- */
.layer_board .mdl_btn_close.circle_btn::before,
.mdl_btn_close.circle_btn::after {
  content: "";
  position: absolute;
  top: -38px;
  right: 14px;
  width: 4px;
  height: 30px;
  background-color: #fff;
}

.layer_board .mdl_btn_close.circle_btn::before {
  transform: rotate(45deg);
}

.layer_board .mdl_btn_close.circle_btn::after {
  transform: rotate(-45deg);
}

/* --modalWindow タイトル*/
.layer_borad_title {
	font-size: 22px;
	font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
	.layer_borad_title {
		font-size: 19px;
	}
}
/* --modalWindow コンテンツ*/
.layer_borad_content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 22px;
	font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .layer_borad_content {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
}
.layer_borad_content .txt{
	text-align: left;
  font-size: 16px;
	line-height: 1.6;
}
.layer_borad_content .txt + .txt{
	margin-top: 30px;
}
.layer_borad_content .bold{
	font-weight: bold;
  text-align: left;
  margin: 28px 0 16px;
}

@media screen and (max-width: 767px) {
  .layer_borad_content .bold{
    font-weight: bold;
    text-align: left;
    margin: 13px 0 8px;
    font-size: 16px;
  }
}
/* --modalWindow 閉じるボタン四角 */
.layer_board .square_btn {
	display: block;
  position: relative;
  width: 212px;
  height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .15s;
  background-image: url("../../images/dev/close-line.png");
  background-repeat: no-repeat;
  background-position: 75%;
  background-size: 20px;
  border-radius: 5px;
  border: 2px solid #000;
}

.layer_board .square_btn::before {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  width: 17px;
  height: 3px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media screen and (max-width:480px) {
	.layer_board {
		margin: 3em auto;
		padding: 1.5em;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 26px;
		height: 26px;
		background-size: 14px;
	}
}

.mfp-close {
	cursor: pointer;
}

.circle_btn.mfp-close {
	padding: 0;
}

.square_btn.mfp-close {
	height: auto;
	line-height: inherit;
}

.galleryModal {
	max-width: 980px;
	max-height: 800px;
	margin: 0 auto;
	padding: 60px;
	background: #fff;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.galleryModal {
		padding: 40px 15px;
	}
}

.modal-img {
	margin: 25px 0 0 68px;
  width: 360px;
  height: auto;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .modal-img {
    margin: 22px 0 0;
    width: 100%;
    height: auto;
  }
}

.modal_btn {
	margin-top: 20px;
}