@charset "utf-8";

/* /////////////////////////////////////////////////////////
  エアコンLP用
///////////////////////////////////////////////////////// */

#sideWrap {
  margin-bottom: 0;
}

/* =====================
  ECエアコン商品機能表
===================== */
.aircontb_sty01{width:100%;border-collapse:collapse;font-size:.9em;margin:1em 0;border:1px solid #C4C2C2}
.aircontb_sty01 tr th,.aircontb_sty01 tr td{padding:.9em;text-align: center;border:1px solid #C4C2C2}
.aircontb_sty01 tr th{width:75%;font-weight:bold;text-align:left;background:#F3F3F3;border-right:1px solid #DDD}


/* =====================
  各ページ共通
===================== */





/* ---------
PC
--------- */

#howto {}

#howto h2 {
  margin-bottom: 35px;
}

#howto .headline2 {
  line-height: 1.0;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 15px 0.5em 15px;
  border-bottom: 2px solid #0CCED9;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: left;
}

#howto .headline2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 235px;
  border-bottom: solid 3px #0CCED9;
}

#howto .headline3 {
  line-height: 60px;
  height: 60px;
  color: #6A3906;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background: #FDE9BF;
}

/*見出し*/
.listtitle{
       margin:5px 0 0 0;
}

.midashi {
	padding: 5px 80px;
	border: 1px solid #ccc;
	border-top: 3px solid #0000FF;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;

	text-align: center;
	font-size: 22px;
	margin: 0 0 20px 0;
}
/*見出しEND*/

/*商品リスト*/
.box2-1 {
	text-align: -webkit-center;
	padding: 15px 5px;
}

.box2-1-title{
	padding: 5px;
	background-color: #d4feff;
}

.box2-1 img{
	width: 70%;
	text-align: -webkit-center;
}
/*商品リストEND*/

/* 6列 */
ul.columun6 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun6 > li {
 width: 100%;
 list-style: none;
 box-sizing: border-box;
}

ul.columunin6 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
}

ul.columunin6 > li {
 width: 16%;
 list-style: none;
 box-sizing: border-box;
}

/* END */

/* 5列 */
ul.columun5 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun5 > li {
 width: 100%;
 list-style: none;
 box-sizing: border-box;
}

ul.columunin5 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
}

ul.columunin5 > li {
 width: 20%;
 list-style: none;
 box-sizing: border-box;
}

/* END */

/* 3列 */
ul.columun3 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun3 > li {
 width: 33%;
 list-style: none;
 box-sizing: border-box;
}

ul.columunin3 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
}
/* 3列END */

.cbox{
	padding: 10px;
	border: 2px #c7000a dashed;
	margin: 10px 0;
        text-align: left;
}

/* 目玉画像縮小 */
#left-box {
  font-size: 14px;
  border: 2px #c7000a dashed;
  margin: 10px 10px;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;/*float解除*/
}
#left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
/*  height: 1.2em画像上の余白の高さ*/
}
#left-box .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 1.0em 1.0em 0 0;/*画像の周りの余白*/
}
#left-box .img-other {
	display: none;
}
#left-box p {
  text-align: left;
  line-height:45px;
}

#left-box2 {
  font-size: 14px;
  border: 2px #c7000a dashed;
  margin: 10px 0;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;/*float解除*/
}
#left-box2 .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
/*  height: 1.2em画像上の余白の高さ*/
}
#left-box2 .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 0.1em 0 0 0;/*画像の周りの余白*/
}
#left-box2 .img-other {
	display: none;
}
#left-box2 p {
  text-align: left;
}

/* 目玉画像縮小 */


/* 写真見積用吹き出し*/

.article {
  position: relative;
}

.balloondemand {
  position: absolute; /* 三角の位置を固定するために設定 */
  left: 300px;
  top: -36px;
  width: 120px; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 5px; /* ふきだし内の余白 */
  background: #e91e63; /* 背景色 */
  text-align: center; /* テキストの揃え */
  font-family: '游ゴシック', 'Yu Gothic', 'sans-serif';
  font-weight: bold;
  color: #fff;
}
.balloondemand::after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #e91e63;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.jump {
  animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(4px); }
}

/* 写真見積用吹き出し END */


/* 人気吹き出し (5)Handymanエアコンキャンペーン中*/

.article {
  position: relative;
}

.airconballoon {
  position: absolute; /* 三角の位置を固定するために設定 */
  left: 0;
  /*top: -36px;*/
  width: 120px; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 5px; /* ふきだし内の余白 */
  background: #e91e63; /* 背景色 */
  text-align: center; /* テキストの揃え */
  font-family: '游ゴシック', 'Yu Gothic', 'sans-serif';
  font-weight: bold;
  color: #fff;
}
.airconballoon::after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #e91e63;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.jump {
  animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(4px); }
}

