@charset "utf-8";

.row-70{margin-left:-35px;margin-right:-35px;}
.row-70 > div{padding-right:35px;padding-left:35px;}
@media(max-width:992px) {
.row-70{margin-left:-10px;margin-right:-10px;}
.row-70 > div{padding-right:10px;padding-left:10px;}
}


.text-red{
	color: #F04848;
}
.list-dotto{
}
.list-dotto li{
	position: relative;
	padding-left: 24px;
}
.list-dotto li + li{
	margin-bottom: 3px;
}
.list-dotto li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-link-pdf{
	margin-top: 40px;
	margin-bottom: 80px;
	text-align: center;
}
.link-pdf{
	color: #333;
	background: none;
	cursor: pointer;
	text-decoration: underline;
}
.link-pdf:hover{
	color: #333;
	text-decoration: none;
}
.link-pdf span{
	display: block;
	text-align: center;
	font-weight: 900;
	text-decoration: underline;
	margin-bottom: 5px;
}
.link-pdf:hover span{
	text-decoration: none;
}
.link-pdf span:after {
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	margin-left:10px;
	font-size: 14px;
	font-weight: normal;
}
.link-pdf small:before{
	content: "＜";
	margin-right: 5px;
}
.link-pdf small:after{
	content: "＞";
	margin-left: 5px;
}
article #hero,
article #Contents{
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif !important;
}
@media(max-width:786px) {
	.link-pdf small{
		position: relative;
	}
	.link-pdf small:before,
	.link-pdf small:after{
		content: none;
	}
}

/* 共通で使用可能　*/
/*掲載バナー*/
.bnr-wrap {
    width: 100%;
    max-width: 960px;
    margin: 80px auto 100px;
}

.bnr-wrap a {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.bnr-wrap a:hover {
    opacity: 0.8;
}

@media(max-width: 1024px) {
    .bnr-wrap {
        width: 80%;
        max-width: 100%;
        padding: 0 20px;
        margin: 60px auto 50px;
    }
}

@media(max-width: 767px) {
    .bnr-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 10px auto 60px;
    }
}


