@charset "UTF-8";
html body{
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Maru Gothic ProN";
	text-align: center;
}

#top {
	max-width: 800px;/*最大値*/
	min-width: 240px;/*最小値*/
}
#top img {
	width: 100%;
}

h3 {
	font-size: 20px;
	margin: 10px;
	border-bottom: 6px double #000;
	font-family:"Hiragino Kaku Gothic ProN";
}
h4 {
	font-size: 20px;
	margin: 10px;
	border-bottom: 6px double #000;
	font-family:"Hiragino Kaku Gothic ProN";
}

.coment img{
	text-align: center;
	width: 300px;
	height: auto;
}

.coment p{
	font-size: 14px;
}
.question-content p{
	font-size: 16px;
}

#sentaku p{
	font-size: 12px;
	padding: 2px 0 0 8px;
}

#sentaku{
	display: flex;
	justify-content: space-around;
}
.hyougenndentatu{
	width: 200px;
	text-align: left;
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;
	border-bottom: solid 3px #fff;
	border-radius: 10px;
	clear: both;
}

#itiran{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#itiran li{
	width: 40%
}
.coment {
	background: #F9F5EA;
	border-left: 10px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 0 5px #F9F5EA;
	padding: 5px;
	margin: 15px 30px;
}
.coment h1 p {
	margin: 0 20em;
	padding: 0;
}

h5 {
	font-size: 25px;
	margin: 20px;
	padding-right: 50px;
	font-family:"Hiragino Kaku Gothic ProN";
	color: #FFFFFF;
 
}

h6{
	font-size: 25px;
	margin: 20px;
	margin-top: 30px;
	font-family:"Hiragino Kaku Gothic ProN";
	color: #FFFFFF;
}

body{
	background-color: #6F997A;
	
}

.hyougenn2 .denntatu2{
	margin-left: auto;
	margin-right: auto;
}

.hyougenn2 li{
	/*アイコンの整列*/
	text-align: center;
	float: left;
	list-style: none;
	margin: 5px;padding: 10px;
	
}

.denntatu2 li{
	/*アイコンの整列*/
	text-align: center;
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0 0 0 20px;
	
}

/* コンテナ　*/
#container {
	min-width: 320px;
	max-width: 800px;
	margin: auto;
	padding: 1em 2em;
}
/*　box-sizingの設定　*/
div,p,img {
	box-sizing: border-box;
}

/*　会話ベーススタイル　*/
.question {
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0;
}
.question span {
	display: block;
	margin: 0;
	padding: 0;
}
.question .speaker-icon {
	float: left;
	width: 64px;
}
/*　吹き出しベース　*/
.question .question-content{
	position: relative;
	box-sizing: border-box;
	width: auto;
	min-height: 64px;
	margin: 0 5px 0 80px;
	padding: 1em;
	border-radius: 10px;
	background: white;
}
/*　アイコン詳細　*/
.question .speaker-icon img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 2px solid white;
	border-radius: 50%;
}
/*　会話詳細　*/
.question .question-content::before {
	position: absolute;
	top: 20px;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	border-right-color: #FFFFFF;
}

/*　会話ベーススタイル　*/
.question2 {
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0;
}
.question2 span {
	display: block;
	margin: 0;
	padding: 0;
}
.question2 .speaker-icon  {
	float: right;
	width: 64px;
}
/*　吹き出しベース2　*/
.question2 .question-content{
	position: relative;
	box-sizing: border-box;
	width: auto;
	min-height: 64px;
	margin: 0 78px 0 1px;
	padding: 1em;
	border-radius: 10px;
	color: #000000;
	background: #FFFFFF;
}
/*　アイコン詳細2　*/
.question2 .speaker-icon img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 2px solid white;
	border-radius: 50%;
}
/* 会話詳細2　*/
.question2 .question-content::before{
	position: absolute;
	top: 20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	right: -20px;
	left: auto;
	border-color: transparent;
	border-left-color: #FFFFFF;
}

/*画像トリミング*/
#itiran img{
	width: 140px;
	height: auto;
	
	object-fit: cover;
	border-radius: 50%;
}

