@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 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;
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*==================================
common
==================================*/

html{
	font-size:62.5%;
	}
	 
body{
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Sawarabi Gothic", sans-serif;
	color:#666;
	font-size:1.6rem;
	font-size:16px;
	font-weight: 500;
	line-height:1.8;
	background:#fff;
	}

/* a
----------------------------------*/
a{
	color:inherit;
	text-decoration:inherit;
	color: #A78200;
	-webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	}

a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
	color: #e5002d;
}


/* heading 
----------------------------------*/
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 500; line-height: 1.6;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none;}
h1 { font-size: 3.6rem; font-size: 36px; line-height: 1;}
h2 { font-size: 3.2rem; font-size: 32px; line-height: 1.25; font-weight: 400; margin-bottom: 40px;}
h3 { font-size: 2.8rem; font-size: 28px; line-height: 1.3; font-weight: 400;}
h4 { font-size: 2.0rem; font-size: 20px; line-height: 1.5; font-weight: 400;}

h2.heading {
	text-align: center;
	color: #000000;
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 0.8;
	margin-bottom: 80px;
}
h2.heading span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 16px;
}
.sub-heading {
	display: block;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 80px 0;
	text-align: center;
	background: #e5e0d7;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.sub-heading span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 16px;
}
.prodlist_ttl {
	text-align: center;
	color: #000000;
	margin: 0 auto;
	font-size: 3.2rem;
	line-height: 0.8;
	margin-bottom: 80px;
	padding-bottom: 16px;
	letter-spacing: 0.3rem;
	border-bottom: #ccc 1px solid;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.prodlist_ttl span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 16px;
}
/* float
----------------------------------*/
.fL{float:left;}
.fR{float:right;}

/* clearfix
----------------------------------*/
.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;	
  clear:both; 
	visibility:hidden;
	}

.clearfix{ display:inline-block;}
 
/* Hides from IE Mac */
* html .clearfix{	height:1%;}
.clearfix{ display:block;}

/* fade
----------------------------------*/
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.fade:hover { opacity: 0.7; filter: alpha(opacity=70);} 

/* ルビ　*/
rt {
    text-align: center;
    font-size: 70%;
}

/* ----------------------------------
INNER
---------------------------------- */
.inner { width: 1000px; margin: 0 auto;}
.inner2 { width: 800px; margin: 0 auto;}
.inner3 { width: 1140px; margin: 0 auto;}

