@charset "UTF-8";

.mv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px 50px;
}

.sp{
	display: none;
}
.nav > li:nth-child(7) > a {
    color: #A01F24;
}
.wrapper{
	max-width: 980px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 20px 15px 100px;
}
.main_wrap{
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    display: flex;
    margin-bottom: 5%;
}
.left_cont{
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
}
.right_cont{
	width: 200px;
    margin-left: 30px;
}
.wrapper h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 80px;
	padding: 5px 10px;
	border-bottom: dotted 2px;
}
.wrapper h3{
	font-size: 30px;
	font-weight: bold;
}
.wrapper p{
	margin: 50px 0 100px;
	line-height: 30px;
	font-size: 15px;
}


.subNav {
    width: 200px;
    position: relative;
}

.subNav li.top {
    background: #ed002f;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: block;
}

.subNav li {
    width: 100%;
    display: inline;
    /* border-bottom: #000 1px dotted; */
}

.subNav li a {
    padding: 15px 15px 15px 20px;
    text-align: left;
    display: block;
    position: relative;
    border-bottom: #000 1px dotted;
		color: #000;
		font-weight: 700;
}
.subNav li a:hover {
	color: #ed002f;
}
.subNav li .current {
    color: #ed002f;
}
.subNav li a:after {
    content: '';
    margin-top: -4px;
    top: 50%;
    left: 2px;
    width: 8px;
    height: 8px;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.member_list{
	margin-top: -50px;
}
.member{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.member a{
	width: 23%;
	margin-bottom: 20px;
}
.member a:hover img{
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	.left_cont {
		width: 96%;
		margin: 0 auto;
	}
	.right_cont {
		width: 96%;
		margin: 10% auto 0;
	}
	.subNav {
		width: 96%;
	}
	.main_wrap{
		flex-wrap: wrap;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.wrapper h2 {
		text-align: center;
		font-size: 23px;
	}
	.wrapper h3 {
		font-size: 23px;
		font-weight: bold;
	}
	.member a{
		width: 48%;
		margin-bottom: 20px;
	}
}