@charset "utf-8";
.sp_firstview {
  display: none;
}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
body {
	font-family: "メイリオ", 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #736357;
	background-image: url(../images/bg01.png);
	background-repeat: repeat;
}
/*リンク色*/
a:link {
	color: #736357;
	text-decoration: none;
}
a:visited {
	color: #736357
}
a:hover {
	color: #c1272d;
	text-decoration: none;
}
a:active {
	color: #736357
}
/*画像リンク*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#wrap #nav .border {
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 240px;
	margin-bottom: 10px;
	background-position: bottom;
}
#wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
/* ← この直後に追加 */
#wrap::after {
  content: "";
  display: block;
  clear: both;
}
#wrap h1{
	color: #534741;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
}
/*サイドナビ*/
#wrap #nav {
	float: left;
	width: 240px;
	margin-right: 24px;
	margin-bottom: 50px;
}
#wrap #nav ul {
	list-style-type: none;
	margin-bottom: 50px;
}
#wrap #nav ul li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #736357;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
#wrap #nav ul li a {
	display: block;
	height: 50px;
	width: 230px;
}
#wrap #nav ul li img {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrap #contents {
	float: right;
	width: 760px;
	margin-bottom: 50px;
}

/*トップページ*/
#wrap #contents #contents_top {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	background-position: bottom;
	margin-bottom: 30px;
}
#wrap #contents #top_l {
	float: left;
	width: 500px;
}
#wrap #contents #top_l #top_header {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 410px;
	margin-bottom: 10px;
}
#wrap #contents #top_l #news {
	padding: 10px;
	background-image: url(../images/bg02.png);
	background-repeat: repeat;
	height: 180px;
}
#wrap #contents #top_l #news img {
	margin-bottom: 10px;
}
#wrap #contents #contents_top #top_l #news dl {
	height: 130px;
	overflow: auto;
}
#wrap #contents #top_l #news dl dt {
	clear: both;
	float: left;
	width: 100px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#wrap #contents #top_l #news dl dd {
	margin-bottom: 10px;
	margin-left: 130px;
}
#wrap #contents #top_r {
	float: right;
	width: 240px;
}
#wrap #contents #contents_top #top_r p {
	line-height: 1.5em;
}
#wrap .businessday_note {
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}


/*各ページ共通*/
#wrap .bg01 {
	background-image: url(../images/bg02.png);
	padding-top: 20px;
}
#wrap .bg02 {
	background-image: url(../images/bg02.png);
}
#wrap #contents #contents_header {
	text-align: center;
	margin-bottom: 10px;
}
#wrap #contents #contents_header img {
	margin-bottom: 20px;
}
#wrap #contents .box01 {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 40px;
}
#wrap #contents .box01:nth-child(3n+1) {
	margin-right: 0px;
}
#wrap #contents .box01 .box01_title {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

#wrap #contents .box01 img {
	margin-bottom: 10px;
}
#wrap #contents .concept_text {
	width: 700px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#wrap #contents .box02 img {
	float: left;
	margin-right: 20px;
}
#wrap #contents .box02 img:nth-child(3n) {
	margin-right: 0px;
}
#wrap #contents h2 {
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#wrap #contents h3 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#wrap #contents #info {
	padding-left: 30px;
	width: 700px;
	padding-right: 30px;
	margin-bottom: 30px;
}
#wrap #contents #info dt {
	clear: both;
	float: left;
	width: 100px;
	padding-left: 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534741;
	padding-bottom: 5px;
}
#wrap #contents #info dd {
	margin-bottom: 10px;
	margin-left: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #534741;
	padding-bottom: 5px;
}
#wrap #contents .btn01 {
	border: 1px solid #534741;
	padding: 10px;
	width: 250px;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#wrap #contents .btn02 {
	border: 1px solid #534741;
	padding: 10px;
	width: 300px;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#wrap #contents .btn02 a {
	display: block;
	width: 300px;
}

#wrap #contents .btn03 {
	border: 1px solid #534741;
	padding: 10px;
	width: 450px;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#wrap #contents .box_btn02 {
	padding-left: 30px;
	margin-bottom: 30px;
}

#wrap #contents .box_btn02 .btn04 {
	text-align: center;
	height: 30px;
	width: 228px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #534741;
}
#wrap #contents .box_btn02 .btn04 a {
	display: block;
	width: 228px;
}


