@charset "utf-8";
@media screen and (max-width:700px){
#link_page_wrap {
    padding: 5.38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.link_inner_each {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5.38%;
    margin-bottom: 3.8%;
    border: 1px dashed #D7D7D7;
    background-image: url(../images/usu_blue_sankaku_L_T.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#link_page_wrap .link_inner_each:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.link_each_L {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.link_each_L_bose {
    margin-top: 16px;
    padding-bottom: 32px;

}

.link_each_L h2 {
    font-size: 20px;
    color: #323940;
}
.link_each_L h2 .link_each_h2_ABC {
    font-size: 48px;
    display: block;
    color: #275AF2;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    margin-bottom: 12px;
    font-weight: 900;
}
.link_each_L_bose img {
    width: 30%;
}
.link_each_R {
    width: 100%;
    color: #323940;
    padding-top: 4px;
}
.link_each_R ul li {
    line-height: 1.7em;
    font-size: 16px;
}
.link_each_R ul li a {

}
.link_each_R ul {
    margin-bottom: 32px;
}
.link_each_R h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.link_each_R h3 {
    font-size: 20px;
    border-bottom: 1px dashed #D7D7D7;
    padding-bottom: 16px;
    margin-bottom: 16px;
    line-height: 1.5em;
}

.link_each_R.flex{
	display: flex;
	justify-content: space-between;
}
.link_each_R.flex ul{
    margin-bottom: 40px;
    margin-left: 0px;
    padding-left: 16px;
}
.link_each_R.flex ul li{
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 8px;
}

.link_each_R.flex h3{
	font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.link_each_R_in{
	width: 45.38%;
}
.link_each_R_in .p-flex{
	font-size: 15px;
	line-height: 1.5em;
}
}