.make_page .form_download .form_content {
  padding: 25px 30px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .make_page .form_download .form_content {
    padding: 15px 10px;
  }
}

.make_page .form_title {
  background-color: #000;
  color: #fff;
  padding: 15px 30px 15px 30px;
}

.make_page .form_content {
  padding: 25px 30px;
  background-color: #fff;
}

.make_page .form_content.iprint_content {
  padding: 30px;
}

.make_page .form_content.iprint_content_02 {
  padding: 30px 30px 15px 30px;
}

.make_page .form_group {
  color: #333333;
  border-bottom: 1px solid #b7c3cd;
}

.make_page .form_group li {
  line-height: 1.9;
}

.make_page .form_group li.cs_lh_150 {
  font-size: 12px;
  line-height: 1.5;
}

.make_page .form_group + .form_group {
  margin-top: 20px;
}

.make_page .form_group:last-child {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .make_page .form_title {
    padding: 10px;
    line-height: 1.6;
  }
  .make_page .form_content,
  .make_page .form_content.iprint_content {
    padding: 15px 10px;
  }
  .make_page .form_group + .form_group {
    margin-top: 15px;
  }
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano.nano_cus {
  height: 170px;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.nano > .nano-content li {
  padding-right: 13px;
}

@media screen and (max-width: 640px) {
  .nano > .nano-content li {
    padding-right: 5px;
  }
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: #fff;
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: #333333;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .nano > .nano-pane {
    width: 4px;
  }
}

.nano:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.iprint_page {
  background-color: #edeff1;
}

.wrap_img {
  font-size: 0;
  margin-left: -15px;
}

.wrap_img .item_img {
  display: inline-block;
  vertical-align: top;
  width: 181px;
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .wrap_img .item_img {
    width: 34%;
    margin-left: 5px;
  }
  .wrap_img .item_img .img-res {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .wrap_img.mg-10 {
    margin-left: -5px;
  }
}

.wrap_img.style-01 .ratio_img:after, .wrap_img.style-03 .ratio_img:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #282a2f;
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 640px) {
  .wrap_img.style-01 .ratio_img:after, .wrap_img.style-03 .ratio_img:after {
    display: none;
  }
}

.wrap_img.style-01 {
  margin-right: -10px;
}

.wrap_img.style-01.cus_style-01 {
  max-width: 645px;
  margin: auto;
}

.wrap_img.style-01.cus_style-01.wrap_img .ratio_img:before {
  padding-top: 123%;
}

.wrap_img.style-01 .item .ratio_img:after {
  right: -6px;
}

.wrap_img.style-01 .item .ratio_img.cus_top:after {
  right: -20px;
}

.wrap_img.style-01 .item .ratio_img.cus_top .img-res {
  top: 41%;
}

.wrap_img.style-01 .item:last-child .ratio_img:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .wrap_img.style-02.list_column.mlr_10.column_04 > .item {
    width: calc((100% - 5px * 2) / 2);
  }
}

