@charset "utf-8";
#contents a.txt_link {
    color: #0b4084;
}
#contents a.txt_link:hover {
    text-decoration: underline;
}
/*******************************
linkFaculty
*******************************/
#linkFaculty {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 1.375em;
}

#linkFaculty h2 {
    background-color: #00336A;
    color: #fff;
    font-size: 22px;
    padding: 15px 20px;
    font-weight: bold;
}

#linkFaculty .lead01 {
    margin-top: 1.25em;
}

#linkFaculty ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#linkFaculty ul li {
    width: 48.5%;
    margin-bottom: 1.75em;
}

#linkFaculty ul li:nth-child(odd) {
    margin-right: 3%;
}

#linkFaculty ul li a {
    display: block;
}

#linkFaculty ul li .img01 {
    /*height: 17em;*/
    height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#linkFaculty ul li .img01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#linkFaculty ul li .img01 .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 51, 106, 0.9);
    padding: 0.5em;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    height: 2em;
    display: flex;
    align-items: center;
}

#linkFaculty ul li .class {
    font-weight: 500;
    color: #00336A;
    text-decoration: underline;
    margin-top: 0.5em;
}

#linkFaculty ul li .txt01 {
    line-height: 1.4;
    margin-top: 0.35em;
}

/*  ページTOP-削除予定
---------------------------------------*/
.page_top_up {
    text-align: right;
    margin-top: 30px;
    font-size: 13px;
}
.page_top_up a {
    color: #333;
    display: inline;
}
.page_top_up span {
    color: #00469b;
}
/*******************************
レイアウト
*******************************/
#contents {
    width: 1000px;
    max-width: 90%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-weight: 400;
}
.mt_20 {
    margin-top: 20px;
}
#contents .section ul li {
    text-indent: -1em;
    padding-left: 1em;
}
#contents .section ol li {
    text-indent: -1em;
    padding-left: 1em;
}
#contents .section p a,
#contents .section ul li a {
    color: #0b4084;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/*　見出し
---------------------------------------*/
#contents h1 img {
    margin-bottom: 3em;
}
#contents h2 {
    background-color: #00336A;
    color: #fff;
    font-size: 22px;
    padding: 15px 20px;
    font-weight: bold;
}
#contents h3 {
    color: #00336A;
    /*background-color: #BCD736;*/
    font-size: 21px;
    padding: 10px 20px;
    font-weight: bold;
}
.section {
    margin-bottom: 50px;
    position: static;
}
.box_in {
    margin: 20px 0px 0 0px;
}
.details_box01 {
    margin-top: 50px;
}
#contents a {
    display: block;
    word-break: break-all;
}
.marker {
    font-weight: bold;
    display: inline;
    background: linear-gradient(transparent 50%, #ffee009e 50%);
}
/*  ~とは
---------------------------------------*/
.fl_box01 {
    overflow: hidden;
    margin-top: 20px;
}
.fl_box01 .txt_btn01 {
    width: 45%;
    float: left;
}
.fl_box01 .txt_btn01 li {
    border: 2px solid #A5934A;
    border-radius: 15px;
    text-align: center;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    color: #00336A;
    font-weight: bold;
    font-size: 20px;
}
.fl_box01 .txt_btn01 li p {
    color: #A5934A;
    margin-bottom: 10px;
    font-size: 18px;
}
.fl_box01 .flr {
    float: right;
    width: 52%;
}
.fl_box01 .flr img {
    width: 100%;
}
/*　卒業生の声
---------------------------------------*/
.voice.each {
    margin-top: 3em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.voice.each .photo {
    width: 45%;
}
.voice.each .inner {
    width: 53%;
}
.voice.each .inner .voice_txt {
    width: 100%;
    float: none;
}

.voice img {
    width: 45%;
}
.voice_txt {
    width: 53%;
    float: right;
}
.voice_txt .big_txt {
    font-size: 39px;
    font-weight: bold;
    color: #00336A;
    line-height: 1.3;
    margin-bottom: 0.75em;
}
.voice.each .voice_txt .big_txt {
    font-size: 1.875em;
}
.voice_txt {
    width: 53%;
    float: right;
}
.voice_txt span {
    font-size: 24px;
}
.voice_txt li {
    border: none;
    text-align: left;
    padding: 0;
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
.mark {
    /*background: linear-gradient(transparent 0%, #ffff66 0%);*/
    color: #d64646;
    font-weight: bold;
}
/* もっと詳しく-削除予定
---------------------------------------*/
.more_detail {
    flex-wrap: wrap;
    display: inline-flex;
}
.more_detail li {
    position: relative;
    width: 480px;
    margin-bottom: 10px;
}
.more_detail li span {
    font-size: 14px;
    margin-left: 10px;
}
.more_detail li a {
    display: inline;
    color: #0b4084;
    text-decoration: none;
    outline: none;
}
.more_detail li a:hover {
    text-decoration: underline;
}
/* もっと詳しく
---------------------------------------*/
#moreLink {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 1.5em;
}
#moreLink h2 {
    background-color: #00336A;
    color: #fff;
    font-size: 22px;
    padding: 15px 20px;
    font-weight: bold;
}
#moreLink .box_in ul {
    display: flex;
    flex-wrap: wrap;
}
#moreLink .box_in li {
    width: 23.5%;
    margin-bottom: 1.5em;
}
#moreLink li:not(:nth-child(4n)) {
    margin-right: 2%;
}
#moreLink .box_in li a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#moreLink .box_in li a .txt01 {
    font-size: 87.5%;
    margin-top: 0.35em;
    color: #00336A;
    line-height: 1.4;
}
#moreLink .box_in li a .txt01 span {
    font-size: 75%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.25em;
    margin-left: 0.25em;
    color: #00336A;
}
#moreLink .box_in .more, #moreLink .box_in .close {
    width: 20em;
    max-width: 100%;
    margin: 0 auto 2em;
    background: #A5934A;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-size: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#moreLink .box_in .more:hover, #moreLink .box_in .close:hover {
    opacity: 0.8;
}
#moreLink .box_in .more::before, #moreLink .box_in .close::before {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #A5934A;
    border-radius: 100%;
    width: 1.25em;
    height: 1.25em;
    box-sizing: border-box;
}
#moreLink .box_in .more::before {
    content: "＋";
}
#moreLink .box_in .close::before {
    content: "－";
}
#moreLink .box_in .panel {
    display: none;
}






