/*===============================================
style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
}

header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
}
header h1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
header h1 img {
	width:181px;
}
article {
	border: 1px solid #181818;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
article section.Intro {
}
article section.Intro h2 {
	font-size: 24px;
	font-weight: normal;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #181818;
}
article section.Intro p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 24px;
	color: #181818;
	margin-top: 0px;
}
article section.First {
	margin-bottom: 10px;
}
article section.First h2 {
	font-size: 22px;
	color: #181818;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
article section.First p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #181818;
	font-size: 14px;
}
article section.Second {
}
article section.Second h2 {
	font-size: 22px;
	color: #181818;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
article section.Second p {
	color: #181818;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
article section.Second h3 {
	background-color: #181818;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
}
article section.Second ul {
	margin-top: 0px;
	padding-top: 0px;
}
article section.Second ul li {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #181818;
	margin-top: 5px;
}
footer {
	background-color: #181818;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
footer h3 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
footer h3 img{
	width:181px;
}

footer p {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #FFF;
}

footer p a {
	color: #FFF;
	text-decoration:none;
}

footer small {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	display: block;
}

.outposition{
	display:none;
}


}
/*===============================================
tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
body{
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}
}
/*===============================================
smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 767px) {
body{
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Sans-Serif;
}
header h1 {
margin: 15px 0 0 20px;
}

img{
max-width: 57%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}

article section.Intro {
  margin: 0 18px 0 18px;
}

article section.Intro h2 {
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	color: #181818;
}
article section.Intro p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #181818;
	margin-top: 0px;
}
article section.First {
	margin: 0 18px 10px 18px;
}
article section.First h2 {
	font-size: 22px;
	color: #181818;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
article section.First p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #181818;
	font-size: 14px;
}
article section.Second {
  margin: 0 18px 0 18px;
}
article section.Second h2 {
	font-size: 22px;
	color: #181818;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
article section.Second p {
	color: #181818;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
article section.Second h3 {
	background-color: #181818;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
}
article section.Second ul {
	margin-top: 0px;
	padding-top: 0px;
}
article section.Second ul li {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #181818;
	margin-top: 5px;
}
footer {
	background-color: #181818;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
footer h3 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
footer h3 img{
	width:181px;
	margin-left: 20px;
}

footer p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FFF;
	margin-left: 20px;
}

footer p a {
	color: #FFF;
	text-decoration:none;
}

footer small {
	width: auto;
  margin: o auto;
  padding: 0 10px 0 0;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	display: block;
}

.outposition{
	display:none;
}
}
