@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap&subset=japanese:wght@400;500;700;900');


#G8087-095-003 {
	color: #000000;
	font-size: 20px;
	width : 964px;
	background-color: #FFFFFF;
}

#G8087-095-003 .main {
	position: relative;
	margin-bottom: 60px;
}

#G8087-095-003 .main img{
	width: 964px;
}

#G8087-095-003 .main h1 {
	font-family: 'Noto Serif JP', serif;
    position: absolute;
    font-size: 100px;
    bottom: 40px;
    left: 240px;
    line-height: 1.1;
    text-align: left;
    font-weight: bolder;
    padding: 0px;
}

#G8087-095-003 .main h1 span {
	font-size: 50px;
	font-weight: lighter;
	padding: 0px;
}

#G8087-095-003 .material {
	margin: 60px 0 50px;
}

#G8087-095-003 .material h3 {
	margin-bottom: 0px;
	text-align: center;
    font-size: 100px;
    line-height: 0.8;
    margin: 100px 0 0;
}

#G8087-095-003 .material h3 span{
	font-size: 40px;
    line-height: 1.1;
}

#G8087-095-003 .point1,
#G8087-095-003 .point2,
#G8087-095-003 .point4{
	margin: 120px 0;
}

#G8087-095-003 .point1 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 45px;
    font-size: 72px;
	line-height: 1.2;
    padding-left: 14px;
	margin-bottom: 18px;
}

#G8087-095-003 .point1 p{
	font-size: 36px;
    line-height: 1.4;
    margin: 20px 90px;
}

#G8087-095-003 .point1 p span{
	font-weight: bolder;
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point2 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 72px;
	line-height: 1.2;
    padding-left: 14px;
	margin-bottom: 18px;
}

#G8087-095-003 .box {
	margin-top: 10px;
    padding: 20px 50px;             /* 余白指定 */
    display: flex;               /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	background-color: #ffffff;
	justify-align: center;
}

#G8087-095-003 .box .colorbox{
    width: 48%;                 /* 幅指定 */
    margin: 10px 8px; 
}

#G8087-095-003 .point3 {
	position: relative;
	margin-bottom: 60px;
}

#G8087-095-003 .point3 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 40px;
    font-size: 72px;
	line-height: 1.2;
    padding-left: 14px;
	margin-bottom: 18px;
}

#G8087-095-003 .point3 p{
    margin: 0px 55px;
}

#G8087-095-003 .point3 h3 {
    position: absolute;
    font-size: 36px;
    top: 200px;
    right: 100px;
    line-height: 1.1;
    text-align: left;
    padding: 0px;
}

#G8087-095-003 .point3 h3 span {
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point4 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 72px;
	line-height: 1.2;
    padding-left: 14px;
	margin-bottom: 18px;
}

#G8087-095-003 .point4 p{
	font-size: 36px;
    line-height: 1.4;
    margin: 20px 90px;
}

#G8087-095-003 .point4 p span{
	font-weight: bolder;
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point5{
	margin: 120px 0 60px;
}

#G8087-095-003 .point5 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 72px;
	line-height: 1.2;
    padding-left: 14px;
	margin-bottom: 18px;
}

#G8087-095-003 .point5 p{
	font-size: 20px;
    text-align: right;
    line-height: 1.2;
    margin: 20px;
}

#G8087-095-003 .point5 h3{
	font-size: 46px;
    text-align: center;
    line-height: 1.1;
    margin: 50px 300px 0px;
    padding: 10px;
    border: solid 2px;
}

#G8087-095-003 .long{
	margin-bottom: 60px;
}



@media screen and (max-width: 529px) { /*ウィンドウ幅が最大529pxまでの場合に適用*/
	
#G8087-095-003 {
	font-size: 14px;
	width : 100%;
}

#G8087-095-003 .main {
	position: relative;
	margin-bottom: 25px;
}

#G8087-095-003 .main img{
	width: 100%;
}

#G8087-095-003 .main h1 {
	font-family: 'Noto Serif JP', serif;
    position: absolute;
    font-size: 34px;
    bottom: 20px;
    left: 90px;
    line-height: 1.3;
    text-align: left;
    font-weight: bolder;
    padding: 0px;
}

#G8087-095-003 .main h1 span {
	font-size: 22px;
	font-weight: lighter;
	padding: 0px;
}

#G8087-095-003 .material {
	margin: 20px 0 10px;
}

#G8087-095-003 .material h3 {
	margin-bottom: 0px;
	font-size: 40px;
	line-height: 0.9;
}

#G8087-095-003 .material h3 span{
	font-size: 17px;
	line-height: 1;
}

#G8087-095-003 .point1,
#G8087-095-003 .point2,
#G8087-095-003 .point4{
	margin: 60px 0;
}

#G8087-095-003 .point1 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 15px;
    font-size: 24px;
	line-height: 1.2;
    padding-left: 5px;
	margin-bottom: 0;
}

#G8087-095-003 .point1 p{
	font-size: 18px;
    line-height: 1.3;
    margin: 0 20px 20px;
}

#G8087-095-003 .point1 p span{
	font-weight: bolder;
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point2 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 24px;
	line-height: 1.3;
    padding-left: 5px;
	margin-bottom: 0;
}

#G8087-095-003 .box {
	margin-top: 4px;
    padding: 4px 10px;             /* 余白指定 */
    display: flex;               /* フレックスボックスにする */
    flex-wrap: wrap;
	width: 100%; 
	background-color: #ffffff;
	justify-align: center;
}

#G8087-095-003 .box .colorbox{
    width: 48%;                 /* 幅指定 */
    margin: 10px 2px; 
}

#G8087-095-003 .point3 {
	position: relative;
	margin-bottom: 60px;
}

#G8087-095-003 .point3 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 15px;
    font-size: 24px;
	line-height: 1.2;
    padding-left: 5px;
	margin-bottom: 0;
}

#G8087-095-003 .point3 p{
    margin: 0 10px;
}

#G8087-095-003 .point3 h3 {
	position: absolute;
	font-size: 16px;
	top: 80px;
	right: 18px;
	line-height: 1.3;
	text-align: left;
	padding: 0px;
}

#G8087-095-003 .point3 h3 span {
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point4 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 15px;
    font-size: 24px;
	line-height: 1.2;
    padding-left: 5px;
	margin-bottom: 0;
}

#G8087-095-003 .point4 p{
	font-size: 20px;
    line-height: 1.4;
    margin: 0 20px 20px;
}

#G8087-095-003 .point4 p span{
	font-weight: bolder;
	background: linear-gradient(transparent 50%, #FFFB00 50%);
}

#G8087-095-003 .point5{
	margin: 60px 0 60px;
}

#G8087-095-003 .point5 h1 {
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    bottom: 15px;
    font-size: 24px;
	line-height: 1.2;
    padding-left: 5px;
	margin-bottom: 0;
}

#G8087-095-003 .point5 p{
	font-size: 14px;
    text-align: right;
    line-height: 1.2;
    margin: 8px;
}

#G8087-095-003 .point5 h3{
	font-size: 24px;
	text-align: center;
	line-height: 1.1;
	margin: 30px 80px 0;
	padding: 8px;
	border: solid 2px;
}

#G8087-095-003 .long{
	margin-bottom: 60px;
}

}