@charset "utf-8";


@media screen and (max-width: 767px) {

/**
 * カルーセル
 */

.owl-dots {
  text-align: center;
}

.owl-dot {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

.owl-dot.active {
  background-color: #17a1e5;
}

.owl-prev,
.owl-next {
  background: rgba(5, 15, 51, 0.7) 50% 50% no-repeat;
  background-size: 8px 14px;
  height: 0;
  overflow: hidden;
  padding-top: 50px;
  position: absolute;
  top: 13%;
  width: 25px;
}

.owl-prev {
  background-image: url("images/common/carousel-arrow-prev.png");
  left: 0;
}

.owl-next {
  background-image: url("images/common/carousel-arrow-next.png");
  right: 0;
}

/**
 * マルチカラム
 */

/* 1カラム */
.columns.-two.-to-one > ._column,
.columns.-two.-to-one.-reverse > ._column,
.columns.-three.-to-one > ._column,
.columns.-four.-to-one > ._column {
  clear: none;
  float: none;
  margin-bottom: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

.columns.-two > ._column:nth-child(odd) {
  padding-right: 10px;
  margin-bottom: 20px;
}

.columns.-two > ._column:nth-child(even) {
  padding-left: 10px;
}

/* 2カラム */
.columns.-three.-to-two > ._column {
  width: 50%;
  margin-bottom: 20px;
}

.columns.-three.-to-two > ._column:last-child {
  margin-bottom: 0;
}

.columns.-three.-to-two > ._column:nth-child(3n+1) {
  clear: none;
  padding-right: 0;
}

.columns.-three.-to-two > ._column:nth-child(3n+2) {
  padding-left: 0;
  padding-right: 0;
}

.columns.-three.-to-two > ._column:nth-child(3n+3) {
  padding-left: 0;
}

.columns.-three.-to-two > ._column:nth-child(odd) {
  clear: left;
  padding-right: 10px;
}

.columns.-three.-to-two > ._column:nth-child(even) {
  padding-left: 10px;
}

.columns.-bottom {
  margin-bottom: 30px;
}

.columns.-bottom.-half {
  margin-bottom: 22px;
}

/* 2カラムのボタン羅列用 */
.columns.-two.-button,
.columns.-two.-button > ._column {
  display: block;
  text-align: center;
}

/**
 * 見出し1
 */

.heading-1 {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.heading-1 ._inner {
  padding-bottom: 25px;
}

.heading-1 ._inner::before {
  content: none;
}

.heading-1 ._wrapper {
  display: block;
}

.heading-1 ._number {
  background-position: 10% bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-right: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  width: 210px;
}

.clinic .question-1 .heading-1 ._number {
  background-image: url("images/heading-1/clinic-question1-background.png");
}

.restaurant .question-1 .heading-1 ._number {
  background-image: url("images/heading-1/restaurant-point1-background.png");
}

.clinic .question-2 .heading-1 ._number {
  background-image: url("images/heading-1/clinic-question2-background.png");
}

.restaurant .question-2 .heading-1 ._number {
  background-image: url("images/heading-1/restaurant-point1-background.png");
}

.clinic .question-3 .heading-1 ._number {
  background-image: url("images/heading-1/clinic-question3-background.png");
}

.restaurant .question-3 .heading-1 ._number {
  background-image: url("images/heading-1/restaurant-point1-background.png");
}

.clinic .question-4 .heading-1 ._number {
  background-image: url("images/heading-1/clinic-question4-background.png");
}

.restaurant .question-4 .heading-1 ._number {
  background-image: url("images/heading-1/restaurant-point1-background.png");
}

.heading-1 ._title {
  border-top: 1px solid #fff;
  display: block;
  padding: 25px 0 0 0;
  width: 100%;
}

/**
 * 見出し2
 */

.heading-2 ._title {
  font-size: 18px;
  height: auto;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.heading-2 ._title.-slash {
  font-size: 16px;
}

.heading-2 ._title.-slash::before {
  background-size: contain;
  bottom: 6px;
  height: 50px;
  top: inherit;
  width: 20px;
}

.heading-2 ._title.-slash::after {
  background-size: contain;
  height: 50px;
  top: inherit;
  width: 20px;
}

/**
 * 見出し3
 */

.heading-3 {
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/**
 * 見出し4
 */

.heading-4 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/**
 * 見出し5
 */

.heading-5 {
  font-size: 16px;
  margin-bottom: 20px;
}

/**
 * ボタン
 */

.button {
  font-size: 13px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.button::after {
  right: 10px;
}

.columns .button {
  font-size: 15px;
  width: 100%;
}

/**
 * グローバルヘッダ（他ページで使われてるスタイルを流用）
 */

.l-header__logo {
  padding: 7px 0 7px 14px;
  width: 93px;
}

.l-headerSubMenu {
  padding-top: 15px;
}

.l-headerSubMenu__listItem {
  font-size: 12px;
}

.l-headerSubMenu__listItem.sp-hide {
  display: none;
}

.l-headerSubMenu__listItem.sp-search {
  display: inline-block;
  padding-top: 4px;
}

.l-headerSubMenu__listItem.sp-search a {
  background-image: url("//brother-jp.pro/product/printer/justio/library/websites/co.jp/common/img/icon_search.png");
  background-repeat: no-repeat;
  background-size: 12px;
  display: block;
  height: 12px;
  width: 12px;
}

.l-headerSearch {
  display: none;
}
}
/**
 * メインビジュアル部分
 */
@media screen and (max-width: 1050px) {
/* いちばん外 */
.key-visual {
  height: auto;
}

/* 上半分 */
.key-visual ._main {
  height: auto;
}

.clinic .key-visual ._main {
  background-image: url("images/key-visual/background-clinic.jpg"); /* TODO: palmtop 用画像に差し替え */
}

.restaurant .key-visual ._main {
  background-image: url("images/key-visual/background-restaurant.jpg"); /* TODO: palmtop 用画像に差し替え */
  background-size: cover;
  background-position: 38%;
}

/* 上半分のコンテンツ幅 */
.key-visual ._main .container {
  position: static;
}

/* 白い縦帯 */
.key-visual ._main-wrapper {
  background: #ffffff;
  background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.8) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.8) 100%);
  height: auto;
  padding: 30px 25px 0;
  text-align: left;
  width: auto;
  position: relative;
  right: -20px;
  width: 60%;
  max-width: 250px;
}

/* 白い縦帯の中身 */
.key-visual ._main ._sign {
  margin-bottom: 20px;
}

.clinic .key-visual ._main ._sign {
  background-image: url("images/key-visual/sign-clinic-palmtop.png");
  padding-top: 28px;
  width: 93px;
}

.restaurant .key-visual ._main ._sign {
  background-image: url("images/key-visual/sign-restaurant-palmtop.png");
  padding-top: 30px;
  width: 155px;
}

.key-visual ._main ._title {
  margin-bottom: 25px;
}

.clinic .key-visual ._main ._title {
  background-image: url("images/key-visual/title-clinic-palmtop.png");
  padding-top: 75px;
  width: 178px;
}

.restaurant .key-visual ._main ._title {
  background-image: url("images/key-visual/title-restaurant-palmtop.png");
  padding-top: 105px;
  width: 170px;
}

.key-visual ._main ._subtitle {
  font-size: 15px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.key-visual ._main ._subtitle br {
  display: none;
}

.key-visual ._main ._badge {
  height: 0;
  left: auto;
  margin: 0 auto;
  position: relative;
  top: auto;
  z-index: +2;
}

.clinic .key-visual ._main ._badge {
  max-width: 301px;
}

.restaurant .key-visual ._main ._badge {
  width: 70px;
  position: relative;
	left: -190px;
  top: -20px;
}

.key-visual ._main ._badge img {
  height: 107px;
  position: absolute;
  right: -55px;
  top: -30px;
  width: 70px;
}

.key-visual ._main ._printer {
  margin-left: -25px;
  margin-right: -25px;
}


/* 下半分 */

.key-visual ._sub {
  padding: 30px 0;
}
.restaurant .key-visual ._sub {
  padding: 20px 0 0px;
}


.container.-exhibition {
  margin: 0;
}

.restaurant ._sub ._exhibition {
  position: relative;
  box-sizing: border-box;
  top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  max-width: inherit;
  width: 100%;
}
.restaurant ._sub ._exhibition ._left {
  float: none;
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.restaurant ._sub ._exhibition ._left ._title > span {
  display: block;
  border-bottom: 1px solid #0d2a5a;
}
.restaurant ._sub ._exhibition .right {
  float: none;
}
.restaurant ._sub ._exhibition ._right ._date > span {
  display: block;
}
.restaurant ._sub ._exhibition ._right:after {
  top: auto;
	bottom: -20px;
	left: 50%;
	margin-left: -8px;
}

.key-visual ._sub-wrapper,
.key-visual ._sub ._keywords,
.key-visual ._sub ._detail {
  display: block;
}

.clinic .key-visual ._sub-wrapper,
.restaurant .key-visual ._sub-wrapper {
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.container.-exhibition {
  padding: 0;
}

.key-visual ._sub ._keywords {
  margin-bottom: 30px;
  text-align: center;
}

.key-visual ._sub br {
  display: none;
}

.key-visual ._sub ._balloon {
  border-radius: 24px;
  box-sizing: border-box;
  font-size: 20px;
  height: auto;
  line-height: 1.4;
  margin-right: 0;
  min-width: 280px;
  padding: 10px 20px;
}

.key-visual ._sub ._balloon::after {
  background-image: url("images/key-visual/balloon-arrow-palmtop.png");
  height: 17px;
  left: 50%;
  margin-left: -8px;
  margin-top: 0;
  right: auto;
  top: 100%;
  width: 15px;
}

.key-visual ._sub ._detail {
  font-size: 15px;
}
}

/**
 * ページ内ナビゲーション
 */
@media screen and (max-width: 767px) {
.content-nav ._list.-desktop {
  display: none;
}

.content-nav ._list.-palmtop {
  display: table;
}

.content-nav ._item a {
  font-size: 14px;
}

.content-nav ._item a::before {
  font-size: 20px;
}

/**
 * メインビジュアル下のボタン2つ
 */

.engage-buttons {
  padding: 30px 0 20px;
}

.engage-buttons ._heading {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/**
 * WIP
 */

.sp {
  display: block;
}

.pc {
  display: none;
}

.link {
  margin-top: 20px;
}

.text {
  margin-bottom: 20px;
  text-align: left;
}

/**
 * .balloon
 */

.balloon {
  font-size: 12px;
  padding: 1em 0.5em;
}

/**
 * .border
 */

.border {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/**
 * .review
 */

.review {
  font-size: 14px;
  padding: 20px;
}

.review footer ._thumbnail img {
  margin-left: 1em;
  margin-right: 0;
}

/**
 * Question 1
 */

.question-1 {
  padding-bottom: 40px;
}

.clinic .question-1 ._lead {
  margin-bottom: 35px;
  text-align: left;
}

.simulation {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 30px 10px;
}

.simulation span {
  font-size: 15px;
}

/**
 * Question 2
 */

.question-2 {
  padding-bottom: 40px;
}

.clinic .question-2 ._result {
  font-size: 17px;
  margin-top: 15px;
}

.clinic .question-2 ._result em {
  font-size: 1.5em;
}

/**
 * Question 3
 */

.question-3 {
  padding-bottom: 40px;
}

.restaurant .question-3 .case ._introduce {
  padding-left: 0;
  font-size: 16px;
  padding-top: 50px;
  margin-bottom: 20px;
}
.restaurant .question-3 .case ._introduce:before {
  width: 80px;
  height: 53px;
  top: -10px;
  left: 50%;
  margin-left: -40px;
  background-size: contain;
}
.restaurant .question-3 .case ._image {
  float: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: inherit;
  margin-bottom: 20px;
  max-width: 300px;
}
.restaurant .question-3 .case ._content {
  float: none;
  width: auto;
}
.restaurant .question-3 .case ._content ._title {
  font-size: 24px;
}
.restaurant .question-3 .case ._content ._title ._category {
  font-size: 15px;
  display: block;
  text-align: center;
  margin-right: 0;
  max-width: 80px;
  margin: 0 auto;
}
.restaurant .question-3 .case ._point {
  display: block;
}
.restaurant .question-3 .case ._point > ._left {
  display: block;
  width: 100%;
  max-width: inherit;
}
.restaurant .question-3 .case ._point > ._left:after {
  border-width: 8px 8.5px 0 8.5px;
  border-color: #6b94c8 transparent transparent transparent;
  margin-right: -4px;
	bottom: -8px;
	top: inherit;
  right: 50%;
}
.restaurant .question-3 .case ._point > ._right {
  display: block;
  width: 100%;
}
.restaurant .question-3 .case ._point > ._right ul {
  float: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.restaurant .question-3 .case ._point > ._right ul li {
  margin-left: 0;
}
.restaurant .question-3 .case ._point > ._right figure {
  width: 100%;
  float: none;
}


/**
 * Question 4
 */

.question-4 {
  padding-bottom: 30px;
}

.partner {
  min-height: 176px;
  position: relative;
}

.partner .heading-2 {
  margin-left: auto;
}

.partner .heading-2 ._title {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
}

.partner figure {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
}

.partner p {
  margin-left: 0;
}

.question-4 .exhibition {
  padding: 20px;
}
.question-4 .exhibition ._title {
  font-size: 19px
}
.question-4 .exhibition ._title span {
  font-size: 15px
}
.question-4 .exhibition ._title:after {
  content: none;
}

.question-4 .exhibition ._detail {
  display: block;
}
.question-4 .exhibition ._detail dt {
  display: block;
  float: left;
  width: 50px;
}
.question-4 .exhibition ._detail dt span {
  display: block;
}
.question-4 .exhibition ._detail dd {
  display: block;
  float: left;
  font-size: 15px;
  width: calc(100% - 71px);
}
.question-4 .exhibition ._detail dd span {
  font-size: 12px;
}
.question-4 .exhibition ._left {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.question-4 .exhibition ._right {
  float: none;
  width: 100%;
  max-width: inherit;
  margin-left: 0;
}
.question-4 .exhibition ._right img {
  width: 100%;
}



/**
 * おすすめの理由
 */

.reasons {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5) inset;
  padding-top: 40px;
  padding-bottom: 40px;
}

.reasons ._title {
  font-size: 21px;
  margin-bottom: 30px;
}

.reasons figure {
  margin-bottom: 30px;
  min-height: 0 !important;
  position: static;
}

.reasons figure img {
  display: block;
  max-width: 403px;
  position: static;
  width: 100%;
}

.clinic .reasons ._column {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.clinic .reasons ._column:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.clinic .reasons ._header {
  display: table;
  width: 100%;
}

.clinic .reasons figure,
.clinic .reasons .heading-4 {
  display: table-cell;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: middle;
}

.clinic .reasons figure,
.clinic .reasons figure img {
  margin: 0;
  min-height: 0;
  position: static;
}

.clinic .reasons figure {
  padding: 20px 0;
  text-align: center;
  width: 160px;
}

.clinic .reasons figure img {
  display: inline-block;
  height: auto;
  max-width: 120px;
  width: auto;
}

.reasons .heading-4 {
  color: #fff;
  margin-bottom: 20px;
}

.reasons .link {
  margin-top: 0;
}

/**
 * 解決事例
 */

.cases .heading-1 ._title {
  padding-top: 40px;
  width: auto;
}

.cases .heading-1 ._title::before {
  height: 40px;
  left: -45px;
  position: absolute;
  top: 20px;
  width: 60px;
}

.cases ._list {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.cases ._items {
  display: block;
}

.cases ._items ._item {
  border-width: 0;
  display: block;
  width: auto;
}

.cases ._more {
  margin: 20px 20px 0;
  padding-top: 10px;
}

.cases .columns.-two.-button {
  margin-bottom: 20px;
  margin-top: 40px;
}

/**
 * ソリューション
 */

.solutions {
  padding-bottom: 40px;
  padding-top: 40px;
}

.solutions .heading-2 ._title {
  padding-bottom: 35px;
}

.solutions .heading-4 {
  margin-bottom: 20px;
}

/**
 * ラインナップ
 */

.lineup {
  padding: 30px 0 20px;
}

.lineup ._heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.lineup .columns {
  margin: 0;
}

.lineup .columns ._column {
  float: none;
  margin-top: 30px;
  padding: 0 !important;
  width: auto !important;
}

.lineup ._inner-heading {
  font-size: inherit;
}

.lineup ._first-row ._products,
.lineup ._first-row ._product {
  display: block;
}

.lineup ._first-row ._detail {
  margin-top: 30px;
}

.lineup ._first-row ._image {
  width: 50%;
}

.lineup .owl-dots {
  margin: 20px 0 30px;
}

.clinic .lineup .owl-prev,
.clinic .lineup .owl-next {
  top: 32%;
}

.restaurant .lineup .owl-prev,
.restaurant .lineup .owl-next {
  top: 22%;
}

.lineup .owl-prev {
  left: -20px;
}

.lineup .owl-next {
  right: -20px;
}

.restaurant .lineup ._column {
  margin-top: 0;
}

.lineup .columns ._column img {
  display: inline-block;
  height: 100px;
  width: auto;
}

.lineup .columns.-button,
.lineup .columns.-button ._column {
  margin-top: 0;
}

/**
 * グローバルフッタ（他ページで使われてるスタイルを流用）
 */

.l-footer__subNav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  float: none;
  margin: 0;
  padding: 15px 14px;
}

.l-footer__subNavItem {
  line-height: 26px;
}

.l-footer__copyright {
  display: block;
  float: none;
  line-height: 1.8;
  margin: 0;
  padding: 18px 14px;
}

}
