/***************************************

todai_sp.css

***************************************/

.br_sp {display: none;}
.br_pc {display: block;}

.f_blue_01 {color: #036eb8;}

.asta {
    font-size: 90%;
    margin-top: .6rem;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
}
.asta::before {
    content: "※";
    margin-right: .2rem;
}

.il_block {    
    display: inline-block;
    width: 100%;
}

/*top_title*/

#main_content > .top_title {
    background-image: url(/summer/todai_sp/common/imgs/todai.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 0% 0%;
    padding: 3rem 0;
}

.top_title .h_ttl {
    margin-left: 28rem;
    letter-spacing: .1rem;
}

.top_title .h_ttl .h1ttl {
    margin: 0rem 0 2rem 0;
}

.top_title .h_ttl .h2ttl {
    margin: 0rem 0 0rem 0;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .br_sp {display: block;}
    .br_pc {display: none;}
    
    .il_block {    
    display: none;
}
    
    #main_content > .top_title {
    background-size: 56%;
    background-position: -30% 50%;
    padding: 2rem 0 1.5rem;
        width: 100%;
}
    
    .top_title .h_ttl {
    margin-left: 11.5rem;
    letter-spacing: .1rem;
}
    
    .top_title .h_ttl .h1ttl {
    margin: 0rem 0 0rem 0;
}
    
    .top_title .h_ttl .h2ttl {
    margin: 0rem 0 .3rem 0;
        font-size: 1.2rem;
}
    
}


/*message*/

#main_content > .message {
    letter-spacing: .1rem;
    width: 80%;
    margin: 0 auto;
}

#main_content > .message p {
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .message {
    letter-spacing: .1rem;
    width: 90%;
    margin: 0 auto;
}
    
}


/*details*/

#main_content > .details {
    background-color: #deebf7;
    padding: 2rem;
    font-size: 1.1rem;
    margin: 3rem auto;
    width: 90%;
}

#main_content > .details > dl {
    display: flex;
    letter-spacing: .1rem;  
    padding: 0;
}

#main_content > .details > dl:not(:last-child) {
    margin-bottom: 1.5rem;
}

#main_content > .details > dl dt {
    width: 15%;
   display: inline-block;
    text-align: justify;
    margin-right: 2rem;
}

#main_content > .details > dl dd {
     width: 85%;
   display: inline-block;
}

#main_content > .details > dl dd li {
    display: flex;
    flex-wrap: wrap;
    
    align-items: baseline;
}

#main_content > .details > dl dd a {
    color: #00b9ef;
    text-decoration: underline;
}

#main_content > .details > dl dd a:hover {
    opacity: .5;
}

#main_content > .details > dl dd li:not(:last-of-type) {
    margin-bottom: 2rem;
}


#main_content > .details > dl dd li > p {
    margin: 0 1rem 0 0;
}

#main_content > .details > dl:nth-child(3) dd li > p:nth-child(1) {
    color: #00578a;
}

#main_content > .details > dl dd li > p:nth-child(2) {
    font-size: 90%;
    padding: 0 1rem 0 0;
}

#main_content > .details > dl dd li > .asta {
    
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .details {
    padding: 1.5rem;
    margin: 3rem auto 0rem;
}
    
    #main_content > .details > dl {
    display: block;
}
    
    #main_content > .details > dl dt {
    width: 100%;
    margin-right: 0rem;
}
    
    #main_content > .details > dl dd {
     width: 100%;
}
    
    #main_content > .details > dl dd li:not(:last-of-type) {
    margin-bottom: 1.4rem;
}
    
    
}


/*class_about*/

#main_content > .class_about {
    margin: 3rem auto;
    width: 90%;
    letter-spacing: .1rem;
}

#main_content > .class_about div {
    margin-bottom: 2rem;
}

#main_content > .class_about div h3 {
    margin-bottom: 1rem;
    font-weight: bold;
}

#main_content > .class_about div h4 {
    font-size: 1.1rem;
    text-align: center;
}

#main_content > .class_about dl {
    margin-bottom: 3rem;
}

#main_content > .class_about dl dt {
    margin-bottom: 1rem;
    color: #036eb8;
}

#main_content > .class_about dl dd {
    border-left: 1px solid #6fa2c1;
    margin-left: 1rem;
}

#main_content > .class_about dl dd li {
    margin-bottom: 1.5rem;
    line-height: 1.8rem;
    margin-left: 1.5rem;
    text-align: justify;
}

#main_content > .class_about dl dd li:not(:last-child) {
    border-bottom: 1px solid #6fa2c1;
    padding-bottom: 1.5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .class_about div h4 {
    font-size: 1rem;
    text-align: left;
        letter-spacing: .05rem;
}
    
    #main_content > .class_about dl dd {
    border-left: none;
    margin-left: 0rem;
}
    
    #main_content > .class_about dl dd li {
    margin-bottom: 1rem;
        line-height: 1.7rem;
    margin-left: 0rem;
}
    
    #main_content > .class_about dl dd li:not(:last-child) {
    padding-bottom: 1rem;
}
    
}

/*cta*/

#main_content > .cta {
    font-size: 1rem;
    margin: 5rem auto;
    width: 90%;
    text-align: center;
}

#main_content > .cta a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 35rem;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: 1.8rem;
    background: #ff8c00;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}

#main_content > .cta a:hover {
    opacity: .5;
}

#main_content > .cta p {
    font-size: 1.1rem;
    letter-spacing: .1rem;
    margin: .5rem;
    color: #f67600;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    #main_content > .cta {
    margin: 4rem auto;
}
    
    #main_content > .cta a {
    width: 20rem;
    height: 4.6rem;
    border-radius: 1.8rem;
    margin: 0 auto;
}
    
}