@charset "utf-8";
/* basic
----------------------------------------------------------- */
/* list --------------- */
.list {
    list-style: disc;
    margin-left: 1.5em;
    text-align: left;
}
.list li {
    margin-bottom: 1em;
}
.listNum {
    list-style: none;
    counter-reset: list-counter;
    margin: 0;
}
.listNum > li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.listNum > li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    border: 1px solid #333;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 12px;
}
/* btn --------------- */
.btnBasic, .btnBack, .mypageNavi li {
    text-align: center;
}
.mypageNavi {
    margin-top: 35px;
}
.mypageNavi li {
    margin-bottom: 1.5em;
}
.btnBasic a, .btnBack a, .mypageNavi a {
    display: block;
    position: relative;
    border: 1px solid #c51729;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 25px 10px 20px;
    color: #c51729;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s linear;
}
.mypageNavi a {
    max-width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
.btnBasic a {
    width: 245px;
}
.btnBack a {
    width: 200px;
    margin-top: 2em;
}
.btnBasic a::after, .btnBack a::after, .mypageNavi a::after {
    position: absolute;
    right: 12px;
    content: "";
}
.btnBasic a::after {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 7px;
    height: 12px;
    background-image: url("../images/ic_arrow.svg");
    background-repeat: no-repeat;
    background-size: 7px 12px;
}
.btnRight  {
    display: flex;
    justify-content: flex-end;
}
.btnBasic.icMemberWt a {
    padding-right: 26px;
}
.btnBasic.icMemberWt a::after {
	position: absolute;
	width: 10px;
	height: 13.3px;
    top:18px;
	right: 20px;
	content: url("../images/ic_member.svg");
    background-image: none;
}
.btnBasic a::before, .btnBack a::before, .mypageNavi a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    transition: 0.2s linear;
}
.btnBasic a:hover, .btnBack a:hover, .mypageNavi a:hover {
    background-color: #c51729;
    color: #fff;
}
.btnBasic a:hover::after {
    background-image: url("../images/ic_arrow_wt.svg");
}
.btnBasic.icMemberWt a:hover::after {
    background-image: none;
    content: url("../images/ic_member_wt.svg");
}
.btnBasic a:hover::before, .btnBack a:hover::before, .mypageNavi a:hover::before {
    width: 0;
    height: 100%;
    left: 100%;
    top: 0;
}
/* table --------------- */
.tbl, .tblNarrow {
    width: 100%;
    font-size: 14px;
}
.tbl th, .tbl td, .tblNarrow th, .tblNarrow td {
    border: 1px solid #D8D8D8;
}
.tbl th, .tbl td {
    padding: 10px;
}
.tblNarrow th, .tblNarrow td {
    padding: 6px 10px;
}
.tbl th, .tblNarrow th {
    background-color: #F9F9F9;
    text-align: left;
    white-space: nowrap;
}
.icPdf a {
    display: inline-block;
    background: url("../images/ic_pdf.svg") no-repeat 1px 4px;
    background-size: 16px;
    margin-top: 4px;
    padding-left: 26px;
}
.icWord a {
    display: inline-block;
    background: url("../images/ic_word.png") no-repeat 0 2px;
    background-size: 21px;
    padding-left: 27px;
}
.icExcel a {
    display: inline-block;
    background: url("../images/ic_excel.png") no-repeat 0 2px;
    background-size: 21px;
    padding-left: 27px;
}
.icExternal a {
    background: url("../images/ic_external.svg") no-repeat right center;
    background-size: 11px;
    padding-right: 20px;
}
.box, .box02 {
    border: 1px solid #D7D7D7;
    padding: 10px 15px;
}
.box {
    background-color: #F7F7F7;
}
@media print, screen and (min-width: 768px) {
    .listNum > li {
        margin-bottom: 15px;
    }
    .btnBasic a, .btnBack a {
        padding: 14px 0;
        font-size: 15px;
    }
    .btnBasic a {
        width: 350px;
    }
    .btnBasic.icMemberWt a {
        width: 280px;
    }
    .btnBasic.icMemberWt a {
        padding-right: 10px;
    }
    .btnBasic.icMemberWt a::after {
        width: 12px;
        height: 15.97px;
        top: 24px;
        right: 32px;
    }
    .btnBack a {
     margin-top: 3em;
       width: 250px;
    }
   .btnBasic a::after {
        right: 40px;
    }
    .mypageNavi {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .mypageNavi li {
        width: calc((100% - 40px) / 2);
    }
    .mypageNavi a {
        font-size: 16px;
    }
    .tbl, .tblNarrow {
        font-size: 16px;
    }
    .tbl th, .tbl td {
        padding: 12px 25px;
    }
    .tblNarrow th, .tblNarrow td {
        padding: 5px 25px;
    }
    .icPdf a {
        background-position: 1px 2px;
        background-size: 18px;
        margin-top: 4px;
        padding-left: 27px;
    }
    .box, .box02 {
        padding: 15px 25px;
    }
}
/* color --------------- */
.colorSub {
    color: #777;
}
.colorStrong {
    color: #F00;
}
.marker {
    background:linear-gradient(transparent 60%, rgba(238,195,195,0.80) 60%);
}
/* news
----------------------------------------------------------- */
.newsListTop, .newsList {
    margin-bottom: 1.5em;
}
.newsListTop li, .newsList li {
    margin-bottom: 12px;
    font-size: 14px;
}
.areaNewsDateList, .areaNewsDate {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.areaNewsDateList {
    margin-bottom: 3px;
}
.areaNewsDate {
    margin-bottom: 0.8em;
}
.newsDate {
    padding-right: 12px;
    color: #666;
    font-size: 14px;
}
.icNews {
    width: 80px;
    padding: 1px 0;
    font-size: 10px;
    text-align: center;
}
.ctgNew {
    background-color: #E6E6E6;
}
.ctgNotice {
    background-color: #F5DBDB;
}
.newsDetail a {
    color: #333;
}
@media print, screen and (min-width: 768px) {
    .newsListTop {
        margin-bottom: 2em;
        text-align: center;
    }
    .newsList {
        margin-bottom: 3em;
    }
    .newsListTop li, .newsList li {
        margin-bottom: 20px;
        text-align: left;
        font-size: 15px;
    }
    .newsListTop li {
        width: 740px;
    }
    .newsListTop dl, .newsList dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .areaNewsDateList, .areaNewsDate {
        padding-right: 30px;
    }
    .areaNewsDateList {
        margin-bottom: 0;
    }
    .newsDate {
        padding-right: 25px;
        font-size: 15px;
    }
    .icNews {
        width: 110px;
        font-size: 12px;
    }
    .newsDetail {
        flex: 1;
    }
}
/* news detail --------------- */
.detailNewsDate {
    text-align: right;
    margin-bottom: 0.4em;
    color: #666;
    font-size: 1.4rem;
}
.ttlNews {
    margin-bottom: 1em;
    padding: 8px 2px 7px;
    font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
    .areaNewsList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .areaNewsList a {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 768px) {
    /* news --------------- */
    .areaNewsList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        font-size: 0.938em;
    }
    .areaNews {
        display: block;
    }
    .newsImg {
        width: 100%;
        max-width: none;
    }
    .news {
        margin-left: 0;
    }
    .areaNewsList::after {
        content: "";
        display: block;
        width: 31%;
    }
    .areaNewsList a {
        width: 31%;
        margin-bottom: 40px;
    }
    .detailNewsDate {
        font-size: 0.938em;
    }
    .ttlNews {
        font-size: 1.25em;
    }
}
/* academia --------------- */
.presidentName {
    padding-left: 1em;
    font-size: 18px;
    letter-spacing: 0.5em;
}
.urlBreak {
    overflow-wrap: break-word;
}
.flex2colPc {
    margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
    .presidentName {
        font-size: 20px;
    }
    .flex2colPc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .flex2colPc li {
        margin-right: 5em;
    }
}
/* prize --------------- */
.prizeList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.prizeList dt {
    width: 2em;
}
.prizeList dd {
    flex: 1;
}
.prizeListSub li {
    margin-bottom: 0.5em;
    padding-left: 2em;
    line-height: 1.5;
    text-indent: -2em;
}
/* newsletter --------------- */
.newsletterCard {
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
    padding: 10px 12px 10px 14px;
    font-size: 14px;
}
.newsletterIssue {
    margin-bottom: 0.6em;
}
.issueNumber {
    font-size: 16px;
}
.issueNumber a {
    display: inline-block;
    background: url("../images/ic_pdf.svg") no-repeat left 4px;
    background-size: 18px;
    padding-left: 30px;
    padding-right: 1.5em;
}
.issueDate {
    color: #777;
}
@media print, screen and (min-width: 680px) {
    .areaNewsletter {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsletterCard {
        width: calc((100% - 22px) / 2);
        margin-bottom: 22px;
    }
}
@media print, screen and (min-width: 768px) {
    .newsletterCard {
        width: calc((100% - 40px) / 2);
        margin-bottom: 40px;
        padding: 14px 15px 12px 30px;
        font-size: 15px;
    }
    .issueNumber {
        font-size: 18px;
    }
    .issueNumber a {
        background-size: 22px;
    }
}
/*  --------------- */
.officerList02 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
}
.officerList li, .officerList02 li {
    border-bottom: 1px solid #ECECEC;
    padding: 0.5em 0.8em;
}
.officerList02 li {
    width: calc((100% - 20px) / 2);    
}
.emptyItem {
    display: none;
}
.officer-tech {
    display: inline-block;
    width: 8.5em;
}
.officerNum {
    display: inline-block;
    width: 5em;
}
.ex-chairmanList {
    list-style: none;
    counter-reset: li;
    margin-left: 0;
}
.ex-chairmanList li {
    position: relative;
    margin-bottom: 0;
    padding-left: 50px;
}
.ex-chairmanList li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    counter-increment: li;
    content: counter(li)'.';
}
.officerType {
    padding-left: 1.5em;
    color: #8A8A8A;
}
.univ {
    color: #777;
    font-size: 14px;
}
.tblStrength tbody tr:nth-child(even) th, .tblStrength tbody tr:nth-child(even) td {
    background: rgba(224, 224, 224, 0.21);
}
@media print, screen and (min-width: 768px) {
    .officerList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .officerList::after {
        content: "";
        display: block;
        width: calc((100% - 40px) / 3);
    }
    .officerList li {
        width: calc((100% - 40px) / 3);
    }
    .officerList li.wide {
        width: 100%;
    }
    .officerList02::after {
        content: "";
        display: block;
        width: calc((100% - 100px) / 6);
    }
    .officerList02 li {
        width: calc((100% - 100px) / 6);
    }
    .officerList02 .emptyItem {
        display: block;
        border-bottom: none;
    }
}
/* faq
----------------------------------------------------------- */
.dlFaq {
    margin-bottom: 20px;
}
.dlFaq dt, .dlFaq dd {
    padding-left: 40px;
}
.dlFaq dt {
    position: relative;
    min-height: 28px;
    background-color: #F3F3F3;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    font-weight: 500;
}
.dlFaq dt::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "Q";
    color: #c51729;
    font-size: 24px;
}
.dlFaq dd {
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
}
.dlFaq dd::before {
    position: absolute;
    top: -6px;
    left: 13px;
    content: "A";
    color: #999;
    font-size: 24px;
}
@media print, screen and (min-width: 768px) {
    .dlFaq {
        margin-bottom: 60px;
    }
    .dlFaq dt, .dlFaq dd {
        padding-left: 60px;
    }
    .dlFaq dt {
        margin-bottom: 15px;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        font-size: 17px;
    }
    .dlFaq dt::before {
        top: -1px;
        left: 16px;
        font-size: 28px;
    }
    .dlFaq dd {
        margin-bottom: 45px;
        font-size: 16px;
    }
    .dlFaq dd::before {
        top: -7px;
        left: 18px;
        font-size: 28px;
    }
}
/* kemono --------------- */
.ttlKemono {
    font-size: 16px;
    line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
    .ttlKemono {
        font-size: 18px;
    }
}
/* library --------------- */
.tblOfficer {
    width: 100%;
    border-top: 1px solid #ECECEC;
}
.tblOfficer th, .tblOfficer td {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0 10px 2%;
}
.tblOfficer th {
    width: 30%;
    font-weight: 700;
    text-align: left;
}
.bdNone {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.tblOfficer td span {
    padding-left: 10%;
    color: #777;
}
@media print, screen and (min-width: 768px) {
    .tblOfficer th {
        width: 17em;
    }
    .tblOfficer th, .tblOfficer td {
        padding: 12px 0 12px 150px;
    }
    .tblOfficer td span {
        padding-left: 3em;
    }
}
/* contact
----------------------------------------------------------- */
.required {
	color: #c51729;
	font-weight: 400 !important;
	font-size: 0.8em;
}
.tblContact {
	width: 100%;
	border-top: 1px solid #EBEBEB;
}
.tblContact th {
	display: block;
	padding: 10px 0 0 5px;
	font-weight: 500;
	text-align: left;
}
.txtUpload {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
}
.tblContact td {
	display: block;
	border-bottom: 1px solid #EBEBEB;
	padding: 6px 5px 14px;
}
.box2S {
	width: 120px !important;
}
.boxS {
	width: 45% !important;
}
.boxM {
	width: 70% !important;
}
.boxL {
	width: 95% !important;
}
.mgnBox {
    margin-right: 10px !important;
}
.boxMes {
	width: 95%;
	height: 10em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.btnForm {
	width: 260px;
	height: 52px;
	display: block;
	background-color: #c51729;
	border: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	cursor: pointer;
}
.btnFormBack {
	width: 258px;
	height: 50px;
	display: block;
	background-color: #fff;
	border: 1px solid #c51729;
	color: #c51729;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	cursor: pointer;
}
.btnFormBack {
	margin-bottom: 1em;
}
.btnForm, .btnFormBack {
	margin-right: auto;
	margin-left: auto;
}
.btnFormBack:hover {
	opacity: 0.7;
}
.btnForm:hover {
	background-color: #fff;
	border: 1px solid #c51729;
	color: #c51729;
}
@media print, screen and (min-width: 768px) {
	.tblContact th {
		display: table-cell;
		width: 7em;
		border-bottom: 1px solid #EBEBEB;
		padding: 20px 0 20px 5px;
		white-space: nowrap;
	}
	.tblContact td {
		display: table-cell;
		padding: 20px 5px 20px 2em;
		vertical-align: middle;
	}
	.box2S {
		width: 30% !important;
	}
	.boxS {
		width: 45% !important;
	}
	.boxM {
		width: 70% !important;
	}
	.boxL {
		width: 95% !important;
	}
	.btnForm, .btnFormBack {
		height: 56px;
		padding: 1em 0;
	    font-size: 15px;
	}
	.btnForm {
		width: 300px;
	}
	.btnFormBack {
		width: 150px;
		margin: 0;
	}
	body.confirm .areaFormBtn {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	body.confirm .btnForm {
		margin-right: 0;
		margin-left: 200px;
	}
}
/* forum
----------------------------------------------------------- */
.dlForum dt {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
}
.dlForum dd {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    color: #666;
    line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
    .dlForum dt {
        margin-bottom: 8px;
        font-size: 17px;
    }
    .dlForum dd {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
}