#wrap #contents .arrow {
	text-align: center;
	margin-bottom: 10px;
}


#wrap #contents .map {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#wrap #contents .item_list {
	width: 700px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}
#wrap #contents .item_list .box03 {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
	height:115px;
}
#wrap #contents .item_list .box03:nth-child(6n) {
	margin-right: 0px;
}
#wrap #contents .item_list .box03 p {
	margin-top:5px;
	line-height:13px;
	font-size: 10px;
	text-align:center;
}
#wrap #contents #contents_header #breadcrumbs {
	width: 700px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
}
#wrap #contents .item_detail01 {
	width: 390px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}
#wrap #contents .item_detail01 .number {
	margin-bottom: 20px;
}
#wrap #contents .item_detail01 .text {
	height: 490px;
	margin-bottom: 20px;
}
#wrap #contents .item_detail01 .note {
	font-size: 12px;
	line-height: 1.2em;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
#wrap #contents .item_detail02 {
	float: right;
	width: 290px;
	margin-right: 30px;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}
#wrap #contents .item_detail02 .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #736357;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#wrap #contents .item_detail02 dl {
	margin-bottom: 30px;
}
#wrap #contents .item_detail02 dl dt {
	clear: both;
	float: left;
	width: 70px;
	margin-bottom: 5px;
}
#wrap #contents .item_detail02 dl dd {
	padding-left: 80px;
	margin-bottom: 5px;
}
#wrap #contents .item_detail02 .border {
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
#wrap #contents .box04 {
	width: 730px;
	margin-left: 30px;
	margin-bottom: 50px;
}
#wrap #contents .box04 .left {
	float: left;
	width: 480px;
}
#wrap #contents .box04 .right {
	float: right;
	width: 240px;
}
#wrap #contents .text02 {
	margin-left: 30px;
	margin-bottom: 20px;
}
#wrap #contents .text04 {
	margin-left: 30px;
	margin-bottom: 50px;
	margin-right: 30px;
}
#wrap #contents .box05_wrap .box05:nth-child(3n) {
	margin-right: 0px;
}
#wrap #contents .box05_wrap .box05 img {
	margin-bottom: 5px;
}
#wrap #contents .box05_wrap .box05 p {
	padding: 5px;
}
#wrap #contents .box05_wrap .box05 .box05_title {
	text-align: center;
	margin-bottom: 5px;
}
#wrap #contents .box05_wrap .box05 .price01 {
	line-height: 30px;
	height: 30px;
	text-align: center;
	background-color: #EABBBF;
}
#wrap #contents .box05_wrap .box05 .price02 {
	line-height: 30px;
	height: 30px;
	text-align: center;
	background-color: #DD8E98;
}
#wrap #contents .box06 {
	margin-bottom: 30px;
}
#wrap #contents .box06 .left {
	float: left;
	width: 240px;
	margin-left: 150px;
}
#wrap #contents .box06 .right {
	float: right;
	width: 240px;
	margin-right: 120px;
}
#wrap #contents .box06 p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap #contents .text03 {
	margin-left: 30px;
	margin-bottom: 50px;
}
#wrap #contents .set {
	margin-bottom: 10px;
	width: 730px;
	margin-left: 30px;
}
#wrap #contents .set td {
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#wrap #contents .set .color01 {
	background-color: #AAA5A2;
}
#wrap #contents .set .color02 {
	background-color: #CCC8C6;
}
#wrap #contents .set .color03 {
	background-color: #DD8E98;
}
#wrap #contents .set .color04 {
	background-color: #EABBBF;
}
#wrap #contents.bg02 .note {
	font-size: 12px;
}
.red {
	color: #BF272D;
}
#wrap #contents .box_btn {
	margin-bottom: 30px;
	padding-left: 30px;
}
#wrap #contents .box_btn .btn_left {
	border: 1px solid #534741;
	width: 278px;
	margin-left: 80px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	float: left;
}
#wrap #contents .box_btn .btn_right {
	border: 1px solid #534741;
	height: 40px;
	width: 278px;
	float: right;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	margin-right: 80px;
}
#wrap #contents .box_btn a {
	display: block;
	height: 40px;
	width: 278px;
	margin-bottom: 30px;
}
#wrap #contents .link_back {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrap #contents h4 {
	font-size: 20px;
	font-weight: normal;
	color: #C1272D;
	margin-bottom: 10px;
	margin-left: 30px;
}
#wrap #contents .text_order {
	font-size: 16px;
	color: #C1272D;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 30px;
}
#wrap #contents .thanks {
	font-size: 16px;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 800px;
}
#wrap #nav #shop_info {
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/*フッター*/
#wrap #footer {
	clear: both;
	font-size: 14px;
	text-align: center;
}
#wrap #footer p {
	margin-bottom: 20px;
}
#wrap #footer .copy {
	font-size: 12px;
}
.price_notice {
  background: #fff3f3;
  border-left: 5px solid #e60000;
  padding: 12px 14px;
  margin: 15px 0;
  font-weight: bold;
  color: #c00000;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
}
/* ===== PC通常表示 ===== */
#nav {
  width: 240px;
}

