/*----------------------------------
*
*  マイページ テンプレート
*
*-----------------------------------*/

.page-template-mpbr-1on1-template,.page-template-mpbr-1on1-page-template,
.page-template-mpbr-1on1-template p,.page-template-mpbr-1on1-page-template p,
.page-template-mpbr-1on1-template h1,.page-template-mpbr-1on1-page-template h1,
.page-template-mpbr-1on1-template h2,.page-template-mpbr-1on1-page-template h2,
.page-template-mpbr-1on1-template h3,.page-template-mpbr-1on1-page-template h3,
.page-template-mpbr-1on1-template h4,.page-template-mpbr-1on1-page-template h4,
.page-template-mpbr-1on1-template h5,.page-template-mpbr-1on1-page-template h5,
.page-template-mpbr-1on1-template h6,.page-template-mpbr-1on1-page-template h6 {
	font-family:"Noto Sans JP",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, sans-serif; 
	color: #52616d;
	letter-spacing: 0.1rem;
}
.page-template-mpbr-1on1-page-template .main-color a,.page-template-mpbr-1on1-template .main-color a{
	color: #52616d;
}
.page-template-mpbr-1on1-page-template .main-color a:hover,.page-template-mpbr-1on1-template .main-color a:hover{
	color: rgb(82 97 109 / 60%) !important;
}
.page-template-mpbr-1on1-template .eng,.page-template-mpbr-1on1-page-template .eng{
	font-family: "Cormorant", 'Cochin','Cambria Math', serif;
}
.page-template-mpbr-1on1-template .jpn,.page-template-mpbr-1on1-page-template .jpn{
font-family:"Zen Old Mincho",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 
serif;;
}
.page-template-mpbr-1on1-template h1,.page-template-mpbr-1on1-page-template h1{
	font-size:10rem;
	line-height: 2;
}
.page-template-mpbr-1on1-template h2,.page-template-mpbr-1on1-page-template h2{
	font-size: 2.8rem;
	line-height: 2;
}
.page-template-mpbr-1on1-template h3,.page-template-mpbr-1on1-page-template h3{
	font-size: 2.2rem;
	line-height: 2;
}
.page-template-mpbr-1on1-template h4,.page-template-mpbr-1on1-page-template h4{
	font-size: 1.8rem;
	line-height: 2;
}
.page-template-mpbr-1on1-template p,.page-template-mpbr-1on1-page-template p{
    font-size: 1.5rem;
	line-height: 2;
}
.page-template-mpbr-1on1-template,.page-template-mpbr-1on1-page-template,
.page-template-mpbr-1on1-template tbody td,.page-template-mpbr-1on1-page-template tbody td {
	font-size: 1.5rem;
    color: #52616d;
}




/*----------------------------------------------------------------------------------------------------------------------------
*
* ------------------------------------------------------- MPBR TOP Header ----------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
.page-template-mpbr-1on1-template .drawer {
    position: fixed;
    z-index: 9999;
    right: 30px;
}
/* チェックボックスは非表示に */
.page-template-mpbr-1on1-template .drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.page-template-mpbr-1on1-template .drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 1rem 0 0;
}

/* ハンバーガーメニューのアイコン */
.page-template-mpbr-1on1-template .drawer-open span,
.page-template-mpbr-1on1-template .drawer-open span:before,
.page-template-mpbr-1on1-template .drawer-open span:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    border-radius: 3px;
    background: #52616d;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.page-template-mpbr-1on1-template .drawer-open span:before {
  bottom: 10px;
}

/* 三本線のうち一番下の棒の位置調整 */
.page-template-mpbr-1on1-template .drawer-open span:after {
  top: 10px;
	width: 30px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
.page-template-mpbr-1on1-template #drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
.page-template-mpbr-1on1-template #drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.page-template-mpbr-1on1-template #drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
	width: 40px;
}
  
/* メニューのデザイン*/
.page-template-mpbr-1on1-template .drawer-content {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 99;
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(5px);
    transition: 1s;
}