/*　テーブル01
---------------------------------------*/
.table_01 {
    width: 920px;
    margin-top: 40px
}
.table_01 th {
    border: 2px solid #00336A;
    border-radius: 10px;
    display: block;
    height: 50px;
    width: 230px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #00336A;
}
.table_01 td {
    padding-bottom: 50px;
    width: 638px;
    padding-left: 10px;
}
.table_01 .line_one {
    line-height: 50px;
}
.table_01 li {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff6e8;
    width: 656px;
}
.table_01 dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.table_01 dl dd {
    margin-left: 1.5em;
    text-indent: -1.5em;
}
.table_01 dl dd span {
    font-size: 20px;
    font-weight: bold;
}
/* 詳しく見るボタン
---------------------------------------*/
.more_btn p {
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 15px 0 0 0;
}
.licenseLow #contents .more_btn {
    margin: 15px auto 10px;
    width: 30em;
    max-width: 100%;
}
.licenseLow #contents .more_btn a {
    display: block;
    position: relative;
    background-color: #A5934A;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 112.5%;
}
.licenseLow #contents .more_btn2 {
    margin: 10px auto 0 auto;
    width: 30em;
    max-width: 100%;
}
.licenseLow #contents .more_btn2 a {
    display: block;
    position: relative;
    background-color: #A5934A;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    font-size: 112.5%;
}
.cv_btn03 ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.cv_btn03 ul img {
    width: 100%;
}
.cv_btn03 ul li {
    width: 49%;
}
.cv_btn02 ul {
    display: flex;
    justify-content: space-between;
}
#contents h4.epah4 {
    color: #00336A;
    background-color: #eee;
    font-size: 19px;
    padding: 6px 20px;
    font-weight: bold;
}
.cwh4 {
    border: 2px solid #00336A;
    border-radius: 10px;
    display: block;
    width: 225px;
    text-align: center;
    font-size: 19px;
    color: #00336A;
    margin-top: 35px;
}
.bdh4 {
    border: 2px solid #00336A;
    border-radius: 10px;
    display: block;
    width: 225px;
    text-align: center;
    font-size: 19px;
    color: #00336A;
    margin-top: 35px;
}
/* フロー　リンク２つ並び
----------------------------*/
.add0711 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #d64646;
    text-decoration: underline;
    display: inline-block !important;
}
.licenseLow #contents .back_btn {
    text-align: center;
    margin: 50px 0;
}
.licenseLow #contents .back_btn a {
    display: block;
    color: #0b4084;
    text-decoration: none;
    outline: none;
}
.sche01 dt {
    width: 95px;
    float: left;
}
.sche01 dd {
    margin-left: 95px;
}
.fwb {
    font-weight: bold;
}
/* 2022.03.08
----------------------------*/
.spacialBnr01 {
    margin-bottom: 50px;
}
.spacialBnr01 div {
    position: relative;
}
.spacialBnr01 div.sp {
    margin: 0 10px;
}
.spacialBnr01 div a img {
    width: 100%;
}
/* 監修者
----------------------------*/
#contents .supervisor h2 {
    background-color: inherit;
    color: #333;
    padding: 0;
}
#contents .supervisor .supervisor_name {
    font-size: 120%;
}
#contents .supervisor .supervisor_name span {
    font-size: 80%;
}
/* 学科導線
---------------------------------------*/
.faculty_btn01 {
    width: 90%;
    margin: 2.75em auto 0;
}
.faculty_btn01 a {
    display: block;
}
.faculty_btn01 dl {
    border: 2px solid #00336A;
}
.faculty_btn01 dl dt {
    background: #00336A;
    font-size: 1.375em;
    color: #fff;
    font-weight: 700;
    padding: 0.25em 2.5%;
}
.faculty_btn01 dl dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 1.25em 0 0;
}
.faculty_btn01 dl dd .img {
    width: 54%;
}
.faculty_btn01 dl dd .txt {
    width: 44%;
    margin-top: 0.75em;
}
.faculty_btn01 dl dd .txt01 {
    font-size: 137.5%;
    color: #00336A;
    margin-bottom: 0.375em;
    text-decoration: underline;
}
.faculty_btn01 dl dd .btn {
    display: block;
    position: relative;
    background-color: #A5934A;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    font-size: 112.5%;
    margin-top: 0.75em;
}
.faculty_btn01.multiple dl dd {
    align-items: center;
}
.faculty_btn01.multiple dl dd p {
    line-height: 1.3;
}
.faculty_btn01.multiple dl dd .txt {
    margin-top: 0;
}
.faculty_btn01.multiple dl dd .txt02 {
    margin-bottom: 0.35em;
    font-size: 0.9375em;
}
.faculty_btn01.multiple dl dd .btn {
    padding: 0;
    margin-top: 0.65em;
    font-feature-settings: "palt";
}
.faculty_btn01.multiple dl dd .btn span {
    font-size: 75%;
}
.licenseLow #contents .faculty_btn01.multiple dl dd .btn a {
    display: block;
    padding: 0.5em 0;   
}