@charset "utf-8";

/*東北大学　mobi 
--------------------------------*/
#langselect{
    background:#feebf2;
    padding: 10px;
    text-align: right;
}
#langselect a{
    color: #333;
}


/*東北大学の学生・教職員の皆さま対象*/
.title-hero:before,
.title-hero:after{
	display: none;
}

/*アンケート*/
.wrap-questionary{
	width: 100%;
	max-width: 866px;
	margin: 50px auto;
}
.questionary{
    display: block;
    text-align: center;
    margin: 0 auto;
	width: 100%;
    max-width: 480px;
    background: #ffc000;
    padding: 15px 1.5em 15px 15px;
	font-size: 18px;
	font-weight: bold;
    border-radius: 10px;
}

/*2025第二弾へのリンクボタン*/
.wrap-questionary a{
	color: #000;
	position: relative;
}
.wrap-questionary a:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0.7em;
    transform: translate(0, -50%);
}

/*余白調整*/
/*
.concept-large .row-concept{
	margin: 0 auto 0;
}
.anime{
	margin-top: 0;
}
*/

/* スケジュール
----------------------------------*/
#Schedule{
	background:  url(/static/img/maas/mobi/bg-concept.png) top left;
	background-size: 60px 60px;
	padding: 60px 0 0;
}

.wrap-schedule{
	width: 90%;
	max-width:800px;
	padding: 15px;
	background: #fff;
	text-align: center;
    margin: 0 auto;
}
.wrap-schedule p{
	font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
	.wrap-schedule p{
		font-size: 16px;
	}
}

/* マップ
----------------------------------*/
#Map{
	padding: 60px 0;
}
 .wrap-map-box {
     position: relative;
}

 .wrap-map-box::before {
     content: '';
     position: absolute;
     z-index: 3;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 86px;
     height: 103px;
     background: url('/static/img/maas/mobi/tohokuuniversity/img-repeat.png') no-repeat center center/ 100%;
}

 .wrap-map-list {
    padding: 0;
    border: 1px solid #212529;
}

.wrap-map-list dt {
    padding: 10px 20px;
    background-color: #212529;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.list-maphosoku{
	margin: 60px auto 60px; 
}

@media (max-width: 991px) {
    .wrap-map-box::before {
         width: 50px;
         height: 64px;
    }
}
	
@media (max-width: 767px) {
     .wrap-map-box {
         position: relative;
    }

     .wrap-map-list {
        padding: 0;
        border: 1px solid #212529;
    }

    .wrap-map-list dt {
        padding: 10px 20px;
        background-color: #212529;
        color: #fff;
        font-size: 16px;
        text-align: left;
    }
	
	.list-maphosoku{
		margin: 60px auto 30px; 
	}
}

@media(max-width: 576px) {
    .wrap-map-box::before {
         width: 53px;
         height: 64px;
         right: 27px;
         top: calc(50% - 10px);
         left: auto;
         transform: none;
    }
}


/*告知　夏季休業期間
-------------------------------------*/
.wrap-notice{
	margin-top: 20px;
}

.wrap-notice p{
	font-size: 18px;
}

@media(max-width: 768px) {
	.wrap-notice p{
		font-size: 16px;
	}
}


/*mobiについて
-------------------------------------*/
.member-list dt {
  color: #010079;
  background: url(/static/img/maas/mobi/bg-concept.png) top left;
  background-size: 60px 60px;
  border-left: 3px solid #010079;
  margin: 16px 0 12px 0;
  padding: 10px 20px 10px 20px;
}

.wrap-member .wrap-car{
	display: flex; 
	margin: auto;
}
.wrap-member .wrap-img-car p{
	text-align: center;
	font-size: 14px;
}

/*使い方
-------------------------------------*/
#tohokuuniversity .dl-howto dt.howto-img img {
    max-width: 580px;
}


@media (max-width: 767px) {
    #tohokuuniversity .dl-howto {
        padding: 0 0 24px;
    }
    
    #tohokuuniversity .dl-howto dt.howto-img:before {
        width: 100%;
        left: 0;
    }
    
    #tohokuuniversity .dl-howto dt.howto-img img {
        max-width: 100%;
    }
}


/*料金
----------------------------------------*/
.wrap-price p {
    font-size: 24px;
    font-weight: 500;
}

.wrap-price b {
    font-size: 140%;
    font-weight: 700;
    color: #E94F4F;
}

.wrap-price-list dt{
    background-color: #212529;
    color: #fff;
    font-size: 18px;
    padding: 4px 10px;
}

.wrap-price-list dd{
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .wrap-price p {
        font-size: 18px;
    }

    .wrap-price b {
        font-size: 140%;
    }

    .wrap-price-list dt{
        font-size: 16px;
        padding: 4px 10px;
    }

    .wrap-price-list dd{
        font-size: 18px;
    }
}


/*アプリのご利用方法
---------------------------------------*/
#tohokuuniversity .ol-appstep li {
    margin: 0 0 30px 0;
}

#tohokuuniversity .ol-appstep li span {
    padding: 10px 0;
}



/* Faq
---------------------------------------*/
@media (max-width: 767px) {
   #faq-accordion .card-header .faq-ttl {
        padding-left: 72px;
    }

    #faq-accordion .num-label {
        font-size: 32px;
    } 
}



/* アプリダウンロードボタン　ずれ修正
---------------------------------------*/
#tohokuuniversity .wrap-lead .wrap-cv-list p.wrap-cv-item{
	margin: 0;
}

@media (max-width: 767px) {
	#tohokuuniversity .wrap-lead .wrap-cv-list p.wrap-cv-item{
		margin: 15px 0 40px;
	}
    #tohokuuniversity .wrap-lead .wrap-cv-list p.wrap-cv-item.use{
		margin: 0;
	}
}

