@charset "UTF-8";

/*-----トップイメージ-----*/
.contents_img{
	margin-top: 100px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 30px;
	display: block;
	position:relative;/*---画像の上に文字を重ねる要素の範囲指定指示---*/
	width: 952px;
}
.contents_img p{
	font-size: 28px;
	position: absolute;
	top: 145px;
	left: 25px;
}
.contents_img span{
	font-size: 20px;
	font-family:"Noto Sans JP";
}
.contents{
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	width: 952px;
}

/*-----取扱商品 紙袋-----*/

.paperbag_box p{
	text-align: justify;
}
.paperbag_box h1 {
	font-size: 2.5rem;
	color: #00a1e9;
	text-align: left;
}
.example_box .left_box{
	margin-left: 40px;
	text-align: left;
	width: 300px;
}
.example_box .right_box{
	margin-right: 40px;
	margin-bottom: 10px;
}
 h2{
	color: #00a1e9;
	text-align: left;
}
.example_box .left_box h2{
	color: #000;
	font-size: 2.2rem;
}
.left_box h2{
	margin-top: 20px;
	font-size: 2.2rem;
}
#list_blue {
	color: #00a1e9;
}
.example_box{
	display: flex;
	justify-content: space-between;
	padding: 20px 140px 0 140px;
}
.contents_box02 h2 {
	margin-top: 10px;
}
.contents_box02 p {
	margin-top: 5px;
}
.container_box h4 {
	font-size: 1.9rem;
	line-height:1.5;
}
.container_box {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;      /* フレックス要素にする */
	justify-content: center;
}
.item01 .box-title {
	position: absolute;
   /*  display: inline-block;      必要ない？*/
	top: -5px;
	left: 25px;
	padding: 0 5px;
	line-height: 10px;
	font-size: 1.9rem;
	background: #FFF;
	color: #00a1e9;
	font-weight: bold;
	align-content: space-around;
}
.item02 .box-title {
	position: absolute;
   /*  display: inline-block;      必要ない？*/
	top: -5px;
	left: 25px;
	padding: 0 5px;
	line-height: 10px;
	font-size: 1.9rem;
	background: #FFF;
	color: #00a1e9;
	font-weight: bold;
	align-content: space-around;
}
.item01{
	position: relative;
	width: 130px;
	height: 100px;              /* 高さ指定 */
	margin: 13px;
	padding: 23px 0 0 0;             /* 余白指定 */
	border: solid 3px #00a1e9;
	border-radius: 8px;
}
.item02{
	position: relative;
	width: 130px;
	height: 100px;              /* 高さ指定 */
	margin: 13px;
	padding: 35px 0 0 0;             /* 余白指定 */
	border: solid 3px #00a1e9;
	border-radius: 8px;
}
/*----- 取扱商品 紙袋・矢印 ------*/
.container_box .arrow {
	display: inline-block;
	vertical-align: middle;
	color: #a1e8ff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 1.5em 2.3em;
	border-left-color: currentColor;
	border-right: 0;
	margin-top: 45px;
}
/*PCでは有効（改行する）*/
.mobile02{
	display: block;
}

/*-----メディアクエリ-----*/


/*-----タブレット版-----*/
/* 画面サイズが768px〜1024pxまではここを読み込む */
@media screen and (min-width: 768px) and (max-width: 1024px){
.contents_img {
	width: 100%;
}
.contents_img img{
	width: 100%;
	height: auto;
}
.contents_img p {
	top: 63%;
	left: 3.5%;
}
.contents {
	width: 100%;
}
.contents_box01{
	padding: 0 15px;
}
.contents_box02{
	padding: 0 15px;
}
.example_box {
	padding: 20px 50px 0 50px;
}
.container_box h4 {
	font-size: 1.8rem;
	line-height: 1.5;
}
.item01 {
	margin-left: 7px;
	margin-right: 10px;
	width: 110px;
}
.item02 {
	margin-left: 7px;
	margin-right: 10px;
	width: 110px;
}
.item01 .box-title {
	left: 13.75px;
}
.item02 .box-title {
	left: 13.75px;
}
.container_box .arrow{
border-width: 1.3em 2.0em;
}
/*tbでは有効（改行する）*/
.mobile02{
	display: block;
}
}


/*-----モバイル版-----*/
/* 画面サイズが〜767pxまではここを読み込む */
@media screen and (max-width: 767px){
.contents_img {
	margin-top: 115px;
	margin-bottom: 10px;
	width: 100%;
}
.contents_img p{
	font-size: 14px;
	position: absolute;
	top: 58%;
	left: 5%;
}
.contents_img span{
	font-size: 10px;
	font-family:"Noto Sans JP";
}
.contents {
	width: 100%;
	padding: 0 15px;
}
.contents_box01 p {
	padding: 0;
	text-align: justify;
}
.example_box {
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.example_box .left_box{
	margin-left: 0;
	text-align: left;
	width: 300px;
}
.example_box .right_box{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 2.0rem;
}
.contents_box02 p {
	margin-top: 0px;
}
.container_box {
	margin-top: 20px;
	margin-bottom: 0;
	flex-direction: column;
	text-align: center;
}
.item01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 10px 13px 0;
	padding: 10px 0 7px 0;
	border: solid 3px #00a1e9;
	border-radius: 8px;
}
.item02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 10px 13px 0;
	padding: 10px 0 7px 0;
	border: solid 3px #00a1e9;
	border-radius: 8px;
}
/*----- 取扱商品 紙袋・矢印 ------*/
.container_box .arrow {
	display: inline-block;
	vertical-align: middle;
	color: #a1e8ff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 2.3em 1.5em;
	border-top-color: currentColor;
	border-bottom: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*SPでは無効（改行しない）*/
.mobile02{
	display: none;
}


}