/* 共通パーツ　黒ボタン */
.btn-black-01{
	display: block;
	border-radius: 100px;
	background: #fff;
	border: solid 3px #000;
	color: #000;
	font-size: 16px;
	padding: 20px 6px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.btn-black-01:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.dl-area .btn-black-01{
	padding: 12px 6px;
}
.btn-black-02{
	display: inline-block;
	border-radius: 100px;
	background: #F04848;
	border: solid 3px #F04848;
	color: #fff;
	font-size: 16px;
	padding: 18px 40px 20px 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.wrap-fix .btn-black-02{
     visibility: hidden;
	display: inline-block;
	border-radius: 100px;
	background: #F04848;
	border: solid 3px #F04848;
	color: #fff;
	font-size: 16px;
	padding: 18px 40px 20px 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.wrap-fix.is-fixed .btn-black-02{
    visibility: visible;
	display: block;
	padding: 17px 6px 20px;
	line-height: 1;
	background: #fff;
	color: #F04848;
	width: 100%;
}
.btn-black-02:hover{
	background: #fff;
	color: #F04848;
	text-decoration: none;
}
.btn-black-02 b{
	font-size: 140%;
	display: block;
	margin-top: 6px;
}
.add-window{
	position: relative;
}
.add-window:before{
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-size: 14px;
}
.btn-other-area{
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
	display: block;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.btn-other-area:hover{
	text-decoration: none;
  background: #fff9f9;
}
.btn-other-area:hover .btn-black-01{
	background: #000;
	color: #fff;
	text-decoration: none;
}
@media(max-width:786px) {
.btn-black-02{
	font-size: 14px;
	padding: 15px 40px 16px;
}
.btn-black-02 b{
	font-size: 18px;
}
}


/* 共通パーツ　ページトップに戻るを削除 */
#pageup a{
	display: none !important;
}


#Contents{
	background: #fff;
}

@media(max-width:992px) {
.container.width-release{
	max-width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
}
@media(max-width:786px) {
.container.width-release{
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}

/* 共通パーツ　フッターボタン */
/* 共通パーツ　黒ボタン */
.btn-black-01{
	display: block;
	border-radius: 100px;
	background: #fff;
	border: solid 3px #000;
	color: #000;
	font-size: 16px;
	padding: 20px 6px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.btn-black-01:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.dl-area .btn-black-01{
	padding: 12px 6px;
}
.btn-black-02{
	display: inline-block;
	border-radius: 100px;
	background: #F04848;
	border: solid 3px #F04848;
	color: #fff;
	font-size: 16px;
	padding: 18px 40px 20px 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.wrap-fix .btn-black-02{
	display: inline-block;
	border-radius: 100px;
	background: #F04848;
	border: solid 3px #F04848;
	color: #fff;
	font-size: 16px;
	padding: 18px 40px 20px 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.wrap-fix.is-fixed .btn-black-02{
	display: block;
	padding: 17px 6px 20px;
	line-height: 1;
	background: #fff;
	color: #F04848;
	width: 100%;
}
.btn-black-02:hover{
	background: #fff;
	color: #F04848;
	text-decoration: none;
}
.btn-black-02 b{
	font-size: 140%;
	display: block;
	margin-top: 6px;
}
.add-window{
	position: relative;
}
.add-window:before{
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-size: 14px;
}
@media(max-width:786px) {
.btn-black-02{
	font-size: 14px;
	padding: 15px 40px 16px;
}
.btn-black-02 b{
	font-size: 18px;
}
}

/* 共通パーツ　ページトップに戻るを削除 */
#pageup a{
	display: none !important;
}


#Contents{
	background: #fff;
}

@media(max-width:992px) {
.container.width-release{
	max-width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
}
@media(max-width:786px) {
.container.width-release{
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}

/* 共通パーツ　フッターボタン */
.wrap-fix{
	position: initial;
	bottom: 0;
	left: 0;
	width:100%;
	padding: 20px 0;
    background: url(/static/img/maas/mobi/bg-concept.png) top left;
    background-size: 60px 60px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.wrap-fix.is-fixed{
	position: fixed;
	bottom: 0;
	z-index: 4;
	padding: 0 10px 10px;
	left: auto;
	right: 0;
	max-width: 300px;
    background: none;
}
.list-campaign{
	width: 100%;
	max-width: 275px;
	order: 1;
	margin-right: 20px;
}

/*アプリダウンロードモーダル
-------------------------------------*/
.list-apps{
	display: flex;
	justify-content:space-between;
	width: 100%;
	max-width: 386px;
	order: 2;
}
.list-apps li{
	padding: 0;
}
.list-apps li a,
.list-campaign li a{
	display: block;
	text-align: center;
}
.list-apps li a:hover,
.list-campaign li a:hover{
	opacity: 0.5;
}
.list-apps li img{
	height: auto;
}
.list-apps-apple a img{
	width: 100%;
	max-width: 163px;
    height: 60px;

}
.list-apps-google a img{
	width: 100%;
	max-width: 202px;
    height: 60px;
}
.list-campaign img{
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.wrap-app-download .list-apps{
	margin: 0 auto;
}


.list-apps-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.list-apps-qr-img {
    width: 100%;
	max-width: 100%;
    text-align: center;
    height: 156px;
    margin-bottom: 20px;
}

.list-apps-qr-img img {
	max-width: 100%;
    height:auto;
}

@media(max-width:786px) {
    .wrap-fix.is-fixed{
        padding: 0 10px 10px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .list-apps li{
        padding: 0 5px;
    }
    .wrap-app-download .list-apps{
        display: block;
    }
    .wrap-app-download .list-apps li{
        display: block;
        width: 100%;
    }
    .wrap-app-download .list-apps li + li{
        margin-top: 36px;
    }
    .wrap-app-download .list-apps-apple a img{
        width: 100%;
        max-width: 163px;
        height: auto;
    }
    .wrap-app-download .list-apps-google a img{
        width: 100%;
        max-width: 202px;
        height: auto;
    }
    
	.list-apps-qr-img  {
		height: auto;
		margin-bottom: 16px;
	}
}

@media(max-width:576px) {
/*.wrap-fix{
	position: initial;
	bottom: auto;
	left: auto;
	width:100%;
	display: block;
	align-items:center;
	padding: 10px 10px;
}
.wrap-fix.is-fixed{
	position: fixed;
	bottom: 0;
	z-index: 2;
	align-items:flex-end;
	justify-content:space-between;
	padding: 0;
	animation: UpAnime 2s forwards;
}*/
.list-campaign{
	width: 100%;
	max-width: 100%;
	order: 2;
	display: block;
}
.wrap-fix .list-apps{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 12px;
	order: 1;
	justify-content: space-between;
}
.wrap-fix.is-fixed .list-apps{
	padding: 0 24px;
	justify-content: space-between;
}
.list-apps li{
	text-align: center;
	padding: 0;
}
.list-apps-apple a img{
	max-width: 130px;
}
.list-apps-google a img{
	max-width: 161px;
}
.list-campaign img{
	border: none;
	border-radius: 0;
}

}

@media(max-width:320px) {
.wrap-fix.is-fixed .list-apps{
	padding: 0 6px;
}
}

.title-concept{
	font-size: 16px;
	text-align: center;
	margin-bottom: 88px;
	font-weight: 700;
}
#Area .title-concept{
	margin-bottom: 43px;
}
.title-concept span{
	display:inline-block;
	margin: 0px auto 0;
	border: solid 3px #000;
	background: #fff;
	font-size: 32px;
	padding: 12px 73px;
	text-align: center;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
}
#Howto .title-concept span{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
}
#Area .title-concept span{
	font-size: 24px;
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
}
#Faq .title-concept span{
	margin: 16px auto 0;
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 12px 6px;
}
.wrap-lead{
	margin-bottom: 57px;
}
#mitoyo .wrap-lead,
#kotohira .wrap-lead{
	margin-bottom: 40px;
}
.wrap-lead p{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.wrap-lead p + p{
	margin-top: 15px;
}
.lead-concept{
	text-align: center;
	font-size: 42px;
	margin-bottom: 63px;
	font-weight: 900;
}
.wrap-lead .lead-concept{
	margin-bottom: 44px;
}
.wrap-lead .title-concept{
	margin-bottom: 60px;
}
.title-h3-01{
	text-align: center;
	font-size: 24px;
	margin-bottom: 21px;
	font-weight: 600;
}
.title-h3-02{
	text-align: center;
	font-size: 30px;
	margin-bottom: 48px;
}
.title-h3-02 span{
	display: inline-block;
	border-bottom: 1px solid #333;
	padding: 0 12px 12px;
}
@media(max-width:768px) {
.title-concept{
	font-size: 16px;
	margin-bottom: 50px;
}
.title-concept span{
	padding: 12px 24px;
	font-size: 24px;
}
.lead-concept{
	font-size: 32px;
	margin-bottom: 44px;
}
.wrap-lead p{
	font-size: 15px;
}
}



/* キービジュアル背景関連の設定 */
#hero{
	position: relative;
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding-top: 100px;
}
.inner-hero{
	position: relative;
}
.title-hero{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	font-weight: 900;
}
.title-hero span{
    padding: 0 40px;
}
.title-hero:before,
.title-hero:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #000;
    border-radius: 2px;
}
.title-hero:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.title-hero:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.title-hero small{
	font-size: 16px;
}
.row-concept{
	width: 100%;
	max-width: 866px;
	display: flex;
	margin:0 auto 90px;
}
.col-conceptimg{
	width: 100%;
	max-width: 302px;
}
.col-concepttxt{
	width: calc(100% - 302px) ;
	padding-left: 48px;
}
.col-concepttxt p{
	line-height: 1.8;
	font-weight: 500;
}
.col-concepttxt p a{
	color: #333;
	text-decoration: underline;
}
.col-concepttxt p a:hover{
	text-decoration: none;
}
.anime{
	overflow: hidden;
	margin-top: 143px;
	position: relative;
}
.on-car{
	position: absolute;
	transform: translate(-50%, 0);
	bottom: 5%;
	left: 50%;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 2;
	max-width: 240px;
}
.loop_inner{
	background: url(/static/img/maas/mobi/bg-road.png) bottom left repeat-x;
}
.loop_box{
	width: 100vw;
	overflow: hidden;
	display: flex;
	height: 180px;
}
@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.loop_box img{
	height: 100%;
	width: auto;
}
.loop_box img:first-child{
	animation: loop 20s -10s linear infinite;
}
.loop_box img:last-child{
	animation: loop2 20s linear infinite;
}
@media(max-width:768px) {
#hero{
	padding-top: 45px;
}
.title-hero{
    font-size: 18px;
    margin-bottom: 28px;
}
.title-hero span{
    padding: 0 20px;
}
.title-hero small{
	font-size: 13px;
}
.row-concept{
	margin:0 auto 50px;
	display: block;
}
.col-conceptimg{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 48px;
	text-align: center;
}
.col-conceptimg img{
	width: 100%;
	max-width: 226px;
}
.col-concepttxt{
	width: 100%;
	padding-left: 0;
	text-align: center;
}
    
 .col-concepttxt p {
    padding: 0 10px;
}
    
.anime{
	margin-top: 50px;
}
.loop_inner{
	background-size: 14px 138px;
}
.loop_box{
	height: 138px;
}
.loop_box img{
	height: 138px;
	width: 1275px;
}
.on-car{
	max-width: 180px;
}
}







#Howto{
	background: #fff;
	padding-top: 120px;
	padding-bottom: 70px;
}
.dl-howto{
	margin-bottom: 50px;
	text-align: center;
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	position: relative;
	padding: 0 24px 24px;
}
.dl-howto dt{
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 900;
}
.dl-howto dt.howto-img{
	text-align: center;
	position: relative;
}
.dl-howto dt.howto-img:before{
	content: "";
	width: calc(100% + 48px) ;
	height: 50%;
	background: #fff;
	position: absolute;
	top: 0px;
	left: -24px;
	z-index: 1;
}
.dl-howto dt.howto-img img{
	width: 100%;
	max-width: 188px;
	position: relative;
	z-index: 2;
}
.dl-howto dd{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}
@media(max-width:768px) {
#Howto{
	padding-top: 72px;
	padding-bottom: 30px;
}
.dl-howto{
	margin-bottom: 30px;
}
.dl-howto dt{
	margin-bottom: 18px;
	font-size: 26px;
}
}
@media(max-width:320px) {
.dl-howto dt{
	font-size: 20px;
}
}


#Price{

}
.inner-price{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 96px 20px 48px;
}
#mitoyo .inner-price,
#kotohira .inner-price,
#odate .inner-price{
	background: none;
	padding: 30px 20px 80px;
}
.wrap-kazokuwari{
	width: 100%;
	max-width: 920px;
	margin: 48px auto 0;
}
.wrap-price-sample{
	padding: 45px 0 0;
}
@media(max-width:768px) {
.inner-price{
	padding: 48px 24px 72px;
}

.wrap-price-sample{
	padding: 69px 0 0;
}
}

.wrap-kazokuwari-text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media(max-width:552px) {
.wrap-kazokuwari,
.wrap-kazokuwari-02{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 0;
}
}