/* ===== ハンバーガーボタン ===== */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1001;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #c95f00;
  transition: 0.3s;
}

/* ===== オーバーレイ ===== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
@media screen and (max-width: 600px) {
	#wrap #contents .set {
    width: 100%;
    margin-left: 0;
    display: block;
    overflow-x: auto;
  }

  table.set {
    width: 100%;
    white-space: nowrap;
  }
	table.set {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .set td {
    font-size: 11px;
  }

  body {
    font-size: 16px;
    line-height: 1.8;
  }

  #wrap {
    width: 100%;
    padding: 10px;
	display: flex;
    flex-direction: column;
  }

/* コンテンツを上に */
  #wrap #contents {
    order: 1;
	float: none;
    width: 100%;
  }
/* サイドナビを下へ */
  #wrap #nav {
    order: 2;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #wrap #footer {
  order: 3;
}
 /* 画像をはみ出させない */
  img {
    max-width: 100%;
    height: auto;
  }

  /* h1と説明文の重なり防止 */
  #wrap h1 {
	height: auto;
    line-height: 1.6;
    font-size: 0.9rem;
  }
  #wrap #contents h2 {font-size: 1.1rem;}
  #wrap #contents h3 {font-size: 1.05rem;}

  #wrap #contents p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  
  /* ===== box01 をスマホで2列表示 ===== */
#wrap #contents .box01 {
  float: none;
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}

#wrap #contents .box01 img {
  width: 100%;
}

  
    /* 画像 */
  #wrap #contents .box05_wrap .box05 img {
    width: 100%;
  }

  /* 商品名（2行固定） */
  #wrap #contents .box05_wrap .box05 .box05_title {
    font-size: 12px;
    line-height: 1.2;
    height: 2.4em;
    overflow: hidden;
  }

  /* 価格 */
  #wrap #contents .box05_wrap .box05 .price01,
  #wrap #contents .box05_wrap .box05 .price02 {
    font-size: 11px;
  }

  /* 説明文消す */
  #wrap #contents .box05_wrap .box05 p:not(.box05_title):not(.price01):not(.price02) {
    display: none;
  }

   /* ===== ボタン崩れ防止 ===== */
  #wrap #contents .box_btn::after {
    content: "";
    display: block;
    clear: both;
  }
   #wrap #contents .box_btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
  }

  #wrap #contents .box_btn .btn_left,
  #wrap #contents .box_btn .btn_right {
    width: 100%;
    float: none;
    margin: 0;
  }

  #wrap #contents .box_btn a {
    width: 100%;
    display: block;
  }
 #wrap #contents .box06 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #wrap #contents .box06 .left,
  #wrap #contents .box06 .right {
    float: none !important;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }

  #wrap #contents .box06 img {
    width: 100%;
    height: auto;
  }

  /* ===== スマホ用ファーストビュー ===== */

  .sp_firstview {
	position: relative;   /* ←これが最重要 */
    text-align: center;
    margin-bottom: 20px;
  }

  .sp_firstview .catch {
    font-size: 18px;
    font-weight: bold;
  }

  .sp_firstview img {
  width: 100%;
}
  .sp_firstview .trust {
    font-size: 13px;
    color: #555;
  }
  .sp_firstview {
    display: block;
  }
  
  .sp_lead {
    text-align: center;
    font-size: 16px;
}
.fv_text {
  position: absolute;   /* ←画像の上に乗せる */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  color: #fff;
  text-align: center;
  width: 90%;
}
.fv_text h1 {
	color: #fff !important;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}

.fv_text .sub {
  color: #ccc;	
  font-size:12px !important;
  margin-bottom: 10px;
}
/* 納期（重要） */
.fv_text .delivery {
	
  color: #ffe082;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
}

.fv_text .cta {
  display: inline-block;
  background: rgba(0,0,0,0.5);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #fff;
}
/* ボタン下 */
.cta_note {
  font-size: 10px!important;
  margin-top: 8px;
  color: #fff;
}
.sp_firstview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); /* ←ここで暗くする */
  z-index: 1;
}
.fv_text {
  position: absolute;
  z-index: 2;
}
 .price_notice {
    font-size: 14px;
    padding: 10px;
  }
