body {
    font-size: 18px;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 170px;
    background-color: #ffffff;
    z-index: 100;

}
.hedderhead {
    display: block;
    height: 29px;
    padding: 0 20px;
    background-color: #F1F1F1;
}
.hedderhead .heaWrap {
    position: relative;
    display: block;
    line-height: 29px;
    text-align: right;
}
.heaWrap h1.pullLeft {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: normal;
}
.heaWrap span.pullRight {
    display: inline-block;
    font-size: 15px;;
}
.hedderBottom {
    padding: 10px 20px;
    box-sizing: border-box;
    height: 83px;}
.hedderBottom .headWrap {
    position: relative;
    display: block;
    text-align: right;
}
span.pullRight.rightMenu a img {
    height: 60px
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
}
.logo a {
    display: block;
}
.logo a:hover,.logo a:active,
span.pullRight.rightMenu a:active,
span.pullRight.rightMenu a:hover {
    color: #fff; background-color: inherit; text-decoration: underline;
}

/* nav */
nav .wrap {
	background-color: #033367;
}
nav.headNav .headNavInner {
    display: block;
    width: 100%;
    height: 65px;
    /* background-color: #033367; */
max-width: 1300px;margin: 0 auto;}
nav.headNav .headNavInner ul {
    display: flex;
    height:100%;
/* margin: 0 auto; */width: 100%;justify-content: center;}
nav.headNav .headNavInner ul li {
    flex: 0 0 33.3%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ffffff;
    font-size: 16px;
    font-weight: bold;
    min-width: 230px;
    display: inline-flex;
    box-sizing: border-box;}
    nav.headNav .headNavInner ul li:first-child{
    border-left:1px solid #fff;
}
nav.headNav a.headNavList {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    /*line-height: 65px;*/
    color: #FFF;
    text-decoration: none;
padding: 20px;text-align: center;}
nav.headNav .headNavInner ul li a.headNavList:hover,nav.headNav .headNavInner ul li a.headNavList:active{
    display: block;
    width: 100%;
    height: 65px;
    background-color: #033367;
    text-decoration: none;
}
.subHeadNav {
    display: none;
}
.subHeadNav .headNavInner ul li {
    border-right: none !important;
    border-left: none !important;
}

/* common */
.contents section {
	max-width: 1300px;
	margin: 0 auto;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.sectionContentsWrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    position: relative;
}
.sectionContentsWrap h3.sectionTitle {
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
}

.sectionContentsWrap h3.sectionTitle:before {
    /* content: ""; */
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-right: 10px;
    background-image: url(../img/ic_jp.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: left center;
    vertical-align: middle;
}
.sectionContentsWrap .sectionContents p {
    font-size: 18px;
    line-height: 1.5em;
}


.eVisaApplication {
    position: relative;
    display: inline-block;
    /* width: 375px; */
    height: 60px;
    border-radius: 3px;
    background-color: #BE0728;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
padding: 0 15px;}
.eVisaApplication:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 18px;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url(../img/ic_arrow_right_white.svg);
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
a.eVisaApplication{
    color: #FFF;
    background-color: #BE0728;
    text-decoration: none;
}
a.eVisaApplication:hover,.a.eVisaApplication:active{
    color: #FFF;
    background-color: #BE0728;
    text-decoration: none;
}




.contents {
    padding-top: 170px;
}
.maineContents {
    display: block;
    width: 100%;
    height: 210px;
	margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    position: relative;
    /* background-image: url(../img/main_image.png); */
    background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;}
.maineContents::before {
  /* background: inherit;*/
  /* content: ''; */
  /* filter: blur(6px); */
  /* position: absolute; */
  /* top: -5px; */
  /* right: -5px; */
  /* bottom: -5px; */
  /* left: -5px; */
}
.maineContentsWrap {
    width: 100%;
    margin: 0 auto;
    padding: 45px 40px;
    box-sizing: border-box;
    position: relative;
}
.maineContentsWrap h2 {
    display: inline-block;
    font-size: 42px;
    color: #033367;
    padding-bottom: 14px;
    border-bottom: solid 1px #033367;
    font-weight: bold;
}
.maineContentsWrap p {
    padding: 14px 0 24px 0;
    display: block;
    font-size: 19px;
    color: #033367;
}





.about .sectionContentsWrap .sectionContents > p {
    padding-bottom: 20px;
}
.listTextWrap {
    padding-bottom: 35px;;
}
.listTextWrap h4 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}
.listTextWrap p {
    padding-left: 10px;
}

