#graduate .mt05 { margin-top: .5em !important; }
#graduate .ml05 { margin-left: .5em !important; }
#graduate .mr05 { margin-right: .5em !important; }
#graduate .mb05 { margin-bottom: .5em !important; }
#graduate .mt10 { margin-top: 1em !important; }
#graduate .ml10 { margin-left: 1em !important; }
#graduate .mr10 { margin-right: 1em !important; }
#graduate .mb10 { margin-bottom: 1em !important; }
#graduate .mt20 { margin-top: 2em !important; }
#graduate .ml20 { margin-left: 2em !important; }
#graduate .mr20 { margin-right: 2em !important; }
#graduate .mb20 { margin-bottom: 2em !important; }

#graduate .fe12 { font-size: 1.2em; }

#graduate .text-blue { color: rgba(0,100,180,1.0)!important; }

#graduate .f-left,
#graduate .f-right {
    display: block;
}
#graduate .f-left { float: left; }
#graduate .f-right { float: right; }
@media only screen and (max-width: 992px) {
    #graduate .f-left,
    #graduate .f-right { float: none; }
}

#graduate .containerB {
    padding: 30px 0 !important;
    margin: 0 auto;
}

#graduate #main h2 {
    font-size: 200%;
    font-weight: 700;
}
#graduate #main h3 {
    text-align: center;
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 20px;
}
#graduate img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
#graduate a:hover img {
    opacity: .7;
}
#graduate #main ul {
    padding-left: 2em;
}
#graduate #main ul li {
    list-style: disc;
}
#graduate #main ul li[class^="col-"] {
    list-style: none;
}


#graduate #main ul.guide {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-left:0;
	margin-top:30px;
}
#graduate #main ul.guide li {
    list-style:none;
    width:100%;
}
#graduate #main ul.guide.point li h3 {
	border:none;
	padding:0;
	margin:0 0 .5em 0;
}
#graduate #main ul.guide.graph li p {
	display:block;
	text-align:center;
}
@media only screen and (min-width: 600px) {
	#graduate #main ul.guide.point li {
		width:31%;
	}
	#graduate #main ul.guide.graph li {
		width:24%;
	}
}
@media only screen and (max-width: 600px) {
	#graduate #main ul.guide li:not(:last-child) {
		margin-bottom:2em;
	}
}

#graduate .headerA * {
    line-height: 1.6 !important;
    text-align: left !important;
}
@media only screen and (max-width: 767px) {
    #graduate .headerA * {
        text-align: center !important;
    }
}
#graduate .headerA-big {
    font-size: 160% !important;
    font-weight: 600 !important;
}
#graduate .headerA-sub {
    font-size: 120% !important;
    font-weight: 300 !important;
}
#graduate .headerA-lead {
    font-size: 130% !important;
    font-weight: 600 !important;
    margin: 30px !important;
}


#graduate .titleA {
    color: #FFF!important;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 110%;
}


#graduate .cardA,
#graduate .cardA-head {
    margin: 0;
    padding: 10px !important;
}
#graduate .cardA-img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 72%;
    margin: 0;
    height: 0;
    text-align: center;
}
#graduate .cardA-ttl {
    line-height: 1.4!important;
    text-align: center;
    color: #FFF;
    margin: auto;
    padding: 5px 10px;
    width: 100%;
}
#graduate .cardA-img > .cardA-ttl {
    position: absolute;
    top: 0;
    left: 0;
}
#graduate .cardA-btm {
    padding-top: 5px!important;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-justify: distribute;
}

#graduate .cardA-head {
    padding: 15px !important;
}
#graduate .cardA-head img {
    height: 130px;
    float: left;
    margin-right: 20px;
}
#graduate .cardA-headTtl,
#graduate .cardA-headTtl-w {
    text-align: center;
    margin: 30px 0;
    padding: 0;
    font-weight: 700!important;
    font-size: 180%;
}
#graduate .cardA-headTtl-w {
    color: #FFF;
}


#graduate .cardB {
    margin: 0;
    padding: 0 10px 10px 10px !important;
}
#graduate .cardB-top:before,
#graduate .cardB-top:after {
    content: " ";
    display: table;
}
#graduate .cardB-top:after {
    clear: both;
}
#graduate .cardB-btm {
    margin-top: .5em;
}
@media only screen and (max-width: 992px) {
    #graduate .cardB-top {
        text-align: center;
    }
    #graduate .cardB-top img {
        width: 50%;
        display: inline-block;
    }
    #graduate .cardB .rightbox {
        margin-top: .8em;
        margin-bottom: .8em;
    }
}



#graduate .boxA {
    padding: 30px 10px;
}
#graduate .boxB {
    float: none;
    margin: 0 auto 20px auto;
    padding: 20px;
    border: 2px solid #CCC;
}

#graduate .blanc {
    padding: 20px;
    margin-top: 10px;
}

/*message*/
#graduate.message .lesson {
	background-color:#f0f0e6;
	padding:1em;
	margin-top:2em;
}
#graduate.message #main .lesson ul {
	padding:0;
	margin:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#graduate.message #main .lesson ul li {
	list-style-type:none;
	width:48%;
	margin:1%;
}
#graduate.message .lesson ul li h4 {
	text-align:center;
	font-size:110%;
	margin-bottom:.5em;
}
#graduate.message .lesson img {
	margin:.5em 0 1em;
}
@media only screen and (max-width: 767px) {
	#graduate.message #main .lesson ul li {
		width:98%;
	}
}

/*reunion*/
#graduate.reunion_vote dt:not(:first-child) {
	margin-top:1em;
}
#graduate.reunion_vote dd {
	padding-left:1em;
}
#graduate.reunion_vote ol li {
	list-style:decimal;
}
#graduate.reunion_vote .table01{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#graduate.reunion_vote .table01 td,
#graduate.reunion_vote .table01 th{
	padding: 9px;
	border: 1px solid #ccc;
}
#graduate.reunion_vote .table01 th{
	font-weight: bold;
	
}
#graduate.reunion_vote .table01 thead th{
	background: rgb(0, 104, 182);
	color: #ffffff;
	text-align: center;

}
@media only screen and (max-width:767px){
	.table01{
		display: block;
	}
		.table01 thead{
			display: none;
		}
		.table01 tbody{
			display: block;
		}
			.table01 tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			.table01 tbody th,
			.table01 tbody td{
				display: list-item;
				border: none;
			}
			.table01 tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: rgb(0, 104, 182);
			}
			.table01 tbody td{
				margin-left: 20px;
				padding: 0;
				text-align: left;
			}
	
}