﻿@charset "UTF-8";

main {
	margin: 40px auto;
	width: 96%;
}
#main__box {
	display: flex;
	justify-content:space-between;
	margin: 20px auto;
	width: 96%;
}
.caution {
	margin-left: auto;
	width: 50%;
}
.caution h3 {
	font-size: 1.2rem;
	line-height: 1.4;
}
.caution p {
	font-size: 1rem;
	line-height: 1.4;
}

.left__box {
	margin: 30px 0 0 0;
	width: 50%;
}
.left__box figure {
	margin: 40px auto 0;
	width: 86%;
	height: 70%;
	background: pink;
}
.left__box img {
	margin:-20px 0 0 -20px;
}
.right__box {
	margin: 10px 0 0 0;
	width: 50%;
	height: auto;
}
.right__box h2 img{
	width: 50%;
}
#h__box {
	display: flex;
	align-items: center;
}
#h__box h2 {
	font-size: 2.4rem;
	line-height: 1.3;
}
#h__box p {
	margin-left: 20px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.work__list h3 {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.6;
	color: purple;
}
.work__list p {
	font-size: 1.2rem;
	line-height: 1.6;
	color: purple;
}
.work__list ul {
	padding-left: 30px;
	list-style: disc;
}
.work__list li {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 2px;
}
.work__list li.strong {
	color: red;
}
.work__list li.strong a {
	color: red;
}
.work__list li.strong a:hover {
	color: green;
}
.photo__box{
	margin-top: 2em;
	width: 100%;
}
.photo__box figure {
	margin-bottom: 40px;
}

@media screen and (max-width:1028px){
	.caution {
//		width: 60%;
	}

}


@media screen and (max-width:930px){
	.left__box figure {
		height: 60%;
	}
	main {
		margin-top: 20px;
	}
	.caution {
		width: 60%;
	}

}


@media screen and (max-width:830px){
	.left__box figure {
		height: 56%;
	}

}


@media screen and (max-width:770px){
	#h__box {
		flex-direction: column;
	}
	.caution {
		margin-top: 20px;
		width: 74%;
	}
	#main__box {
		flex-direction: column;
	}
	.left__box {
		margin: 10px auto 30px;
		width: 80%;
	}
	.right__box {
		margin: 0 auto;
		width: 90%;
	}
	.work__list h3 {
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.work__list ul {
		margin: 0 auto;
		width: 70%;
	}
}

@media screen and (max-width:642px){
	.work__list ul {
		margin: 0 auto;
		width: 90%;
	}
	.work__list li {
		font-size: 0.95rem;
		line-height: 1.6;
	}
	.caution {
		width: 94%;
	}
}
