/*style.css*/

.noticeboard {
/*
    background: rgb(245, 229, 229);
    background: linear-gradient(90deg, rgba(245, 229, 229, 1) 0%, rgba(245, 229, 229, 1) 30%, rgba(230, 238, 244, 1) 100%);
*/
    background-color: #E8F3FC;
    opacity: 1;
    height: auto;
    visibility: visible;
}

.noticeboard .noticecont {
    padding: 10px 40px 10px 40px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.noticeboard .noticecont .tit {
    margin-right: 20px;
}

.noticeboard .noticecont .tit p {
    display: block;
    width: fit-content;
    padding: 1px 15px 1px 15px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: #CC3E3A;
    border-radius: 13px;
}

.noticeboard .noticecont .text p,
.noticeboard .noticecont .text p a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
}

#closebt {
    display: block;
    width: fit-content;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 0 auto;
    border: 1px solid #212121;
    border-radius: 20px;
    padding: 1px 12px 1px 12px;
}

#closebt:hover {
    cursor: pointer;
    opacity: 0.6;
}


/*--------------------------
common
---------------------------*/

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
}

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    text-transform: none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

div,
p,
a,
ul,
li,
dt,
dd,
span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform: none;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    a {
        transition: all 0.5s ease 0s;
    }

    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }

    .sp {
        display: none !important;
    }
}

main {
    padding-bottom: 100px;
}

.inner {
    width: 1360px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;

}

.bold {
    font-weight: bold;
    font-weight: 600;
}

.red {
    color: #CC3E3A;
}

span.red {
    color: #CC3E3A;
    font-size: 1.0em;
}

.blue {
    color: #005BAC;
}

span.blue {
    color: #005BAC;
    font-size: 1.0em;
}

.inner_nar {
    width: 1000px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;

}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #sp_fixed_menu {
        display: none
    }

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none !important;
        color: #212121 !important;
    }
}

