@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
a{outline: none;}
a:focus{outline:none;}
a {text-decoration: none;}

body {
	min-width: 1020px;
}

body a:link,
body a:visited {
    text-decoration: underline;
    color: #ef5823;
}


body a:hover {
	text-decoration: none;
}

img{
	vertical-align:bottom;
	border: none;
}
#lp_wrapper {
	width:100%;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	/* font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}


/*商品一覧用　ここから///////////////////////////////////////////// */
p, dl, dt, dd, ul li{
	margin: 0px;
	padding: 0px; 
}
h4, h5{
	margin: 0px 0px 0px 0px;
	padding: 0px; 
}
li{ list-style-type: none;}
.top_btn{ float:right;}


/* -----------------------------------------------------------
 ClearFix
----------------------------------------------------------- */
/* div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after{
height:0;
visibility:hidden;
content:".";
display:block;
clear:both;
} */

/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

/* for IE6 and below */
/*\*/
* html .clearfix{
height:1%;
}
/* ClearFix End */


/*商品一覧用 ここまで///////////////////////////////////////////// */




/*新規CSS/////////////////////////////////////////////////////  */

/* ▼ これアクティブにすると商品一覧がある場合スクロール時間かかりすぎ注意*/
html { scroll-behavior: smooth;}



/* common ------------------------------ */
#page {
	overflow: hidden;
}
#pro_wrapper {
	width: 100%;
}
.sgmv {
	/* margin-top: 20px; */
}
.mv_page {
	font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
}
.mv_page div:after, .mv_page ul:after, .mv_page ol:after, .mv_page dl:after, .mv_page .clearfix:after {
  display: none !important;
}
.sp_only { display: none;}
.pc_only { display: inline-block;}

.section {
  margin-bottom: 40px;
}
.w1000px{
	width: 1024px;
	margin: auto;
}
.content {
	text-align: left;
}
.center {
	text-align: center;
	width: 100%;
}
.main_visual {
	margin: 0px 0 40px;
}
.w_full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media (max-width: 1024px) {
	.w_full {
		margin: 0;
		min-width: 1024px;
	}
}
.mv_full_inner {
	width: 1024px;
	margin: 0 auto;
}

p.pageTop a {
    background: #787155;
    overflow: hidden !important;
    width: 80px !important;
    height: 41px !important;
    display: block;
    border-radius: 5px;
}
p.pageTop a:hover {
	opacity: 0.8;
}

/* 汎用クラス ---------------------------------------- */
.mv_flex { display: flex;}
.mv_flex_c {justify-content: center;}
.mv_flex_1 {
	flex: 1;
}

.ml_auto {margin-left: auto  !important;}
.mr1rem {margin-right: 1rem !important;}
.ml1rem {margin-left: 1rem !important;}

.ml0 {margin-left: 0 !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.ml5 {margin-left: 5px !important;}
.mr8 {margin-right: 8px !important;}
.ml8 {margin-left: 8px !important;}

.mt15{margin-top: 15px !important;}
.mt25{margin-top: 25px !important;}
.mt35{margin-top: 35px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}

.fs14 {font-size: 14px !important;}
.fs15 {font-size: 15px !important;}
.fs16 {font-size: 16px !important;}
.fs17 {font-size: 17px !important;} 
.fs18 {font-size: 18px !important;}
.ta-c {text-align: center !important;}
.ta-l {text-align: left !important;}
.ta-r {text-align: right !important;}

/* リスト 中黒 */
.circle {
	padding-left:0;
}
.circle > li {
	padding-left:1.1em;
	position:relative;
	list-style: none;
	text-align: left;
}
.circle > li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
/* リスト ※ */
.kome {
	padding-left:0;
}
.kome > li {

	position:relative;
	list-style: none;
}
.kome > li > span {
	padding-left:1.2em;
}

.kome > li:before {
	content: '※';
	position: absolute;
}


/* icon
 --------------------------------------- */

.icon {
	display: inline-block;
}
.icon-arrow-bottom-w {
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/icon-arrow-bottom-w.png) no-repeat;
	width: 16px;
	height: 10px;
}
.icon-arrow-bottom-p {
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/icon-arrow-bottom-p.png) no-repeat;
	width: 16px;
	height: 10px;
}
.icon-arrow-bottom-p {
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/icon-arrow-bottom-p.png) no-repeat;
	width: 16px;
	height: 10px;
}

.icon-blank {
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/icon-blank.png) no-repeat;
	width: 20px;
	height: 20px;
}

/* num
 --------------------------------------- */
