@charset "utf-8";
/* CSS Document */

header {
	width: 100%;
	height: 645px;
	position: relative;
	background: url("../img/top/key_pc.png") no-repeat top center;
}

header nav #logo {
	position: absolute;
	top: 500px;
	right: 50%;
	margin-right: -609px;
}

header nav #logo img{
	width: 1218px;
}

header .catch {
	position: absolute;
	top: 40px;
	right: 50%;
	margin-right: -530px;
}

header .read {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -550px;
}


article {
    width: 100%;
}

article section {
    /*width: 1100px;*/
}

article section h3 {
    letter-spacing: 0.3em;
	text-align: center;
}

article .first {
	width: 90%;
	padding: 60px 0px 0px 0px;
	text-align: center;
}

article .desu {
	margin: 0px 0px 20px 0px;
	clear: both;
}

article .mlead {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.8em;
	margin: 0px 0px 80px;
}

article .topics {
	background: url("../img/top/line_topics_pc.png"),url("../img/top/line_topics_pc.png");
	background-position: top center,bottom center;
	background-repeat: no-repeat,no-repeat;
	padding: 50px 0px 50px 0px;
	position: relative;
	width: 1100px;
	margin: 0px auto 80px;
}

article .topics h3 {
	position: absolute;
	top: 40%;
	left: 50px;
}

