@charset "utf-8";
/* CSS Document */


/*共通部分-------------------------------------------------------------------------------*/


html {
	font-size: 100%;
}

body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.7;
	background-image: url("img/bg-imag.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 150px;
	
}

p {
	padding: inherit;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
	line-height: 40px;
}

h4 {
	text-align: center;
	line-height: 40px;
}

ul {
   list-style: none;
}


/*ヘッダー部分---------------------------------------------------------------------------*/

.logo {
	width: 550px;
	margin-top: 10px;
}

.info {
	list-style: none;
	font-size: 14px;
}

.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}

.main-nav li{
	margin: auto;
}

.main-nav a {
	color: #432;
}

.main-nav a:hover {
	color: #0bd;
}

.page-header {
	display: flex;
	justify-content: space-between;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 4%;
	align-content: center;
}

.main-content {
	margin-top: 100px;
}

.new-content {
	margin-top: 50px;
}

.p-new {
	border-bottom: solid;
	border-color: gray;
}

.tab-new {
	padding: 10px 20px;
}

.s-content-1 {
	text-align: center;
	width: 700px;
	align-content: left;
	margin-bottom: 100px;
}

.s-wrapper {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0 4%;
	align-content: center;
}

.s-p {
	background-color: #009977;
	padding-left: 10px;
}
	
/*フッター----------------------------------------------------------------------------*/

.footer {
    margin-top: 100px;
    font-size: 12px;
	color: gray;
	text-align: left;
	line-height: 12px;
	justify-content: space-between;
	}

.page-footer {
	display: flex;
	justify-content: space-between;
}

.footer-wrapper{
	max-width: 550px;
	margin: 0 auto;
	padding-top: 80px;
}

.copyright{
	text-align: center;
	max-width: 550px;
	margin-top: 50px;
	margin: 0 auto;
	padding: 0 4%;
	}

	
/*mobile版-------------------------------------------------------------------*/

@media (max-width: 600px) {
	h1 {
		color: #0bd;
	}
	
	.page-title {
		font-size: 2.5rem;
	}
	
	/*ヘッダー*/
	
	.main-nav {
		font-size: 1rem;
		margin-top: 10px;
	}
	
	.main-nav li {
		margin: 0 20px;
	}
	
	
	/*ホーム-----------------------------------------------------------------------------*/
	
	.home-content {
		margin-top: 20%;
	}
	
	.page-header {
		flex-direction: column;
		align-items: center;
	}
	
	}
