@charset "UTF-8";
/* 各ページに個別のCSSが必要な場合はここに記入してください */

.cboth {
	clear: both;
}

h3 {
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	margin: 0 0 8px;
	padding: 0 0 9px 0;
}

#preMain { height: 190px; }

#preMain h2 { border: none; margin: 0;}

#sideRight { margin-top:-190px; }

h3 {
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	margin: 0 0 8px;
	padding: 0 0 9px 0;
}

.cboth {
	clear: both;
}

.mr65 { margin-right: 65px!important ; }
.mr80 { margin-right: 80px!important ; }
.mb140 { margin-bottom: 140px!important ; }
.pt3 { padding-top: 3px!important ; }

.lis_price {
	border-collapse: collapse; 
	border-spacing: 0;
	width: 100%;
}

.lis_menu {
	width: 100%;
}

.lis_menu li {
	float: left;
	height: 32px;
	padding-bottom: 5px;
	text-align: center; 
	width: 25%;
}

.lis_menu2 li {
	float: left;
	height: 32px;
	padding-bottom: 5px;
	text-align: center; 
	width: 20%;
}


* html .lis_menu li {
	padding-bottom: 2px;
}

.lis_menu li.lis_menuLast {
	width: 24%;
}





.campaignLis_menu {
	width: 100%;
}

.campaignLis_menu li {
	float: left;
	height: 27px;
	padding-bottom: 5px;
	text-align: center; 
	width: 33%;
}

* html .campaignLis_menu li {
	padding-bottom: 2px;
}

.campaignLis_menu li.campaignLis_menuLast {
	width: 32%;
}





.lis_price tr td {
	border-bottom: 1px solid #D6D6D6;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}

.lis_skin {
	border-collapse: collapse; 
	border-spacing: 0;
	width: 100%;
}

.lis_skin tr td {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.lis_skin tr td.skiTitle {
	background: #EEECEC;
}

.lis_skin tr td.skiTitleLast {
	border-right: none;
}

.lis_skin tr td.rightNone {
	border-right: none;
	color: #B70505;
}

.lis_skin tr td.botDot {
	background: url(../images/lis_bg_dot.jpg) repeat-x left bottom;
	border-bottom: none;
}

.cBlack {
	color: #000!important;
}

.cRed {
	color: #B70505;
}

.bottomNone {
	border-bottom:  none!important;
}

.sqm {
	vertical-align: top;
	font-size: 9px;
}

#inqBox { clear: both; }

.macBlock li.macList {
	float: left;
	position: relative;
	width: 48.8%;
}

.macBlock li.macList .idx2 {
	height: 1%;
	min-height: 140px;
	padding: 13px 0 0 0;
}

* html .macBlock li.macList .idx2 {
	height: 160px;
}

.macBlock li.macList .idx2 dd .photo {
	left: 18px;
	position: absolute;
	top: 53px;
}

.macBlock li.macList .idx2 .idxTxt {
	padding: 11px 0 0 130px;
}

.macBlock li.macList dl dt {
	background: url(/common/images/blue_dots.gif) repeat-x scroll left top;
	padding-top: 10px;
}

.pagetopMac {
	text-align: right;
}

.macBlock li.macList dl dt.idxBlockNone {
	background: none;
}

.macBlock li.macList dl.idx2 {
	background: none;
}

.idxBlock dd {
	border-top: none!important;
	margin: -1.6em 0 0 0;
	padding: 0 0 7px 8.7em;
}

.w10p { width: 10%; }
.w15p { width: 15%; }

#pagetop #container #liquid #liquidInner #contents #shopPrice p a {
	color: #b70505;
}

#pagetop #container #liquid #liquidInner #contents #shopPrice p {
	margin-top:12px;
}
.p-link{
	position:relative;
}
.p-link-txt{
	position: absolute;
	top:-30px;
	right:0;
}



/* 2022-04-25 同意書はこちら部分のスタイル */

/* 学割 同意書ダウンロード 202204 */
/* --------------------------------------------------------------------------- */

.p-heading-consent-form {
	margin: 24px auto 16px;;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.p-heading-consent-form span{
	font-weight: bold;
	/* background: url(../image/icon_consent-form.png) no-repeat;
	background-position: left 50%;
	background-size: 21px 29px; */
	padding: 5px 0 5px 12px;
}
.p-list-consent-form {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: min(600px,100%);
	margin-right: auto;
}
.p-list-consent-form-item {
	width: 250px;
	background: #F4F6FF;
	text-align: center;
	padding: 32px 16px;
}
.p-consent-form-download dt {
	margin-bottom: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.btn-download {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2C4EC1;
	height: 48px;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #2C4EC1;
	border-radius: 38px;
	transition: 0.3s;
}
.btn-download:after {
    content: "";
    width: 3px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3px;
}
#liquidInner a.btn-download {
    color: #fff;
	font-size: 12px;
    text-decoration: none;
}
#liquidInner a.btn-download:hover {
    color: #2C4EC1;
    text-decoration: none;
}
@media only screen and (min-width: 769px){
.btn-download:hover {
	background: #ffffff;
}
.btn-download:hover:after {
    border-top: solid 2px #2C4EC1;
    border-right: solid 2px #2C4EC1;
}
}
@media only screen and (max-width: 768px){
.p-list-consent-form {
	display: block;
}
.p-list-consent-form-item:nth-of-type(1) {
	margin-bottom: 16px;
}
.main article ul li.p-list-consent-form-item {
	width: 100%;
	margin-left: 0;
}
.p-list-consent-form{
	flex-direction: column;
}
#liquidInner a.btn-download {
	font-size: 12px;
}
}