[class^="num"] {
	background: #eb4c7d;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0 8px 0 0;
}
.num1 img {margin-right: 1px;}

[class^="num"] + * {
	display: flex;
	justify-content: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}

/* ナビ / CVボタン
 --------------------------------------- */
 .mv_nav .w_full {
	height: 90px;
    background-color: #1d2088;
    display: flex;
    justify-content: center;
    line-height: 1;
		/* transition: height 0.06s ease-out; */
}



.mv_nav_links {
	display: flex;
	padding: 0 10px;
}

.mv_nav_list {
	display: flex;
    align-items: center;
	padding: 0 20px;
}
.mv_nav_list > li {
	padding-left: 55px;
}
.mv_nav_list > li:first-child {
	padding-left: 0;
}
.mv_nav_list > li a {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}
.mv_nav_list > li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.mv_nav_list > li a span {
	padding-right: 15px;
}
.mv_nav_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
}
.mv_nav_btn a {
	background-color: #f4d31c;
	color: #000 !important;
	display: block;
	box-sizing: border-box;
	width: 268px;
	font-size: 16px;
	line-height: 1;
	padding: 18px 20px 19px 20px;
	border-radius: 40px;
	font-weight: bold;
	text-decoration: none !important;
}
.mv_nav_btn a:hover {
	text-decoration: none;
	background-color: #dbbd19;
}

.mv_nav_btn a .icon-blank {
	vertical-align: top;
	margin: -2px 0 0 10px;
}

/* デネブサイトへの遷移方法 */
.to_deneb_site_top {
	align-items: center;
	margin-left: auto;
}
.to_deneb_site_top p {
	font-size: 13px;
	color: #fff;
	line-height: 1.6;
	text-align: left;
}
.indent_text {
	text-indent: -1em;
	padding-left: 1em;
}

.to_deneb_site {
	color: #fff;
	line-height: 1.6;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
}
.to_deneb_site p {
	margin-right: 50px;
}
.mv_cv_area .w_full {
	background-color: #1d2088;
}
.mv_cv_area_btn {
	padding: 37px 0 43px;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}

.mv_contents_cv_btn {
	background-color: #f4d31c;
	color: #000 !important;
	width: 550px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	display: block;
	border-radius: 40px;
	padding: 30px 0 ;
	text-decoration: none !important;
}
.mv_contents_cv_btn:hover {
	background-color: #dbbd19;
	text-decoration: none;
}
.mv_contents_cv_btn .icon-blank {
	margin-left: 15px;
	vertical-align: top;
}
/* メインビジュアル
 --------------------------------------- */
.mv_main_visual {
	height: 455px;
	background-color: #b3e5fc;
		/* transition: margin-top 0.1s ease-out; */
}

.mv_main_visual .w_full {
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/mv_main_visual_bg.png) center 62% no-repeat #b3e5fc;
	background-position: 50% 62%;
}

.mv_main_visual .mv_main_visual_box{
	position: relative;
}
.mv_main_visual .mv_main_visual_box h1 img {

}

.mv_main_visual .mv_new_arrival {
	position: absolute;
	top: -4px;
	left: 54px;
}

/* 「買う」だけでなく「調べる」でも便利
 --------------------------------------- */

.mv_main_visual_bottom {
	margin: 67px 0 50px 0;
}
.mv_main_visual_bottom strong {
	display: block;
	margin: 0 50px 25px 0;
}
.mv_main_visual_bottom strong + p {
	margin-bottom: 55px;
}

.mv_main_visual_bottom_list {
	display: flex;
	width: 100%;
}
.mv_main_visual_bottom_list > li {
	width: calc(100% / 3 - 40px);	
}
.mv_main_visual_bottom_list > li:nth-child(1) {margin-left: 25px;}
.mv_main_visual_bottom_list > li:nth-child(2) {margin-left: 50px;}
.mv_main_visual_bottom_list > li:nth-child(3) {margin-left: 50px;}