.attentionBoxWrap h4 {
    height: 45px;
    font-size: 20px;
    background-color: #033367;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}
.attentionBoxWrap .attentionBox {
    padding: 20px;
    border: solid 1px #ABABAB;
}
.attentionBoxWrap .attentionBox p {
    padding-bottom: 20px;;
}
.attentionBoxWrap .attentionBox ul {
    padding: 0 0 20px 10px;
}
.attentionBoxWrap .attentionBox ul li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
}
.attentionBoxWrap .attentionBox ul li:before {
    content:" ";
    margin-right: 10px;
    display:inline-block;
    overflow: hidden;
    width:8px;
    height:8px;
    font-size:1px;
    line-height:1px;
    background-color:#033367;
border-radius: 4px;}


.attentionBoxWrap .eVisaApplicationMiddle{
    padding: 20px;
	text-align: center;
}



.flow {
    background-color: #F4F4F4;
}

.flowListWrap li {
    position: relative;
    min-height: 150px;
    padding-bottom: 30px;
/* height: auto; */}
.flowListWrap li:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 140px;
    width: 26px;
    height: 26px;
    background-image: url(../img/ic_arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 26px 22px;
    background-position: 0px 4px;
}
.flowListWrap li:last-child:after {
    content: none;
}
.flowListWrap li dl {
    display: flex;
    height: 100%;
    border: solid 1px #1756BD;
    border-radius: 5px;
    background-color: #ffffff;
min-height: 150px;}
.flowListWrap li dl dt {
    vertical-align: middle;
    flex: 0 0 300px;
    color: #ffffff;
    background-color: #1756BD;
}
.flowListWrap li dl .flowListTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
padding: 0 15px;}
.flowListWrap li dl dd {
    flex: 1 1 100%;
    padding: 20px;
}
.flowListTitle > span:first-child {font-size: 20px;margin-bottom: 10px;font-weight: bold;}
.flowListWrap li.step1 dl dd p {
    padding-bottom: 20px;
}
.flowListWrap li.step1 dl dd a {
    position: relative;
    display: block;
    margin-left: 34px;
    margin-bottom: 20px;
    text-decoration: underline;
    line-height: 1.5em;
}
.flowListWrap li.step1 dl dd a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -34px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url("../img/ic_arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.flowListWrap li.step2 dl dd:before,
.flowListWrap li.step3 dl dd:before,
.flowListWrap li.step4 dl dd:before,
.flowListWrap li.step5 dl dd:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.flowListWrap li.step2 dl dd:before {
    background-image: url("../img/ic_step2.svg");

}
.flowListWrap li.step3 dl dd:before {
    background-image: url("../img/ic_step3.svg");

}
.flowListWrap li.step4 dl dd:before {
    background-image: url("../img/ic_step4.svg");

}
.flowListWrap li.step5 dl dd:before {
    background-image: url("../img/ic_step5.svg");

}
.flowListWrap li.step2 dl dd:after,
.flowListWrap li.step3 dl dd:after,
.flowListWrap li.step4 dl dd:after,
.flowListWrap li.step5 dl dd:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.flowListWrap li.step2 dl dd p,
.flowListWrap li.step3 dl dd p,
.flowListWrap li.step4 dl dd p,
.flowListWrap li.step5 dl dd p {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}


.block .sectionContents {
    padding-bottom: 80px;
}
.block .sectionContents:last-child {
    padding-bottom: 40px;
}
.block dl {
    display: flex;
    width: 100%;
}
.block dt {
    flex: 0 0 300px;
}
.block dd {
    flex: 1 1 auto;
    padding-left: 20px;
}
.blockImage {
    text-align: center;
}
.blockImage img {
    display: inline-block;
    max-width: 300px;
}

/* footer */
.foot_nav_layout_Wrap {
    display: flex;
    /* height: 400px; */
    padding-top: 58px;
    color: #ffffff;
    background-color: #033367;
    justify-content: center;
    box-sizing: border-box;;
}
.foot_nav_layout {
    flex: 0 0 266px;
    padding-left:100px;
}
.foot_nav_layout .foot_nav_inner dt.foot_nav_inner_head {
    padding: 10px 0;
    border-bottom: solid 1px;
}
.foot_nav_layout .foot_nav_inner dt.foot_nav_inner_head a {
    color :#ffffff;
    font-size: 15px;
}
.foot_nav_layout .foot_nav_inner dd .foot_nav_link_list li.foot_nav_link_list_item {
    padding: 10px;
}
.foot_nav_layout .foot_nav_inner dd .foot_nav_link_list li.foot_nav_link_list_item a {
    color :#ffffff;
    font-size: 15px;
}
.copyright {
    height: 40px;
    font-size: 15px;
    text-align: center;
    background-color: #F1F1F1;
    line-height: 40px;
}

/* modal */
.modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
.modalArea.open {
	display: block;
  }
.modalLayer {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
  }

.modalContens {
    position: absolute;
    top: 0;
    left: calc(50% - 500px);
    width: 1000px;
    height: 100%;
    background-color: #fff;
}
.modalHead {
    position: relative;
    display: block;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    background-color: #033367;
    color: #ffffff;
}
.modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.modalClose:before {
    content: "X";
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}
.modalTitleText {
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.modalBody {
    padding-top: 30px;
    overflow: auto;
    height: calc(100% - 90px);
}
.modalText {
    padding-bottom: 10px;
    text-align: center;
}

.modalContentWrap {
    display: flex;
    padding: 20px;
}
.modalInputArea {
    flex: 0 0 457px;
    padding-right: 30px;
    height: 460px;
    overflow: auto;
}
.modalInputBox {
    padding-bottom: 20px;
}
.modalInputBox dl {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.modalInputBox dl.countryArea,
.modalInputBox > p {
    font-weight: bold;
}
.modalInputBox > p {
    padding-bottom: 10px;
}
.modalInputBox dl dt {
    flex: 1 1 auto;
    text-align: right;
}
.modalInputBox dl.countryArea dt {
    text-align: left;
}
.modalInputBox dl dd {
    flex: 0 0 auto;
    font-weight: lighter;
}
.modalInputBox dl dd select {
    width: 225px;
    height: 30px;
}
.modalInputBox dl dd select {
    width: 225px;
    height: 30px;
}
.modalInputBox dl.applylocationArea {
    padding: 10px;
    background-color: #F0F0F0;
    font-size: 16px;
}
.modalInputBox dl.applylocationArea dt {
    text-align: left;
}
.modalInputBox dl.applylocationArea dd {
    font-weight: bold;
}
.modalInputBox dl.applylocationArea dd#koukanName {
    width: 40%;
}
.btnArea {
    text-align: center;
}
.btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #BE0728;
    line-height: 50px;
    border-radius: 5px;
    color: #ffffff;
}
a.btn:link {
    color: #ffffff;
    background-color: #BE0728;
    text-decoration: none;
}
a.btn:hover,a.btn:active{
    color: #ffffff;
    background-color: #BE0728;
    text-decoration: none;
}
a.btnNinetyday:link {
    color: #000000;
    background-color: #FFFFFF;
}
a.btnNinetyday:hover,.a.btnNinetyday:active{
    color: #000000;
    background-color: #FFFFFF;
}

.modalOutputArea {
    flex: 1 1 auto;
    padding: 30px;
    background-color: #DCF7FF;
    border-radius: 3px;
    height: 320px;
    overflow: auto;
}
.modalOutputBox {
    padding-bottom: 20px;
}
.modalOutputBox:last-child {
    padding-bottom: 0;
}
.modalOutputBox > p {
    font-weight: bold;
    padding-bottom: 10px;
}
.modalOutputBox ul li {
    position: relative;
    padding: 2px 2px 2px 100px;
    border-bottom: 1px dashed #7499b6;
    vertical-align: middle;
    line-height: 1.5em;
    box-sizing: border-box;
}
.modalOutputBox ul li:last-child {
    border-bottom: none;
}
.modalOutputBox ul li.required:before {
    content: "必須";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 20px;
    padding: 0 10px;
    font-size: 13px;
    border: solid 1px #BE0728;
    color: #BE0728;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.5em;
}
.modalOutputBox #attachmentInfoUrlDocment,
.modalOutputBox #attachmentInfoUrl{
    padding-bottom: 10px;
}
.modalOutput .modalOutputCheckbox{
    display: flex;
    justify-content: center;
    margin-top : 10px;
}
.modalOutput .modalOutputLink{
    text-align: center;
    margin : 10px 0 20px;
}

