@charset "utf-8";
/* CSS Document */
/*打ち消し*/
figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*上書き*/
#contents .headSection .leftArea .title.txt {
	font-size: 14px;
}

/*共通*/
.pc {
	display: block
}
.pc_inb {
	display: inline-block
}
.sp {
	display: none;
}
article h2.title {
	color: #FFF;
	font-size: 125%;
	padding-left: 20px;
	margin: 0px 0 30px 0;
	font-weight: bold;
	background-image: url(/products/receiptprinter/casestudy/images/common/h2_seihin.gif);
	height: 27px;
}
.subttl {
	color: #17518C;
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
}
.subttl_bk {
	margin-bottom: 20px;
	font-size: 125%;
}
.block {
	margin-bottom: 20px;
}
figcaption {
	font-size: 79%;
	margin-top: 5%;
}
.inner div:first-child.textArea {
	margin-right: 2.5%;
}
.inner div:nth-child(2).textArea {
	margin-left: 2.5%;
}
.inner .img_block figure.img_area:first-child {
	margin-right: 5%;
}
/*導入事例バナー*/
.dounyuImg {
	margin-bottom: 18px;
}
.dounyuImg .mainvisual {
	position: relative;
	background-image: url(/products/receiptprinter/casestudy/images/common/ph_mainvisual.jpg);
	background-repeat: no-repeat;
}
.dounyuImg .main_photo {
	position: absolute;
	right: 0;
}
.dounyuImg .bannerTxt {
	color: #fff;
	width: calc(100% - 214px);
	min-height: 135px;
	padding-top: 15px;
}
.dounyuImg .bannerTxt .name {
	text-align: right;
	margin-right: 2.5%;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.dounyuImg .bannerTxt .copy {
	margin-left: 2.5%;
	font-size: 16px;
	font-weight: bold;
}
.link_txt {
	text-align: right;
	margin-bottom: 40px;
}
/*導入製品部分*/
.dounyuSeihin {
	margin-bottom: 40px;
}
.dounyuSeihin .inner {
	display: flex;
}
.dounyuSeihin .inner img.seihin {
	margin: 0 30px;
}
.dounyuSeihin .right_block h3 {
	font-size: 150%;
	color: #17518C;
}
.seihinDetail {
	margin-top: 5px;
	font-size: 95%;
	font-weight: bold;
}
.seihinDetail a {
	margin-left: 10px;
}
.seihinDetail a + img {
	vertical-align: middle;
}
/*導入店舗様*/
.dounyuShop {
	margin-bottom: 40px;
}
.dounyuShop .inner {
	display: flex;
	justify-content: space-between;
}
.dounyuShop .inner .textArea {
	width: 74%
}
/*導入理由・評価*/
.dounyuReason {
	margin-bottom: 40px;
}
.dounyuReason .inner {
	display: flex;
	justify-content: space-between;
}
.dounyuReason .inner .img_block {
	display: flex;
	justify-content: flex-end;
}
.dounyuReason .inner .textArea {
	width: 70%;
}
.dounyuReason .inner .textArea + .img_area {
	

	text-align: center;
	margin: 0 auto;
}
/*導入後の状況・ご感想*/
.dounyuImpression {
	margin-bottom: 40px;
}
.dounyuImpression .inner {
	display: flex;
	justify-content: space-between;
}
.dounyuImpression .inner .txt_block {
	margin-right: 2.5%;
}
.dounyuImpression .inner .txt_block + figure.img_area{
	width: 29%;
}
.dounyuImpression .inner .textArea {
	width: 200%;
}
.dounyuImpression .inner .img_block {
	display: flex;
	justify-content:space-between;
	width: 85%;
}
.dounyuImpression .inner .img_block figure {
	text-align: right;
}
/*システム概要・開発にあたって*/
.dounyuDev {
	margin-bottom: 40px;
}
.image_box {
	text-align: center;
	margin-bottom: 25px;
}
/*導入事例PDFダウンロード*/
.dounyuPdf {
	margin-bottom: 40px;
}
/*導入店舗紹介*/
.shopSyoukai {
	margin-bottom: 10px;
}
.shopSyoukai .shopName {
	font-size: 115%;
	font-weight: bold;
}
.shopSyoukai .wrap_dataTable {
	padding: 10px 0;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}
.shopSyoukai .dataTable {
	width: 100%;
}
.shopSyoukai .dataTable tbody {
	padding: 10px 0;
}
.shopSyoukai .dataTable th {
	width: 191px;
}
.shopSyoukai .dataTable .innerTable {
	width: 600px;
	border: none;
	margin-left: 25px;
}
.shopSyoukai .dataTable td table th {
	width: 65px;
}
/*お問い合わせ・資料請求*/
.dounyuInfo .info_box {
	border: #4d4d4d solid 1px;
}
.info_box div {
	padding: 10px;
}
.info_title {
	background-color: #245A93;
	color: #fff;
	font-weight: bold;
/*	padding: 2.5px 0 2.5px 1em;*/
}

/*レスポンシブ対応*/
@media screen and (max-width:768px) {
#contents.responsive img {
	width: inherit;
	text-align: center;
}
}

