@charset "utf-8";

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}

/**************************************************************
*
* トップページ
*
**************************************************************/

.top .subcontent.original .box_type5 .row > *:nth-of-type(n+5),
.top .subcontent.logoitem .box_type5 .row > *:nth-of-type(n+5),
.top .subcontent.yamagenitem .box_type5 .row > *:nth-of-type(n+5),
.top .subcontent.support .box_type5 .row > *:nth-of-type(n+3),
.top .subcontent.about .box_type5 .row > *:nth-of-type(n+3) {
/*	margin-top: 1.5em;*/
}
/* 製品 */
@media screen and (max-width: 979px) {
/*
	.top .subcontent.original .box_type5 .row > *:nth-of-type(n+3),
	.top .subcontent.logoitem .box_type5 .row > *:nth-of-type(n+3),
	.top .subcontent.yamagenitem .box_type5 .row > *:nth-of-type(n+3),
	.top .subcontent.guide .box_type5 .row > *:nth-of-type(n+3),
	.top .subcontent.support .box_type5 .row > *,
	.top .subcontent.about .box_type5 .row > * {
		margin-top: 1.5em;
*/
	}

	.top .subcontent.original .box_type5 .col_3,
	.top .subcontent.logoitem .box_type5 .col_3,
	.top .subcontent.yamagenitem .box_type5 .col_3,
	.top .subcontent.kisei .col_6,
	.top .subcontent.guide .col_3 {
		width: 50%;
		float: left;
	}

@media screen and (max-width: 479px) {
	.top .subcontent.original .box_type5 .row > *,
	.top .subcontent.logoitem .box_type5 .row > *,
	.top .subcontent.yamagenitem .box_type5 .row > *,
	.top .subcontent.kisei .box_type5 .row > *,
	.top .subcontent.support .box_type5 .row > *,
	.top .subcontent.guide .box_type5 .row > *,
	.top .subcontent.about .box_type5 .row > * {
		margin-top: 1.5em;
	}

	.top .subcontent.original .box_type5 .col_3,
	.top .subcontent.logoitem .box_type5 .col_3,
	.top .subcontent.yamagenitem .box_type5 .col_3,
	.top .subcontent.kisei .col_6,
	.top .subcontent.guide .col_3 {
		width: 100%;
		float: none;
	}
}


