@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
body {
	margin: 30px;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	font-size: 16px;
	/* background-color: #eff2f5; */
	color: #333333;
	background-color: #f8f9fa;
	background-image: url("wallpaper.png");
}
a:link {
	color: #4682b4;
	text-decoration: none;
}
a:visited {
	color: #4682b4;
	text-decoration: none;
}
a:hover {
	color: #df5656;
	text-decoration: underline;
}
#header {
	margin: 0 auto;
	width: 70%;
}
header {
	/* background-color: #eff2f5; */
}
#head-inner {
	padding: 10px 0 5px 0;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	color: #333333;
}
h1 a {
	font-weight: bold;
	color: #4682b4;
	text-decoration: none;
}
h1 a:hover {
	color: #df5656;
	text-decoration: none;
}
.description {
	line-height: 1.2;
	color: #333333;
	margin: 0.5em 0 1em 0;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 4px 0;
	/* border-bottom: 1px solid #333333; */
}
#content {
	margin: 0 auto;
	width: 70%;
}
main {
	color: #333333;
}
article {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #c0c0c0;
}
#content-inner {
	padding: 20px 10px 0 10px;
}
ul {
	margin: 0 0 0 2em;
	padding: 0;
}
p {
	margin: 1em 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c0c0c0;
	height: 1px;
}
a {
	font-weight: normal;
}
footer {
	margin: 2em 0;
	font-size: 15px;
	height: 100px;
	clear: both;
	text-align: center;
}
u {
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
.menu {
	text-align: right;
}
.counter {
	text-align: right;
}
.subject, .item {
	font-size: 18px;
	font-weight: bold;
}
.date {
	font-size: 14px;
	text-align: right;
}
.page-top {
	font-size: 14px;
	text-align: right;
}
.message {
}
blockquote {
	position: relative;
	padding: 10px 15px 10px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555555;
	width: 80%;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 5px;
	content: "“";
	font-family: "Yomogi";
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
	font-weight: 400;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
table {
	border-collapse: collapse;
}
 th {
	background: #cfcfcf;
}

th, td {
	border: 1px solid #cfcfcf;
	padding: 8px;
}

tr:nth-child(even) {
	background: #efefef;
}

tr:hover {
	background: #d1d1d1;
}

input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	/* border-radius: 5px; */
	border-color: #4682b4;
	font-size: 14px;
}
hr {
	border-top: 1px solid #c0c0c0;
}
.btn {
	color: #ffffff;
	background-color: #4682b4;
	/* border-color: #4bb4b7; */
	border-color: #4682b4;
	font-size: 16px;
	font-weight: normal;
}
.err {
	color: #dc143c;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #333333;
	background-color: #ffd700;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 999px #fff inset;
}
.my-radio {
	accent-color: #dc143c;
}

.caution {
	color: #dc143c;
}
.fullheight {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	height:100vh;
}
.form_conf {
	text-align: left;
}
.form_conf form {
	display: inline-block;
	/* margin: 0 10px; */
}
.return {
	text-align: right;
}
.selectbox {
	text-align: center;
}

@media screen and (max-width: 767px) {
#header {
	margin: 0;
	width: 100%;
}
header {
}
#head-inner {
	padding: 25px 10px;
	/* background-color: #eff2f5; */
}
.description {
}
#content {
	margin: 0;
	width: 100%;
}
main {
	width: 100%;
	color: #333333;
}
#inner {
	padding: 20px 10px 0 10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
}
