@charset "UTF-8";

/* *****************************************************
*	pagetitle
*  contents
*	media queries
* *****************************************************/

/* *****************************************************
*	contents
* *****************************************************/
/* div.container{
	padding-top: 87px;
} */

/* div.pagetitle{
	margin-bottom: 30px;
} */

div.contents > h3 {
	position: relative;
	margin-bottom: 45px;
	padding: 0 0 5px 20px;
	color: #60411d;
	border-bottom: 1px solid #60411d;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

div.contents > h3::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #cfc6bb;
}

div.anshinr{
	position: relative;
	margin: 0 20px 45px;
}

div.anshinr p{
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.anshinr p:nth-of-type(2){
	width: 845px;
	margin-bottom: 40px;
}

div.anshinr p:last-of-type{
	margin-bottom: 0;
}

div.anshinr a{
	display: block;
	color: #60411d;
	text-decoration: underline;
	word-break: break-all;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.anshinr a span{
	position: relative;
}

div.anshinr a span::after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 1px;
	right: -24px;
	background: url(../memberlist/images/link_icn.svg) no-repeat;
}

div.anshinr figure:first-of-type{
	margin-bottom: 30px;
	line-height: 0;
}

div.anshinr figure:last-of-type{
	position: absolute;
	top: 55px;
	right: 0;
	width: 130px;
	height: 130px;
}

div.anshinr figure:last-of-type img{
	width: 100%;
}

div.detail_wrap{
	margin: 0 0 45px;
}

div.detail_wrap p{
	margin: 0 20px 25px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.detail_wrap dl{
	margin: 0 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.detail_wrap > dl > dt{
	margin-bottom: 15px;
}

div.detail_wrap　> dl > dd{
	margin: 0 25px;
}

div.detail_wrap > dl > dd > ul > li dl{
	line-height: 1.4;
}

div.detail_wrap > dl > dd > ul > li dl dt{
	font-weight: bold;
	color: #a3ce6d;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 2px;
}

div.detail_wrap > dl > dd > ul > li dl dd span{
	display: block;
	margin-bottom: 15px;
}

div.detail_wrap > dl > dd > ul > li{
	margin-bottom: 15px;
}

div.detail_wrap h4{
	margin-bottom: 20px;
	padding: 12px 14px 10px;
	background: #efe8d8;
	color: #60411d;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

div.detail_wrap ol{
	margin: 20px 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}

div.detail_wrap ol li{
	position: relative;
	padding-left: 22px;
}

div.detail_wrap ol li::before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #a3ce6d;
	border-radius: 50%;
}

div.detail_wrap ol li::after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 11px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

div.detail_wrap ol li:not(:last-child){
	margin-bottom: 10px;
}

ul.pdf{
	margin-bottom: 60px;
}

ul.pdf li{
	position: relative;
}

ul.pdf li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background: linear-gradient(to right, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background-size: 5px 1px;
}

ul.pdf li dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 20px 18px;
}

ul.pdf li dl dt {
	font-weight: bold;
	font-size: 1.8rem;
}

ul.pdf li dl dd a:hover {
	text-decoration: underline;
}

ul.pdf li dl dd a span {
	position: relative;
	padding-left: 35px;
}

ul.pdf li dl dd a span::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../memberlist/images/Adobe_file.png) no-repeat;
}

ul.pdf li dl dd a {
	display: block;
	position: relative;
	font-size: 1.6rem;
}

ul.pdf li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background: linear-gradient(to right, #60411d 0%,#60411d 40%,#fff 40%,#fff 100%);
	background-size: 5px 1px;
}

ul.linkbtn li{
	width: 900px;
	margin: 0 auto;
}

ul.linkbtn li:not(:last-of-type){
	margin-bottom: 30px;
}

ul.linkbtn li a{
	position: relative;
	display: block;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #60411d;
	color: #60411d;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	-moz-transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

ul.linkbtn li:nth-of-type(2) a{
	display: block;
	height: 150px;
	font-size: 3.6rem;
}

ul.linkbtn li:nth-of-type(2) a::before{
	content:"";
	position: absolute;
	width: 80px;
	height: 77px;
	background: url(../memberlist/images/linkbtn01.svg) no-repeat;
	top: 33px;
	left: 155px;
}

ul.linkbtn li a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}


ul.linkbtn li a span em{
	display: block;
	margin-bottom: 15px;
	font-style:normal;
	font-size: 2.6rem;
}

