@import url("global.css");


.section1 .image {
	float: right;
}
.section1 .txt {
	padding-right: 460px;
	line-height: 1.9;
}
.section1 .txt h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.6;
}

.about {
	background-color: #f3f3f3;
	margin-top: 60px;
	padding: 60px 0;
}
.about .wrapper {
	padding: 0 50px;
}
.about h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}
.about .txt {
	font-size: 15px;
}
.about .image {
	margin-top: 40px;
	padding: 0 10px;
}

#inspector .content h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 60px 0 40px;
}
#inspector .content table {
	margin: 30px 0 10px;
	width: 100%;
	border-collapse: collapse;
	font-family: 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#inspector .content table tr:nth-child(odd) {
	background-color: #F6F6F6;
}
/**#inspector .content table tr:first-child {
	background-color: #F2ECE7;
	display: none;
}**/
#inspector .content table th {
	width: 20%;
	padding: 10px 20px 10px 0;
	border-right: 2px solid #ddd;
	text-align: right;
}
#inspector .content table td {
	padding: 10px 20px;
	font-size: 15px;
}
#inspector .content table td ul li {
	float: left;
	margin-right: 25px;
}
#inspector .content table td ul li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #999;
}

.content .att {
	padding: 20px 20px 20px 35px;
	background-color: #F2ECE7;
	margin-top: 30px;
	text-indent: -1.1em;
}



/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){


.section1 .image {
	width: 300px;
}
.section1 .txt {
	padding-right: 340px;
	line-height: 1.9;
}
.section1 .txt h3 {
	font-size: 20px;
	line-height: 1.5;
}
.section1 .txt p {
	font-size: 14px;
}

.about {
	margin-top: 50px;
	padding: 50px 0;
}
.about .wrapper {
	padding: 0 10px;
}
.about h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.about .txt {
	line-height: 1.9;
}
.about .image {
	margin-top: 30px;
	padding: 0 ;
}

#inspector .content h3 {
	font-size: 24px;
	margin: 50px 0 40px;
}
#inspector .content table th {
	padding: 10px 20px 10px 10px;
}
#inspector .content table td {
	padding: 10px 20px;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


.section1 .image {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.section1 .txt {
	padding-right: 0;
	line-height: 1.9;
	margin-top: 20px;
}
.section1 .txt h3 {
	font-size: 18px;
	line-height: 1.5;
}
.section1 .txt p {
	font-size: 14px;
}

.about {
	margin-top: 40px;
	padding: 40px 0;
}
.about .wrapper {
	padding: 0 0;
}
.about h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.about .txt {
	font-size: 14px;
}
.about .image {
	margin-top: 25px;
	padding: 0 ;
}

#inspector .content h3 {
	font-size: 16px;
	margin: 40px 0 30px;
}
#inspector .content table {
	margin: 10px 0;
}
#inspector .content table tr:nth-child(odd) {
	background-color: transparent;
}
#inspector .content table th,
#inspector .content table td {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 5px 15px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#inspector .content table th {
	border-right: none;
	background-color: #F6F6F6;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#inspector .content table td ul li {
	margin: 5px 20px 5px 0;
}
#inspector .content table td ul li::before {
	margin: -2px 3px 0 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
}

.content .att {
	padding: 15px 15px 15px 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
}

}









