@charset "utf-8";
/* CSS Document */
.main {
    padding: 0;
}
.page_title--box {
    display: none;
}
.breadcrumb {
    display: none;
}
.page_container {
    max-width: none;
    width: 100%;
    margin: 0;
}
.entry {
    padding: 0;
    border: none;
}
.entry a[target="_blank"]::after {
    display: none;
}
.main-visual {
	background: url("/international/admission/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 82px 0;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}

.section-admission {
    margin: 20px 0 0;
    padding: 0 0 100px;
    font-size: 15px;
    background: url(/international/admission/img/main-bg.png) no-repeat center center;
    background-size: cover;
}

.section-graduate a:hover {
	text-decoration: none;
}
.bnr-box {
    max-width: 1024px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
a.link-bnr {
    max-width: 328px;
    width: 90%;
    text-align: center;
    background: #009441;
    color: #fff;
    font-size: 137.5%;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bnr-text {
    width: calc(100% - 41px);
}
a.link-bnr:nth-child(1)::before {
    content: url(/international/images/icon_twitter.png);
}
a.link-bnr:nth-child(2)::before {
    content: url(/international/images/icon_lang.png);
}
a.link-bnr:nth-child(3)::before {
    content: url(/international/images/icon_youtube.png);
}
.h-mincho {
    font-family: "HiraMinPro-W3",serif;
}

.h2-title {
    font-family: "HiraMinPro-W3",serif;
    color: #0D3D17;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 35px 0 0;
}


/*¥Ü¥Ã¥¯¥¹*/
.flex-menu-card {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px 0;
}
.menu-card {
    background: #fff;
    position: relative;
    width: 328px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 25px;
}


.title-box {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
}
.title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}
.title_main {
    font-size: 150%;
    font-weight: bold;
    font-family: "HiraMinPro-W3",serif;
}
.title-sub_en {
    font-family: "HiraMinPro-W3",serif;
    margin: 15px 0;
}
.title-sub_en.sub-mg {
    margin: 7px 0;
}





/*¥Ü¥Ã¥¯¥¹ÄÚ*/

/* 700px¤è¤êÐ¡¤µ¤¤ˆöºÏ */
@media screen and ( max-width: 700px ){
.pankuzu {
    display: flex;
    flex-wrap: wrap;
}

.plan-box.box1,.plan-box.box2{
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.title-box1,.title-box2 {
	width: 70%;
	padding: 5px 15px;
	margin: 20px auto;
}
.titleflex {
    width: 100%;
}
.boxtitle-flex {
    width: 100%;
    flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.plan-flex.link-area {
    justify-content: center;
}
.bnr-box{
    flex-wrap: wrap;
    justify-content: center;
}
a.link-bnr {
    margin: 20px 0;
}
}