.mv_main_content a:link

/* ================================= ↓共通 ================================= */

.mv_notice{
	font-size: 0.9em;
}

.mv_h3{
  margin-top: -150px;
  padding-top: 150px;
}

#bodyContent2{
	color: #111;
	background-color: #fff;
}
#Dirpath{
	padding-bottom: 10px;
}

#Main #Main_inner{
	width: 960px!important;
}

.mv5_aj1 a {
	color: #3838ef!important;
}
.mv_main_content a:link{
	color: #3838ef!important;
}
.mv_main_content a:hover{
	color: #d23434!important;
}

.mv_main_content img{
	display:inline;
}


/* ---- 見出し ---- */
.mv_h1{
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 2.2em;
	color: #eaa11f;
}

.mv_h2{
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.83em;
	color: #eaa11f;
}

.mv_h1 span.mv_icon,
.mv_h2 span.mv_icon{
	background: url(../images/icon.png) no-repeat 0 11px;
	padding-left: 35px;
}

.mv_h2i{
	margin: 15px 0 25px 0;
	text-align: center;
}
.mv_h2i img{
	width: 90px;
	height: auto;
}

.mv_h3{
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #d68900;
}



.mv_img_left,
.mv_text_left{
	float: left;
	padding: 0 15px 0 5px;
}
.mv_img_right,
.mv_text_right{
	float: right;
	padding: 0 5px 0 15px;
}

.mv_center{
	text-align: center;
}


.mv_content{
	margin-top: 25px;
	padding-bottom: 25px;
}


/* sum:880 */
.mv_w240{
	width: 240px;
}
.mv_w280{
	width: 280px;
}
.mv_w290{
	width: 205px;
}
.mv_w300{
	width: 300px;
}
.mv_w320{
	width: 320px;
}
.mv_w340{
	width: 340px;
}
.mv_w350{
	width: 350px;
}
.mv_w360{
	width: 360px;
}
.mv_w380{
	width: 356px;
}
.mv_w400{
	width: 400px;
}
.mv_w420{
	width: 420px;
}
.mv_w440{
	width: 440px;
}
.mv_w450{
	width: 323px;
  font-size: 80%;
  line-height: 2;
}
.mv_w460{
	width: 460px;
}
.mv_w480{
	width: 480px;
}
.mv_w500{
	width: 500px;
}
.mv_w500{
	width: 500px;
}
.mv_w520{
	width: 520px;
}
.mv_w540{
	width: 540px;
}
.mv_w550{
	width: 550px;
}
.mv_w560{
	width: 560px;
}
.mv_w580{
	width: 580px;
}
.mv_w600{
	width: 465px;
}

.mv_bg1{
	background-color: #fff4c5;
	padding: 14px 20px;
	margin: 15px 0 15px 0;
}
.mv_bg2{
	background-color: #fff4c5;
	padding: 14px 20px;
	margin: 15px 0 15px 0;
}


a.mv_link{
	background: url(../images/arrow.png) no-repeat 0 3px;
	padding-left: 15px;
	color: #3838ef!important;
}

.mv_linkp{
	padding-left: 8px;
	margin-bottom: 11px;
}



.mv_aj01{
	margin: 6px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}



/* ================================= ↑共通ここまで ================================= */



/* ---- 戻るボタン ---- */

.mv_back{
	width: 85px;
	height: 68px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

.mv_back img{
	display: block;
	width: 63px;
	height: 57px;
	margin: 10px auto 0 auto;
}
.mv_back a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}



/* ---- フッター ---- */
#footer{
	position: relative;
	z-index: 20;
}


.mv_footer_bottom{
	position: relative;
	height: 20px;
	background-color: #fff;
	z-index: 10;
}



/* ---- ページのTOPへ ---- */

.mv_pageTop{
	display: none;
	position: relative;
	height: 0;
	margin: 0 auto;

}
.mv_pageTop a{
	position: fixed;
	bottom: 38px;
	left: auto;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-decoration: none;
	z-index: 9000;

	margin-left: 970px;
}

