@charset "UTF-8";


/*--------------------------------------------------------------------
 *	other
 *--------------------------------------------------------------------*/

h3 {
	font-size: 2.5rem;
	font-weight: bold;
}

.lead_bold {
	font-size: 110%;
	font-weight: bold;
}

.lead_bold a {
	font-size: 110%;
	font-weight: normal;
}

.checkbox_form {
	transform: scale(1.5);
	margin-right: 0.5em;
}
.list-order_coolingoff {
  padding-left: 0;
}
.list_coolingoff {
  margin-bottom: 1.5rem;
}


.link_coolingoff {
  display: flex;
  align-items: flex-start;
/*  font-size: 1.125rem; */
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}

.link_coolingoff:active, .link_coolingoff:focus, .link_coolingoff:hover, .link_coolingoff:visited {
  color: #333;
  text-decoration: none;
}


.link_coolingoff::before {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  margin-top: .7rem;
  margin-right: 9px;
  transform: rotate(45deg);
  border-top: 1px solid #e50012;
  border-right: 1px solid #e50012;
  line-height: 1.575;
  content: "";
  transition: all .25s cubic-bezier(.4,0,.2,1);
  position: absolute;
  top: 1px;
  left: 0;
}

.list-order_coolingoff {
  padding-left: 0;
}
.list_coolingoff {
  margin-bottom: 1.5rem;
  margin-left: 0;
  list-style: none;
}
.list-order_coolingoff > li {
  position: relative;
  padding-left: 1.8rem;
}
.list-order_coolingoff > li {
  margin-bottom: 1.2rem;
  padding-left: 41px;
  line-height: 2;
}
.list-order_coolingoff > li > .list__mark {
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ff6966;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.list-order_coolingoff > li > .list__mark {
  position: absolute;
  left: 0;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

#daigaku_h3 {
	font-size: 2.0rem;
}


/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */




/* 737px以上用（PC用）の記述 end */
}

