@charset "UTF-8";

/* **************************************************

Name: add.css

Create: 2023.03.24

***************************************************** */


/* メインページ
=========================================================================================== */
#header {
    height: 65px;
}
@media screen and (max-width: 767px) {
    #headerCover {
        height: 66px;
    }
    #header {
        min-height: 65px;
    }
}

#contentsArea {
    color: #000000;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    line-height: 24px;
    text-align: center;
    padding-bottom: 0;
}
#contentsArea .borderBox {
    border: 1px solid #00a7ce;
    margin-bottom: 100px;
    padding: 22px 25px 44px;
    box-sizing: border-box;
}
#contentsArea h2.titleType02 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 56px;
}
#contentsArea h2.titleType02:before,
#contentsArea h2.titleType02:after {
    content: "◆";
    color: #77bbe8;
    display: inline-block;
    font-size: 14px;
    vertical-align: 4px;
}
#contentsArea h2.titleType02:before {
    padding-right: 10px;
}
#contentsArea h2.titleType02:after {
    padding-left: 10px;
}
#contentsArea hr {
    border-top: 2px solid #e3e3e3;
    margin: 30px 0 5px;
}
#contentsArea .btn {
    border: 1px solid #00a7ce;
    color: #00a7ce;
    display: inline-block;
    /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    text-decoration: none;
    margin-bottom: 30px;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    transition: .3s;
    position: relative;
    cursor: pointer;
}
#contentsArea .btn:after {
    content: "";
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    border-top: 1px solid #00a7ce;
    border-right: 1px solid #00a7ce;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
#contentsArea .btn:hover {
    background-color: #00a7ce;
    color: #fff;
}
#contentsArea .btn:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#contentsArea .btnBg {
    background-color: #f57d26;
    border-color: #f57d26;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 12px;
    width: 350px;
}
#contentsArea .btnBg:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#contentsArea .btnBg:hover {
    background-color: #fff;
    color: #f57d26;
}
#contentsArea .btnBg:hover:after {
    border-top: 1px solid #f57d26;
    border-right: 1px solid #f57d26;
}
#contentsArea .caution {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: right;
}
#contentsArea .captionArea {
    text-align: left;
    margin: 20px 0 0;
}
#contentsArea .captionArea .listStyle01 .indentText {
    margin-left: 1rem;
    text-indent: -1rem;
}

@media screen and (max-width: 767px) {
    #contentsArea h2.titleType02 {
        font-size: 19px;
        margin-bottom: 28px;
    }
    #contentsArea h2.titleType02:before,
    #contentsArea h2.titleType02:after {
        vertical-align: 2px;
    }
    #contentsArea .btnBg {
        width: 100%;
    }
    #contentsArea .caution {
        text-align: center;
    }
}
.pageTitle {
    background: url("../images/main.jpg") top center no-repeat;
    background-size: contain;
    overflow: hidden;
    height: auto;
    margin-bottom: 45px;
    padding-top: 28.67%;
}
@media screen and (max-width: 767px) {
    .pageTitle {
        background: url("../images/main_sp.jpg") top center no-repeat;
        background-size: contain;
        margin-bottom: 22px;
        padding-top: 80%;
    }
}
@media screen and (min-width: 1501px) {
    .pageTitle {
        margin: 0 auto 45px;
        padding-top: 0;
        height: 430px;
    }
}

.ContentsList > dt {
    background-color: #dcf3f7;
    color: #01479d;
    padding: 14px 28px;
    margin-bottom: 20px;
}
.ContentsList:nth-child(even) > dt {
    background-color: #b7e3eb;
}

.ContentsList > dd {
    margin-bottom: 30px;
}
.ContentsList dd h3 {
    color: #00a7ce;
    margin: 0 auto 30px;
    width: 326px;
}
.ContentsList dd h3:after {
    content: "";
    display: block;
    border-bottom: 1px solid #00a7ce;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ContentsList dd .title {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 30px;
}
.ContentsList dd .name {
    font-size: 14px;
}
.ContentsList dd .name span {
    font-size: 20px;
    margin-left: 15px;
}
.ContentsList dd dl.NameAlign {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
    margin: 0 auto;
}
.ContentsList dd dl.NameAlign.greetings {
	width: 241px;
}
.ContentsList dd dl.NameAlign dt {
	display: flex;
	justify-content: center;
	flex: auto;
}