/* アイコンがクリックされたらメニューを表示 */
.page-template-mpbr-1on1-template #drawer-check:checked ~ .drawer-content {
    opacity: 1;
    left: 0;
}
/*reset*/
.page-template-mpbr-1on1-template .menus-wrap {border: none !important;}
.page-template-mpbr-1on1-template .primary-menu.collapse.navbar-collapse.nav-collapse {border: none !important;}
/*-------------------------------
 * 追加CSS　ハンバーガーメニュー
-------------------------------- */
/* ドロワーにメニューに収納 */
.page-template-mpbr-1on1-template #header{
	background: transparent;
}
.page-template-mpbr-1on1-template #header .sticky-wrapper {
    height: 100vh;
}
.page-template-mpbr-1on1-template #header .is-sticky .kleo-main-header {
	position: absolute !important;
	border: none;
	background: transparent;
	top: 0 !important;
    height: 100vh;
}
.page-template-mpbr-1on1-template #header .kleo-main-header > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
    height: 100vh;
}
.page-template-mpbr-1on1-template #header .kleo-main-header .navbar-header{
    line-height: 1 !important;
    display: block !important;
    height: auto !important;
    flex-grow: inherit;
}
.page-template-mpbr-1on1-template .header-two-rows #header .sticky-wrapper {
height: auto !important;
}
.page-template-mpbr-1on1-template .navbar-header .logo {
    height: auto !important;
    margin: 0;
    line-height: 2.4 !important;
}
.page-template-mpbr-1on1-template .navbar-header .logo img{
    margin: 0;
	line-height: 55px;
	height: 55px;
}
.page-template-mpbr-1on1-template #header .custom-menu.collapse.navbar-collapse.nav-collapse {
    height: auto !important;
    overflow: auto !important;
    padding: 0;
    max-height: none;
}
.page-template-mpbr-1on1-template .nav.navbar-nav {
    display: flex;
    flex-direction: column !important;
    gap: 2rem;
}
.page-template-mpbr-1on1-template .nav.navbar-nav::before,
.page-template-mpbr-1on1-template .nav.navbar-nav::after{
    display: none;
}
.page-template-mpbr-1on1-template .navbar-nav > li{
    display: block !important;
    width: 100%;
    height: auto !important;
    text-align: center;
}
.page-template-mpbr-1on1-template .navbar-nav > li > a {
	font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5 !important;
    color: #52616d;
}
.page-template-mpbr-1on1-template .navbar-nav > li.mpbr-top > a {
    font-size: 1.4rem;
}
.page-template-mpbr-1on1-template .navbar-nav > li > a:hover {
    opacity: 0.6;
}
/* .page-template-mpbr-1on1-template .kleo-main-header .nav.navbar-nav {
    display: block !important;
    width: 100%;
} */
/* .page-template-mpbr-1on1-template .nav-collapse ul:first-child > li {
    width: 100% !important;
    float: inherit !important;
}
.page-template-mpbr-1on1-template .nav-collapse ul:first-child > li a {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    width: 100%;
    margin: 0 30px !important;
    border-bottom: solid 1px #333;
    padding: 15px;
	line-height: inherit !important;
	color: #999;
}
.page-template-mpbr-1on1-template .nav-collapse ul:first-child > li a:hover {
    box-shadow: 0 2px 0 0 #c72f24;
    color: #c72f24;
} */
.page-template-mpbr-1on1-template .navbar .kleo-main-header {
	border: none !important;
	background: transparent !important;
}
.page-template-mpbr-1on1-template .kleo-main-header .nav > li > a:hover {box-shadow: none;}/*reset*/
/*------------------------------

  ハンバーガーメニュー END

------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
*
* ---------------------------------------------------- MPBR TOP Header END ----------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------
*
* ----------------------------------------------- MPBR 固定ページ Header -----------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/
.page-template-mpbr-1on1-page-template #header-logo-box{
	display: none;
}
/* チェックボックスは非表示に */
.page-template-mpbr-1on1-page-template .drawer-hidden {
  display: none;
}
.page-template-mpbr-1on1-page-template .drawer-open{
  display: none;
}
.page-template-mpbr-1on1-page-template #header .kleo-main-header{
    width: 100vw;
}
.page-template-mpbr-1on1-page-template #header .container{
    padding: 0;
    max-width: 1280px !important;
}
.page-template-mpbr-1on1-page-template .navbar-header .logo img{
    line-height: 50px;
    height: 50px;
}
.page-template-mpbr-1on1-page-template .navbar-nav>li>a{
    font-size: 1.8rem;
    margin: 0 20px;
	color: #52616d;
}
.page-template-mpbr-1on1-page-template .navbar-nav>li.mpbr-top{
    display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------
*
* ------------------------------------------------ MPBR 固定ページ Header END ------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
*
* -------------------------------------------------MPBR 固定ページ 内容 ---------------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/
.page-template-mpbr-1on1-page-template:not(.single-voice) .content-section {
    margin-bottom: 4rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .content-section .sec-ttl h2 {
    margin: 0rem 0 8rem;
    padding-left: 3rem;
    line-height: 1.5;
    border-left: 1px solid;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .content-section .sec-txt p{
    text-align: justify;
    letter-spacing: 0.05rem;
    margin: 2rem auto;
}


.page-template-mpbr-1on1-page-template:not(.single-voice) .article-content > .wpb-content-wrapper{
    display: flex;
    max-width: 1280px;
    width: 90vw;
    margin:auto;
    padding-bottom: 12rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap{
    padding: 0;
    margin: 0;
    width: 425px;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap > section,
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap > section > div{
    height: 100%;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav{
    position: sticky;
    top: calc(12rem + 88px);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav h1{
    line-height: 1;
    margin: 0 auto 4rem;
    color: var(--main-color);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav ul{
    list-style: none;
    padding-left: 27px;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav li{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav li a{
    position: relative;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link {
    color: var(--text-color-60);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link:hover {
    color: var(--text-color) !important;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 15px);
    margin: auto;
    width: 12px;
    height: 1px;
    background: var(--text-color-60);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link.active {
    color: var(--text-color);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link.active::before {
    background: var(--text-color);
}


.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-main-content-wrap{
    padding: 0;
    margin: 0;
    width: calc(100% - 425px);
}
/*----------------------------------------------------------------------------------------------------------------------------
*
* -------------------------------------------------MPBR 固定ページ 内容 END ---------------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
*
* ------------------------------------------------------- MPBR Footer ---------------------------------------------------------
*
*----------------------------------------------------------------------------------------------------------------------------*/
.mpbr-footer-wrapper{
    padding: 0;
    margin: 0;
}
.mpbr-footer-wrapper > .main-color{
    background: #0b214b;
    color: #fff;
    position: relative;
}
.mpbr-footer-wrapper > .main-color::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: max(3rem, 4.167%);
    border-bottom-left-radius: clamp(30px, 4vw, 60px);
    border-bottom-right-radius: clamp(30px, 4vw, 60px);
    background: #fff;
}
#mpbr-footer{
    max-width: 1100px;
    width: 90vw;
    margin: auto;
    padding: 14rem 0 4rem;
}
#mpbr-footer .row1 > .vc_col-sm-12 > div > .wpb_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 6rem;
	margin: 0 0 6rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
#mpbr-footer .row1 .img,#mpbr-footer .row1 .menu{
    margin: 0;
}
#mpbr-footer .row1 .img img{
    max-width: 200px;
}
#mpbr-footer ul{
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 6rem;
}
#mpbr-footer ul li{
	position: relative;
}
#mpbr-footer ul li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(-3rem + 0.5px);
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 30%);
}
#mpbr-footer ul li a{
	font-size: 1.6rem;
    color: #c9caca;
    border: none;
    padding: 0;
}
#mpbr-footer ul li a:hover {
	opacity: 0.6;
    color: #c9caca !important;
}
#mpbr-footer .row2 > .vc_col-sm-12 > div > .wpb_wrapper{
    display: flex;
    flex-direction: column;
}
#mpbr-footer .row2 .footer-txt,#mpbr-footer .row2 .footer-btn{
    margin: 0 0 2rem;
}
#mpbr-footer .row2 p{
    margin: 0;
}
#mpbr-footer .footer-txt p {
	color: #c9caca;
}
#mpbr-footer .footer-btn p a{
	position:relative;
    color: #c9caca;
    padding-right: 20px;
}
#mpbr-footer .footer-btn p a:hover{
	opacity: 0.6;
    color: #c9caca !important;
}
#mpbr-footer .footer-btn p a::after{
    content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 12px;
	background: url(https://masterpiece-bodyroom.com/mpbr/wp-content/uploads/2025/07/icon_openwindow.png) no-repeat center /contain;
}
#mpbr-footer .footer-btn p a.mpbr-top{
    padding: 0;
}
#mpbr-footer .footer-btn p a.mpbr-top::after{
    display: none;
}
#mpbr-footer .footer-link{
	margin: 0;
}
#mpbr-footer .footer-link > .wpb_wrapper{
    display: flex;
}
#mpbr-footer .footer-link p a{
    font-size: 1.2rem;
    text-decoration: underline;
	position:relative;
    color: #c9caca;
    padding-right: 20px;
}
#mpbr-footer .footer-link p a:hover {
	opacity: 0.6;
    color: #c9caca !important;
}

