@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
	background-color: #eee;
	color: #000;
}
h1 {
	font-size: 1.8em;
	padding: 0 10px;
}
h2 {
	background: #f86d8f;
	color: #fff;
	font-size: 1.4em;
	margin: 30px auto;
	max-width: 750px;
	padding: 8px 10px;
	position: relative;
	text-align: left;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
h2::before {
	border: 10px solid transparent;
	border-top: 10px solid #f86d8f;
	content: "";
	height: 0;
	left: 10px;
	position: absolute;
	top: 100%;
	width: 0;
}
h3 {
	margin: 20px auto 0 auto;
	padding: 6px;
	color: #fff;
	font-size: 20px;
	width: 100%;
	max-width: 750px;
	text-align: center;
	background: #01affa;
}
a {
	text-decoration: underline;
}
a:link {
	color: #0080ff;
}
a:visited {
	color: #0080ff;
}
a:hover {
	color: red;
}
/* ヘッダー */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#menu {
	min-height: 40px;
	transition: 0.6s ease;
	width: 100%;
}
#drop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding-left: 10px;
	margin: 0;
	backbground: #fff;
}
#drop a {
	text-decoration: none;
	color: #000;
}
#drop a:hover {
	color: red;
}
#bottun {
	padding: 18px 24px 18px 24px;
	position: relative;
	cursor: pointer;
}
#checkbox:checked ~ #menu #bottun span {
	background-color: transparent;
}
#checkbox:checked ~ #menu #bottun span::before, #checkbox:checked ~ #menu #bottun span::after {
	margin-top: 0;
}
#bottun span {
	display: block;
	height: 2px;
	width: 26px;
	transition: 0.6s ease;
	background-color: #000;
}
#bottun span::before {
	display: block;
	height: 2px;
	width: 26px;
	transition: 0.6s ease;
	background-color: #000;
	content: '';
	position: absolute;
	margin-top: -8px;
}
#bottun span::after {
	display: block;
	height: 2px;
	width: 26px;
	transition: 0.6s ease;
	background-color: #000;
	content: '';
	position: absolute;
	margin-top: 8px;
}
#checkbox {
	display: none;
}
#checkbox:not(:checked) ~ #menu {
	overflow: hidden;
	height: 40px;
}
#checkbox:checked ~ #menu {
	transition: height 0.6s ease;
	height: 100vh;
	overflow: auto;
}
#checkbox:checked + #menu #bottun span::before {
	transform: rotate(225deg);
}
#checkbox:checked + #menu #bottun span::after {
	transform: rotate(-225deg);
}
#menu li {
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #eee;
}
#menu li:first-child {
	border-top: 1px solid #eee;
}
/*マーカーアニメーション*/
 
.marker.active {
	background-position: -100% .5em;
}
.marker {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight: bold;
}
main {
	width: 100%;
	max-width: 750px;
	margin: 40px auto;
	padding: 10px;
	background: white;
}
main img {
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.l-right {
	text-align: right;
}
.f22 {
	font-size: 22px;
	color: red;
}
/* チャット風吹き出し */
.fukidasi {
	margin: 1.5em 0;
}
.fukidasi img {
	float: left;
	margin-right: -40px;
	width: 40px;
}
.fukidasi p {
	display: inline-block;
	position: relative;
	margin: 10px 0 0 50px;
	padding: 10px;
	border-radius: 6px;
	background: #feebf0;
}
.fukidasi p::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -20px;
	border: 8px solid transparent;
	border-right: 12px solid #feebf0;
}
/* 目次 */
#mokuzi {
	border: 1px solid #ff658a;
	padding: 10px 0 10px 0;
	margin-bottom: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
#mokuzi li {
	line-height: 2em;
}
#mokuzi ul {
	padding: 0px;
	margin: 0px 0 10px 10px;
	list-style: none;
}
#mokuzi ul > li {
	position: relative;
	padding: 0px 0px 0px 1em;
}
#mokuzi ul > li::before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 0.3em solid transparent;
	border-left: 0.4em solid #ff658a;
	content: "";
}
#mokuzi a {
	text-decoration: none;
	border-bottom: 1px solid #0080ff;
	padding-bottom: 1px;
}
#mokuzi div {
	text-align: center;
	padding-bottom: 6px;
	font-weight: bold;
	color: #ff658a;
}
#mokuzi div p {
	display: inline-block;
	margin: 0 auto 10px auto;
	border-bottom: 2px solid #ff658a;
}

.pink-cent {
	background: #f86d8f;
		background: red;
	text-align: center;
	padding: 30px 10px;
	color: white;
	font-weight: bold;
	font-size: 6.4vw;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
/* 外部サイトで確認 */
.fuki {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	background: #ffc107;
	border-radius: 20px;
	margin: 10px 0 10px 0;
}
.fuki::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #ffc107;
}
.gaibu {
	padding: 10px;
	border: 1px solid #ffc107;
	background: #fffde7;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.gaibu img {
	width: 100%;
	max-width: 700px;
}
/* difinition list(dl:定義) */

dt {
	font-weight: bold;
	background: #feebf0;
	color: #f86d8f;
	padding: 8px;
}
dd {
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}
dd img {
	width: 50%;
	max-width: 200px;
}
/* faq */
.faq dt::before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	margin: 10px 10px 30px 24px;
	text-indent: -24px;
}
.faq dd::before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
/* 補足 */
.hosoku {
	background: #fffde8;
	padding: 10px;
}
.hosoku span {
	color: #ff922f;
	font-size: 1.2em;
	font-weight: bold;
}
.hosoku b {
	color: #f74a76;
}
img.w70 {
	width: 70%;
	max-width: 300px;
}
.hosoku ul {
	list-style-type: none;
}
/* 方法 */
#hoho ul {
	list-style-type: decimal;
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0.5em 0.5em 0.5em 2em;
}
#hoho li {
	margin-bottom: 10px;
}
#kito {
	text-align: center;
}
#kito a {
	display: inline-block;
	padding: 20px;
	background: red;
	color: white;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#kito a:hover {
	color: red;
	background: #ffa4a4;
	text-decoration: underline;
}
#machigai dt::before {
	content: "×";
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 4px;
}
#machigai dd::before {
	content: "〇";
	margin-right: 4px;
}
/* リンク集 */
#lnk h2 {
	background: #adce29;
}
#lnk h2::before {
	border-top: 10px solid #adce29;
}
#lnk dt {
	background: #f1f8da;
	color: #8da822;
}
/* ------------------------------------------------------------ 
ページトップへ
------------------------------------------------------------ */
#go-top {
	position: fixed;
	bottom: 20px;
	right: 0;
}
#go-top a {
	font-size: 0.8em;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #f74a76;
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
#go-top a:hover {
	background-color: #f86d8f;
}
 @media only screen and (max-width:568px) {
h1 {
	font-size: 5vw;
}
h2 {
	font-size: 1.2em;
}
}
