@charset "utf-8";
/* 全ページ共通指定
----------------------------------------*/
body {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #ffffff;
	font-family: "Helvetica Neue",
		"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
p, h1, h2, h3, h4, h5, h6, li, dt {
	margin-top: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
}
h1 {
	border-bottom: 2px solid #000000;
	text-align: center;
}
h2 {
	font-size: 30px;
	color: #00a0e9;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	padding: 5px;
	border-top: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
h3 {
	font-size: 23px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	color: #ffff00;
	position: relative;
	padding: 0.3em 1em;
	background: #ff1493;
	border-radius: 10px;
	width: 40%;
}
h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50px;
	border: 15px solid transparent;
	border-top: 15px solid #ff1493;
	width: 0;
	height: 0;
}
h5 {
	font-size: 26px;
	color: #ffff00;
	padding: 0.3em;
	background: #ff1493;
	border-radius: 10px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
h6 {
	font-size: 1.4em;
	font-weight: bolder;
	line-height: 1.2;
	margin-bottom: 10px;
}
strong {
	font-size: 1.4em;
	font-weight: bolder;
	padding-right: 0.1em;
	line-height: 1;
}
.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}
a {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.9;
}
.icon:before {
	padding-right: 10px;
	content: "";
	border-left: 7px solid #0080ff;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.data-flex {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 93%;
	margin: 0 auto 12px;
	box-sizing: border-box;
}
.data-flex * {
	box-sizing: border-box;
}
.data-flex dt {
	margin-right: 2em;
}
.data-flex dd {
	width: calc(100% - 5em);
	margin: 0;
}
.data-flex dd>* {
	margin: 0 auto 5px;
}
.data-flex ul {
	list-style-type: decimal;
	padding-left: 3px;
	margin-left: 1.1em;
}
.button {
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 5px;
	min-width: 7em;
	padding: 0.5em;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	border: solid 1px;
}
.button.label {
	background: #00a0e9;
	border-color: #00a0e9;
	white-space: nowrap;
}
.li-disc li {
	list-style-type: circle;
}
.button1 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.button1 > a {
    display: block;
    width: fit-content;
}

.button1 img {
    height: 80px;
    width: 80px;
}
.button2 {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.button2 > a {
    display: block;
    width: fit-content;
}

.button2 img {
    height: 70px;
    width: 70px;
}

/* レイアウトに関する指定
----------------------------------------*/
header {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background-color: #00bfff;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position-y: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}
.logo img {
	width: 140px;
	height: auto;
	display: block;
}
.logo a {
	display: block;
}
#menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-right: 20px;
}
#menu li.menu-text-small {
	font-size: 20px;
	line-height: 1.3;
}
#menu li {
	font-size: 18px;
	font-weight: bolder;
	margin: 0 20px;
	list-style: none;
	letter-spacing: 0em
}
#menu li a {
	color: #ffffff;
}
#menu li a:hover {
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
.content {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
}
.content {
        padding: 0 0px;
    }
.main-center {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
	padding: 20px 20px;
}
section {
	margin-bottom: 20px;
}
footer {
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	background-color: #00a0e9;
}
footer small {
	font-size: 18px;
	font-weight: bolder;
}
.card img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 920px;
}
.card {
	background: #ffffff;
	border-top: solid 5px #00bfff;
}
table{
	margin-left:auto;
	margin-right:auto;
}
/* ページをトップに移動への指定
----------------------------------------*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 0px;
	cursor: pointer;
	z-index: 10;
}
/* index.htmlへの指定
----------------------------------------*/
#index .card {
	display: block max-width: 100%;
	text-align: center;
}
#index .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
#index .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#index .list ul {
	display: flex;
	/* 親要素に指定することで、Flexboxが適用される */
	flex-direction: row;
	/* 左から右に横並び（デフォルト値なのでなくても可） */
	justify-content: center;
	/* 中央揃え */
	margin-left: -10px;
}
#index .list ul li {
	margin-left: 10px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* first.htmlへの指定