.wrap-campaign{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 40px 20px 80px;
	position: relative;
}
#mitoyo .wrap-campaign{
	padding: 40px 0px 40px;
}
#kotohira .wrap-campaign{
	padding: 40px 0px 40px;
}
#odate .wrap-campaign{
	padding: 40px 0px 60px;
}
#imabari .wrap-campaign{
	background: none;

}
.title-campaign-top{
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	color: #F04848;
	margin-bottom: 20px;
}
.title-campaign{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	font-weight: 900;
}
.title-campaign span{
    padding: 0 40px;
}
.title-campaign:before,
.title-campaign:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #000;
    border-radius: 2px;
}
.title-campaign:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.title-campaign:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.wrap-campaign-contact{
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
}
.wrap-app-download .wrap-campaign-contact{
	font-size: 20px;
}
.wrap-campaign-tel b{
	font-size: 36px;
	font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
	display: block;
	margin-bottom: 13px;
  font-weight: 900;
}
.wrap-campaign-tel b a{
	color: #000;
	pointer-events: none;
}
.text-tel{
	font-size: 16px;
	font-weight: 500;
}
.wrap-app-download{
	margin-bottom: 67px;
}
.wrap-btn-tel{
	display: none;
}


/*SNS*/  
.wrap-sns {
    margin: 40px auto 20px;
}

.wrap-sns > p {
    font-weight: bold;
    margin-bottom: 16px;
}

.wrap-sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-sns-list li:not(:first-child) {
    margin-left: 1.5%;
}

.wrap-sns-list li a {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.wrap-sns-list li a:hover {
    opacity: 0.6;
}

.wrap-sns-list li img {
    width: 48px;
    height: 48px;
    max-width: 100%;
}

/*各種CVボタン*/ 
.wrap-cv {
    background-color: #fff;
    padding: 3% 1%;
    border-radius: 60px;
    margin: 20px auto 40px;
}

.wrap-cv-text {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.wrap-cv-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #E94F4F;
}

.wrap-cv-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-cv-item {
    padding: 0 1.5%;
    height: 90px;
}

.app > button {
    padding-left: 94px;
    display: block;
    height: 100%;
    font-weight: 700;
    font-size: 16px;
}

.app > button::before {
    font-weight: 500;
    right: 14px;
}

.app > button::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 26px;
    display: inline-block;
    width: 54px;
    height: 120px;
    background: url(/static/img/maas/mobi/btn-cv-ico-app.svg) no-repeat center center/ 100%;
}

.use > button {
    padding: 18px 40px 20px 120px;
    background-color: #F3C74F;
    border-radius: 100px;
    color: #fff;
    height: 100%;
    position: relative;
    border: 2px solid #F3C74F;
    font-weight: 700;
    font-size: 16px;
}

.use > button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 36px;
    width: 80px;
    height: 120px;
    background: url(/static/img/maas/mobi/btn-cv-ico-use.svg) no-repeat center center/ 100%;
}

.use > button::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: 500;
}

.use > button.link-pdf span,
.use > button.link-pdf {
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0;
}

.use > button.link-pdf span:after {
    content: none;
}

.guidebook > a {
    display: block;
    padding: 18px 40px 20px 160px;
    background-color: #6BBEEB;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    position: relative;
    border: 2px solid #6BBEEB;
    font-weight: 700;
    font-size: 16px;
}

.guidebook > a::before,
.guidebook > a::after {
    content: '';
    position: absolute;
    z-index: 2;
    display: inline-block;
}

.guidebook > a::before {
    bottom: 0;
    left: 36px;
    width: 100px;
    height: 80px;
    background: url("/static/img/maas/mobi/btn-cv-ico-guidebook.svg") no-repeat center center/ 100%;
}

.guidebook > a::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: normal;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}


.resistar > a {
    display: block;
    padding: 18px 40px 20px 124px;
    background-color: #30cca2;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    position: relative;
    border: 2px solid #30cca2;
    font-weight: 700;
    font-size: 16px;
}

.resistar > a::before,
.resistar > a::after {
    content: '';
    position: absolute;
    z-index: 2;
    display: inline-block;
}

.resistar > a::before {
    bottom: 0;
    left: 20px;
    width: 100px;
    height: 95px;
    background: url("/static/img/maas/mobi/btn-cv-ico-resistar.png") no-repeat center center/ 100%;
}

.resistar > a::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: normal;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}


/*ホバー*/
@media (hover: hover) {
    
    .use > button:hover {
        background-color: #fff;
        color: #F3C74F;
    }
    .guidebook > a:hover {
        background-color: #fff;
        color: #6BBEEB;
    }
    
    .resistar > a:hover {
        background-color: #fff;
        color: #30cca2;
    }
}


@media(max-width: 1360px) {
    
    .wrap-cv-list {
        flex-wrap: wrap;
    }

    .wrap-cv-item {
        padding: 0 1.5%;
        height: 90px;
        margin-bottom: 30px;
    }
    
}
    

@media(max-width:768px) {
    .wrap-campaign{
        padding: 60px 20px;
    }
    #mitoyo .inner-price{
        padding: 30px 20px 40px;
    }
    #mitoyo .wrap-campaign{
        padding: 60px 0px;
    }
    #odate .inner-price{
        padding: 30px 20px 40px;
    }
    #odate .wrap-campaign{
        padding: 20px 0px 20px;
    }
    .wrap-campaign-contact{
        margin-bottom: 16px;
    }
    .wrap-campaign-btn{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 48px;
    }
    .wrap-campaign-tel b a{
        pointer-events: initial;
    }
    .wrap-app-download{
        margin-bottom: 54px;
    }
    .wrap-btn-tel{
        display: block;
        text-align: center;
        margin-top: 24px;
    }
}


@media (max-width: 560px) {
    /*各種CVボタン*/ 
    .wrap-cv {
        padding: 10% 4%;
    }
    
    .wrap-cv-item {
        width: 100%;
        padding: 0;
    }
    
    .app > button {
        width: 100%;
        padding-left: 80px;
        font-size: 16px;
    }
    
    .app > button::before {
        right: 20px;
    }

    .app > button::after {
        left: 26px;
        width: 50px;
        height: 120px;
    }

    .use > button {
        width: 100%;
        padding: 18px 20px 20px 50px;
    }

    .use > button::before {
        left: 28px;
        width: 68px;
        height: 110px;
    }
    
    .use > button::after {
        right: 20px;
    }

    .guidebook > a {
        width: 100%;
        padding: 18px 20px 20px 120px;
    }

    .guidebook > a::before {
        left: 26px;
        width: 72px;
        height: 87px;
    }
    
    .resistar > a {
        width: 100%;
        padding: 18px 20px 20px 100px;
    }

    .resistar > a::before {
        left: 12px;
        width: 82px;
        height: 96px;
    }
}

@media(max-width:320px) {
    .wrap-campaign-tel b{
        font-size: 30px;
    }
}

.wrap-tokuten{
	border: solid 3px #000;
	background: #fff;
	display: inline-block;
	padding: 41px 12px 28px;
	text-align: center;
	margin-bottom: 48px;
	width: 100%;
	max-width: 720px;
	position: relative;
}
.wrap-defoprice{
	background: #000;
	color: #fff;
	display: block;
	position: absolute;
	top: -24px;
	left: 50%;
	font-size: 24px;
	padding: 9px 6px 11px 6px;
	line-height: 1;
	width: 100%;
	max-width: 320px;
	transform: translate(-50%, 0);
}
.wrap-defoprice span{
	font-weight: 900;
	margin: 0 3px;
}
.lead-campaign{
	font-size: 24px;
	font-weight: 900;
}
.lead-campaign strong{
	font-size: 42px;
	margin-left: 10px;
}
.lead-campaign strong.txt-price{
	font-size: 48px;
	font-weight: 900;
	font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}