@media screen and (max-width: 767px) {
    .ContentsList dd h3 {
        width: 200px;
    }
    .ContentsList dd .name span {
        margin-left: 0;
    }
	.ContentsList dd dl.NameAlign.greetings {
		width: 238px;
	}
}

.dlList {
    margin-bottom: 30px;
}
.dlList > dt {
    background-color: #dcf3f7;
    color: #01479d;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.dlList:nth-child(even) > dt {
    background-color: #b7e3eb;
}

#pageTop.floating {
    right: 10px;
    bottom: 10px;
}


/* ポップアップ
=========================================================================================== */
#contentsArea.popup {
    color: #01479d;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding: 20px;
    text-align: justify;
    position: relative;
}
#contentsArea.popup h1 {
    background-color: #58a2c3;
    color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
}

#contentsArea.popup .prof1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#contentsArea.popup .prof1 .profImg {
    display: inline-block;
    vertical-align: top;
    width: 197px;
}
#contentsArea.popup .prof1 .profImg img {
    max-width: 197px;
    width: 100%;
    height: auto;
}
#contentsArea.popup .prof1 .profTxt {
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #01479d;
    border-bottom: 2px solid #01479d;
    height: 245px;
    width: calc(100% - 218px);
    margin-left: 15px;
    padding: 35px 0 0 15px;
    box-sizing: border-box;
}
#contentsArea.popup .prof1 .profTxt .name {
    margin-top: 35px;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    #contentsArea.popup .prof1 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 599px) {
    #contentsArea.popup {
        padding: 20px 20px 50px;
    }
    #contentsArea.popup .prof1 .profTxt {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 15px 0;
    }
    #contentsArea.popup .prof1 .profImg {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
}

#contentsArea.popup .profTable td {
    vertical-align: top;
}

.tableNotes {
    margin-top: 6px;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}
.textNotes {
    margin-top: 6px;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.closeBtn {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.closeBtn a {
    color: #647500;
    display: inline-block;
    padding-left: 32px;
    position: relative;
    text-decoration: none;
    transition: .3s;
}
.closeBtn a:hover {
    color: #9eb901;
}
.closeBtn a:before,
.closeBtn a:after {
    content: "";
    display: block;
    background: #58a2c3;
    height: 1px;
    width: 26px;
    position: absolute;
    top: 50%;
    top: 40%\9;
    left: 0;
}
@media all and (-ms-high-contrast: none) {
    .closeBtn a:before,
    .closeBtn a:after {
        top: 40%;
    }
}
.closeBtn a:before {
    transform: rotate(-45deg);
}
.closeBtn a:after {
    transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
    .closeBtn {
        padding: 10px 0;
    }
}


/* 共通
=========================================================================================== */
.mb0 {margin-bottom: 0 !important;}
.pl1rem {padding-left: 1rem !important;}
.taL { text-align: left!important; }
.taR { text-align: right!important; }
.taC { text-align: center!important; }

/* symposium2025
=========================================================================================== */
#contentsArea {
    font-weight: bold;
}
#contentsArea h2.titleType02 {
    font-weight: bold;
}
#contentsArea img {
    max-width: 100%;
    height: auto;
}
#contentsArea a {
    color: #000000;
}
#contentsArea a:hover {
    text-decoration: none;
}
.titleType01 {
    background-color: #58a2c3;
    margin-bottom: 5px;
    padding: 14px 10px 13px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ancList {
    width: 100%;
    margin-bottom: 45px;
}
.ancList li {
    float: left;
    width: 16%;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    box-sizing: border-box;
}

/* (3)(4)追加、その他横幅の割合変更*/
.ancList li:nth-child(1) {
    width: 17.5%;
}
.ancList li:nth-child(2) {
    width: 17.5%;
}
.ancList li:nth-child(3) {
    width: 21%;
}
.ancList li:nth-child(4) {
    width: 21%;
}
.ancList li:nth-child(5) {
    width: 23%;
}
.ancList li:first-child {
    border-left: none;
}
.ancList li:last-child {
    border-right: none;
}
.ancList li a {
    position: relative;
    display: table;
    width: 100%;
    background: #d9d9d9;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    transition: 0.2s;
}
.ancList li a:hover {
    background: #c8c8c8;
}
.ancList li a::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(135deg);
    transition: 0.2s;
}
.ancList li a:hover::before {
    bottom: 10px;
}
.ancList li a .ancListCell {
    display: table-cell;
    padding: 10px 10px 25px 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 130%;
}