body[class*="page-template-mpbr-1on1"] #socket,.page-template-mpbr-1on1-page-template #socket{
    background: #0b214b;
}
body[class*="page-template-mpbr-1on1"] #socket > .container,.page-template-mpbr-1on1-page-template #socket > .container{
    width: 90vw;
    max-width: 1100px;
    margin: auto;
    padding: 0;
}
body[class*="page-template-mpbr-1on1"] #socket p,.page-template-mpbr-1on1-page-template #socket p{
    font-size: 1.2rem;
    font-family: "Zen Old Mincho", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: left !important;
    color: #c9caca;
    margin: 0 auto 2rem;
}
body[class*="page-template-mpbr-1on1"] #socket .gap-10,.page-template-mpbr-1on1-page-template #socket .gap-10 {
    display: none
}
/*----------------------------------
*
*  Footer END
*
*-----------------------------------*/











/*****************************************************************************************************************************
 
                                             画面サイズ　バリエーション

******************************************************************************************************************************/
@media (max-width:767px){
	
/*----------------------------------
*
*  MPBR TOP Header
*
*-----------------------------------*/
#header-logo-box{
	display:block;
}
.page-template-mpbr-1on1-template .drawer {
    right: 0px;
}
.page-template-mpbr-1on1-template .drawer-open{
    margin: 0rem 0 0;
}
.page-template-mpbr-1on1-template .drawer-open span,
.page-template-mpbr-1on1-template .drawer-open span:before,
.page-template-mpbr-1on1-template .drawer-open span:after {
    width: 30px;
}
.page-template-mpbr-1on1-template #drawer-check:checked ~ .drawer-open span::after {
    width: 30px;
}
.page-template-mpbr-1on1-template .drawer-open span:after {
    width: 15px;
}
.page-template-mpbr-1on1-template .navbar-header .logo>a {
    text-align: center;
}
.page-template-mpbr-1on1-template .navbar-header .logo img {
    line-height: 45px;
	height: 45px;
}
.page-template-mpbr-1on1-template #header .navbar-nav li a  {
	padding: 15px 0;
    text-transform: none;
}
.page-template-mpbr-1on1-template #header .custom-menu.collapse.navbar-collapse.nav-collapse {
	display: block !important;
}
.page-template-mpbr-1on1-template #header .navbar-nav {
	gap: 0;
}
/*----------------------------------
*
*  MPBR TOP Header END
*
*-----------------------------------*/
	
