@charset "utf-8";


/* font set */
@font-face {
	font-family: 'yakuhan';
	src: url('./yakuhan_medium.woff') format('opentype');
 }
@font-face {
	font-family: 'roboto';
	src: url('./roboto.ttf') format('opentype');
}

 
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,
div, span,
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,
textarea, input, select {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
*::before,
*::after { background-repeat: no-repeat; }
html { font-size:62.5%; overflow-y: scroll; }
body { background-color: #fff; font-family: "yakuhan" , "roboto", "notosans", "游ゴシック体", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	transition: .25s;
}

li {
	list-style: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.4em;
}

p,div {
	letter-spacing: 0.025em;
}

/*マスター css*/
.preload *,
.preload *::before,
.preload *::after { transition: 0s !important; animation-duration: 0s !important; }
.pcoff { display: none!important; }
.inliner { display: inline-block; line-height: inherit; font-size: inherit; }
.accord-btn { cursor: pointer; }
.page-txt { font-size: 1.6rem; line-height: 1.71;  }
.page-note { text-indent: -1.1em; padding-left: 1.1em; font-size: 1.4rem; line-height: 1.71; margin-top: -0.355em; }
.page-note + .page-note { margin-top: calc(17px - 0.71em); }
.page-ex { font-size: 1.6rem; line-height: 1.75; }
.page-ex::before { content: ""; width: 0; height: 0; display: block; margin-top: -0.5em; }



@media (max-width: 767px) {
	body { font-size: 1.4rem; line-height: 1.86; }
	.inliner { display: inline-block; }
	.page-txt { font-size: 1.5rem; }
	.page-ex { font-size: 1.5rem; }
}

/*マスター css*/