@charset "utf-8";

/* COMMON
--------------------------*/

section {
	font-family: "ヒラギノ角ゴ W3 JIS2004", 'Noto Sans Japanese',"Hiragino Kaku Gothic W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004 W3","メイリオ", Meiryo, sans-serif !important;
	max-width:1500px;
	margin:0 auto;
}
section.about a:hover {
	opacity:0.5;
	text-decoration:underline;
}
section.about h2 + p {
	line-height: 1.8;
}

section h1 + p.lead {
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 60px;
}
section h1 + p.lead span {
	display: block;
	padding-top: 27px;
	font-size: 1.8rem;
	line-height: 1;
}

section .itemLead {
	text-align:center;
	padding-top: 10px;
}
section .itemLead .lead {
	margin:70px auto 120px;
}

section dl {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 50px;
	padding: 0 0 50px;
	display: flex;
	border-bottom: #EEE solid 1px;
}
section dl.last {
	padding-bottom:30px;
	border: none;
}
section dl dt {
	width: 100%;
	max-width: 250px;
	position: relative;
	/* IE */
	flex-shrink: 0;
}
section dl dd {
	padding: 0 0 0 30px;
	margin-top: -1em;
}
section dl h2 {
	font-size:24px;
	margin-bottom:30px;
	font-weight: normal;
}

section dl.members {
	flex-direction:row-reverse;
	border: 1px solid #E5E5E5;
	padding: 30px;
}
section dl.members dt {
	width: 100%;
	max-width: 123px;
	position: relative;
}
section dl.members h2 {
	font-size:20px;
	margin-bottom:0;
}
section dl.members h3 {
	font-size:16px;
	margin-bottom:30px;
	font-weight: normal;
}
section dl.members dd {
	padding: 10px 30px 0 0;
}
section dl.members dt img{
	width: 100%;
}
section dl.members dd p {
	line-height: 1.8;
}

section > h2 {
	text-align: center;
    font-size: 2.4rem;
    line-height: 1.0;
    margin: 0 auto 60px;
    padding-top:40px;
}
section > h2 + ul {
	max-width:850px;
	margin:0 auto 80px;
}
section > h2 + ul {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 3em;
}
section > h2 + ul li {
	width: calc(100% - 20px);
	margin-bottom:15px;
}
section > h2 + ul li:last-child {
	margin-bottom:0;
}

hr.bottom {
	border-width: 1px;
	border: solid #E5E5E5;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: both;
	margin: 0 auto 60px;
}

.faqCont {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 118px auto 60px;
	padding: 26px 20px 27px;
}
.faqCont h2 {
	text-align: center;
	font-size: 22px;
	margin: 0 auto 50px;
	font-weight: normal;
}
.faqCont p {
	text-align:center;
	font-size: 16px;
	margin: 0 auto 25px;
	line-height: 1.8;
}
.faqCont ul {
	width:100%;
	max-width: 790px;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto 20px;
	justify-content: center;
}
.faqCont ul li {
	width: 31.6%;
	margin: 0 2.6% 0 0;
	position: relative;
}
.faqCont ul li a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 12px 0;
	box-sizing: border-box;
	border: solid 1px #000;
	text-align:center;
	line-height: 1.8;
}
.faqCont ul li a:hover {
	color: #FFF;
	background-color: #000;
}
.faqCont ul li:last-child {
	margin: 0;
}

.faqCont {
	position: relative;
	/*padding: 20px 0;
	border: #000 solid 1px;*/
}
.faqCont::before,
.faqCont::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.faqCont::after {
	left: auto;
	right: 0;
	width: 1px;
	height: 100%;
}
.faqCont .border_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.faqCont .border_box::before,
.faqCont .border_box::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.faqCont .border_box::after {
	right: auto;
	left: 0;
	width: 1px;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	.lead {
		padding: 0 20px;
	}
	.pageLink, .notesList, .seizureList {
		padding: 0 20px;
	}
	.faqCont {
		width: 98%;
	}
}

@media screen and (max-width: 890px) {
	section dl {
		margin-left:20px;
		margin-right:20px;
		width:calc(100% - 40px);
	}
}
@media screen and (max-width: 750px) {

}
@media screen and (max-width: 640px) {
	.faqCont {
		margin: 80px auto 60px;
	}
	.faqCont p {
		font-size: 14px;
	}
	.faqCont ul {
    	display: block;
	}
    .faqCont ul li {
	    width: 100%;
	    margin: 0 auto 16px;
	}
	.faqCont ul li a {
		font-size: 14px;
	}
	.faqCont h2 {
		text-align:left;
	}
	.faqCont h2 + p {
		text-align:left;
	}
}
@media screen and (max-width: 550px) {

	section h1 + p.lead {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	section dl h2 {
		font-size: 1.8rem;
		line-height: 1.4 !important;
	}
	section dl {
		flex-direction:column;
	}
	section dl dt {
		max-width:100%;
	}
	section dl dt img {
		display:block;
		margin:0 auto 30px;
	}
	section dl dd {
		margin-top:0;
		padding-left:0;
	}
	section > h2,
	section > h2 + p {
		text-align:left;
		margin-left:20px;
		margin-right:20px;
	}
	section dl.members {
		flex-direction:column;
		padding:20px;
	}
	section dl.members dt {
		max-width:100%;
	}
	section dl.members dt img{
		width: auto;
	}
	section dl.members dd {
		padding-right:0;
	}

	section dl h2 {
		font-size:18px;
		line-height:1.4;
		font-weight: normal;
	}
}