/*----------------------------------
*
*  MPBR 固定ページ Header
*
*-----------------------------------*/
.page-template-mpbr-1on1-page-template #header-logo-box{
	display: block;
}
.page-template-mpbr-1on1-page-template #header-logo-box .logo{
    margin: 0;
    line-height: 60px;
    height: 60px;
    margin-left: 10px;
}
.page-template-mpbr-1on1-page-template #header-logo-box .logo img{
    height: 35px;
    line-height: 35px;
}

/*------------------------------
ここから下がハンバーガーメニューに関するCSS
------------------------------*/
.page-template-mpbr-1on1-page-template .drawer {
    position: fixed;
    z-index: 9999;
    right: 0px;
}
/* チェックボックスは非表示に */
.page-template-mpbr-1on1-page-template .drawer-hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.page-template-mpbr-1on1-page-template .drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 0rem 0 0;
}

/* ハンバーガーメニューのアイコン */
.page-template-mpbr-1on1-page-template .drawer-open span,
.page-template-mpbr-1on1-page-template .drawer-open span:before,
.page-template-mpbr-1on1-page-template .drawer-open span:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    border-radius: 3px;
    background: #52616d;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.page-template-mpbr-1on1-page-template .drawer-open span:before {
  bottom: 10px;
}

/* 三本線のうち一番下の棒の位置調整 */
.page-template-mpbr-1on1-page-template .drawer-open span:after {
  top: 10px;
    width: 15px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
.page-template-mpbr-1on1-page-template #drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
.page-template-mpbr-1on1-page-template #drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.page-template-mpbr-1on1-page-template #drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
    width: 30px;
}
  
