/*
CSS Module
*/
@media (max-width: 414px) {

h1.titleCategory.ex-title,
h2.titleCategory.ex-title {
    padding: 0px 0;
    background-position: -207px bottom;
    background-size: 185%;
    background-repeat: no-repeat;
	}

div.wrap-tips ul li,
div.wrap-tips ul li:nth-child(2n),
div.wrap-tips ul li:nth-child(3n),
div.wrap-tips ul li:nth-last-child(2),
div.wrap-tips ul li:nth-last-child(1){
	width: calc((100% - 0px) / 1);
	margin-right:0;
	margin-bottom:10px;
	}

ul.listPdf li {
    width: calc((100% - 0px));
	margin-bottom:10px;
	margin-right: 0;
	}
div.wrap-related ul {
    text-align: center;
	}
div.wrap-related ul li,
div.wrap-related ul li:nth-last-child(3n),
div.wrap-related ul li:nth-last-child(3), div.wrap-related ul li:nth-last-child(2), div.wrap-related ul li:nth-last-child(1) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:10px;
	}

#slide_menu{
    height: calc(100vh - 0px);
    z-index:199999;
	}

div#bigMenuWrap{
	height: 100vh;
	top:-200vh;
	z-index: 2999999;
	opacity: 1;
	}

/*
==================== グローバル選択
*/
a.btnClose{
    right: 10px;
    top: 10px;
	}

.bigMenu{
	width: 100vw;
	height: calc(100vh - 120px);
	}
.bigMenu .col04{
	background: #1a2e56;
	width: 100vw;
    height: 100vh;
    top: -54px;
    left: 0;
    position: absolute;
	}
.bigMenu .col04 .menuRegion{
    height: 100vh;
	}
.bigMenu a.btnClose {
    position: absolute;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 70px;
	}

/*
.bigMenu .col04 .menuRegion a{
	cursor: none;
	pointer-events: none;
	}
.bigMenu .col04 .menuRegion active a{
	cursor: pointer;
	pointer-events: auto;
	}
*/

ul.menuRegion > li,
ul.menuRegion > li.EUR,
ul.menuRegion > li.EUR ul{
	width: 100%;
	}
ul.menuRegion > li h2{
	margin: 10px auto 0 auto;
    padding: 5px 0;
	border: none;
	}
ul.menuRegion > li.GLO a:after,
ul.menuRegion > li h2:after{
	content: " ";
	width: 100%;
	border-bottom: 1px solid #fff;
    display: inline-block;
    position: absolute;
	opacity: 0.5;
	margin-top: 8px;
	margin-left: 10px;
	}
ul.menuRegion > li ul,
ul.menuRegion > li.EUR ul{
	margin: 0 auto;
	width: calc(100% - 20px);
	display: block;
	}

ul.menuRegion > li.GLO a,
ul.menuRegion > li.GLO p{
	width: 100%;
	padding: 10px;
	}
ul.menuRegion > li.GLO a:after{
	margin-top: 18px;
	}
ul.menuRegion > li.GLO p{
	padding: 0 10px;
	}
ul.menuRegion > li ul li{
    display: inline-block;
	margin-bottom: 5px;
	}

h1.titleCategory.ex-title,
h2.titleCategory.ex-title{
	background-size: cover;
	background-position: top right 25%;
	}


}