.lead-campaign strong span{
	color: #F04848;
}
.row-kigen{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 60px;
}
.row-kigen > div{
	width: calc(50% - 24px) ;
	background: #000;
	color: #fff;
	padding: 20px 10px;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-kigen > div strong{
	font-size: 42px;
	margin: 0 15px;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
}

#Present{
	padding: 60px 0 100px;
}
.wrap-presentinner{
	padding: 24px;
	border: solid 3px #000;
}
.title-sponcerlogo{
	text-align: center;
	padding: 0 12px;
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: bold;
}
.title-sponcerlogo img{
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
}
.copy-present{
	margin-bottom: 24px;
	text-align: center;
	padding: 0 12px;
	font-size: 24px;
	font-weight: 900;
}
.title-present{
	background: #000;
	padding: 12px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.title-present b{
	font-size: 30px;
	margin: 0 6px;
}
.wrap-present-info{
	padding: 0 24px;
}
.lead-present{
	/*text-align: center;*/
	font-size: 15px;
	line-height: 20px;
}
.lead-present + .lead-present{
	margin-top: 10px;
}
.wrap-present-info ul{
	padding: 0;
	margin: 34px auto 0;
	text-align: center;
}
.wrap-present-info ul li{
	font-size: 14px;
}
.wrap-present-info ul li span.li-spec-left{
	margin-right: 6px;
}
.wrap-present-info ul li span.li-spec-left:before{
	content: "[";
}
.wrap-present-info ul li span.li-spec-left:after{
	content: "]";
}
.wrap-present-info ul li + li{
	margin-top: 12px;
}
.acc-present{
	margin-top: 24px;
}
.acc-present .card{
	border-radius: 0;
	border: solid 3px #333;
}
.acc-present .card-header{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #fff;
}
.acc-present button{
	display: block;
	width: 100%;
	text-align: left;
	padding: 12px 12px 12px 50px;
	font-size: 15px;
	cursor: pointer;
	background: none;
	position: relative;
}
.acc-present button:before{
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.acc-present button.collapsed:before{
	content: "\f078";
}
.acc-present .card-body{
	border-top: 1px dashed #333;
}
.flow-present-karada{
	font-size: 15px;
}
.flow-present-karada + .flow-present-karada{
	margin-top: 24px;
}
.flow-present-karada dt{
	display: inline-block;
	background: #F04848;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 12px 5px;
	line-height: 1;
	border-radius: 2px;
	margin-bottom: 6px;
}
#Other{
	padding: 120px 0 0;
}
#mitoyo #Other,
#odate #Other{
	padding: 60px 0 0;
}
@media(max-width:768px) {
#Present{
	padding: 24px 0 0;
}
.wrap-presentinner{
	padding: 12px;
	border: solid 3px #000;
}
.title-sponcerlogo{
	font-size: 24px;
}
.wrap-campaign{
	padding: 45px 12px;
}
#Area .wrap-campaign{
	margin-left: -15px;
	margin-right: -15px;
}
.wrap-tokuten{
	padding: 0 0 27px 0;
	margin-bottom: 24px;
}
.wrap-defoprice{
	background: #000;
	color: #fff;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	font-size: 20px;
	padding: 10px 6px 20px 6px;
	line-height: 1;
	width: 100%;
	max-width: 100%;
	transform: none;
	margin-bottom: 29px;
}
.wrap-defoprice span{
	font-size: 42px;
	margin: 0 10px;
	line-height: 1;
}
.lead-campaign{
	font-size: 28px;
	padding: 0 5px;
}
.lead-campaign strong{
	font-size: 60px;
}
.lead-campaign strong.txt-price{
	font-size: 48px;
}
.row-kigen{
	display: block;
}
.row-kigen > div{
	width: 100%;
}
.row-kigen > div + div{
	margin-top: 24px;
}
.row-kigen > div strong{
	margin: 0 16px;
}
.title-campaign{
	font-size: 26px;
	margin-bottom: 20px;
}
.title-campaign span{
    padding: 0 20px;
}
.title-campaign:before,
.title-campaign:after{
    height: 65px;
}
.title-campaign:before{
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.title-campaign:after{
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.copy-present{
	margin-bottom: 12px;
	padding: 0;
	font-size: 18px;
}
.title-present{
	border-radius: 0;
	padding: 12px 12px;
	font-size: 16px;
}
.title-present b{
	font-size: 24px;
	display: block;
}
.wrap-present-info{
	padding: 24px 0;
}
.wrap-present-info ul li{
	display: flex;
	text-align: left;
	align-items: center;
}
.wrap-present-info ul li span.li-spec-left{
	margin-right: 0;
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 20px;
	border: 3px solid #333;
	width: 24%;
	font-weight: 900;
	text-align: center;
}
.wrap-present-info ul li span.li-spec-left:before,
.wrap-present-info ul li span.li-spec-left:after{
	display: none;
}
.wrap-present-info ul li span.li-spec-right{
	padding-left: 11px;
	width: 76%;
}
#Other{
	padding: 95px 0 0;
}
}
@media(max-width:320px) {
.wrap-tokuten{
	margin-bottom: 24px;
}
.lead-campaign{
	font-size: 24px;
}
.lead-campaign strong{
	font-size: 50px;
}
.lead-campaign strong.txt-price{
	font-size: 40px;
}
.row-kigen > div{
	font-size: 20px;
}
.row-kigen > div strong{
	font-size: 40px;
	margin: 0 10px;
}
}



#Area{
	padding-top: 72px;
	padding-bottom: 72px;
}
#mitoyo #Area{
	padding-top: 36px;
	padding-bottom: 36px;
}
#odate #Area{
	padding-top: 36px;
	padding-bottom: 36px;
}
#imabari #Area{
	padding-top: 90px;
	padding-bottom: 36px;
}
.img-title-area{
	width: 100%;
	max-width: 212px;
}
.dl-area{
	text-align: center;
}
.dl-area dt{
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 900;
	color: #212529;
}
.dl-area dd{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
}
.dd-btnarea{
	margin-top: 20px;
	text-align: center;
}
.wrap-ggmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 12px;
}
.wrap-ggmap iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.wrap-map-chushaku{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.wrap-map-chushaku p{
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.wrap-map-chushaku p .map-color-red{
	color: #c55b71;
	font-weight: bold;
}
.wrap-map-chushaku p .map-color-blue{
	color: #1a237e;
	font-weight: bold;
}
.list-maphosoku,
.list-maphosoku-none {
	margin-bottom: 60px;
}
.list-maphosoku li,
.list-maphosoku-none li {
	padding-left: 18px;
	font-size: 14px;
	position: relative;
}
.list-maphosoku li:before
 {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.list-maphosoku.ver2 li {
    font-size: 18px;
    font-weight: bold;
}

@media(max-width:768px) {
    #Area{
        padding-bottom: 28px;
    }
    #imabari #Area{
        padding-top: 0;
        padding-bottom: 36px;
    }
    .img-title-area{
        max-width: 154px;
    }
    .dl-area dt{
        font-size: 22px;
    }
    
    .list-maphosoku.ver2 li {
        font-size: 16px;
    }

}
@media(max-width:552px) {
/*.wrap-ggmap{
	height: 400px;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
.wrap-ggmap iframe{
	position: relative;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
}*/
.wrap-map-chushaku{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.wrap-map-chushaku p{
	font-size: 14px;
	text-align: left;
}
.list-maphosoku,
.list-maphosoku-none {
	margin-bottom: 60px;
}
}
@media(max-width:320px) {
.img-title-area{
	max-width: 139px;
}
.dl-area dt{
	font-size: 20px;
}
}


#Faq{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 100px 0;
}
#faq-accordion .card{
	border: none;
}
#faq-accordion .card + .card{
	margin-top: 36px;
}
#faq-accordion .num-label{
	background: none;
	font-size: 36px;
	width: auto;
	padding: 0;
	color: #000000;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 20px;
}
#faq-accordion .card-header{
	border: none;
}
#faq-accordion .card-header button{
	padding: 30px 60px;
	position: relative;
	width: 100%;
	text-align: left;
	cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 5%);
	border: none;
	border-radius: 4px;
}
#faq-accordion .card-header .faq-ttl{
	display: block;
	margin-left: 0;
	padding-left: 60px;
	font-size: 21px;
	font-weight: 400;
}
#faq-accordion .card-header button:before{
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	font-weight: 900;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
#faq-accordion .card-header button.collapsed:before{
	content: "\f078";
	background: #000;
	color: #fff;
}
#faq-accordion .card-header button:before{
	background: #D8DBDF;
}
#faq-accordion .card-body p{
	font-size: 15px;
	line-height: 1.6;
}
#faq-accordion .card-body{
	padding: 25px;
}
#faq-accordion .card-body p + p{
	margin-top: 20px;
}

