@charset "UTF-8";
html{
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF;
    font-family: serif;
	color: #333;
}
p,h1,h2,h3,ul,ol,li,table,th,td,dl,dt,dd,section {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#wrap{
    /*margin: 50px 80px;
    width: 1060px;*/
    width: 100%;
    height: 100%;
    position: relative;
	/*background: url(images/bg.jpg) no-repeat bottom right;
	background-size: cover;*/
}

#title{
	position: absolute;
	top: 50px;
	right: 80px;
    width: 360px;
	z-index: 4;
}
#title img{
    width: 100%;
}

#bluemat-outer{
	position: relative;
	top: 50px;
	left: 80px;
	width: 600px;
	height: 710px;
}
#bluemat-text{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 560px;
	height: 670px;
	z-index: 3;
    overflow: scroll;
}
#bluemat-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 710px;
	z-index: 2;
	text-indent: -9999px;
    background: #2ebace;
    mix-blend-mode: multiply;
}
/*#bluemat-outer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 600px;
	height: 710px;
    background-color: rgba(46, 186, 206, 0.8);
    mix-blend-mode: multiply;
}*/

#text_pc{
    width: 520px;
    padding-bottom: 300px;
}
#text_sp{
    display: none;
}

#bg {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px;
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
    #wrap{
        position: static;
        margin: 0 auto;
        width: 100%;
    }

    #title{
        position: static;
        margin: 30px auto;
        width: 70%;
    }
    #title img{
        width: 100%;
    }

    #bluemat-outer{
        position: static;
        width: 100%;
        height: auto;
        background: #2ebace;
        /*mix-blend-mode: multiply;*/
        padding: 50px 15px;
        margin-bottom: 500px;
    }
    #bluemat-text{
        position: static;
        width: auto;
        height: auto;
        overflow: auto;
    }
    #bluemat-bg{
        display: none;
    }

    #text_pc{
        display: none;
    }
    #text_sp{
        display: block;
        color: #FFFFFF;
        width: 100%;
        mix-blend-mode: normal;
    }

    #bg {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        text-indent: -9999px;
        background: url(images/bg_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .comment-entry {
        padding-bottom: 50px;
    }
    .comment-entry:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .comment-entry dt {
        font-size: 24px;
        /*font-weight: bold;*/
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .comment-entry dt span {
        font-size: 14px;
    }
    .comment-entry dd {
        font-size: 14px;
    }
}
