﻿
body{
//	margin-top: 0px;
	font-family: "Rounded Mplus 1c", "游ゴシック Medium", "Yu PGothic Medium","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #333;
}
h1,h2,h3 {
	letter-spacing: 2px;
}
h3.diams::before,
h3.diams::after {
	content: "\02666";
}
.section_box section figure {
	margin: 8px 0;
}
p {
//	color: #444;
	letter-spacing: 1px;
	text-align: justify;
}
a{
	color:royalblue;
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}
a:hover{
	color:tomato;
}
img, video {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
#wrapper {
	margin: 0 auto;
	width: 90%;
//	background-color: azure;
}
header {
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}
#header_box {
	padding:20px 0 10px;
	text-align: center;
}
#header_box img {
	margin-right: 10px;
}
header p {
	margin: 0 2% 0 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: right;
}
header p::before {
	content:">>";
	font-size: 12px;
}

article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
	width: 80%;
	border: 1px solid tomato;
	border-radius: 24px;
	box-sizing: border-box;
//	background: pink;
}
article ul {
	padding: 10px 14px;
	width: 43%;
}
article li {
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 1px;
	text-indent: 12px;
}

main section {
	margin: 0 auto 30px;
	width: 80%;
//	background: yellow;
}
section h2 {
//	margin-bottom: 0px;
	font-size: 2rem;
	line-height:1.8;
	text-align: center;
}
section h2 span {
	margin-left: 10px;
	font-size: 1.2rem;
}
section h3 {
	padding: 10px;
	font-size: 1.5rem;
	line-height:1.6;
	text-align: center;
}
.section_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 90%;
}
.section_box figure {
	width: 40%;
	text-align: center;
}
.comment_box {
	width: 60%;
}
.comment_box p {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.6;
	text-indent: 10px;
}
.section_box .leftside {
	order: 1;
}
.section_box .rightside {
	order: 10;
}
#afterword {
	margin: 0 auto;
	padding: 20px;
	width: 60%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
#afterword h3 {
	padding: 10px;
	font-size: 1.5rem;
	line-height:1.6;
	text-align: center;
}
#afterword p {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.6;
	text-indent: 10px;
}
footer {
	padding: 20px 0 30px;
}
footer p {
	margin-right: 10%;
	font-size: 0.85rem;
	text-align: right;
}


.comment01 p {
	font-size:0.85em;
	line-height: 1.6em;
	text-align: left;
	margin:0 auto;
	width:70%;
	padding:20px 0 0 20px;
	float:left;
}
.comment01 img{
	float:left;
	margin:20px;
}
.comment02 p {
	font-size:0.85em;
	line-height:1.6em;
	color: #666;
	text-align:left;
	margin:0 auto;
	width:70%;
	padding-top: 20px;
}



@media screen and (max-width:1026px){
#wrapper {

}
article {
	width: 90%;
}
main section {
	width: 96%;
}

}


@media screen and (max-width:830px){
#wrapper {

}


}


@media screen and (max-width:770px){
#wrapper {

}
.section_box {
	flex-direction: column;
	margin: 0 auto;
	width: 80%;
}
.section_box figure {
	width: 100%;
	text-align: center;
}
.comment_box {
	width: 100%;
}

}


@media screen and (max-width:642px){
#wrapper {

}
article {
	flex-direction: column;
}
article ul {
	padding: 10px 14px;
	width: 100%;
}
article li {
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 1px;
	text-indent: 12px;
}
}