.greetingArea {
    display: table;
    width: 100%;
    margin-bottom: 80px;
    text-align: left;
}
.greetingArea .greetingBox {
    width: 100%;
    padding: 30px 20px;
    background-color: #d6eafa;
    box-sizing: border-box;
}
.greetingArea .greetingBox:first-child {
    border-right: solid 1px #ffffff;
}
.greetingArea .greetingBox:last-child {
    border-left: solid 1px #ffffff;
}
.greetingDefine {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 25px auto;
}
.greetingDefine dt {
    float: right;
    width: 120px;
}
.greetingDefine dd {
    float: left;
    display: table;
    width: calc(100% - 135px);
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
}
.greetingDefine dd .greetingCell {
    display: table-cell;
    vertical-align: middle;
}
.greetingName {
    margin-top: 20px;
}
.greetingBox .greetingText {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 16px;
}
.greetingBox .greetingText:last-child {
    margin-bottom: 0;
}
.sectionBlock {
    margin-bottom: 60px;
}
#contentsArea .sectionBlock:last-child {
    margin-bottom: 100px;
}
.tableType01,.committeeTable {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.tableType01 th,.committeeTable th {
    border: none;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 230px;
    padding: 10px;
    background-color: #58a2c3;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}
.committeeTable th {
    font-weight: normal!important;
    color: #000000!important;
}
.tableType01 td,.committeeTable td {
    border: none;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    padding: 10px;
    background-color: #d6eafa;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
}
td.celColor01 {
    background-color: #cde0ef!important;
}
.tableType01 td:first-child,.tableType01 th:first-child,.committeeTable .leftCel {
    border-left:none;
}
.tableType01 tr:first-child td,.tableType01 tr:first-child th,.committeeTable tr:first-child td,.committeeTable tr:first-child th {
    border-top:none;
}
.committeeTable th,.committeeTable td {
    vertical-align: top;
}

.w4em {
    display: inline-block;
    width: 4em;
}
.paragraph {
    margin-bottom: 1.2em;
}
.tableType01 td .paragraph:last-child,.committeeTable td .paragraph:last-child {
    margin-bottom: 0;
}
.joinBtn {
    margin-top: 50px;
}
.linkType01 {
    position: relative;
    padding-right: 17px;
    color: #000000;
}
.linkType01::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    transform: rotate(45deg);
}
.linkType01:hover::before {
    right: 0;
}
.iconPDF {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 7px;
    padding: 4px 7px 3px 7px;
    border-radius: 5px;
    background-color: #e60027;
    font-size: 12px;
    color: #ffffff;
    line-height: 100%;
}
.tableInBtn {
    margin-top: 15px;
}
.tableInBtn .btn {
    margin-bottom: 0!important;
    background-color: #ffffff;
}
.breakAll {
    word-break: break-all;
}
.indent4List {
    display: table;
    width: 100%;
}
.indent4List dt {
    display: table-cell;
    width: 4em;
    vertical-align: top;
}
.indent4List dd {
    display: table-cell;
    vertical-align: top;
}
.indent01 {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}
@media screen and (max-width: 767px) {
    .ancList {
        margin-bottom: 25px;
    }
    .ancList li {
        width: 50%!important;
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
    }
    .ancList li a .ancListCell {
        padding: 5px 5px 20px 5px;
        font-size: 14px;
    }
    .ancList li:nth-child(even) {
        border-right: none;
    }
    .ancList li:nth-child(odd) {
        border-left: none;
    }
    .ancList li:last-child {
        border-right: solid 1px #ffffff;
    }
    .ancList li a::before {
        bottom: 10px;
        left: calc(50% - 3px);
        width: 6px;
        height: 6px;
    }
    .ancList li a:hover::before {
        bottom: 8px;
    }
    .greetingArea {
        display: block;
        margin-bottom: 40px;
    }
    .greetingArea .greetingBox {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }
    .greetingDefine {
        max-width: 380px;
    }
    .greetingDefine dt {
        width: 80px;
    }
    .greetingDefine dd {
        width: calc(100% - 95px);
        font-size: 16px;
    }
    .greetingBox .greetingText {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .greetingName {
        margin-top: 10px;
    }
    .greetingBox .greetingText {
        margin-bottom: 15px;
    }
    .titleType01 {
        padding: 10px;
        font-size: 16px;
    }
    .tableType01 {
        display: block;
    }
    .tableType01 tr,.tableType01 tbody {
        display: block;
        width: 100%;
    }
    .tableType01 th {
        display: block;
        width: 100%;
        padding: 8px 10px 7px 10px;
        border: none;
        font-size: 14px;
    }
    .tableType01 td {
        display: block;
        width: 100%;
        padding: 8px 10px 10px 10px;
        border: none;
        border-bottom: solid 2px #ffffff;
        font-size: 14px;
    }
    .committeeTable th,.committeeTable td {
        font-size: 14px;
        line-height: 130%;
    }
    .sectionBlock {
        margin-bottom: 40px;
    }
    #contentsArea .sectionBlock:last-child {
        margin-bottom: 70px;
    }
    .joinBtn {
        margin-top: 40px;
    }
    .linkType01 {
        padding-right: 14px;
    }
    .linkType01::before {
        bottom: 3px;
        right: 2px;
        width: 6px;
        height: 6px;
        border-top: solid 1px #333333;
        border-right: solid 1px #333333;
    }
    .iconPDF {
        font-size: 10px;
    }
}

.introductionPage #contentsArea {
    font-weight: normal;
}
.closeBtn a {
    color: #58a2c3!important;
}
.closeBtn a:hover {
    color: #cde0ef!important;
}
.popTitle01 {
    margin-bottom: 20px!important;
    line-height: 130%!important;
    text-align: left!important;
    font-size: 20px!important;
}
.popTitle01::before,.popTitle01::after {
    display: none!important;
}
.popTitle02 {
    margin-top: 40px;
    background-color: #7bd0e0;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}
.pt20 {
    padding-top: 20px!important;
}
.indentTableList > li {
    width: 100%;
}
.indentTableList > li > .col1 {
    float: left;
    width: 24em;
}
.indentTableList > li > .col2 {
    float: left;
}
.newProfList {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.newProfList dt {
    display: table-cell;
    width: 120px;
    padding-right: 10px;
    vertical-align: middle;
}
.newProfList dd {
    display: table-cell;
    padding: 10px;
    border-top: 2px solid #00a8c9;
    border-bottom: 2px solid #00a8c9;
    vertical-align: middle;
}
.newProfList .fs14 {
    margin-bottom: 5px;
    line-height: 150%;
}
#contentsArea .btnBg {
    padding: 13px 35px 10px 15px;
}
#contentsArea .btn:after {
    margin-top: -6px;
}
.newProfText {
    margin-top: 15px;
}
.panelLayout .newProfList {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.panelLayout .newProfList:nth-child(2n) {
    margin-right: 0;
}
.panelPage {
    max-width: 1000px!important;
}

.boxBlue01 {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    background-color: #d6eafa;
    box-sizing: border-box;
}
.marginAdjust01 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.boxBlue01 h2.titleType02 {
    margin-bottom: 5px!important;
    text-align: left;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #01479d;
}
.boxBlue01 h2.titleType02:before, .boxBlue01 h2.titleType02:after {
    vertical-align: middle!important;
}
.boxBlue01 h2.titleType02:before {
    padding-right: 3px!important;
}
.boxBlue01 h2.titleType02:after {
    padding-left: 3px!important;
}
.dotList li {
    position: relative;
    padding-left: 1em;
    text-align: left;
}
.dotList li::before {
    position: absolute;
    top: 10px;
    left: 5px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #000000;
}
.dotList li.dotRed::before {
    background-color: #e60027;
}
.notesText01 {
    max-width: 730px;
    width: 100%;
    margin: 35px auto 0 auto;
    text-align: left;
    font-size: 16px;
}
.linkTopPt5 {
    display: inline-block;
    padding-top: 5px;
}
.listout01 {
    padding: 5px 0 0 240px;
    text-align: left;
}
.textSymposium01 {
    margin: 0;
    text-align: left;
    font-size: 16px;
}
.boxInLink01 {
    margin-left: 1em;
}
.sympLinkHorizon > li {
    display: inline-block;
    margin-right: 1em;
}
.sympLinkHorizon > li:last-child {
    margin-right: 0;
}
.textSymposium01 .indent01 .iconPDF {
    padding-left: 22px;
}
.joinBtnLayout {
    position: relative;
}
.joinBtnLayout .textSymposium01 {
    position: absolute;
    top: calc(50% - 11px);
    left: 100px;
}
.joinBtnLayout .textSymposium01.topAdjust01 {
    top: calc(50% - 23px);
}
.joinBtnNotes {
    display: block;
    font-size: 16px;
}
.joinBtnLayout .undInline01 {
    display: inline;
}
.joinBtnLayout .undInline02 {
    display: none;
}
.profH2 {
    background-color: #d9ea76;
    color: #647500;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

/*profH3 追加*/
.profH3 {
    border-left: solid 10px #e5f0ff;
    padding-left: 10px; 
}

/*.profTitle01  text-align 追加*/
.profTitle01 {
    margin-top: 20px;
    text-align:center;
    font-weight: bold;
    font-size: 18px;
    color: #01479d;
}
.profName01 {
    font-size: 22px;
    color: #01479d;
    margin-left: 30px;
}

/*profparagraph01 追加*/
.profparagraph01{
    margin-top:50px;
    margin-bottom: 1.2em;
}
.profLayout01 {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.profLayout01 .profLayoutImage {
    display: table-cell;
    width: 197px;
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
}
.profLayout01 .profLayoutText {
    display: table-cell;
    padding: 15px 0 15px 15px;
    border-top: solid 2px #9eb901;
    border-bottom: solid 2px #9eb901;
    text-align: left;
    vertical-align: middle;
}

/*profLayout02追加*/
.profLayout02 {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.profLayout02 .profLayoutText {
    display: table-cell;
    padding: 15px 0 15px 15px;
    border: solid 1px #c2d6f0;
    text-align: left;
    vertical-align: middle;
}

.profReki {
    display: table;
    width: 100%;
}
.profReki dt {
    display: table-cell;
    width: 90px;
    text-align: left;
    vertical-align: top;
}
.profReki dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

/*.profReki02 追加*/
.profReki02 {
    display: table;
    width: 100%;
}
.profReki02 dt {
    display: table-cell;
    width: 240px;
    text-align: left;
    vertical-align: top;
}

.profReki02 dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 985px) {
    .joinBtnLayout .textSymposium01 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 40px;
        margin-bottom: 5px;
        text-align: center;
    }
    .joinBtnLayout .joinBtn {
        margin-top: 0;
    }
    .joinBtnLayout .undInline01 {
        display: none;
    }
    .joinBtnLayout .undInline02 {
        display: inline;
    }
}
@media screen and (max-width: 900px) {
    .boxInLink01 {
        display: block;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .popTitle01 {
        font-size: 18px!important;
    }
    .newProfList {
        display: block;
    }
    .newProfList dt {
        display: block;
        width: 120px;
        margin: 0 auto 10px auto;
        padding-right: 0;
    }
    .newProfList dd {
        display: block;
    }
    .newProfList dd .fs18 {
        font-size: 16px!important;
    }

    .indentTableList > li {
        margin-bottom: 10px;
    }
    .indentTableList > li:last-child {
        margin-bottom: 0;
    }
    .indentTableList > li > .col1 {
        float: none;
        width: 100%;
    }
    .indentTableList > li > .col2 {
        float: none;
    }
    .panelLayout .newProfList {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .boxBlue01 {
        margin-top: 40px;
    }
    .boxBlue01 h2.titleType02 {
        font-size: 14px!important;
    }
    .marginAdjust01 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .dotList li {
        font-size: 14px;
    }
    .notesText01 {
        font-size: 14px;
        margin: 25px 0 0 0;
    }
    .listout01 {
        padding: 5px 0 0 0;
        font-size: 14px;
    }
    .textSymposium01 {
        font-size: 14px;
    }
    .joinBtnNotes {
        font-size: 14px;
    }
    .profLayout01 {
        display: block;
    }
    .profLayout01 .profLayoutImage {
        display: block;
        width: 197px;
        margin: 0 auto 20px auto;
        padding-right: 0;
        text-align: center;
    }
    .profLayout01 .profLayoutText {
        display: block;
        padding: 15px 0;
    }
    .profName01 {
        font-size: 20px;
    }
    .profReki {
        margin-bottom: 5px;
    }
}


/* clearFix
============================================================= */
.panelLayout:after,
.indentTableList > li:after,
.greetingDefine:after,
.ancList:after,
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .panelLayout,
*:first-child+html .indent6TableList > li,
*:first-child+html .greetingDefine,
*:first-child+html .ancList,
*:first-child+html .cf { zoom: 1; }