.pcNone {
    display: none;
}
.spNone {
    display: block;
}

@media screen and (max-width: 1000px) {
    .modalContens {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .modalHead {
        min-height: 40px;
        height: auto;font-size: 18px;
        line-height: 22px;
        padding: 15px 30px 0 20px;
    }
    .modalClose {
        top: 0;
        right: 0;
    }
    .modalBody {
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        overflow: auto;
        box-sizing: border-box;
    }
    .modalTitleText {
        font-size: 18px;
    }
    .modalContentWrap {
        flex-direction: column;
        padding: 10px 0px 30px;
        height: auto;
    }
    .modalInputArea {
        flex: 1 1 auto;
        padding-right: 0;
    }
    .modalInputBox dl dd select {
        width: 180px;
    }
    .btnArea {
        padding-bottom: 20px;
    }
    .btn {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
    .modalInputArea {
       height: auto;
       overflow: hidden;
    }
    .modalOutputArea {
       height: auto;
       overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .pcNone {
        display: block;
    }
    .spNone {
        display: none;
    }
    span.pullRight.rightMenu a img .spLogo {
        height: 35px;
    }
    body {
        font-size: 15px;
    }
    header {
        height: 76px;
    }
    .heaWrap h1.pullLeft {
        position: absolute;
        font-size: 13px;
    }
    .heaWrap span.pullRight{
        font-size: 13px;;
    }
    .hedderBottom {
        height: 50px;
        padding: 5px;
    border-bottom: 1px solid #033367;}
    .logo {
        top: 10px;
    }
    .logo a img {
        height: auto;
        width: 230px;}

    span.pullRight.rightMenu a img {
        height: 35px;
    }

    .hedderBottom .headWrap .menuBtn {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: none;
        background-image: url(../img/ic_menu_sp.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        cursor: pointer;
    }
    .hedderBottom .headWrap a:hover,
    .hedderBottom .headWrap a:active {
    color: #fff;
    background-color: #fff;
    text-decoration: underline;
    }
    .hedderBottom .headWrap .menuBtn.pcNone.open {
        background-image: url(../img/ic_menu_sp_hover.svg);
    background-repeat: no-repeat;}

    nav.headNav.open {
        display: block;
    }
    nav.headNav a.headNavList {
        position: relative;
        padding: 0 10px 0 10px;
        line-height: 50px;
        text-align: left;
        box-sizing: border-box;
        text-decoration: none;
    }
    nav.headNav a.headNavList:before {
        content: "";
        display: block;
        width: 20px;
        height: 30px;
        background-image: url(../img/ic_arrow_right_white.svg);
        background-repeat: no-repeat;
        position: absolute;
        background-position: center;
        top: 10px;
        right: 10px;
    }
    nav.headNav .headNavInner {
        height: auto;
        padding-bottom: 10px;
    }
    nav.headNav .headNavInner ul {
        flex-direction: column;
    }
    nav.headNav .headNavInner ul li {
        flex: 1 1 auto;
        height: 50px;
        font-size: 13px;
        padding: 0;
    }
    nav.headNav .headNavInner ul li a:after {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 0;
        border-bottom: solid 1px;
    }
    nav.headNav .headNavInner .eVisaApplication {
        display: block;
/*        margin: 20px auto 10px;  */
    }








    .contents {
        padding-top: 76px;
    }
    section#mainecontents {
        height: auto;
        padding: 17px;
        background-size: cover;
        line-height: 1.5em;
    }
    .maineContentsWrap {
        padding: 0;
    }
    .maineContentsWrap h2 {
        padding-bottom: 5px;
        font-size: 20px;
        font-weight: normal;
    }
    .maineContentsWrap p {
        padding: 5px;
        font-size: 13px;
        line-height: 1;
    }
    .eVisaApplication {
        width: 230px;
        height: 46px;
        font-size: 12px;
        line-height: 46px;
    }


    .sectionContentsWrap {
        padding: 35px 10px;
    }
    .sectionContentsWrap h3.sectionTitle {
        font-size: 18px;
    }
    .sectionContentsWrap h3.sectionTitle:before {
        width: 25px;
        background-size: 25px;
    }
    .sectionContentsWrap .sectionContents p {
        font-size: 15px;
    }

    .listTextWrap h4 {
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .listTextWrap p {
        padding-left: 0;
    }

    .attentionBoxWrap h4 {
        font-size: 15px;
        height: 25px;
        line-height: 25px;
    }
    .attentionBoxWrap .attentionBox {
        padding: 10px;
    }
    .attentionBoxWrap .attentionBox p {
        padding-bottom: 10px;
    }
    .attentionBoxWrap .attentionBox ul {
        padding: 0 0 20px 0;
    }
    .attentionBoxWrap .attentionBox ul li {
        font-size: 15px;
        padding-bottom: 0px;
    }
    .attentionBoxWrap .attentionBox ul li span {
        display: block;
        padding-left: 20px;
    }

    .flowListWrap li {
        height: auto;
    }
    .flowListWrap li:after {
        left: 50%;
        margin-left: -12px;
    }
    .flowListWrap li dl {
        flex-direction: column;
        height: auto;
    }
    .flowListWrap li dl dt {
        flex: 0 0 auto;
    }
    .flowListWrap li dl .flowListTitle {
        flex-flow: nowrap;
        height: 40px;
    }
    .flowListWrap li dl .flowListTitle:first-child span {
        padding-right: 10px;
    }
    .flowListTitle > span:first-child {font-size: 15px;margin-bottom: 0px;font-weight: bold;white-space: nowrap;}
    .flowListWrap li dl dd {
        padding: 10px;
        font-size: 15px;
    }
    .flowListWrap li.step1 dl dd a:before {
        width: 19px;
        height: 19px;
        background-size: 19px;
    }
    .flowListWrap li.step2 dl dd:before, .flowListWrap li.step3 dl dd:before, .flowListWrap li.step4 dl dd:before, .flowListWrap li.step5 dl dd:before {
        display: block;
        margin: 0 auto 20px;
    }
    .flowListWrap li.step2 dl dd p, .flowListWrap li.step3 dl dd p, .flowListWrap li.step4 dl dd p, .flowListWrap li.step5 dl dd p {
        width: 100%;
    }
    .block .sectionContents {
        padding-bottom: 45px;
    }
    .block dl {
        flex-direction: column;
    }
    .block dt {
        flex: 1 1 100%;
        text-align: center;
    }
    .block dd {
        padding-left: 0;
    }



    .foot_nav_layout_Wrap {
        flex-direction: column;
        height: auto;
        padding-top: 0;
    }
    .foot_nav_layout {
        flex: 1 1 auto;
        padding: 0 10px 30px;
    }
    .foot_nav_layout .foot_nav_inner dt.foot_nav_inner_head {
        padding: 12px 10px;
    }
    .foot_nav_layout .foot_nav_inner dd .foot_nav_link_list li.foot_nav_link_list_item {
        border-bottom: solid 1px #ffffff;
    }
    .foot_nav_layout .foot_nav_inner dd .foot_nav_link_list li.foot_nav_link_list_item a {
        font-size: 13px;
    }


    .copyright {
        font-size: 12px;
    }


    .modalContens {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .modalHead {
        min-height: 40px;
        height: auto;font-size: 18px;
        line-height: 22px;
    padding: 15px 30px 0 20px;}
    .modalClose {
        top: 0;
        right: 0;
    }
    .modalBody {
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        overflow: auto;
        box-sizing: border-box;
    }
    .modalTitleText {
        font-size: 18px;
    }
    .modalContentWrap {
        flex-direction: column;
        padding: 10px 0px 30px;
        height: auto;
    }
    .modalInputArea {
        flex: 1 1 auto;
        padding-right: 0;
    }
    .modalInputBox dl dd select {
        width: 180px;
    }
    .btnArea {
        padding-bottom: 20px;
    }
    .btn {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
    .modalInputArea {
       height: auto;
       overflow: hidden;
    }
    .modalOutputArea {
       height: auto;
       overflow: hidden;
    }
}

.top_footer_belt {
  display: flex;
  background-color: #033367;
  box-sizing: border-box;
}

.foot_nav .top_footer_belt a,
.foot_nav .top_footer_belt a:active,
.foot_nav .top_footer_belt a:hover,
.foot_nav .top_footer_belt a:visited {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 1600px) {
    .maineContents{
    background-position-y: -218px;}
}

.itemization{
  padding-left:1em;
  text-indent:-1em;
}

.itemization:before{
  content:"- ";
}

.itemization_lastline{
  padding-left:2em;
  text-indent:-1em;
}

.itemization_lastline:before{
  content:"- ";
}

.itemization_lineheight{
  line-height:1.5;
}
.modalInputBox > .modalInputBoxlabel {
    font-weight: bold;
}
.modalInputBox > .modalInputBoxlabel > p {
    padding-bottom: 10px;
}
.modalInputBox label.modalInputBoxlabel {
    flex: 1 1 auto;
}