.wrap_img.style-02 .img-res {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.wrap_img.style-03 {
  margin: 0 -20px;
}

.wrap_img.style-03 .item {
  position: relative;
  width: 25%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wrap_img.style-03 .item .img-res {
  width: 100%;
}

.wrap_img.style-03 .item:last-child .ratio_img:after {
  display: none;
}

.wrap_img.style-03 .ratio_img:before {
  padding-top: 171%;
}

.wrap_img.style-03 .ratio_img:after {
  top: 50%;
  right: -27px;
}

.wrap_img .ratio_img {
  position: relative;
}

.wrap_img .ratio_img:before {
  content: "";
  display: block;
  padding-top: 135%;
}

.wrap_img .ratio_img .img-res {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrap_img .img-res {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .wrap_img .img-res {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .wrap_img {
    text-align: center;
    font-size: 0;
  }
}

.wp_btn_inprint a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .wp_btn_inprint .app_brother {
    width: 50px;
  }
  .wp_btn_inprint .app_btn {
    width: 110px;
  }
}

.iprint_section_01 .ly-table {
  display: block;
  font-size: 0;
}

.iprint_section_01 .wrap_padding {
  padding-left: 30px;
}

.iprint_section_01 .ly-table-cell {
  display: inline-block;
  vertical-align: top;
}

.iprint_section_01 .sc_block_item.style-09 .block-img-left {
  width: 48%;
}

.iprint_section_01 .sc_block_item.style-09 .block-img-left:before {
  content: none;
}

.iprint_section_01 .sc_block_item.style-09 .block-img-left .img-res {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.iprint_section_01 .sc_block_item.style-09 .block-img-right {
  width: 52%;
}

.iprint_section_01 .sc_block_item.style-09 .block-img-right .des {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .iprint_section_01 .sc_block_item.style-09 .block-img-left {
    width: 100%;
  }
  .iprint_section_01 .sc_block_item.style-09 .block-img-right {
    padding-top: 10px;
    width: 100%;
  }
  .iprint_section_01 .sc_block_item.style-09 .block-img-right .des {
    margin-top: 7px;
  }
}

.iprint_section_01 .wp-style-09:nth-child(odd) .block-img-left {
  left: 0;
}

.iprint_section_01 .wp-style-09:nth-child(odd) .block-img-right {
  right: 0;
  padding-right: 0;
  padding-left: 0 !important;
}

@media screen and (max-width: 640px) {
  .iprint_section_01 .wp-style-09:nth-child(odd) .block-img-right {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .iprint_section_01 .wrap_padding {
    padding-left: 0;
  }
}

.iprint_product .title-section-product {
  background-color: #8daed6;
  padding: 15px 30px;
  color: #fff;
}

.iprint_product .style-1 .section-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px;
}

.iprint_product .style-1 .section-product .block-content-product {
  width: 50%;
}

.iprint_product .style-1 .section-product .block-image-product {
  position: relative;
  width: 50%;
}

.iprint_product .style-1 .section-product .block-image-product:before {
  content: "";
  display: block;
  padding-top: 110%;
}

.iprint_product .style-1 .section-product .block-image-product .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.iprint_product .style-1 .section-product .block-image-product .link img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.iprint_product .style-1 .section-product .link-product {
  font-size: 12px;
}

.iprint_product .style-1 .section-product .link-product .link_under {
  position: relative;
}

.iprint_product .style-1 .section-product .link-product .link_under:before {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background-color: #afafaf;
}

@media screen and (max-width: 640px) {
  .wrap_img .ratio_img:before, .wrap_img .ratio_img:after {
    display: none;
  }
  .wrap_img .ratio_img .img-res {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
  }
  .wrap_img.style-01 .ratio_img .img-res, .wrap_img.style-03 .ratio_img .img-res {
    margin-bottom: 0;
  }
  .wrap_img.style-01 .item:after, .wrap_img.style-03 .item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    bottom: -30px;
    left: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #282a2f;
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -o-transform: translate(-50%, 0) rotate(90deg);
    -moz-transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .wrap_img.style-01 .item:last-child, .wrap_img.style-03 .item:last-child {
    margin-bottom: 0;
  }
  .wrap_img.style-01 .item:last-child:after, .wrap_img.style-03 .item:last-child:after {
    display: none;
  }
  .wrap_img.style-01 .item p, .wrap_img.style-03 .item p {
    padding: 0 30px;
  }
  .wrap_img.style-01.list_column.mlr_10.column_04 > .item, .wrap_img.style-01.list_column.mlr_10.column_03 > .item, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_04 > .item, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_03 > .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrap_img.style-01.list_column.mlr_10.column_04 > .item p, .wrap_img.style-01.list_column.mlr_10.column_03 > .item p, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_04 > .item p, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_03 > .item p {
    text-align: center;
  }
  .wrap_img.style-01.list_column.mlr_10.column_04 > .item:last-child, .wrap_img.style-01.list_column.mlr_10.column_03 > .item:last-child, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_04 > .item:last-child, .wrap_img.style-01.cus_style-01.list_column.mlr_10.column_03 > .item:last-child {
    margin-bottom: 0;
  }
  .wrap_img.style-03 .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrap_img.style-03 .item .img-res {
    width: auto;
  }
  .wrap_img.style-03 .item p {
    text-align: center;
  }
  .make_page {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  .iprint_product.list_column.mlr_10.column_02 > .item {
    width: calc((100% - 5px * 1) / 1);
  }
  .iprint_product .style-1 .section-product .block-image-product:before {
    display: none;
  }
  .iprint_product .style-1 .section-product .block-image-product img {
    display: inline-block;
    width: auto;
  }
  .iprint_product .style-1 .section-product .block-image-product .link {
    display: block;
    top: 5px;
    position: relative;
  }
  .iprint_product .style-1 .section-product .block-image-product,
  .iprint_product .style-1 .section-product .block-content-product {
    text-align: center;
    width: 100%;
  }
}

.style_03 {
	padding: 25px 0;
}
@media screen and (max-width: 640px) {
	.style_03 {
		padding: 10px 0;
	}
}


/* rental_terms */
.rental_terms_ttl {
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;
	margin: 25px 0;
}
.rental_terms_txt {
	line-height: 1.85;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}
.rental_terms_txt .col_blue {
	color: #0b2669;
	font-weight: 700;
}
.rental_policy {
	line-height: 1.85;
	height: 190px;
	overflow-y:auto;
	margin-bottom: 60px;
}
.rental_policy__inner {
	padding-right: 10px;
}
.rental_policy .title {
	font-weight: 700;
	margin-bottom: 15px;
}
.rental_policy p {
	margin-bottom: 1em;
}
.rental_policy ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 1em;
}
.rental_policy dd {
	margin: 5px 0 25px;
}
.rental_policy a {
	text-decoration: underline;
}
.rental_btngroup {
	text-align: center;
	padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
	.rental_terms_ttl {
		font-size: 14px;
		margin: 15px 0;
	}
	.rental_terms_txt {
		padding-bottom: 15px;
	}
	.rental_policy {
		height: 150px;
		margin-bottom: 30px;
	}
	.rental_policy__inner {
		padding-right: 5px;
	}
	.rental_btngroup {
		padding-bottom: 40px;
	}
	.rental_btngroup .btn_point {
		font-size: 12px;
		padding: 6px 15px;
	}
}

/* rental_contact */
.rental_contact {
	background: #edeff1;
}
.rental_contact_inner {
	width: 830px;
	margin: auto;
}
.rental_contact_txt {
	margin-bottom: 25px;
	line-height: 1.85;
}
.rental_contact_list {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}
.rental_contact_listitem {
	background: #ffffff;
	padding: 30px 20px;
	display: table-cell;
}
.rental_contact_notes {
	font-size: 12px;
	color: #51595f;
	line-height: 1.5;
}
.rental_contact_tel {
	margin-bottom: 15px;
	float: left;
	margin-right: 25px;
}
.rental_contact_tel.icon_1:before {
	content: '';
	background: url(../img/icon_dial.jpg) no-repeat;
	width: 56px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
}
.rental_contact_tel a {
	font-size: 40px;
	font-weight: 700;
}
.rental_contact_list .rental_contact_txt {
	float: left;
	margin-bottom: 0;
	width: 54%;
}
.rental_contact_info {
	display: table;
}
.rental_contact_info dt {
	background: #edeff1;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.rental_contact_info dd {
	line-height: 1.85;
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}
.rental_contact_txt a {
	color: #0b2669;
	font-weight: 700;
	position: relative;
	padding-left: 4px;
}
.rental_contact_txt a[target=_blank]:before {
	content: '\f08e';
	font-family: fontAwesome;
	margin-right: 2px;
}
.rental_contact_txt a[target=_blank]:after {
	position: absolute;
	content: '';
	display: block;
	width: 85%;
	height: 1px;
	bottom: -4px;
	right: 0;
	background: #0b2669;
}
@media screen and (max-width: 640px) {
	.rental_contact_inner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.rental_contact_list {
		margin-bottom: 15px;
	}
	.rental_contact_listitem {
		display: block;
		padding: 15px 10px;
	}
	.rental_contact_txt {
		margin-bottom: 15px;
	}
	.rental_contact_tel {
		margin-bottom: 10px;
		float: none;
		margin-right: 0;
	}
	.rental_contact_tel a{
		font-size: 20px;
	}
	.rental_contact_tel.icon_1:before {
		width: 28px;
		height: 15px;
		background-size: 28px auto;
	}
	.rental_contact_list .rental_contact_txt {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.rental_contact_info dt {
		padding: 0 10px;
	}
	.rental_contact_info dd {
		padding: 0 10px;
	}
	.rental_contact_notes {
		font-size: 10px;
	}
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: red;
	border-radius: 4px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ffffff;
	position: relative;
}

.jspDrag
{
	background: #333333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}