/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
.entry-content pre{
		background: #fef8f3;
    color: #3e3e3e;
}
.float__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
}
.float__btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
		margin:0;
}
.float__btn-list-item--tel {
    flex: 0 0;
}
.float__btn-link--tel {
    font-size: .625rem;
    line-height: 2;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 5px;
    color: #e6002d;
    font-family: "Cardo",serif;
    text-align: center;
}
.float__btn-icon-wrapper {
    font-size: 0;
    line-height: 0;
}
.float__btn-list-item--reserve, .float__btn-list-item--inquiry {
    flex: 1;
}
.float__btn-link--tel {
    font-size: .625rem;
    line-height: 2;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 5px;
    color: #e6002d;
    font-family: "Cardo",serif;
    text-align: center;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
@media screen and (min-width: 375px){
.float__btn-link--reserve {
    font-size: .875rem;
    line-height: 1.4285714286;
    background-size: 18px,18px;
    padding: 17px 35px;
}
}

@media screen and (min-width: 320px){
.float__btn-link--reserve {
    font-size: .75rem;
    line-height: 1.6666666667;
    background-size: 15px,15px;
}
}
.float__btn-link--reserve {
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    padding: 17px 30px;
    background-color: #e6002d;
    background-image: url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-reserve-white.svg),url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-link-arrow-white.svg);
    background-position: center left 10px,center right 10px;
    letter-spacing: -.1em;
    background-repeat:no-repeat;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 375px){
.float__btn-link--inquiry {
    font-size: .875rem;
    line-height: 1.4285714286;
    background-size: 18px,18px;
    padding: 17px 35px;
}
}
@media screen and (min-width: 320px){
.float__btn-link--inquiry {
    font-size: .75rem;
    line-height: 1.6666666667;
    background-size: 15px,15px;
}
}
.float__btn-link--inquiry {
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    padding: 17px 30px;
    background-color: #ba0002;
    background-image: url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-inquiry-white.svg),url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-link-arrow-white.svg);
    background-position: center left 10px,center right 10px;
    background-repeat:no-repeat;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
	  font-weight: bold;
}
@media screen and (min-width: 768px){
.float__btn {
    display:none;
}
}
#page-top{
	bottom:20px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
background: #f7cf2e;
font-weight: 700;
}
.comment_box {
	position: relative;
    padding: 7px;
    border-radius: 3px;
}
.comment_box:after, .comment_box:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comment_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-left: -10px;
}
.comment_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 12px;
	margin-left: -12px;
}
.comment_box_men{
	background: #e8f0fe;
	border: 1px solid #398cda;
}
.comment_box_men:after {
	border-bottom-color: #e8f0fe;
}
.comment_box_men:before {
	border-bottom-color: #398cda;
}
.comment_box_women{
	background: #fef8f3;
	border: 1px solid #ff7b7a;
}
.comment_box_women:after {
	border-bottom-color: #fef8f3;
}
.comment_box_women:before {
	border-bottom-color: #ff7b7a;
}

/* TOC */
div.single__index{
    border: 1px solid #eee!important;
	padding: 1em 1em 1em!important;
    min-width: 90%;
    margin: auto;
	margin-bottom:2em;
}
.entry-content ol li.index__item:before{
	content:none;
}
.entry-content .index__list{
  display: none;
}
.entry-content ol .index__item {
    padding-left: 0;
}
.index__list_child{
	    padding-left: 1em;
}
.toc-toggle-label{
	cursor:pointer;
}
.widgettitle{
	border-radius:0;
}
.widgettitle span {
    padding: 0.3em 0.8em;
}
.entry-content h2{
	padding: 0.5em 1.1em;
	border-radius:0;
	font-weight:700!important;
}
.entry-content .cta_button:after{
	content:unset!important;
}

/* t_under_cta */
.t_under_cta{
	width:100%;
	display:flex;
	margin-top: 30px;
}
.t_under_cta div {
	width:50%;
}
.t_under_cta div img{
	width:90%;
	margin-right: auto;
	display:block;
}
.t_under_cta p {
	font-size:14px;
	font-weight:700;
	margin-top:0;
}
.t_under_cta .t_under_cta_btn {
	background: #e6002d;
	color: #fff;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 12px;
	text-decoration:none;
	display: block;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 3px 0 #570202;
}
@media screen and (min-width:600px) {
	.t_under_cta p {
		font-weight:700;
		font-size:16px;
	}
	.t_under_cta .t_under_cta_btn {
		max-width: 300px;
		font-size: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media screen and (min-width:1000px) {
	.t_under_cta p {
		font-weight:700;
		font-size:18px;
	}
	.t_under_cta .t_under_cta_btn {
		max-width: 300px;
		font-size: 18px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media screen and (max-width:640px) {
	.entry-content .scroll{
		overflow-x:auto;
	}
	.entry-content .scroll table{
		min-width:640px;
	}
}
/* 記事の日付大きく*/
.byline .date{
	font-size:1.2em;
}