@charset "utf-8";
/* CSS Document */

/*campaignArea
----------------------------*/
#campaign{
	line-height: 1.5;
}


.center {
	text-align: center;
}

.bg01 {
	background: url(../images/student_cp_bg.png) repeat;
	line-height: 0;
	padding-top: 3rem;
	width: 100%;
}

.bg01 img, .bg02 img {
	max-width: 100%;
	display: block;
	text-align: center;
	margin: auto;
}

.bg02 {
	padding: 2.5rem 0 3rem;
	background-color: #eb6d8e;
	width: 100%;
}
.bg02 img+img {
	margin-top: 2rem;
}
.bg02_cp {
	padding: 1rem;
	background-color: #f7ee12;
	width: 100%;
}
.caption {
	text-align: center; 
	font-size: 1.7rem;
	padding: 0 .5rem;
}
.guide .box-card {
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.guide .box-card .card_name {
	  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.textLink, a.textLink {
  text-decoration: underline;
}
.textLink {
  background: url(/common/images/icon/ic_arrow-r-rd02.png) 100% 50% no-repeat;
    background-size: auto;
  -webkit-background-size: auto .8em;
  background-size: auto .8em;
  padding-right: .8em;
  color: #282828;
}

@media screen and (max-width:659px) {
	.bg01 {
	padding-top: 2rem;
}
	
.bg02 {
	padding: 1.5rem 1rem 2rem;
}
	.guide .box-card img {
		max-width: 90%;
	}
	.bg02 img+img {
	margin-top: 1rem;
}
		.guide .lp-container .box-card {
			margin: 20px 0px 0;
	}
	.guide .box-card .card_name {
	  font-size: 1.3rem;
	}
	.guide .lp-container .box-card .box-card-detail01 {
	  margin: 0 1rem 0;
	}
}

.catch{
	background: #FFE67A;
	text-align: center;	
	position: relative
}

.inner {
	max-width: 960px;
    margin: 0 auto;
}


#para{
	background:url("../images/merit_cp_bg.png");
	padding: 50px 0;
	margin: 0;
}

#para ul{
	display: block;
	margin: 0 auto;
}

#para li p.title{font-size:20px;
line-height: 1.3;
text-align:left;
height:80px;}

#para li p.title_02{font-size:20px;
line-height: 1.3;
text-align:left;
height:63px;
margin-top:13px;}

#para li p.title_03{font-size:17px;
line-height: 1.3;
text-align:left;
height:65px;
margin-top:15px;}

#para li p.title_icon{float:left;
width:auto;
height:auto;}

@media only screen and (max-width: 659px) {
.inner {
    width: 100%;
    margin: 0 auto;
}

#para {
    background:url("../images/merit_cp_bg.png") repeat;
    padding: 2rem 1rem;
    margin: 0;
	width: 100%;
}

	#para img {
		max-width: 100%;
	}

#para ul {
    display: block;
    width: 100%;
}

#para li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px 5px 0;
}


#para li p.title_icon{float:none;
width:auto;
height:auto;}

#para li p.title{font-size:17px;
line-height: 1.3;
text-align:center;
height:60px;}

#para li p.title_02{font-size:17px;
line-height: 1.3;
text-align:center;
height:60px;
margin-top:0px;}

#para li p.title_03{font-size:17px;
line-height: 1.3;
text-align:center;
height:60px;
margin-top:0px;}
	}
	
#para li p{
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	line-height: 1.5;
	padding: 10px;
}



#para li a:hover{
 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}


.icon{
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;	
}

.icon::before {
    content: '';
    background-color: #ac0000;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
	border: 2px solid #fff;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #c19232;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.icon:hover::before {
	border: #ac0000;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    background-color: #c19232;
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #ac0000;
}

.icon img{
   vertical-align: middle;
}



.scrEvent {
    display: none;
}


/*accordionArea
----------------------------*/

.acd-contents{
	overflow:hidden;
	height:0;}


.acd-btn{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 970px;
}


