@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;
}

/*-----取扱商品 パッケージ-----*/

.display_box p{
	text-align: justify;
}
.display_box h1 {
	font-size: 2.5rem;
	color: #00a1e9;
	text-align: left;
}
.example_box .left_box{
	margin-left: 10px;
	text-align: left;
	width: 470px;
}
.example_box .right_box{
	margin-right: 10px;
	margin-top: 15px;
}
.left_box h2{
	margin-top: 20px;
	font-size: 2.2rem;
}
#list_blue {
	color: #00a1e9;
}
.example_box{
	display: flex;
	justify-content: space-between;
	padding: 30px 140px 0 140px;
}
.display_pop h2 {
	margin-top: 10px;
	color: #00a1e9;
	text-align: center;
}
.contents_box02 p {
	margin-top: 10px;
}

/*-------形状の一例-------*/
.container_title h2{
	margin-top: 30px;
	margin-right: 520px;
	font-size: 2.2rem;
}
.sample_item01 {
	padding: 0 30px 20px 30px;
	text-align: center;
}
.sample_item01 img{
	margin-top: 30px;
	margin-bottom: 10px;
}
.sample_item01 p{
	text-align: center;
}
.sample_item02 {
	padding: 10px 30px 20px 30px;
	text-align: center;
}
.sample_item02 img{
	margin-top: 5px;
	margin-bottom: 10px;
}
.sample_item02 p{
	text-align: center;
}
.sample_item03 {
	padding: 10px 30px 20px 30px;
	text-align: center;
}
.sample_item03 img{
	margin-top: 5px;
	margin-bottom: 10px;
}
.sample_item03 p{
	text-align: center;
}
.sample_item04 {
	padding: 10px 30px 20px 30px;
	text-align: center;
}
.sample_item04 img{
	margin-top: 100px;
	margin-bottom: 84px;
}
.sample_item04 p{
	text-align: center;
}
.container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*PCでは無効（改行しない）*/
.tablet01{
	display: none;
}


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


/*-----タブレット版-----*/
/* 画面サイズが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%;
}
.display_box p {
	padding: 0 15px;
}
.contents {
	width: 100%;
}
.display_box h1 {
	padding: 0 15px;
}
.example_box .left_box {
	text-align: center;
	margin-left: 0;
	width: 300px;
}
.example_box {
	padding: 30px 70px 0 70px;
}
.contents_box02{
	padding: 0 15px;
}
.sample_item {
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.sample_item p{
	line-height: 1.5;
}
/*tbでは有効（改行する）*/
.tablet01{
	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;
}
.display_box p {
	padding: 0 ;
}
.example_box {
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.example_box .left_box {
	float: left;
	margin-left: 0;
	text-align: left;
	width: 100%;
}
.display_pop h2 {
	margin-top: 10px;
	color: #00a1e9;
	font-size: 2.0rem;
	line-height:1.5;
}
.package_box p {
	padding: 0;
}
.left_box {
	text-align: left;
	width: 100%;
	margin-left: 0;
	padding-left: 60px;
}
.contents_box02 h2 {
	font-size: 1.8rem;
	line-height:1.5;
}
/*SPでは有効（改行する）*/
.mobile01{
	display: block;
}
.container {
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
}
.container_title h2 {
	margin-top: 30px;
	margin-right: 0;
	font-size: 2.0rem;
}
.sample_item04 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*SPでは無効（改行しない）*/
.tablet01{
	display: none;
}
}


