@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*:not(input) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	color: #00103e;
	font-size: medium;
	line-height: 1.5em;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-m-user-select: none;
	-o-user-select: none;
	user-drag: none;
	-moz-user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;

	box-sizing: border-box;
	overflow: auto;
	scroll-behavior: smooth;
}

body {
	position: relative;
	margin: 0;
	margin-bottom: 160px;
	padding: 0;
	height: 100%;
	background: #e9e5d5 url(../images/bg_m.png);
	background-size: 40%;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
		“Droid Sans”, sans-serif;
}

header {
	margin: 0;
	padding: 20px 0;
	background-color: #fff;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	/*	background-color: #484848;	*/
	height: auto;
	box-sizing: border-box;
}

p {
	margin: 0;
	padding: 0;
	color: #505050;
	font-size: small;
	line-height: 1.2em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a,
a:visited {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ff0;
	text-decoration: none;
	outline: 0;
}
a:focus {
	color: #0af;
	text-decoration: none;
	outline: 0;
}

.section {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	/*	border: 1px solid #f0a;		*/
	box-sizing: border-box;
}

#intro-header {
	background-color: #121929;
}

#contents1,
#contents2,
#contents3,
#contents4,
#contents5,
#contents6,
#contents7,
#contents8,
#contents9,
#contents10,
#contents11,
#contents12,
#contents13,
#contents14,
#contents15,
#contents16,
#contents17 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	flex-wrap: wrap; /*折返し*/
	margin: 0;
	padding: 10px 0;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

#contents18,
#contents19 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	flex-wrap: wrap; /*折返し*/
	margin: 0;
	padding: 10px 0;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

#inquiry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	flex-wrap: wrap; /*折返し*/
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}
#footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	flex-wrap: wrap; /*折返し*/
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

.bgc_download {
	background-color: #b9d1e9;
}

