@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
/* TOP画像 ------------------------- */
#wrapper #contents > .img span {
    top: 2%;
    left: 18%;
    line-height: 1.5em;
}
/*
#wrapper #contents > .img span:last-of-type {
    top: 22%;
    left: 10%;
}
*/
 
/* コンテンツ ------------------------- */
#cntWrapper .media #infomation .bs {
    text-align: center;
}

#cntWrapper .media #infomation .list {
    margin: 30px auto 0px auto;
    position: relative;
    width: 100%;
    border-left: 20px solid #9a9ae6;
    padding: 15px 4% 15px 1%;
    box-sizing: border-box;
    background: #e0efff;
    display: grid;
    grid-template-columns: [col-one] 26% [col-two] 74% [col-three];
    grid-template-rows: [gBook] 90px [gText] 110px [gText-end] auto;
    display: -ms-grid;
    -ms-grid-columns: 26% 74% 1fr;
    -ms-grid-rows: 90px 110px auto;
}
#cntWrapper .media #infomation .list .gImg {
    grid-column: col-one /col-two;
    grid-row: gBook /gText-end;
    text-align: center;
    margin-right: 10px;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
#cntWrapper .media #infomation .list img {
    box-shadow: 0px 0px 4px 2px #686868a6;
    max-height: 200px;
}
#cntWrapper .media #infomation .list .gBook {
    grid-column: col-two /col-three;
    grid-row: gBook /gText;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    display: table;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
#cntWrapper .media #infomation .list p span {
    display: table-cell;
    vertical-align: middle;
}
#cntWrapper .media #infomation .list .gText {
    grid-column: col-two /col-three;
    grid-row: gText /gText-end;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}
#cntWrapper .media #infomation .list .gBook span {
    height: 90px;
}
#cntWrapper .media #infomation .list .gText span {
    height: 110px;
}



@media screen and (max-width: 1200px) {
    #cntWrapper .media #infomation .bs img {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    #cntWrapper .media #infomation .list {
        width: 100%;
        border-left: 15px solid #9a9ae6;
    }
    #cntWrapper .media #infomation .list .gBook {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    #cntWrapper .media #infomation .list {
        margin: 20px auto 10px auto;
        padding: 15px 2% 15px 2%;
        grid-template-rows: [gBook] 50px [gText] 110px [gText-end] auto;
    }
	#cntWrapper .media #infomation .list img {
		height: 100%;
	}
	#cntWrapper .media #infomation .list .gBook span {
		height: 60px;
		line-height: 1.3em;
	}
}


@media screen and (max-width: 480px) { /*smartphone*/
	#wrapper #contents > .img span:last-of-type {
		left: 5%;
		top: initial;
		bottom: 7%;
	}
	#cntWrapper .media #infomation .list .gBook span {
		font-size: 20px;
		height: 50px;
	}
	#cntWrapper .media #infomation .list img {
		width: initial;
		height: 150px;
	}
	#cntWrapper .media #infomation .list {
		grid-template-columns: [col-one] 38% [col-two] 62% [col-three];
		grid-template-rows: [gBook] 50px [gText] 100px [gText-end] auto;
		border-left: 7px solid #9a9ae6;
	}
	#cntWrapper .media #infomation .list .gText span {
		line-height: 1.4em;
	}
	#cntWrapper .media #infomation .list .gText span {
		height: 100px;
	}
	#cntWrapper .media #infomation .list.brNo .gBook .br-sp {
		display: none;
	}
}
