/* CSS Document */
/*トップページのCSS*/

.banner {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.cf{
	overflow:hidden;
}
.banner img {
  width: 100%;
  max-width: 960px;
}
.pickup_waku {
  margin: 0 0 20px 0;
}
.copy_text{
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 0 10px;
	line-height: 1;
	margin: 30px 0 20px 0;
	text-align: center;
	
}
.copy_text::before{
   content:"";
   display:inline-block;
   width:3px;
   height:38px;
   background-color:#393939;
   position:absolute;
   top:-10%;
   left:-10px;
   transform: rotate(-20deg);
}
.copy_text::after{
   content:"";
   display:inline-block;
   width:3px;
   height:38px;
   background-color:#393939;
   position:absolute;
   top:-10%;
   right:-10px;
   transform: rotate(20deg);
}

.pickup_waku .cont_waku .img {
  float: left;
  width: 312px;
}
.pickup_waku .cont_waku .img img {
  width: 100%;
}
.pickup_waku .cont_waku .text_waku {
  float: left;
  width: 350px;
  margin-left: 28px;
}
.pickup_waku .cont_waku .text_waku .title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #0050b2;
  margin: 3px 0;
}
.pickup_waku .cont_waku .text_waku .kakaku img {
  width: 90px;
  float: left;
}
.pickup_waku .cont_waku .text_waku .kakaku {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  display: block;
    line-height: 1;
}
.kakaku {
	width: 100%;
	margin: 7px;
	color: #FC0000;
	font-weight: bold;
	text-align: right;
}
.pickup_waku .cont_waku .text_waku .kakaku p {
  float: left;
  width: 256px;
  text-align: right;
  font-size: 50px;
  color: #F00;
  font-style: italic;
/*  margin-top: 10px;*/
}
.pickup_waku .cont_waku .text_waku .text {
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.pickup_waku .cont_waku .text_waku .btn {
  background-color: #ef5a24;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
  font-size: 19px;
  line-height: 100%;
}
.pickup_waku .cont_waku .text_waku .btn a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.pickup_waku .cont_waku .text_waku .btn img {
  vertical-align: middle;
  margin-right: 3px;
}
.kakakuhyo {
  margin: 15px 0 30px 0;
}
.kakakuhyo table {
  border-right: 1px solid #ccc;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
.kakakuhyo th {
  text-align: center;
  background: #EFEFEF;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.kakakuhyo td, .kakakuhyo th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}
.kakakuhyo th {
  height: 50px;
border-top: 1px solid #ccc;	
}
.kakakuhyo img {
  width: 120px;
  /*float: left;*/
  margin: 5px;
}
.kakakuhyo .class_title {
  width: 40%;
}
.kakakuhyo .kakaku_txt {
  font-size: 26px;
  color: #FF0000;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.kakakuhyo .class_name p {
  font-size: 12px;
  line-height: 120%;
}
.kakakuhyo .class_name b {
  font-size: 15px;
}
.kakakuhyo .class_name a {
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.kakakuhyo .class_name .box {
  padding: 0.2em 0.2em;
  margin: 0;
  background: white;
  border-left: solid 15px #20a937;
  /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);*/
  height: 170px;
}
.kakakuhyo .itiniti {
  width: 140px;
  display: flex;
  position: absolute;
  right: 5px;
  bottom: 0px;
  text-align: center;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  margin: 3px 0 0 0;
  color: #20a937;
  background: #fffb02; /*背景色*/
  border-left: solid 6px #20a937;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); /*影*/
}
.kakakuhyo .itiniti p {
  vertical-align: middle;
  margin: 0 auto;
  height: 100%;
  font-size: 13px;
  line-height: 100%;
  padding: 7px 0 5px 2px;
  text-decoration: none;
  font-weight: bold;
}
.kakakuhyo .itiniti a {
  display: block;
}
.kakakuhyo .class_name {
  position: relative;
}
.kakakuhyo .class_name::before {
  content: "〉";
  display: block;
  float: left;
  font-size: 16px;
  margin-top: 80px;
  margin-left: 4px;
  color: white;
  position: absolute;
}
.ribbon {
    margin-top: 10px;
  position: relative;
  padding: 11px 8px 5px 8px;
}
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 22px 15px 22px 0;
}
.top_setumei_waku {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top_setumei_waku .top_setumei {
  width: 210px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.top_setumei_waku .top_setumei:first-child {
  border-left: none;
}
.mitumori_kakaku {
  font-size: 24px;
  font-weight: bold;
  color: #FF0000;
  margin: 10px 0;
}
.mitumori_kakaku div {
  margin: 10px 0 5px 0;
  font-size: 13px;
  line-height: 120%;
  font-weight: normal;
  color: #000;
  width: 90%;
  text-align: left;
}
.mitumori_btn {
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  background-color: #D0EFF8;
	margin: 10px 0 0 0;
 }


.mitumori input[type="checkbox"] {
  width: 20px;
  height: 20px;
	margin: 5px 0 0 0;
}
.mitumori label{
	vertical-align: super;
	font-size: 14px;
	line-height: 100%;

}
.title_mini {
	font-size: 1.2rem;
	font-weight: bold;
	width: 100%;
}

.top_img img{
	margin: 0 0 10px 0;
}
.voice_list,.news_list,.konna_list{
	margin: 0 0 20px 0;
}

.top_riyou {
	border-collapse: collapse;
	margin-top: 5px;
}
.top_riyou td {
	border: 1px dotted #999999;
	/*font-weight:bold;*/
	text-align: center;
	padding: 5px;
}


.marugray_waku{
	padding: 10px;
	margin: 0 0 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.marugray_waku .title{
	font-size: 1.1rem;
	font-weight: bold;
}
.top_voice {
	margin-left: 10px;
}
.top_voice .time{
	text-align: right;
	margin-bottom: 3px;
}
.top_voice .seibetu{
		text-align: center;
	font-size: 13px;
	line-height: 110%;	
}
.top_voice .seibetu img{
	width: 40px;
	margin: 0 0 3px 0;
}

.top_news{

	width:100%;
}

.top_news li {
	border-left: solid 6px #2d8fdd;/*左側の線*/
	margin: 0 0 5px 0;
	padding: 1px;
}


.hukidashi {
	position: absolute;
	margin-top: 30px;
}






.mitumori .js-quick_class_id,.js-quick_price{
	width: 95%;
	font-size: 14px;
}


.top_rental_list{
	width:30%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:1%;
	border:#333 solid 1px;
}

.top_class_title{
	background-color:#20a937;
	font-size:14px;
	padding:5px;
	color:#FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_img_waku{
	margin:auto !important;
	float:none !important;
	padding:10px;
}

.top_class_subtitle{
	color:#FFF;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	
}

.top_class_price_waku{
	padding:5px;
	font-weight:bold;
}

.top_class_price{
	padding:3px 0px 0px 3px;
	font-weight:bold;
	font-size:20px;
}

/* GRC_SYS-343_S */
.recent_news {
	text-align: center;
	font-size: 40px;
	padding-bottom: 20px;
}
.recent_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent_news li {
    display: inline;
}
.news-text {
    border-left: solid 6px #2d8fdd;
    margin: 0 0 5px 0;
    padding: 1px 0 1px 10px;
}
/* GRC_SYS-343_E */

@media screen and (max-width: 640px) {
	
	.top_rental_list{
		width:100%;
	}
	
	.top_rental_ul{
		width:80%;
		margin: 0 auto;
	}
	
	.top_img_waku{
		width:80% !important;
	}
	
	
}