a.external:after {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/ex_ic.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt105 {
    margin-top: 105px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt120 {
    padding-top: 120px !important;
}


.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

/*font size*/

.fn12 {
    font-size: 1.2rem;
}

.fn13 {
    font-size: 1.3rem;
}

.fn14 {
    font-size: 1.4rem;
}

.fn15 {
    font-size: 1.5rem;
}

.fn16 {
    font-size: 1.6rem;
}

.fn17 {
    font-size: 1.7rem;
}

.fn18 {
    font-size: 1.8rem;
}

.fn19 {
    font-size: 1.9rem;
}

.fn20 {
    font-size: 2.0rem;
}

.fn21 {
    font-size: 2.1rem;
}

.fn22 {
    font-size: 2.2rem;
}

.cover {
    display: none;
}

.bread {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bread .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bread a,
.bread p {
    font-size: 1.2rem;
    color: #ACACAC;
    margin-bottom: 0;
}

.bread p {
    color: #212121;
}

.bread .hyphen {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ACACAC;
    margin-left: 10px;
    margin-right: 10px;
}

p a:link {
    font-size: 1em;
    color: #005BAC;
    text-decoration: underline;
}

.notes {
    font-size: 1.3rem;
    margin-top: 5px;
}

.image_caption_top {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.image_caption_bottom {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.banWide {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*----------------------------------
02_在学生向け_教員紹介 CSS Start
----------------------------------*/
.faculty-block{
    display: block;
    margin-top: -35px;
    margin-bottom: 10px;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: #212121;
    color: #fff;
    padding: 5px 15px 6px;
}

.faculty-info-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 175px;
}

.faculty-info-container{
    max-width: 470px;
    width: 100%;
    border-top: 4px solid #005BAC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 30px;
}

.w_faculty-info-container {
    width: 100%;
    max-width: 100%;
}

.faculty-top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.faulty-info-div{
    width: calc(100% - 146px);
}

.faculty-info-ttl{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.9;
    color: #361D07;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.faculty-info-ttl::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 4px;
    background-color: #005BAC;
}

.sub-charge{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    background: #005BAC;
    color: #fff;
    padding: 3px 8px 5px;
}

.sub-charge-list{
    margin-top: 13px;
    margin-bottom: 16px;
}

.sub-charge-list li{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 13px;
    text-wrap: nowrap;
}

.sub-charge-list li::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005BAC;
}

.faulty-img{
    width: 126px;
    height: 126px;
    border-radius: 50%;
}

.faulty-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.faculty-para{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 14px;
}

@media screen and (max-width: 1440px) {
    .sub-charge-list li{
        text-wrap: wrap;
    }
}

@media screen and (max-width: 1080px) {
    .faculty-info-container{
        padding: 30px 10px;
    }

    .faculty-top{
        gap: 0;
    }

    .faulty-info-div {
        width: calc(100% - 90px);
    }

    .faulty-img {
    width: 90px;
    height: 90px;
    }

    .sub-charge-list li{
        font-size: 1.2rem;
        letter-spacing: -1px;
    }

    .sub-charge-list li::before{
        top: 7px;
    }

}


/*----------------------------------
02_在学生向け_教員紹介 CSS End
----------------------------------*/

/*--------------------------
QA start here
---------------------------*/
.faq-container {
    max-width: 960px;
    margin: 0 auto;
}

.faq-header {
    margin-bottom: 60px;
    background-color: #F8F8F8;
    padding: 60px 0 30px;
    margin-top: -70px;
}

.faq-title {
    font-size: 3.2rem;
    font-weight: 500;
    color: #212121;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 3px solid #E3E3E3;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #005BAC;
}

.breadcrumb {
    font-size: 1.4rem;
    color: #212121;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #005BAC;
font-weight: 400;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 8px;
    color: #212121;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #6C6C6C;
	border-right: 0;
}

.current {
    color: #212121;
    font-weight: 400;
}

.faq-search-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding-bottom: 40px;
}

.freeword-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 40px 0 0;
    padding-bottom: 40px;
}

.search-group {
    margin-bottom: 40px;
    background: #F8F8F8;
}

.search-group:last-child {
    margin-bottom: 0;
}

.search-ttl-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 48px;
    background: #EAEEF5;
}

.search-ttl-wrap::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/tukyo/tukyo_current/assets/img/common/search_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.search-icon {
    font-size: 1.8rem;
    color: #005BAC;
}

.search-ttl-wrap .search-ttl {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #212121;
    margin: 0;
}

.search-note {
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    display: block;
    color: #707070;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    padding: 5.5px 16px 6px;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.search-buttons {
    display: flex;
    gap: 10px;
}

.search-btn-wrap {
    padding: 0 59px 0 48px;
}

.se_refine li label.search-btn {
    padding: 8px 30px;
    border: 1px solid #005BAC;
    background-color: #fff;
    color: #005BAC;
    border-radius: 25px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.se_refine li label.search-btn.active {
    background-color: #DFECF8;
    color: #005BAC;
}

.se_refine li input:checked+label.search-btn {
    font-weight: 600;
    border: 2px solid #005BAC;
}

.keyword-tags {
    margin-bottom: 40px;
}

.keyword-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.keyword-item {
    position: relative;
}

.keyword-item input[type="checkbox"] {
    display: none;
}

.keyword-tag {
    display: inline-block;
    padding: 8.48px 25px;
    border: 1px solid #005BAC;
    background-color: #fff;
    color: #005BAC;
    border-radius: 24px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.keyword-item input[type="checkbox"].active + .keyword-tag {
    background-color: #DFECF8;
    color: #005BAC;
}

.search-execute-btn-wrap {
    max-width: 218px;
    margin: 0 auto;
}

.search-execute-btn {
    width: 100%;
    background-color: #005BAC;
    cursor: pointer;
    padding: 14px 0;
    transition: all 0.3s ease;
    border: none;
}

.search-execute-btn span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/tukyo/tukyo_current/assets/img/common/white_search_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: 3px;
}

.search-execute-btn span {
    color: #fff;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 600;
}

.search-execute-btn:hover {
    background-color: #004bb5;
    opacity: 0.9;
}

.freeword-search {
    margin-bottom: 40px;
    padding: 0 59px 0 48px;
}

.freeword-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #005BAC;
    border-radius: 6px;
    font-size: 1.4rem;
    outline: none;
}

.freeword-input:focus {
    border-color: #005BAC;
}

.faq-results {
    margin-top: 40px;
    background-color: #FCFCFC;
    border-radius: 8px;
    padding-bottom: 200px;
}

.results-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #212121;
    margin-bottom: 30px;
    padding: 20px 20px 0;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    margin: 0;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.faq-results .faq-item:first-of-type{
    border-top: 1px solid #e0e0e0;
}

.faq-item:hover {
    text-decoration: none;
    color: inherit;
}

.faq-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(/tukyo/tukyo_current/assets/img/common/arrow_icon.png);
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}