.mv_main_visual_bottom_list > li > .lead {
	font-weight: bold;
	display: block;
    margin: 0 0 10px 8px;
    line-height: 1;
}
.mv_main_visual_bottom_list > li:nth-child(1) > .lead {color:#eb4c7d;}
.mv_main_visual_bottom_list > li:nth-child(2) > .lead {color:#10b9da;}
.mv_main_visual_bottom_list > li:nth-child(3) > .lead {color:#ff9602;}



.mv_main_visual_bottom_list > li > a {
	display: block;
	padding: 25px 20px;
	color:#fff;
	line-height: 1;
	font-weight: bold;
	text-align: left;
}

.mv_main_visual_bottom_list > li > a > .icon {
	margin-top: 3px;
    vertical-align: top;
}
.mv_main_visual_bottom_list > li > a,
.mv_main_visual_bottom_list > li > a:hover {
	text-decoration: none;
}


.mv_main_visual_bottom_list > li:nth-child(1) > a > .icon {
	margin-right: 22px;
}
.mv_main_visual_bottom_list > li:nth-child(2) > a > .icon {
	margin-right: 48px;
}
.mv_main_visual_bottom_list > li:nth-child(3) > a > .icon {
	margin-right: 44px;
}

.mv_main_visual_bottom_list > li:nth-child(1) > a { background: #eb4c7d;}
.mv_main_visual_bottom_list > li:nth-child(2) > a {	background: #10b9da;}
.mv_main_visual_bottom_list > li:nth-child(3) > a {	background: #ff9602;}
.mv_main_visual_bottom_list > li > a:hover { opacity: 0.8;}
.mv_main_visual_bottom_list > li > a:hover {text-decoration: none;}

.mv_main_visual_bottom_list > li:nth-child(1) > ol > li {
	text-align: left;
	margin-top: 22px;
	line-height: 1;
}
.mv_main_visual_bottom_list > li:nth-child(1) > ol > li > a {
	color:#eb4c7d;
	padding: 0 20px;
	text-decoration: none;
}
.mv_main_visual_bottom_list > li:nth-child(1) > ol > li > a > .icon {
	margin-right: 15px;
}
.mv_main_visual_bottom_list > li:nth-child(1) > ol > li > a:hover {
	opacity: 0.8;
	text-decoration: underline;
}




/* カンタン基本の使い方
--------------------------------------- */
.mv_basic_usage .w_full {
	background: #fff;
	padding: 78px 0 90px;
}
.mv_basic_usage h2 {
	margin-bottom: 27px;
}

.mv_basic_usage h3 {
	background: #eb4c7d;
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 36px;
	margin-bottom: 35px;
}
.mv_basic_usage h4 {
	color: #eb4c7d;
	border-top: solid 1px #eb4c7d;
	border-bottom: solid 1px #eb4c7d;
	font-weight: bold;
	padding: 15px 20px;
	line-height: 1;
	margin-bottom: 15px;
	font-style: 18px;
}
.mv_basic_usage h5.sub_ttl {
	padding: 0 20px;
	margin-bottom: 10px;
}
.mv_basic_usage .ttl_lead {
	padding: 0 20px;
	margin-bottom: 10px;
}

.basic_usage-login-area h5 {
	font-size: 18px;
}


.mv_basic_usage_step {
	display: flex;
	margin-bottom: 30px;
}
/* .mv_basic_usage_step > li {
	width: calc(100% / 3 - 40px);	
} */
.mv_basic_usage_step > li:nth-child(1) {width: 320px;}
.mv_basic_usage_step > li:nth-child(2) {width: 320px;}
.mv_basic_usage_step > li:nth-child(3) {width: 325px;}

.mv_basic_usage_step > li:nth-child(1) {margin-left: 0px;}
.mv_basic_usage_step > li:nth-child(2) {margin-left: 25px;}
.mv_basic_usage_step > li:nth-child(3) {margin-left: 25px;}

.mv_basic_usage_step .picture {
	margin-bottom: 26px;
}
.mv_basic_usage_step > li:nth-child(1) .picture_lead {padding-left: 25px;}
.mv_basic_usage_step > li:nth-child(2) .picture_lead {padding-left: 30px;}
.mv_basic_usage_step > li:nth-child(3) .picture_lead {padding-left: 25px;}



.mv_basic_usage_step + .kome {
	margin-bottom: 20px;
}
.basic_usage-login-area {
	text-align: left;
	padding: 0 15px;
}
.basic_usage-login-area dl {
	margin-bottom: 30px;
	padding: 20px 20px;
	border: solid 1px #ccc;
}

.basic_usage-login-area dt h5 {
	line-height: 1;
	margin-bottom: 8px;
	font-weight: bold;
}

.basic_usage-login-area dd {
	line-height: 1.4;
}

.basic_usage-login-area .lead {
	margin-bottom: 25px;
	padding: 0 20px;
}






.basic_usage-login-area .picture_pw {
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
.basic_usage-login-area .picture_pw > li:nth-child(1) {
	margin-left: 0;
	width: 50%;
}
.basic_usage-login-area .picture_pw > li:nth-child(2) {
	margin-left: 50px;
	width: calc(50% - 50px);
}
.basic_usage-login-area .picture_pw > li > .picture.forgot01 img,
.basic_usage-login-area .picture_pw > li > .picture.forgot02 img {
	width: 450px;
}
.picture.forgot03 img {
	width: 410px;
	border: solid 1px #ccc;
}

.basic_usage-login-area .picture_pw h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
.basic_usage-login-area .picture_pw .picture + p {
	margin-top: 20px;
}
.basic_usage-login-area .picture_pw .picture_lead_num > li {
	display: flex;
	margin-bottom: 15px;
}
.basic_usage-login-area .picture_pw + .picture_lead {
	font-weight: normal;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 40px;
}


.basic_usage-login-area .picture_pw_tc {
	padding: 0 20px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
.basic_usage-login-area .picture_pw_tc + dl {
	margin: -15px 20px 0;
}

.basic_usage-login-area .picture_pw_tc h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
.basic_usage-login-area .picture_pw_tc .picture {
	margin-bottom: 20px;
}
.basic_usage-login-area .picture_pw_tc .picture_lead_num {
	display: flex;
}

.basic_usage-login-area .picture_pw_tc .picture_lead_num > li {
	display: flex;
	margin-bottom: 15px;
}

.basic_usage-login-area .picture_pw_tc .picture_lead_num > li:nth-child(2) {
	margin-left: 116px;
}


.basic_usage-login-area .picture_pw_tc .picture_lead {
	font-weight: normal;
}



/* 高度な検索機能 */
.mv_search_func .w_full{
	background: #f6f9fa;
	padding: 78px 0 10px;
}

.mv_search_func h2 {
	margin-bottom: 40px;
}

.mv_search_func_num {
	display: flex;
	flex-wrap: wrap;
}
.mv_search_func_num > li:nth-child(-n+3) {
	width: calc(100% / 3 - 45px);
	margin-left: 66px;
}
.mv_search_func_num > li:nth-child(1) {margin-left: 10px;}
.mv_search_func_num > li:nth-child(2) {margin-left: 60px;}
.mv_search_func_num > li:nth-child(3) {margin-left: 60px;}

.mv_search_func_num > li:nth-child(4) {
	flex: 1;
}
.mv_search_func_num > li:nth-child(5) {
	width: calc(100% / 3 - 44px);
	margin: 0 2px 0 60px;
}
.mv_search_func_num > li:nth-child(-n+3) .picture {
	min-height: 455px;
}
.mv_search_func_num > li:nth-child(4) .picture,
.mv_search_func_num > li:nth-child(5) .picture  {
	height: 167px;
}
.mv_search_func_num > li:nth-child(4) .picture img + img {
	padding-left: 25px;
}
.mv_search_func .mv_ttl_func {
	width: 191px;
	line-height: 1;
	padding: 10px;
	border-radius: 40px;
	background: #10b9da;
	box-sizing: border-box;
	margin: 0 auto 25px;
}
.mv_search_func .mv_ttl_sub {
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
	min-height: 56px;
}

.mv_search_func_num .picture_lead {
	padding: 0 0 0 10px;
	margin-bottom: 90px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
.mv_search_func_num > li:nth-child(2) .picture_lead {
	padding: 0 0 0 20px;	
}
.mv_search_func_num > li:nth-child(4) .picture_lead {
    width: calc(100% / 2);
    box-sizing: border-box;
	padding-left: 23px;
}
.mv_search_func_num > li:nth-child(4) .picture_lead:first-child {
	padding-left: 25px;
}


/* その他便利な機能 */
.mv_other_func .w_full {
	background: #fff;
	padding: 85px 0 85px;
}

.mv_other_func h2 {
	margin-bottom: 70px;
}

.mv_other_func_num {
	display: flex;
	flex-wrap: wrap;
}
.mv_other_func_num > li:nth-child(-n+3) {
	width: calc(100% / 3 - 45px);
	margin-left: 66px;
}
.mv_other_func_num > li:nth-child(1) {
	margin: 0;
}
.mv_other_func_num > li:nth-child(4) {
	flex: 1;
	position: relative;
	text-align: left;
}
.mv_other_func_num > li:nth-child(4)::before {
	content: '';
	position: absolute;
    top: 362px;
    left: 305px;
	width: 96px;
	height: 67px;
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/mv_arrow_detail.png) no-repeat;
	background-position: -25px 0;
}
.mv_other_func_num > li:nth-child(4) .picture_box {
	display: flex;
    align-items: center;
	margin-bottom: 28px;
}

.mv_other_func_num > li:nth-child(4) .picture_box .picture {
	margin-left: 30px;
}

.mv_other_func_num > li:nth-child(4) .picture_box .picture_point {
	width: 633px;
	padding: 25px 30px 30px 25px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fdfce1;
	display: flex;
	justify-content: center;
	margin-left: 80px;
}
.mv_other_func_num > li:nth-child(4) .picture_box .picture_point div + div {
	margin-left: 20px;
}


.mv_other_func_num > li:nth-child(4) .picture_box .picture_point .picture_ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}


.mv_other_func_num > li:nth-child(5) {
	flex: 1;
	position: relative;
	text-align: left;
}
.mv_other_func_num > li:nth-child(5)::before {
	content: '';
	position: absolute;
    top: 339px;
    left: 305px;
	width: 96px;
	height: 67px;
	background: url(../../../../include_html/images/campaign/2025/UXTEAM-2701/mv_arrow_detail.png) no-repeat;
	background-position: -25px 0;
}
.mv_other_func_num > li:nth-child(5) .picture_box {
	display: flex;
    align-items: center;
	margin-bottom: 0;
}

.mv_other_func_num > li:nth-child(5) .picture_box .picture {
	flex: 1;
	padding-left: 30px;
}
.mv_other_func_num > li:nth-child(5) .picture_box .picture .picture_lead {
	padding-left: 0;
	margin-top: 30px;
}

.mv_other_func_num > li:nth-child(5) .picture_box .picture_point {
	width: 633px;
	padding: 25px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fdfce1;
	margin-left: 80px;
}


.mv_other_func_num > li:nth-child(5) .picture_box .picture_point .mv_flex  {
	width: 633px;
	text-align: left;
}
.mv_other_func_num > li:nth-child(5) .picture_box .picture_point .mv_flex > div .picture_lead {
	padding: 0 0px 0 28px;
	width: 294px;
}
.mv_other_func_num > li:nth-child(5) .picture_box .picture_point .mv_flex > div .samll {
	padding: 0 0px 0 28px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
.mv_other_func_num > li:nth-child(5) .picture_box .picture_point p.picture_lead {
	padding: 0 10px 0 15px;
}
.mv_other_func_num .mv_ttl_func {
	width: 191px;
	line-height: 1;
	padding: 10px;
	border-radius: 40px;
	background: #ff9602;
	box-sizing: border-box;
	margin: 0 auto 25px;
	text-align: center;
}
.mv_other_func_num > li:nth-child(-n+3) .mv_ttl_func {
	margin-bottom: 10px;
}


.mv_ttl_center {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	margin-right: 20px;
}
.mv_other_func_num > li:nth-child(4) .mv_ttl_func {
	margin: 0;
}
.mv_other_func_num > li:nth-child(5) .mv_ttl_func {
	width: 311px;
	font-size: 0;
}
.mv_other_func_num > li:nth-child(5) .mv_ttl_func span.cygni_plus {
	width: 150px;
	font-size: 16px;
	border: solid 1px #da983c;
	background: #f7f7f7;
	padding: 3px 12px;
	margin-right: 10px;
}
.mv_other_func_num .mv_ttl_sub {
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 18px;
}
.mv_other_func_num > li:nth-child(-n+3) .mv_ttl_sub {
	min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv_other_func_num > li:nth-child(-n+3) .picture {
	min-height: 495px;
}

.mv_other_func_num .picture_lead {
	padding: 0 0 0 10px;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
.mv_other_func_num > li:nth-child(-n+3) .picture_lead {
	margin-bottom: 90px;
}

.mv_other_func_num > li:nth-child(4) .picture_lead {
	margin-bottom: 80px;
	padding: 0;
	text-align: center;
}



/* フローティング：ナビ
 --------------------------------------- */
 #ttl_basic_usage-buy,
 #ttl_basic_usage-login{
	padding-top: 65px;
	margin-top: -65px;
 }
 /* #sect_basic_usage,
 #sect_search_func,
 #sect_other_func {
	 padding-top: 20px;
	 margin-top: -20px;
 } */
 
.scroll_adjustment {
	padding-top: 30px;
	margin-top: -30px;
}

.mv_nav.jsFloatingFixed {
	position: relative;
	z-index: 1;
}
.mv_nav.jsFloatingFixed-add {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.mv_nav.jsFloatingFixed-add .w_full {
	height: 65px;
}
.mv_nav.jsFloatingFixed-add .mv_nav_btn {
	zoom: 0.9;
	transition: all 0.08s ease-out;
}