.btn-title {
	font-size: 140%;
	font-weight: bold;
}
.btn-detail-example {
	margin: 0 10px;
	padding: 10px 20px;
	color: #fff;
	background-color: #4fb4ff;
	background-image: -webkit-linear-gradient(top, #4fb4ff, #0373c3);
	background-image: -moz-linear-gradient(top, #4fb4ff, #0373c3);
	background-image: -ms-linear-gradient(top, #4fb4ff, #0373c3);
	background-image: -o-linear-gradient(top, #4fb4ff, #0373c3);
	background-image: linear-gradient(to bottom, #4fb4ff, #0373c3);
	border-radius: 8px;
	-moz-border-radius: 8;
	-webkit-border-radius: 8;
	text-decoration: none;
	box-sizing: border-box;
}

.btn-detail-example:hover,
.btn-detail3:hover,
.btn-detail2:hover,
.btn-detail:hover {
	background-color: #ffd44e;
	background-image: -webkit-linear-gradient(top, #ffd44e, #ffa103);
	background-image: -moz-linear-gradient(top, #ffd44e, #ffa103);
	background-image: -ms-linear-gradient(top, #ffd44e, #ffa103);
	background-image: -o-linear-gradient(top, #ffd44e, #ffa103);
	background-image: linear-gradient(to bottom, #ffd44e, #ffa103);
	text-decoration: none;
}

.title_download {
	margin: 0;
	padding: 0;
	font-size: 130%;
	box-sizing: border-box;
}
.btn_download {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.image-frame2 {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	box-sizing: border-box;
}
.image-frame3 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.image-frame3-logo {
	margin: 0;

	padding: 0;
	box-sizing: border-box;
}
.image-frame4 {
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	/*	border: solid 1px #ddd;	*/
	box-sizing: border-box;
}
.image-inquiry1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	/*	border: solid 1px #ddd;	*/
	box-sizing: border-box;
}
.image-inquiry2 {
	display: inline-block;
	margin: 0;
	margin-left: 6px;
	padding: 0;
	/*	border: solid 1px #ddd;	*/
	box-sizing: border-box;
}

.image-frame2 img,
.image-frame3 img,
.image-frame4 img {
	width: 100%;
	box-sizing: border-box;
}
.contents-comment0 {
	margin: 0;
	padding: 0 5px;
	font-size: 90%;
	line-height: 1.4;
	box-sizing: border-box;
}
.contents-comment0:before {
	content: "※";
	margin-left: -6px;
}
.contents-comment2 {
	margin: 0 0 5px 0;
	padding: 0 5px;
	font-size: 90%;
	line-height: 1.4;
	box-sizing: border-box;
}
.contents-comment3 {
	margin: 0 5px;
	padding: 10px 0;
	font-size: small;
	line-height: 1.4;
	box-sizing: border-box;
}
.contents-comment4 {
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: 120%;
	line-height: 1.4;
	box-sizing: border-box;
}

.frame-single2 {
	margin: 10px 0;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8;
	-webkit-border-radius: 8;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.frame-single3 {
	margin: 0;
	padding: 0;
	background-color: #fff;
	/*	border: solid 1px #ddd;	*/
	box-sizing: border-box;
}
.frame-single3-null {
	margin: 10px 0;
	padding: 0;
	background-color: #fff;

	box-sizing: border-box;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.footer-tm {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	line-height: 1.2;
	box-sizing: border-box;
}

.footer-link {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	line-height: 1.2;
	box-sizing: border-box;
}

.footer-copyright {
	margin: 0;
	padding: 10px 0;
	font-size: small;
	line-height: 1.2;
	box-sizing: border-box;
}

/*	Spec Table
================================ */
table.type10 {
	width: 100%;
	border-collapse: collapse;
	background: #d2deee;
}
table.type10 .even {
	background: #eaeff7;
}
table.type10 thead th {
	vertical-align: top;
	padding: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	background: #5e9cd3;
	font-size: smaller;
	font-weight: normal;
	text-align: center;
}
table.type10 td {
	padding: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.data-1 {
	vertical-align: middle;
	width: 20px;
	text-align: center;
	font-size: smaller;
	line-height: 1.2;
}
.data-2 {
	vertical-align: middle;
	width: 30%;
	text-align: left;
	font-size: small;
	line-height: 1.2;
}
.data-3 {
	vertical-align: top;
	width: 65%;
	text-align: left;
	font-size: small;
	line-height: 1.2;
}

/*	TOPへボタン
================================ */

/*ボタンの領域*/
#re-top {
	z-index: 10; /*レイヤー順序を上に*/
	position: fixed; /*画面に固定*/
	bottom: 10%; /*画面下へ*/
	right: 5%; /*画面右へ*/
	background-color: transparent; /*領域の背景色（透明）*/
}
#re-top a,
#re-top a:visited {
	color: rgba(255, 255, 255, 0.7); /*三角と文字色*/
	text-decoration: none;
}
#re-top a:hover {
	color: rgba(255, 255, 255, 1); /*三角と文字色*/
	background-color: rgba(0, 88, 138, 1); /*丸ボタンの色*/
	text-decoration: none;
}

/*丸ボタン*/
.re-topB {
	position: relative;
	display: block;
	background-color: rgba(0, 88, 138, 0.7); /*丸ボタンの色*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}

/*三角部分*/
.re-topB:before {
	content: "\25B2";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

/*	Jump to DLボタン
================================ */
#jump2dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	flex-wrap: wrap; /*折返し*/
	margin: 0;
	padding: 0;
	width: 100%;
}

.jump2dl_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*	flex-direction: column;	*/ /*縦向き*/
	/*	flex-wrap: wrap;	*/ /*折返し*/
	position: fixed;
	z-index: 9; /*レイヤー順序を上に*/
	top: 190px;
	right: -3px;
	margin: 0;
	padding: 6px;
	max-width: 240px;
	color: #505050;
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid #b7ab8e;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8 0 0 8;
	-webkit-border-radius: 8 0 0 8;
}

.icon_DL {
	margin: 0 10px;
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 681px) and (max-width: 800px) {
	.jump2dl_block {
		top: 170px;
		padding: 6px;
		max-width: 230px;
		font-size: 100%;
		line-height: 1.2em;
		font-weight: bold;
	}
}
@media screen and (min-width: 530px) and (max-width: 680px) {
	.jump2dl_block {
		top: 160px;
		padding: 6px;
		max-width: 220px;
		font-size: 80%;
		line-height: 1.2em;
		font-weight: bold;
	}
}
@media screen and (min-width: 480px) and (max-width: 529px) {
	.jump2dl_block {
		top: 170px;
		padding: 6px;
		max-width: 210px;
		font-size: 80%;
		line-height: 1.2em;
		font-weight: bold;
	}
}
@media screen and (min-width: 350px) and (max-width: 479px) {
	.jump2dl_block {
		top: 155px;
		padding: 6px;
		max-width: 200px;
		font-size: 80%;
		line-height: 1.2em;
		font-weight: bold;
	}
}

@media screen and (max-width: 349px) {
	.jump2dl_block {
		top: 170px;
		padding: 6px;
		max-width: 190px;
		font-size: 80%;
		line-height: 1.2em;
		font-weight: bold;
	}
}

/* ================================ */
/*	キャンペーン 2021/5/1
================================ */
.campaign {
	width: 720px;
	margin: 0 auto;
	background-color: #e17470;
}
.campaign img {
	width: 100%;
	height: auto;
}
.campaign_dl {
	width: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	padding: 2% 0;
}
.campaign_dl p {
	color: #ffffff;
	font-size: 150%;
}
.campaign_dl div:first-child {
	width: 70%;
}
.campaign_dl div:first-child p:after {
	width: 100%;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-style: solid;
	border-width: 7px 0 7px 12.1px;
	border-color: transparent transparent transparent #ffffff;
}
/*----*/
.sp {
	display: none;
}
.pd {
	display: none;
}
@media screen and (max-width: 890px) {
	.campaign {
		width: 96%;
	}
}
@media screen and (max-width: 768px) {
	.campaign {
		width: 96%;
	}
	.campaign_dl {
		width: 80%;
		padding: 1.5% 0;
	}
	.campaign_dl p {
		font-size: 120%;
	}
	.campaign_dl div:first-child p:after {
		border-width: 6px 0 6px 10.4px;
	}
	.pc {
		display: none;
	}
	.pd {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.campaign_dl {
		flex-direction: column;
		padding: 3% 0;
	}
	.campaign_dl p {
		color: #ffffff;
		font-size: 110%;
		margin-bottom: 3%;
	}
	.campaign_dl div:first-child {
		width: 100%;
	}
	.campaign_dl div:first-child p:before {
		width: 100%;
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		margin-right: 5px;
		border-style: solid;
		border-width: 10.4px 6px 0 6px;
		border-color: #ffffff transparent transparent transparent;
	}
	.campaign_dl div:first-child p:after {
		border-width: 10.4px 6px 0 6px;
		border-color: #ffffff transparent transparent transparent;
	}
	/*----*/
	.sp {
		display: block;
	}
	.pd {
		display: none;
	}
	.pc {
		display: none;
	}
}