article .topics dl {
	width: 600px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

article .topics dl dt {
	width: 110px;
	margin: 0px 0px 0px 0px;
	float: left;
}

article .topics dl dd {
	width: 490px;
	margin: 0px 0px 0px 110px;
}

article .topics .label {
	position: absolute;
	top: 40%;
	right: 50px;
}

article .servicemenu h3 {
	margin: 0px 0px 50px;
}

article .servicemenu ul {
	width: 780px;
	margin: 0px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
article .servicemenu ul li {
	margin: 0px 0px 30px;
}

article .toresen {
	width: 100%;
	margin: 0px 0px 50px;
	text-align: center;
	background: url("../img/top/bg_closeup_pc.png") repeat top center;
	padding: 50px 0px 30px;
}

article .toresen h3 {
	margin: 0px 0px 0px;
	line-height: 0;
	display: none;
}

/*article .toresen div {
	background: url("../img/top/bg_closeup_pc.png") repeat top center;
	padding: 50px 0px 30px;
}*/

article .toresen .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1000px;
	margin: 0px auto;
}

article .toresen div {
	width: 480px;
}

article .toresen div .cap {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

article .toresen div p {
	color: #FFF;
	font-size: 0.8em;
	margin: 0px 0px 0px;
}

article .toresen div p img {
	vertical-align: middle;
}

article .special {
	width: 880px;
}

article .special h3 {
	margin: 0px 0px 50px;
}

article .special ul {
	width: 880px;
	margin: 0px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
article .special ul li {
	margin: 0px 0px 15px;
}

article .sns {
	width: 100%;
	background: url("../img/top/bg_sns_pc.png") repeat top center;
	padding: 80px 0px;
	margin: 0px 0px 100px;
}

article .sns table {
    width: 1000px;
	margin: 0px auto 40px;
}

article .sns p {
	margin: 0px 0px 0px;
	text-align: center;
}



article .books {
	width: 100%;
	margin: 0px 0px 0px;
}


article .books h3 {
	margin: 0px 0px 50px;
}

article .books ul {
	width: 1000px;
	margin: 0px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}

article .books ul li {
	margin: 0px 20px 50px;
	text-align: left;
	font-weight: 600;
	line-height: 1.3em;
}

article .books ul li p {
	font-size: 0.9em;
	margin: 0px 0px 0px;
}

article .books ul li img {
	width: 250px;
	margin: 0px 0px 10px;
}

article .books ul li a {
	margin: 10px 0px 0px;
}

@media screen and (max-width:768px) {

header {
	width: 100%;
	height: 85vw;
	position: relative;
	background: url("../img/top/key_sp.png") no-repeat top center;
	background-size: cover;
}

header nav #logo {
	position: absolute;
	top: 78vw;
	right: 0vw;
	margin-right: 0%;
	width: 100%;
}

header nav #logo img{
	width: 100%;
}

header .catch {
	position: absolute;
	top: 3vw;
	right: 3vw;
	margin-right: 0px;
	width: 30%;
}
	
header .catch img{
	width: 100%;
}

header .read {
	position: absolute;
	top: 37vw;
	left: 5vw;
	margin-left: 0px;
	width: 38%;
}

header .read img{
	width: 100%;
}

article {
    width: 100%;
}

article section {
    width: 90%;
	margin: 0px auto;
}
	
article section h3 {
    letter-spacing: 0.3em;
	text-align: center;
}

article .first {
	padding: 8% 0px 0px 0px;
	text-align: left;
}

article .desu {
	margin: 0px auto 5%;
	clear: both;
	width: 70%;
}
	
article .desu img {
	width: 100%;
}

article .mlead {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.8em;
	margin: 0px 0px 30px;
}

article .mlead span {
	font-size: 0.8em;
	line-height: 1em !important;
}
	
article .topics {
	background: url("../img/top/line_topics_pc.png"),url("../img/top/line_topics_pc.png");
	background-position: top center,bottom center;
	background-repeat: no-repeat,no-repeat;
	padding: 10% 0px 10% 0px;
	position: relative;
	width: 100%;
	margin: 0px auto 80px;
}

article .topics h3 {
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0px 0px 5%;
}

article .topics dl {
	width: 90%;
	margin: 0px auto 5%;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

article .topics dl dt {
	width: 20vw;
	margin: 0px 0px 0px 0px;
	float: left;
}

article .topics dl dd {
	width: 490px;
	margin: 0px 0px 0px 20vw;
}

article .topics .label {
	position: inherit;
	top: inherit;
	right: inherit;
}
	
article .topics div {
	text-align: center;
}

/*article .topics {
	width: 100%;
	margin: 0px auto 10%;
	text-align: left;
}

article .topics dt {
	width: 20vw;
	margin: 0px 0px 0px 0px;
	float: left;
}

article .topics dd {
	margin: 0px 0px 0px 20vw;
}*/
	
article .last_btn {
	margin: 0px 0px 20% 0px;
	text-align: center;
}
	
article .servicemenu h3 {
	margin: 0px 0px 5%;
}
	
article .servicemenu h3 img {
	height: 25px;
}
	

article .servicemenu ul {
	width: 100%;
	margin: 0px auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
article .servicemenu ul li {
	margin: 0px 0px 3%;
	width: 50%;
	text-align: center;
}
	
article .servicemenu ul li img {
	width: 90%;
}

article .toresen {
	width: 100%;
	margin: 0px 0px 20%;
	text-align: center;
	background: url("../img/top/bg_closeup_pc.png") repeat top center;
	padding: 10% 0px 5%;
}

article .toresen h3 {
	margin: 0px 0px 0px;
	line-height: 0;
	display: none;
}
	
article .toresen h3 img {
	height: 25px;
}
	
article .toresen .col {
	display: inherit;
	flex-wrap: inherit;
	justify-content: inherit;
	width: 90%;
	margin: 0px auto;
}
	
article .toresen div {
	width: 100%;
}

article .toresen div .cap {
	width: 100%;
	margin: 0px auto 0%;
}

article .toresen div p {
	color: #FFF;
	font-size: 0.8em;
	margin: 0px 0px 5%;
}

article .toresen div p img {
	vertical-align: middle;
	width: inherit;
}

	
article .special {
	width: 90%;
}
	
article .special h3 {
	margin: 0px 0px 5%;
}
	
article .special h3 img {
	height: 25px;
}

article .special ul {
	width: 100%;
	margin: 0px auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
article .special ul li {
	margin: 0px 0px 3%;
	width: 50%;
	text-align: center;
}
	
article .special ul li img {
	width: 90%;
}

/*article .servicemenu {
	width: 100%;
	margin: 0px auto 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
	
article .servicemenu li {
	width: 50%;
}
	
article .servicemenu li img {
	width: 100%;
}*/

article .sns {
	width: 100%;
	background: url("../img/top/bg_sns_pc.png") repeat top center;
	padding: 10% 0px;
	margin: 0px 0px 20%;
}
	
	
article .sns h3 img {
	height: 25px;
}

article .sns table {
    width: 70%;
	margin: 0px auto 10%;
}
	
article .sns table tr td {
	display: table-cell;
	padding: 3%;
}
	
article .sns table tr td img {
    width: 100%;
	margin: 0px auto 0px;
}

article .sns p {
	margin: 0px 0px 0px;
	text-align: center;
}
	
article .sns p img {
	width: 90%;
	margin: 0px auto 0px;
}
	
article .books {
	width: 100%;
	margin: 0px 0px 10%;
}


article .books h3 {
	margin: 0px 0px 5%;
}
	
article .books h3 img {
	height: 25px;
}

article .books ul {
	width: 90%;
	margin: 0px auto 0px;
	display: inherit;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}

article .books ul li {
	width: 60%;
	margin: 0px auto 10%;
	text-align: left;
	font-weight: 600;
	line-height: 1.3em;
}
	
article .books ul li p {
	font-size: 0.8em;
	margin: 0px 0px 0px;
}

article .books ul li img {
	width: 100%;
	margin: 0px auto 3%;
}

article .books ul li a {
	margin: 3% 0px 0px;
}
	
}


/*****************************************************************/