.faq-qa {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.qa-tag {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #005BAC;
    padding: 2px 0;
}

.tag-keyword{
    margin-right: 8px;
}

.tag-uni,
.tag-grad {
    max-width: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-uni{
    font-size: 1.3rem;
    background-color: #1298B1;
    color: #fff;
    border-radius: 12px;
}

.tag-grad{
    font-size: 1.3rem;
    background-color: #DE6983;
    color: #fff;
    border-radius: 12px;
    margin-right: 16px;
}

.qa-number {
    background-color: #005BAC;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-qa{
    padding-right: 65px;
}

.faq-qa p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #212121;
    margin: 0;
}

.faq-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

/*--------------------------
QA end here
---------------------------*/

/*--------------------------
04_在学生向け_よくある質問_詳細 CSS Start
---------------------------*/
.faq-detail-container{
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.faq-detail-div{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #EAEEF5;
    padding: 40px;
}

.faq-qa-detail{
    padding-right: 0;
    margin-bottom: 30px;
}

.faq-ans{
    display: flex;
    gap: 10px;
    border-top: 1px dashed #CCC;
    padding-top: 30px;
}

.ans-number{
    background-color: #212121;
}

@media screen and (max-width: 1000px){
.faq-detail-container{
    padding-right: 30px;
}
}

/*--------------------------
04_在学生向け_よくある質問_詳細 CSS End
---------------------------*/

/*--------------------------
科目修得試験 Start
---------------------------*/

ul.guide_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 1.25%;
    margin-bottom: 12px;
}

ul.guide_list > li {
    width: 312px;
    max-width: 32.5%;
}

.guide_item {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 12px 40px 12px 20px;
    background-color: #fff;
    border: 1px solid;
    border-color: #CCCCCC;
    font-weight: 500;
    position: relative;
    transition : all 0.4s ease 0s;
}

.guide_item::after{
    content: "";
    width: 18px;
    height: 100%;
    position: absolute;
    right: 6%;
    top: 0;
    background: url(/tukyo/tukyo_current/assets/img/common/link_ar.png) no-repeat right center;
    background-size: 100% auto;
	transition: all 0.4s ease 0s;
}

.guide_item:hover,
.guide_item:focus-visible{
    opacity: 1;
    border-color: #005BAC;
}

.guide_item:hover::after,
.guide_item:focus-visible::after {
	background: url(/tukyo/tukyo_current/assets/img/common/link_ar_blue.png) no-repeat right center;
    background-size: 100% auto;
}


.guide_item span {
    line-height: 1.4;
    transition : all 0.4s ease 0s;
}

.guide_item span.uni_icon {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 22px;
    font-size: 1.3rem;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #1298B1;
    border-radius: 12px;
    margin-right: 8px;
}


.guide_item span.jc_icon {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 22px;
    font-size: 1.3rem;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #DE6983;
    border-radius: 12px;
    margin-right: 8px;
}

.guide_item:hover::after,
.guide_item:focus-visible::after {
    transform: translateX(4px);
}

.guide_item:hover span,
.guide_item:focus-visible span {
    color: #005BAC;
}

.guide_item:hover span.uni_icon,
.guide_item:focus-visible span.uni_icon,
.guide_item:hover span.jc_icon,
.guide_item:focus-visible span.jc_icon {
    color: #fff;
}

.guide_item {
    --icon-svg: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20transform%3D%22translate(-696%20-840)%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate(696%20856)%20rotate(-90)%22%20fill%3D%22%23212121%22/%3E%3Cpath%20d%3D%22M12.409%2C2.619h5.375c-.6-.837-1.091-1.564-1.655-2.51L16.256%2C0a23.264%2C23.264%2C0%2C0%2C0%2C3.966%2C2.947%2C23.256%2C23.256%2C0%2C0%2C0-3.966%2C2.947l-.127-.109c.582-.928%2C1.073-1.674%2C1.655-2.529H12.409Z%22%20transform%3D%22translate(687.685%20845)%22%20fill%3D%22%23fff%22/%3E%3C/g%3E%3C/svg%3E");
}

.guide_item:hover{
  --icon-svg: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20transform%3D%22translate(-696%20-840)%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate(696%20856)%20rotate(-90)%22%20fill%3D%22%23005BAC%22/%3E%3Cpath%20d%3D%22M12.409%2C2.619h5.375c-.6-.837-1.091-1.564-1.655-2.51L16.256%2C0a23.264%2C23.264%2C0%2C0%2C0%2C3.966%2C2.947%2C23.256%2C23.256%2C0%2C0%2C0-3.966%2C2.947l-.127-.109c.582-.928%2C1.073-1.674%2C1.655-2.529H12.409Z%22%20transform%3D%22translate(687.685%20845)%22%20fill%3D%22%23fff%22/%3E%3C/g%3E%3C/svg%3E");
}

/*--------------------------
科目修得試験 End
---------------------------*/

.p-graduate__link {
    margin-top: 20px;
}

.p-graduate__link a {
    font-size: 1.6rem;
    font-weight:400;
    letter-spacing: 0;
    line-height: 1.6;
    display: inline-block;
    color: #005BAC;
    padding-left: 1em;
    position: relative;
}

.p-graduate__link a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #005BAC;
    border-right: solid 2px #005BAC;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.p-graduate__link a:hover {
    color: #212121;
    opacity: 0.9;
}

.std_links {
    margin-bottom: 30px;
}

.std_links li {
    margin-bottom: 5px;
}

.std_links li a {
    display: inline-block;
    padding-left: 1em;
    position: relative;
    color: #212121;
}

.std_links li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #005BAC;
    border-right: solid 2px #005BAC;
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: 0;
}

.std_links li a:hover {
    color: #005BAC;;
    opacity: 1;
}

/*251201*/

main {
    margin-top: 0!important;
}

#sidemenu {
    margin-top: 0!important;
}

/*
.global-nav-bar {
    margin-top: 0!important;
}*/


#sidemenu {
    position: sticky!important;
}


/*-------------------------
table
-------------------------*/

table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    overflow: hidden;
    margin-top: 20px;
}

table td {
  border: 1px solid #cccccc;
  padding: 6px 12px;
}

table tr.midashi td {
	background: #005bac;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

table td.midashi {
	background: #005bac;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
}

.pdf_link:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/tukyo/tukyo_current/assets/img/common/pdf_link_ic.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
}


.w700 {
    width: 700px;
}


