html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	vertical-align: bottom;
	background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

html {
	font-size: 62.5%
}

body {
	font-family: sans-serif;
	line-height: 1
}

ul,
ol {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: transparent;
	outline: none
}

img {
	vertical-align: bottom
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

th,
td {
	text-align: left;
	vertical-align: top
}

input,
select,
textarea {
	font-family: inherit
}

input[type="submit"] {
	cursor: pointer
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

html {
	overflow: auto
}

body {
	min-width: 320px;
	/*padding-top: 70px;*/
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .05em;
	overflow: hidden
}

@media all and (min-width: 600px) {
	body {
		min-width: 1100px;
		/*padding-top: 176px*/
	}
}

body.sg {
	height: auto
}

a {
	color: inherit;
	text-decoration: underline
}

@media all and (min-width: 600px) {
	a:hover {
		text-decoration: none
	}
}

.c-alpha {
	display: block;
	text-decoration: none
}

@media all and (min-width: 600px) {
	.c-alpha {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.c-alpha:hover {
		opacity: .7
	}
}

img {
	width: 100%;
	height: auto
}

.u-media-query {
	display: none;
	font-family: 'sp'
}

@media all and (min-width: 600px) {
	.u-media-query {
		font-family: 'pc'
	}
}

@media all and (max-width: 599px) {
	.u-view-pc {
		display: none !important
	}
}

@media all and (min-width: 600px) {
	.u-view-sp {
		display: none !important
	}
}

.content {
	background: url(../img/bg_img02.png) no-repeat center bottom;
	padding: 50px 20px;
	background-size: cover;
}
.inner {
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	padding: 30px 15px;
}
.item + .item {
	margin-top: 20px;
}
.mainTit {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 15px;
}
.tit {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding-left: 13px;
	position: relative;
}
.tit:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 95%;
	background: #ff8f00;
	top: 0;
	left: 0;
}
.note {
	font-size: 1.3rem;
}
.note span {
	color: #ff8f00;
}
.btn {
	width: 80%;
	margin: 10px auto 0;
}
.btn a {
	padding: 10px;
	border-radius: 10px;
	font-size: 1.6rem;
	color: #fff;
	background: #ff8f00;
	text-align: center;
	display: block;
	text-decoration: none;
	position: relative;
}
.btn a:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/mark_exlink.png) no-repeat;
	background-size: contain;
	top: 34%;
	right: 30px;
}
.gaibu {
	position: relative;
}
.gaibu:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/mark_exlink.png) no-repeat;
	background-size: contain;
	top: 3px;
	right: -20px;
}
.mainTit.info {
	margin-top: 40px;
}
.mainTit.tit01 {
	width: 180px;
	margin: 0 auto;
}
.txt01 {
	margin-top: 15px;
}
@media all and (min-width: 600px) {
	.content {
		padding: 100px 0;
		min-height: 100vh;
		box-sizing: border-box;
	}
	.inner {
		width: 780px;
		padding: 70px;
	}
	.item + .item {
		margin-top: 30px;
	}
	.mainTit {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.tit {
		font-size: 2.0rem;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.tit:before {
		width: 5px;
		height: 90%;
	}
	.btn {
		width: 300px;
		margin: 0 10px 0 0;
	}
	.btn a {
		padding: 15px 0 14px;
	}
	.btn a:after {
		top: 36%;
		right: 20px;
	}
	.btn a:hover {
		opacity: 0.7;
	}
	.gaibu:after {
		top: 3px;
		right: -22px;
	}
	.mainTit.info {
		margin-top: 60px;
	}
	.mainTit.tit01 {
		width: 220px;
		margin-bottom: 30px;
	}
	.btnWrap {
		display: flex;
		flex-wrap: wrap;
	}

}