/*---合格セミナー---*/

.mv-header{
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.common-contents02{
    padding: 32px 24px;
}

/*header*/
.main-contents{
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    color:#50412F;
    background:#F6F4F0;
}

.mv-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 58.6%;
}

.mv-header {
    background: url(../images/main.jpg) no-repeat center center / cover;
    position: relative;
}

.mv-header_inner {
    position: absolute;
    top: 8%;
    width: 100%;
    padding: 16px 16px 20px;
    line-height: 1.5;
}

.mv-header_inner .sub-title{
    font-size:1.4rem;
    text-align:center;
}

.mv-header_inner h1.title{
    font-size:clamp(3rem, 3.125vw, 5.6rem);
    font-weight:bold;
    text-shadow: 2px 2px 2px #fff;
}

.mv-header_inner .tag-type01{
    font-size:clamp(1.2rem, 3.125vw, 1.4rem);
    margin:0px 6px 0 0 !important;
    padding: 7px 10px 5px;
}

/*タグ 学年*/
.tag-list01 {
    justify-content: center;
}

.tag-type01 {
    padding: 7px 6px 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #50412F;
    margin:0px 3px 0 0 !important;
    border: 1px solid #50412F;
}

.read-bottom{
	background:#E2BD72;
	padding:5px;
	text-align:center;
	font-size:1.6rem;
	width: 100%;
}

.lp-title-type01{
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    font-weight: 700;
    color:#50412F;
    position:relative;
}

.lp-title-type01:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 5px;
    background: linear-gradient(-70deg, transparent 35%, #E2BD72 45%, #E2BD72 55%, transparent 65%);
    background-size: 5px 10px;
}

.disc-list li{
	position: relative;
	padding-left:1em;
}

.disc-list li:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 5px;
    top: 12px;
    border-radius: 50px;
    background: #50412F;
}

.lp-title-type02{
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.2727272727;
    font-weight: 700;
    color:#50412F;
}

.link-box {
  font-size: 1.6rem;
}

.link-title {
  background: #BB4445;
  padding: 8px 0 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align:center;
}

.link-contents {
  padding: 8px;
  border-bottom:solid 10px #BB4445;
  text-align:center;
  background: #fff;
}

.link-contents p a {
  color: #BB4445;
  transition: color .3s;
  font-weight:normal;
}

.link-contents p a:hover {
    color: #e2bd72;
}

.box + .box{
	margin-top:24px;
}

.common-contents02.stationery-box{
	padding:32px 0 120px;
    position: relative;
}

.common-contents02.stationery-box:after{
	content:"";
    background: url(../images/img04.png) repeat-x bottom center / contain;
    position: absolute;
    bottom:0;
    width: 100%;
    height: 90px;
}

.common-contents02.stationery-box .contents-in{
	max-width:100%;
}

.chiku-box{
	background:#E2BD72;
	text-align:center;
	padding: 8px;
	margin-bottom:16px;
}

.chiku-box h3{
	font-size:2rem;
	font-weight:bold;
}

.chiku-box .tag-list01 + .text-body{
	margin-top:8px;
}

.univ-entry-list,
.other-entrty{
	margin:0 auto;
	max-width:800px;
}

ul.univ-entry-list li {
    color: #BB4445;
    border-bottom: solid 1px #BB4445;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

ul.univ-entry-list li .ev-btn{
    font-size: 1.4rem;
    display: inline-block;
    padding: 2px 16px 0;
    background: #BB4445;
    font-weight: bold;
    border-radius: 8px;
    color: #fff;
}

.other-entrty {
    border: solid 1px #BB4445;
    border-radius: 8px;
    font-size: 1.6rem;
    margin-top: 24px;
    overflow:hidden;
}

.other-entrty + .other-entrty{
	margin-top:16px;
}

.head-title {
    background: #BB4445;
    padding: 3px 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.head-title + div{
    padding:8px 16px;
}

.left-flex-img{
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
}

.right-img{
    position: relative;
    padding-bottom: 20px;
}

.right-img:after{
	content:"";
    background: url(../images/student.png) no-repeat bottom center / contain;
    position: absolute;
    bottom:0;
    right:0;
    width: 140px;
    height: 140px;
}

@media (max-width: 768px) {
.mv-header {
    padding-top: 100%;
}

.mv-header_inner {
    top: 3%;
}

.tag-type01,
.mv-header_inner .tag-type01 {
    margin: 3px !important;
}

.right-img {
    padding-bottom: 70px;
}

.common-contents02 {
    padding: 32px 16px;
}

.right-img:after {
    width: 125px;
    height: 125px;
}

.left-flex-img {
    grid-template-columns: 110px 1fr;
}

.univ-entry-list, .other-entrty {
    width: 90%;
}

.head-title + div {
    padding: 8px 12px;
}

.other-entrty .univ-entry-list{
	width:100% !important;
}

.common-contents02.stationery-box:after {
    height: 80px;
}

.common-contents02.stationery-box {
    padding: 32px 0 95px;
}

}