----------------------------------------*/
#first .txt {
	display: flex;
}
#first .first-txt {
	width: 100%;
}
#first .first-image {
	width: 100%;
	margin-left: 20px;
}
.button.button--download {
	background: #32cd32;
	border-color: #32cd32;
	transition: background 0.35s ease;
	font-size: 1.08em;
	padding: 0.4em 0.5em;
    box-sizing: border-box;
    width: 100%;
}
.button.button--label {
	background: #f08300;
	border-color: #f08300;
	white-space: nowrap;
    padding-left: 0;
    padding-right:0;
    width:100%;
}
/* play.htmlへの指定
----------------------------------------*/
#play .pc {
	display: block !important;
	width: 280px;
	height: auto;
}
#play .sp {
	display: none !important;
}
#play .list {
	margin-bottom: 20px;
}
#play .list ul {
	display: flex;
	/* 親要素に指定することで、Flexboxが適用される */
	flex-direction: row;
	/* 左から右に横並び（デフォルト値なのでなくても可） */
	justify-content: center;
	/* 中央揃え */
	margin-left: -25px;
}
#play .list ul li {
	margin-left: 25px;
	list-style: none;
}
#play .icon {
	max-width: 100px;
	padding-right: 10px;
}
#play h4 a {
	color: #ffff00;
}
#play h4 a:visited {
	color: #ffff00;
}
#play h4 a:hover {
	text-decoration: none;
}
#play .title {
	display: flex;
	justify-content: space-around;
	margin-left: 15px;
	margin-bottom: 20px;
}
#play .title_img {
	width: 30%;
}
#play .title_text {
	width: 63%;
}
/* manual.htmlへの指定
----------------------------------------*/
.manual-center {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
	padding: 20px 20px 0px 20px;
}
.manual {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
	padding: 0px 20px 20px 20px;
}
.bottom {
	margin-bottom: 15px;
}
.sticky {
	position: -webkit-sticky;
	/* safari対応 */
	position: sticky;
	top: 0;
	z-index: 200;
}
#manual .icon {
	max-width: 100px;
	padding-right: 10px;
}
#manual h2 a {
	color: #00a0e9;
	display: flex;
	align-items: center;
}
#manual h2 a:visited {
	color: #00a0e9;
}
#manual h2 a:hover {
	text-decoration: none;
}
#manual .text {
	width: 93%;
	margin: 0 auto;
}
#manual .video {
	position: relative;
	width: 90%;
	padding-top: 50.62%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#manual .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#manual .manual_img {
	margin: 10px 0 15px 0;
}
#manual .manual_img_float {
	float: right;
}
/* information.htmlへの指定
----------------------------------------*/
#information .card {
	display: block max-width: 100%;
	text-align: center;
}
#information .sp {
	display: none !important;
}
/* タブレット用CSS
----------------------------------------*/
@media screen and (max-width:768px) {
	/* 画面サイズが768px以下の場合に適用 */
	header {
		height: 72px;
		background-size: auto 125%;
	}
	.content {
		padding: 0 0px;
	}
	.logo img {
		width: 120px;
	}
	body {
		font-size: 4vw;
		line-height: 1.4;
	}
	h1 img {
		width: 100%;
	}
	h2 {
		font-size: 7vw;
	}
	h3 {
		font-size: 3.0vw;
		text-align: left;
	}
	h4 {
		font-size: 5vw;
	}
	h5 {
		font-size: 7vw;
	}
	h6 {
		font-size: 5.2vw;
	}
	#play strong {
		font-size: 4.5vw;
	}
	a img:hover {
		opacity: 1;
	}
	.content {
		width: 100%;
		box-sizing: border-box;
	}
	.main-center {
		float: none;
		width: auto;
		padding: 15px;
	}
	section {
		margin-bottom: 20px;
	}
	footer {
		padding: 15px 0;
	}
	footer small {
		font-size: 60%;
	}
}
/* スマートフォン用CSS
----------------------------------------*/
@media screen and (max-width:375px) {
	/* 画面サイズが375px以下の場合に適用 */
	h4 {
		width: 87%;
		margin: 0 auto 20px;
	}
	#index .video {
		margin-bottom: 0px;
	}
	#index .list ul {
		margin-left: -10px;
	}
	#index .list ul li {
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#first .txt {
		display: block;
		margin-left: 0px;
	}
	#first .first-txt {
		width: 100%;
	}
	#first .first-image {
		width: 100%;
		margin-left: 0px;
	}
	#play .pc {
		display: none !important;
	}
	#play .sp {
		display: block !important;
	}
	#play .list ul {
		margin-left: -10px;
	}
	#play .list ul li {
		margin-left: 10px;
	}
	#play .title {
		display: block;
		margin-left: 0px;
	}
	#play .title_img {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#play .title_text {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.main-center {
		margin: 0 auto;
		max-width: 960px;
		background: #fff;
		padding: 20px 20px;
	}
	.manual-center {
		width: auto;
		padding: 15px 15px 0px 15px;
	}
	.manual {
		width: auto;
		padding: 15px;
		margin-top: -20px;
	}
	#manual .text {
		width: 100%;
	}
	#manual .video {
		width: 91%;
	}
	.data-flex {
		display: block;
		width: 100%;
	}
	.data-flex dt {
		margin: 0 0 10px;
	}
	.data-flex dd {
		width: 93%;
		margin: 0 auto;
	}
	.button {
		font-size: 1.4em;
		border-radius: 0px;
		width: 100vw;
	}
	.button.label {
		background: #00a0e9;
		border-color: #00a0e9;
		white-space: nowrap;
	}
	#manual .manual_img_float {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
	#information .pc {
		display: none !important;
	}
	#information .sp {
		display: block !important;
	}
}
@media all and (max-width:520px){
    .button1 img {
        height: 50px;
        width: 50px;
    }
}
@media all and (max-width:480px){
    .button2 img {
        height: 30px;
        width: 30px;
    }
}