@charset "utf-8";
/* CSS Document */
.mainMenu {
z-index: 10000;
}
/*PC*/
@media print, screen and (min-width: 768px) {
#contents {
overflow: visible !important;
}
#contents::before {
content: '';
background: url("../images/e_message/member_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 0.5;
position: fixed;
top: 160px;
right: 0;
width: 550px;
height: 500px;
z-index: -1;
}
#contents::after {
content: '';
background: url("../images/e_message/member_bg02.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 0.5;
position: fixed;
bottom: 0;
left: 0;
width: 800px;
height: 400px;
z-index: -2;
}
.member_list {
width: 90%;
margin: 50px auto 0;
}
.member_list li {
position: relative;
margin-bottom: 100px;
box-sizing: border-box;
box-shadow: 
40px 0px 0px -38px #1b3e87,
0px 40px 0px -38px #1b3e87,
0px -40px 0px -38px #1b3e87,
-40px 0px 0px -38px #1b3e87,
0 0 0 2px #23AAE0;
padding:40px;
box-sizing:border-box;
}

.member_list li:last-child {
margin-bottom: 0px;
}
.member_list li h3 {
font-size: 1.8em;
font-weight: bold;
line-height: 1.5;
margin: 0 0 50px;
color: #23AAE0;
}
.member_list li h4 {
display: inline-block;
background: #23AAE0;
padding: 10px;
font-size: 1.2em;
line-height: 1;
color: #FFF;
margin: 0 0 40px;
}
.member_list li .member_list_name {
font-size: 1.6em;
font-weight: bold;
letter-spacing: 0.1em;
}
.member_list li .member_list_name span {
color: #1b3e87;
}
.member_list li .btn {
margin:0 0 0 30px;
}


/*add20220818
-----------------------*/
.member_list_name_wrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}