#wrap #contents .box06 img {
  width: 180px;   /* ← 好きなサイズに変更 */
  height: auto;
}
/* 強制リセット */
  #wrap {
    display: flex !important;
    flex-direction: column !important;
  }

  #nav,
  #contents {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
#wrap {
  max-width: 1024px;
  margin: 0 auto;
}

#main {
  width: 70%;
  float: left;
}

#sidebar {
  width: 25%;
  float: right;
}

.product_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.product_grid article {
  width: 30%;
}

/* スマホ */
@media(max-width: 768px) {
  #main,
  #sidebar {
    float: none;
    width: 100%;
  }
  .product_grid article {
    width: 100%;
  }
}
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 1000;
    transform: translateX(-100%); /* ←隠す */
  }
  #nav.open {
    transform: translateX(0); /* ←開く */
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
  }
  .overlay.show {
    display: block !important;
  }
  .hamburger {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1002;
  }
/* hover効果（PC） */
#wrap #contents .box05_wrap .box05:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}
/* ===== 画像 ===== */
#wrap #contents .box05_wrap .box05 img {
  width: 100%;
  height: auto;
  display: block;
}
/* ===== タイトル ===== */
#wrap #contents .box05_wrap .box05 .box05_title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0;
  background: #f7f7f7;
}
/* ===== 価格 ===== */
#wrap #contents .box05_wrap .box05 .price01,
#wrap #contents .box05_wrap .box05 .price02 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 8px;
}
/* ===== 説明文 ===== */
#wrap #contents .box05_wrap .box05 p {
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
#wrap #contents .box05_wrap .box05 {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
  overflow: hidden !important;
}
  /* 文字を小さくして潰れ防止 */
  #wrap #contents .box05_wrap .box05 .box05_title {
    font-size: 11px;
    line-height: 1.3;
    height: 2.6em;
  }
  #wrap #contents .box05_wrap .box05 .price01,
  #wrap #contents .box05_wrap .box05 .price02 {
    font-size: 11px;
  }
  /* 説明文は非表示（3列では必須） */
  #wrap #contents .box05_wrap .box05 p:not(.box05_title):not(.price01):not(.price02) {
    display: none;
  }
  /* =========================
   商品一覧（最終版）
========================= */

#wrap #contents .box05_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-left: 0;
}

#wrap #contents .box05_wrap .box05 {
  width: 100%;
  float: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  overflow: hidden;
}

/* 画像 */
#wrap #contents .box05_wrap .box05 img {
  width: 100%;
  height: auto;
}
/* タイトル */
#wrap #contents .box05_wrap .box05 .box05_title {
  font-size: 13px;
  text-align: center;
  padding: 6px;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
}
/* 価格 */
#wrap #contents .box05_wrap .box05 .price01,
#wrap #contents .box05_wrap .box05 .price02 {
  font-size: 12px;
  text-align: center;
}
/* 説明は消す */
#wrap #contents .box05_wrap .box05 p:not(.box05_title):not(.price01):not(.price02) {
  display: none;
}
#wrap #contents #contents_header #breadcrumbs {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
/* F＆Q box化 */
details {
  margin: 10px 30px;
  border: 1px solid #d8d0ca;
  background: #faf8f6;
  border-radius: 5px;
}

summary {
  padding: 12px;
  font-weight: bold;
  color: #534741;
  cursor: pointer;
}

details p {
  padding: 0 12px 12px 12px;
  margin: 0;
}
}
/* PC・タブレットindex２段３列への表示調整 */
@media screen and (min-width:769px) {

#wrap #contents .box01 {
    min-height: 320px;
}

}
/* PC・タブレット remake作品例　お客様の声 単品料金　3列表示 */
@media screen and (min-width:769px) {

  #wrap #contents .box05_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  #wrap #contents .box05_wrap .box05 {
    width: 100%;
    float: none;
    margin-right: 0;
  }

}
