/* リセット */
/*html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}*/

a {
	text-decoration: none;
	color: #222;

}

.menu_drawer-nav {
	margin: 2em 0 0;
	padding: 0%;
	background: #fff;
	box-sizing: border-box;
}

div#menu_modal {
	top: 0 !important;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.menu_container {
	left: 0 !important;
	width: 100% !important;
}
div#menu_modal div.menu_background {
     margin-top: 0 !important; 
    background-color: #ffffff;
    opacity: 1;
}
/* ここまでリセット */

.spNavContainer {
	padding: 30px 20px 70px;
}
@media screen and (max-width: 325px) {
/*ここにスマホ用スタイルを記述*/
.spNavContainer {
    padding: 30px 12px 70px;
}
}

.nav_header_wrap {
	display: flex;
	margin-bottom: 10px;/*40px;*/
	justify-content: space-between;
	align-items: center;
}

.nav_header_inner {
	width: 100%;
}

.nav_header_btnwrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #cacaca;
	box-shadow: 0px 4px 0px #cacaca;
	border-radius: 7px;
	cursor: pointer;
	padding: 10px 4px;
}
.btn_mo {
    background-color: #fc4785;
    color: #fff;
    box-shadow: 0px 4px 0px #a80437;
    border: 1px solid #fc4785;
}
.btn_mi {
    background-color: #17a800;
    color: #fff;
    box-shadow: 0px 4px 0px #0f5902;
    border: 1px solid #17a800;
}
.btn_ar {
    background-color: #ff9900;
    color: #fff;
    box-shadow: 0px 4px 0px #935503;
    border: 1px solid #ff9900;
}

.nav_header_btnwrap .fas {
	font-size: 28px;
	margin-bottom: 8px;
}

.nav_header_btnwrap span {
	font-size: 12px;/*10px;*/
	line-height: 1;
}
.keiyakusya .nav_header_inner {
    width: 100%;
}
.keiyakusya .nav_header_btnwrap {
    flex-direction: inherit;
    justify-content: space-between;
    padding: 15px 20%;
    margin-top: 0.5em;
	font-size: 2em;
}
@media screen and (max-width: 380px) {
/*ここにスマホ用スタイルを記述*/
.keiyakusya .nav_header_btnwrap {
    padding: 15px 15%;
}
}
.keiyakusya .nav_header_btnwrap span {
    font-size: 14px;
    line-height: 2;
}

.nav_category {
	text-align: left;
	padding: 10px 11px 15px 18px;
}

.nav_category li {
	font-weight: bold;
	line-height: 1;
	display: block;
	border-bottom: 1px solid #043786;
	position: relative;
}
.nav_category li a {
	background: none;
	display: block;
	padding: 20px 0px;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	color: #043786;
}

.nav_category>li>a.spmega_close:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url("images/plas.svg") no-repeat center center/contain;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.nav_category>li>a.open:after {
	background-image: url(images/minus.svg);
}

.nav_category>li.linkBtn>a:after {
	background: url(images/left_03.svg);
}
span.menu_name {
    display: inline-block;
    transform: translateY(-13%);
}
.nav_category li a i {
	margin-right: 4px;
	color: #043786;
	font-size: 22px;
	
    width: 25px;
    text-align: center;
}

.nav_category li a+.nav_submenu {
	display: none;
}

.submenu_wrap {
	padding-left: 34px;
}
li.submenu_inner {
	border-bottom: 1px dotted #ddd;
	position: relative;
}

.submenu_inner:after {
	content: "";
	display: block;
	background: url(images/left_03.svg) no-repeat center center/contain;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.submenu_inner:last-of-type {
	border: none;
}
li.ttlmenu_inner {
    position: relative;
}
.ttlmenu_inner:after {
    content: "";
    display: block;
    background: url(images/left_03.svg) no-repeat center center/contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ttlmenu_inner:last-of-type {
	border: none;
}
/* 閉じるボタン */
/*.btn_menu_modal_close {
	display: block;
	width: 55px;
	height: 66px;
	padding-bottom: 10px;
	overflow: hidden;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: #000;
	z-index: 9999;
}*/
.btn_menu_modal_close {
    display: block;
    width: 55px;
    height: 66px;
    padding-bottom: 10px;
    overflow: hidden;
    position: fixed;
    right: 20px !important;
    /* bottom: 0px; */
    background: #043786 !important;
    z-index: 9999;
    top: 33px !important;
}
.btn_menu_modal_close span {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #CACACA;
	position: absolute;
	left: 18px;
	transition: all 0.25s ease;
}

.btn_menu_modal_close span:nth-child(1) {
	transform: rotate(45deg);
	top: 22px;
	left: 17px;
}

.btn_menu_modal_close span:nth-child(2) {
	transform: rotate(-45deg);
	top: 22px;
	left: 17px;
}

.btn_menu_modal_close span:nth-child(3) {
	top: 40px;
	width: 100%;
	height: auto;
	left: 0;
	background: unset;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

/**/
.submenu_wrap2{
    display: flex;
    flex-wrap: wrap;
}
.nav_category .submenu_wrap2 li {
    width: 49%;
    text-align: center;
}
/*.nav_category .submenu_wrap2 li:last-child {
    width: 100%;
}*/
.nav_category,.nav_category ,.submenu_wrap2 li:nth-child(5) {
    width: 100%;    
	text-align: left;
    text-indent: 1em;
}
.submenu_wrap2 li:nth-child(3),.submenu_wrap2 li:nth-child(4){
      width: 49%;    
	text-align: center;
}
.submenu_wrap2 li:nth-child(5) {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.icon_plan {
    display: block;
    margin-bottom: 5px;
}
/**/

/* 料金プラン
-----------------------*/
li.submenu_inner2 span.icon_txt {
    font-size:clamp(12px,3.7vw,15px) !important;
}



