/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

a,
img {
	vertical-align: bottom;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 768px) {
	body {
		background-color: #FFF;
	}
}

img {
	max-width: 100%;
	/*	width: 100%;*/
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;

}

::selection {
	background: #f67994;
	color: #FFF;
}

::-moz-selection {
	background: #f67994;
	color: #FFF;
}



/* add */

html,
body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.4;
	height: 100%;

	margin: 0;
	padding: 0;

}

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}


body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

a {
	text-decoration: none;
}

a:visited,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

.anchorlink {
	margin-top: -80px !important;
	padding-top: 80px !important;
	display: block;
}

@media (min-width: 992px) {
	.anchorlink {
		margin-top: -20px !important;
		padding-top: 20px !important;
		display: block;
	}
}

.movie-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.movie-container iframe,
.movie-container object,
.movie-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
	p {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	p {
		font-size: 14px;
		margin-bottom: 2rem;
		line-height: 1.8;
	}
}

@media screen and (min-width: 992px) {
	p {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	p {
		font-size: 16px;
		margin-bottom: 2.5rem;
	}
}



hr {
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: transparent solid 1px;
	border-color: #e2e2e2;
}

hr.slash {
	background: url(../imgs/border.gif) repeat-x left top;
	border: 0;
	height: 5px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

hr.dot {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	border-bottom: 1px dotted #D5CCC1;
}

hr.solid {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	border-bottom: 1px solid #D5CCC1;
}

.fa-external-link-alt {
	/* ãƒªãƒ³ã‚¯ãŒãƒ–ãƒ©ãƒ³ã‚¯ã®æ™‚ã®ã‚¢ã‚¤ã‚³ãƒ³ */
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: baseline;
}

.fa-file-pdf,
.fa-file-excel,
.fa-video {
	margin-right: 8px;
	margin-left: 8px;
	vertical-align: baseline;
}

/* display ----------------------------------*/

.display-none-min {
	display: none !important;
}

@media screen and (min-width: 576px) {
	.display-none-min-sm {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.display-none-min-md {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	.display-none-min-lg {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.display-none-min-xl {
		display: none !important;
	}
}

.display-none-max {
	display: none !important;
}

@media screen and (max-width: 575px) {
	.display-none-max-sm {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.display-none-max-md {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.display-none-max-lg {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) {
	.display-none-max-xl {
		display: none !important;
	}
}

/* 
----------------------------------*/

.m0 {
	margin: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 0.5rem !important;
}

.mb10 {
	margin-bottom: 1.0rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2.0rem !important;
}

.mb30 {
	margin-bottom: 3.0rem !important;
}

.mb40 {
	margin-bottom: 4.0rem !important;
}

.mb50 {
	margin-bottom: 5.0rem !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 0.5rem !important;
}

.mt10 {
	margin-top: 1.0rem !important;
}

.mt15 {
	margin-top: 1.5rem !important;
}

.mt20 {
	margin-top: 2.0rem !important;
}

.mt30 {
	margin-top: 3.0rem !important;
}

.mt40 {
	margin-top: 4.0rem !important;
}

.mt50 {
	margin-top: 5.0rem !important;
}

.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

@media (min-width: 992px) {

	/*pcã«ã—ã‹åŠ¹ã‹ãªã„ãƒžãƒ¼ã‚¸ãƒ³*/
	.pc_mb0 {
		margin-bottom: 0 !important;
	}

	.pc_mb5 {
		margin-bottom: 0.5rem !important;
	}

	.pc_mb10 {
		margin-bottom: 1.0rem !important;
	}

	.pc_mb15 {
		margin-bottom: 1.5rem !important;
	}

	.pc_mb20 {
		margin-bottom: 2.0rem !important;
	}

	.pc_mb30 {
		margin-bottom: 3.0rem !important;
	}

	.pc_mb40 {
		margin-bottom: 4.0rem !important;
	}

	.pc_mb50 {
		margin-bottom: 5.0rem !important;
	}

	.pc_mt0 {
		margin-top: 0 !important;
	}

	.pc_mt5 {
		margin-top: 0.5rem !important;
	}

	.pc_mt10 {
		margin-top: 1.0rem !important;
	}

	.pc_mt15 {
		margin-top: 1.5rem !important;
	}

	.pc_mt20 {
		margin-top: 2.0rem !important;
	}

	.pc_mt30 {
		margin-top: 3.0rem !important;
	}

	.pc_mt40 {
		margin-top: 4.0rem !important;
	}

	.pc_mt50 {
		margin-top: 5.0rem !important;
	}
}

@media (max-width: 991px) {

	/*spã«ã—ã‹åŠ¹ã‹ãªã„ãƒžãƒ¼ã‚¸ãƒ³*/
	.sp_mb0 {
		margin-bottom: 0 !important;
	}

	.sp_mb5 {
		margin-bottom: 0.5rem !important;
	}

	.sp_mb10 {
		margin-bottom: 1.0rem !important;
	}

	.sp_mb15 {
		margin-bottom: 1.5rem !important;
	}

	.sp_mb20 {
		margin-bottom: 2.0rem !important;
	}

	.sp_mb30 {
		margin-bottom: 3.0rem !important;
	}

	.sp_mb40 {
		margin-bottom: 4.0rem !important;
	}

	.sp_mb50 {
		margin-bottom: 5.0rem !important;
	}

	.sp_mt0 {
		margin-top: 0 !important;
	}

	.sp_mt5 {
		margin-top: 0.5rem !important;
	}

	.sp_mt10 {
		margin-top: 1.0rem !important;
	}

	.sp_mt15 {
		margin-top: 1.5rem !important;
	}

	.sp_mt20 {
		margin-top: 2.0rem !important;
	}

	.sp_mt30 {
		margin-top: 3.0rem !important;
	}

	.sp_mt40 {
		margin-top: 4.0rem !important;
	}

	.sp_mt50 {
		margin-top: 5.0rem !important;
	}
}