@media(max-width:768px) {
#faq{
	padding: 70px 0;
}
#faq-accordion .card + .card{
	margin-top: 24px;
}
#faq-accordion .card-header button{
	padding: 30px 10px;
}
#faq-accordion .num-label{
	font-size: 36px;
	margin-right: 30px;
	left: 12px;
}
#faq-accordion .card-header .faq-ttl{
	font-size: 15px;
	padding-left: 64px;
	padding-right: 64px;
}
#faq-accordion .card-header button:before{
    width: 24px;
    height: 24px;
}
#faq-accordion .card-header button:after{
	right: 26px;
}
}



.wrap-shoplist{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 60px auto;
}
.wrap-shoplist-inner{
    border: solid 3px #333;
    padding: 36px 24px 36px;
}
.wrap-label-info{
    border: solid 3px #eee;
    padding: 12px 12px 12px;
    width: 100%;
    max-width: 560px;
    margin: 36px auto 0;
}
.list-label-info{
	display: flex;
	font-size: 13px;
}
.list-label-info + .list-label-info{
	margin-top: 6px;
}
.list-label-info dt{
	width: 25%;
}
.list-label-info dd{
	width: 75%;
}
.list-label-info dt .label-shopcategory{
	font-weight: bold;
	font-size: 12px;
}
.wrap-shopcategory{
	margin-top: 24px;
}
.title-category{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	margin-bottom: 24px;
	padding-bottom: 5px;
}
.list-shopinfo{
	padding: 2px 12px;
    border-left: solid 3px #eee;
    margin: 4px auto;
}
.dl-shopinfo{padding: 0 0 0 12px;}
.dl-shopinfo dt{
	font-size: 16px;
	margin-bottom: 6px;
}
.dl-shopinfo dd{
	font-size: 14px;
}
.label-shopcategory{
	display: inline-block;
	background: #eee;
	padding: 1px 6px 2px;
	border-radius: 4px;
	font-size: 70%;
	margin-right: 6px;
	margin-bottom: 3px;
}
.shop-clinic{
	background: #b9ebfb;
}
.shop-entame{
	background: #fbc9b9;
}
.shop-school{
	background: #e0fbb9;
}
.shop-food{
	background: #fbddb9;
}
.shop-market{
	background: #ffd1e4;
}
@media(max-width:768px) {
.wrap-shoplist-inner{
    padding: 24px 12px 24px;
}
.wrap-label-info{
    padding: 12px 12px 12px;
}
.list-label-info dt{
	width: 40%;
}
.list-label-info dd{
	width: 60%;
}
}



.title-modal{
	font-size: 24px;
	font-weight: bold;
}
.wrap-map{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.wrap-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media(max-width:768px) {
.wrap-map{
	height: 100vw;
	padding-bottom: 0;
}
.wrap-map iframe {
	height: 100vw;
	width: 100vw;
}
}



#Map{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 60px 0 30px;
}
@media(max-width:768px) {
#Map{
	padding: 40px 0 10px;
}
}



.list-maphosoku,
.list-maphosoku-none {
	margin-bottom: 60px;
}
.wrap-titleservicetime{
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.wrap-textservicetime{
	font-size: 20px;
}
.wrap-textservicetime strong{
	font-size: 200%;
	display: block;
}
@media(max-width:768px) {
.wrap-titleservicetime{
	margin-bottom: 10px;
	display: block;
	text-align: center;
	height: auto;
	padding: 6px 6px 8px;
	line-height: 1;
}
.wrap-textservicetime{
	font-size: 14px;
	text-align: center;
}
}
@media(max-width:552px) {
.list-maphosoku,
.list-maphosoku-none {
	margin-bottom: 60px;
}
}


.modal-apps .modal-header{
	background: #000;
	color: #fff;
}
.title-modal{
	font-size: 18px;
	font-weight: 900;
}






.title-campstep{
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
}
.label-step{
	color: #39a827;
	display: block;
	font-size: 20px;
	font-weight: 900;
}
.ol-appstep{
	margin-top: 15px;
	padding: 0;
	counter-reset:renban;
}
.ol-appstep li{
	padding-left: 30px;
	position: relative;
}
.ol-appstep li:before {
	counter-increment:renban;
	content:counter(renban) "";
	background: #603535;
	color: #fff;
	display: flex;
	width: 20px;
	height: 20px;
	font-size: 10px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	position: absolute;
	top: 4px;
	left: 0;
	border-radius: 100px;
}
.ol-appstep li + li{
	margin-top: 10px;
}
.ol-appstep li span{
	padding: 20px;
	display: block;
	text-align: center;
}
.ol-appstep li span.wrap-summer{
	background: #e9f9ff;
	padding: 15px 20px;
	display: block;
	margin-top: 10px;
	text-align: left;
}
.wrap-summer b{
	display: inline-block;
	background: #00aee8;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 10px;
	line-height: 1;
}
.wrap-summer i{
	margin-right: 10px;
	color: #ff2e57;
}
.ol-appstep li span.summer-lead{
	font-weight: bold;

	padding: 0;
	text-align: left;
	margin-bottom: 10px;
}
.ol-appstep li span.wrap-gift{
	background: #fff9f9;
	padding: 15px 20px;
	display: block;
	margin-top: 10px;
	text-align: left;
	position: relative;
}
.ol-appstep li span.wrap-gift.add-arrow{
	margin-top: 20px;
}
.ol-appstep li span.wrap-gift.add-arrow:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #ec6a97;
	position: absolute;
	top: -15px;
	left: 5%;
}
.wrap-gift b{
	display: block;
	color: #e94f4f;
}
.wrap-gift i{
	margin-right: 10px;
	color: #ff2e57;
}
.list-campkome{
	margin-top: 20px;
}
.list-campkome li{
	padding-left: 20px;
	position: relative;
	font-size: 80%;
}
.list-campkome li + li{
	margin-top: 5px;
}
.list-campkome li:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-entrybtn{
	text-align: center;
	margin-top: 20px;
}
.btn-entry{
	display: inline-block;
	background: #ccc;
	color: #333;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}
.btn-entry:hover{
	text-decoration: none;
	opacity: 0.5;
	color: #333;
}
@media(max-width:768px) {
.label-step{
	font-size: 18px;
}
.ol-appstep li span.wrap-gift.add-arrow:before{
	left: 50%;
	transform: translate(-50%, 0);
}
}



#News{
	padding: 0;
	margin-bottom: 40px;
	margin-top: -20px;
}
.news-box{
	padding: 20px 30px;
	background: #fffdf6;
	border: solid 3px #da4453;
}
.news-box p{
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: #da4453;
}
.news-box p .label-news{
	background: #da4453;
	color: #fff;
	font-size: 80%;
	display: inline-block;
	padding: 2px 6px;
	margin-right: 10px;
	border-radius: 3px;
	position: relative;
	top: -2px;
}
@media(max-width:768px) {
.news-box p{
	font-size: 16px;
}
.news-box{
	padding: 10px 20px;
}
}



