	@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: #efa4b4;
	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: #efa4b4;
    border-radius: 10rem;
    width: 0.8em;
    height: 0.8em;
}

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

.index_con h3{
/*	font-weight: bold;*/
	background-color: #efa4b4;
	color: #ffffff;
	padding: 1em 1em 1em 1em;
	border-radius: 6px;
	margin-bottom: 3rem;
}

.index_con p{
	padding: 0;
	line-height: 2em;
	margin-bottom: 2em;
	max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

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

.index_con > p div{
	display: inline-block;
}

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

.a_img1{
    /* width: clamp(300px, 80%, 800px); */
    margin: 0 auto 3em auto;
    border-radius: 6px;
    height: clamp(10px, 50vw, 500px);
    object-fit: cover;
    object-position: 50% 50%;
}

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

.toic_tag li{
	display: inline-block;
	background-color: #efa4b4;
	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;
}

.map_box img{
	border-radius: 12px;
}

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

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

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

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

.author h3{
	display: inline-block;
	background-color: #efa4b4;
	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;
}

.balloon-l {
    display: flex;
    justify-content: flex-star;
    align-items: start;
    gap: 0 22px;
    margin-bottom: 2em;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;

}

.balloon-l img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
}

.index_con .balloon-l p {
    position: relative;
    max-width: 800px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.index_con .balloon-l p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.box-point{
    position: relative;
    padding: 1em 1.5em;
    border: 1px solid #efa4b4;
    border-radius: 0px;
    max-width: 1000px;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    font-size: 0.8rem;
}

.box-point .point {
    position: absolute;
    top: -2rem;
    left: -1px;
    padding: .2rem .8rem;
    border-radius: 5px 5px 0 0;
    background-color: #efa4b4;
    color: #fff;
    font-size: 0.8rem;
}

.box-point > div  {
    margin: 0;
    display: flex;
    align-items: center;
}

.box-point > div div:nth-of-type(1){
    margin-right: 1em;
}

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

.box-point{
    font-size: 0.8rem;
}

}

.box-line {
    /* max-width: 800px; */
    margin: 0 auto;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #f1abba69 50%, #e6edf3), linear-gradient(90deg, transparent calc(100% - 1px), #f1abba69 50%, #e6edf3);
    background-size: 15px 15px;
    background-repeat: repeat;
    background-color: #ffffffe3;
}

/* --------------
@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;
		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;
}

/*	.topic_box img{
 	width: 80%;
	margin: 0 auto 3em auto;
	border-radius: 12px;
    height: auto;
}*/

}


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

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