/*-------下層----------*/
.member_hed {
position: relative;
z-index: 10;
position: relative;
margin-bottom: 60px;
}
.member_hed_txtbox {
margin: 50px auto 0;
}
.member_hed_txtbox .member_hed_tit {
line-height: 2em;
font-size: 2.4em;
font-weight: bold;
margin: 0 0 30px;
}
.member_hed_txtbox .member_hed_tit span {
padding: 3px 7px;
background: #1b3e87;
color: #fff;
}
.member_hed_txtbox .member_hed_txt {
font-size: 16px;
font-weight: 500;
line-height: 2.5em;
margin-bottom: 20px;
}
.member_hed_txtbox .member_hed_txt span {
padding: 3px 7px;
background: #23AAE0;
color: #fff;
}
.member_hed_txtbox .member_hed_txt span.cate {
background: #fff;
color: #23AAE0;
font-weight: bold;
}
.member_hed_txtbox p {
font-size: 2.8em;
font-weight: bold;
letter-spacing: 0.1em;
}
.member_hed_txtbox p span {
color: #1b3e87;
}
.profile {
padding: 30px 0px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.profile_tit {
flex-basis: 15%;
max-width: 15%;
font-size: 24px;
font-weight: 400;
font-family: 'Antic Didone', serif;
}
.profile_txt {
flex-basis: 80%;
max-width: 80%;
}
.member_detail {
background: #eee;
padding: 50px;
margin-bottom: 50px;
box-sizing: border-box;
}
.member_detail_txt {
line-height: 2em;
}
.btn {
margin: 0 auto;
margin-top: 50px;
}
.btn a {
width: 200px;
border-radius: 50px;
background: #1b3e87;
display: block;
box-sizing: border-box;
padding: 15px;
position: relative;
color: #fff;
text-align: center;
margin: 0 auto;
border: 1px solid #1b3e87;
font-weight: bold;
}
.btn a::before {
content: "";
display: block;
position: absolute;
top: 15px;
right: 20px;
font-family: "Font Awesome 5 Free";
content: "\f054";
color: #fff;
font-weight: bold;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn a:hover {
background: #fff;
color: #1b3e87;
}
.btn a:hover::before {
color: #1b3e87;
right: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
}
/*----------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 767px) {
#contents {
overflow: visible !important;
}
#contents::before {
content: '';
background: url("../images/e_message/member_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 0.5;
position: fixed;
top: 160px;
right: 0;
width: 250px;
height: 200px;
z-index: -1;
}
#contents::after {
content: '';
background: url("../images/e_message/member_bg02.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 0.5;
position: fixed;
bottom: 150px;
left: 0;
width: 400px;
height: 200px;
z-index: -2;
}
.member_list {
width: 100%;
margin: 0 auto;
}
.member_list li {
position: relative;
margin-bottom: 80px;
box-sizing: border-box;
box-shadow: 
20px 0px 0px -18px #1b3e87,
0px 20px 0px -18px #1b3e87,
0px -20px 0px -18px #1b3e87,
-20px 0px 0px -18px #1b3e87,
0 0 0 2px #23AAE0;
padding:20px;
box-sizing:border-box;
}
.member_list li::before {

}
.member_list li:last-child {
margin-bottom: 0px;
}
.member_list li h3 {
font-size: 1.4em;
font-weight: bold;
line-height: 1.5;
margin: 0 0 50px;
color: #23AAE0;
}
.member_list li h4 {
display: inline-block;
background: #23AAE0;
padding: 5px;
line-height: 1;
color: #FFF;
margin: 0 0 20px;
}
.member_list li .member_list_name {
font-size: 1.2em;
font-weight: bold;
letter-spacing: 0.1em;
margin: 0 0 20px;
text-align: right;
}
.member_list li .member_list_name span {
color: #1b3e87;
}
.member_list li .btn {
margin-top: 0px;
}
.member_list li .btn a {
margin: 0 0 0 auto;
}
/*-------下層----------*/
.member_hed {
position: relative;
z-index: 10;
position: relative;
width: 95%;
margin: 0 auto 50px;
}
.member_hed_txtbox {}
.member_hed_txtbox .member_hed_tit {
line-height: 2em;
font-size: 1.4em;
font-weight: bold;
margin: 0 0 20px;
}
.member_hed_txtbox .member_hed_tit span {
padding: 3px 7px;
background: #1b3e87;
color: #fff;
}
.member_hed_txtbox .member_hed_txt {
font-size: 12px;
font-weight: 500;
line-height: 2.5em;
margin-bottom: 10px;
}
.member_hed_txtbox .member_hed_txt span {
padding: 3px 7px;
background: #23AAE0;
color: #fff;
}
.member_hed_txtbox .member_hed_txt span.cate {
background: #fff;
color: #23AAE0;
font-weight: bold;
}
.member_hed_txtbox p {
font-size: 2.2em;
font-weight: bold;
letter-spacing: 0.1em;
}
.member_hed_txtbox p span {
color: #1b3e87;
}
.profile {
padding: 30px 0px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
margin-bottom: 30px;
}
.profile_tit {
margin: 0 auto;
font-size: 24px;
font-weight: 400;
font-family: 'Antic Didone', serif;
margin-bottom: 15px;
}
.profile_txt {
margin: 0 auto;
}
.member_detail {
background: #eee;
padding: 20px;
margin-bottom: 50px;
box-sizing: border-box;
}
.member_detail_txt {
line-height: 1.8em;
}
.btn {
margin: 0 auto;
margin-top: 50px;
}
.btn a {
width: 200px;
border-radius: 50px;
background: #1b3e87;
display: block;
box-sizing: border-box;
padding: 10px;
position: relative;
color: #fff;
text-align: center;
margin: 0 auto;
border: 1px solid #1b3e87;
font-weight: bold;
}
.btn a::before {
content: "";
display: block;
position: absolute;
top: 10px;
right: 20px;
font-family: "Font Awesome 5 Free";
content: "\f054";
color: #fff;
font-weight: bold;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn a:hover {
background: #fff;
color: #1b3e87;
}
.btn a:hover::before {
color: #1b3e87;
right: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


/*add20220818
-----------------------*/
.member_list_name_wrap {
}

}