ul.linkbtn li a:hover {
	color: #fff;
	background: #60411d;
}

ul.linkbtn li:nth-of-type(2) a:hover::before{
	content:"";
	position: absolute;
	width: 80px;
	height: 77px;
	background: url(../memberlist/images/linkbtn01_hover.svg) no-repeat;
	top: 33px;
	left: 155px;
}

/* *****************************************************
*	memberlist
* *****************************************************/
div.memberlist_contents > h2 {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 5px 20px;
	color: #60411d;
	border-bottom: 1px solid #60411d;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

div.memberlist_title{
	position: relative;
	width: 850px;
	margin: 0 auto 80px;
	padding: 28px 0;
}

div.memberlist_title > p{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #00A400;
	text-align: center;
	line-height: 1.5;
}

div.memberlist_title > p > span{
	position: relative;
	display: inline-block;
	padding: 0 162px 0 135px;
}

div.memberlist_title > p > span > em{
	font-style: normal;
	font-weight: bold;
}

div.memberlist_title > p > span::before{
	content:"";
	position:absolute;
	width: 73px;
	height: 83px;
	top:50%;
	left:0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../memberlist/images/memberlist_logo.png) no-repeat;
}

div.memberlist_title > p > span::after{
	content:"";
	position:absolute;
	width: 149px;
	height: 127px;
	top:50%;
	left:auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../memberlist/images/memberlist_image.png) no-repeat;
	margin-top: 3px;
}