@media screen and (max-width:767px) {
/*----------------------------------------------*/
.pc {
	display: none;
}
.pc_inb {
	display: none;
}
.sp {
	display: block;
}
.inner div:first-child.textArea {
	margin-bottom: 5%;
	margin-right: 0;
}
.inner div:nth-child(2).textArea {
	margin-top: 5%;
	margin-left: 0;
}
/*---------------------------------------------*/
/*導入事例バナー*/
.dounyuImg{
		margin-top: 10%;
}
.dounyuImg .mainvisual {
	background-image: none;
	background: linear-gradient(#123c9e, #1567cb);
	padding: 5% 5%;

}
.dounyuImg .logo {
	width: 70%;
	margin-bottom: 5%;

}
.dounyuImg .main_photo {
	position: static;
	margin: 0 auto;
	text-align: center;
}
.dounyuImg .bannerTxt {
	background-repeat: no-repeat;
	width: 100%;
}
.dounyuImg .bannerTxt .name {
	text-align: left;
	margin-right: 0%;
}
.dounyuImg .bannerTxt .copy {
	margin-left: 0%;
}
.dounyuSeihin .inner {
	display: block;
}
.dounyuSeihin .inner img.seihin {
	text-align: center;
	margin: 0 auto 10px;
	display: block;
}
.dounyuShop .inner {
	display: block;
}
.dounyuShop .inner .textArea {
	width: 100%;
}
.dounyuShop .inner .img_area {
	margin: 10px auto;
	text-align: center;
}
.dounyuReason .inner {
	display: block;
}
.dounyuReason .inner .textArea {
	width: 100%;
}
.dounyuReason .inner .img_block {
	justify-content: space-around;
}
.dounyuImpression .inner {
	display: block;
}
.dounyuImpression .inner .img_block {
	width: 100%;
	justify-content: space-around;
}
.dounyuImpression .inner .img_block figure {
	text-align: center;
}
.dounyuImpression .inner .img_block figcaption {
	text-align: left;
}
.dounyuImpression .inner .txt_block {
	margin: 0 0 5% 0;
}
.dounyuImpression .inner .textArea {
	width: 100%;
}
.dounyuImpression .inner .txt_block + figure.img_area{
	width: inherit;
	text-align: center;
	margin-bottom: 10%;
}
.dounyuImpression .inner figure.img_area{
		margin: 0 auto;
	text-align: center;
}
.shopSyoukai th.shop_img {
	display: none;
}
.shopSyoukai .dataTable .innerTable {
	width: 100%;
	margin-left: inherit;
}
.shopSyoukai .dataTable th {
	width: 20%!important;
}
.shopSyoukai img {
	margin: 0 auto 20px;
	text-align: center;
}
.tenpomei {
	width: 17%;
}
	}
@media only screen and (max-width: 768px){
#contents .headSection .innerBlock .leftArea .title.txt{
  display: block;
  width: 100%;
}
#contents.responsive .item img {
  width: 100%;
}
#contents .share_list img {
  width: 46px;
}
}