/*====================================================================================*/
/* Common
/*====================================================================================*/

/*====================================================================================*/
/* PC 
/*====================================================================================*/
html,body {
    height: 100%;
}

.PageContentsWrapper{
    text-align: center;
    padding: 100px calc(20vw) 0 calc(20vw);
    min-height: calc(100vh - 30px);
}
.PageContentsWrapper > .Title{
}
.PageContentsWrapper > .Title img{
    height: auto !important;
    width: 50px;	
}
.PageContentsWrapper > .PageArticleWrapper{
	padding-top: 80px;
}
.PageContentsWrapper > .PageArticleWrapper > .List{
    margin-bottom: 15px;
}
.PageContentsWrapper > .PageArticleWrapper > .List a{
}
.PageContentsWrapper > .PageArticleWrapper > .List a > .Image{
}
.List a > .Image img{
}
.List a > .text{
	text-align: left;
}
.List a > .text > .attribute{
	
}
.List a > .text > .attribute > .Date{
	display: inline-block;
    padding-right: 15px;
}
.List a > .text > .attribute > .Date:before{
	width: 40px;
    content: "";
    height: 1px;
    background-color: black;
    position: absolute;
    transform: translate(-50px,10px);
}

.List a > .text > .attribute > .Title{
	display:inline-block;
}

/* For single */
.ContentsLayoutWrapper{
	padding: 100px calc(20vw);
    text-align: left;
    min-height: calc(100vh - 30px);	
}
.ContentsLayoutWrapper >.title{

}
.ContentsLayoutWrapper >.title p{
	position:relative;
}
.ContentsLayoutWrapper >.title p:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 0.5px;
	background: black;
	transform: translate(-40px, 13px);
}
.ContentsLayoutWrapper >.bodytext{

}
.bodytext p a {
    color: gray;
    text-decoration: underline;
}
/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
.ContentsLayoutWrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    margin-bottom: 100px;
    min-height: 100%;
}
.parts{
	padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 20px;
    margin-bottom: 50px;
    max-width: 1000px;
}
.List a > .text > .attribute > .Date:before {
    width: 20px;
    content: "";
    height: 0.5px;
    background-color: black;
    position: absolute;
    transform: translate(-30px,10px);
}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
}