div.memberlist_contents > p {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

div.table-container:not(:last-of-type){
	margin-bottom: 100px;
}

table {
	width: 100%;
	font-size: 1.6rem;
}

table > thead > tr {
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
}

table > thead > tr > th {
	width: 400px;
	height: 35px;
	background: #ddd;
	font-weight: bold;
	text-align: center;
}

table > thead > tr > th:nth-of-type(4){
	line-height: 1.4;
}

table > thead > tr > th:nth-child(3){
 	width: 180px;
}

table > thead > tr > th:nth-of-type(4){
	width: 180px;
	padding: 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

table > tbody > tr:not(:last-child) {
	border-bottom: 2px solid #d5d5d5;
}

table > tbody > tr:last-child {
	border-bottom: 2px solid #000;
}

table > thead > tr > th:not(:last-child) {
	border-right: 2px solid #d5d5d5;
}

table > tbody > tr > td {
	line-height: 1.4;
	height: 54px;
	padding: 0 15px;
	font-weight: bold;
}

table > tbody > tr > td > a{
	position: relative;
	-webkit-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-ms-transition: 0.7s ease;
	transition:0.7s ease;
	background: linear-gradient(transparent 95%, #000000 95%)
}

table > tbody > tr > td > a:hover{
	opacity: 0.5;
}

table > tbody > tr > td:nth-last-of-type(2),
table > tbody > tr > td:last-child {
	text-align: center;
}

table > tbody > tr > td:not(:last-child) {
	border-right: 2px solid #d5d5d5;
}

/* *****************************************************
*	media queries
* *****************************************************/
@media screen and (min-width: 960px){
/* pagetitle
-------------------------------------------------------*/
div.pagetitle{
	background: url(../memberlist/images/title-img.jpg) no-repeat center;
	background-size:cover;
}

*::-ms-backdrop, div.pagetitle > h1::before {
	top: -10px;
}

div.pagetitle > h1{
	color: #fff;
}

div.memberlist_title::before{
	content: "";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 852px;
	height: 153px;
	background: url(../memberlist/images/bg_back.svg) no-repeat;
	margin-top: 7px;
}
}

@media screen and (min-width: 960px){
div.scroll-img{
	display: none;
}
}

@media screen and (max-width: 959px){
/* pagetitle
-------------------------------------------------------*/
div.container{
	padding-top: 80px;
}

div.pagetitle{
	background:url(../memberlist/images/title-img_sp.jpg) center center no-repeat;
	background-size:cover;
}

div.pagetitle > h1{
	color: #fff;
}

*::-ms-backdrop, div.pagetitle > h1::before {
	top: -8px;
}

/* contens
-------------------------------------------------------*/
div.contents > h3 {
	margin: 0 10px 30px;
	padding-left: 5px;
	font-size: 2.0rem;
}

div.anshinr{
	margin: 0 10px 45px;
}

div.anshinr p:nth-of-type(2){
	width: 100%;
	margin-bottom: 10px;
}

div.anshinr a{
	margin-bottom: 20px;
}

div.anshinr figure:first-of-type{
	height: 0;
	padding-top: 548%;
	background: url(../memberlist/images/about_anshinr_sp.jpg) no-repeat;
	background-size: contain;
}

div.anshinr figure:first-of-type img{
	display: none;
}

div.anshinr figure:last-of-type{
	width: 150px;
	height: 150px;
	position: static;

}
div.detail_wrap{
	margin: 0 10px 25px;
}

div.detail_wrap p{
	margin: 0 0 20px;
}

div.detail_wrap dl,
div.detail_wrap dl dd{
	margin: 0;
}

div.detail_wrap ol{
	margin: 20px 10px;
}

div.detail_wrap h4{
	padding: 12px 10px 10px;
	font-size: 1.8rem;
}

div.detail_wrap > dl > dd > ul > li dl dt{
	font-size: 16px;
	font-size: 1.6rem;
}

ul.pdf{
	margin: 0 10px 35px;
}

ul.pdf li dl{
	display: block;
	padding: 20px 10px 18px;
}

ul.pdf li dl dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

ul.pdf li dl dd a{
	height: 50px;
	border: 1px solid #60411d;
}

ul.pdf li dl dd a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

ul.linkbtn{
	margin: 0 20px;
}

ul.linkbtn li{
	width: 100%;
}

ul.linkbtn li a{
	width: 100%;
	height: 50px;
	padding: 15px 0;
	font-size: 1.6rem;
}

ul.linkbtn li:nth-of-type(2) a{
	width: 100%;
	height: 140px;
	font-size: 2.2rem;
}

ul.linkbtn li a:hover {
	color: #fff;
	background: #60411d;
}

ul.linkbtn li:nth-of-type(2) a span{
	margin-top: 20px;
}

ul.linkbtn li:nth-of-type(2) a::before {
	width: 40px;
	height: 38px;
	background: url(../memberlist/images/linkbtn01.svg) no-repeat;
	top: 15px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: 40px 38px;
}

ul.linkbtn li:nth-of-type(2) a:hover::before {
	width: 40px;
	height: 38px;
	background: url(../memberlist/images/linkbtn01_hover.svg) no-repeat;
	top: 15px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: 40px 38px;
}

ul.linkbtn li:nth-of-type(2) a span em{
	margin-bottom: 10px;
	font-size: 1.6rem;
}

ul.linkbtn li:not(:last-of-type) {
	margin-bottom: 20px;
}

div.memberlist_title{
	width: 100%;
	margin-bottom: 40px;
	border: 2px solid #00A400;
	padding: 15px 0;
}

div.memberlist_title::before{
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -16px;
	border: 13px solid transparent;
	border-top: 13px solid #FFF;
	z-index: 2;
	background: none;
}

div.memberlist_title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #00A400;
	z-index: 1;
}

div.memberlist_title > p{
	font-size: 18px;
	font-size: 1.8rem;
}

div.memberlist_title > p > span{
	padding: 0 110px 0 25px;
}

div.memberlist_title > p > span::before{
	display: none;
	width: 43px;
	height: 53px;
	background-size: 43px 53px;
}

div.memberlist_title > p > span::after{
	width: 120px;
	height: 102px;
	background-size: 120px 102px;
	margin-top: 6px;
}

div.memberlist_contents{
	padding: 0 10px;
}

div.memberlist_contents > p {
	font-size: 18px;
	font-size: 1.8rem;
}

div.memberlist_contents h2{
	margin: 0 0 30px;
	padding-left: 5px;
	font-size: 2.0rem;
}

div.table-container{
	overflow: auto;
	white-space: nowrap;
}

div.table-container:not(:last-of-type) {
	margin: 0 0 80px;
}

div.scroll-img {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

div.scroll-img > img {
	max-width: 100%;
	height: auto;
}

table > tbody > tr > td {
	height: 40px;
	padding: 0 20px;
	font-weight: bold;
}
}

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

ul.linkbtn li:first-of-type a::before{
	top: 11px;
	left: 20px;
}

ul.linkbtn li:first-of-type a:hover::before{
	top: 11px;
	left: 20px;
}

div.memberlist_title > p > span > em{
	display: inline-block;
	font-style: normal;
}

div.memberlist_title > p > span::after{
	right: -10px;
	width: 130px;
	height: 111px;
	background-size: 130px 111px;
	margin-top: 14px;
}
}