/* メニューのデザイン*/
.page-template-mpbr-1on1-page-template .drawer-content {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 99;
    background: rgb(255 255 255 / 85%);
    transition: 1s;
}

/* アイコンがクリックされたらメニューを表示 */
.page-template-mpbr-1on1-page-template #drawer-check:checked ~ .drawer-content {
    opacity: 1;
    left: 0;
}
/*reset*/
.page-template-mpbr-1on1-page-template .menus-wrap {border: none !important;}
.page-template-mpbr-1on1-page-template .primary-menu.collapse.navbar-collapse.nav-collapse {border: none !important;}
/*-------------------------------
 * 追加CSS　ハンバーガーメニュー
-------------------------------- */
/* ドロワーにメニューに収納 */
.page-template-mpbr-1on1-page-template #header{
	background: transparent;
}
.page-template-mpbr-1on1-page-template #header .sticky-wrapper {
    height: 100vh;
}
.page-template-mpbr-1on1-page-template #header .is-sticky .kleo-main-header {
	position: absolute !important;
	border: none;
	background: transparent;
	top: 0 !important;
    height: 100vh;
}
.page-template-mpbr-1on1-page-template #header .kleo-main-header > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3rem;
    height: 100vh;
}
.page-template-mpbr-1on1-page-template #header .kleo-main-header .navbar-header{
    line-height: 1 !important;
    display: block !important;
    height: auto !important;
    flex-grow: inherit;
}
.page-template-mpbr-1on1-page-template .header-two-rows #header .sticky-wrapper {
height: auto !important;
}
.page-template-mpbr-1on1-page-template .navbar-header .logo {
    height: auto !important;
    margin: 0;
    line-height: 2.4 !important;
}
.page-template-mpbr-1on1-page-template .navbar-header .logo>a {
   text-align: center;
}
.page-template-mpbr-1on1-page-template .navbar-header .logo img{
    margin: 0;
}
.page-template-mpbr-1on1-page-template #header .custom-menu.collapse.navbar-collapse.nav-collapse {
	display: block !important;
    height: auto !important;
    overflow: auto !important;
    padding: 0;
}
.page-template-mpbr-1on1-page-template #header .nav.navbar-nav {
    display: flex;
    flex-direction: column !important;
    gap: 0rem;
}
.page-template-mpbr-1on1-page-template #header .navbar-nav > li{
    display: block !important;
    width: 100%;
    height: auto !important;
    text-align: center;
}
.page-template-mpbr-1on1-page-template #header .navbar-nav > li > a {
    font-size: 2rem;
    letter-spacing: 0.1rem;
