@media screen and (min-width: 769px) {

	/*------↓記事ごとの記述スタート↓------*/

	body {
		line-height: 1;
		background-color: #fff;

		& p {
			font-size: 16px;
			line-height: 1.8;
		}
	}

	.topic__sb {
		font-size: 2rem;
		font-weight: bold;
		position: relative;
		margin-left: 57px;

		&::before,
		&::after  {
			content: '';
			position: absolute;
			background-image: url(../img/dotto.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 50px;
			height: 50px;
		}

		&::before {
			left: -44px;
		}

		&::after {
			margin-left: -12px;
			transform: scale(-1 ,1);
		}
	}

	.topic {
		font-size: 2.4rem;
		font-weight: bold;
		position: relative;

		& .big {
			font-size: 4rem;
		}

		&::before {
			content: '';
			position: absolute;
			background-image: url(../img/hakase_megahon.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 200px;
            height: 200px;
            right: 0;
            bottom: -57px;
		}
	}

	.section {
		margin-top: 20px;
	}

	.section__topic {
		padding: 20px;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		
		& .topic__big {
			font-size: 3rem;
		}
	}

	.ditail__topic {
		padding: 20px;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 30px;
	}
	
	
	/* section__private */
	.section__private {
		border: 7px solid #e73357;
		border-radius: 10px;
	}

	.section__topic--red {
		background-color: #e73357;
	}

	.myTime__wrap {
		padding: 20px;
		display: flex;
		gap: 10px;
	}

	.myTime {
		order: 2;
		width: 60%;
	}

	

	.ditail__topicRed--r {
		color: #e73357;
        border: 4px double #e73357;
        border-radius: 50px;
        height: 61px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
	}

	.hobby__list--yoko {
		display: flex;
		gap: 5px;
		margin-top: 20px;
	}

	.hobby__list--tate {
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin-top: 10px;
	}

	.hobby__item {
		padding: 10px 20px;
		display: flex;
		justify-content: space-between;
		border: 4px double #e73357;
		border-radius: 10px;
		gap: 10px;

		& img {
			width: 30%;
		}
	}

	.hobby__txt--bold {
		font-weight: bold;

	}
	
	.red {
		color: #e73357;
		font-size: 1.4rem;
		line-height: 1;
	}

	.book {
		order: 1;
		width: 45%;
	}

	.ditail__topicRed--wh {
		color: #fff;
        background-color: #e73357;
        border-radius: 50px;
        height: 61px;
        box-sizing: border-box;
	}

	.book__list {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}

	.book__item {
		padding: 30px 10px;
		display: flex;
		gap: 10px;
		border: 2px solid #e73357;
		border-radius: 10px;

		& img {
			width: 35%;
			box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
		}
	}

	.txt__wrap {
		width: 75%;
	}

	h4 {
		font-size: 1.4rem;
	}
	
	/* section__work */
	.section__work {
		background-color: #f8fbf7;
		border: 7px solid #083388;
		border-radius: 10px;
	}

	.section__topic--blue {
		background-color: #083388;
	}

	.work__wrap {
		padding: 20px;
		display: flex;
		gap: 10px;
	}

	.work--failure {
		order: 2;
		width: 56%;
	}

	.work--appearance {
		order: 1;
		width: 45%;
	}

	.work__list {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}

	.work__item {
		display: flex;
		gap: 10px;
	}

	.work__item--failure {
		padding: 20px;
		display: flex;
		justify-content: space-between;
		border: 4px double #083388;
		border-radius: 10px;
		gap: 10px;

		& img {
			width: 145px;
			height: 100%;
		}
	}

	.work__item--appearance {
		padding: 10px 10px;
		display: flex;
		gap: 10px;
		border: 2px solid #083388;
		border-radius: 10px;

		& img {
			width: 20%;
			height: 100%;
		}
	}

	.blue {
		color: #083388;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.ditail__topicBlue--b {
		border: 4px double #083388;
		border-radius: 50px;
		box-sizing: border-box;
		height: 61px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ditail__topicBlue--w {
		color: #fff;
		background-color: #083388;
		border-radius: 50px;
		height: 61px;
		box-sizing: border-box;
	}

	.name {
		margin-top: 20px;
	}

	/*------記事ごとの記述終わり------*/

}

/* media screen fin */