/* 人気吹き出し END */

/* 割引率画像オンマウス処理 */

.bout{
  cursor: url(https://handyman-com.jp/images/index/bout.png), pointer;
}

/* 画像ホバーエフェクト */
.bout figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* 画像ホバーエフェクトEND */

/* 割引率画像オンマウス処理 */

/* AND罫線 */

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #313131, transparent);
	background: linear-gradient(to right, transparent, #313131, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #313131;
	background-color: #fcfcfa;
}
/*罫線 END*/

/* AND罫線 */

.hr-text-other {
	display: none;
}

/*罫線 END*/

/* P文章非表示 */

.p-other {
	display: none;
}

/*P文章非表示 END*/

/* ボタン */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #8f8f8f;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #5f5f5f;
    border-radius: 3px;
    margin: 10px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn:hover {
    color: #c2ddff;
}

.square_btn a {
    color: #FFF;
}

/* END */

/* タイムセール */
.timesale{
 margin:10px 0 0 0;
}

/* タイムセールEND */

/** featurea **/

.featurea dt {
  line-height: 28px;
  height: 28px;
  color: #6A3906;
  font-size: 100%;
  font-weight: bold;
  padding-left: 38px;
  margin-bottom: 5px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 28px;
  background-size: 28px;
  text-align: left;
}

.featurea dt.merit {
  background-image: url(../images/pages/howto/plus.png);
}

.featurea dt.demerit {
  margin-top: 24px;
  background-image: url(../images/pages/howto/minus.png);
}

.featurea dd ul li {
  list-style-type: disc;
  margin: 0.5em 0 0 60px;
  padding: 0;
  border-bottom: none;
  text-align: left;
}

/* ---------
tablet
--------- */

@media (max-width: 768px) {
  .row {
    margin: 0;
  }
  #howto h2 {
    margin-bottom: 15px;
  }
  /* page-navi */
  #page-navi {
    padding-top: 30px;
    -webkit-background-size: auto 15px;
    background-size: auto 15px;
    border-bottom: 5px solid #0CCED9;
    margin-bottom: 15px;
  }
  #page-navi ul {
    width: auto;
    padding: 90%;
    margin: 0 0 15px 0;
  }
  #page-navi ul li:nth-last-child(n+2) {
    padding-bottom: 10px;
  }
  #page-navi ul li a {
    line-height: 1.5;
    height: auto;
    padding: 0.5em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #howto .headline2 {
    line-height: 1.5;
    font-size: 120%;
    padding-bottom: 0.5em;
    margin: 15px 0 0 0;
  }
  #howto .headline2::after {
    width: 30%;
    border-bottom: solid 2px #0CCED9;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  #howto .headline3 {
    line-height: 1.5;
    height: auto;
    padding: 0.5em;
    font-size: 120%;
  }

#howto .headline4 {
  margin:10px 0;
  width:100%;
}

#left-box .img-other {
  display: block;
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 1.0em 1.0em 0 0;/*画像の周りの余白*/
}


/* 写真見積用吹き出し */
.balloondemand {
  left: 0px;
}
/* 写真見積用吹き出し END */


/*見出し*/
.midashi {
	padding: 5px 30px;
	border: 1px solid #ccc;
	border-top: 3px solid #0000FF;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;

	text-align: center;
	font-size: 90%;
	margin: 0 0 20px 0;
}
/*見出しEND*/

/* セール商品AND罫線表示 */

.hr-text-other {
	display: block;
}

/*罫線 END*/

/* セール商品P文章表示 */

.p-other {
	display: block;
}

/* AND罫線 */

.hr-text {
	display: none;
}

#left-box p {
  text-align: left;
  line-height:25px;
}

/*罫線 END*/

  .featurea dt {
    line-height: 1.5;
    height: auto;
    font-size: 120%;
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
  }
  .featurea dt.merit {
    background-image: url(../images/pages/howto/plus.png);
  }
  .featurea dt.demerit {
    margin-top: 15px;
    background-image: url(../images/pages/howto/minus.png);
  }
  .featurea dd ul li {
    margin-left: 30px;
  }


/* 6列 */
ul.columun6 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun6 > li {
 width: 100%;
 list-style: none;
 box-sizing: border-box;
 text-align: center;
}

ul.columunin6 > li {
 width: 50%;
 list-style: none;
 box-sizing: border-box;
}

/* END */

/* 5列 */
ul.columun5 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun5 > li {
 width: 100%;
 list-style: none;
 box-sizing: border-box;
 text-align: center;
}

ul.columunin5 > li {
 width: 50%;
 list-style: none;
 box-sizing: border-box;
}

/* END */

/* 3列 */
ul.columun3 {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 padding: 10px 0;
 text-align: center;
}

ul.columun3 > li {
 width: 100%;
 list-style: none;
 box-sizing: border-box;
 margin: 5px;
 text-align: center;
}