.wrap-price{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.wrap-price {counter-reset:renban;}
.dl-price{
	display: flex;
	flex-wrap: wrap;
	/*border-top: 1px solid #333;
	border-left: 1px solid #333;*/
	width: 100%;
	background: #fff;
	border: solid 4px #ffc627;
	border-radius: 4px 4px 20px 4px;
	overflow: hidden;
	position: relative;
}

.dl-price-head {
    margin-top: 20px;
    padding: 15px 10px;
	text-align: center;
	color: #634c0b;
    background: #fff;
    border: solid 4px #ffc627;
    border-bottom: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.dl-price-free {
	padding: 10px 20px;
	border-top: 1px #ccc dashed;
	border-left: solid 4px #ffc627;
	border-right: solid 4px #ffc627;
	text-align: center;
	background-color: #fff;
}

.dl-price-free span {
	width: 100%;
	display: inline-block;
	padding: 10px 20px;
	background-color: #e94f4f;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.dl-price + .dl-price{
	margin-top: 10px;
}
.dl-price + .dl-price.dl-pricefree{
	margin-top: 60px;
}
.dl-price dt,
.dl-price dd{
	/*border-bottom: 1px solid #333;
	border-right: 1px solid #333;*/
	padding: 15px;
	line-height: 1;
}
.dl-price dt{
	width: 20%;
	font-size: 20px;
	display: block;
	line-height: 1.4;
	border-right: dashed 1px #ccc;
	color: #634c0b;
	text-align: center;
}
.dl-price.dl-pricefree dt{
	padding-top: 50px;
}
.wrap-price .dl-price dt:before{
	counter-increment:renban;
	content:counter(renban);
	width: 100%;
	display: block;
    color: #ffc627;
    font-weight: bold;
    background: #634c0b;
    padding: 7px 7px;
    margin-right: 15px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 0.7;
    margin: 0 auto 5px;
    border-radius: 100px;
}
.dl-price .dd-pricesample{
	width: 60%;
	font-size: 20px;
}
.dl-price .dd-pricesample b{
	font-size: 140%;
	font-weight: 900;
	color: #e94f4f;
}
.dl-price .dd-pricesample-multiple{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.dl-price .dd-pricesample-multiple > .dd-pricesample{
	width: 75%;
	padding: 15px;
}
.dl-price dd li{
	line-height: 1.4;
}
.price-family{
	background: #fff9f9;
	padding: 5px 10px 10px 10px;
	margin-top: 15px;
	font-weight: normal;
	font-size: 90%;
}
.price-complement{
	font-size: 90%;
	line-height: 1.4;
	display: block;
}
.dl-price .dd-priceday{
	width: 20%;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	background: #fffcf2;
	color: #634c0b;
	border-radius: 0px 0px 20px 0px;
}
.dl-price.ver-summer .dd-priceday{
	border-radius: 0;
}
.dl-price .dd-pricesample-multiple > .dd-priceday{
	width: 25%;
	border-radius: 0;
}
.icon-free{
	position: absolute;
	top: -50px;
	left: 5%;
	max-width: 80px;
}
.dl-price dd.dd-campaign-aeon{
	width: 100%;
	background: #fff9f9;
	padding: 10px 25px;
	border:solid 5px #fff;
	border-radius: 0px 0px 20px 0px;
}
.dl-price.ver-summer dd.dd-campaign-aeon{
	background: #f0faff;
}
.dl-price-attention {
	font-size: 14px;
}
.title-aeon{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
}
.title-aeon b{
	font-size: 140%;
	color: #e94f4f;
}
.obi-aeon{
	background: #e94f4f;
	color: #fff;
	display: block;
	padding: 3px 8px 5px;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	position: relative;
	margin-bottom: 10px;
}
.obi-aeon:before {
	border: 12px solid transparent;
	border-top: 12px solid #e94f4f;
	left: 50%;
	content: "";
	display: block;
	bottom: -20px;
	margin-left: -12px;
	position: absolute;
}
.ver-summer .obi-aeon{
	background: #18acf0;
	margin-bottom: 15px;
}
.ver-summer .obi-aeon:before {
	border: 12px solid transparent;
	border-top: 12px solid #18acf0;
}
.lead-campaeon{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}
.ver-summer .lead-campaeon{
	display: flex;
	width: 100%;
	min-height: 50px;
	justify-content: center;
	align-items: center;
}
.ver-summer .lead-campaeon span{
	width: calc(100% - 140px);
	text-align: center;
	line-height: 1.3;
}
.list-campaeon li{
	padding-left: 18px;
	font-size: 14px;
	position: relative;
}
.list-campaeon li + li{
	margin-top: 5px;
}
.list-campaeon li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.ver-summer .lead-campaeon img.icon-leftver{
	width: 100%;
	max-width: 60px;
	position: absolute;
	bottom: -5px;
	left: 10px;
}
.ver-summer .lead-campaeon img.icon-rightver{
	width: 100%;
	max-width: 50px;
	position: absolute;
	top: -10px;
	right: 10px;
}
@media(max-width:768px) {
.dl-price-head {
	font-size: 18px;
}
.dl-price{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0;
}
.dl-price dt,
.dl-price dd{
	padding: 0px;
	line-height: 1.4;
}
.dl-price dt{
	width: 30%;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 0 10px;
}
.dl-price.dl-pricefree dt{
	padding-top: 40px;
}
.dl-price .dd-pricesample{
	width: 70%;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
}
.dl-price .dd-pricesample b{
}
.dl-price dd li{
	text-align: left;
}
.dl-price .dd-pricesample-multiple{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.dl-price .dd-pricesample-multiple > .dd-pricesample{
	width: 100%;
	padding: 0;
}
.price-family{
	margin-top: 5px;
	padding: 5px 5px 10px 5px;
}
.dl-price .dd-priceday{
	margin-top: 10px;
	width: 100%;
	font-size: 16px;
	background: #fafafa;
	padding: 10px;
}
.dl-price .dd-pricesample-multiple > .dd-priceday{
	width: 100%;
	margin-top: 5px;
}
.icon-free{
	position: absolute;
	left: 9%;
}
.dl-price dd.dd-campaign-aeon{
	padding: 10px 15px;
}
.title-aeon{
	font-size: 18px;
}
.lead-campaeon{
	font-size: 14px;
}
.ver-summer .lead-campaeon span{
	width: calc(100% - 70px);
}
.ver-summer .lead-campaeon img.icon-leftver{
	width: 100%;
	max-width: 45px;
	position: absolute;
	bottom: -5px;
	left: -10px;
}
.ver-summer .lead-campaeon img.icon-rightver{
	width: 100%;
	max-width: 35px;
	position: absolute;
	top: -5px;
	right: -5px;
}
}
@media(max-width:576px) {
.icon-free{
	position: absolute;
	left: 3.5%;
}
}



#App{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 20px 0px 10px;
}
#odate #App{
	padding-top: 60px;
}
@media(max-width:768px) {
#App{
	padding-bottom: 28px;
}

}



.row-mitoyofreeprice{
	display: flex;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	align-items: center;
	padding: 15px 25px;
    background: #f9fff9;
    border: solid 3px #008502;
    border-radius: 4px;
}
#Campaign .row-mitoyofreeprice{
	width: 100%;
	max-width: 100%;
	align-items: center;
	padding: 20px 10px 20px 30px;
    background:#fffad3;
    border: none;
}
.col-logo{
	width: 80px;
}
.col-text{
	width: calc(100% - 80px);
	padding-left: 20px;
}
#Campaign .col-logo{
	width: 100px;
}
#Campaign .col-text{
	width: calc(100% - 100px);
	padding-left: 20px;
	text-align: left;
}
.col-text p{
	font-size: 18px;
}
.col-text p b{
	font-size: 110%;
}
.title-day-start{
	position: relative;
	text-align: left;
}
.title-day-start:after{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.title-day-start span{
	background: #fff;
	position: relative;
	z-index: 2;
}
.title-day-start span i{
	position: relative;
	top: -2px;
}
@media(max-width:768px) {
#Campaign .row-mitoyofreeprice{
	width: 100%;
	max-width: 100%;
	align-items: center;
	padding: 10px 10px 10px 20px;
}
.col-text p{
	font-size: 16px;
}
#Campaign .col-logo{
	width: 70px;
}
#Campaign .col-text{
	width: calc(100% - 70px);
	padding-left: 20px;
}
.title-day-start{
	text-align: center;
}
}