.mv_pageTop img{
	width: 50px;
	height: 50px;
}

.mv_pageTop a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}






/* ================================= メニュー ================================= */

.fixedBox{
	position: relative;
	padding-bottom: 10px;
	/*z-index: 999;*/
}


.mv_menu{
	float: right;
	width: 876px;
	margin-top: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.mv_menu li{
	float: left;
	margin-right: 7px;
	color: #fff;
	text-align: center;
}
.mv_menu li a{
	display: block;
	background-color: #eaa11f;
	width: 195px;
	height: 40px;
}
.mv_menu li a:hover{
	background-color: #edb858;
}

.mv_menu li.mv_current a{
	background-color: #c6840f;
}



.mv_menu li.mv_menu04{
	margin-right: 0!important;
}
.mv_menu li.mv_menu04 a{
	width: 255px!important;
}

.mv_menu li img{
	display: inline;
	width: 180px;
	height: auto;
	padding-top: 6px;
}
.mv_menu li.mv_menu04 img{
	width: 230px!important;
}

.mv_menu li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


.fixed {
	position: fixed;
	top: 46px;
	width: 960px;
	z-index: 1000;
}



/* ================================= プリント設定 ================================= */

@media print {

.mv_main_content{
	margin-top: 0!important;;
}

.mv_pageTop img{
	opacity:0!important;
}
.fixedBox{
	position: static;
	margin-top: 0px;
}
.mv_back{
	opacity:0!important;
}


}
/* @media print */



/* ===================================================================================== */

.mv_img{
	width: 100%;
	height: auto;
}

.mv_t20{margin-top: 20px!important;}
.mv_b40{margin-bottom: 40px!important;}




/* ================================= ↓コンテンツ ================================= */




/* ================================= メインビジュアル ================================= */
.mv_main_vis{
	width: 680px;
	margin: 0 auto 30px auto;
}



.mv_main_content{
	background-color: #fff;
	padding: 10px 30px 10px 30px;
	margin-bottom: 11px;
	margin-top: 20px;

	font-size: 1.2em;
	line-height: 1.8em;
}

.flex_col2_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.mv_top_menu_left{
	float: left;
	width: 337px;
	max-width: 49%;
	height: auto;
	border: 3px solid #ffd040;
	padding: 14px 20px;
	margin-bottom: 20px;
}
.mv_top_menu_right{
	float: right;
	width: 337px;
	max-width: 49%;
	height: auto;
	border: 3px solid #ffd040;
	padding: 14px 20px;
	margin-bottom: 20px;
}


.mv_top_title{
	background-color: #eaa11f;
	color: #fff;
	font-size: 1.12em;
	text-align: center;
	font-weight: normal;
	padding: 6px 0 6px 0;
	margin-bottom: 10px;
}


.mv_top2_menu_left img{
	text-align: center;
}

.mv_top2_menu_left{
/*
	float: left;
*/
}
.mv_top2_menu_right{
	float: right;
	margin-right: 10px;
	font-size: 95%;
}

.mv_top2_l1{
	width: 145px;
	margin: 0 auto;
}
.mv_top2_r1{
	width: 280px;
}
.mv_top2_l2{
	width: 130px;
	margin: 0 auto;
}
.mv_top2_r2{
	width: 280px;
}
.mv_top2_l3{
	width: 170px;
	margin: 0 auto;
}
.mv_top2_r3{
	width: 280px;
}
.mv_top2_l4{
	width: 160px;
	margin: 0 auto;
}
.mv_top2_r4{
	width: 280px;
}


.mv_top_link{
	margin-top: 16px;
	font-size: 0.9em;
	text-align: center;
}
.mv_top_link a{
	background: url(../images/arrow.png) no-repeat 0 3px;
	padding-left: 15px;
	color: #3838ef!important;
}




/* ================================= ↓2. 電気のお引越し手続き ================================= */

.mv2_list1 li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}