/*     line-height: 2.4 !important; */
    color: #52616d;
	padding: 15px 0;
    text-transform: none;
}
.page-template-mpbr-1on1-page-template #header .navbar-nav > li.mpbr-top > a {
    font-size: 1.4rem;
}
.page-template-mpbr-1on1-page-template #header .navbar-nav > li > a:hover {
    opacity: 0.6;
}
.page-template-mpbr-1on1-page-template .navbar .kleo-main-header {
	border: none !important;
	background: transparent !important;
}
.page-template-mpbr-1on1-page-template .kleo-main-header .nav > li > a:hover {box-shadow: none;}/*reset*/
/*------------------------------
 ハンバーガーメニュー END
------------------------------*/

/*----------------------------------
*
*  MPBR 固定ページ Header END
*
*-----------------------------------*/
/*----------------------------------
*
*  MPBR 固定ページ 内容 
*
*-----------------------------------*/

.page-template-mpbr-1on1-page-template:not(.single-voice) .content-section .sec-ttl h2 {
    font-size: 2.2rem;
    padding-left: 1.5rem;
	margin: 8rem auto 4rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap .nav-link-wrap{
	margin-top: 4rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .article-content > .wpb-content-wrapper {
    flex-direction: column;
    padding: 8rem 0 4rem;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap,
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-main-content-wrap {
    width: 100%;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav h1 {
    margin: 0 auto;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav li {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 15px;
    border-left: 1px solid var(--text-color-60);
}
.page-template-mpbr-1on1-page-template:not(.single-voice) .mpbr-nav-wrap #side-nav .nav-link::before {
    display: none;
}
/*----------------------------------
*
*  MPBR 固定ページ 内容 END
*
*-----------------------------------*/
/*----------------------------------
*
*  MPBR 固定ページ footer
*
*-----------------------------------*/
#mpbr-footer {
    width: 80vw;
    padding: 11rem 0 2rem;
}
#mpbr-footer .row1 > .vc_col-sm-12 > div > .wpb_wrapper {
    flex-direction: column-reverse;
	align-items: flex-start;
    margin: 0;
    padding: 0;
    border: none;
}
#mpbr-footer .row1 .img{
    width: 100%;
    margin-top: 6rem;
	margin-bottom: 3rem;
	padding-top: 6rem;
	border-top: 1px solid rgb(255 255 255 / 30%);
}
#mpbr-footer ul {
    gap: 3rem;
	flex-direction: column;
}
#mpbr-footer ul li:not(:last-child)::after {
    display: none;
}
#mpbr-footer .row2 .footer-btn {
    margin-bottom: 2rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
#mpbr-footer .footer-btn p {
    text-align: left;
    margin: 0 0 2rem;
    line-height: 1.3;
}
#mpbr-footer .footer-btn p:last-child {
    margin: 0 ;
}
#mpbr-footer .footer-btn p a {
   display: inline;
   margin-top: 0rem;
   padding-right: 30px;
}
#mpbr-footer .footer-btn p a::after {
   top: auto;
   bottom: 2px;
   right: 5px;
}	
#mpbr-footer .footer-link > .wpb_wrapper {
    justify-content: space-between;
}
#mpbr-footer .footer-link p a {
    padding-right: 0;
}
body[class*="page-template-mpbr-1on1"] #socket{
	padding-bottom: 7rem;	
}
body[class*="page-template-mpbr-1on1"] #socket > .container{
    padding: 0;
    width: 80vw;
}
body[class*="page-template-mpbr-1on1"] #socket p{
	text-align: center !important;
}
	
/*----------------------------------
*
*  MPBR 固定ページ footer END
*
*-----------------------------------*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
}
	
	
	
