:root {
    --mincho: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.article div.entry-content { 
    margin-top:0 ;/*!important*/
}

h1.entry-title {
	font-family: "FGTshgyo", serif;
	font-size: 80px;
}

.title-name {
	font-family:  var(--mincho);
	margin-top: -30px;
}

.about-group {
	max-width: 500px;
	background-color: #F6F6F6;
	border-radius: 15px;
	padding: 24px;
	font-family: var(--mincho);
}

    .entry-content .about-group .title {
		border: none ;/*!important*/
		padding: 0 ;/*!important*/
		margin: 0 0 1rem 0;
	}

.entry-content .about-group .mar-s {
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 2px solid #999;
}

    .about-group .about-group-item {
		border-bottom: 1px solid #EAEAEA;
		padding-bottom: 2px;
		margin-bottom: 4px ;/*!important*/
	}

	.about-group .wp-block-columns {
		margin-bottom: 0px !important;
	}

.entry-content h2.section-title-02 {
	background-color: transparent ;/*!important*/
	position: relative;
	padding: 0px ;/*!important*/
	margin: 0 ;/*!important*/
	font-family: var(--mincho);
}
	p.section-title-02-hira {
		font-family: var(--mincho);
		border-bottom: 1px solid #333;
	}

@media screen and (max-width: 834px) {
    h1.entry-title {
		font-size: 48px;
		padding: 0 ;/*!important*/
	}
}

@media screen and (max-width: 782px) {
    .about-group .about-group-item {
        gap: 0;
    }
}

@media screen and (max-width: 480px) {
    .about-group .about-group-item {
		margin-bottom: 5px ;
	}
	
	h1.entry-title {
		font-size: 32px;
		text-align: center;
	}
	
	.title-name {
		text-align: center;
		margin-top: -20px;
	}
}

@media screen and (max-width: 375px){
	h1.entry-title {
		font-size: 28px;
	}
}