<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */  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;
} /* HTML5 display-role reset for older browsers  */
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;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{
	opacity: .7;
	transition: all 0.3s;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;/*9*/
  line-height: 1;/*1.618*/
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	  -webkit-position: sticky;
	  position: sticky;
	  top: 0;
	  max-width:1200px;
	  margin:0 auto;
	  background-color:#FFF;
	  z-index:200;
}
.btn_entry_wrap {
	display: flex;
}
.header .logo {
  width: 275px;
 padding-right: 1rem;
}
.header .item_btn{
    max-width:270px ;
}

.footer {
  text-align: center;
  padding: 1em 0;
  background-color: #333333;
  color: #FFF;
  font-size: 12px;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
	font-feature-settings: 'palt';
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.08em;
  
}

.pc {
}
.sp {
  display: none;
}
.section {
  text-align: center;
  padding: 0;
  height: auto;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*IE chrom用*/
img { border:none; margin:0; padding:0;}


/*firefox用*/
@-moz-document url-prefix() {
	img {
		vertical-align:middle; 
	}
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* スマホだけに適用するCSS */

@media screen and (max-width:640px) {
/* ボディ */
html {
  font-size: 12px;
}
.wrapper {
  width: auto;
  margin: 0px auto;
}
.footer {
  font-size: 0.8em;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
    .header .logo{
        padding-right: 0;
    }    
}
.wrapper {
  overflow: hidden;
}


</pre></body></html>