@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
	color: #fff;
}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}

#container {
    background: #fff;
    max-width: 1750px;
    margin: 0 auto;
}

.ro {
    transition: all 0.25s ease-out;
}

.ro:hover {
    transition: all 0.25s ease-out;
    opacity: .85;
    cursor: pointer;
}

.innerWrap {
    margin: 0 auto;
}

.pcCont {
    display: block;
}

.spCont {
    display: none;
}

#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding-bottom:30px;	
}

#miyagisp_wrapper {
	background-image:url("../img_aw/bg.jpg");
	background-position:top center;
    background-repeat: no-repeat;
	
}

.content_sp {
	margin-left: auto;
    margin-right: auto;
	width:950px;
}

.backwhite_plan {
	background-color: #fff;
	height: 300px;
}


.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}



@media screen and (max-width:560px) {
	
	#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding-bottom:30px;
		width: 100%;
}

	
#miyagisp_wrapper {
	
	background-image:url("../img_aw/bg_sp.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	background-size: 100%;
}
	
	.content_sp {
	width:100%;
}
	   .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}

	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
		font-size: 15px;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}




/*/////////////////////////////ヘッダー////////////////////////////*/

#gw_content {
	background-repeat:repeat;
	background-color:#d0efff;
}

.miyagisp_main_head {
	height: 810px;
}

#miyagisp_head{
	margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
	text-align: center;
}


#miyagisp_head p {
	    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    color: #6868AF;
    padding-bottom: 30px;
	font-weight: bold;
}

@media screen and (max-width:560px) {
	
	.miyagisp_main_head {
    height: 480px;
}
	
	#miyagisp_head{
		margin-left: auto;
    margin-right: auto;
	padding-top: 70px;
		width: 100%;
}
	
	#miyagisp_head img {
		width: 90%;
		text-align: center;
	}
	
	#miyagisp_head p {
	font-size: 14px;
	line-height: 1.5em;
text-align: center;
		padding-top: 0px;
}
	
}



/*////////////////////////JALサポート////////////////////////////*/


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
    position: relative;
    text-align: center;
    border-bottom:14px solid #efd1a8;
    height:730px;
}
#main_vs h1 {
    position:absolute;
    left:calc(50% - 540px);
    top:26px;
    z-index: 2;
}
#main_vs h1 img {
    max-width: 1080px;
    margin:0 auto;
    height: auto;
}
#main_vs p {
    position: absolute;
    left:calc(50% - 542px);
    bottom:-150px;
    z-index: 3;
}
#main_vs .btn a:hover img{
    opacity: 0.9;
}
.bnr_jal{
    max-width:900px;
    padding:0 20px;
    margin:0 auto 40px;
}
.bnr_jal img{
    width:100%;
    height: auto;
}
@media screen and (max-width:767px) {
    #main_vs {
        height:495px;
    }
    #main_vs h1 {
        left:0;
        top:20px;
        width:100%;
        height: auto;
    }
    #main_vs h1 img {
        max-width: 500px;
        width:100%;
        height: auto;
    }
    #main_vs p {
        width:100%;
        text-align: center;
        left:auto;
        bottom:-100px;
    }
    #main_vs p img{
        width:100%;
        max-width: 500px;
        margin:0 auto;
    }
    .bnr_jal{
        max-width:480px;
        width:100%;
        margin-bottom:40px;
        padding:0 20px;
    }
}
@media screen and (max-width:414px) {
    #main_vs h1 img {
        max-width: 375px;
    }
    #main_vs p img {
        max-width: 375px;
    }
    .bnr_jal{
        max-width:375px;
        margin-bottom:25px;
    }
}