.mv2_list2{
	padding-left: 8px;
}
.mv2_list2 li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}


.mv2_list3{
	padding-left: 4px;
}
.mv2_list3 dd{
	margin-bottom: 5px;
	margin-left: 5px;
}

.mv2_list3d{
	background: url(../images/dot.png) no-repeat 0 10px;
	padding-left: 10px;
}



.mv2_title{
	color: #e51f32;
	text-align: center;
	font-size: 1.4em;
	border-top: 2px solid #e51f32;
	margin: 15px 0 0 0;
	padding-top: 10px;
	padding-bottom: 15px;
}
.mv2_title2{
	color: #0070c0;
	font-size: 1.14em;
	font-weight: normal;
}

.mv2_aj{
	margin-top: 10px;
}

.mv2_aj2{
	margin-right: 25px;
}


/* ================================= ↓3. お引越し節約術 ================================= */

.mv3_bg{
	background-color: #ffffd4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	margin: -3px 0 25px 0;
}

.mv3_title{
	font-weight: normal;
	font-size: 1.06em;
	background: url(../images/dot2.png) no-repeat 0 8px;
	padding-left: 10px;
	margin-top: 13px;
	color: #106bba;
}
.mv3_title2{
	font-weight: normal;
	font-size: 1.06em;
	margin-top: 13px;
	margin-bottom: 8px;
}


.mv3_table table {
	border-collapse:separate;
	border-spacing:5px;
}


.mv3_table th{
	background-color: #e7f5b2;
	text-align: left;
	font-weight: normal;
	padding: 7px 12px;
	white-space: nowrap;
}
.mv3_table td{
	padding: 7px 12px;
}


.mv3_img1{
	width: 270px;
	height: auto;
}
.mv3_img2{
	width: 300px;
	height: auto;
}
.mv3_img3{
	width: 300px;
	height: auto;
}


/* ================================= ↓4. お引越しに役立つ豆知識 ================================= */

.mv4_mainimg{
	padding-left: 50px;
}

.mv4_list1 li{
	width: 320px;
	height: 70px;
	float: left;
	margin: 10px;
	background-color: #f2fad3;
	padding: 10px 10px 10px 10px;
}

.mv4_list1 li:hover{
	background-color: #f9fde9;
}


.mv4_list1 li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	background: url(../images/arrow_31.png) no-repeat 0 center;
	padding-left: 24px;
	text-decoration: none;
}
.mv4_list1 li a span,
.mv4_list2 li a span{
	color: #111;
}
.mv4_list1 li a:hover span,
.mv4_list2 li a:hover span{
	color: #d23434;
}

.mv4_line{
	border-top: 3px dotted #eaa11f;
	padding-top: 40px;
}

.mv4_title{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #eaa11f;
	text-align: center;
}



.mv4_list2 li{
	width: 320px;
	height: 70px;
	float: left;
	margin: 10px;
	background-color: #fff4c5;
	padding: 10px 10px 10px 10px;
}

.mv4_list2 li:hover{
	background-color: #fef8e0;
}


.mv4_list2 li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	background: url(../images/arrow_32.png) no-repeat 0 center;
	padding-left: 24px;
	text-decoration: none;
}
.mv4_list2 li.mv4_aj2 a{
	width: 160px;
}
.mv4_list2 li.mv4_aj2{
	position: relative;
}
.mv4_list2 li.mv4_aj2 img{
	position: absolute;
}

.mv4_aj3{
	width: 220px;
	height: auto;
}

.mv4_img{
	padding-bottom: 15px;
}


.mv4_img11{
	width: 250px;
	height: auto;
}

.mv4_img22{
	width: 230px;
	height: auto;
}

.mv4_img33{
	width: 360px;
	height: auto;
}

