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


/*-----取扱商品 その他-----*/
.example_box{
	display: flex;
	padding: 0 40px;
}
.other_box{
	text-align: left;
}
.other_box p{
	text-align: justify;
}
.other_box #list_blue{
	color: #00a1e9;
}
.other_box h1{
	color: #00a1e9;
	font-size: 2.5rem;
	font-weight: bold;
}
.other_box h2{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
.other_box .left_box{
	width: 350px;
	height: 218px;
	margin-left: 100px;
}
.other_box .right_box{
	width: 300px;
	height: 218px;
	margin-right: 100px;
}
/*-----メディアクエリ-----*/


/*-----タブレット版-----*/
/* 画面サイズが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%;
}
.example_box{
	justify-content: center;
	padding: 0 70px;
}
.other_box{
	padding: 0 15px;
}
.other_box .left_box {
	margin: 0;
}
.other_box .left_box p{
	width: 330px;
}
.other_box .right_box {
	margin: 0;
	height: auto;
	width: 300px;
	height: auto;
}
}


/*-----モバイル版-----*/
/* 画面サイズが〜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;
}
.example_box {
	flex-direction: column;
	text-align: center;
	padding: 0;
}
.example_box h2 {
	margin-top: 0;
}
.example_box .right_box {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}
.example_box .left_box {
	margin-left: 0;
}
.other_box .left_box {
	width: 100%;
	height: auto;
	margin: 0 ;
}
.other_box .right_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
}
