@charset "UTF-8";
/*--------------------------------------------
DATA TEXT
---------------------------------------------*/
[data-before]:before{
	content : attr( data-before );
}
[data-after]:after{
	content : attr( data-after );
}
/*--------------------------------------------
MAP
---------------------------------------------*/
.map-container , .iframe-container{
	position : relative;
}
.map-container > #map , .map-container > iframe , .iframe-container > #map , .iframe-container > iframe{
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	margin : auto;
}
@media print,screen and (min-width: 769px){
	.is-sp{
		display : none;
	}
}
@media screen and (max-width: 768px){
	.is-pc{
		display : none;
	}
}
/*--------------------------------------------
BACKGROUND
---------------------------------------------*/
.bg01{
	background-color : var(--red);
	color : #fff;
}
/*--------------------------------------------
TITLE
---------------------------------------------*/
.title01{
	font-weight : 300;
}
.title01:after{
	content : "";
	display : block;
	background-color : var(--red);
}
@media screen and (max-width: 768px){
	.title01{
		font-size : 3.6rem;
	}
	.title01:after{
		width : calc( 300 * 100vw / 768 );
		height : calc( 6 * 100vw / 768 );
		margin-top : calc( 14 * 100vw / 768 );
	}
	.title01.spc{
		text-align : center;
	}
	.title01.spc:after{
		margin-left : auto;
		margin-right : auto;
		width : calc( 200 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.title01{
		font-size : 3.4rem;
	}
	.title01:after{
		width : 300px;
		height : 4px;
		margin-top : 24px;
	}
	.title01.pc-shortborder:after{
		width : 200px;
		height : 6px;
		margin-top : 15px;
	}
}
.title03{
	border-style : solid;
	border-color : #efefef;
	display : flex;
	align-items : center;
	flex-wrap : wrap;
	letter-spacing : 0;
}
.title03:after{
	content : "";
	display : block;
	background-color : var(--red);
	width : 100%;
}
.title03 .field:before{
	content : "｜";
	margin-left : 1em;
	margin-right : 1em;
}
@media screen and (max-width: 768px){
	.title03{
		margin-top : calc( 39 * 100vw / 768 );
		border-width : calc( 6 * 100vw / 768 );
		font-size : 3.2rem;
		line-height : 1.23;
		padding-top : calc( ( 37 - 3 ) * 100vw / 768 );
		padding-bottom : calc( 32 * 100vw / 768 );
		padding-left : calc( 24 * 100% / 720 );
		padding-right : calc( 24 * 100% / 720 );
	}
	.title03:after{
		height : calc( 6 * 100vw / 768 );
		margin-top : calc( ( 29 - 3 ) * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.title03{
		margin-top : 35px;
		border-width : 3px;
		font-size : 2.2rem;
		line-height : 1.18;
		padding-top : calc( 30px - 2px );
		padding-bottom : 18px;
		padding-left : 27px;
		padding-right : 27px;
	}
	.title03:after{
		height : 3px;
		margin-top : calc( 16px - 2px );
	}
}
/*--------------------------------------------
TEXT
---------------------------------------------*/
@media screen and (max-width: 768px){
	.text{
		font-size : 2.6rem;
		line-height : 1.54;
	}
}
@media print,screen and (min-width: 769px){
	.text{
		font-size : 1.4rem;
		line-height : 1.5;
	}
}
.text01{
	letter-spacing : 0;
}
@media screen and (max-width: 768px){
	.text01{
		font-size : 2.6rem;
		line-height : 1.54;
	}
}
@media print,screen and (min-width: 769px){
	.text01{
		font-size : 1.6rem;
		line-height : 1.38;
	}
}
.text02{
	letter-spacing : 0;
}
@media screen and (max-width: 768px){
	.text02{
		font-size : 2.6rem;
		line-height : 1.54;
	}
}
@media print,screen and (min-width: 769px){
	.text02{
		font-size : 1.6rem;
		line-height : 1.5;
	}
}
/*--------------------------------------------
LEDE
---------------------------------------------*/
.lede01{
	letter-spacing : 0;
}
@media screen and (max-width: 768px){
	.lede01{
		font-size : 2.6rem;
		line-height : 1.54;
	}
}
@media print,screen and (min-width: 769px){
	.lede01{
		margin-left : auto;
		margin-right : auto;
		font-size : 1.6rem;
		line-height : 1.38;
		width : 624px;
	}
}
/*--------------------------------------------
CARDS
---------------------------------------------*/
.cards{
	display : flex;
	flex-wrap : wrap;
	justify-content : center;
}
.cards a{
	background-color : #fff;
	background-position-x : center;
	background-repeat : no-repeat;
	width : 100%;
	height : 100%;
	display : block;
	border-style : solid;
	border-color : #fff;
	backface-visibility : hidden;
	will-change : border-color;
	transition : border-color .3s ease-in;
}
.cards a:hover{
	border-color : var(--red);
}
.cards .title{
	text-align : center;
	position : relative;
	margin-top : auto;
	font-size : 1.6rem;
	line-height : 1.31;
	min-height : 42px;
	display : flex;
	justify-content : center;
	align-items : center;
}
.cards .title:after{
	content : "";
	display : block;
	background-color : var(--red);
	position : absolute;
	left : 50%;
	transform : translateX(-50%);
}
.cards .text{
	letter-spacing : 0;
}
@media screen and (max-width: 768px){
	.cards{
		justify-content : space-between;
	}
	.cards li{
		width : calc( 348 * 100% / 720 );
		min-height : calc( 450 * 100vw / 768 );
		box-shadow : 0 0 calc( 20 * 100vw / 768 ) 0 rgba(0,0,0,.2);
	}
	.cards li:nth-child(n+3){
		margin-top : calc( 27 * 100vw / 768 );
	}
	.cards a{
		padding-left : calc( 12 * 100% / 348 );
		padding-right : calc( 12 * 100% / 348 );
		border-width : calc( 4 * 100vw / 768 );
		padding-bottom : calc( ( 24 - 6 ) * 100vw / 768 );
		padding-top : calc( 156 * 100vw / 768 );
	}
	.cards .title{
		min-height : calc( 82 * 100vw / 768 );
		font-size : 3rem;
		line-height : 1.13;
		padding-bottom : calc( 14 * 100vw / 768 );
	}
	.cards .title:after{
		width : calc( 200 * 100vw / 768 );
		height : calc( 6 * 100vw / 768 );
		bottom : 0;
	}
	.cards .text{
		line-height : 1.5;
		min-height : calc( 180 * 100vw / 768 );
		margin-top : calc( ( 21 - 6 ) * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.cards{
		margin-left : -20px;
	}
	.cards li{
		margin-left : 20px;
		width : 250px;
		margin-top : 10px;
		box-shadow : 0 0 20px 0 rgba(0,0,0,.2);
		min-height : 260px;
	}
	.cards a{
		display : flex;
		flex-direction : column;
		justify-content : flex-end;
		padding-left : 10px;
		padding-right : 10px;
		padding-bottom : calc( 15px - 3.5px );
		border-width : 4px;
	}
	.cards .title{
		font-size : 1.6rem;
		line-height : 1.31;
		min-height : 42px;
	}
	.cards .title:after{
		width : 120px;
		height : 2px;
		bottom : -6px;
	}
	.cards .text{
		margin-top : calc( 18px - 3.5px );
		min-height : 84px;
	}
}
.card-title{
	display : block;
	border-style : solid;
	border-color : #efefef;
    position: relative;
}
.card-title .title{
	border-bottom-style : solid;
	border-bottom-color : var(--red);
}
.card-title dl{
	display : flex;
	flex-wrap : wrap;
    flex-direction: column;
}
.card-title dl > div{
	display : flex;
	align-items : flex-start;
}
.card-title dt{
	flex-shrink : 0;
    width: 7em;
    margin-left: 1em;
}
.card-title .category-label{
    position: absolute;
}
    .card-title .category-label span{
        padding: .3em ;
        background: #efefef;
    }

@media screen and (max-width: 768px){
	.card-title{
		border-width : calc( 6 * 100vw / 768 );
		padding-top : calc( ( 25 - 3 ) * 100vw / 768 );
		padding-left : calc( 18 * 100vw / 768 );
		padding-right : calc( 18 * 100vw / 768 );
		padding-bottom : calc( ( 22 - 3 ) * 100vw / 768 );
	}
	.card-title .title{
		font-size : 2.6rem;
		line-height : 1.23;
		border-bottom-width : calc( 6 * 100vw / 768 );
		padding-bottom : calc( ( 13 - 3 ) * 100vw / 768 );
	}
	.card-title dl{
		margin-top : calc( ( 29 - 10 - 3 ) * 100vw / 768 );
		margin-left : -2.6rem;
	}
	.card-title dl > div{
		margin-left : 2.6rem;
		flex-wrap : wrap;
	}
	.card-title dt , .card-title dd{
		margin-top : calc( 10 * 100vw / 768 );
		font-size : 2.6rem;
		line-height : 1.23;
	}
	.card-title dt{
		margin-right : 1em;
	}
	.card-title .disc{
		font-size : 2.2rem;
        line-height: 1.5;
        margin-bottom: calc( 10 * 100vw / 768 );
        margin-top: calc( 10 * 100vw / 768 );
	}
    .card-title .category-label{
        top: calc( -20 * 100vw / 768 );
        left: calc( 20 * 100vw / 768 );
    }
        .card-title .category-label span{
            font-size: 2.2rem;
        }
}
@media print,screen and (min-width: 769px){
	.card-title{
		border-width : 3px;
		padding-top : calc( 29px - 2px );
		padding-bottom : calc( 24px - 4px );
		padding-left : 30px;
		padding-right : 30px;
	}
	.card-title .title{
		padding-bottom : calc( 15px - 2px );
		padding-left : 7px;
		padding-right : 7px;
		border-bottom-width : 3px;
		margin-bottom : calc( 22px - 4px );
	}
	.card-title dl{
		margin-left : -1.6rem;
		margin-top : -10px;
	}
	.card-title dl > div{
		margin-top : 10px;
		margin-left : 1.6rem;
	}
	.card-title dt , .card-title dd{
		font-size : 1.6rem;
		line-height : 1.5;
	}
	.card-title dd{
		font-size : 1.6rem;
		line-height : 1.5;
	}
	.card-title .disc{
		font-size : 1.6rem;
		line-height : 1.5;
        margin-bottom: 5px;
	}
    .card-title .category-label{
        top: -10px;
        left: 20px;
    }
        .card-title .category-label span{
            font-size: 1.6rem;
        }

}
@media print,screen and (min-width: 769px){
	a.card-title .title{
		font-size : 1.8rem;
		line-height : 1.22;
	}
}
@media print,screen and (min-width: 769px){
	div.card-title .title{
		font-size : 2.2rem;
		line-height : 1.18;
	}
}
/*--------------------------------------------
ARTICLE
---------------------------------------------*/
#article{
	letter-spacing : 0;
}
    #article ol{
        margin-left: 2em;
    }
        #article ol li{
            list-style-type: decimal ;
        }
    #article ul{
        margin-left: 2em;
    }
        #article ul li{
            list-style-type: circle;
        }
        #article table{
            border: 1px solid #666;
            border-collapse: collapse;
            width: 100%;
            margin-top: .4em;
        }
            #article table td , #article table th {
                border: 1px solid #666;
                border-collapse: collapse;
                padding: .2em;
            }
            #article table td{
            }
            #article table th{
            }