.ac_chk{
    display: none;
}
.ac_label{
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.12em;
    background-color: #c00;
    padding: 15px 0;
    border-radius:5px;
    position: relative;
    cursor: pointer;
    transition: .3s;
	text-align: center;
}
.ac_label::after{
    content: '';
    width: 138px;
    height: 50px;
    background:url(../img_aw/ico_plain.png) no-repeat left top;
    background-size: 138px 50px;
    position: absolute;
    left: -16px;
    top: -13px;
}
.ac_label::before{
    content:'';
    position: absolute;
    right:29px;
    top:23px;
    width: 12px;
    height: 12px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
}
.ac_content{
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    padding:25px 0 0 0;
    background-color: #fff;
    padding-bottom: 10px;
}
.ac_chk:checked + .ac_label + .ac_content{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.ac_chk:checked + .ac_label::before{
    transform:rotate(-135deg);
    top: 28px;
}


.jal_support{
    width: 860px;
    margin: 0 auto 40px;
}
.jal_support .red{
    color:#c00;
}
/*.jal_support .hd{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.12em;
    background-color: #c00;
    padding: 10px 0;
    position: relative;
    margin-bottom: 24px;
}
.jal_support .hd::before{
    content: '';
    width: 138px;
    height: 50px;
    background:url(../img/ico_plain.png) no-repeat left top;
    background-size: 138px 50px;
    position: absolute;
    left: -16px;
    top: -13px;
}*/
.jal_support .txt{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}
.jal_support .txt strong{
    font-weight: bold;
}
.jal_support .txt strong.date{
    font-size: 17px;
}
.jal_support .txt .notes{
    font-size: 15px;
}
.jal_support .btn{
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
	text-align: center;
}
.jal_support .btn a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 350px;
    background-color: #c00;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 8px;
}
.jal_support .btn.w200 a{
    width: 200px;
	text-align: center;
}
.jal_support .pcr_hd{
    background: url(../img_aw/bg_pcr.jpg) no-repeat left top;
    width:100%;
    height:134px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.jal_support .pcr_hd img{
    width:413px;
    height: 85px;
}


@media screen and (max-width:767px) {
    .jal_support{
        width: 88%;
        margin:0 auto;
        padding-bottom: 1px;
    }
        
    .ac_label{
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: 0.12em;
        padding: 22px 0;
    }
    .ac_label::after{
        width: 69px;
        height: 25px;
        background-size: 69px 25px;

        top: auto;
        bottom:10px;
    }
    .ac_label::before{
        right:20px;
        top:38px;
        width: 8px;
        height: 8px;
    }
    .ac_content{
        margin-bottom: 20px;
    }
    .ac_chk:checked + .ac_label + .ac_content{
    }
    .ac_chk:checked + .ac_label::before{
        top: 42px;
    }

    .jal_support .txt{
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
        padding: 0 24px;
        text-align: left;
    }
    .jal_support .txt strong.date{
        font-size: 15px;
    }
    .jal_support .txt .notes{
        font-size: 13px;
    }
    .jal_support .btn{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .jal_support .btn a,
    .jal_support .btn.w200 a{
        width: 85%;
    }
    .jal_support .pcr_hd{
        height:108px;
        margin-bottom: 20px;
    }
    .jal_support .pcr_hd img{
        width:90%;
        max-width:320px;
        height: auto;
    }

}







/*/////////////////////////////　MAP　////////////////////////////*/

.miyagi_map {
	text-align: center;
}

.miyagi_map_tit {
	padding-bottom: 20px;
}

@media screen and (max-width:560px) {

.miyagi_map {
	text-align: center;
	width: 100%;
}	
	
	.miyagi_map_main {
		width: 100%;
	}
	.miyagi_map img {
		width: 100%;
	}
	
	.miyagi_map_tit {
		padding-left: 15px;
		width: 90%;
}
	
}


/*/////////////////////////////　コンテンツ　////////////////////////////*/

.miyagisp_main_contents {
	background-image:url("../img_aw/bg_pattarn.gif");
	background-repeat: repeat;
	padding-bottom: 30px;
	border-bottom: 1px solid #AF985A;

}

.miyagi_spot ul {
	padding-top: 30px;
}

.miyagi_spot li {
	float: left;
	width: 300px;
	padding-top: 20px;
	margin-right: 15px;
}

.spot_name {
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
} 

.spot_img {
	padding-bottom: 15px;
}

.spot_img img {
	width: 300px;
}

.spot_area {
	background-image: url("../img_aw/spot_area.png");
	background-size: 430px;
	background-position: center;
	background-repeat: no-repeat;
	color: #AF985A;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

.miyagi_spot p {
	width: 280px;
	height: 140px;
	padding: 10px 10px 0px 20px;
	font-size: 13px;
}

.miyagisp_plan_contents {
	padding-top: 30px;
}

.content_tit {
	text-align: center;	
	padding-top: 20px;
	background-image: url("../img_aw/bg_tit.gif");
	width: 826px;
	margin: auto;
	background-repeat: no-repeat;
	background-position:center 60px;
}

.plan_select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.plan_select li {
	padding-right: 20px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.title_miyagi {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width:560px) {
	
	.miyagi_plan {
		float: left;
	}
	
	.miyagisp_main_contents  {
	}
	
	.content_tit {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.content_tit img {
		width: 80%;
	}
	
  .miyagi_spot li {
	  text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
}
	
	.miyagi_spot ul {
	padding-top: 30px;
}

.miyagi_spot p {
	width: 90%;
	height: 110px;
	padding: 10px 10px 0px 20px;
	font-size: 14px;
}
	
.spot_img img {
	width: 360px;
}

	
	.title_miyagi {
		width: 100%;
}
	
	.title_miyagi img {
		width: 100%;
	}
	
	.plan_select {
		width: 100%;
	}
	
	.plan_select ul {
	padding-left: 20px;
		}
	
	.plan_select li {
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
		padding-left: 0px;
}
	
	.plan_select li img {
		width: 340px;
	}
	
}


/*/////////////////////////////　サブンテンツ　////////////////////////////*/

.miyagi_sub_contents {
	padding-bottom: 20px;
	border-bottom: 1px solid #AF985A;
}

.miyagi_gurume ul {
	padding-top: 30px;
}

.miyagi_gurume li {
	float: left;
	width: 300px;
	margin-right: 15px;
	background-image: url("../img_aw/gourmet_cas.gif");
	background-size: 296px;
	background-repeat: no-repeat;
	height: 445px;
	margin-bottom: 15px;
}

.gurume_tit {
	text-align: center;
	color: #E75700;
	font-size: 25px;
	font-weight: bold;
	padding: 70px 0px 10px 0px;
}

.gurume_img {
	padding: 0px 27px;
}

.miyagi_gurume li p {
	font-size: 14px;
	width: 260px;
	padding-left: 18px;
	line-height: 1.5em;
	padding-top: 15px;
}

@media screen and (max-width:560px) {
	
	.miyagi_gurume ul {
	padding-top: 0px;
}
	
	.miyagi_gurume li {
	float: left;
	width: 390px;
		margin-left: 10px;
	background-image: url("../img_aw/gourmet_cas_sp.gif");
	background-size: 390px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	height: 220px;
		
}
	
	.gurume_tit {
	text-align: center;
	color: #E75700;
	font-size: 20px;
	font-weight: bold;
	padding: 55px 0px 5px 0px;
}

	.gurume_img {
		float: left;
		padding:0px 10px 0px 15px;
		width: 150px;
	}
	
	.gurume_img img {
		width: 150px;
	}
	
	.miyagi_gurume li p {
		width: 180px;
		float: left;
		font-size: 12px;
		padding-top: 0px;
		padding-left: 5px;
	}
	
}

/*/////////////////////////////　ホテルカセット　////////////////////////////*/

.hotel_cas {
	margin: 20px 0px 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #585656;
}

.hotel_cas img {
	float: left;
	padding-left: 20px;
}

.hotel_main_txt {
	float: left;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
}

.hotel_tit {
	font-size: 20px;
	font-weight: bold;
}


.hotel_txt {
	padding-top: 20px;
	font-size: 15px;line-height: 1.5em;
}

.hotel_link {
	float: left;
	background-color: #BA0000;
	padding: 20px;
	color: #fff;
	margin: 30px;
	font-weight: bold;
	font-size: 15px;
}

.hotel_link a:link  {
	color: #fff;
}

@media screen and (max-width:560px) {
	.hotel_cas {
	width: 90%;
}
	.hotel_cas img {
	float: left;
	width: 30%;
}
	
	.hotel_main_txt {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
	
	.hotel_tit {
	font-size: 15px;
	width: 100%;
}
	
	.hotel_txt {
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 10px;
}
	


.hotel_link {
	float: right;
	padding: 15px;
	color: #fff;
	margin: 10px;
}
	
	


}

/*/////////////////////////////　プランカセット　////////////////////////////*/

.plan_cas {
	margin: 20px 0px 10px 50px;
	padding-bottom: 20px;
	width: 860px;
}

.plan_cas img {
	float: left;
}

.plan_main_txt {
	width: 480px;
	float: left;
	margin-left: 20px;
	height: 260px;
}

.plan_tour {
	border-top: dotted 1px #585656;
}

.plan_tit {
	font-size: 22px;
	font-weight: bold;
}


.plan_txt {
	padding-top: 20px;
	font-size: 15px;
}

.plan_tour {
	width: 850px;
	float: left;
}

.plan_tour_titles {
	float: left;
	width: 77%;
}

.plan_tour_titles p {
	padding: 40px 20px 0px 20px;
	font-size: 17px;
}

.plan_tour_titles span {
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    background-color: #445289;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
}

.plan_tour ul {
	float: left;
	padding: 20px;
}
.plan_tour li {
	background-color: #BA0000;
	float: left;
	padding: 20px;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.plan_tour a:link {
	color: #fff;
}

@media screen and (max-width:560px) {
	
	.plan_cas {
	margin: 20px auto;
	padding-bottom: 20px;
	width: 90%;
}
	
	.plan_cas img {
		width: 100%;
}
	
	.plan_main_txt {
	padding-top: 10px;
	width: 100%;
	height: 150px;
	margin-left: 0px;
	}
	
	.plan_tit {
	font-size: 16px;
	font-weight: bold;
}

	
	.plan_tour {
		width: 100%;
	}
	
	.plan_txt  {
		width: 100%;
		font-size: 14px;
		line-height: 1.5em;
	}
	
.plan_tour ul {
	float: right;
}
	
	.plan_tour li {
    padding: 15px;
    margin-right: 10px;
}
	
	.plan_tour_titles {
    float: left;
    width: 100%;
	}
	
	.plan_tour_titles p {
	padding: 20px 20px 0px 20px;
		font-size: 15px;
}
	
.plan_tour_titles span {
    font-size: 12px;
}

	
}


/*/////////////////////////////　ページTOPボタン　////////////////////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#C170A6;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#C170A6;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}
	
}



/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
    padding: 100px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}