ul.columunin3 > li {
 width: 50%;
 list-style: none;
 box-sizing: border-box;
}

/* 3列 END */


/*商品一覧*/
.box2-1 {
	text-align: -webkit-center;
	padding: 15px 5px;
}

.box2-1 img{
	width: 70%;
	text-align: -webkit-center;
}
/*商品一覧END*/

}

/* =====================
  心配なことありませんか
===================== */

/* ---------
PC
--------- */

#restroom {}

/* type */

#restroom .type {
  margin-bottom: 30px;
}

#restroom .type .headline2 {
  margin-top: 30px;
  text-align: left;
}

#restroom .type ol > li {
  padding: 10px 0;
  border-bottom: 1px dashed #0CCED9;
}

#restroom .type ol > li:last-child {
  border-bottom: none;
}

/** item **/

#restroom .type ol li .item {
  width: 30%;
}

#restroom .type ol li .item dt,
#restroom .type ol li .item dd {
  line-height: 60px;
  height: 60px;
  color: #6A3906;
  font-weight: bold;
  padding: 0 20px;
}

#restroom .type ol li .item dt {
  font-size: 100%;
}

#restroom .type ol li .item dd {
  text-align: center;
  border: 1px solid #D2C3B4;
}


/** figure **/

#restroom .type ol li figure img {
  display: block;
  margin: 0 auto;
}

#restroom .type ol li:last-child figure {
  margin-top: 30px;
}


/* draining */

#restroom .draining {
  margin-bottom: 95px;
}

#restroom .draining ol li h4,
#restroom .measurement ol li h4 {
  width: 220px;
  font-size: 130%;
  padding: 0 35px;
  margin-bottom: 35px;
}

#restroom .draining ol li figure img,
#restroom .measurement ol li figure img {
  display: block;
  margin: 0 auto;
  padding:15px 0;
}

#restroom .draining ol li p {
  margin-top: 37px;
}

#restroom .draining ol li:last-child p {
  margin-top: 42px;
}


/* measurement */

#restroom .measurement {
  margin-bottom: 85px;
}


/* stock-number */

#restroom .stock-number h3 {
  margin-bottom: 25px;
  text-align: left;
}

#restroom .stock-number figure img {
  display: block;
  margin: 0 auto;
}

#restroom .stock-number p {
  margin-top: 5px;
  text-align: left;
}


/* campaign */

#restroom .campaign {
  margin-bottom: 95px;
}

#restroom .campaign ol li h4,
#restroom .measurement ol li h4 {
  width: 100%;
  font-size: 110%;
  padding: 0 35px;
  margin-bottom: 15px;
}

#restroom .campaign ol li figure img,
#restroom .measurement ol li figure img {
  display: block;
  margin: 0 auto;
  padding:15px 0;
}

#restroom .campaign ol li p {
  margin-top: 37px;
}

#restroom .campaign ol li:last-child p {
  margin-top: 42px;
}

/* ---------
tablet
--------- */

@media (max-width: 768px) {
  #restroom > div {
    margin: 30px 0 0 0;
  }
  #restroom > div.type {
    margin: 0;
  }
  #restroom .type ol > li {
    padding: 15px;
  }
  #restroom .type ol > li:last-child {
    padding-bottom: 0;
  }
  /** item **/
  #restroom .type ol li .item {
    width: 100%;
  }
  #restroom .type ol li .item dt,
  #restroom .type ol li .item dd {
    line-height: 1.5;
    height: auto;
    padding: 0.5em;
    text-align: center;
  }
  #restroom .type ol li .item dt {
    font-weight: bold;
    background: #FDE9BF;
  }
  /** figure **/
  #restroom .type ol li figure,
  #restroom .draining ol li figure,
  #restroom .measurement ol li figure,
  #restroom .stock-number figure {
    margin: 15px 0 !important;
  }
  #restroom .type ol li figure img,
  #restroom .draining ol li figure img,
  #restroom .measurement ol li figure img,
  #restroom .stock-number figure img {
    display: block;
    max-width: 100%;
    width: auto !important;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* draining */
  #restroom .draining {
    margin-bottom: 0;
  }
  #restroom .draining ol li h4,
  #restroom .measurement ol li h4 {
    width: auto;
    line-height: 1.5;
    height: auto;
    font-size: 120%;
    padding: 0.5em;
    margin: 15px 0 0 0;
  }
  #restroom .draining ol li p {
    margin: 15px;
  }
  #restroom .draining ol li:last-child p {
    margin-bottom: 0;
  }
  /* measurement */
  #restroom .measurement {
    margin-bottom: 0;
  }
  /* stock-number */
  #restroom .stock-number h3 {
    margin-bottom: 10px;
  }
  #restroom .stock-number p {
    padding: 15px;
  }
}

