

.table111 {
  max-width: 800px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto 32px;
}

.table111 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.table111 .row:last-child {
  border-bottom: none;
}

.table111 .row .right, .table111 .row .center {
  width: 50%;
  height: 48px;
  line-height: 48px;
}

.table111 .row .right {
  background-color: #f5f5f5;
}




.table111 .row .center{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin:0 auto;
}


@media (min-width: 768px) {
  .table111 {
    font-size: 16px;
  }
  .table111 .row .right, .table111 .row .center {
    height: 60px;
    line-height: 60px;
  }


  .table111 .row .center{
    font-size: 22px;
    text-align: center;
    margin:0 auto;
  }

}















.corona{
	margin:0px auto 100px auto;
	padding:10px;
	border:1px solid #000;
	margin-top:50px;
}
@media screen and (max-width: 767px) {
	.corona{
		width:90%;
		margin: 350px auto 0 auto;
		padding:10px;
		border:1px solid #000;
		font-size:15px;
	}
	.corona p{
		text-align:left;
		font-size:13px;
	}
	#wake_interview{
		margin:0;
	}
}

.plan_box ul li table td div p.price .price_old{
	position: relative;
}
.plan_box ul li table td div p.price .price_old:after{
	content: "";
	width: calc(100% + 20px);
	height: 7px;
	position: absolute;
	top: 40%;
	left: 0px;
	background-color: #000;
	border-radius: 2px;
}
.plan_box ul li table td div p.price .price_new{
	color: red;
	display: block;
	margin-top: 10px;
}
.plan_box ul li table td div p.price .price_new span{
	font-weight: normal;
}
.plan_box ul li table td div p.price .price_new span:nth-of-type(1){
	color: #442602;
}

.limited-offer{
	position: fixed;
	width: 100%;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #f63876;
	line-height: 45px;
	font-weight: 700;
	top: unset;
	bottom: 0px;
	left: 100%;
	z-index: 9999;
	letter-spacing: 1px;
}

.limited-offer-inner{
	position: relative;
}

.limited-offer .limited-offer-info{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.limited-offer .limited-offer-info:not(:first-of-type){	
	display: none;
}

.flower_box{
	border: 2px dotted #EAA8BF;	/* 線の太さ・種類・色 */
	margin: 20px 10px;	/* 外側の余白 上下・左右 */
	padding: 15px 20px;	/* 内側の余白 上下・左右 */
	position: relative;
}
.flower_box:before{
	content: '＊';
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: -0.4em;
	left: -0.6em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}
.flower_box:after{
	content: '*';
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	bottom: -0.6em;
	right: -0.3em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}

.stripe_box{
	padding: 0px;
	position: relative;
	z-index: 0;
}
.stripe_box:before{
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.stripe_box:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}

ul.header_menu {
	width: 1200px;
	display: -webkit-flex; /* Safari対応のつもり */
	display: -ms-flexbox; /* IE10以下対応 */
	display: flex;
}
ul.header_menu li{
	font-family: "Sawarabi Mincho";
	list-style-type: none;
	width: 100%;
	text-align: center;	
	position: relative;
	font-size: 1.25em;
	vertical-align: middle;
}
ul.header_menu li:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 0px;	
}
ul.header_menu li:last-of-type:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 100%;	
}
ul.header_menu li a{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 80px;
}
ul.header_menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}
ul.header_menu li a:hover{
	text-decoration: none;
	opacity: 1;
	background-color: #ff526c;
}
ul.header_menu li a:hover:after{
	opacity: 0.7;
}

ul.header_menu li a span{
	display: block;
	width: 100%;
	transition: 0.3s;
}
ul.header_menu li a:hover span{
	transform: scale(1.2);
}

.header3 .top_box h3{
	text-align: center;
}


.tuukin header.live-kenkyu-header{
	height: auto;
}
.tuukin header.live-kenkyu-header h1.live-kenkyu-logo div {
	line-height: 1.7;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tuukin header.live-kenkyu-header h1.live-kenkyu-logo img{
	display: block;
}
.tuukin footer{
	padding-bottom: 100px!important;
}
@media(max-width: 768px) {
	.tuukin header.live-kenkyu-header{
		position: fixed;
		z-index: 999;
		height: 65px;
	}
	.tuukin #hd-spmenu ul.flex li a {
		font-size: 14px;
	}
	.taiken #page-tel {
		bottom: 5px;
	}
}


.btn_staff_info{
	padding-bottom: 50px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.btn_staff_info ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
}
.btn_staff_info ul li{
	margin-top: 50px;
}
.btn_staff_info a{
	background-color: #f0f0f0;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	color: #333;
	display: block;
	width: 255px;
	margin: 0px auto;
	transition: all 0.3s;
	padding: 20px 0px;
	line-height: 3em;
	box-sizing: border-box;
}
.btn_staff_info a:hover{
	text-decoration: none;
	background-color: #e0e0e0;
}
.btn_staff_info a span{
	display: block;
	text-align: center;
}
.btn_staff_info a span:nth-of-type(1){
	font-size: 1.65em;
}
.btn_staff_info a span:nth-of-type(2){
}
.btn_staff_info a span strong{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.5em;
}
@media(max-width: 768px) {
	.btn_staff_info ul {
		flex-wrap: wrap;
	}
	.btn_staff_info ul li{
		width: 100%;
		margin-top: 20px;
	}
	.btn_staff_info a{
		width: 100%;
		padding: 10px 0px;
	}
}




body.ranking, .ranking header.header3 .top_box, header.header4 .top_box {
	height: auto;
}
.ranking header {
	height: auto;
}
.ranking .top_box {
	position: relative;
	right: 0;
}
.ranking__month{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.ranking__month a{
	font-size: 25px;
}
.ranking__month .change_month{
	padding: 3px 10px;
	font-size: inherit;
	font-family: inherit;
}
.ranking__cat__items{
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.ranking__cat__item {
	padding: 0 10px;	
	cursor: pointer;
}
.ranking__cat__item.cat-active{
	border-bottom: 1px solid;
}
.ranking__cat__item span.pc{
	display: inline-block;
}
.ranking__items{
	margin: 30px auto;
	width: fit-content;
}
.ranking__item {
	display: none;
}
.ranking__item.cat-active{
	display: block;
}
.ranking__item table th{
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
}
.ranking__item table th img{
	width: 40px;
	height: 30px;
	display: inline-block;
}
.ranking__item table th span{
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 2px solid #6f6f70;
	color: #6f6f70;
	line-height: 25px;
}
.ranking__item table td{
	padding: 10px 20px;
	text-align: left;
}
.ranking__item>p{
	position: relative;
	margin: 50px auto;
	width: fit-content;
	top: unset;
	left: unset;
	font-weight: bold;
	text-align: center;
}


@media(max-width: 768px) {
	.ranking__inner{
		padding: 50px 0 20px;
	}
	.ranking__cat__item span.pc{
		display: none;
	}
	.ranking .corona {
		margin: 50px auto;
	}
}