.top .greet.content {
	background-image: url(../img/ptn/pattern02.jpg);
	background-repeat: repeat;

	padding-top: 4em;
	padding-bottom: 4em;
	margin-bottom: 4em;
}
.top .greet.content .row > * {
	float: left;
}
.top .greet.content .row p {
	font-size: 1.6rem;

	max-width: 530px;
	width: 53%;
	margin-left: 2%;
	margin-right: 2%;
}
.top .greet.content .row .btn_type4 {
	float: right;
}
@media screen and (max-width: 979px) {
	.top .greet.content .row p {
		width: 70%;
	}
	.top .greet.content .row .btn_type4 {
		float: none;
		clear: both;

		max-width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.top .greet.content .image {
		float: none;

		text-align: center;
	}
	.top .greet.content .row p {
		margin: 2em auto;

		float: none;
		width: 90%;
		max-width: none;
	}
}

/* 発注サポート */
.top .subcontent.support .col_6:nth-of-type(odd) {
	clear: both;
}
/* 発注サポートここまで */

/* ブログ */
.top .content.blog .headline_type3 .headimage {
	top: auto;
}
.top .content.blog .post_container {
	border: 1px solid #000;
	border-top: none;

	padding: 2em;

	font-size: 1rem;
}
.top .content.blog time {
	font-weight: bold;
	color: #fe6800;
	font-size: 1.4em;

	display: block;

	margin-bottom: 0.8em;
}
.top .content.blog .headline {
	font-size: 2.4em;
	color: #333333;
	font-weight: bold;

	margin-bottom: 0.4em;
}
.top .content.blog .excerpt {
	font-size: 1.4em;
	line-height: 1.75;
}
.top .content.blog .more {
	/* color: #fe6800; */
	text-decoration: underline;
}
.hover.top .content.blog .more:hover,
.top .content.blog .more.hover {
	text-decoration: none;
}
.top .content.blog .btn_type1 {
	margin-top: 2em;
}
/* ブログここまで */
@media screen and (max-width: 768px) {
	.top .row.bnr .col_6 {
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 479px) {
	.top .row.bnr .col_6 {
		width: 100%;
		float: none;
	}
}
/* ニュース */
.top .content.news .list_type3 {
	margin-top: 2em;
}
/* ニュースここまで */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.top .greet.content {
		background-image: url(../img/ptn/pattern02@2x.jpg);
	}
}
/* 中央バナー表示・非表示*/
@media screen and (min-width: 479px) and (max-width: 768px) {
	.tb_banner_none {display: none;}
}

/**************************************************************
*
* 製品ページ共通パーツ
*
**************************************************************/
/* タブレットまで段を落とさせない */
.products .col_6.until_sp {
	width: 50%;
	float: left;
}
.products .col_4.until_sp {
	width: 33.33333333333%;
	float: left;
}
.products .col_12.until_sp {
	width: 100%;
	float: left;
}

.products.color_print .col_12.until_sp {
	width: 100%;
/*	float: left;*/
}
.products.color_print .col_12 {
/*	width: 100%;*/
	float: none;
}

@media screen and (max-width: 479px) {
	.products .col_4.until_sp {
		width: 50%;
	}
}
/* サンプル写真ボタン */
@media screen and (max-width: 768px) {
	.products .sample_products .col_6 {
		width: 50%;
		float: left;
	}
}

/* 手提げヒモ */
.products .tie_sample {
  display: flex;
  flex-flow: row wrap;
}
.products .tie_sample figure {
	margin-bottom: 1.2em;
}

/* サイズ */
.products .size.subcontent .box_type3 .list_type1 {
	margin-top: 1em;
	margin-bottom: 0;
}

.products .size.subcontent .box_type3 .list_type1 .item {
	font-size: 1.6rem;

	width: 290px;
	float: left;

	padding-left: 0.5em;
	margin-left: 0;
}
@media screen and (max-width: 479px) {
	.products .size.subcontent .box_type3 .list_type1 .item {
		width: 230px;
	}
}
/* 参考価格 */
.products .price_ave.subcontent .list_type2 {
	float: left;

	margin-right: 2em;
}
.products .price_ave.subcontent .list_type2 .text {
	line-height: 1.75;
}
.products .price_ave.subcontent .table_type2 {
	float: left;

}
.products .price_ave.subcontent .table_type2 th {
	min-width: 220px;
}
@media screen and (max-width: 479px) {
	.products .price_ave.subcontent .table_type2 th {
		min-width: 140px;
	}
}
/* おすすめ商品 */

/* 小ロット＆低価格企画 */
.products .rot.subcontent .left {
	float: left;
/*
	width: -webkit-calc(100% - 225px - 10px);
	width: calc(100% - 225px - 10px);
*/
	width: -webkit-calc(100% - 320px - 10px);
	width: calc(100% - 320px - 10px);
}
.products .rot.subcontent .right {
	float: right;
/*	width: 225px;*/
	width: 320px;

	text-align: center;
}
.products .rot.subcontent .table_type2 tr *:first-child {
  width: 250px;
}
@media screen and (max-width: 479px) {
	.products .rot.subcontent .left {
		float: none;
		width: 100%;

		margin-bottom: 2em;
	}
	.products .rot.subcontent .right {
		float: none;
		width: auto;

		margin-bottom: 1em;
	}
}
/* 既製品手提紙袋へのホットスタンプ印刷やシルク印刷の可能範囲 */
.products .print_area .gray {
	width: 2.6em;
	height: 1.6em;

	background-color: #b5b5b5;

	display: inline-block;

	margin-right: 0.5em;

	vertical-align: -0.5rem;
}

/* 極小ロット対応 */
.headline_lot {
  font-size: 1.75em;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.dlist_type4 {
  display: flex;
}
.dlist_type4 .dhead,
.dlist_type4 .ditem {
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.dlist_type5 {
  display: flex;
  margin-bottom: 0.5rem;
}
.dlist_type5 .dhead,
.dlist_type5 .ditem {
  padding: 1.5rem 1rem;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  border: 1px solid #fe6800;
  line-height: 1.25;
  text-align: center;
}
.dlist_type5 .dhead {
  background-color: #fcf5e6;
}
.dlist_type5 .ditem {
  border-left: none;
}
.paper_bag .table_type1 th.head,
.fusyokuhu .table_type1 th.head,
.accessories_box .table_type1 th.head {
  border-right: 1px solid #f6b080;
  white-space: nowrap;
}
.accessories_box .table_type1 th.head.number {
  min-width: 80px;
}
.accessories_box .table_type1 td.item {
  white-space: nowrap;
}

/* FSC認証 */
.list_type_fsc {
  margin-bottom: 3rem;
}
.list_type_fsc .litem {
  margin-bottom: 0.5rem;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.5;
}
.list_type_fsc .litem:before {
  content: "・";
}

/* 紙質・表面加工 */
.paper_bag .sozai {
  display: flex;
  flex-flow: row wrap;
}
.paper_bag .sozai .col_sozai {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
  width: 20%;
  padding-left: 1.428571428571429%;
  padding-right: 1.428571428571429%;
}
.paper_bag .sozai .col_sozai a {
  display: block;
}
.paper_bag .sozai .headline_sozai {
  margin-bottom: 0.75rem;
  
  font-size: 1.15em;
  font-weight: bold;
}
.paper_bag .sozai .sozai_info,
.tie_sample .sozai_info  {
  margin-top: 1rem;
  
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 1360px) {
  .paper_bag .sozai .col_sozai {
    width: 33.333333333%;
  }
  .paper_bag .sozai .col_sozai:nth-of-type(-n+3) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .dlist_type4 {
    flex-direction: column;
  }
  .dlist_type4 .ditem {
    margin-bottom: 1.5rem;
    padding-left: 1em;
  }
  .dlist_type5 {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .dlist_type5 .dhead,
  .dlist_type5 .ditem {
    min-width: none;
    width: 100%;

    text-align: center;
  }
  .dlist_type5 .ditem {
    border-left: 1px solid #fe6800;
    border-top: none;
  }
  
  .paper_bag .sozai .col_sozai {
    width: 50%;
  }
  .paper_bag .sozai .col_sozai:nth-of-type(4) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .paper_bag .sozai .col_sozai {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 599px) {
  .headline_lot {
    font-size: 1.35em;
  }
  .list_type_fsc .litem .sp_none {
    display: none;
  }
  
  .paper_bag .sozai .col_sozai {
    width: 50%;
  }
  .paper_bag .sozai .headline_sozai {
    font-size: 1.05em;
  }
  .paper_bag .sozai .sozai_info {
    line-height: 1.75;
  }
}

/* 宅配紙質・表面加工 */
.takuhai_cd .sozai {
  display: flex;
  flex-flow: row wrap;
}
.takuhai_cd .sozai .col_sozai {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
  width: 20%;
  padding-left: 1.428571428571429%;
  padding-right: 1.428571428571429%;
}
.takuhai_cd .sozai .col_sozai a {
  display: block;
}
.takuhai_cd .sozai .headline_sozai {
  margin-bottom: 0.75rem;
  
  font-size: 1.15em;
  font-weight: bold;
}
.takuhai_cd .sozai .sozai_info,
.tie_sample .sozai_info  {
  margin-top: 1rem;
  
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 1360px) {
  .takuhai_cd .sozai .col_sozai {
    width: 33.333333333%;
  }
  .takuhai_cd .sozai .col_sozai:nth-of-type(-n+3) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .dlist_type4 {
    flex-direction: column;
  }
  .dlist_type4 .ditem {
    margin-bottom: 1.5rem;
    padding-left: 1em;
  }
  .dlist_type5 {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .dlist_type5 .dhead,
  .dlist_type5 .ditem {
    min-width: none;
    width: 100%;

    text-align: center;
  }
  .dlist_type5 .ditem {
    border-left: 1px solid #fe6800;
    border-top: none;
  }
  
  .takuhai_cd .sozai .col_sozai {
    width: 50%;
  }
  .takuhai_cd .sozai .col_sozai:nth-of-type(4) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .takuhai_cd .sozai .col_sozai {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 599px) {
  .headline_lot {
    font-size: 1.35em;
  }
  .list_type_fsc .litem .sp_none {
    display: none;
  }
  
  .takuhai_cd .sozai .col_sozai {
    width: 50%;
  }
  .takuhai_cd .sozai .headline_sozai {
    font-size: 1.05em;
  }
  .takuhai_cd .sozai .sozai_info {
    line-height: 1.75;
  }
}

/**************************************************************
*
* 紙袋
*
**************************************************************/
.subpage.paper_bag .box_type2 {
  padding: 0;
  border: none;
  
  position: relative;
}

/**************************************************************
*
* 紙袋　サンプル
*
**************************************************************/
.paper_bag_sample.subpage .sample.row li p {
	min-height: 100px;
}
.lb-data .lb-number {
  display: none;
  color: transparent;
}
@media screen and (max-width: 768px) {
	.paper_bag_sample.subpage .sample.row li p {
		min-height: 145px;
	}
}

/**************************************************************
*
* 紙袋　ヒモサンプル
*
**************************************************************/
.paper_bag_himo.subpage .content .box_type2 {
	margin-bottom: 30px;
}
/**************************************************************
*
* 紙箱　サンプル
*
**************************************************************/
.kamibako_sample.subpage .sample.row li p {
	min-height: 145px;
}
@media screen and (max-width: 768px) {
	.kamibako_sample.subpage .sample.row li p {
		min-height: 190px;
	}
}
/**************************************************************
*
* 紙袋　トップテキスト
*
**************************************************************/
.paper_bag.subpage.products .subcontent .paper_txt_type01 {
    color: #f00;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .paper_bag.subpage.products .subcontent .paper_txt_type01 {
		font-size: 2.1rem;
	}
}
.paper_bag.subpage.products .subcontent .paper_txt_type02 {
    margin-bottom: 20px;
    text-align: right;
}
/**************************************************************
*
* ポリ袋　サンプル
*
**************************************************************/
.poly_bag_sample.subpage .sample.row li p {
	min-height: 145px;
}
@media screen and (max-width: 768px) {
	.poly_bag_sample.subpage .sample.row li p {
		min-height: 190px;
	}
}
/**************************************************************
*
* セメント袋
*
**************************************************************/
.cement.subpage .introduce.subcontent {
	position: relative;
}

.cement.subpage .introduce.subcontent .pop {
	position: absolute;
	top: -50px;
	right: 0;
}
@media screen and (max-width: 979px) {
	.cement.subpage .subcontent .sample.row .col_8 {
		width: 100%;
		float: none;
		clear: both;
	}
}
/**************************************************************
*
* うちわ
*
**************************************************************/
.table_uchiwa {
	width: 100%;
	min-width: 650px;
}
.table_uchiwa th,
.table_uchiwa td {
	border: #fe6800 1px solid;

	padding: 0.8em 1.2em;
}
.table_uchiwa thead th {
	background-color: #fcf5e6;

	text-align: center;
}
.table_uchiwa tbody tr td:not(:first-child) {
	text-align: right;
}
.table_uchiwa .blue * {
	background-color: #c3ece7;
}
.table_uchiwa .red * {
	background-color: #f6dcda;
}
.table_uchiwa .green * {
	background-color: #edf4c1;
}
.table_uchiwa .yellow * {
	background-color: #d3f6dc;
}
/**************************************************************
*
* クロスレジャーバッグ
*
**************************************************************/
@media screen and (max-width: 980px) {
  .cross_l_bag.products .col_4.until_sp {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cross_l_bag .sample .box_type2 img.cl_bag {
    height: 100%;
  }
}
/**************************************************************
*
* 紙・プラマークに関して
*
**************************************************************/
.mark.subpage .content .box_type2 {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
/**************************************************************
*
* デザイン事例
*
**************************************************************/
.design_jirei.subpage .list_type5 .head {
	min-width: 160px;
}
.design_jirei.subpage .sample li:not(.col_12) .box_type2 {
	height: auto;
}
@media screen and (max-width: 768px) {
	.design_jirei.subpage .sample .col_4 {
		width: 50%;
		float: left;
	}
}
/**************************************************************
*
* ご利用ガイド
*
**************************************************************/
.delivery.subpage .flow.subcontent .icon-arrow02 {
	color: #fe6800;
	text-align: center;
	font-size: 2rem;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	display: block;

	margin-top: 1em;
	margin-bottom: 1em;

}
/**************************************************************
*
* 会社案内
*
**************************************************************/
/* ヤマゲンの願い */
.company.subpage .philosophy.content .row .col_4 {
	width: 33.33333%;
	float: left;
}

/* 掲載　*/
.company.subpage .introduce .row {
	/*max-width: 600px;*/
	margin: auto;
}
.company.subpage .introduce .row > * {
	margin-bottom: 2em;
}
.company.subpage .introduce .box_type2 {
	height: 250px;
	margin-bottom: 1em;
}
.company.subpage .introduce .box_type2 img {
	width: auto;
	max-height: 100%;
}
.company.subpage .introduce .box_type2 a {
	margin-bottom: 0;
}
@media screen and (max-width: 479px) {
	.company.subpage .introduce figure {
		width: 100%;
		float: none;
	}
}

/* 集合写真 */
.company.subpage .wrap_photo {
  position: relative;
}
.company.subpage .wrap_photo .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25em 1em;
  
  background-color: #663c1f;
  color: #fff;
  font-weight: bold;
  text-align: center;  
}
@media screen and (max-width: 479px) {
	.company.subpage .wrap_photo .text {
    padding: 0.65rem;
		font-size: 0.85em;
	}
}


/**************************************************************
*
* アクセスマップ
*
**************************************************************/
.map.subpage .map {
	height: 400px;

	border: #fe6800 1px solid;
}

.tokyo.subpage .map {
	height: 400px;

	border: #fe6800 1px solid;
}

.osaka.subpage .map {
	height: 400px;

	border: #fe6800 1px solid;
}


/**************************************************************
*
* 当社の協力工場の設備紹介
*
**************************************************************/
.factory.subpage .content .row > * {
	float: left;
}
.factory.subpage .content .row .col_6 {
	width: 50%;
}
.factory.subpage .photo02 .col_5 {
	width: 44.5%;

}
.factory.subpage .photo02 .col_7 {
	width: 55.5%;
}
.factory.subpage .photo03 .col_4,
.factory.subpage .photo04 .col_4 {
	width: 30.6%;
}
.factory.subpage .photo03 .col_8,
.factory.subpage .photo04 .col_8 {
	width: 69.4%;
}
/**************************************************************
*
* スタッフ紹介（個別）
*
**************************************************************/
.cat-staff.subpage .box_type9 {
	margin-bottom: 3em;
}
.cat-staff.subpage .content .list_type2 {
	font-size: 1.4rem;
}
.y009.subpage .content .box_type1 .headline_type4 {
	margin-left: 0;

	max-width: 250px;
}
.y009.subpage .content .box_type1 p {
	line-height: 1.75;
}
/**************************************************************
*
* サイトマップ
*
**************************************************************/
.sitemap.subpage .content .row > * {
	min-height: 50px;
}
.sitemap.subpage .content .headline_type2 {
	font-size: 1.8rem;
}

/**************************************************************
*
* お問い合わせ
*
**************************************************************/
.form.subpage .asterisk {
	color: #f90f04;
}
.form.subpage .mainimage {
	padding-bottom: 16px;
}
.form.subpage .mainimage .left {
	width: 28%;
	float: left;
}
.form.subpage .mainimage .left .logo {
	float: none;

	margin-bottom: 0.3em;
}
.form.subpage .mainimage .left .asterisk {
	font-size: 1.6rem;
	font-weight: bold;

	margin-bottom: 0.3em;
}
.form.subpage .mainimage .left h1 {
	font-weight: bold;
	font-size: 1.2rem;
}
.form.subpage .js-button {
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background-color: #f3f3f3;

	display: inline-block;
	vertical-align: top;
	width: auto;

	padding: 4px 12px;
	margin-bottom: 0;

	font-size: 1.2rem;
}
.form.subpage .inquiry_zip {
	margin-right: 10px;
}
.form.subpage .flex_online {
  display: flex;
  align-items: center;
}
.form.subpage .box_onlinetime:not(:last-child) {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #cfcfcf;
}
.form.subpage input[type="text"].inquiry_online {
	width: 80px;
  min-width: 80px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.form.subpage .mainimage .left {
		width: 100%;
		float: none;

		margin-bottom: 2em;
	}
	.form.subpage .mainimage .contact {
		width: 100%;
		float: none;

		text-align: left;
	}
  .form.subpage .flex_online {
    width: 250px;
    min-width: inherit;
  }
  .form.subpage input[type="text"].inquiry_online {
    width: 60px;
    min-width: inherit;
  }
}
.form.subpage .content .headline_type4 {
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.2;
}
.form.subpage .content .headline_type4 strong {
	font-weight: bold;
	font-size: 1.6em;
}

.form.subpage .table_type1 {
	margin-bottom: 2em;
}

@media screen and (max-width: 479px) {
	.form.subpage .content .headline_type4 {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

.headline_type4.emphasis {
	color: #000;
	font-size: 2rem;
	text-align: center;
	line-height: 2.2;
}
.headline_type4.emphasis .emphasis__asterisk {
	color: #f90f04;
	font-size: 3.3rem;
}
@media screen and (max-width: 479px) {
	.headline_type4.emphasis {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

/**************************************************************
*
* 学校・教育関係にオススメの商品
*
**************************************************************/
.landing.subpage .content .headline_type4 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.landing.subpage.hover .bnr_type1:hover,
.landing.subpage .bnr_type1.hover {
	background-color: transparent;
}

/**************************************************************
*
* QUOカードプレゼント
*
**************************************************************/
.survey.subpage .box_type1 .subheadline_type1 {
	font-size: 2.2em;
}
.survey.subpage .box_type1 small {
	font-size: 1.4em;
}

/**************************************************************
*
* 上部及び下部 外部バナー
*
**************************************************************/
.bannerarea1{
/*	margin: 24px 0 0 0;*/
}
.bannerarea1 span {
	display: none;
}
@media screen and (max-width: 479px) {
  .bannerarea1{text-align:center;}
  .bannerarea1 span {display: block; }
  .bannerarea1 span img {width: 88%; }
}

.toecsite img{
	float:left;
	margin: 0 0 4px 0;
}

/**************************************************************
*
* LIVE映像(RemoteOperator Sales用)
*
**************************************************************/
.live_osaka .asterisk {
  color: #f00;
}

/**************************************************************
*
* LIVE映像(ビデオグ用)
*
**************************************************************/
.videog {
	position: relative;
	padding-bottom: 53%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 66%;
}
.videog iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.videog {
		width: 100%;
	}
}
.flash_install {
	color: #f00;
	font-weight: bold;
}
.live_procedure {
  line-height: 1.75;
  counter-reset: my-counter;
  margin: 1.5em;
}
.live_procedure li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-position: outside;
  margin-bottom: 1em;
}
.live_procedure li::before {
  content: counter(my-counter)"）";
  counter-increment: my-counter;
}
.headline_type1 span.small {
  font-size: 0.65em !important;
  font-weight: normal !important;
}

/**************************************************************
*
* LIVE映像(appear.in用)
*
**************************************************************/

.live_procedure {
  line-height: 1.75;
  counter-reset: my-counter;
  margin: 1.5em;
}
.live_procedure li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-position: outside;
  margin-bottom: 2em;
}
.live_procedure li::before {
  content: counter(my-counter)"）";
  counter-increment: my-counter;
}
.live_procedure li span {
  display: block;
  padding-left: 1.5em;
}
.live_procedure li img.knock {
  border: 1px solid #dfdfdf;
  display: block;
}
.live_procedure li i.icon-live,
.live_procedure+div i.icon-live {
  font-size: 1.1em;
  margin-right: 10px;
}
.live_procedure li .mcoff {
  display: inline;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  padding: 0 5px;
}
.btn_type2.vari4 {
	max-width: 330px;
	font-weight: bold;
	padding: 12px 0 10px 20px;
	margin-bottom: 2em;
    border: 2px solid #fff;
    letter-spacing: 1px;
    font-size: 1.3em;

    /* box-shadow */

	box-shadow:3px 4px 8px -1px #737373;
	-moz-box-shadow:3px 4px 8px -1px #737373;
	-webkit-box-shadow:3px 4px 8px -1px #737373;
}
.btn_type2.vari4_1 {
	max-width: 80%;
	font-weight: bold;
	padding: 12px 0 10px 20px;
	margin-bottom: 2em;
    border: 2px solid #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 1.3em;

    /* box-shadow */

	box-shadow:3px 4px 8px -1px #737373;
	-moz-box-shadow:3px 4px 8px -1px #737373;
	-webkit-box-shadow:3px 4px 8px -1px #737373;
}
.live_procedure li .live_knock {
  text-align: center;
  display: inline-block;
}
.headline_type1 span.small {
  font-size: 0.65em !important;
  font-weight: normal !important;
}
.box_type3 .line-height {
  line-height: 1.75;
}
.box_type3 .live-browser {
  display: block;
  margin-bottom: 0.5em;
}

/**************************************************************
*
* 不織布バッグのメリットとポイント
*
**************************************************************/
.fusyokuhu_avoid_list {
	margin-bottom: 1.142em;
	line-height: 1.75;
	margin-left: 2em;
}
.fusyokuhu_avoid_list li {
	position: relative;
}
.fusyokuhu_avoid_list li::before {
	content: "＊";
	margin-left: -2em;
}
/**************************************************************
*
* ポリ袋コラム
*
**************************************************************/
.poly_dlist {
  
}
.poly_dlist .dhead {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.75;
}
.poly_dlist .dhead::before {
  content: "■";
}
.poly_dlist .ditem {
  line-height: 1.75;
  margin-bottom: 1.142em;
  padding-left: 1em;
}

/**************************************************************
*
* 不織布バッグ
*
**************************************************************/
/* index内サンプル */
@media screen and (max-width: 979px) {
  .fusyokuhu.products .subcontent .sample .col_6.last {
    float: left;
  }
}

/**************************************************************
*
* カラー印刷ポリ不織布バッグ
*
**************************************************************/
.add_txt{
  font-size: 0.875em;
  color: #000;
  margin-top: 0.35em;
  text-align: right;
}

/**************************************************************
*
* カラー印刷ポリ不織布バッグ -元号変更-
*
**************************************************************/
.color_print .box_type11 {
  width: 100%;
  background-color: #ffe;
  padding: 1em;
  margin-bottom: 45px;
  color: #663c1f;
  text-align: center;
  position: relative;
  border: #fe6800 1px solid;
}

.color_print .box_type11 .text_wrapper {
  position: absolute;
  top: 1em;
  left: -5.75em;
  width: 10em;
}

@media screen and  (max-width: 960px) {
  .color_print .box_type11 {
    margin-top: 2em;
  }
  .color_print .box_type11 .text_wrapper {
    top: 0;
  }
}

@media screen and  (max-width: 768px) {
  .color_print .box_type11 .text_wrapper {
    top: 0.5em;
  }
}

@media screen and  (max-width: 599px) {
  .color_print .box_type11 .text_wrapper {
    top: 0;
  }
}

.color_print .box_type11 .text {
  display: inline-block;
  position: absolute;
  padding: 7px 0 5px 2px;
  background-color: rgba(229,1,1,1);
  color: #fff;
  transform: rotate(-15deg);
  width: inherit;
  z-index: 1000;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

@media screen and  (max-width: 960px) {
  .color_print .box_type11 .text_wrapper {
    width: 9em;
  }
  .color_print .box_type11 .text {
    font-size: 1.35em;
  }
}

.color_print .box_type11 .headline {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.color_print .box_type11 .discription {
  font-size: 1.35em;
  margin-bottom: 1.15em;
}

.color_print .box_type11 .accept {
  color: rgba(229,1,1,1);
  font-weight: bold;
}

/**************************************************************
*
* アクセサリーボックス
*
**************************************************************/
.relative {
  position: relative;
}
.text_logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 0.75em 0.1em;
  background-color: #fe6800;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .text_logo {
    font-size: 0.75em;
  }
}

/*  メリット  */
.box_type3 .headline.vari1,
.box_type3 .text.vari1 {
  background-color: transparent;
}

/**************************************************************
*
* テンプレートダウンロード
*
**************************************************************/
.template .table_type4 {
  width: 100%;
}
.table_type4 td.dlbtn {
  padding: 0;
  text-align: center;
}
.anchor_template {
  text-decoration: none;
  color: #fe6800;
  display: block;
  padding: 0.8em 0.8em 0.6em 0.8em;
}
.anchor_template_nodata {
  text-decoration: none;
  color: #ccc;
  display: block;
  padding: 0.8em 0.8em 0.6em 0.8em;
}
.anchor_template .icon,
.anchor_template_nodata .icon {
  font-size: 1.75em;
}
.anchor_template:hover {
  background-color: #ffeee3;
}
.anchor_template_nodata:hover {
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .anchor_template {
    padding-left: 0;
    padding-right: 0;
    min-width: 70px;
  }
}
.dl_list {
  overflow: hidden;
}
.dl_list .litem {
  float: left;
  line-height: 1.75;
}
.dl_list .litem:not(:last-child) {
  margin-right: 2em;
}

/**************************************************************
*
* フッターバナー（小）
*
**************************************************************/
footer .toecsite img.bnr_sml {
  width: 49%;
}
footer .toecsite img.bnr_sml.vari1 {
  margin-right: 2%;
}

@media screen and (max-width: 768px){
  footer .toecsite img.bnr_sml.vari1 {
    margin-right: 0.5%;
  }
  footer .toecsite img.bnr_sml {
    width: auto;
  }
}

/**************************************************************
*
* フッターTEL休日なし
*
**************************************************************/
.flex_type1 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .flex_type1 {
    display: block;
  }
}
footer .box_tel .row .col_4:last-child dt {
  margin-bottom: 0;
}

.strong {
  font-weight: bold;
  color: #e50101;
}

/**************************************************************
*
* ヘッダーお知らせ
*
**************************************************************/
@media screen and (max-width: 599px) {
  .sp_justify {
    text-align: justify;
  }
  .form.subpage .content .headline_type4.vari2.blue.sp_justify {
    text-align: justify;
  }
}

/**************************************************************
*
* お問い合わせフォーム
*
**************************************************************/
.container.form {
  max-width: 1200px;
}

/**************************************************************
*
* お問い合わせフォームheadline
*
**************************************************************/
.form.subpage .content .headline_type4 .sml {
  font-size: 0.75em;
  line-height: 1.75;
  margin: 1rem 0;
  display: block;
}

/**************************************************************
*
* ひもサンプルページ
*
**************************************************************/
.subpage.paper_bag_himo .list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 45px;
}
.subpage.paper_bag_himo .list .litem {
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
  line-height: 1.75;
}

@media screen and (max-width: 960px){
  .subpage.paper_bag_himo .list .litem {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 599px){
  .subpage.paper_bag_himo .list .litem {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/**************************************************************
*
* 個人情報の取り扱いについて
*
**************************************************************/
.block_content {
  margin-bottom: 2.5em;
}
.headline_type2.vari2 {
  margin-bottom: 0.5rem;
}

.privacy .list_privacy,
.privacy .olist_privacy {
  margin-left: 3rem;
}
.privacy .list_privacy .litem,
.privacy .olist_privacy .litem {
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
.privacy .list_privacy .litem,
.privacy .olist_privacy .litem {
  list-style: disc;
}
.privacy .olist_privacy .litem {
  list-style: decimal;
}
.privacy .list_privacy .litem:not(:last-child),
.privacy .olist_privacy .litem:not(:last-child) {
  margin-bottom: 0.5rem;
}
header .btn_privacy {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0.4rem;
  
  border: 1px solid #f2df0a;
  background-color: #f2df0a;
  font-size: 0.85em;
  color: #000;
  
  transition: all 300ms;
}
header .btn_privacy:hover {
  background-color: #fcf8c6;
}
header .btn_privacy .icon {
  margin-left: 0.5rem;
  font-size: 0.85em;
}

/* フォーム内の表示 */
.form_privacy {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.form_privacy .box_scroll {
  overflow-y: scroll;
  height: 150px;
  
  color: #333;
}
.form_privacy .box_scroll .block_privacy:not(:last-child) {
  margin-bottom: 1.5em;
}
.form_privacy .box_scroll .subtext,
.form_privacy .box_scroll .text {
  font-size: 0.95em;
  line-height: 1.65;
  letter-spacing: -0.05em;
}
.form_privacy .box_scroll .headline {
  margin-bottom: 0.5em;
  
  font-size: 0.95em;
  font-weight: bold;
}
.form_privacy .box_scroll .headline::before {
  content: "▼";
}
.form_privacy .box_scroll .list_form_privacy,
.form_privacy .box_scroll .olist_form_privacy {
  margin-top: 1em;  
  padding-left: 2em;
  
  font-size: 0.95em;
}
.form_privacy .box_scroll .list_form_privacy {
  list-style: disc;
}
.form_privacy .box_scroll .olist_form_privacy {
  list-style: decimal;
}
.form_privacy .box_scroll .list_form_privacy .litem,
.form_privacy .box_scroll .olist_form_privacy .litem {
  margin-bottom: 0.25em;
  line-height: 1.65;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .form_privacy {
    width: 100%;
  }
}


/**************************************************************
*
*
* 全体改修後
*
*
**************************************************************/
/**************************************************************
* 共通
**************************************************************/
.flex_type2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}


/* ----------------- コンテンツ全体 ----------------- */
/* フォントサイズ */
.mitsumori {
  font-size: 1.4rem;
}
.mitsumori.other .other {
  font-size: 1.2rem;
}
body.other:not(.mitsumori) {
  font-size: 1.4rem;
}

.top_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* トップページ - 改修後 */
.top .main_container {
  flex-basis: auto;/*IE*/
  width: 78%;/*IE*/
  flex-basis: calc(100% - 320px);
  width: calc(100% - 320px);
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 768px){
  .top .main_container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* トップページ以外 - 改修後 */
.subpage .main_container {
  flex-basis: auto;/*IE*/
  width: 78%;/*IE*/
  flex-basis: calc(100% - 340px - 220px);
  width: calc(100% - 340px - 220px);
}


/* ----------------- クイック見積欄 ----------------- */
.mitsumori_container {
  flex-basis: auto;
/*  width: 220px;*/
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.top.mitsumori_container {
  margin-top: 24px;
}

.mitsumori_container .bnrarea {
  margin-bottom: 1rem;
}

.mitsumori_container .mitsumori_inner .container {
  padding-left: 10px;
  padding-right: 10px;
}

.mitsumori_container .mitsumori_inner .mitsumori_headline {
  padding: 1em;
  background-color: #663c1f;
  text-align: center;
  color: #fff;
}

.mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap .image {
/*
  margin-right: 0.5rem;
  font-size: 5.75rem;
*/
  margin-right: 0.75rem;
  font-size: 3.5rem;
  
  display: flex;
  align-items: center;
}

.mitsumori_container .mitsumori_inner .mitsumori_headline .maintext {
/*  font-size: 3.35rem;*/
  font-size: 2.0em;
  font-weight: bold;
}

.mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap .text {
  width: 100%;
  padding-top: 0.35rem;
}
.mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap .text .subtext {
  display: block;
/*  padding: 0.5rem 0.25rem 0.1rem;*/
  padding: 0.5rem 0.25rem 0.35rem;
  background-color: #fff;
  color: #663c1f;
/*  font-size: 1.75rem;*/
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  opacity: 0.9;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffefe3;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick .description {
  margin-bottom: 1rem;
  font-size: 0.875em;
  line-height: 1.5;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick .dlist_mitsumori_quick .dhead {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick .dlist_mitsumori_quick .dhead .num {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.35rem 0.65rem;
  background: #fe6800;
  border-radius: 4px;
  color: #fff;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick .dlist_mitsumori_quick .ditem {
  margin-bottom: 1.5rem;
}

.mitsumori_container .mitsumori_inner .mitsumori_quick form select {
  width: 100%;
  padding: 3px 10px 1px;
  border: #cfcfcf 1px solid;
}

@media screen and (max-width: 1280px){
  .mitsumori_container {
    width: 220px;
  }
  
  .top .main_container {
    flex-basis: auto;/*IE*/
    width: 75%;/*IE*/
    flex-basis: calc(100% - 240px);
    width: calc(100% - 240px);
  }
  
  .subpage .main_container {
    flex-basis: auto;/*IE*/
    width: 63%;/*IE*/
    flex-basis: calc(100% - 240px - 240px);
    width: calc(100% - 240px - 240px);
  } 
  
  .mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap .image {
/*    font-size: 4rem;*/
    font-size: 3rem;
  }

  .mitsumori_container .mitsumori_inner .mitsumori_headline .maintext {
/*    font-size: 2.35rem;*/
    font-size: 1.3em;
  }
  
  .mitsumori_container .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap .text .subtext {
    font-size: 1.15rem;
  }  
}

@media screen and (max-width: 768px){
  .mitsumori_container {
    display: none;
  }
  
  .top .main_container,
  .subpage .main_container {
    flex-basis: auto;
    width: 100%;
  }  
}

/* ————————————————
.mitsumori_container：メインエリア版　バリエーション __main-area
———————————————— */
@media screen and (min-width: 600px){
  .mitsumori_container.__main-area {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_headline {
    padding: 1em;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_headline .mitsumori_headline_wrap {
    padding: 0 37%;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick {
    padding: 1.5rem 10%;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick .description {
    font-size: 1em;
  }
  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick .description.__last {
    margin-bottom: 1.5rem;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick form select {
    padding: 4px 10px;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick .dlist_mitsumori_quick .ditem {
    margin-bottom: 1.7rem;
  }

  .mitsumori_container.__main-area .mitsumori_inner .mitsumori_quick .dlist_mitsumori_quick .dhead {
    margin-bottom: 0.5rem;
}
}
@media screen and (max-width: 599px) {
  .mitsumori_container.__main-area {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

/* ----------------- ヘッダー ----------------- */
.text_company_name {
  display: block;
  margin-top: 1rem;
  font-size: 1.75rem;
  color: #e60712;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .text_company_name {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .text_company_name {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}

/* ヘッダー連絡先 */
.header_tel {
  float: right;
  margin-right: 3rem;
  text-align: center;
}
.header_tel .lp_only {
  display: none;
}
@media screen and (max-width: 1366px) {  
  .header_tel {
    margin-top: 1rem;
    margin-right: 0;
  }
  .header_tel .tb_none {
    display: none;
  }
  .header_tel .lp_only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .header_tel {
    width: 100%;
  }
  .header_tel .lp_only {
    display: none;
  }
  .header_tel .pc_none {
    display: inline;
  }
}


/* ----------------- フッター ----------------- */
footer .contact {
  padding-bottom: 25px;
}

footer .contact .bnr_container {
  max-width: 1020px;
}

footer .hover_line:hover {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 599px){
  footer .toform .headline {
    text-align: justify;
  }
  
  footer .toform .headline .pc_none {
    display: none;
  }
  
  footer .box_tel .col_5:last-child dd {
    margin-bottom: 0;
  }
}

footer .toecsite {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

footer .toecsite .toecsite_left,
footer .toecsite .toecsite_right {
  flex-basis: auto;
  width: 33%;
}

@media screen and (max-width: 768px){
  footer .toecsite .toecsite_left,
  footer .toecsite .toecsite_right {
    width: 100%;
  }
}

/**************************************************************
* トップページ
**************************************************************/
/* ----------------- メインビジュアル ----------------- */
.mainslide {
  overflow: hidden;
  position: relative;
}
.mainslide .container {
  position: relative;
}
.mainslide .container.small {
  max-width: 1200px;
}
.mainslide .slick-list {
	 overflow: visible;
}
.mainslide .slide {
  transform: scale(1);
}
.mainslide .slick-slide {
  outline: none;
}
.mainslide .slick-slide:not(.slick-center) {
	opacity: 0.4;
	transition: opacity 800ms linear;
}
.mainslide .slide .slick-slide.slick-center {
	opacity: 1;
}
.mainslide .objfit {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.mainslide .slick-prev,
.mainslide .slick-next {
  width: 60px;
  height: 65px;
  z-index: 9;
}
.mainslide .slick-prev:before,
.mainslide .slick-next:before {
  color: #888;
  font-size: 60px;
  z-index: 10;
}
.mainslide .slick-prev {
  left: 20px;
}
.mainslide .slick-next {
  right: 20px;
}

@media screen and (max-width: 1100px){
  .mainslide .slick-prev,
  .mainslide .slick-next {
    width: 40px;
    height: 45px;
  }
  .mainslide .slick-prev:before,
  .mainslide .slick-next:before {
    font-size: 40px;
  }
  .mainslide .slick-prev {
    left: 10px;
  }
  .mainslide .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 768px){
  .mainslide .slick-slider {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px){
  .mainslide .slick-prev,
  .mainslide .slick-next {
    width: 25px;
    height: 30px;
  }
  .mainslide .slick-prev:before,
  .mainslide .slick-next:before {
    font-size: 25px;
  }
  .mainslide .slick-prev {
    left: 5px;
  }
  .mainslide .slick-next {
    right: 5px;
  }
}


/* ----------------- グローバルナビ ----------------- */
.global .item {
  position: relative;
  z-index: 3;
}

.global .item.touch a:not(.active) {
  transition: all 300ms;
}

.global .item.touch a:not(.active):hover {
  background-color: #fff;
  color: #fe6800;
}

.global .item.touch a.bg_red:not(.active):hover {
  background-color: #fff;
  color: #e60712;
}

.sub_nav {
  display: none;
  position: absolute;
  width: 100%;
}

.sub_nav.open {
  display: block;
}

.sub_nav .litem {
  padding-right: 0.4em;
}

.sub_nav .litem a {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fe6800;
  color: #fff;
  text-align: left;
  font-size: 1.35rem;
  position: relative;
}

.sub_nav .litem a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
}

.sub_nav .litem:not(:last-child) a {
  border-bottom: 1px solid #fff;
}

.sub_nav .litem a i {
  display: inline-block;
  padding-right: 0.4em;
  font-size: 1em;
}

.sub_nav .litem {
  padding-right: 0.4em;
}

@media screen and (max-width: 768px){
  .main_nav .cf:before,
  .main_nav .cf:before {
    content: none;
    display: block;
  }

  .main_nav .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .sub_nav {
    position: static;
  }
  
  .sub_nav .litem {
    padding-right: 0;
    height: 50px;
  }
  
  .sub_nav .litem a {
    height: 100%;
    background-color: #fff;
    color: #fe6800;
  }

  .sub_nav .litem:not(:last-child) a {
    border-bottom-color: #fe6800;
  }
  
  .sub_nav .litem a .text {
    color: #fe6800;
    display: block;
    line-height: 1;
    background-color: transparent;
  }
}


/* ----------------- ヘッダー直後バナーエリア ----------------- */
.bannerarea1 {
  margin-left: -1%;
  margin-right: -1%;  
}

.bannerarea1 .bnr_box {
  display: block;
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  flex-basis: auto;
/*  width: 33.33333333333333%;*/
  width: 50%;
}

.bannerarea1 .bnr_box .lp_only,
.bannerarea1 .bnr_box .tb_only,
.bannerarea1 .bnr_box .sp_only {
  display: none;
}

@media screen and (max-width: 1280px){
  .bannerarea1 .bnr_box {
    width: 100%;
    margin-bottom: 1rem;
  }  
  .bannerarea1 .bnr_box .sp_none,
  .bannerarea1 .bnr_box .tb_none {
    display: none;
  }
  .bannerarea1 .bnr_box .lp_only {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .bannerarea1 .bnr_box {
    width: 50%;
  }
  .bannerarea1 .bnr_box .lp_only,
  .bannerarea1 .bnr_box.tb_none {
    display: none;
  }
  .bannerarea1 .bnr_box .tb_only {
    display: inline-block;
  }
}
@media screen and (max-width: 599px){
  .bannerarea1 .bnr_box .tb_only {
    display: none;
  }
  .bannerarea1 .bnr_box .sp_only {
    display: inline-block;
  }
  .bannerarea1 .bnr_box .tb_none {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.bnr_ready_made {
  display: block;
  width: calc(100% - 320px);
  margin-bottom: 1.5rem;
}

.bnr_ready_made .sp_only {
  display: none;
}

@media screen and (max-width: 1280px) {
  .bnr_ready_made {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .bannerarea1 {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .bnr_ready_made .sp_none {
    display: none;
  }
  .bnr_ready_made .sp_only {
    display: inline;
  }
}


/* ----------------- トップページ商品一覧 ----------------- */
.top .box_type5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 0;
  
  position: relative;
}

@media screen and (max-width: 768px){
  .top .box_type5 {
    flex-flow: column;
  }
}

@media screen and (max-width: 1280px){
  .top .box_type5 .description span {
    width: 100%;
  }
  
  .top .box_type5 .description img {
    display: none;
  }
}

.top .box_type5 .itemlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
/*  justify-content: center;*/
/*  width: calc(100% - 300px);*/
}

.top .box_type5 .itemlist.vari2 {
  width: auto;
}

.top .box_type5 .itemlist .litem_type1,
.top .box_type5 .itemlist .litem_type2,
.top .box_type5 .itemlist .litem_type3,
.top .box_type5 .itemlist .litem_type4,
.top .box_type5 .itemlist .litem_type5 {
  margin-bottom: 2rem;
}
  
.top .box_type5 .itemlist .litem_type1 {
  flex-basis: auto;
  width: 25%;
  width: 20%;
}

.top .box_type5 .itemlist .litem_type2 {
  flex-basis: auto;
  width: 20%;
}

.top .box_type5 .itemlist .litem_type3 {
  flex-basis: auto;
  width: 33.33333333333333%;
  
  display: flex;
}

.top .box_type5 .itemlist .litem_type4 {
  flex-basis: auto;
  width: 50%;
  
  display: flex;
}

.top .box_type5 .itemlist .litem_type5 {
  flex-basis: auto;
  width: 25%;
}

.top .box_type5 .itemlist .litem_type6 {
  flex-basis: auto;
  width: 33.33333333333333%;
  margin-bottom: 1rem;
}

.top .box_type5 .itemlist .litem_type6.vari1 {
  flex-basis: auto;
  width: calc(100% - 33.33333333333333%);
}

.top .box_type5 .itemlist .litem_type6.vari2 {
  flex-basis: auto;
  width: 50%;
}

@media screen and (max-width: 1600px){
  .top .box_type5 .itemlist .litem_type3,
  .top .box_type5 .itemlist .litem_type6 {
    flex-basis: auto;
    width: 50%;
  }
  
  .top .box_type5 .itemlist .litem_type6.vari1 {
    flex-basis: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .top .box_type5 .itemlist .litem_type1 {
    flex-basis: auto;
    width: 33.33333333333333%;
  }

  .top .box_type5 .itemlist .litem_type2 {
    flex-basis: auto;
    width: 33.33333333333333%;
  }

  .top .box_type5 .itemlist .litem_type3.vari1 {
    width: 100%;
    margin-bottom: 4rem;
  }
  
  .top .box_type5 .itemlist .litem_type3.vari2 {
    width: 50%;
  }  
}

@media screen and (max-width: 1280px) {
  .top .box_type5 .itemlist {
    width: auto;
  }

  .top .box_type5 .itemlist .litem_type5 {
    flex-basis: auto;
    width: 50%;
  }

}

@media screen and (max-width: 1100px) {
  .top .box_type5 .itemlist .litem_type3,
  .top .box_type5 .itemlist .litem_type4 {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 1.5rem;
    
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .top .box_type5 .itemlist .litem_type1,
  .top .box_type5 .itemlist .litem_type2 {
    flex-basis: auto;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .top .box_type5 .itemlist .litem_type1,
  .top .box_type5 .itemlist .litem_type2,
  .top .box_type5 .itemlist .litem_type3,
  .top .box_type5 .itemlist .litem_type4,
  .top .box_type5 .itemlist .litem_type5,
  .top .box_type5 .itemlist .litem_type6,
  .top .box_type5 .itemlist .litem_type6.vari1,
  .top .box_type5 .itemlist .litem_type6.vari2 {
    width: 100%;
  }
}


.top .box_type5 .head .headline {
  padding: 0;
}

.top .support .box_type5 .head .headline,
.top .about .box_type5 .head .headline,
.top .guide .box_type5 .head .headline {
  padding: 2em 0;
}

.box_type5 .description img.img {
  bottom: 23px;
}

.top .box_type5 .head .headline {
  height: 100%;
}

.top .box_type5 .head .headline .headline_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
/*  padding: 1.1em 0.6em;*/
  padding: 0.6em;
}

.top .box_type5 .head .headline .headline_inner .headline_jp,
.top .box_type5 .head .headline .headline_inner .subheadline {
  display: block;
}

.top .box_type5 .head .headline .headline_inner .subheadline {
  position: relative;
  text-align: right;
  right: 0;
}

.top .box_type5 .head .headline .headline_inner .headline_amp {
  display: block;
  padding: 3rem 0 4rem 7rem;
}

/*@media screen and (max-width: 1280px) {*/
.top .box_type5 .head .headline .headline_inner {
  position: relative;
  top: 0%;
  transform: translateY(0%);
  display: block;
  z-index: 1;
}

.top .box_type5 .head .headline,
.top .products .box_type5 .head .headline {
  height: auto;
}

.top .products .box_type5 .head .headline {
  width: 100%;
}  

.top .products .box_type5 .head .headline .lp_none {
  display: none;
}  

.top .products .box_type5 .head .headline .headline_inner > *,
.top .products .box_type5 .head .headline .headline_wrapper > * {
  display: inline-block;
}

.top .products .box_type5 .head .headline .headline_inner .headline_amp {
  position: relative;
  padding: 0;
}

.top .support .box_type5 .head .headline,
.top .about .box_type5 .head .headline,
.top .guide .box_type5 .head .headline {
  padding: 0;
}  

.top .box_type5 {
  flex-flow: column;
}

.top .box_type5 .design_text {
  top: 7rem;
}

.top .box_type5 .head .headline .headline_inner .subheadline.text::after {
  content: url(../img/top/img03.png);
  position: absolute;
  top: 50%;
  right: -190px;
  transform: translateY(-50%);
}

.top .box_type5 .head .headline .image_cloud {
  display: none;
}

/*}*/

@media screen and (max-width: 800px) {
  .top .box_type5 .head .headline .headline_inner .subheadline.text::after {
    right: -170px;
  }
}

@media screen and (max-width: 768px) {
  .top .box_type5 .head .headline .headline_inner .headline_jp,
  .top .box_type5 .head .headline .headline_inner .subheadline {
    display: inline-block;
  }
  .top .box_type5 .head .headline .headline_inner .subheadline.text::after {
    right: -190px;
  }
}

@media screen and (max-width: 599px) {
  .top .box_type5 .head .headline .headline_inner {
    text-align: center;
  }
  
  .top .box_type5 .head .headline.products .headline_inner {
    text-align: left;
  }
  
  .top .box_type5 .head .headline .headline_inner .subheadline.text {
    display: none;
  }
  
  .top .box_type5 .head .headline .image_cloud {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    z-index: 1;
    width: 130px;
  }
}

.top .box_type7 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.top .box_type7 .image {
  width: 40%;
  display: flex;
  justify-content: center;
}

.top .box_type7 .image img {
  flex-shrink: 0;
}

.top .box_type7 .text {
  width: 60%;
  
  display: flex;
  align-items: center;
}

.top .box_type7 .text .headline {
  font-size: 1.4em;
}

.top .box_type7 .text .icon-arrow01 {
  font-size: 1.1em;
}

@media screen and (max-width: 979px) {
  .top .box_type7 .image {
    width: 100%;
  }

  .top .box_type7 .text {
    width: 100%;
  }
}

.top .box_type8 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.top .box_type8 .image {
  flex-basis: auto;
  height: auto;
  
  background-repeat: no-repeat;
  background-size: cover;
}

.top .box_type8 .image.one {
  background-image: url(../img/top/img31@2x.png);
}

.top .box_type8 .image.two {
  background-image: url(../img/top/img32@2x.png);
}

.top .box_type8 .image.three {
  background-image: url(../img/top/img33@2x.png);
}

.top .box_type8 .image.four {
  background-image: url(../img/top/img34@2x.png);
}

.top .box_type8 .image.five {
  background-image: url(../img/top/img45@2x.png);
}

.top .box_type8 .image.six {
  background-image: url(../img/top/img35@2x.jpg);
}

.top .box_type8 .image.seven {
  background-image: url(../img/top/img36@2x.jpg);
}

.top .box_type8 .image.eight {
  background-image: url(../img/top/img37@2x.jpg);
}

.top .box_type8 .image.nine {
  background-image: url(../img/top/img38@2x.jpg);
}

.top .box_type8 .text {
  flex-basis: auto;
  width: calc(100% - 180px);
}

*::-ms-backdrop, .top .box_type8 .text {
  width: 71%;
}

.top .box_type8 .text .headline,
.top .box_type8 .text p {
  flex-basis: auto;
  width: calc(100% - 45px);
}

.top .box_type8 .text .headline {
  font-size: 1.7em;
}

@media screen and (max-width: 1100px) {
  .top .box_type8 .image,
  .top .box_type8 .text {
    display: block
  }
  
  .top .box_type8 .text {
    flex-basis: auto;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .top .box_type8 {
    flex-direction: column;
  }

  .top .box_type8 .image {
    height: 140px;
    width: 180px;
  }
  
  .top .box_type8 .text {
    flex-basis: auto;
    width: 100%;
  }
}


/* ----------------- シーン別バナーエリア ----------------- */
.top .subcontent .banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -0.7%;
  margin-right: -0.7%;
}

.top .subcontent .banner > .gutters_item {
  padding-left: 0.7%;
  padding-right: 0.7%;
  width: 50%;
}

@media screen and (max-width: 960px){
  .top .subcontent .banner > .gutters_item {
    width: 100%;
  }
}

/**************************************************************
* 下層ページ
**************************************************************/
/* ----------------- 下層ページ ----------------- */
.headline_type3.title {
  z-index: -1;
}


/* ----------------- サイトマップ ----------------- */
.top .support .box_type5 .head,
.top .about .box_type5 .head,
.top .guide .box_type5 .head {
  width: 100%;
}
.top .support .box_type5 .head .description img,
.top .about .box_type5 .head .description img,
.top .guide .box_type5 .head .description img {
  right: 2rem;
}

.top .box_type5 .description span {
  width: calc(100% - 250px);
}

@media screen and (max-width: 1280px) {
  .top .box_type5 .description span {
      width: 100%;
  }
}

@media screen and (max-width: 1300px){
  .sitemap.subpage .item.col_3 {
    width: 33.33333333333%;
  }
}

@media screen and (max-width: 1200px){
  .sitemap.subpage .item.col_3 {
    width: 50%;
  }
}


/* ----------------- 小ロットから大ロット・海外製造まで対応いたします！ ----------------- */
.paragraph_type1 {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
}

.yamagen_kodawari .flex_type1 {
  flex-direction: row;
}
.yamagen_kodawari .fitem {
  flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
  
  padding-left: 1.428571428571429%;
  padding-right: 1.428571428571429%;
  
  text-align: center;
}

@media screen and (max-width: 979px){
  .yamagen_kodawari .flex_type1 {
    display: flex;
  }
  .yamagen_kodawari .fitem {
    flex-basis: 50%;
    max-width: 50%;
  }
}


/* ----------------- サービス紹介 ----------------- */
.service .flow .product {
  height: 8.0625vw;/*1600px:129px*/
}
.service .headline_type1 {
  position: relative;
}
.service .headline_type1 .text {
  position: relative;
}
.service .headline_type1 .text::after {
  content: url(../img/top/img03.png);
  position: absolute;
  top: 50%;
  right: -190px;
  transform: translateY(-50%);
}
.service .headline_type1 .image_cloud {
  display: none;
}

@media screen and (max-width: 1300px){
  .service .wrap_full_semi .col_3 {
    width: 41.5555555555%;
  }
  .service .wrap_full_semi .col_9 {
    width: 58.1111111111%;
  }
  .service .flow .col_4 {
    width: 50%;
  }
  .service .flow .product {
    height: 9.9230vw;/*1300px:129px*/
  }
}

@media screen and (max-width: 979px){
  .service .wrap_full_semi .col_3,
  .service .wrap_full_semi .col_9 {
    width: 100%;
  }
  .service .flow .col_4 {
    width: 100%;
  }
  .service .flow .product {
    height: auto;
  }
}

@media screen and (max-width: 599px){
  .service .headline_type1 .text::after {
    content: none;
  }
  .service .headline_type1 .image_cloud {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
  }
}


/* ----------------- 紙・プラマークに関して ----------------- */
.mark.subpage .content .box_type2 {
  max-width: none;
}
.mark.subpage .content .box_type2 .sp_only {
  display: none;
}


@media screen and (max-width: 599px){
  .mark.subpage .content .box_type2 .sp_none {
    display: none;
  }
  .mark.subpage .content .box_type2 .sp_only {
    display: inline-block;
  }
}


/* ----------------- スタッフ紹介 ----------------- */
.staff .flex_type2 .col_6 {
  display: flex;
}
.staff .box_type9 {
  width: 100%;
  margin-bottom: 3em;
}
.staff .box_type9 .image {
  width: 39%;
}
.staff .box_type9 .text {
  width: 61%;
  max-width: auto;
}

.cat-staff .box_type9 .image,
.cat-choice .box_type9 .image {
  width: 19%;
}
.cat-staff .box_type9 .text,
.cat-choice .box_type9 .text {
  width: 81%;
}

@media screen and (max-width: 1300px){
  .staff .flex_type2 .col_6 {
    width: 100%;
  }
  .staff .box_type9 {
    margin-bottom: 1em;
  }
  .staff .box_type9 .image {
    width: 25%;
  }
  .staff .box_type9 .text {
    width: 75%;
  }
  
  .cat-staff .box_type9 .image,
  .cat-choice .box_type9 .image {
    width: 25%;
  }
  .cat-staff .box_type9 .text,
  .cat-choice .box_type9 .text {
    width: 75%;
  }
}

@media screen and (max-width: 979px){
  .staff .box_type9 .image,
  .cat-staff .box_type9 .image,
  .cat-choice .box_type9 .image {
    width: 33%;
  }
  .staff .box_type9 .text,
  .cat-staff .box_type9 .text,
  .cat-choice .box_type9 .text {
    width: 67%;
  }
}

@media screen and (max-width: 599px){
  .staff .box_type9 .image,
  .cat-staff .box_type9 .image,
  .cat-choice .box_type9 .image {
    width: 100%;
    float: none;
  }
  .staff .box_type9 .text,
  .cat-staff .box_type9 .text,
  .cat-choice .box_type9 .text {
    width: 100%;
    float: none;
    
    padding-left: 0;
    margin-top: 1em;
  }
  .box_type9 .anchor {
    right: auto;
    left: 1em;
  }
}


/* ----------------- 当社の協力工場の設備紹介 ----------------- */
.factory.subpage .photo01,
.factory.subpage .photo02,
.factory.subpage .photo03,
.factory.subpage .photo04 {
  max-width: 708px;
}


/* ----------------- デザインサンプル ----------------- */
.logo_sample .sp_only {
  display: none;
}

.sample .box_type2 img {
  height: auto;
}
.sample.gutters > .col_3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 979px){
  .sample.gutters > .col_3 {
    width: 50%;
    float: left;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 599px){
  .logo_sample .sp_none {
    display: none;
  }
  .logo_sample .sp_only {
    display: inline-block;
  }
}


/* ----------------- 紙箱サンプル ----------------- */
@media screen and (max-width: 1300px){
  .kamibako_sample.subpage .col_3 {
    width: 33.333333333333%;
  }
  .kamibako_sample.subpage .col_4 {
    width: 50%;
  }
}

@media screen and (max-width: 979px){
  .kamibako_sample.subpage .col_3 {
    width: 50%;
  }
}

@media screen and (max-width: 599px){
  .kamibako_sample.subpage .col_4,
  .kamibako_sample.subpage .col_6 {
    width: 100%;
  }
}


/* ----------------- 紙袋の手提げひもサンプル ----------------- */
.subpage.paper_bag_himo .list .litem {
  flex-basis: auto;
  max-width: none;
  padding-left: 1.428571428571429%;
  padding-right: 1.428571428571429%;
}

.paper_bag_himo.subpage .content .box_type2 img {
  vertical-align: top;
}


/* ----------------- ポリ袋・ビニール袋サンプル写真 ----------------- */
@media screen and (max-width: 1300px){
  .sample.gutters > .col_3 {
    width: 33.3333333333333333%;
  }
}
@media screen and (max-width: 979px){
  .sample.gutters > .col_3 {
    width: 50%;
  }
}


/* ----------------- 不織布バッグ ----------------- */
.fusyokuhu .flex_type1 {
  flex-flow: row wrap;
  justify-content: flex-start;
}

.fusyokuhu .main_sample .box_type2 {
  display: block;
}

@media screen and (max-width: 979px) {
  .col_6 {
    float: left;
  }
}

/* ----------------- サンプルページ共通 ----------------- */
/*
.sample .box_type2,
.sample li:not(.col_12) .box_type2 {
  
  padding: 0;
  border: none;
}
*/

.sample .box_type2 img {
  max-height: 100%;
}

.sample .box_type2.flex_type1 img {
  min-width: 0
}

@media screen and (max-width: 979px) {
  .sample .box_type2.flex_type1 {
    display: flex;
  }  
}


/* ----------------- TSUMEMO ----------------- */
@media screen and (max-width: 1300px) {
  .etc .oshirase.center_txt,
  .tumemo .oshirase.center_txt {
    text-align: left;
  }
}

@media screen and (max-width: 979px) {
  .tumemo .sample .col_3 {
    float: float;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .tumemo .sample .col_3 {
    display: block;
    float: none;
    width: 100%;
  }
}


/* ----------------- クロスレジャーバッグ ----------------- */
.text_start {
  display: inline-block;
  line-height: 1.75;
  text-align: left;
}


/* ----------------- 会社案内 ----------------- */
.company.subpage .wrap_photo {
  position: static;
  
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  height: 130px;
}
.company.subpage .wrap_photo .photo {
  width: 220px;
  height: inherit;
  overflow: hidden;
}
.company.subpage .wrap_photo .text {
  position: static;
  
  width: calc(100% - 220px);
  height: inherit;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 0.875em;
  line-height: 1.75;
}
.company.subpage .wrap_photo .text .lp_only {
  display: none;
}

@media screen and (max-width: 1400px) {
  .company.subpage .wrap_photo .text .lp_only {
    display: block;
  }
  .company.subpage .wrap_photo {
    height: 80px;
  }
  .company.subpage .wrap_photo .photo {
    width: 60%;
  }
  .company.subpage .wrap_photo .text {
    width: 40%;
  }
}

@media screen and (max-width: 1050px) {
  .company.subpage .wrap_photo {
    position: relative;

    display: block;
    height: auto;
  }
  .company.subpage .wrap_photo .photo {
    width: auto;
    height: inherit;
    overflow: auto;
  }
  .company.subpage .wrap_photo .text {
    position: absolute;

    width: 100%;
  }
  .company.subpage .wrap_photo .text .lp_only {
    display: none;
  }
}
/* ----------------- 会社案内 支社紹介（東京） ----------------- */

.tokyo .flow .product {
  height: 8.0625vw;/*1600px:129px*/
}
.tokyo .headline_type1 {
  position: relative;
}
.tokyo .headline_type1 .text {
  position: relative;
}
.tokyo .headline_type1 .text::after {
  content: url(../img/top/img03.png);
  position: absolute;
  top: 50%;
  right: -190px;
  transform: translateY(-50%);
}
.tokyo .headline_type1 .image_cloud {
  display: none;
}

@media screen and (max-width: 1300px){
  .tokyo .wrap_full_semi .col_3 {
    width: 41.5555555555%;
  }
  .tokyo .wrap_full_semi .col_9 {
    width: 58.1111111111%;
  }
  .tokyo .flow .col_4 {
    width: 50%;
  }
  .tokyo .flow .product {
    height: 9.9230vw;/*1300px:129px*/
  }
}

@media screen and (max-width: 979px){
  .tokyo .wrap_full_semi .col_3,
  .tokyo .wrap_full_semi .col_9 {
    width: 100%;
  }
  .tokyo .flow .col_4 {
    width: 100%;
  }
  .tokyo .flow .product {
    height: auto;
  }
}

@media screen and (max-width: 599px){
  .tokyo .headline_type1 .text::after {
    content: none;
  }
  .tokyo .headline_type1 .image_cloud {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
  }
}

/* ----------------- 会社案内 支社紹介（大阪） ----------------- */

.osaka .flow .product {
  height: 8.0625vw;/*1600px:129px*/
}
.osaka .headline_type1 {
  position: relative;
}
.osaka .headline_type1 .text {
  position: relative;
}
.osaka .headline_type1 .text::after {
  content: url(../img/top/img03.png);
  position: absolute;
  top: 50%;
  right: -190px;
  transform: translateY(-50%);
}
.osaka .headline_type1 .image_cloud {
  display: none;
}

@media screen and (max-width: 1300px){
  .osaka .wrap_full_semi .col_3 {
    width: 41.5555555555%;
  }
  .osaka .wrap_full_semi .col_9 {
    width: 58.1111111111%;
  }
  .osaka .flow .col_4 {
    width: 50%;
  }
  .osaka .flow .product {
    height: 9.9230vw;/*1300px:129px*/
  }
}

@media screen and (max-width: 979px){
  .osaka .wrap_full_semi .col_3,
  .osaka .wrap_full_semi .col_9 {
    width: 100%;
  }
  .osaka .flow .col_4 {
    width: 100%;
  }
  .osaka .flow .product {
    height: auto;
  }
}

@media screen and (max-width: 599px){
  .osaka .headline_type1 .text::after {
    content: none;
  }
  .osaka .headline_type1 .image_cloud {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
  }
}


/* ----------------- 学校・教育関係にオススメ ----------------- */
.landing .bnr_type1 {
  border: none;
}

@media screen and (max-width: 1300px) {
  .landing .col_4 {
    width: 50%;
  }
  .landing .col_8 {
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .landing .col_4 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .landing .col_4 {
    width: 50%;
    float: left;
  }
  .landing .col_8 {
    float: left;
  }
}

@media screen and (max-width: 599px) {
  .landing .col_4 {
    width: 100%;
    float: none;
  }
  .landing .col_8 {
    float: none;
  }
}


/* ----------------- ウェディングバッグ・引き出物用 紙袋  ----------------- */
.wedding.products .flex_type1 {
  flex-flow: row wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 979px) {
  .wedding.products .col_4.until_sp {
    width: 50%;
  }
}


/* ----------------- 紙袋の選び方 ----------------- */
@media screen and (max-width: 1300px) {
  .cat-choice .col_3,
  .cat-choice .col_4 {
    width: 50%;
  }
}

@media screen and (max-width: 979px) {
  .cat-choice .col_3,
  .cat-choice .col_4,
  .cat-choice .col_5,
  .cat-choice .col_6,
  .cat-choice .col_7 {
    float: left;
  }
  
  .cat-choice .col_6 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .cat-choice .col_3 {
    width: 50%;
    float: left;
  }
  .cat-choice .col_7 {
    float: left;
  }
}

@media screen and (max-width: 599px) {
  .cat-choice .col_3,
  .cat-choice .col_4,
  .cat-choice .col_6 {
    width: 100%;
    float: none;
  }
  .cat-choice .col_6.mt {
    margin-top: 20px;
  }
  .cat-choice .col_7 {
    float: none;
  }
}


/* ----------------- カタログ ----------------- */
@media screen and (max-width: 1300px) {
  .pamphlet.products .col_3 {
    width: 50%;
  }
}

@media screen and (max-width: 979px) {
  .pamphlet.products .col_3 {
    float: left;
    width: 50%;
  }  
}


/* ----------------- お問い合わせ ----------------- */
.wrap_type1.vari1 {
  padding-bottom: 3rem;
}

.form.subpage .mainimage {
  padding-top: 15px;
  background-image: url(../img/ptn/pattern01.jpg);
  background-repeat: repeat;
}

.form button[disabled] {
  background: #ddd;
}

.form button[disabled]:hover {
  background: #ddd;
  color: #fff
}

.form button[disabled] i {
  color: #ddd;
}

/* ----------------- 自動見積りフォーム ----------------- */
.mitsumori .description {
  margin-bottom: 2rem;
  
  font-size: 1.25em;
  line-height: 1.75;
}

.mitsumori .description .pc_none {
  display: none;
}

@media screen and (max-width: 768px){
  .mitsumori .description {
    font-size: 1.25em;
  }

  .mitsumori .description .pc_none {
    display: block;
  }
}

@media screen and (max-width: 599px){
  .mitsumori .description {
    font-size: 1.15em;
    line-height: 1.5;
  }
}

/* 作業のステップ */
.mitsumori .olist_step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5rem;
  
  overflow: hidden;  
}

.mitsumori .olist_step .litem {
  flex-basis: 12.5vw;/*200px*/
  width: 12.5vw;
  max-width: 12.5vw;
  padding: 0.9375vw 0 0.9375vw 1.875vw;/**/
  
/*  font-size: 1vw;*/
  font-size: 0.8vw;
  line-height: 1.5;
  text-align: center;
  
  position: relative;
}

.mitsumori .olist_step .litem:not(:last-child)::before,
.mitsumori .olist_step .litem:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4.375vw solid transparent;/*70px*/
  border-bottom: 4.375vw solid transparent;/*70px*/
}

.mitsumori .olist_step .litem:not(:last-child)::before {
  border-left-style: solid;
  border-left-width: 1.25vw;/*20px*/
  right: -1.25vw;
  z-index: 10;
}

.mitsumori .olist_step .litem:not(:last-child)::after {
  border-left: 1.25vw solid #fff;
  right: -1.375vw;/*22px*/
  z-index: 9;
}

.mitsumori .olist_step .litem.one {
  padding-left: 1.25vw;
  background-color: #f29b76;
  border-radius: 0.4375vw 0 0 0.4375vw;/*7px*/
}
.mitsumori .olist_step .litem.one::before {
  border-left-color: #f29b76;
}

.mitsumori .olist_step .litem.two {
  background-color: #f6b37f;
}
.mitsumori .olist_step .litem.two::before {
  border-left-color: #f6b37f;
}

.mitsumori .olist_step .litem.three {
  background-color: #facd89;
}
.mitsumori .olist_step .litem.three::before {
  border-left-color: #facd89;
}

.mitsumori .olist_step .litem.four {
  background-color: #fff799;
}
.mitsumori .olist_step .litem.four::before {
  border-left-color: #fff799;
}

.mitsumori .olist_step .litem.five {
  background-color: #cce198;
}
.mitsumori .olist_step .litem.five::before {
  border-left-color: #cce198;
}

.mitsumori .olist_step .litem.six {
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: #acd598;
  border-radius: 0 0.4375vw 0.4375vw 0;/*7px*/
}

.mitsumori .olist_step .litem .inner {
  display: inline-block;
  
  text-align: left;
}

.mitsumori .olist_step .litem .number {
  display: block;
  margin-bottom: 0.5rem;
  width: 1.875vw;
  
  background: #fff;
  border-radius: 0.25vw;/*4px*/
  
  font-size: 1.125vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1100px){
  .mitsumori .olist_step .litem {
    flex-basis: 16.666666%;
    width: 16.666666%;
    max-width: 16.666666%;
  }  
}

@media screen and (max-width: 768px){
  .mitsumori .olist_step {
    display: block;
    margin-bottom: 2rem;
  }
  
  .mitsumori .olist_step .litem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 1rem 1rem 0.5rem;
    
    font-size: 1em;
  }
  
  .mitsumori .olist_step .litem:not(:last-child)::before {
    top: 105%;
    left: 0;
    right: 0;
    transform: translateY(0);
    margin: 0 auto;
    
    border-top: 2.4vw solid #f29b76;
    border-bottom: none;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
  }

  .mitsumori .olist_step .litem:not(:last-child)::after {
    content: none;
  }

  .mitsumori .olist_step .litem.one,
  .mitsumori .olist_step .litem.two,
  .mitsumori .olist_step .litem.three,
  .mitsumori .olist_step .litem.four,
  .mitsumori .olist_step .litem.five,
  .mitsumori .olist_step .litem.six {
    border-radius: 5px;
  }

  .mitsumori .olist_step .litem.one::before,
  .mitsumori .olist_step .litem.two::before,
  .mitsumori .olist_step .litem.three::before,
  .mitsumori .olist_step .litem.four::before,
  .mitsumori .olist_step .litem.five::before {
    border-left-color: transparent;
  }

  .mitsumori .olist_step .litem.two::before {
    border-top-color: #f6b37f;
  }

  .mitsumori .olist_step .litem.three::before {
    border-top-color: #facd89;
  }

  .mitsumori .olist_step .litem.four::before {
    border-top-color: #fff799;
  }

  .mitsumori .olist_step .litem.five::before {
    border-top-color: #cce198;
  }

  .mitsumori .olist_step .litem.six {
    padding-bottom: 1rem;
  }

  .mitsumori .olist_step .litem .inner {
    width: 200px;
  }
  
  .mitsumori .olist_step .litem .number {
    display: inline-block;
    margin-right: 1rem;
    width: 20px;
    
    font-size: 1em;
  }
  
  .mitsumori .olist_step .litem .sp_none {
    display: none;
  }
}

@media screen and (max-width: 599px){
  .mitsumori .olist_step .litem:not(:last-child)::before {
    border-top-width: 3.338vw;
  }
}


/* 選択項目 */
.table_type1 th .number {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  
  background-color: #fff;
  border-radius: 4px;
  
  text-align: center;
}


/* その他のお問い合わせ */
.mitsumori .other_pattern {
  margin-top: 5rem;
  width: 88%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.mitsumori .other_pattern .dlist_other_pattern {
  width: 100%;
  /* min-width: 440px; */
}

.mitsumori .other_pattern .dlist_other_pattern .dhead {
  padding: 1rem;
  
  background-color: #663c1f;
  border-radius: 15px 15px 0 0;
  
  color: #fff;
  font-size: 1.25em;
  line-height: 1.75;
  text-align: center;
}

.mitsumori .other_pattern .dlist_other_pattern .ditem {
  padding: 1.5rem 1rem;
  
  border-radius: 0 0 15px 15px;
  border: 1px solid #663c1f;
  border-top: none;
  
  text-align: center;
}

.mitsumori .other_pattern .list_type_pattern {
  display: inline-block;
  margin-bottom: 3rem;
  
  text-align: left;
}

.mitsumori .other_pattern .list_type_pattern .litem {
  padding-left: 1.25em;
  text-indent: -1.25em;
  
  font-size: 1.25em;
  line-height: 1.5;
}

.mitsumori .other_pattern .list_type_pattern .litem:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mitsumori .other_pattern .list_type_pattern .litem::before {
  content: "●";
  padding-right: 0.5rem;
  
  color: #fe6800;
}

.mitsumori .other_pattern .other_contact {
  font-size: 1em;
}

.mitsumori .other_pattern .other_contact .headline {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  
  background-color: #dfdfdf;
}

.mitsumori .other_pattern .other_contact .list_type_tel {
  display: inline-block;
  text-align: left;
}

.mitsumori .other_pattern .other_contact .list_type_tel .litem {
  margin-bottom: 0.75rem;
  
  line-height: 1.5;
  
  position: relative;
}

.mitsumori .other_pattern .other_contact .list_type_tel .litem::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -0.65em;
  top: 5px;
  
  border-left: 5px solid #555;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.mitsumori .other_pattern .other_contact .list_type_tel .litem .area {
  display: block;
}

.mitsumori .other_pattern .other_contact .list_type_tel .litem .icon {
  margin-right: 0.5rem;
}

.mitsumori .other_pattern .other_contact .icon-arrow {
  margin-left: 0.5rem;
  
  font-size: 0.875em;
  font-weight: bold;
}

.mitsumori .other_pattern .other_contact .list_type_tel .litem .telnumber {
  font-size: 1.15em;
}

@media screen and (max-width: 979px){
  .mitsumori .other_pattern .other_contact .col_6:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px){
  .mitsumori .other_pattern .dlist_other_pattern {
    width: 100%;
    max-width: 100%;    
  }
  
  .mitsumori .other_pattern .dlist_other_pattern .dhead{
    font-size: 1em;
  }
  
  .mitsumori .other_pattern .list_type_pattern .litem {
    padding-left: 1.25em;
    text-indent: -1.25em;

    font-size: 1em;
    line-height: 1.25;
  }  
}

@media screen and (max-width: 599px){
  .mitsumori .other_pattern .dlist_other_pattern .dhead{
    text-align: justify;
  }
}


/* ----------------- 注文フォーム ----------------- */
/* 見積内容 */
.order.subpage .table_type1.vari3 {
  margin-bottom: 1rem;
}

.order.subpage .table_type1.vari3 .thead {
  background-color: #fcf5e6;
  width: 220px;
}

.order.subpage .table_type1.vari3 .titem {
  background-color: #fff;
}

@media screen and (max-width: 479px){
  .order.subpage .table_type1.vari3 .thead {
    width: 100%;
    border-bottom: none;
  }
  
  .order.subpage .table_type1.vari3 tr:not(:last-child) .titem {
    width: 100%;
    border-bottom: none;
  }
}

/* 見積金額 */
.dlist_mitsumori {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  
  margin-bottom: 0.5rem;
}

.dlist_mitsumori .wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  
  flex-basis: 33.333333333333%;
  width: 33.333333333333%;
  max-width: 33.333333333333%;
}

.dlist_mitsumori .wrap.text {
  justify-content: flex-end;
  
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  
  padding-top: 1rem;

  line-height: 1.5;
}
.dlist_mitsumori .wrap .order_wrap_list .litem {
  padding-left: 1em;
  text-indent: -1em;
}
.dlist_mitsumori .wrap .order_wrap_list .litem::before {
  content: "＊";
}
.dlist_mitsumori .wrap .order_wrap_list .litem:not(:last-child) {
  margin-bottom: 0.5rem;
}

.dlist_mitsumori .dhead,
.dlist_mitsumori .ditem {
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  border-top: #f6b080 1px solid;
  border-bottom: #f6b080 1px solid;
  padding: 0.7em 1em;
}

.dlist_mitsumori .dhead {
  display: flex;
  align-items: center;
/*
  flex-basis: 220px;
  width: 220px;
*/
  flex-basis: 180px;
  width: 180px;
  min-width: 140px;
  
  background-color: #ffdac1;
  border-left: #f6b080 1px solid;
  
  font-size: 1.25em;
  font-weight: normal;
}

.dlist_mitsumori .dhead.head2,
.dlist_mitsumori .dhead.head3 {
  border-left: none;
}

.dlist_mitsumori .ditem {
/*
  flex-basis: calc(100% - 220px);
  width: calc(100% - 220px);
*/
  flex-basis: calc(100% - 180px);
  width: calc(100% - 180px);
  max-width: 500px;
  
  background-color: #fcf5e6;
  border-right: #f6b080 1px solid;
  
  font-size: 1.75em;
  text-align: right;
  font-weight: bold;
}

.ordergo {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.5em;
  background-color: #ffdac1;
  padding: 10px;
  border: #f90f04 10px solid;
  border-radius: 5px;
  color: #f90f04;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-weight: 600;
}

@media screen and (max-width: 1336px){
  .dlist_mitsumori .dhead {
    flex-basis: 140px;
    width: 140px;
    max-width: 140px;
    
    font-size: 1.15em;
  }
  
  .dlist_mitsumori .ditem {
    flex-basis: calc(100% - 140px);
    width: calc(100% - 140px);
    max-width: 300px;
  }
}

@media screen and (max-width: 1100px){
  .dlist_mitsumori .ditem {
    font-size: 1.35em;
  }
}

@media screen and (max-width: 979px){
  .dlist_mitsumori .wrap {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  
  .dlist_mitsumori .wrap.text {
    justify-content: center;
    align-items: center;

    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }

  .dlist_mitsumori .dhead {
    flex-basis: 120px;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    
    font-size: 1em;
  }
  
  .dlist_mitsumori .ditem {
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
    max-width: 400px;
    
    font-size: 1.25em;
  }
  
  .dlist_mitsumori .dhead.head1,
  .dlist_mitsumori .ditem.item1 {
    border-bottom: none;
  }
  
  .dlist_mitsumori .dhead.head3 {
    border-left: #f6b080 1px solid;
  }
}

@media screen and (max-width: 599px){
  .dlist_mitsumori .wrap {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  
  .dlist_mitsumori .wrap.text {
    justify-content: flex-end;

    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .dlist_mitsumori .dhead.head2,
  .dlist_mitsumori .ditem.item2 {
    border-bottom: none;
  }
  
  .dlist_mitsumori .dhead.head2 {
    border-left: #f6b080 1px solid;
  }
  
  .ordergo {
    text-align: left;
  }
}


/* サンクス */
.auto_reply {
  line-height: 1.75;
}

/* 見積もりページ */

.mitsumori_ditails th{
  vertical-align: top;
}

/* セレクトボックス（見積り） */
.mitsumori_select{
	position: relative;
}
.mitsumori_select::before {
	position: absolute;
  top: 1.3em;
  left: 270px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.mitsumori_select select{
  height: 40px;
  width: 300px;
  padding-left: 1%;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
}
.mitsumori_select select::-ms-expand {
  display: none;
}

/* 商品情報カード（見積り） */
.cards{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
  background-color: #ffdac1;
  border-radius: 5px;
}
.cards .card{
  width: 180px;
  margin: 18px 0 18px 18px;
}
.cards .card .card_title{
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 2px 5px 2px;
}
.cards .card .card_detail{
  display: flex;
  width: 100%;
}
.cards .card .card_detail li:before{
  content: '●';
}
.cards .card .card_detail .wd50{
  width: 50%;
}
.cards .card .card_img{
  width: 100%;
}
.cards .card .card_info{
  padding: 10px 5px 0px 5px;
}
.cards .card .card_info .card_text{
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.size-area{
  display: flex;
  margin-top: 10px;
}
.size-area .size-table{
  width: 50%;
  margin-right: 10%;
  margin-top: 20px;
}
.size-area .size-imgbox {
  width: 50%;
}
.size-area .size-img{
/*  width: 20%;*/
  margin-right: 10%;
  margin-top: 20px;
}
.size-area .size-table th,
.size-area .size-table td {
  width: auto !important;
  min-width: 0;
  border: #f6b080 1px solid;
  text-align: center;
  padding: 5px;
}
.size-area .size-table td {
  background-color: #fff;
}

@media screen and (max-width: 1000px){
  .size-area .size-imgbox {
    width: 30%;
  }
}
@media screen and (max-width: 769px){
  .mitsumori-container{
    margin-top: 60px !important;
  }
  .mitsumori_select::before {
    right: 10px;
    left: unset;
  }
  .mitsumori_select select{
    font-size: 16px;
    width: 100%;
  }
  .cards{
      background-color: #fcf5e6;
  }
  .cards .card{
      width: 100%;
      background-color: #ffdac1;
      margin: 0 0 10px 0;
      padding: 15px;
      border-radius: 10px;
  }
  .size-area{
    display: block;
    margin-top: 10px;
  }
  .size-area .size-table{
    width: 100%;
    margin-right: 10%;
    margin-top: 20px;
  }
  .size-area .size-table th,
  .size-area .size-table td{
    display: table-cell;
  }
  .size-area .size-imgbox {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
  }
  .size-area .size-img{
/*
    width: 30%;
    margin: 5px;
*/
    margin-right: 0;
    margin-top: 0;
  }
}

/* ----------------- 人物 吹き出しメッセージ ----------------- */

.i-message{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.25em;
  line-height: 1.75;

  align-items: center;
}
.i-message .i-message__img{
  border-radius: 50%;
}
.i-message .i-message__text{
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #f6b080;
  border-radius: 10px;
  background: #fcf5e6;
  margin-left: 15px;
}
.i-message .i-message__text::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fcf5e6;
  z-index: 2;
}
.i-message .i-message__text::after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #f6b080;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .i-message{
    display: block;
    position: relative;
    height: 300px;
  }
  .i-message .i-message__imgbox{
    width: 100%;
    text-align: center;position: absolute;
    bottom: 0;
    left: 0;
  }
  .i-message .i-message__text{
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .i-message .i-message__text::before{
    content: "";
    position: absolute;
    bottom: -24px;
    top: unset;
    left: 48%;
    margin-top: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #fcf5e6;
    z-index: 2;
  }
  .i-message .i-message__text::after{
    content: "";
    position: absolute;
    top: unset;
    bottom: -30px;
    left: 47.6%;
    margin-top: -14px;
    border: 14px solid transparent;
    border-top: 14px solid #f6b080;
    z-index: 1;
  }
}

.a-message{
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-message .a-message__imgbox{
  text-align: center;
  margin: 0 20px 0 0;
}
.a-message .a-message__img{
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .a-message{
    display: block;
  }
  .a-message .a-message__imgbox{
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* ----------------- 新お問い合わせボタン ----------------- */
.new_contact {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.new_contact_tel {
  margin-bottom: 1.75rem;
}

.new_contact_tel .sp_only {
  display: none
}

.new_contact_btn {
  background-color: #ededed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  padding: 1.35rem 1rem 2rem;
  
  border-radius: 7px;
  text-align: center;
}

.new_contact_btn .headline {
  margin-bottom: 0.5rem;
  line-height: 1.75;
  font-weight: bold;
}

.new_contact_btn .btn_type2.vari1 {
  width: 60%;
  max-width: 60%;
  font-size: 1.3em;
}

.new_contact_btn .anchor_blue {
  display: inline-block;
  margin-top: 1.5rem;
  
  color: #00f;
  text-decoration: underline;
}

.new_contact_btn .anchor_blue .icon {
  font-size: 0.85em;
}

.new_contact_btn .anchor_blue:hover {
  text-decoration: none;
}

.new_contact_btn.vari1 {
  background-color: #fff;
}
.new_contact_btn.vari1 .text_justify {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.flex_image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-left: -1%;
  margin-right: -1%;
}

.flex_image .fitem {
  padding-left: 1%;
  padding-right: 1%;
}

.flex_image .fitem .lp_only,
.flex_image .fitem .sp_none {
  display: none;
}

@media screen and (max-width: 1620px) {
  .flex_image {
    flex-flow: row wrap;
  }
  .flex_image .fitem .lp_only {
    display: block;
    margin-top: 2rem;
  }
  .flex_image .fitem .tb_none {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .new_contact_btn {
    width: 100%;
  }
  .new_contact_btn .btn_type2.vari1 {
    width: 90%;
    max-width: 90%;
    font-size: 1.3em;
  }
  .new_contact_btn.vari1 .text_justify {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .new_contact_btn {
    width: 100%;
  }
  .flex_image .fitem .lp_only {
    display: none;
  }
  .flex_image .fitem .pc_none {
    display: block;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .new_contact_btn {
    width: 100%;
  }
  .new_contact_btn .headline {
    font-size: 0.875em;
  }
  .new_contact_btn .btn_type2.vari1 {
    font-size: 0.875em;
  }
  .new_contact_tel .sp_only {
    display: inline-block;
  }
  .new_contact_tel .sp_none {
    display: none;
  }
}

/**************************************************************
*
* 100カラー袋
*
**************************************************************/
.subpage h5 {
  font-size: 1em;
}

.hundred_color .table_type4 {
  min-width: 798px;
  width: 100%;
  table-layout: fixed;
}
.hundred_color .table_type4 .thead,
.hundred_color .table_type4 .titem {
  white-space: nowrap;
}
.hundred_color .table_type4 .thead {
  text-align: center;
}
.hundred_color .table_type4 tr:nth-child(9n) {
  background-color: #f0f0f0;
}
.hundred_color .table_type4 .trow td.titem {
  border: none;
  border-width: 1px;
  border-color: #fe6800;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: dashed;
}
.hundred_color .table_type4 .trow td.titem:first-child {
  border-left-style: solid;
}
.hundred_color .table_type4 .trow td.titem:nth-child(3n) {
  border-right-style: solid;
}
.caption_hundred {
  caption-side: bottom;
  text-align: right;
  margin-top: 0.5rem;
}
.hundred_color .sample li:not(.col_12) .box_type2 {
  height: auto;
}
.hundred_color .sample .hundredcolor_icon {
  font-size: 0.8em;
  font-weight: bold;
}

/**************************************************************
*
* 製造前の確認事項
*
**************************************************************/
.seizoumae_kakunin .list_type7 {
  padding-left: 1em;
}
.seizoumae_kakunin .list_type7:not(:last-child) {
  margin-bottom: 2rem;
}
.seizoumae_kakunin .list_type7 .litem {
  padding-left: 1em;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  position: relative;
}
.seizoumae_kakunin .list_type7 .litem::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  border-left: 6px solid #e60712;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 599px) {
  .seizoumae_kakunin .list_type7:not(:last-child) {
    margin-bottom: 3rem;
  }
  .seizoumae_kakunin .list_type7 .litem {
    margin-bottom: 1rem;
  }  
}

/**************************************************************
*
* 環境への配慮
*
**************************************************************/
.subpage.eco .list_type1 {
  margin-bottom: 50px;
}
.subpage.eco .list_type1 .litem {
  margin-bottom: 1rem;
  padding-left: 1em;
  position: relative;
}
.subpage.eco .list_type1 .litem::before {
  content: "";
  position: absolute;
  border-left: 7px solid #663c1f;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 4px;
}

/**************************************************************
*
* 注意書きリスト
*
**************************************************************/
.list_type_notice {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.list_type_notice .litem {
  padding-left: 1rem;
  text-indent: -1.3rem;
  
  line-height: 1.75;
}
.list_type_notice .litem:not(:last-child) {
  margin-bottom: 1rem;
}
.list_type_notice .litem::before {
  content: "※";
}
@media screen and (max-width: 960px) {
  .list_type_notice {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .list_type_notice {
    width: 100%;
  }
}

/**************************************************************
*
* 用途別ページ
*
**************************************************************/
/*----------- 共通 -----------*/
.subpage.useful .paragraph_type1 {
  width: 80%;

  font-size: 1.8rem;
}
.subpage.useful .subheadline_type2.vari1 {
  font-size: 2.4rem;
}
.subpage.useful .subheadline_type1.text_large {
  font-size: 3.4rem;
}
.subpage.useful .text_strong {
  font-weight: bold;
  color: #e70712;

  position: relative;
  background-image: linear-gradient(transparent 60%, #fff799 60%);
}
.subpage.useful .break {
  display: none;
}
@media screen and (max-width: 1440px) {
  .subpage.useful .break {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .subpage.useful .paragraph_type1 {
    width: 100%;
  }  
  .subpage.useful .break {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .subpage.useful .paragraph_type1 {
    width: 100%;
  }  
}
@media screen and (max-width: 768px) {
  .subpage.useful .paragraph_type1 {
    font-size: 1.6rem;
  }
  .subpage.useful .subheadline_type2.vari1 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .subpage.useful .subheadline_type1.text_large {
    font-size: 3rem;
  }
  .subpage.useful .break {
    display: block;
  }
}  
@media screen and (max-width: 479px) {
  .subpage.useful .paragraph_type1 {
    font-size: 1.8rem;
  }
  .subpage.useful .subheadline_type2.vari1 {
    font-size: 2rem;
    text-align: justify;
  }
  .subpage.useful .subheadline_type1.text_large {
    font-size: 2.8rem;
    text-align: justify;
  }
  .subpage.useful .break {
    display: none;
  }
}  

/*----------- ウェディング -----------*/
.subpage.useful.wedding .recommend .col_4 {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/**************************************************************
*
* アンケート
*
**************************************************************/
.enquate .paragraph {
  font-size: 16px;
  line-height: 1.75;

  text-align: center;
}
.enquate_list {
  margin: 3rem 3rem 0 5rem;
  list-style-type: disc;
}
.enquate_list .litem {
  font-size: 16px;
  line-height: 1.75;
}
.enquate_list .litem:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .enquate .paragraph {
    text-align: justify;
  }
}

/* 20230104追加 */
.main_ver02 {
  float: right;
}
.wrap_type1_ver001{
  min-width: 779px;
  width: 96%;
}
@media screen and (max-width:1100px) {
  .wrap_type1_ver001{
    min-width: inherit;
    width: 100%;
  }
}
.pt-50:not(:first-of-type) {
  padding-top: 50px;
}

.sec_ttl{
  position: relative;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 30px;
}
.sec_ttl::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #707070;
}
@media screen and (max-width:1100px) {
  .sec_ttl{
    font-size: 16px;
    margin: 0 0 15px;
  }
}

.btn_quote{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(227,20,20);
  background: linear-gradient(180deg, rgba(227,20,20,1) 0%, rgba(227,20,20,1) 0%, rgba(210,139,18,1) 53%);
  width: 230px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 14px;
  transition: all .2s;
}
@media screen and (max-width:1100px) {
  .btn_quote{
    margin: 0 auto;
    width: 90%;
  }
}
.btn_quote:hover {
  opacity: .8;
  transition: all .2s;
}
.display_block{
  display: block;
}

.btn_type1_ht {
  height: 30px;
  line-height: 2;
}
/**************************************************************
*
* セミオーダ-single_top
*
**************************************************************/
.top_wrapper  {
  display: grid;
  grid-template-columns: 350px calc(100% - 350px);
  grid-template-rows: auto auto;
}
@media screen and (max-width:1100px) {
  .top_wrapper  {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
}
.top_img_wrapper {
  grid-column: 1;
  grid-row: 1 / 3;
}
@media screen and (max-width:1100px) {
  .top_img_wrapper {
    grid-column: 1;
    grid-row: 2;
  }
}
.main_img {
	margin-bottom: 20px;
	width: 100%;
}
@media screen and (max-width:1100px) {
  .main_img {
    height: auto;
  }
}
.main_img img {
  width: 100%;
  height: auto;
  display: block;
}
.sub_img_list {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.sub_img_list:before,
.sub_img_list:after {
    content: "";
    width: calc((100% - 20px)/4);
    order: 1;
}
.sub_img_item {
  cursor: pointer;
  margin-bottom: 10px;
	width: calc((100% - 20px)/4);
	height: 82.5px;
}
.sub_img_item img {
  height: 100%;
}
.single_top .new_contact_btn {
  margin-left: inherit;
  /* width: 85%;
  min-width: 364px; */
}

.single_top .new_contact_btn .btn_type2.vari1  {
  width: 60%;
  max-width: 60%;
  min-width: 350px;
  font-size: clamp(1.1rem, 0.818rem + 0.91vw, 1.6rem);
}
@media screen and (max-width:767px) {
  .single_top .new_contact_btn .btn_type2.vari1  {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    font-size: 1.3rem;
  }
}

/* =============================================== */
/* スライドの設定
/* =============================================== */
.polite {

}
@media screen and (max-width:1100px) {
  .slider_exm_img .slick-list{
    height: 200px;
  }
}
.slider_exm_img .slick-slide {/* スライド単体のデザイン */
  width: 600px;
  height: 400px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider_exm_img .slick-slide img {/* スライドの画像の基本設定 */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_exm_img .slick-track {
  width: 100%;
  transform: none;
}
@media screen and (max-width:767px) {
	.slider_exm_img .slick-slide {
		height: 200px;
	}
	.slider_exm_img .slick-slide img {/* スライドの画像の基本設定 */
  	object-fit: contain;
	}
}
/* =============================================== */
/* prev,nextボタンの設定
/* =============================================== */
.slider_exm_img .slick-arrow {/* ボタン全体の見た目 */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width:1100px) {
  .slider_exm_img .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.slider_exm_img .slick-arrow::before {/* ボタンの中のarroowの見た目 */
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 15px;
  left: 15px;
  transform: rotate(45deg);
}
.slider_exm_img .slick-next {/* nexxtボタン全体の位置調整 */
  right: 5px;
  margin-top: inherit;
}
.slider_exm_img .slick-prev {/* prevボタン全体の位置調整 */
  margin-top: inherit;
  left: 5px;
}

.slider_exm_img .slick-next::before {/* nextボタン内のarrowの位置調整 */
  left: 14px;
}
.slider_exm_img .slick-prev::before {/* prevボタン内のarrowの位置調整 */
  border-width: 0 0 3px 3px;
  right: 22px;
}

.top_header {
  grid-column: 2;
  grid-row: 1;
  padding-left: 25px;
}
@media screen and (max-width:1100px) {
  .top_header {
    grid-column: 1;
    grid-row: 1;
    padding-left: 0;
    padding-top: 10px;
  }
}
.top_ttl_sub {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width:1100px) {
  .top_ttl_sub {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
  }
}
.top_ttl_main {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width:1100px) {
  .top_ttl_main {
    margin: 0 0 7px;
  }
}
.top_text {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.8;
}
.top_text span {
  font-weight: bold;
}
.top_tag_list {
  display: flex;
  margin: 0 0 10px;
}
.top_tag_item {
  display: flex;
  padding: 3px;
  border: 1px solid #ffc089;
  font-weight: 700;
}
.top_tag_item span {
  text-align: center;
  color: #f70;
  font-size: 14px;
}
@media screen and (max-width:1100px) {
  .top_tag_item span {
    font-size: 12px;
  }
}

.top_tag_item:first-of-type {
  margin: 0 10px 0 0;
}
.caution{
  font-size: 10px;
}
@media screen and (max-width:1100px) {
  .caution{
    margin: 0 0 17px;
    font-size: 12px;
  }
}
.top_body{
  grid-column: 2;
  grid-row: 2;
  padding-left: 25px;
}
@media screen and (max-width:1100px) {
  .top_body {
    grid-column: 1;
    grid-row: 3;
    padding-left: 0;
  }
}
.btn_type1.btn_type1_exm .icon-arrow01{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_type1.btn_type1_exm {
  width: fit-content;
  max-width: none;
}
.btn_type1.btn_type1_exm .page-numbers {
  margin: 0 auto;
  padding: 0 30px 0 20px;
}
@media screen and (max-width:767px) {
  .btn_type1.btn_type1_exm .page-numbers {
    margin: 0 auto;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
  }
}

.top_body_text {
  line-height: 1.9;
  font-size: 12px;
  margin:  0 0 10px;
}
@media screen and (max-width:1100px) {
  .top_body_text {
    margin:  0 0 16px;
    line-height: 2;
  }
}
@media screen and (max-width:1100px) {
  .top_body_text {
    font-size: 12px;
  }
}


/**************************************************************
*
* セミオーダ-single_example
*
**************************************************************/
.btn_type1_semiorder{
  display: inline-flex;
  align-items: center;
  margin: 20px 0 10px;
  padding:0 40px 0 20px;
  font-size: 16px;
  text-align: inherit;
}
.btn_type1_semiorder .page-numbers{
  display: block;
}

.btn_type1.btn_type1_semiorder .icon-arrow01{
  display: flex;
  align-items: center;
  justify-content: center;
}
.exm_list {
  display: flex;
}
@media screen and (max-width:1100px) {
  .exm_list {
    flex-direction: column;
  }
}
.exm_item {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width:1100px) {
  .exm_item {
    width: 100%;
  }
}

.exm_item:first-of-type {
  margin-right: 15px;
}
@media screen and (max-width:1100px) {
  .exm_item:first-of-type {
    margin-bottom: 30px;
  }
}
.exm_img {
  outline: 2px solid blue;
  margin-bottom: 15px;
  height: 315px;
}
.exm_txt {
  margin:  0 0 10px;
  font-size: 16px;
  line-height: 1.8;
}
.btn_type1.btn_type1_exm {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
  max-width: inherit;
  font-size: 16px;
  padding: 0 20px;
  text-align: inherit;
}
.btn_type1_exm .page-numbers {
  display: block;
}

/**************************************************************
*
* セミオーダ-single_reccomend
*
**************************************************************/
.reccomend_list {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
@media screen and (max-width:1100px) {
  .reccomend_list {
    flex-direction: column;
  }
}
.reccomend_item {
  display: flex;flex-direction: column;align-items: center;grid-row-gap: 10px;flex-basis: 32%;
}
@media screen and (max-width:1100px) {
  .reccomend_item {
    width: 100%;
  }
}
.reccomend_item img {
  margin-bottom: 10px;
  width: 100%;
}
.reccomend_txt{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.Features_wrapper{
  display: flex;
  align-items: flex-end;
  background: #ccc;
  position: relative;
  height: 305px;
}
.Features_wrapper .btn_quote{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Features_wrapper .new_contact_btn {
  background: none;
}
.Features_wrapper .new_contact_btn.mb30 {
  margin-bottom: 0 !important;
}
.Features_wrapper .headline {
  display: none;
}
.Features_wrapper .anchor_blue {
  display: none;
}
.btn_wrap1{
	display: flex;align-items: center;justify-content: center;
}
.btn_wrap2{
	display: flex;align-items: center;justify-content: center;column-gap: 30px;
}
.btn_wrap3{
	display: flex;column-gap: 30px;flex-wrap: wrap;
}
@media screen and (max-width:767px){
.btn_wrap2{
	flex-direction: column;margin: 30px auto 0;
}
}
/**************************************************************
*
* セミオーダ-single_details_order_01 _共通
*
**************************************************************/
.s_wrapper:not(:first-of-type) {
  padding-top: 70px;
}
@media screen and (max-width:1100px) {
  .s_wrapper:not(:first-of-type) {
    padding-top: 30px;
  }
}

/**************************************************************
*
* セミオーダ-single_details_order_01 _サイズについて
*
**************************************************************/
.order_01_subttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:1100px) {
  .order_01_subttl {
    font-size: 16px;
  }
}
.order_01_subttl:first-of-type {
  margin-top: 25px;
}
.order_01_subttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border: 1px dashed #707070;
  width: 100%;
}
.order_01_subttl_txt {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.single_details_order_01 .box_type2 {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.single_details_order_01 .subcontent {
  margin-bottom: inherit;
}


/**************************************************************
*
* セミオーダ-single_details_order_01_紙質・表面加工
*
**************************************************************/
.s_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:1100px) {
  .s_list {
    flex-direction: column;
  }
}
.s_item {
  display: grid;
  grid-template-columns: 115px auto;
  grid-template-rows: 30px auto;
  width: calc((100% - 36px)/2);
}
@media screen and (max-width:1100px) {
  .s_item {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    width: 100%;
  }
}
.s_item:nth-of-type(-n+5) {
  margin-bottom: 30px;
}
.s_item_mb20 {
  margin-bottom: 20px;
}
.s_img {
  grid-column: 1;
  grid-row: 1 / 3;
  height: 117px;
}
@media screen and (max-width:1100px) {
  .s_img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
  }
}
.s_ttl {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:1100px) {
  .s_ttl {
    padding-left: 0;
  }
}
@media screen and (max-width:1100px) {
  .s_ttl {
    grid-column: 1;
    grid-row: 1;
  }
}
.s_txt {
  grid-column: 2;
  grid-row: 2;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:1100px) {
  .s_txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width:1100px) {
  .s_txt {
    grid-column: 1;
    grid-row: 3;
  }
}


/**************************************************************
*
* セミオーダ-single_details_order_02
*
**************************************************************/
.order_02_list {
}
.order_02_item {
  border: #f6b080 1px solid;
  border-bottom: none;
}
.order_02_item:last-of-type {
  border: #f6b080 1px solid;
}
.order_02_subttl {
  position: relative;
  padding: 15px 0 10px 20px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: #f6b080 1px solid;
}
.order_02_txt{
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}


/**************************************************************
*
* セミオーダ-reasons
*
**************************************************************/
.reasons {
  border:  1px solid #D2D2D2;
}
.reasons_inner{
  padding: 30px 10px 10px 10px;
}
.reasons_lead_sub {
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width:1100px) {
  .reasons_lead_sub {
    font-size: 18px;
  }
}
.reasons_lead_main {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width:1100px) {
  .reasons_lead_main {
    font-size: 22px;
  }
}
.reasons_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width:1100px) {
  .reasons_list {
    flex-direction: column;
  }
}
.reasons_item {
  position: relative;
  display: grid;
  grid-template-columns: 30% auto;
  grid-template-rows: auto auto;
  padding-bottom: 10px;
  width: calc((100% -  40px)/2);
}
@media screen and (max-width:1100px) {
  .reasons_item {
    display: grid;
    width: 100%;
    grid-template-columns: auto;
  	grid-template-rows: repeat(3, auto);
  	grid-row-gap: 10px;
  }
}
.reasons_item::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  border: 1px dashed #707070;
}
.reasons_item:last-of-type::after {
  border: none;
}
.reasons_item:nth-of-type(n+3) {
  padding-top: 20px;
}
@media screen and (max-width:1100px) {
  .reasons_item:nth-of-type(n+3) {
    padding-top: inherit;
  }
}
@media screen and (max-width:1100px) {
  .reasons_item:nth-of-type(n+2) {
    padding-top: 20px;
  }
}
.reasons_item:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.reasons_contents {
  padding-left: 20px;
  width: 80%;
}
.reasons_img {
  grid-column: 1;
  grid-row: 1 / 3;
  justify-self: center;
}
.reasons_img i{
	font-size: 10em;
}
@media screen and (max-width:1100px) {
  .reasons_img {
    width: 100%;
    grid-row: 2 / 3;
    text-align: center;
  }
}
.reasons_ttl {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width:1100px) {
  .reasons_ttl {
    width: 100%;
    grid-column: 1;
    grid-row: 1 / 2;
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
}
.reasons_txt {
  grid-row: 2;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:1100px) {
  .reasons_txt {
    width: 100%;
    grid-row: 3 / 4;
    padding: 0;
    text-align: justify;
  }
}
.staff_img {
  background: #ccc;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  width: 100%;
  height: 100px;
  height: auto;
}
@media screen and (max-width:1100px) {
  .staff_img {
    background: #ccc;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 100%;
    height: 100px;
    height: 120px;
  }
}
.estimate_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #F3F3F3;
}
@media screen and (max-width:1100px) {
  .estimate_wrapper {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }
}
.estimate_img {
  background: #ccc;
  width: 120px;
  height: 95px;
}
.estimate_txt {
  font-size: 17px;
  line-height: 1.5;
  text-align: center!important;
}
@media screen and (max-width:1100px) {
  .estimate_txt {
    margin: 10px auto;
  }
}
.estimate_txt span {
  font-weight: 700;
}


.estimate_wrapper .new_contact_btn {
  background: none;
  width: 60%;
  padding: 0;
  margin-left: inherit;
  margin-right: inherit;
}
@media screen and (max-width:1100px) {
  .estimate_wrapper .new_contact_btn {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width:1100px) {
  .estimate_wrapper .new_contact_btn br {
    display: none;
  }
}

.estimate_wrapper .new_contact_btn.mb30 {
  margin-bottom: 0 !important;
}
.estimate_wrapper .headline {
  display: none;
}
.estimate_wrapper .anchor_blue {
  display: none;
}

.estimate_wrapper .btn_type2.vari1 {
  max-width: inherit;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .estimate_wrapper .btn_type2.vari1 {
    max-width: inherit;
    width: 100%;
    font-size: 0.875em;
  }
}
/*サイズ別ページへのリンク*/
.link_items{display: flex;flex-wrap: wrap;gap: 15px;margin: 0 auto 30px;}
.link_items li{flex-basis: 23%;display: flex;}
.link_item{padding: 0 0 15px;display: flex;flex-direction: column;grid-row-gap: 10px;border: 1px solid #ccc;}
.link_item:hover{opacity: 0.7;}
.item_img{width: 100%;height: auto;}
.item_img_70{width: 70%;height: auto;}
.item_ttl{font-size: 18px;font-weight: bold;padding: 0 15px;}
.item_desc{text-align: justify;padding: 0 15px;flex-grow: 1;}
.item_lot{text-align: right;padding: 0 15px;}
@media screen and (max-width:767px) {
	.link_items{flex-direction: column;}
}
@media screen and (max-width:1240px) {
  .link_items li{flex-basis: 31%;display: flex;}
}

/**************************************************************
*
* 紙箱とポリ袋 ご注文に関する詳細
*
**************************************************************/
.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-medium-font-size {
  font-size: 1.25em;
}

/**************************************************************
*
* 紙箱
*
**************************************************************/
.kamibako_comment {
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.75;
  color: #3770c0;
}

@media screen and (max-width:767px) {
  .kamibako_comment .tb_none {
    display: none;
  }
}

@media screen and (max-width:1100px) {
  .kamibako_comment {
    text-align: center;
  }
}



.review_wrap{margin-top: 40px; text-align: justify;}
.review_scroll{height: 500px; overflow: scroll; }
.box_type3 .text.flex_review{display: flex; gap: 12px; }
.review_img{flex-basis: 30%; }
.text_review{flex-basis: 70%; }
.review_dl{margin-top: 8px;}
@media screen and (max-width: 479px){
	.box_type3 .text.flex_review{flex-direction: column; }
}