/*今治だけの設定*/
#imabari .price-family{
	line-height: 1.6;
	font-size: 16px;
}
#imabari .price-family b{
	font-size: inherit;
}
#imabari .title-planprice{
	text-align: center;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 24px;
	color: #634c0b;
}
#imabari .title-planprice.title-off{
	color: #666;
	font-size: 18px;
}
#imabari .title-planprice span{
    padding: 0 20px;
}
#imabari .title-planprice:before,
#imabari .title-planprice:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 30px;
    background: #ffc627;
    border-radius: 2px;
}
#imabari .title-planprice:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#imabari .title-planprice:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
#imabari .title-planprice.title-off:before,
#imabari .title-planprice.title-off:after{
	display: none;
}
#imabari .title-planprice.title-off span{
    padding: 0;
}

#imabari .dl-price.dl-price-comingsoon{
	border-color: #ccc;
}
/*#imabari .dl-price:before{
	content: "今すぐ利用OK";
	background: #fff8e6;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	line-height: 1;
	justify-content: center;
	height: 40px;
	font-weight: 900;
	color: #e94f4f;
}
#imabari .dl-price.dl-price-comingsoon:before{
	content: "2023年春ごろ販売開始予定";
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	line-height: 1;
	justify-content: center;
	height: 40px;
	font-weight: 900;
	color: #e94f4f;
}*/
.dl-price-comingsoon{
	background: #fafafa;
}
.dl-price.dl-price-comingsoon dd.dd-pricesample b{
	color: #333;
}
.wrap-price .dl-price.dl-price-comingsoon dt:before{
	display: none;
}
#imabari .wrap-saledetail{
	background: #fff9f9;
}
#imabari .wrap-sale{
}
.list-tokuten{
	counter-reset: renban;
}
.list-tokuten li{
	font-size: 16px;
	position: relative;
	padding-left: 34px;
}
.list-tokuten li + li{
	margin-top: 5px;
}
.list-tokuten li b{
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	color: #ff2e57;
}
.list-tokuten li:before{
	counter-increment:renban;
	content:counter(renban);
	width: 100%;
	display: block;
    color: #fff;
    font-weight: bold;
    background: #ff2e57;
    padding: 7px 7px;
    margin-right: 15px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 0.7;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 2px;
}
.dl-ambassadorapplication{
	display: flex;
}
.dl-ambassadorapplication + dl{
	margin-top: 20px;
}
.dl-ambassadorapplication dt{
	width: 20%;
	font-size: 14px;
	background: #eee;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.dl-ambassadorapplication dd{
	width: 80%;
	font-size: 14px;
	padding-left: 20px;
}
.list-ambassador-number{
	padding-left: 20px;
}
.list-ambassador-number li{
	position: relative;
	list-style-type: decimal;
}
.list-ambassador-number li + li{
	margin-top: 5px;
}
.list-ambassador-kuromaru{
}
.list-ambassador-kuromaru li{
	position: relative;
	padding-left:18px;
}
.list-ambassador-kuromaru li:before{
	content: "・";
	position: absolute;
	top: 1px;
	left: 1px;
}
.list-ambassador-kuromaru li + li{
	margin-top: 5px;
}
.btn-ambassador{
	display: inline-block;
	border-radius: 10px;
	background: #ffc627;
	border:3px solid #ffc627;
	color: #1f1f1f;
	font-size: 16px;
	padding: 18px 40px 20px 30px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
}
.btn-ambassador:hover{
	background: #fff;
	border:3px solid #ffc627;
	color: #1f1f1f;
	text-decoration: none;
}
.btn-ambassador.add-window:before{
	font-weight: normal;
}
@media(max-width:768px) {
.list-tokuten li{
	font-size: 14px;
}
.list-tokuten li b{
	font-size: 16px;
}
.dl-ambassadorapplication{
	display: block;
}
.dl-ambassadorapplication dt{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: center;
}
.dl-ambassadorapplication dd{
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	padding-left:0px;
}
#imabari .title-planprice{
	text-align: center;
}
}

.title-modalbody {
    background: #eee;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wrap-movie{
	background: url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 40px 20px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
@media(max-width:768px) {
.wrap-movie{
	padding: 20px 20px;
}
.wrap-movie .title-h3-01{
	font-size: 18px;
	line-height: 1.4;
}
}


/* mobi higashiosaka */
.list-komenumber {
	margin: 15px 0;
}
.list-komenumber li {
	text-indent: -2em;
    margin-left: 2em;
	margin-bottom: 0.5em;
    counter-increment: calc-ex9;
	font-size: 80%;
}
.list-komenumber li::before {
    content: '\203B'counter(calc-ex9);
    display: inline-block;
    width: 2em;
    text-indent: 0;
}

.u-text-underline {
	line-height: 1.4;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 30px;

}
.u-text-underline::before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #212529;
		
}
.u-bodrtop-dashed-lightgray {
	border-top: 1px #ccc dashed;
}
.u-text-linethrough {
	text-decoration-line:line-through;
}


/*汎用パーツ*/
.border-top-none {
	border-top: none;
}
.border-bottom-dash {
	border-bottom: 1px #ccc dashed;
}
.list-dot-none li {
	font-size: 14px;
}
.list-dot-none li:before {
	content: none;
}
.list-attention li {
	padding-left: 18px;
    font-size: 14px;
    position: relative;
}
.list-attention li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}


.title-endarea{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.list-other-endarea{
	margin: 0 auto 40px;
	width: 100%;
	max-width: 220px;
}
.list-other-endarea li{
	padding-left: 20px;
	position: relative;
}
.list-other-endarea li + li{
	margin-top: 10px;
}
.list-other-endarea li a{
	color: #111;
}
.list-other-endarea li:before{
	content: "●";
	font-size: 80%;
	position: absolute;
	top: 3px;
	left: 0;
	color: #ccc;
}
.label-end{
	background: #ccc;
	padding: 3px 8px;
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	font-size: 80%;
	position: relative;
	top: -2px;
}



/*recruit-driver*/
.recruit-driver {
    text-align: center;
    padding: 3% 3% 2.5%;
    border: 4px solid #1c1c1c;
    max-width: 600px;
    margin: auto;
    background: #fff;
}

.recruit-driver > p strong {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding: 0 20px;
}

.recruit-driver > p strong::before,
.recruit-driver > p strong::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #000;
    border-radius: 2px;  
}
 
.recruit-driver > p strong::before {
    left: 0;
    transform: rotate(-30deg);
}

.recruit-driver > p strong::after {
    right: 0;
    transform: rotate(30deg);
}

.btn-recruit {
    max-width: 340px;
    margin: 10px auto 20px; 
    text-align: center;
    padding: 16px;
    text-decoration: none;
    border: 2px solid #634c0b;
    display: block;
    transition: 0.3s;
    position: relative;
    background: #ffd43b;
    color: #1c1c1c;
    border-radius: 20px;
    box-shadow: 0px 3px #634c0b;
    font-size: 18px;
    font-weight: 700;
    animation: anim 2s ease-out infinite;
}