/* ----------------------------------
HEADER
---------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.header-wrap {
	height: 80px;
	margin: 0 auto;
	padding: 16px 32px 0 32px;
	min-width: 1060px;
	background-color: #2e1e02;
	overflow: hidden;
}
h1 { 
	float: left;
	width: 18%;
}
h1 img.logo {
	margin: 0;
}
.hamburger {
	display: none;
}
.drawer-nav {
	text-align: right;
}
.drawer-menu {
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}
.drawer-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 56px;
	font-size: 1.4rem;
	text-align: center;
}
.drawer-menu li:last-child {
	margin-right: 0;
}
.drawer-menu li a span {
	display: block;
	font-size: 1.0rem;
}
.drawer-menu li a {
	color: #fff;
	display: block;
}
.drawer-menu li a:hover {
	color: #D39D00;
}
.drawer-hamburger {
	display: none;
}

.top_catch{
	position: relative; /*必ず必要*/
	z-index: -1; /*必ず必要*/
	display: flex;
	width: 50%;
	height: 50%;
	justify-content: center;
	align-items: center;
	flex-direction:row;
	margin: auto;
	text-align:center;
}
.topkeyWrap{
	width: 100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
	background-image: url(../img/keyvisuai.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: -1;
}

.container { 
	width: 100%;
	margin: 0 auto;
	min-width: 1060px;
	padding-top: 80px;
	z-index: 1;
}
.pcon { display: block;}
.smpon { display: none;}

/* ----------------------------------
INDEX - TOP PAGE -
---------------------------------- */
.sec01 {
	padding: 80px 0;
	text-align: center;
	margin: 0 auto;
}

/* NEWS AREA */
.top-news {
	background: #efece5;
}
.top-news ul {
	text-align: left;
	overflow: hidden;
	font-size: 1.4rem;
}
.top-news li {
	line-height: 2.0;
}
.top-news li span.tag {
	display: inline-block;
	width: 120px;
	margin: 0 16px 8px 0;
	padding: 0 8px;
	background: #362e2b;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: 0.05rem;
}
.top-news li span.date {
	margin: 0 16px 0 0;
	
}
.top-news li a {
	text-decoration: underline;
}
/* PRODUCT AREA */
.top-prod ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.top-prod li {
	margin-right: 2%;
}
.top-prod li:last-child {
	margin-right: 0;
}
.top-prod li img {
	width: 100%;
}


/* ----------------------------------
BREADCRUM
---------------------------------- */
.breadcrumb {
	width: 100%;
	line-height: 40px;
	background: #efece5;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 8px;
	font-size: 1.4rem;
}
.breadcrumb li:last-child {
    margin-right: 0;
}
.breadcrumb li a {
    padding-right: 0px;
    position: relative;
	color: #333;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	color: #999;
}
.breadcrumb li + li:before {
    content: "／";
    margin-right: 8px;
    font-size: 100%;
}
/* ----------------------------------
SUB PAGE
---------------------------------- */
.sub-sec {
	margin: 80px 0;
}
/* 新着情報 */
.sub-news {
	
}
.sub-news dl {
	padding: 40px 0;
	border-bottom: #eee 1px solid;
}
.sub-news dl:last-child {
	border: none;
}
.sub-news dt.date {
	margin-bottom: 24px;
	font-size: 1.4rem;
}
.sub-news dt.ttl {
	margin-bottom: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 40px;
}
.sub-news dd {
}
/* 商材一覧 */
.sub-prod {}
.sub-prod ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.sub-prod li {
	width: 20%;
	text-align: center;
	font-size: 1.4rem;
}
.sub-prod li img {
	width: 100%;
}
.sub-prod_details {
	
}
.proditemt_ttl {
	color: #000000;
	margin: 0 auto;
	font-size: 2.4rem;
	line-height: 0.8;
	margin-bottom: 40px;
	padding-bottom: 16px;
	letter-spacing: 0.3rem;
	border-bottom: #ccc 1px solid;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
}
.proditemt_ttl span {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 1.6rem;
	
}
.detail-inner {
	display: flex;
}
.prod_img {
	width: 40%;
	margin-right: 5%;
}
.prod_img img {
	width: 100%;
}
.prod_desc {
	width: 55%;
}
.prod_desc h4 {
	color: #59392c;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 24px;
	font-weight: 700;
}
.prod_desc p {
	margin-bottom: 24px;
}
.prod_desc ul {
	margin-bottom: 24px;
}
.prod_desc li {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.prod_desc li span {
	width: 80px;
	margin-right: 16px;
	display: inline-block;
	background: #eee;
	text-align: center;
}
.note {
	font-size: 1.2rem;
}
/*　セミナー */
.sub-seminer_am h4 {
	color: #59392c;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 24px;
	font-weight: 700;
}
.sub-seminer_am .box01 {
	margin-bottom: 24px;
}
.sub-seminer_am .box01 span {
	font-weight: 700;
	display: block;
}
.sub-seminer_am .box02 {
	padding: 40px;
	background: #eee;
	font-size: 1.4rem;
}
.sub-seminer_am .box02 p {
	margin-bottom: 24px;
}
.box02 p:last-child {
	margin-bottom: 0;
}
/*　プライバシーポリシー */
.policy h3 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0;
}
.policy p {
	margin-bottom: 24px;
}
/*　お問合せ */
table.form th span {
	background: #eee;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 8px;
	padding: 2px 4px;
}
table.form th span.req {
	color: #fff;
	background: #B53A3C;
}
.extend {
	color: #B53A3C;
}
/* ----------------------------------
Box
---------------------------------- */

/* ----------------------------------
FOOTER
---------------------------------- */
footer { 
	background-color: #000;
	width: 100%;
	overflow: hidden;
}
.copy {
	float: left;
	margin-left: 32px;
	font-size: 1.2rem;
	line-height: 80px;
	color: #fff;
}
.fNav {
	float: right;
	margin-right: 32px;
	text-align: right;
	line-height: 80px;
	font-size: 1.4rem;
}
.fNav a {
	color: #fff;
}
.fNav a:hover {
	text-decoration: underline;
}
.fNav a:first-child::after {
	content: "|";
	margin-left: 16px;
	margin-right: 10px;
}
/* ----------------------------------
PAGETOP
---------------------------------- */
.page-top{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 76px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
	opacity: 0.9;
}



/* ----------------------------------
TABLE
---------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}
th.t_bot {
    border: none;
}
th {
	width: 25%;
	border-bottom: #c9caca 1px solid;
	text-align: left;
	padding: 24px	12px;
	font-weight: 500;
	font-size: 1.6rem;
	vertical-align: top;
}
td.t_bot {
	border: none;
}
td {
	width: 75%;
	border-bottom: #ccc 1px solid;
	text-align: left;
	padding: 24px 0;
}


table.checklist {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}
table.checklist td {
	border: #ccc 1px solid;
	text-align: left;
	padding: 16px;
}
table.checklist tr:nth-child(even) {
	background: #eee;
}
/* ----------------------------------
foem
--------------------------------- */

.select-wrap {
	position: relative;
}
.select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 16px;
	top: 10px;
	content: "▼";
	font-size: 1.4rem;
	color: #7F878C;
	pointer-events: none;
}
select {
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	padding:0px 16px;
	border: #dcdddd 1px solid;
	border-radius: 4px;
	background: #eee;
	outline:none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input {
	margin:0;
	padding:0px 16px;
	background: #efefef;
	width: 100%;
	height: 42px;
	border: #dcdddd 1px solid;
	border-radius: 4px;
}
textarea {
	vertical-align:top;
	margin:0;/**/
	padding:20px 15px;/**/
	background: #efefef;
	width: 100%;
	height: 290px;
	font-size: 16px;
	border: #dcdddd 1px solid;
	border-radius: 4px;
}
::-webkit-input-placeholder {
	line-height: 1;
	letter-spacing: 0.2em;
}
.formbutton { margin: 0 auto; text-align: center;}
.formbutton input:hover  { background: #e5002d;}
input[type="button"],input[type="submit"],input[type="reset"] {
	text-align: center;
	width: 250px;
	padding: 8px;
	background: #666;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 80px;
	display: block;
}
/* ----------------------------------
OTHER
---------------------------------- */
.CEN {text-align: center;}
.CEN_TL {text-align: center;}
.TL {text-align: left;}
.TR {text-align: right;}
.F90 {font-size: 90%;}
.fs24 {font-size: 2.4rem;}
.red { color: #ff0000;}
.blue { color: #074BB4;}
.img-cen { display: block; margin: auto;}
.emphasis { font-weight: 700;}
.dt-none { display: none;}
.mt56 { margin-top: 56px;}
.mt72 { margin-top: 72px;}
.mt80 { margin-top: 80px;}
.mt80_40 { margin-top: 80px;}
.mt246 { margin-top: 246px;}
.mb40_20 { margin-bottom: 40px;}
.mb80_40 { margin-bottom: 80px;}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
}
.w380 { width: 380px; margin: 0 auto;}
.w450 { width: 450px; margin: 0 auto;}
.w550 { width: 550px; margin: 0 auto;}
.w100p { width: 100%; margin: 0 auto;}
/* max-width:640px
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
	body{ width: 100%; font-size: 1.4rem;}
	h1 { font-size: 2.4rem; font-size: 24px; line-height: 1;}
	h2 { font-size: 2.0rem; font-size: 20px; line-height: 1.25; font-weight: 500;}
	h3 { font-size: 1.8rem; font-size: 18px; line-height: 1.3; font-weight: 500;}
	h4 { font-size: 1.6rem; font-size: 16px; line-height: 1.5; font-weight: 500;}

	h2.heading {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	h2.heading::after {
		width: 40%;
		margin-bottom: 16px;
	}
	.sub-heading {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	.sub-heading span {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
		margin-top: 8px;
	}
	.prodlist_ttl {
		font-size: 2.4rem;
		margin-bottom: 40px;
		letter-spacing: 0.3rem;
	}
	.prodlist_ttl span {
		font-size: 1.4rem;
		margin-top: 8px;
		letter-spacing: 0;
	}
	img { max-width: 100%;}
	.pcon { display: none;}
	.smpon { display: inline-block;}
	.inner { width: 90%; margin: 0 auto;}
	.inner2 { width: 90%; margin: 0 auto;}
	.inner3 { width: 90%; margin: 0 auto;}
	
	.page-top{
		display: none;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 99;
		line-height: 1.2;
		margin-bottom: 0;
		opacity: 0.9;
	}
	

	
	/* ----------------------------------
	HEADER
	---------------------------------- */
	header {
		width: 100%;
		
	}
	.header-wrap {
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	h1 { 
		float: left;
		width: 50%;
		line-height: 56px;
		padding: 0 8px;
	}
	h1 img {
		vertical-align: middle;
		width: 160px;
	}
		.topkeyWrap{
		display: none;
	}
	/* ----------------------------------
	ハンバーガーメニュー
	---------------------------------- */
	header .drawer-toggle {
		position: fixed;
		z-index: 10000;
	}
	header .drawer-hamburger {
		padding: 15px 12px 30px 12px;
		background-color: #efece5;

	}
	header .drawer--right .drawer-hamburger {
		right: 0;
		width: 36px;
		height: 12px;
	}
	header .drawer-nav {
		background-color: #efece5;
		padding-top: 57px;
		text-align: left;
	}
	header .drawer-nav a {
		width: 100%;
		display: block;
		color: #000;
		margin-left: 24px;
	}
	header .drawer-nav a:hover {
		color: #fff;
		opacity: 0.6;
	}
	header .drawer-menu-item {
		font-size: 0.9em;
		padding: 12px 0 6px 18px;
	}
	header .drawer-menu li {
		width: 100%;
		border-bottom: #666 1px solid;
		line-height: 48px;
		text-align: left;
	}
	header .drawer-menu li span {
		display: inline-block;
		margin-left: 16px;
	}
	header .drawer-menu li span::before,
	header .drawer-menu li span::after {
		content: "-";
	}
	header .drawer-menu  li:first-child {
		border-top: #666 1px solid;
	}
	.container { 
		width: 100%;
		margin: 0 auto;
		padding-top: 56px;
		min-width: 90%;
	}

	/* ----------------------------------
	INDEX - TOP PAGE -
	---------------------------------- */

	.sec01 {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
	}
	/* NEWS AREA */
	.top-news ul li {
		margin-bottom: 24px;
	}
	.top-news ul li:last-child {
		margin-bottom: 0;
	}
	.top-news li span.tag {
		margin: 0 16px 8px 0;
		padding: 0 8px;
	}
	/* PRODUCT AREA */
	.top-prod ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.top-prod li {
		margin-right: 0;
		width: 50%;
	}
	/* ----------------------------------
	Sub PAGE
	---------------------------------- */
	.sub-sec {
	margin: 40px 0;
	}
	/* 新着情報 */
	.sub-news {

	}
	.sub-news dl {
		padding: 40px 0;
	}
	.sub-news dt.date {
		margin-bottom: 16px;
	}
	.sub-news dt.ttl {
		margin-bottom: 16px;
		font-size: 1.8rem;
		line-height: 32px;
	}
	/* 商材一覧 */
	.sub-prod {}
	.sub-prod ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.sub-prod li {
		width: 46%;
		margin-bottom: 24px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.sub-prod li:nth-child(odd) {
	}
	.sub-prod li img {
		width: 100%;
	}

	.proditemt_ttl {
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 40px;
		padding-bottom: 16px;
		letter-spacing: 0;

	}
	.proditemt_ttl span {
		display: block;
		position: relative;
		right: auto;
		font-size: 1.4rem;

	}
	.detail-inner {
		display: block;
	}
	.prod_img {
		width: 100%;
		margin-right: 0;
	}
	.prod_desc {
		width: 100%;
	}
.prod_desc p {
	margin-bottom: 24px;
}
.prod_desc ul {
	margin-bottom: 24px;
}
.prod_desc li {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.prod_desc li span {
	width: 100%;
	margin-right: 16px;
	display: block;
	background: #eee;
	text-align: center;
}
.note {
	font-size: 1.2rem;
}
/*　セミナー */
.sub-seminer_am h4 {
	color: #59392c;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 24px;
	font-weight: 700;
}
.sub-seminer_am .box01 {
	margin-bottom: 24px;
}
.sub-seminer_am .box01 span {
	font-weight: 700;
	display: block;
}
.sub-seminer_am .box02 {
	padding: 40px;
	background: #eee;
	font-size: 1.4rem;
}
.sub-seminer_am .box02 p {
	margin-bottom: 24px;
}
.box02 p:last-child {
	margin-bottom: 0;
}
/*　プライバシーポリシー */
.policy h3 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.0;
}
.policy p {
	margin-bottom: 24px;
}
	/* ----------------------------------
	Box
	---------------------------------- */
	/* ----------------------------------
	Btn Style
	---------------------------------- */
	a.btn_style01 {
		width: 100%;
		line-height: 50px;
		margin-bottom: 40px;
	}
	/* ----------------------------------
	Select
	---------------------------------- */

	.select-wrap {
			position: relative;
	}
	.select-wrap:before {
			z-index: 1;
			position: absolute;
			right: 16px;
			top: 10px;
			content: "▼";
			font-size: 1.4rem;
			color: #7F878C;
			pointer-events: none;
	}
	select {
			cursor: pointer;
			position: relative;
			display: block;
			width: 100%;
			height: 42px;
			padding:0px 16px;
			border: #dcdddd 1px solid;
			border-radius: 4px;
			background: #eee;
			outline:none;
			-moz-appearance: none;
			appearance: none;
			-webkit-appearance: button;
			-moz-appearance: button;
			appearance: button;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
	}

	input {
		margin:0;
		padding:0px 16px;
		background: #efefef;
		width: 100%;
		height: 42px;
		border: #dcdddd 1px solid;
		border-radius: 4px;
	}
	textarea {
		vertical-align:top;
		margin:0;/**/
		padding:20px 15px;/**/
		background: #efefef;
		width: 100%;
		height: 290px;
		font-size: 16px;
		border: #dcdddd 1px solid;
		border-radius: 4px;
	}

	::-webkit-input-placeholder {
			line-height: 1;
			letter-spacing: 0.2em;
	}
	.formbutton { margin: 0 auto; text-align: center;}
	.formbutton input:hover  { background: #e5002d;}
	input[type="button"],input[type="submit"],input[type="reset"] {
		text-align: center;
		width: 250px;
		padding: 8px;
		background: #666;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.6;
		cursor: pointer;
	}
	input[type="checkbox"] { position: relative; top: 14px;	width: 15px;}
	
	/* ----------------------------------
	FOOTER
	---------------------------------- */
	footer { 
		padding: 0;
		width: 100%;
		padding: 24px 0;
		height: auto;
	}
	.copy {
		float: none;
		margin-left: 0;
		text-align: center;
		line-height: 1.6;
	}
	.fNav {
		float: none;
		text-align: center;
		line-height: 1.6;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 16px;
		border-bottom: #333 1px solid;
	}
	
	/* ----------------------------------
	TABLE
	---------------------------------- */
	th {
		width: 100%;
		padding: 16px 0;
		display: block;
		border: none;
	}
	td {
		width: 100%;
		padding: 0;
		display: block;
		margin-bottom: 16px;
	}
	table.checklist {
		margin-bottom: 40px;
	}
	table.checklist td {
		padding: 8px;
		vertical-align: middle;
	}
	/* ----------------------------------
	OTHER
	---------------------------------- */
	.mt80_40 { margin-top: 40px;}
	.mb40_20 { margin-bottom: 20px;}
	.mb80_40 { margin-bottom: 40px;}
	.w380 { width: 100%;}
	.w400 { width: 100%;}
	.w450 { width: 100%;}
	.w550 { width: 100%;}
	.fs20 {text-align: left;}
	.fs24 {font-size: 1.8rem;}



}

@media only screen and (max-width: 460px) {
	h2.heading {
		font-size: 2.0rem;
		margin-bottom: 40px;
	}
}