/*繝｢繝ｼ繝繝ｫ*/
.modal { display: none; }
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
	cursor: not-allowed;
}
/* Container */
.modal {
	min-height: 310px;/*min-height:390px;*/
	width: 600px;
	color: #bbb;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	
}
.modal .simplemodal-data { padding: 8px; }
.modal code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
.modal a { color: #009; }
a.modalCloseImg {
	background: url(/images/close.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: px;
	right: -30px;
	cursor: pointer;
}
.modal h3 { color: #84b8d9; }
.modal h2 {
	color: #d61a2c;
	font-size: 18px;
	font-weight: bold;
	background-color: #f1f1f0;
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
    line-height: 50px;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
}
.modal ul {
	padding: 0 0 0 15px;
	margin: 0 15px 15px;
}
.modal ul li {
	font-size: 13px;
	line-height: 1.4em;
	color: #1d1d1d;
	margin: 0 0 10px;
	list-style-type: disc;
}
.modal p {
	color: #1d1d1d;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 15px 15px;
}
.modal p.notice {
	font-size: 12px;
	color: #1d1d1d;
	margin: 0 15px 10px;
	line-height: 1.4em;
}
.modal ul.notice {
	margin: 0 15px 15px;
	padding: 0;
}
.modal ul.notice li {
	font-size: 12px;
	color: #1d1d1d;
	margin: 0 0 5px;
	list-style: none;
	line-height: 1.2em;
	display: table;
	table-layout: auto;
}
.modal ul.notice li .pre {
	display: table-cell;
	padding: 0rem 0.2rem 0rem 0rem;
	white-space: nowrap;
	width: 1%;
}

.ss-table{
	margin-bottom: 20px;
	color:#333;
	text-align:left;
	line-height: 1.2;
	width: 100%
}

.ss-table th{
	border: #ccc 1px solid;
	background: #F1F1F1;
    padding: 3px;
    text-align: center;
	vertical-align: middle;
}

.ss-table th.bb-none{
	border:none;
	background: none;
}

.ss-table td{
	border: #ccc 1px solid;
    padding: 3px;
}

.ss-table tr:nth-child(odd) td{
	background: #F3F3F3;
}


@media only screen and (max-width: 736px) {
.modal {
	min-height: 100px;/*min-height:390px;*/
	width: 90%;
	padding: 3%;
	margin: 2em auto;
}
a.modalCloseImg {
	
	width: 37px;
	height: 37px;
	top: 2px;
	right: -4px;
	background-size: 100%;
}
.modal h2 {
	font-size: 16px;
	background-position: left center;
	height: auto;
	line-height: 130%;
	padding: 10px;
	margin: 0 0 20px;
}
.modal#point_detail_01 h2
 { background-size: 14%; }

ul.notice2 clearfix li.btn_detail cd_10{margin-top:30px;}

}

.box-area{
	max-width:970px;
    margin:0 auto;
}

.box-note {
    position: relative;
    margin: 30px auto;
    padding: 20px 0;
    background: url(/entry/common/images/bg_ac.png) #dbdadd;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
}

.box-note:after {
    position: absolute;
    top: 20%;
    right: 50px;
    content: url(/entry/common/images/icon_arrow_02_01.png);
}
.box-note-detail {
    display: none;
    margin-bottom: 7rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
}

.active.box-note:after {
    content: url(/entry/common/images/icon_arrow_02_02.png);
}

@media only screen and (max-width: 659px) {

.box-note {
    position: relative;
    margin: 3rem 0 0;
    padding: 2rem 4rem 2rem 2rem;
    background: url(/entry/common/images/bg_ac.png) #dbdadd;
    font-size: 14px;
    font-size: 2rem;
    text-align: left;
}

.box-note:after {
    position: absolute;
    top: 20%;
    right: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}
.box-note-detail {
    display: none;
    margin: 2rem 0 4rem;
    line-height: 1.5em;
}
.box-area{width:100%;
margin:0 auto;}

}

.best8_title {
	margin-bottom: 2rem;
}

.best8_detail {
	margin-bottom: 2rem;
}


@media screen and (max-width:659px) {
	.best8_title {
	margin-bottom: 1rem;
}

.best8_detail {
	margin-bottom: 1rem;
}
}

.attention_list{
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1.6rem;
}

.attention_list>li{
    padding-left: 1em;
    text-indent: -1em;
	margin-top: 0.3em;
}

.mt20 {
	margin-top: 2rem;
}

.text-red {
	color: red;
	font-weight: bold;
}

.text-red2 {
	color: red;
	font-weight: bold;
	font-size: 2rem;
}

@media screen and (max-width:659px) {
	.pcOnly {
		display: none;
	}
	.text-red2 {
	font-size: 1.7rem;
}
}