	@charset "utf-8";


/* ----------------------------------------------
共通
---------------------------------------------- */

.index{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.index h3{
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #7dcbdc;
	display: flex;
	align-items: center;
	height: 3em;
	border-radius: 5em;
	padding-left: 2.5em;
	padding-top: 0.2rem;

}

.index h3 span{
	font-size: 0.8rem;
	font-weight: normal;
	margin-left: 1em;
}

.index ul{
	margin-left: 10rem;
	margin-top: 3rem;
}

.index ul:before{
	position: absolute;
	display: inline-block;
	content: "";
	content: url(../img/a1-assets/topic.png);
    left: -2rem;
    top: -1rem;
	transform: scale(0.3);
}

.index li{
	margin-top: 1em;
	position: relative;
	padding-left: 1.8em;

}

.index li:before{
	position: absolute;
	display: inline-block;
	content: "";
    left: 0rem;
    top: 0.35em;
    background-color: #7dcbdc;
    border-radius: 10rem;
    width: 0.8em;
    height: 0.8em;
}

.index li a{
/*	text-decoration: underline;*/
	color: #218bff;
}

.index_con h3{
	font-weight: bold;
	background-color: #7dcbdc;
	color: #ffffff;
	padding: 1em 1em 1em 3em;
	border-radius: 12px;
	margin-bottom: 3rem;
}

.index_con p{
	padding: 0 3em;
	line-height: 2em;
	margin-bottom: 2em;
}

.index_con p span{
	background:linear-gradient(transparent 60%, rgba(125,203,220,0.65) 70%);
}

.index_con > div{
	margin-bottom: 4rem;
}

.index_con a{
	text-decoration: underline;
	color: #218bff;
}

.topic_box img{
	width: clamp(300px,80%,800px);
	margin: 0 auto 3em auto;
	border-radius: 12px;
	border: 2px #f6e2cb solid;
}

.toic_tag{
	margin-left: 3rem;
	margin-bottom: 1em;
}

.toic_tag li{
	display: inline-block;
	background-color: #7dcbdc;
	color: #ffffff;
	padding: 0.3em 1em;
	border-radius: 3px;
	min-width: 7em;
	text-align: center;
	font-size: 0.8em;
}

.map_box{
	text-align:center;
	margin: 0 3rem;
}



.author{
	background-color: #ffffff;
	border: 1px #f6e2cb solid;
	border-radius: 12px;
	padding: 1rem;
	display: flex;
	font-size: 0.8em;
	align-items: center;
	justify-content: space-between;
	margin: 0 3rem;
}

.topic_box .author img{
    width: 120px;
    border-radius: 6px;
    border: none;
    margin: 0;
}

.author div:nth-of-type(1){
	width: ;
}

.author div:nth-of-type(2){
	padding-left: 3em;
}

.author h3{
	display: inline-block;
	background-color: #7dcbdc;
	color: #ffffff;
	padding: 0.3em 1em;
	border-radius: 3px;
	min-width: 7em;
	text-align: center;
	font-size: 0.8em;
	margin: 0 auto 0.5em auto;
	width: 100%;
}

.author h4{
	font-weight: bold;
}

#contents_time{
	font-size: 0.8em;
	margin-bottom: 1.5em;
}


/* --------------
@media screen 640
----------------- */

@media screen and (max-width: 640px) {

	.author{
		margin: 0;
		flex-direction: column;
	}

	.author div:nth-of-type(1){
		margin-bottom: 1em;
	}

	.author div:nth-of-type(2){
		padding-left: 0;
	}

	.map_box{
		text-align:center;
		margin: 0;
	}

	.toic_tag{
		margin-left: 0;
		margin-bottom: 1em;
	}

	.index {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem;
	}

	.index ul {
		margin-left: 1em;
	    margin-top: 3rem;
	    margin-right: 1em;
	}

	.index ul:before {
		left: -2rem;
		top: -1rem;
		transform: scale(0.3);
	}

	.index h3 {
		font-size: 1.2rem;
		font-weight: bold;
		color: #ffffff;
		background-color: #7dcbdc;
		display: flex;
		align-items: center;
		height: 2.5em;
		border-radius: 5em;
		padding-left: 1.2em;
		margin-left: 3.2rem;

	}

	.index ul:before{
        left: -5rem;
        top: -9.5rem;
		transform: scale(0.2);
	}

	.index_con h3 {
    padding: 1em 1em 1em 1em;
    margin-bottom: 2rem;
	}

	.index_con p {
    padding: 0;
    line-height: 2em;
    margin-bottom: 2em;
}

}


/* ----------------------------------------------

---------------------------------------------- */