@charset "utf-8";

/* reset --------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: baseline;
	line-height: 1;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;	
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
figure {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
b {
	font-weight: normal;
}

/* 標準タグ ------------------------------------------------------*/
body {
	display: block;
	color: #333333;	
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	user-select: none;	
	-webkit-touch-callout: none; /* 長押し禁止 ※apple独自定義 */
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #1d53cc;
}
a:visited {
	color: #1d53cc;
}
a:hover {
	color: #42a3cc;
}
a:active {
	color: #1d53cc;
}

strong {
	font-weight: bold;
}

/* caution */
.caution {
   font-weight: bold;
   color: #d50f0f;
}


/* 先頭インデント */
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* hideTxt */
.hideTxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ta_center */
.ta_center {
	text-align: center;
}

/* centerForBlock */
.centerForBlock {
	width: fit-content;
	width: -moz-fit-content;
	margin-right: auto;
	margin-left: auto;	
}



/********************************************************************
	index.html
********************************************************************/

/* h1 */
h1 {
	width: 1024px;
	height: 538px;
	background: center top no-repeat url("../img/img_top.jpg");
	background-size: contain;
	margin: 0 auto;
}

/* h2 */
h2 {
	width: 430px;
	height: 150px;
	background: left top no-repeat url("../img/txt_top.svg");
	margin: 50px auto 100px;
}

/* h3 */
h3 {
	font-size: 24px;
	font-weight: bold;
	background: left top no-repeat url(../img/ico_h3.svg);
	background-size: auto 20px;
	padding-left: 30px;
	line-height: 1;
	margin-bottom: 10px;
}

/* #box_contents */ 
#box_contents {
	max-width: fit-content;
	margin: 0 auto;
}

/* p */
p {
	color: #111;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 80px;
	padding-left: 30px;
}
p.lead {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	width: fit-content;
	margin: 0 auto 100px;	
	padding-left: 0;
}
p.lead span.chk {
	display: block;
	font-size: 24px;
	background: left 8px no-repeat url("../img/ico_h3_2.svg");
	background-size: auto 18px;
	padding-left: 38px;
}
p span.note {
	font-size: 80%;
	line-height: 1.3;
}

/* #btn_go_app */
#btn_go_app {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #2a1306;
	display: block;
	width: fit-content;
	height: fit-content;
	padding: 20px 25px;
	margin: 0 auto 20px;
	border-radius: 20px;	
}
#btn_go_app:hover {
	opacity: 0.9;
}

/* #note_btn */
#note_btn {
	font-size: 14px;
	line-height: 20px;
	width: fit-content;
	margin: 0 auto 150px;
}

footer {
	font-size: 14px;
	text-align: center;
}