.mv4_img55{
	width: 300px;
	height: auto;
}


.mv4_img44{
	width: 230px;
	height: auto;
}


/* ------------------ 荷づくりのポイント　アイテム */
.mv4_popup_img{
	padding-bottom: 30px;
	padding-left: 100px;
	position: relative;
}
.mv4_popup_img2{
	padding-bottom: 30px;
	padding-left: 130px;
	position: relative;
}


.mv4_popup_img img,
.mv4_popup_img2 img{
	position: absolute;
}

.mv4_list2 li.mv4_aj2 .mv4_img1{
	top: 8px;
	right: 10px;
	width: 50px;
	height: auto;

}
.mv4_p_img1{
	top: -20px;
	left: 0px;
	width: 80px;
	height: auto;
}


.mv4_list2 li.mv4_aj2 .mv4_img2{
	top: 10px;
	right: 12px;
	width: 50px;
	height: auto;
}
.mv4_p_img2{
	top: -20px;
	left: 0px;
	width: 80px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img3{
	top: 10px;
	right: 10px;
	width: 72px;
	height: auto;
}
.mv4_p_img3{
	top: -20px;
	left: 0px;
	width: 90px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img4{
	top: 10px;
	right: 3px;
	width: 76px;
	height: auto;
}
.mv4_p_img4{
	top: -20px;
	left: 0px;
	width: 90px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img5{
	top: -2px;
	right: 5px;
	width: 60px;
	height: auto;
}
.mv4_p_img5{
	top: -20px;
	left: 0;
	width: 80px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img6{
	top: 10px;
	right: 10px;
	width: 70px;
	height: auto;
}
.mv4_p_img6{
	top: -20px;
	left: 0px;
	width: 90px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img7{
	top: 5px;
	right: 10px;
	width: 72px;
	height: auto;
}
.mv4_p_img7{
	top: -20px;
	left: 0;
	width: 88px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img8{
	top: 4px;
	right: 8px;
	width: 75px;
	height: auto;
}
.mv4_p_img8{
	top: -25px;
	left: 0;
	width: 92px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img9{
	top: 7px;
	right: 8px;
	width: 66px;
	height: auto;
}
.mv4_p_img9{
	top: -10px;
	left: 0;
	width: 90px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img10{
	top: 10px;
	right: 10px;
	width: 55px;
	height: auto;
}
.mv4_p_img10{
	top: -10px;
	left: 0;
	width: 80px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img11{
	top: 5px;
	right: 10px;
	width: 60px;
	height: auto;
}
.mv4_p_img11{
	top: -15px;
	left: 0;
	width: 80px;
	height: auto;
}



.mv4_list2 li.mv4_aj2 .mv4_img12{
	top: 10px;
	right: 7px;
	width: 75px;
	height: auto;
}
.mv4_p_img12{
	top: -25px;
	left: -10px;
	width: 130px;
	height: auto;
}

/* ------------------ 荷づくりのポイント　アイテム ここまで */



.mv4_popup{
	padding: 40px;
	background-color: #ffffd4;
	line-height: 1.6em;
	font-size: 0.9em;

}

.mv4_list3 li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
.mv4_list3{
	margin-bottom: 6px;
}


/* ================================= ↓5. お引越しに関するチェックリスト ================================= */

.mv5_aj1{
	margin-bottom: 30px;
}
.mv5_aj2{
	margin-top: 6px;
}
.mv5_aj3{
	margin-top: 10px;
}
.mv5_aj4{
	padding-left: 60px;
}


.mv5_part{
	margin-top: 10px;
	background-color: #f9f9d1;
	padding: 15px 15px;
}

.mv5_part1{
	margin-top: 10px;
	background-color: #f9f9d1;
	margin-right: 10px;
	padding: 15px 15px;
}
.mv5_part2{
	margin-top: 10px;
	background-color: #fff4c5;
	padding: 15px 15px;
}
.mv5_part22{
	background-color: #fff4c5;
	padding: 15px 15px;
}
.mv5_part23{
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
.mv5_part24{
	background-color: #fff4c5;
	padding: 5px 5px;
}

.mv5_text{
	color: #d68900;
	font-weight: bold;
}



.mv5c_list li.mv5c_w1,
.mv5c_list li.mv5c_w2,
.mv5c_list li.mv5c_w3,
.mv5c_list2 li{
	display: block;
	background: url(../images/check.gif) no-repeat 0 center;
	padding-left: 20px;
	float: left;
	margin-right:20px;
	margin-bottom: 6px;
}
.mv5c_list2 li{
	width: 100%;
}
.mv5c_list li.mv5c_w11{
	display: block;
	background: url(../images/check.gif) no-repeat 0 6px;
	padding-left: 20px;
	float: left;
	margin-right:20px;
	margin-bottom: 6px;
}
.mv5c_w11 li{
	display: inline;
	padding-right: 3em;
	padding-left: 10px;
	background: url(../images/dot.png) no-repeat 0 center;

}


.mv5c_w100{
	width: 100%!important;
}
.mv5c_w1{
	width: 300px;
}
.mv5c_w2{
	width: 260px;
}
.mv5c_w3{
	width: 280px;
}
.mv5c_w4{
	width: 580px;
}

.mv5c_t{
	color: #009933;
	font-size: 1.07em;
}


/* ===================================================================================== */




.mv_p380{margin-top: 380px;}
.mv_p360{margin-top: 360px;}
.mv_p340{margin-top: 340px;}
.mv_p320{margin-top: 320px;}
.mv_p300{margin-top: 300px;}
.mv_p280{margin-top: 280px;}
.mv_p240{margin-top: 240px;}
.mv_p200{margin-top: 200px;}
.mv_p100{margin-top: 100px;}








.mv_font_small{
	font-size: 0.9em;
}
.mv_font_small2{
	font-size: 0.9em;
	line-height: 1.2em;
}


.mv_line1{
	border-top: 2px dotted #bbb;
	padding-top: 15px;
}






.mv_midashi{
	height: 35px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ca4861;
}
.mv_midashi2{
	height: 60px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ca4861;
}
.mv_midashi_s{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ca4861;
	color: #ca4861;
}


.mv_midashi img{
	height: 35px;
	width: auto;
}

.mv_midashi2 img{
	height: 60px;
	width: auto;
}

.mv_midashi0{
	font-size: 1.25em;
	color: #496092;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}










.margB40{
	margin-bottom: 40px!important;
}
.margT40{
	margin-top: 40px!important;
}
.margT50{
	margin-top: 50px!important;
}
.margB50{
	margin-bottom: 50px!important;
}
.margB60{
	margin-bottom: 60px!important;
}



.mv_description{
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 10px;
}

.mv_re{
	position: relative;
}
.mv_ab{
	position: absolute;
}


@media screen and (max-width: 667px){
	#contentBodyMainC1 {
		margin-top: 21vw;
	}
}

/* ================================= ↓202201 レスポンシブ対応 ================================= */

.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}
#colorbox {
	margin-top: 65px;
}
.mv_h3 {
	margin-top: 0;
	padding-top: 0;
}
.mv_link_area {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 15px 20px;
}
.mv_link_area .mv_link {
	position: relative;
	padding-left: 1.2em;
}
.mv_link_area .mv_link::before {
	content: "";
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 11px;
	height: 18px;
	background: url(../images/arrow_nav_green.png) no-repeat center center;
	background-size: auto;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}
.mv_link_area .mv_link > a {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.mv_main_content .mv_link a:link {
	color: #111 !important;
}
.mv_main_content .mv_link a:hover {
	color: #111 !important;
}
.mv_link_area_kn {
	margin-top: 20px;
}
.mv_main_vis img {
	max-width: none;
	width: 100%;
}
.mv_top_menu_right {
	padding: 14px 15px;
}
.mv_top_title {
	padding: 6px 5px;
	line-height: 1.2;
}
.mv_top_title_small {
	font-size: 1em;
}
.mv_top2_r1 {
	margin-top: -1em;
}
.ttl_green_l {
	color: #12ab89;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 10px;
}
.ttl_green_l:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
	border-radius: 50%;
	background-color: #12ab89;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 667px){
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
	*:focus {
		outline: none;
	}
	.cboxIframe {
		background: #ffffd4;
	}
	#colorbox {
		margin-top: 0;
	}
	/* お引越しが決まったら */
	#Main #Main_inner {
		width: 100% !important;
	}
	.mv_main_vis {
		width: 100%;
	}
	#contentBodyMainC1 {
		margin-top: 0;
	}
	.mv_main_content {
		padding: 10px 0;
		margin-top: 5px;
	}
	.mv_top_menu_left {
		width: 100%;
		max-width: none;
		float: none;
	}
	.mv_top_menu_right {
		width: 100%;
		max-width: none;
		float: none;
	}
	.flex_col2_box {
		display: block;
	}
	.mv_top2_menu_right {
		float: none;
		width: 100%;
	}
	.mv_top_title_small {
		font-size: 1.12em;
	}

	/* お引越し節約術 */
	.mv3_table th,
	.mv3_table td {
		display: block;
		width: 100%;
	}
	.mv3_table th {
		white-space: normal;
	}
	.mv_img_right,
	.mv_text_right {
		float: none;
		padding: 0;
	}
	.mv3_bg {
		padding: 20px 15px;
	}
	.mv3_table table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	.mv3_img_wrap {
		display: block;
		text-align: center;
	}
	.mv3_img_wrap3 {
		margin-bottom: 10px;
	}
	/* お引越しに役立つ豆知識 */
	.mv4_list1 li,
	.mv4_list2 li {
		width: 100%;
		margin: 0 0 10px 0;
		display: table;
	}
	.mv4_list2 li.mv4_aj2 a {
		width: 100%;
	}
	.mv4_popup {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 40px 20px;
	}
	.mv_content > img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	/* お引越しに関するチェックリスト */
	.mv_img_left, .mv_text_left {
		float: none;
	}
	.mv_w450 {
		width: 95%;
		margin: 0 auto;
	}
	.mv5_aj3 > li {
		display: inline-block;
		margin-right: 2em;
	}
	.mv_w290 {
		width: 100%;
		margin: 0;
	}
	.mv_text_left.matchHeight {
		height: auto !important;
	}
	.mv_w600 {
		width: 100%;
	}
	.mv_text_left {
		padding: 15px !important;
	}
	.cont_box {
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
		background: #f2f2f2;
	}
	.sp_pd_0 {
		padding: 0 !important;
	}
	.mv5_aj2 {
		margin-top: 0;
	}
	.sp_mb_0 {
		margin-bottom: 0 !important;
	}
	.mv_w380 {
		width: 100%;
	}
	.mv5_aj4 {
		padding-left: 0;
	}
}

/* 20230828追加↓ */
/* ================================= ↓物件管理サポート ================================= */
.new {
	display: inline-block;
    background-color: #c7361d!important;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    border-radius: 20px;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (min-width: 668px){
	.colm2:nth-of-type(1) {
		width: 48%;
		float: left;
		margin: 0 1% 140px;
	}
	.colm2 > .c-title {
		margin-bottom: 20px;
	}
	.colm2 > .c-text_f {
		text-align: left;
		margin: 20px 0 40px;
	}
	.colm2:nth-of-type(2) {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
}
@media screen and (max-width: 667px){
	.colm2 > .c-title {
		margin-bottom: 5.3333333333vw;
	}
	.colm2 > .c-text_f {
		margin: 5.3333333333vw 0 8vw;
	}
}
/* 20230828追加↑ */
