@charset "UTF-8";
.sp{
	display: none;
}
.choose_area_mv {
	position: relative;
	padding: 80px 0;
}
.choose_area_mv_txt_box {
	position: absolute;
	bottom: 2%;
	left: 48%;
	text-align: left;
	font-size: 20px;
}
.choose_area_mv_box_txt {
	color: #fff;
	margin-bottom: 3px;
}
.choose_area_mv_text_link {
	text-decoration: underline;
	color: #fff;
}
.box_img_left {
    float: left;
    width: 300px;
}
.box_img_left img{
	width: 100%;
}
.box_img_right {
    width: calc(100% - 321px);
    float: right;
}
.box_txt_ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list_app{
	background: #f2f8ea;
	padding: 10px;
	box-sizing: border-box;
}
.list_app li{
	width: calc((100% - 20px) / 3);
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
}
.list_app li:last-child{
	margin-right: 0;
}
.list_app .oashisu_ab_img {
	margin-bottom: 10px;
}
.list_app .oashisu_ab_img img{
	width: 100%;
}
.app_frame{
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.app_fr_img{
	text-align: center;
  padding-top:15px;
}
.app_fr_ttl{
	margin-top: 40px;
	position: relative;
	text-align: center;
	background: url(/images/topics/mue_navi/bg_header_gray.png) repeat-x center center;
	margin-bottom: 30px;
}
.app_fr_ttl_sub{
	background: #fff;
	padding: 0 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.app_dwct{
	width: 460px;
	margin: 0 auto;
}
.app_dwctls li{
	width: calc(90% / 2);
	margin: 0 10% 10% 0;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.app_dwctls li:last-child{
	margin-right: 0;
}
.app_dwctls_lk img{
	width: 100%;
}
.app_dwctls_ttl{
	margin-bottom: 10px;
}

.app_dtl {
	clear: both;
}

.app_dtl h3 {
	position: relative;
    margin: 5px auto 25px;
    padding: 6px 15px;
    font-size: 18px;
	text-align: center;
}

.app_dtl h3::before {
	content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}

.app_dtl h3::after {
	content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
	top: auto;
    bottom: -5px;
}

.howto_dtl {
	/* width: 70%; */
    margin: 0 auto;
	counter-reset: number;
}

.howto_dtl h3 {
	position: relative;
	counter-increment: number 1;
	line-height:1.6;
    margin: 0 0 10px 50px;
}

.howto_dtl h3::before {
	/* content: counter(number) " "; */
    position: absolute;
    top: -3px;
    left:-3em;
    width:2em;
    height:2em;
    background:#C9151E;
    content:"";
    display:block;
    border-radius:50%;
    line-height:1;
    color: #fff;
}

.howto_dtl h3::after {
	content: counter(number) " ";
    display: block;
    color: #fff;
    position: absolute;
    top: 6px;
    left: -38px;
    line-height:1;
}

.howto_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}

.howto_box .inner_howto_box {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.inner_howto_box:last-child{
	background: url(/images/topics/mue_navi/img_mue_arrow.png) left 136px no-repeat;
	background-size: 16%;
    padding-left: 90px;
    margin-left: 20px;
}

.howto_box img {
	width: 90%;
	margin-bottom: 8%;
}
.howto_box p{
	font-size: 16px;
}
.app_benefit {
	margin: 0 auto 30px;
	padding-left: 24px;
}
.app_benefit li {
	list-style: disc !important;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}
.app_dtl_list > .app_benefit > li:last-child{
	margin-bottom: 0;
}
.app_movie{
	margin-bottom: 30px;
}
.app_dtl_list{
	vertical-align: top;
}

.font_accent {
	color: #F16060;
}
.howto_dtl_box {
    display: flex;
    justify-content: center;
    height: 25vh;
	margin-bottom: 40px;
	counter-reset: h3;
}

.howto_dtl_box p {
	font-size: 18px;
	margin-left: 1em;
	padding: 64px 0;
}
.howto_box_arrow{
	width: 20% !important;
}
.img_howto_box{
	position: relative;
}
.howto_box_arrow{
	position: absolute;
    top: 100px;
    left: 124px;
}
.txt_howto_font{
	color: #F16060;
	font-weight: bold;
}
.txt_app_dwctls {
	text-align: center;
	font-size: 14px;
}
.txt_app_dwctls span{
	 color: #F16060;
	 font-weight: 600;
	 font-size: 18px;
}
@media screen and (max-width: 768px) {
.sp{
	display: block;
}
section {
	margin: 0 0 20px 0;
}
.title_00{
	margin-top:0;
}
.box_img_left{
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.box_img_right{
	width: 100%;
	float: none;
}
.box_txt_ttl{
	font-size: 16px;
}
.list_app li{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.app_fr_ttl_sub{
	font-size: 18px;
}
.app_dwctls_ttl{
	font-size: 14px;
}
.app_fr_ttl{
	margin: 16px 0;
}
.app_dwct{
	width: 100%;
}
.app_frame{
	padding: 16px 10px;
}
.choose_area_mv_txt_box {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 36%;
	font-size: 3.2vw;
}
.howto_box{
	margin-bottom: 20px;
}
.howto_dtl {
	width: 90%;
}

.howto_dtl_box {
	display: block;
	height: auto;
}
.howto_dtl_box img{
	margin: 16px auto;
}

.howto_dtl h3::after {
	left: -43px;
}
.inner_howto_box:last-child{
	background: url(/images/topics/mue_navi/img_mue_arrow.png) left 90px no-repeat;
	background-size: 26%;
	padding-left: 65px;
}
.howto_box img{
	width: 100%;
	margin-bottom: 20%;
}
.howto_dtl_box p{
	padding: 0;
}
.app_benefit {
    width: 100%;
    margin: 10px 0;
    padding-left: 18px;
}
.app_dtl_list,
.app_movie{
	display: block;
	width: 100%;
}
.app_benefit li{
	font-size: 16px;
	margin-bottom: 8px;
}
}

@media screen and (min-width: 751px) {
	.choose_area_mv_text_link:hover {
		text-decoration: none;
		color: #fff;
		opacity: 1;
	}

}