@media screen and (max-width: 768px){
	#article{
		margin-top : calc( ( 19 - 7 ) * 100vw / 768 );
		font-size: 2.6rem;
		line-height: 1.7;
	}
	#article p , #article li , #article td , #article th{
		font-size : 2.6rem;
		line-height : 1.54;
	}
	#article p + p{
		margin-top : 2.6rem;
	}
	#article h2{
        font-size: 3.2rem;
        margin-bottom: .6em;
        font-weight: 600;
	}
	#article h3{
        font-size: 2.5rem;
        margin-bottom: .4em;
        font-weight: 500;
	}
}
@media print,screen and (min-width: 769px){
	#article{
		margin-top : calc( 17px - 4px );
		padding-left : 30px;
		padding-right : 30px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	#article p , #article li , #article td , #article th{
		font-size : 1.6rem;
		line-height : 1.5;
	}
	#article p + p{
		margin-top : 1.6rem;
	}
	#article h2{
        font-size: 2.2rem;
        margin-bottom: .6em;
        font-weight: 600;
	}
	#article h3{
        font-size: 2.0rem;
        margin-bottom: .4em;
        font-weight: 500;
	}
	#article h4{
	}
	#article h5{
	}
}
/*--------------------------------------------
LINK
---------------------------------------------*/
.link01{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : var(--red);
	color : #fff;
	position : relative;
}
.link01:after{
	content : "";
	display : block;
	background-position : 0 0;
	background-size : contain;
	background-repeat : no-repeat;
	background-image : url("../images/ui/icon/arrow01.png");
	position : absolute;
}
@media screen and (max-width: 768px){
	.link01{
		width : calc( 350 * 100vw / 768 );
		height : calc( 80 * 100vw / 768 );
		font-size : 2.6rem;
	}
	.link01:after{
		width : calc( 78 * 100vw / 768 );
		height : calc( 16 * 100vw / 768 );
		left : calc( -38 * 100vw / 768 );
		top : calc( 36 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.link01{
		width : 250px;
		height : 60px;
		font-size : 1.6rem;
	}
	.link01:after{
		width : 78px;
		height : 16px;
		left : -39px;
		top : 24px;
	}
}
.isWebp .link01:after{
	background-image : url("../images/ui/icon/arrow01.png.webp");
}
.link02{
	display : flex;
	align-items : center;
	justify-content : flex-end;
}
.link02:before{
	content : "";
	display : block;
	background-position : 0 0;
	background-size : contain;
	background-repeat : no-repeat;
	background-image : url("../images/ui/icon/arrow02.png");
	flex-shrink : 0;
}
.link02 span{
	letter-spacing : .05em;
	border-bottom-style : solid;
	border-bottom-color : #333;
	border-bottom-width : 1px;
}
@media screen and (max-width: 768px){
	.link02:before{
		width : calc( 55 * 100vw / 768 );
		height : calc( 22 * 100vw / 768 );
		margin-right : calc( 16 * 100vw / 768 );
		margin-bottom : calc( 5 * 100vw / 768 );
	}
	.link02 span{
		font-size : 2.6rem;
		padding-bottom : calc( 13 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.link02:before{
		width : 38px;
		height : 16px;
		margin-right : 9px;
	}
	.link02 span{
		font-size : 1.6rem;
		padding-bottom : 6px;
	}
}
.isWebp .link02:after{
	background-image : url("../images/ui/icon/arrow02.png.webp");
}
.link-back{
	display : flex;
	align-items : center;
	justify-content : flex-end;
}
.link-back:after{
	content : "";
	display : block;
	background-image : url("../images/ui/icon/return.png");
	background-repeat : no-repeat;
	background-position : center;
	background-size : contain;
	flex-shrink : 0;
}
@media screen and (max-width: 768px){
	.link-back{
		font-size : 2.6rem;
	}
	.link-back:after{
		width : calc( 22 * 100vw / 768 );
		height : calc( 28 * 100vw / 768 );
		margin-left : calc( 7 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.link-back{
		font-size : 1.6rem;
	}
	.link-back:after{
		width : 11px;
		height : 14px;
		margin-left : 7px;
	}
}
.isWebp .link-back:after{
	content : "";
	display : block;
	background-image : url("../images/ui/icon/return.png.webp");
}
.link-download{
	background-color : var(--red);
	color : #fff;
	margin-left : auto;
	margin-right : auto;
	letter-spacing : 0;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
}
@media screen and (max-width: 768px){
	.link-download{
		width : calc( 600 * 100vw / 768 );
		height : calc( 80 * 100vw / 768 );
		font-size : 2.6rem;
	}
	.link-download:after{
		content : "";
		display : block;
		background-image : url("../images/ui/icon/download.png");
		background-repeat : no-repeat;
		background-position : center;
		background-size : contain;
		width : calc( 45 * 100vw / 768 );
		height : calc( 40 * 100vw / 768 );
		flex-shrink : 0;
		margin-left : calc( 14 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.link-download{
		width : 300px;
		height : 50px;
		font-size : 1.6rem;
		background-image : url("../images/ui/icon/download.png");
		background-repeat : no-repeat;
		background-position : top 50% right 18px;
		background-size : auto 25px;
	}
}
@media screen and (max-width: 768px){
	.isWebp .link-download:after{
		background-image : url("../images/ui/icon/download.png.webp");
	}
}
@media print,screen and (min-width: 769px){
	.isWebp .link-download{
		background-image : url("../images/ui/icon/download.png.webp");
	}
}
/*--------------------------------------------
TAGS
---------------------------------------------*/
.tags{
	display : flex;
	flex-wrap : wrap;
}
.tags li > a , .tags li > label span{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	border-style : solid;
	border-color : var(--gray);
	background-color : #fff;
	backface-visibility : hidden;
	will-change : border-color;
	transition : border-color .3s ease-in;
	display : flex;
	align-items : center;
}
.tags li > a:hover , .tags li > label span:hover{
	border-color : var(--red);
}
.tags label{
	position : relative;
}
.tags label input{
	display : none;
}
.tags label span{
	display : flex;
	align-items : center;
	cursor : pointer;
}
.tags label span::before{
	content : "";
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	border-radius : 50%;
}
.tags label input:checked + span:after{
	content : "";
	display : block;
	position : absolute;
	border-radius : 50%;
}
.tags label input:checked + span{
	border-color : var(--red);
}
@media screen and (max-width: 768px){
	.tags{
		margin-left : calc( -9 * 100% / 768 );
		margin-top : calc( -9 * 100vw / 768 );
		width : calc( 729 * 100% / 720 );
	}
	.tags > li{
		margin-top : calc( 9 * 100vw / 768 );
		margin-left : calc( 9 * 100% / 729 );
	}
	.tags li > a , .tags li > label span{
		padding-left : calc( 33 * 100vw / 768 );
		padding-right : calc( 36 * 100vw / 768 );
		border-width : calc( 3 * 100vw / 768 );
		border-radius : calc( 30 * 100vw / 768 );
		height : calc( 60 * 100vw / 768 );
		font-size : 2.6rem;
	}
}
@media print,screen and (min-width: 769px){
	.tags{
		margin-top : -9px;
		margin-left : -9px;
	}
	.tags > li{
		margin-top : 9px;
		margin-left : 9px;
	}
	.tags li > a , .tags li > label span{
		padding-left : 25px;
		padding-right : 25px;
		border-width : 3px;
		border-radius : 22px;
		height : 44px;
		font-size : 1.6rem;
	}
}
/*--------------------------------------------
LABEL
---------------------------------------------*/
.label{
	display : flex;
	align-items : center;
	color : #fff;
	padding-left : .75em;
	padding-right : .75em;
	margin-left : .75em;
	letter-spacing : 0;
}
.label.label-column{
	background-color : #900;
}
.label.label-news{
	background-color : #390;
}
.label.label-other{
	background-color : #fc0;
}
@media screen and (max-width: 768px){
	.label{
		height : calc( 32 * 100vw / 768 );
		border-radius : calc( 16 * 100vw / 768 );
		font-size : 2.6rem;
	}
}
@media print,screen and (min-width: 769px){
	.label{
		height : 25px;
		border-radius : 12.5px;
		font-size : 1.6rem;
	}
}
.label02{
	display : flex;
	align-items : center;
	color : #fff;
	padding-left : .75em;
	padding-right : .75em;
	margin-left : 1.5em;
	letter-spacing : 0;
}
.label02.revision{
	background-color : #6c0;
}
.label02.enforce{
	background-color : #39c;
}
.label02.update{
	background-color : #fc0;
}
@media screen and (max-width: 768px){
	.label02{
		height : calc( 32 * 100vw / 768 );
		border-radius : calc( 16 * 100vw / 768 );
		font-size : 2.6rem;
	}
}
@media print,screen and (min-width: 769px){
	.label02{
		height : 23px;
		border-radius : 11.5px;
		font-size : 1.6rem;
	}
}
/*--------------------------------------------
MEMBER BOX
---------------------------------------------*/
#memberBox{
	background-color : #efefef;
	letter-spacing : 0;
}
#memberBox h4{
	text-align : center;
}
#memberBox h4:after{
	content : "";
	display : block;
	margin-left : auto;
	margin-right : auto;
	background-color : var(--red);
}
#memberBox form{
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
}
#memberBox label{
	display : flex;
	align-items : center;
	flex-grow : 1;
}
#memberBox label span{
	flex-shrink : 0;
}
#memberBox label input{
	flex-grow : 1;
}
#memberBox input[type="text"] , #memberBox input[type="password"]{
	border : 0;
	background-color : #fff;
}
#memberBox input[type="submit"] , #memberBox .registration{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	background-color : var(--red);
	color : #fff;
	flex-shrink : 0;
}
#memberBox .forget{
	text-decoration : underline;
	display : inline-block;
}
#memberBox h5:after{
	content : "";
	display : block;
	background-color : var(--red);
}
#memberBox .box{
	background-color : #fff;
}
#memberBox .box div{
	display : flex;
	align-items : center;
	justify-content : space-between;
}
@media screen and (max-width: 768px){
	#memberBox{
		padding-left : calc( 24 * 100% / 720 );
		padding-right : calc( 24 * 100% / 720 );
		padding-top : calc( 49 * 100vw / 768 );
		padding-bottom : calc( 48 * 100vw / 768 );
	}
	#memberBox h4{
		font-size : 3.4rem;
	}
	#memberBox h4:after{
		width : calc( 200 * 100vw / 768 );
		height : calc( 6 * 100vw / 768 );
		margin-top : calc( 18 * 100vw / 768 );
	}
	#memberBox h4 + .text02{
		margin-top : calc( ( 42 - 7 ) * 100vw / 768 );
	}
	#memberBox form{
		margin-top : calc( ( 15 - 7 ) * 100vw / 768 );
	}
	#memberBox form > label:first-of-type{
		width : 100%;
		margin-bottom : calc( 20 * 100vw / 768 );
	}
	#memberBox form > label:nth-of-type(2){
		width : calc( 475 * 100% / 672 );
	}
	#memberBox label span{
		font-size : 2.6rem;
		width : calc( 155 * 100vw / 768 );
	}
	#memberBox input[type="text"] , #memberBox input[type="password"]{
		height : calc( 60 * 100vw / 768 );
		font-size : 2.6rem;
	}
	#memberBox input[type="submit"]{
		width : calc( 197 * 100% / 672 );
		height : calc( 60 * 100vw / 768 );
		font-size : 2.6rem;
	}
	#memberBox .forget{
		margin-left : calc( 155 * 100vw / 768 );
		font-size : 2.6rem;
		margin-top : calc( 33 * 100vw / 768 );
	}
	#memberBox .box{
		margin-top : calc( 35 * 100vw / 768 );
		padding-left : calc( 20 * 100% / 672 );
		padding-right : calc( 20 * 100% / 672 );
		padding-bottom : calc( 32 * 100vw / 768 );
		padding-top : calc( 40 * 100vw / 768 );
	}
	#memberBox h5{
		font-size : 3rem;
	}
	#memberBox h5:after{
		width : calc( 240 * 100vw / 768 );
		height : calc( 4 * 100vw / 768 );
		margin-top : calc( 12 * 100vw / 768 );
	}
	#memberBox h5 + .text02{
		margin-top : calc( ( 36 - 7 ) * 100vw / 768 );
	}
	#memberBox .box > div{
		margin-top : calc( ( 29 - 7 ) * 100vw / 768 );
	}
	#memberBox .registration{
		width : calc( 285 * 100vw / 768 );
		height : calc( 60 * 100vw / 768 );
		font-size : 2.6rem;
	}
}
@media print,screen and (min-width: 769px){
	#memberBox{
		width : 600px;
		margin-left : auto;
		margin-right : auto;
		padding-left : 20px;
		padding-right : 20px;
		padding-top : 38px;
		padding-bottom : 27px;
	}
	#memberBox h4{
		font-size : 2.2rem;
	}
	#memberBox h4:after{
		width : 200px;
		height : 3px;
		margin-top : 16px;
	}
	#memberBox h4 + .text02{
		margin-top : calc( 20px - 4px );
		padding-left : 20px;
		padding-right : 20px;
	}
	#memberBox form{
		margin-top : calc( 27px - 4px );
	}
	#memberBox form > label:first-of-type{
		width : 100%;
		margin-bottom : 29px;
	}
	#memberBox label span{
		font-size : 1.6rem;
		width : 110px;
	}
	#memberBox input[type="text"] , #memberBox input[type="password"]{
		height : 48px;
		font-size : 1.6rem;
	}
	#memberBox input[type="submit"]{
		width : 145px;
		height : 48px;
		font-size : 1.6rem;
		margin-left : 21px;
	}
	#memberBox .forget{
		margin-left : 110px;
		font-size : 1.6rem;
		margin-top : 24px;
	}
	#memberBox .box{
		margin-top : 33px;
		padding-left : 20px;
		padding-right : 20px;
		padding-bottom : 21px;
		padding-top : 22px;
	}
	#memberBox h5{
		font-size : 2.2rem;
	}
	#memberBox h5:after{
		width : 200px;
		height : 3px;
		margin-top : 16px;
	}
	#memberBox h5 + .text02{
		margin-top : calc( 22px - 4px );
	}
	#memberBox .box > div{
		margin-top : calc( 31px - 4px );
	}
	#memberBox .registration{
		width : 200px;
		height : 48px;
		font-size : 1.6rem;
	}
}
/*--------------------------------------------
LISTS
---------------------------------------------*/
.lists01{
	letter-spacing : 0;
}
.lists01 .title{
	display : flex;
	align-items : center;
	border-style : solid;
	border-color : #efefef;
	background-image : url("../images/ui/icon/arrow03.png");
	background-repeat : no-repeat;
}
.lists01 .subtitle{
	text-decoration : underline;
	color : var(--red);
}
@media screen and (max-width: 768px){
	.lists01 .title{
		height : calc( 80 * 100vw / 768 );
		font-size : 2.6rem;
		border-width : calc( 6 * 100vw / 768 );
		padding-left : calc( 19 * 100vw / 768 );
		padding-right : calc( 19 * 100vw / 768 );
		background-position : top 50% right calc( 18 * 100vw / 768 );
		background-size : auto calc( 22 * 100vw / 768 );
		text-decoration : underline;
	}
	.lists01 .subtitle , .lists01 p{
		font-size : 2.6rem;
		line-height : 1.54;
	}
	.lists01 .title + ul{
		margin-top : calc( ( 30 - 7 ) * 100vw / 768 );
	}
	.lists01 .subtitle + p{
		margin-top : calc( 20 * 100vw / 768 );
	}
	.lists01 .title + p{
		margin-top : calc( ( 27 - 7 ) * 100vw / 768 );
	}
	.lists01 .link02{
		margin-top : calc( ( 24 - 7 ) * 100vw / 768 );
	}
	.lists01 > li + li{
		margin-top : calc( 103 * 100vw / 768 );
	}
	.lists01 > li > ul > li + li{
		margin-top : calc( 103 * 100vw / 768 );
	}
	.lists01 li li li + li{
		margin-top : calc( ( 54 - 7 ) * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.lists01{
		display : flex;
		justify-content : space-between;
	}
	.lists01 > li{
		width : 520px;
	}
	.lists01 .title{
		height : 50px;
		font-size : 1.8rem;
		border-width : 3px;
		padding-left : 10px;
		padding-right : 10px;
		background-position : top 50% right 7px;
		background-size : auto 22px;
	}
	.lists01 .subtitle , .lists01 p{
		font-size : 1.6rem;
		line-height : 1.5;
	}
	.lists01 .title + ul{
		margin-top : calc( 15px - 4px );
	}
	.lists01 .subtitle + p{
		margin-top : 10px;
	}
	.lists01 .subtitle , .lists01 p , .lists01 a{
		padding-left : 10px;
		padding-right : 10px;
	}
	.lists01 .title + p{
		margin-top : calc( 11px - 4px );
	}
	.lists01 .link02{
		margin-top : calc( 22px - 4px );
	}
	.lists01 > li > ul > li + li{
		margin-top : 43px;
	}
	.lists01 li li li + li{
		margin-top : calc( 24px - 4px );
	}
}
.lists-update{
	letter-spacing : 0;
}
.lists-update > li + li{
	border-top-style : solid;
	border-top-color : #efefef;
}
.lists-update a{
	display : flex;
	align-items : center;
	flex-wrap : wrap;
}
.lists-update .title{
	width : 100%;
}
@media screen and (max-width: 768px){
	.lists-update{
		margin-top : calc( 6 * 100vw / 768 );
	}
	.lists-update > li + li{
		border-top-width : calc( 3 * 100vw / 768 );
	}
	.lists-update a{
		padding-top : calc( 31 * 100vw / 768 );
		padding-bottom : calc( 31 * 100vw / 768 );
	}
	.lists-update time{
		font-size : 2.6rem;
	}
	.lists-update .title{
		font-size : 2.6rem;
		line-height : 1.54;
		margin-top : calc( (  10 + 7 ) * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	.lists-update{
		margin-top : 24px;
	}
	.lists-update > li + li{
		border-top-width : 1px;
	}
	.lists-update a{
		padding-top : 20px;
		padding-bottom : 20px;
	}
	.lists-update time{
		font-size : 1.6em;
	}
	.lists-update .title{
		font-size : 2.2rem;
		line-height : 1.09;
		margin-top : calc( 10px + 4px );
	}
}
/*--------------------------------------------
DATALIST
---------------------------------------------*/
.datalist01{
	letter-spacing : 0;
}
@media screen and (max-width: 768px){
	.datalist01{
		margin-top : calc( ( 35 - 7 ) * 100vw / 768 );
	}
	.datalist01 > div{
		padding-left : calc( 25 * 100vw / 768 );
		padding-right : calc( 25 * 100vw / 768 );
	}
	.datalist01 div + div{
		margin-top : 2.6rem;
	}
	.datalist01 dt , .datalist01 dd , .page-descliption{
		font-size : 2.6rem;
		line-height : 1.54;
        padding-top: 1em;
	}
}
@media print,screen and (min-width: 769px){
	.datalist01{
		margin-top : calc( 23px - 4px );
	}
	.datalist01 > div{
		display : flex;
		align-items : flex-start;
		padding-left : 30px;
		padding-right : 30px;
	}
	.datalist01 > div + div{
		margin-top : 10px;
	}
	.datalist01 dt , .datalist01 dd , .page-descliption{
		font-size : 1.6rem;
		line-height : 1.5;
        padding-top: 1em;
	}
	.datalist01 dt{
		flex-shrink : 0;
	}
	.datalist01 dd{
		padding-left : 1em;
	}
}
/*--------------------------------------------
PAGINATION
---------------------------------------------*/
#pagination{
	display : inline-flex;
	align-items : center;
	justify-content : center;
	left : 50%;
	transform : translateX( -50% );
	position : relative;
}
#pagination .page-numbers , #pagination .current{
	display : inline-flex;
	justify-content : center;
	position : relative;
}
#pagination .prev{
	position : absolute;
	top : 50%;
	transform : translateY(-50%);
}
#pagination .next{
	position : absolute;
	top : 50%;
	transform : translateY(-50%);
}
#pagination a , #pagination .current{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
}
#pagination .dots{
	display : flex;
	align-items : center;
}
#pagination a , #pagination span{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
}
#pagination a:not(.prev):not(.next) , #pagination .current{
	border-style : solid;
}
#pagination a:not(.prev):not(.next){
	border-color : transparent;
}
#pagination .current{
	border-color : var(--red);
}
#pagination .number , #pagination .number + .current{
	position : relative;
}
#pagination .number:before , #pagination .number + .current:before{
	position : absolute;
	left : -1em;
	top : 50%;
	transform : translateY(-50%);
	content : "｜";
}
#pagination .dots + .number:before{
	content : none;
}
@media screen and (max-width: 768px){
	#pagination{
		flex-wrap : wrap;
	}
	#pagination .prev , #pagination .next{
		position : static;
		margin-left : auto;
		margin-right : auto;
		width : 100%;
		top : 0;
		transform : none;
	}
	#pagination a , #pagination span{
		font-size : 2.6rem;
	}
	#pagination .prev{
		margin-bottom : calc( 30 * 100vw / 768 );
	}
	#pagination .next{
		margin-top : calc( 30 * 100vw / 768 );
	}
	#pagination a:not(.prev):not(.next) , #pagination span{
		width : calc( 48 * 100vw / 768 );
		height : calc( 48 * 100vw / 768 );
		border-width : calc( 3 * 100vw / 768 );
		margin-left : calc( 12 * 100vw / 768 );
		margin-right : calc( 12 * 100vw / 768 );
	}
	#pagination .number:before , #pagination .number + .current:before{
		left : calc( -28 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#pagination a , #pagination span{
		height : 30px;
		font-size : 1.6rem;
	}
	#pagination a:not(.prev):not(.next) , #pagination span{
		width : 30px;
		border-width : 1px;
		margin-left : 7px;
		margin-right : 7px;
	}
	#pagination .prev{
		left : calc( -5em - 14px );
	}
	#pagination .prev:after{
		content : "｜";
		display : block;
		flex-shrink : 0;
		margin-left : 1em;
	}
	#pagination .next{
		right : calc( -5em - 14px );
	}
	#pagination .next:before{
		content : "｜";
		display : block;
		flex-shrink : 0;
		margin-right : 1em;
	}
}
#paginationSingle{
	position : relative;
	display : inline-block;
	left : 50%;
	transform : translateX(-50%);
}
#paginationSingle a{
	backface-visibility : hidden;
	white-space : nowrap;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
}
#paginationSingle .prev , #paginationSingle .next{
	position : absolute;
	top : 0;
}
#paginationSingle .prev{
	right : 100%;
}
#paginationSingle .next{
	left : 100%;
}
#paginationSingle .archive:before , #paginationSingle .archive:after{
	margin-left : .75em;
	margin-right : .75em;
}
@media screen and (max-width: 768px){
	#paginationSingle a{
		font-size : 2.6rem;
	}
}
@media print,screen and (min-width: 769px){
	#paginationSingle a{
		font-size : 1.6rem;
	}
}
/*# sourceMappingURL=../maps/module.css.map */