@keyframes anim {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.btn-recruit::after {
    content: '\f054';
    position: absolute;
    font-family: "font awesome 5 free";
    top: 18px;
    right: 20px;
    font-size: 14px;
    transform: rotate(90deg);
}

.btn-recruit:hover {
    transform: translateY(3px);
    /*box-shadow: none;*/
    text-decoration: none;
    color: #1c1c1c;
    opacity: 0.6;
}

.wrap-recruit {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    border: 4px solid #f9d060;
    padding: 30px;
    box-shadow: 17px 17px 0px -7px #f9d060;
    color: #634c0b;
}

.wrap-recruit >.title-concept {
    border: 4px solid  #f9d060;
    background-color: #f9d060;
    margin-bottom: 32px;
}

.wrap-recruit .title-concept strong {
    display: block;
    border: 2px solid #fff;
    background: #f9d060;
    color: #634c0b;
    padding: 20px;
    font-size: 24px;
}

.wrap-recruit-box {
    margin-top: 30px;
}

.wrap-recruit-box h3 {
    padding: 5px 10px 10px;
    margin-bottom: 16px;
    border-left: 10px solid #634c0b;
    border-bottom: 2px dashed #634c0b;
    text-align: left;
}

.wrap-recruit-list {
    margin-top: 14px;
}

.wrap-recruit-list li {
    display: block;
    margin-top: 10px;
    padding-left: 54px;
    position: relative;
}

.wrap-recruit-list li::before {
    content: '\f058';
    position: absolute;
    font-family: "font awesome 5 free";
    font-size: 40px;
    left: 0;
    top: 10px;
}

.wrap-recruit-list .main {
    padding: 20px 0 10px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #634c0b;
    font-size: 20px;
}

.wrap-recruit-list .sub {
    font-size: 16px;
}

.wrap-recruit-contact {
    background: #fafafa;
    padding: 30px 30px 20px;
    border-radous: 30px;
    margin: 30px auto 0;
}

.wrap-recruit-contact .lead {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wrap-recruit-contact-list {
    margin: 20px auto;
    justify-content: center;
}

.wrap-recruit-contact-list li {
    width: 48%;
    display: block;
    text-align: center;
}

.wrap-recruit-contact-list li p {
    font-weight: 700;
    padding-bottom: 10px;
}

.wrap-recruit-contact-list li a {
    padding: 7px 10px 10px;
    text-decoration: none;
    border: 2px solid #634c0b;
    border-radius: 50px;
    display: block;
    color: #634c0b;
    transition: 0.3s;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
.wrap-recruit-contact-list li a::before {
    content: '\f095';
    position: absolute;
    font-family: "font awesome 5 free";
    font-size: 20px;
    left: 20px;
    color: #634c0b;
    z-index: 1;
    top: calc(50% - 15px);
    transform: rotate(90deg);
}

.wrap-recruit-contact-list li a:hover {
    opacity: 0.6;
}

 .wrap-recruit-contact-list li a[href^="tel:"] {
       pointer-events: none;
   }

@media(max-width: 960px) {
    .wrap-recruit {
        width: 96%;
        max-width: 800px;
    }
}

@media(max-width:767px) {
    .wrap-recruit {
        width: 100%;
        max-width: 100%;
        padding: 4%;
        box-shadow: 13px 13px 0px -8px #fce49e;
    }

    .wrap-recruit .title-concept {
        padding: 10px;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .wrap-recruit-box {
        margin-top: 16px;
    }

    .wrap-recruit-box h3 {
        padding: 5px 10px 10px;
        margin-bottom: 18px;
        border-left: 10px solid #634c0b;
    }

    .wrap-recruit-list {
        margin-top: 14px;
    }

    .wrap-recruit-list li {
        margin-top: 10px;
        padding-left: 36px;
    }

    .wrap-recruit-list li::before {
        font-size: 24px;
        left: 0;
        top: 14px;
    }

    .wrap-recruit-list .main {
        padding: 15px 0 5px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .wrap-recruit-list .sub {
        font-size: 16px;
    }


    .wrap-recruit-contact {
        padding:4%;
        margin: 30px auto 0;
    }

    .wrap-recruit-contact .lead {
        padding-bottom: 10px;
        font-size: 16px;
        position: relative;
    }
    
    .wrap-recruit-contact > .lead::before,
    .wrap-recruit-contact > .lead::after {
        
    }

    .wrap-recruit-contact-list {
        margin: 20px auto;
    }

    .wrap-recruit-contact-list li {
        width: 49%;
    }
    
    /*.wrap-recruit-contact-list li:last-child {
        margin-top: 30px;
    }*/

    .wrap-recruit-contact-list li p {
        padding-bottom: 10px;
    }

    .wrap-recruit-contact-list li a {
        padding: 10px;
        font-size: 16px;
    }
    .wrap-recruit-contact-list li a::before {
        left: 10px;
        color: #634c0b;
        z-index: 1;
        left: 20px;
    }
    
    .wrap-recruit-contact-list li a[href^="tel:"] {
       pointer-events: auto;
   }

}

@media(max-width: 560px) {
    .recruit-driver {
        width: 88%;
        border: 3px solid #1c1c1c;
    }
    
    .recruit-driver > p strong {
        font-size: 20px;
    }
    
    .btn-recruit {
        max-width: 300px;
        font-size: 15px;
        padding: 12px 10px;
    }

    .recruit-driver > p strong::before, 
    .recruit-driver > p strong::after {
        top: 33%;
        height: 40px;
    }
    
    .btn-recruit::after {
        top: calc(50% - 10px);
        right: 12px;
    }
    
    .wrap-recruit .title-concept strong {
        font-size: 22px;
        padding: 10px 12px;
    }
}

@media(max-width: 320px) {
        .btn-recruit {
            font-size: 14px;
        }
}



.title-h3-01{
	line-height: 1.4;
}
.wrap-couponshop{
	background: #FFFCF2;
	padding: 10px 15px;
	margin-top: 15px;
}
.wrap-couponshop p{
	font-size: 14px;
}
.btn-couponshop{
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	border: solid 3px #000;
	color: #000;
	font-size: 14px;
	padding: 8px 15px;
	cursor: pointer;
}
.btn-couponshop:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
@media(max-width:768px) {
.title-h3-01{
	font-size: 20px;
}
.list-label-info{
	display: block;
}
.list-label-info dt{
	width: 100%;
	margin-bottom: 10px;
}
.list-label-info dd{
	width: 100%;
}
.btn-couponshop{
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	border: solid 3px #000;
	color: #000;
	font-size: 13px;
	padding: 6px 15px;
	cursor: pointer;
}
}

.odateadvertisement{
	padding: 60px 0 100px;
}
@media(max-width:768px) {
.odateadvertisement{
	padding: 60px 0 100px;
}
}


/*20240625追記　豊島区エリア終了*/
/*mainのbutton*/
.saleend-btn{
	text-align: center;
	margin:0 auto 50px;
}
#wrap-saleend-btn a {
    display: block;
	width: fit-content;
    background: #F3C74F;
    color: #212529;
    font-weight: bold;
    padding: 10px 30px;
	margin: auto;/*中央*/
    text-decoration: underline;
	transition: 0.3s;
}
#wrap-saleend-btn a:hover {
    opacity: 0.8;
}

.saleend-arrow{
	padding-left: 10px;
}

/*section about-saleend*/
#about-saleend{
	background-color: #fffdf6;
    padding: 50px 0;
    border-radius: 0;
    margin: 50px auto 30px;
	border: solid 3px #da4453;
}

.saleend-text h2{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 16px;
    margin-bottom: 40px;
	color: #da4453;
}
.saleend-text h2::before {
    display: none;
}

.saleend-text dt{
	margin-top: 15px;
}
.saleend-text .howto-detail{
	margin-top: 5px;
}


.saleend-text a{
	word-wrap:break-word;/*折り返す*/
}

@media(max-width:768px) {
	#about-saleend{
		margin: 30px auto 0;
		padding: 40px 0;
	}
	.saleend-text h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
}