.open-hero {
  width: 100%;
  background-color: #194598;
}

.open-hero .img {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.open-content {
  padding: 60px 0;
}

.open-wrap .open-content:last-child {
  padding-bottom: 80px;
}

.open-hd {
  font-size:20px;
  padding-bottom: 10px;
  font-weight: 900;
  color: #2455a0;
  margin-bottom: .5em;
  line-height: 1.4;
  text-align: center;ß
}

.open-table > table {
  width: 100%;
}

.open-table > table .note {
    color: #333;
    font-size: 80%;
    line-height: 1.4;
    display:block;
    font-weight:400;
}

.caution {
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
  color: #f00;
}

.caution.first {
  margin-top: -50px;
}

@media (max-width:768px) {
  .caution {
    margin-bottom: 20px;
    text-align-last: left;
  }
}

h4{
      font-size: 24px;
    font-weight: 900;
    border-left: 6px solid #22509c;
    color: #22509c;
    padding-left: 27px;
    margin-bottom: 20px;
    line-height: 1.4;
}

h3 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 19px;
}

.open-table > table th,
.open-table > table td {
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  vertical-align: middle;
}

.open-table > table td {
  background: #fff;
}

.open-table > table th {
  text-align: center;
  font-weight: 700;
  background: #2355a0;
  color: #fff;
}
.open-table tbody th {
  width: 20%;
}
.open-table > table span {
  color: #e02f2f;
  font-weight: 700;
}
.day {
    width: 10%;
    text-align: center;
}
.mgb60 {
  margin-bottom: 60px;
}
.qureo-feature-box {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.qureo-feature-box h3{
  margin-bottom: 10px;
}
.qureo-feature-box h4{
  width:100%;
}

.inner-100 img{
    width: 70%;
    margin: 0 auto;
}
.inner-70{
    width:70%;
}
.inner-30{
    width:25%;
}

@media (max-width:768px) {
  .inner-100 img{
      width: 100%;
  }
}

.about-inner {margin-bottom: 20px;}

.all-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
.input-box:last-child .all-btn {
  margin-bottom: 0;
}

.all-btn a, .all-btn div {
    background-color: #ffa800;
    height: 70px;
}

.about-sub{
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width:768px) {
  
.about-sub{
  text-align: left;
  margin-bottom:20px;
}
  .inner-70,.inner-30{
    width:100%;
}
  .day {
    text-align: left;
}
  h4{
    font-size: 20px;
    border-left: 3px solid #22509c;
    padding-left: 15px;
    margin-bottom: 20px;
}
h3 {
    font-size:16px;
    text-align:left;
}
  .mgb60 {
    margin-bottom: 30px;
  }

  .open-content {
    padding: 30px 0;
  }

  .open-wrap .open-content:last-child {
    padding-bottom: 40px;
  }

  .open-table > table span {
    color: #de3535;
    font-weight: 700;
    font-size: 1.2em;
  }

  .open-table > table th {
    min-width: 70px;
    text-align: left;
  }
  .op-wrap{
    display:inline-block;
  }
}



/*210517追記*/

.qureo-online .wrap_flex .cont .txt_red {
	color: red;
}

.qureo-online .wrap_flex .cont .mt {
	margin-top: 20px;
}


.qureo-online .attention {
	border: 1px solid red;
	margin-top: 40px;
}

.qureo-online .wrap_flex .img .img_bottom {
	margin-top: 20px;
}

.qureo-online .attention dt {
	background-color: red;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.qureo-online .attention dd {
	padding: 10px 20px;
}

.qureo-online span.sub {
	font-size: 12px;
	display: block;
	color: #000 !important;
	font-weight: normal !important;
}

.qureo-online span.date {
	font-size: 18px;
}

.qureo-online .open-content.hasgrid {
	background: #fff url(/inc/lepton-online/images/pattern-square.png) repeat;
    background-size: 9px;
}

footer {
	background-color: #241818;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}


@media (min-width:768px) {
	.qureo-online .wrap_flex {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	.qureo-online .wrap_flex .cont {
		width: 70%;
	}
	 
	.qureo-online .wrap_flex .img {
		width: 25%;
	}
	
	.qureo-online .attention dd {
		text-align: center;
	}
	
	.qureo-online .input-box {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	
	.qureo-online .input-box .all-btn {
		margin: 0 20px;
	}

	
}


@media (max-width:768px) {
	.qureo-online .sp_none {
		display: none;
	}

	.qureo-online .wrap_flex .img {
		margin-top: 30px;
	}
	
	.qureo-online .attention {
		margin-top: 30px;
	}


}